Age | Commit message (Expand) | Author |
2006-02-10 | sync with glibc and kill dead code to fix issues found by the nftw ltp tests | Mike Frysinger |
2006-02-03 | attribute_hidden is enough in the prototype, sync getopt-susv3 w/ gnu | Peter S. Mazinger |
2006-02-03 | disable hidden_proto/def for __BCC__ generally | Peter S. Mazinger |
2006-02-03 | Use internal versions of strchr and stderr for non-BCC | Peter S. Mazinger |
2006-02-01 | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger |
2006-01-26 | Get rid of missing prototype warnings | Peter S. Mazinger |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger |
2006-01-16 | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger |
2005-12-16 | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ... | Peter S. Mazinger |
2005-12-13 | Convert all users of earlier hiddens | Peter S. Mazinger |
2005-12-13 | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger |
2005-12-10 | Fix alias. | "Steven J. Hill" |
2005-12-10 | Remove unused weak_alias. Thanks Peter. | "Steven J. Hill" |
2005-12-10 | Merge from NPTL. | "Steven J. Hill" |
2005-12-10 | fixed unused warning | Mike Frysinger |
2005-12-08 | mmap/mremap/socket/rewind gone | Peter S. Mazinger |
2005-12-08 | Convert the rest of users to hidden | Peter S. Mazinger |
2005-12-08 | Use internal versions | Peter S. Mazinger |
2005-12-08 | Do __sleep, should we make it weak, so that libpthread can overwrite it? | Peter S. Mazinger |
2005-12-07 | Hide more | Peter S. Mazinger |
2005-12-07 | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger |
2005-12-04 | More hiding, 300 left | Peter S. Mazinger |
2005-12-03 | Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte... | Peter S. Mazinger |
2005-12-03 | More hiding, including __mempcpy | Peter S. Mazinger |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger |
2005-11-29 | Hiding again | Peter S. Mazinger |
2005-11-27 | Hide some of mem* and str* | Peter S. Mazinger |
2005-11-26 | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger |
2005-11-01 | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger |
2005-11-01 | Remove last unused references to libc-a-pic-, we use only the lists in libc-a... | Peter S. Mazinger |
2005-10-29 | Replace all Makefiles for new build infrastucture | Peter S. Mazinger |
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger |
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger |
2005-10-05 | oops, missed a spot | Eric Andersen |
2005-10-04 | Do not stub out functions for mmu-less systems. Hide all | Eric Andersen |
2005-09-21 | include headers only if the related option is enabled | Peter S. Mazinger |
2005-01-25 | merge parallel build support | Mike Frysinger |
2004-12-22 | Make certain that the prototype for fgets_unlocked is defined | Eric Andersen |
2004-10-07 | Add ualarm.c | Eric Andersen |
2004-10-07 | implement SuSv3 required ualarm() | Eric Andersen |
2004-07-15 | Cleanup a few of the more egregiously broken sysconf values to | Eric Andersen |
2004-02-17 | Sigh... Fall back to alloca() if munmap is broken (uClinux). | Manuel Novoa III |
2004-01-16 | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen |
2004-01-12 | Oops... Seems I forgot an else... | Manuel Novoa III |
2004-01-02 | Redo the exec functions to comply with SUSv3. | Manuel Novoa III |
2003-12-30 | Make sleep behave itself properly inthe presence of SIGCHLD | Eric Andersen |
2003-12-22 | oops | Eric Andersen |