Age | Commit message (Expand) | Author |
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-07 | Hide more | Peter S. Mazinger |
2005-12-06 | macro out the thread funcs in libc if threading is disabled | Mike Frysinger |
2005-12-03 | More hiding, including __mempcpy | Peter S. Mazinger |
2005-12-01 | Hide mostly used functions | 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-21 | Workaround to allow this directory to IMA compile. Someone w/ better understa... | Peter S. Mazinger |
2005-10-21 | Move GETXXKEY_R_FUNC into a separate file to allow IMA compiling | Peter S. Mazinger |
2005-10-20 | Remove duplicate locking defines for IMA compiling. | 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-09-21 | include headers only if the related option is enabled | Peter S. Mazinger |
2005-01-25 | merge parallel build support | Mike Frysinger |
2004-07-15 | Cleanup some cruft | Eric Andersen |
2004-07-15 | Cleanup a few of the more egregiously broken sysconf values to | Eric Andersen |
2004-02-11 | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III |
2003-12-27 | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III |
2003-12-04 | Fix infinite loop in putgrent (forgotten increment). | Manuel Novoa III |
2003-11-06 | Sigh... I wasn't checking if the gid field in a group line actually | Manuel Novoa III |
2003-11-06 | Oops... don't need recursive mutexes. | Manuel Novoa III |
2003-11-06 | Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf). | Manuel Novoa III |
2003-11-02 | Implement getgrent_r. Rework getpwent and getgrent a bit further | Eric Andersen |
2003-11-01 | Fix things (properly) to open /etc/passd and /etc/group if | Eric Andersen |
2003-10-31 | Fix Erik's typo. | Manuel Novoa III |
2003-10-31 | getpwent(), getpwent_r(), and getgrent(), getgrent_r() would all | Eric Andersen |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-10-18 | Implement putgrent to make Peter S. Mazing happy | Eric Andersen |
2003-10-10 | Implement getgrgid_r and getgrnam_r. Rework group handling code to be fully | Eric Andersen |
2003-09-06 | Small fix for when threading (I think) was disabled. | Manuel Novoa III |
2003-06-27 | ret could have been used uninitialized in one case | Eric Andersen |
2003-06-27 | Yet more cleanup for the reentrant pwd/grp functions so they | Eric Andersen |
2003-06-27 | Fixup errno handling | Eric Andersen |
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen |
2002-09-16 | Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com> | Eric Andersen |
2002-09-10 | Fix some locking problems noted by Manuel. __getgrent() was always | Eric Andersen |
2002-09-10 | As noted by Bill Huang <billhuang@redsonic.com>, the gid and uid | Eric Andersen |
2002-08-18 | Yet more rework to make __getgrent and the functions that use it | Eric Andersen |
2002-08-18 | Fix broken locking so that at least the Python 2.2.1 grp test doesn't | Manuel Novoa III |
2002-08-18 | Remove recursive lock/unlock for a non-recursive mutex. | Manuel Novoa III |
2002-08-08 | Fix locking | Eric Andersen |
2002-08-08 | Add missing include file | Eric Andersen |
2002-08-01 | Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops! | Eric Andersen |
2002-06-17 | Shuffle the logic around a bit | Eric Andersen |
2002-06-12 | Don't use fixed buffers if we have an mmu such that malloc | Eric Andersen |