Age | Commit message (Expand) | Author |
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 |
2003-12-22 | implement the worthless cuserid() function we claim to support. | Eric Andersen |
2003-11-05 | Rip the guts out of the dynamically generated sysconf.c, and live with a simple | Eric Andersen |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-09-08 | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III |
2003-08-01 | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III |
2003-05-14 | Sleep was returning the wrong value because: | David McCullough |
2002-12-04 | Change some variable names so we are more consistant with what | Eric Andersen |
2002-12-04 | For now, always claim we have exactly one cpu. It should | Eric Andersen |
2002-11-21 | Oops. As Pavel Roskin notes, I forgot to conditionally include | Eric Andersen |