| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark Rakes writes: | Joakim Tjernlund | 2004-10-12 | 1 | -4/+5 |
* | Undo previous change. Leave SUID programs alone until I know what to do | Joakim Tjernlund | 2004-10-11 | 1 | -1/+1 |
* | Don't use ld.so.cache for SUID programs. | Joakim Tjernlund | 2004-10-11 | 1 | -1/+1 |
* | link to uClibc++, minor FAQ updates | Eric Andersen | 2004-10-08 | 2 | -5/+7 |
* | As noticed by egor duda, current_menu is declared as 'extern struct menu | Eric Andersen | 2004-10-08 | 1 | -1/+1 |
* | Remove _dl_parse_copy_information() for CRIS per Peter Kjellerstedts request. | Joakim Tjernlund | 2004-10-07 | 1 | -12/+0 |
* | Put back ucontext.h, but omit function prototypes for getcontext(), | Eric Andersen | 2004-10-07 | 1 | -0/+32 |
* | Remove usage of _dl_parse_copy_information() from generic code. | Joakim Tjernlund | 2004-10-07 | 5 | -33/+8 |
* | Add ualarm.c | Eric Andersen | 2004-10-07 | 1 | -1/+1 |
* | Hide a bunch of unimplemented time function prototypes, and | Eric Andersen | 2004-10-07 | 1 | -5/+13 |
* | Remove ucontext.h. We do not implement any of these functions. | Eric Andersen | 2004-10-07 | 1 | -53/+0 |
* | Remove unimplemented non-SuSv3 function prototypes | Eric Andersen | 2004-10-07 | 1 | -27/+0 |
* | implement SuSv3 required ualarm() | Eric Andersen | 2004-10-07 | 1 | -0/+19 |
* | uClibc does not support getutent_r, getutid_r, and getutline_r, | Eric Andersen | 2004-10-07 | 1 | -13/+0 |
* | Remove empty file | Eric Andersen | 2004-10-06 | 1 | -0/+0 |
* | Peter S. Mazinger writes: | Joakim Tjernlund | 2004-10-06 | 1 | -1/+1 |
* | Don't complain if ld.so.cache is missing. | Joakim Tjernlund | 2004-10-06 | 1 | -2/+1 |
* | Add type libc0 to cache_print(). | Joakim Tjernlund | 2004-10-06 | 1 | -2/+5 |
* | Peter S. Mazinger writes: | Joakim Tjernlund | 2004-10-06 | 1 | -3/+3 |
* | Peter S. Mazinger writes: | Joakim Tjernlund | 2004-10-06 | 2 | -4/+41 |
* | Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h and | Joakim Tjernlund | 2004-10-06 | 8 | -83/+62 |
* | Remove unneeded -D<somedefine>, and use instead #ifdef __somedefine__ | Joakim Tjernlund | 2004-10-06 | 4 | -8/+4 |
* | PIE option correction for Config.in. From Peter Mazinger. | Joakim Tjernlund | 2004-10-06 | 1 | -4/+5 |
* | Peter S. Mazinger writes: | Joakim Tjernlund | 2004-10-05 | 2 | -4/+2 |
* | Peter Kjellerstedt writes: | Joakim Tjernlund | 2004-10-05 | 2 | -203/+275 |
* | This patch from Mike Frysinger, extended from an earlier patch from Peter S. | Eric Andersen | 2004-10-03 | 11 | -25/+194 |
* | Atsushi Nemoto writes: | Joakim Tjernlund | 2004-09-28 | 1 | -2/+2 |
* | Oops, typo. | Joakim Tjernlund | 2004-09-28 | 1 | -1/+1 |
* | Remove /usr/X11R6/lib from search path. | Joakim Tjernlund | 2004-09-28 | 2 | -11/+4 |
* | Make ldd work for ET_DYN executables. From Peter Mazinger. | Joakim Tjernlund | 2004-09-28 | 1 | -2/+2 |
* | Remove /usr/X11R6/lib from default list. | Joakim Tjernlund | 2004-09-27 | 1 | -6/+16 |
* | Add bswap_64 macro and uClibc_page.h. From Peter Kjellerstedt. | Joakim Tjernlund | 2004-09-23 | 2 | -0/+55 |
* | Don't allow undefined global symbols to pass. | Joakim Tjernlund | 2004-09-23 | 1 | -133/+122 |
* | White space and printouts cleanup. From Peter Kjellerstedt. | Joakim Tjernlund | 2004-09-23 | 1 | -6/+7 |
* | Make do_rem() safe. From Peter Kjellerstedt. | Joakim Tjernlund | 2004-09-23 | 8 | -8/+8 |
* | Don't allow undefined global symbols to pass. | Joakim Tjernlund | 2004-09-23 | 6 | -58/+34 |
* | Make powerpc look more like the other archs. | Joakim Tjernlund | 2004-09-23 | 1 | -2/+2 |
* | Added back dl_iterate_phdr in ldso(with some small changes). | Joakim Tjernlund | 2004-09-17 | 2 | -1/+43 |
* | Formatting cleanups from Peter Kellerstedt. | Joakim Tjernlund | 2004-09-17 | 1 | -170/+193 |
* | Bugfix: Add r_addend to final address. The r_addend is mostly zero | Joakim Tjernlund | 2004-09-17 | 1 | -8/+6 |
* | Don't allow undefined global symbols to pass(all archs needs fixing, | Joakim Tjernlund | 2004-09-17 | 1 | -10/+16 |
* | Don't allow undefined global symbols to pass(all archs needs fixing). | Joakim Tjernlund | 2004-09-16 | 1 | -29/+20 |
* | Hide some x86-specific devel asserts. | Manuel Novoa III | 2004-09-10 | 1 | -0/+5 |
* | Fixup URL | Eric Andersen | 2004-09-08 | 1 | -1/+1 |
* | Second attempt to fix the INIT/FINI order. This time I think I got it right :) | Joakim Tjernlund | 2004-09-08 | 4 | -38/+129 |
* | Doh! As noted by Mike Frysinger I was too agressive at culling stuff | Eric Andersen | 2004-09-08 | 1 | -0/+7 |
* | Disable prototypes for unimplemented functions | Eric Andersen | 2004-09-07 | 1 | -0/+2 |
* | Yet another bit of joy for mjn3 | Eric Andersen | 2004-09-07 | 1 | -0/+4 |
* | Audit and disable unimplemented stuff | Eric Andersen | 2004-09-07 | 1 | -70/+12 |
* | Implement gethostent_r | Eric Andersen | 2004-09-07 | 1 | -15/+31 |