| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach sysconf(_SC_GETGR_R_SIZE_MAX) the correct size of a buffer for the |  sthen | 2011-04-25 | 1 | -2/+2 |
* | Implement proper error handling for getgrent(3), getgrnam(3) and getgrgid(3). |  schwarze | 2009-12-19 | 1 | -27/+43 |
* | Fix the handle locking in stdio to use flockfile/funlockfile |  kurt | 2009-11-09 | 1 | -2/+3 |
* | Back out previous commit, as it caused too much growth for the install |  guenther | 2009-10-22 | 1 | -3/+2 |
* | Fix the handle locking in stdio to use flockfile/funlockfile |  guenther | 2009-10-21 | 1 | -2/+3 |
* | de-spaghetti: |  schwarze | 2009-06-07 | 1 | -36/+20 |
* | No need to malloc, copy, have a single read access, and free right away. |  schwarze | 2009-06-07 | 1 | -18/+6 |
* | The yp_bind(3) return code now distinguishes "YP not active" from "an error |  schwarze | 2009-06-05 | 1 | -63/+60 |
* | When parsing a line stating with "+" or "-" in group(5), |  schwarze | 2009-06-05 | 1 | -62/+51 |
* | in case a handling a +groupname:*:: entry fails due to lack of memory, |  schwarze | 2009-06-04 | 1 | -2/+3 |
* | Take advantage of the surprise libc bump to bring in |  schwarze | 2009-06-03 | 1 | -2/+28 |
* | correct +name handling; schwarze@usta.de |  deraadt | 2008-08-25 | 1 | -6/+7 |
* | create a private getpwent()-like interface which does not walk the YP |  deraadt | 2008-06-24 | 1 | -7/+18 |
* | Wrap some functions, labels, and variables in #ifdefs corresponding |  ray | 2007-05-16 | 1 | -1/+3 |
* | zap remaining rcsid. |  espie | 2005-08-08 | 1 | -4/+1 |
* | deregister (and deauto!). ok millert@ marco@ |  otto | 2005-03-25 | 1 | -3/+3 |
* | major bump to libc and libpthread to break the dependency of a |  marc | 2004-06-07 | 1 | -2/+1 |
* | ansify function definitions and zap some `register' |  jfb | 2004-05-18 | 1 | -38/+17 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | add missing enumeration case to select to kill gcc warning |  avsm | 2003-05-01 | 1 | -1/+4 |
* | KNF |  deraadt | 2002-07-06 | 1 | -29/+32 |
* | try to use strlcpy and snprintf more; ok various |  deraadt | 2002-05-24 | 1 | -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. |  millert | 2002-02-16 | 1 | -4/+4 |
* | repair getgrgid_r() and getgrnam_r() as the standart says; from d@ |  pvalchev | 2001-09-11 | 1 | -32/+83 |
* | unlock, instead of re-lock. fixes PR#1408 |  d | 2000-09-24 | 1 | -2/+2 |
* | fix sizeof's when aliasing reentrant structures. |  d | 2000-01-08 | 1 | -2/+2 |
* | use thread-specific storage for the members list |  d | 2000-01-06 | 1 | -5/+18 |
* | Use strtol() and strtoul() instead of atoi(). This allows us to catch |  millert | 1999-09-03 | 1 | -8/+18 |
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). |  d | 1998-11-20 | 1 | -35/+91 |
* | gid_t is unsigned |  deraadt | 1997-12-19 | 1 | -2/+2 |
* | Clean up some -Wall complaints. |  millert | 1997-07-09 | 1 | -2/+2 |
* | sync with NetBSD, changes from PR#3114, Michael.Eriksson@era-t.ericsson.se |  downsj | 1997-01-25 | 1 | -7/+42 |
* | Add a couple of syscalls; bring more prototypes into scope |  tholo | 1996-09-15 | 1 | -1/+3 |
* | Fix RCS ids |  tholo | 1996-08-19 | 1 | -7/+1 |
* | yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structure |  deraadt | 1996-04-24 | 1 | -1/+1 |
* | Prototype internal functions |  tholo | 1996-03-25 | 1 | -3/+5 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+313 |