Age | Commit message (Expand) | Author |
2013-04-17 | add some prototypes, casts, includes, parenthesis, and whatnot to | Ted Unangst |
2011-04-25 | Teach sysconf(_SC_GETGR_R_SIZE_MAX) the correct size of a buffer for the | Stuart Henderson |
2009-12-19 | Implement proper error handling for getgrent(3), getgrnam(3) and getgrgid(3). | Ingo Schwarze |
2009-11-09 | Fix the handle locking in stdio to use flockfile/funlockfile | Kurt Miller |
2009-10-22 | Back out previous commit, as it caused too much growth for the install | Philip Guenthe |
2009-10-21 | Fix the handle locking in stdio to use flockfile/funlockfile | Philip Guenthe |
2009-06-07 | de-spaghetti: | Ingo Schwarze |
2009-06-07 | No need to malloc, copy, have a single read access, and free right away. | Ingo Schwarze |
2009-06-05 | The yp_bind(3) return code now distinguishes "YP not active" from "an error | Ingo Schwarze |
2009-06-05 | When parsing a line stating with "+" or "-" in group(5), | Ingo Schwarze |
2009-06-04 | in case a handling a +groupname:*:: entry fails due to lack of memory, | Ingo Schwarze |
2009-06-03 | Take advantage of the surprise libc bump to bring in | Ingo Schwarze |
2008-08-25 | correct +name handling; schwarze@usta.de | Theo de Raadt |
2008-06-24 | create a private getpwent()-like interface which does not walk the YP | Theo de Raadt |
2007-05-16 | Wrap some functions, labels, and variables in #ifdefs corresponding | Ray Lai |
2005-08-08 | zap remaining rcsid. | Marc Espie |
2005-03-25 | deregister (and deauto!). ok millert@ marco@ | Otto Moerbeek |
2004-06-07 | major bump to libc and libpthread to break the dependency of a | Marco S Hyman |
2004-05-18 | ansify function definitions and zap some `register' | Jean-Francois Brousseau |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-01 | add missing enumeration case to select to kill gcc warning | Anil Madhavapeddy |
2002-07-06 | KNF | Theo de Raadt |
2002-05-24 | try to use strlcpy and snprintf more; ok various | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-09-11 | repair getgrgid_r() and getgrnam_r() as the standart says; from d@ | Peter Valchev |
2000-09-24 | unlock, instead of re-lock. fixes PR#1408 | David Leonard |
2000-01-08 | fix sizeof's when aliasing reentrant structures. | David Leonard |
2000-01-06 | use thread-specific storage for the members list | David Leonard |
1999-09-03 | Use strtol() and strtoul() instead of atoi(). This allows us to catch | Todd C. Miller |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard |
1997-12-19 | gid_t is unsigned | Theo de Raadt |
1997-07-09 | Clean up some -Wall complaints. | Todd C. Miller |
1997-01-25 | sync with NetBSD, changes from PR#3114, Michael.Eriksson@era-t.ericsson.se | Jason Downs |
1996-09-15 | Add a couple of syscalls; bring more prototypes into scope | Thorsten Lockert |
1996-08-19 | Fix RCS ids | Thorsten Lockert |
1996-04-24 | yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structure | Theo de Raadt |
1996-03-25 | Prototype internal functions | Thorsten Lockert |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |