summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mark Rakes writes:Joakim Tjernlund2004-10-121-4/+5
* Undo previous change. Leave SUID programs alone until I know what to doJoakim Tjernlund2004-10-111-1/+1
* Don't use ld.so.cache for SUID programs.Joakim Tjernlund2004-10-111-1/+1
* link to uClibc++, minor FAQ updatesEric Andersen2004-10-082-5/+7
* As noticed by egor duda, current_menu is declared as 'extern struct menuEric Andersen2004-10-081-1/+1
* Remove _dl_parse_copy_information() for CRIS per Peter Kjellerstedts request.Joakim Tjernlund2004-10-071-12/+0
* Put back ucontext.h, but omit function prototypes for getcontext(),Eric Andersen2004-10-071-0/+32
* Remove usage of _dl_parse_copy_information() from generic code.Joakim Tjernlund2004-10-075-33/+8
* Add ualarm.cEric Andersen2004-10-071-1/+1
* Hide a bunch of unimplemented time function prototypes, andEric Andersen2004-10-071-5/+13
* Remove ucontext.h. We do not implement any of these functions.Eric Andersen2004-10-071-53/+0
* Remove unimplemented non-SuSv3 function prototypesEric Andersen2004-10-071-27/+0
* implement SuSv3 required ualarm()Eric Andersen2004-10-071-0/+19
* uClibc does not support getutent_r, getutid_r, and getutline_r,Eric Andersen2004-10-071-13/+0
* Remove empty fileEric Andersen2004-10-061-0/+0
* Peter S. Mazinger writes:Joakim Tjernlund2004-10-061-1/+1
* Don't complain if ld.so.cache is missing.Joakim Tjernlund2004-10-061-2/+1
* Add type libc0 to cache_print().Joakim Tjernlund2004-10-061-2/+5
* Peter S. Mazinger writes:Joakim Tjernlund2004-10-061-3/+3
* Peter S. Mazinger writes:Joakim Tjernlund2004-10-062-4/+41
* Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h andJoakim Tjernlund2004-10-068-83/+62
* Remove unneeded -D<somedefine>, and use instead #ifdef __somedefine__Joakim Tjernlund2004-10-064-8/+4
* PIE option correction for Config.in. From Peter Mazinger.Joakim Tjernlund2004-10-061-4/+5
* Peter S. Mazinger writes:Joakim Tjernlund2004-10-052-4/+2
* Peter Kjellerstedt writes:Joakim Tjernlund2004-10-052-203/+275
* This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen2004-10-0311-25/+194
* Atsushi Nemoto writes:Joakim Tjernlund2004-09-281-2/+2
* Oops, typo.Joakim Tjernlund2004-09-281-1/+1
* Remove /usr/X11R6/lib from search path.Joakim Tjernlund2004-09-282-11/+4
* Make ldd work for ET_DYN executables. From Peter Mazinger.Joakim Tjernlund2004-09-281-2/+2
* Remove /usr/X11R6/lib from default list.Joakim Tjernlund2004-09-271-6/+16
* Add bswap_64 macro and uClibc_page.h. From Peter Kjellerstedt.Joakim Tjernlund2004-09-232-0/+55
* Don't allow undefined global symbols to pass.Joakim Tjernlund2004-09-231-133/+122
* White space and printouts cleanup. From Peter Kjellerstedt.Joakim Tjernlund2004-09-231-6/+7
* Make do_rem() safe. From Peter Kjellerstedt.Joakim Tjernlund2004-09-238-8/+8
* Don't allow undefined global symbols to pass.Joakim Tjernlund2004-09-236-58/+34
* Make powerpc look more like the other archs.Joakim Tjernlund2004-09-231-2/+2
* Added back dl_iterate_phdr in ldso(with some small changes).Joakim Tjernlund2004-09-172-1/+43
* Formatting cleanups from Peter Kellerstedt.Joakim Tjernlund2004-09-171-170/+193
* Bugfix: Add r_addend to final address. The r_addend is mostly zeroJoakim Tjernlund2004-09-171-8/+6
* Don't allow undefined global symbols to pass(all archs needs fixing,Joakim Tjernlund2004-09-171-10/+16
* Don't allow undefined global symbols to pass(all archs needs fixing).Joakim Tjernlund2004-09-161-29/+20
* Hide some x86-specific devel asserts.Manuel Novoa III2004-09-101-0/+5
* Fixup URLEric Andersen2004-09-081-1/+1
* Second attempt to fix the INIT/FINI order. This time I think I got it right :)Joakim Tjernlund2004-09-084-38/+129
* Doh! As noted by Mike Frysinger I was too agressive at culling stuffEric Andersen2004-09-081-0/+7
* Disable prototypes for unimplemented functionsEric Andersen2004-09-071-0/+2
* Yet another bit of joy for mjn3Eric Andersen2004-09-071-0/+4
* Audit and disable unimplemented stuffEric Andersen2004-09-071-70/+12
* Implement gethostent_rEric Andersen2004-09-071-15/+31