summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+1
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-222-2/+0
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+5
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-142-8/+9
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-143-117/+112
* Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger2005-12-161-2/+5
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-131-3/+3
* fix some warningsMike Frysinger2005-12-102-3/+3
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-091-1/+1
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-081-0/+1
* Convert the rest of users to hiddenPeter S. Mazinger2005-12-081-1/+2
* Use internal versionsPeter S. Mazinger2005-12-081-0/+1
* Hide morePeter S. Mazinger2005-12-072-33/+101
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-062-13/+7
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-0/+3
* Hide mostly used functionsPeter S. Mazinger2005-12-012-21/+21
* 100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger2005-11-262-15/+8
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger2005-11-011-1/+4
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-2/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-57/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+48
* Workaround to allow this directory to IMA compile. Someone w/ better understa...Peter S. Mazinger2005-10-211-3/+3
* Move GETXXKEY_R_FUNC into a separate file to allow IMA compilingPeter S. Mazinger2005-10-212-58/+120
* Remove duplicate locking defines for IMA compiling.Peter S. Mazinger2005-10-201-21/+6
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-14/+11
* include headers only if the related option is enabledPeter S. Mazinger2005-09-211-0/+3
* merge parallel build supportMike Frysinger2005-01-251-4/+4
* Cleanup some cruftEric Andersen2004-07-151-3/+0
* Cleanup a few of the more egregiously broken sysconf values toEric Andersen2004-07-151-0/+2
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-6/+9
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-272-8/+8
* Fix infinite loop in putgrent (forgotten increment).Manuel Novoa III2003-12-041-0/+1
* Sigh... I wasn't checking if the gid field in a group line actuallyManuel Novoa III2003-11-061-3/+5
* Oops... don't need recursive mutexes.Manuel Novoa III2003-11-061-3/+3
* Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf).Manuel Novoa III2003-11-0625-1865/+1194
* Implement getgrent_r. Rework getpwent and getgrent a bit furtherEric Andersen2003-11-022-24/+38
* Fix things (properly) to open /etc/passd and /etc/group ifEric Andersen2003-11-014-24/+36
* Fix Erik's typo.Manuel Novoa III2003-10-311-1/+1
* getpwent(), getpwent_r(), and getgrent(), getgrent_r() would allEric Andersen2003-10-313-1/+8
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Implement putgrent to make Peter S. Mazing happyEric Andersen2003-10-182-1/+57
* Implement getgrgid_r and getgrnam_r. Rework group handling code to be fullyEric Andersen2003-10-1025-671/+738
* Small fix for when threading (I think) was disabled.Manuel Novoa III2003-09-061-1/+1
* ret could have been used uninitialized in one caseEric Andersen2003-06-272-2/+2
* Yet more cleanup for the reentrant pwd/grp functions so theyEric Andersen2003-06-279-20/+55
* Fixup errno handlingEric Andersen2003-06-2713-55/+93
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-1/+1
* Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com>Eric Andersen2002-09-161-1/+1
* Fix some locking problems noted by Manuel. __getgrent() was alwaysEric Andersen2002-09-106-21/+32