| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Partial commit of a patch from Alexandre Oliva: | Eric Andersen | 2004-12-11 | 11 | -19/+73 |
* | Remove some accumulated ugly junk | Eric Andersen | 2004-12-11 | 1 | -48/+1 |
* | Don't use PAGE_SIZE, instead just a local BUFFER_SIZE define | Eric Andersen | 2004-12-09 | 1 | -4/+6 |
* | libpthread can use the normal LDFLAGS (including -s to strip it), but | Eric Andersen | 2004-12-08 | 1 | -4/+3 |
* | Kill off ancient unused cruft | Eric Andersen | 2004-12-08 | 1 | -68/+0 |
* | Use PAGE_SIZE, not 4096 | Eric Andersen | 2004-12-08 | 1 | -4/+5 |
* | Add missing definition for O_DIRECT | Eric Andersen | 2004-12-06 | 1 | -8/+7 |
* | update : $ | Ned Ludd | 2004-11-25 | 1 | -1/+1 |
* | Make __builtin_return_address() return NULL at top of | Joakim Tjernlund | 2004-11-17 | 1 | -8/+8 |
* | Add BIND NOW support to MIPS. | Joakim Tjernlund | 2004-11-17 | 4 | -15/+17 |
* | Fix grammar | Eric Andersen | 2004-11-11 | 1 | -1/+1 |
* | move getent to extra/scripts/ out of docs/ | Mike Frysinger | 2004-11-11 | 1 | -1/+1 |
* | misc touchups | Mike Frysinger | 2004-11-11 | 1 | -8/+8 |
* | fix a few typos and clean up the spacing (no tabs) | Mike Frysinger | 2004-11-11 | 1 | -28/+23 |
* | misc cleanups of __stack_smash_handler() function when ssp support is enabled... | Ned Ludd | 2004-11-11 | 1 | -2/+2 |
* | misc cleanups of __stack_smash_handler() function when ssp support is enabled... | Ned Ludd | 2004-11-11 | 1 | -76/+100 |
* | Add RTLD_LOCAL support for dlopened libs. Reported by | Joakim Tjernlund | 2004-11-10 | 13 | -353/+67 |
* | initial commit of uclibc equiv of glibc getent | Ned Ludd | 2004-11-10 | 1 | -0/+49 |
* | Some requested additional malloc entry points | Eric Andersen | 2004-11-08 | 3 | -0/+65 |
* | A patch included in glibc 2.3.2's libthread_db that helps remote | Eric Andersen | 2004-11-08 | 1 | -0/+4 |
* | struct ipc_perm, as used by shmctl() when soing shared memory stuff, | Eric Andersen | 2004-11-02 | 1 | -1/+1 |
* | - Remove dynamic_size from struct elf_resolve. | Joakim Tjernlund | 2004-11-02 | 11 | -158/+172 |
* | Revert Peter's __lib_gettimeofday patch. There's the minor issue of | Manuel Novoa III | 2004-10-31 | 13 | -24/+14 |
* | Synchronized with glibc (2.3.2). | Peter Kjellerstedt | 2004-10-30 | 1 | -1/+4 |
* | Do not assume a fifth argument is used with syscall(). Allocate stack | Peter Kjellerstedt | 2004-10-30 | 1 | -6/+6 |
* | Revise TODO list for the upcoming release | Eric Andersen | 2004-10-30 | 1 | -1/+6 |
* | Jocke's patch was almost right. Just needed move the DT_MIPS_RLD_MAP test | Manuel Novoa III | 2004-10-27 | 1 | -15/+4 |
* | Fix up __uClibc_init() for so that we prevent starting SUID | Eric Andersen | 2004-10-27 | 2 | -21/+66 |
* | Arrange to hide uClibc internals | Eric Andersen | 2004-10-27 | 1 | -0/+7 |
* | Update TODO list | Eric Andersen | 2004-10-26 | 1 | -2/+1 |
* | Atsushi Nemoto writes: | Eric Andersen | 2004-10-26 | 1 | -15/+25 |
* | We don't need this README | Eric Andersen | 2004-10-26 | 1 | -352/+0 |
* | Peter S. Mazinger writes: | Eric Andersen | 2004-10-19 | 13 | -14/+24 |
* | Atsushi Nemoto writes: | Eric Andersen | 2004-10-19 | 1 | -8/+8 |
* | Corrent HOWTO url | Eric Andersen | 2004-10-18 | 1 | -1/+1 |
* | mention scratchbox and openembedded | Eric Andersen | 2004-10-18 | 1 | -1/+2 |
* | Rip out Peter's unacceptable "fix" and do the sane thing instead; build | Manuel Novoa III | 2004-10-15 | 3 | -77/+21 |
* | unmap ld.so.cache when dlopen() returns. | Joakim Tjernlund | 2004-10-14 | 1 | -0/+1 |
* | hmm, somehow cvs lost this file in the previous commit. | Joakim Tjernlund | 2004-10-14 | 1 | -1/+12 |
* | Peter Mazinger writes: | Joakim Tjernlund | 2004-10-14 | 4 | -10/+20 |
* | Peter Mazinger writes: | Joakim Tjernlund | 2004-10-14 | 3 | -11/+62 |
* | Don't SEGV if library not found. | Joakim Tjernlund | 2004-10-14 | 1 | -10/+9 |
* | Remove unused stuff. From Peter Mazinger. | Joakim Tjernlund | 2004-10-14 | 1 | -6/+0 |
* | 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 |