summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Typo fix from Peter Mazinger.Joakim Tjernlund2004-08-301-1/+1
* Preliminary PIE support for powerpc, i386 was used as template.Joakim Tjernlund2004-08-272-3/+26
* Partial patch from Alexandre Oliva:Eric Andersen2004-08-2617-57/+597
* Mike Frysinger writes:Eric Andersen2004-08-251-0/+3
* Mike Frysinger writes:Eric Andersen2004-08-251-0/+1
* Patch by Carl SHAW <carl.shaw@st.com>...Manuel Novoa III2004-08-252-1/+107
* Make the stub profiling stuff workEric Andersen2004-08-222-98/+4
* Attempt to support 'gcc -finstrument-functions', which seems muchEric Andersen2004-08-213-0/+120
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-2133-1476/+11
* Enable only for architectures where __NR_madvise is definedEric Andersen2004-08-201-0/+2
* I will always test before I commit.Eric Andersen2004-08-161-29/+32
* Setup __pagesize from inside __uClibc_init(), or else when registeringEric Andersen2004-08-161-31/+31
* Be a bit more prominant about the fact that setuid handlingEric Andersen2004-08-161-3/+8
* The variable used to store pagesize is not the same as theEric Andersen2004-08-163-9/+8
* Do not fail all lookups when /etc/resolv.conf is missing, as i.e.Eric Andersen2004-08-151-16/+7
* Logic was reversed.Manuel Novoa III2004-08-151-2/+2
* req_search returned garbage. This teaches it to behave itself andEric Andersen2004-08-141-29/+38
* Fixup PAGE_SIZE problemsEric Andersen2004-08-138-11/+97
* Fix mips bug related to 2.6 headers by following glibc's lead. Based onManuel Novoa III2004-08-101-0/+15
* Apparently the sigaction code added was broken, as it generated illegalManuel Novoa III2004-08-101-1/+1
* On Monday 02 August 2004 08:44 am, Mike Frysinger wrote:Manuel Novoa III2004-08-101-1/+16
* dohEric Andersen2004-08-041-1/+1
* Add missing header file needed to define PAGE_SIZEEric Andersen2004-08-041-0/+1
* As Joakim Tjernlund rightly notes, I should have used PAGE_SIZEEric Andersen2004-08-031-2/+2
* Cleanup some dead wood in the header filesEric Andersen2004-07-305-2238/+0
* s/___brk_addr/__curbrk/gEric Andersen2004-07-3023-83/+82
* Some mips updates. Add a couple of missing sys/*.h files and update a few ot...Manuel Novoa III2004-07-305-51/+684
* Do not grovel about in the ELF header for the page size whenEric Andersen2004-07-281-2/+5
* Be certain to include sys/sysmacros.h when major() and minor()Eric Andersen2004-07-272-0/+2
* Fix ftruncate64 and truncate64 for powerpc and mipsEric Andersen2004-07-212-10/+52
* Update sigaction for armEric Andersen2004-07-171-22/+42
* Add sigaction for mipsEric Andersen2004-07-172-1/+124
* Follow glibc's lead and add a gcc-3.4.1 required symbol to crt0.S.Manuel Novoa III2004-07-161-0/+6
* Pete Popov writes:Eric Andersen2004-07-1660-1/+4349
* Cleanup some cruftEric Andersen2004-07-151-3/+0
* Cleanup a few of the more egregiously broken sysconf values toEric Andersen2004-07-153-31/+19
* _SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZEEric Andersen2004-07-151-1/+1
* Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.Eric Andersen2004-07-154-7/+21
* Atsushi Nemoto writes:Eric Andersen2004-07-151-18/+13
* h8300 updates from Yoshinori SatoEric Andersen2004-07-1525-421/+788
* Stephen Hemminger from osdl dot org writes:Eric Andersen2004-06-121-0/+22
* Philip Craig at snapgear dot com writes:Eric Andersen2004-06-121-1/+10
* Per comments from Bernhard Rosenkraenzer, adjust gcc 3.3.x generated asmEric Andersen2004-06-122-38/+24
* Oops. Missed a spot.Eric Andersen2004-06-121-1/+1
* scrap the goofy time + getpid() based "randomness" and useEric Andersen2004-06-061-28/+35
* Removed unused file.Tobias Anderberg2004-05-241-72/+0
* Cope when the __NR_get_kernel_syms is undefined (i.e. 2.6.x arm-linux)Eric Andersen2004-05-151-0/+9
* Joakim Tjernlund writes:Eric Andersen2004-05-142-11/+7
* Alexandre Oliva writes:Eric Andersen2004-05-146-336/+349
* __data_start needs to be added to all crt0.S files that don't currentlyEric Andersen2004-05-1414-44/+145