summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getgrent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Teach sysconf(_SC_GETGR_R_SIZE_MAX) the correct size of a buffer for thesthen2011-04-251-2/+2
* Implement proper error handling for getgrent(3), getgrnam(3) and getgrgid(3).schwarze2009-12-191-27/+43
* Fix the handle locking in stdio to use flockfile/funlockfilekurt2009-11-091-2/+3
* Back out previous commit, as it caused too much growth for the installguenther2009-10-221-3/+2
* Fix the handle locking in stdio to use flockfile/funlockfileguenther2009-10-211-2/+3
* de-spaghetti:schwarze2009-06-071-36/+20
* No need to malloc, copy, have a single read access, and free right away.schwarze2009-06-071-18/+6
* The yp_bind(3) return code now distinguishes "YP not active" from "an errorschwarze2009-06-051-63/+60
* When parsing a line stating with "+" or "-" in group(5),schwarze2009-06-051-62/+51
* in case a handling a +groupname:*:: entry fails due to lack of memory,schwarze2009-06-041-2/+3
* Take advantage of the surprise libc bump to bring inschwarze2009-06-031-2/+28
* correct +name handling; schwarze@usta.dederaadt2008-08-251-6/+7
* create a private getpwent()-like interface which does not walk the YPderaadt2008-06-241-7/+18
* Wrap some functions, labels, and variables in #ifdefs correspondingray2007-05-161-1/+3
* zap remaining rcsid.espie2005-08-081-4/+1
* deregister (and deauto!). ok millert@ marco@otto2005-03-251-3/+3
* major bump to libc and libpthread to break the dependency of amarc2004-06-071-2/+1
* ansify function definitions and zap some `register'jfb2004-05-181-38/+17
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* add missing enumeration case to select to kill gcc warningavsm2003-05-011-1/+4
* KNFderaadt2002-07-061-29/+32
* try to use strlcpy and snprintf more; ok variousderaadt2002-05-241-8/+10
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
* repair getgrgid_r() and getgrnam_r() as the standart says; from d@pvalchev2001-09-111-32/+83
* unlock, instead of re-lock. fixes PR#1408d2000-09-241-2/+2
* fix sizeof's when aliasing reentrant structures.d2000-01-081-2/+2
* use thread-specific storage for the members listd2000-01-061-5/+18
* Use strtol() and strtoul() instead of atoi(). This allows us to catchmillert1999-09-031-8/+18
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-35/+91
* gid_t is unsignedderaadt1997-12-191-2/+2
* Clean up some -Wall complaints.millert1997-07-091-2/+2
* sync with NetBSD, changes from PR#3114, Michael.Eriksson@era-t.ericsson.sedownsj1997-01-251-7/+42
* Add a couple of syscalls; bring more prototypes into scopetholo1996-09-151-1/+3
* Fix RCS idstholo1996-08-191-7/+1
* yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structurederaadt1996-04-241-1/+1
* Prototype internal functionstholo1996-03-251-3/+5
* initial import of NetBSD treederaadt1995-10-181-0/+313