summaryrefslogtreecommitdiffstats
path: root/usr.sbin/netgroup_mkdb/netgroup_mkdb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Actually, the C standard only guarantees that atexit(3) returns non-zeroschwarze2019-06-281-2/+2
* atexit() returns -1 on failurederaadt2019-06-281-2/+2
* pledge "stdio rpath wpath cpath", full path handling to satisfy dbopen()deraadt2015-10-131-1/+3
* Hide netgroup internals inside libc. The parts that netgroup_mkdbderaadt2015-09-101-2/+2
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-5/+3
* Move from <sys/param.h>. (The binary change is due to a line numberderaadt2015-01-161-4/+3
* In preparation for getline and getdelim additions to libc, rename getline()fgsch2012-03-041-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-4/+1
* documentation tweaks.sobrado2008-05-171-3/+3
* Remove _err() calls from getnetgrent.c. This is a minor API changemillert2007-03-051-3/+6
* knfderaadt2005-05-161-19/+17
* ansi and protosderaadt2003-06-261-38/+17
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-4/+4
* 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-13/+13
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-4/+4
* Kill extra newline in err()/warn().millert1997-09-121-4/+4
* repair recursive map entry thingy; christosderaadt1997-06-181-6/+7
* back out stringlist changesmillert1997-02-031-11/+9
* Use public stringlist (in libc)millert1997-02-021-8/+12
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-2/+2
* from netbsd:deraadt1996-05-011-21/+34
* initial import of NetBSD treederaadt1995-10-181-0/+715