summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* update : $Ned Ludd2004-11-251-1/+1
* Make __builtin_return_address() return NULL at top ofJoakim Tjernlund2004-11-171-8/+8
* misc cleanups of __stack_smash_handler() function when ssp support is enabled...Ned Ludd2004-11-111-2/+2
* misc cleanups of __stack_smash_handler() function when ssp support is enabled...Ned Ludd2004-11-111-76/+100
* Some requested additional malloc entry pointsEric Andersen2004-11-082-0/+56
* struct ipc_perm, as used by shmctl() when soing shared memory stuff,Eric Andersen2004-11-021-1/+1
* Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III2004-10-319-15/+10
* Do not assume a fifth argument is used with syscall(). Allocate stackPeter Kjellerstedt2004-10-301-6/+6
* Fix up __uClibc_init() for so that we prevent starting SUIDEric Andersen2004-10-271-17/+66
* Atsushi Nemoto writes:Eric Andersen2004-10-261-15/+25
* Peter S. Mazinger writes:Eric Andersen2004-10-199-10/+15
* Atsushi Nemoto writes:Eric Andersen2004-10-191-8/+8
* Peter Mazinger writes:Joakim Tjernlund2004-10-143-8/+18
* Remove unused stuff. From Peter Mazinger.Joakim Tjernlund2004-10-141-6/+0
* Add ualarm.cEric Andersen2004-10-071-1/+1
* implement SuSv3 required ualarm()Eric Andersen2004-10-071-0/+19
* Atsushi Nemoto writes:Joakim Tjernlund2004-09-281-2/+2
* Add bswap_64 macro and uClibc_page.h. From Peter Kjellerstedt.Joakim Tjernlund2004-09-232-0/+55
* Hide some x86-specific devel asserts.Manuel Novoa III2004-09-101-0/+5
* Implement gethostent_rEric Andersen2004-09-071-15/+31
* Remove stale leftoversEric Andersen2004-09-071-9/+0
* Add missing imaxdiv and lldiv needed for SuSv3. Adjust ldiv toEric Andersen2004-09-073-26/+119
* Add a couple of mips-specific string funcs.Manuel Novoa III2004-09-0234-2/+3706
* Fix a couple of symbol name issues.Manuel Novoa III2004-09-021-5/+8
* 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