summaryrefslogtreecommitdiffstats
path: root/usr.sbin/netgroup_mkdb (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
* add some EXIT STATUS sections; from matthew martinjmc2018-06-071-5/+4
* Remove NULL-checks before free().mmcc2015-12-191-5/+3
* change Xrs from now-defunct db(3) to dbopen(3); this wasn;t ajmc2015-11-301-6/+4
* err(1, "%s", "") -> err(1, NULL)mmcc2015-11-061-2/+2
* pledge "stdio rpath wpath cpath", full path handling to satisfy dbopen()deraadt2015-10-131-1/+3
* include ctype.h for the isspace(3) using _NG_ISSPACEjsg2015-10-011-1/+2
* Hide netgroup internals inside libc. The parts that netgroup_mkdbderaadt2015-09-104-4/+330
* 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
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-052-3/+1
* In preparation for getline and getdelim additions to libc, rename getline()fgsch2012-03-043-5/+5
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-273-12/+1
* documentation tweaks.sobrado2008-05-171-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* Remove _err() calls from getnetgrent.c. This is a minor API changemillert2007-03-051-3/+6
* knfderaadt2005-05-163-53/+48
* ansi cleanup; khalek@linuxgamers.netderaadt2004-08-012-22/+9
* ansi and protosderaadt2003-06-261-38/+17
* - section reorderjmc2003-06-121-8/+8
* 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-163-21/+21
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-4/+4
* Mostly punctuation fixes.aaron2000-04-151-3/+3
* Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otheraaron2000-03-191-2/+3
* remove trailing whitespace, some Nm cleanupaaron1999-06-051-14/+14
* $OpenBSD$deraadt1997-09-211-2/+1
* Kill extra newline in err()/warn().millert1997-09-121-4/+4
* repair recursive map entry thingy; christosderaadt1997-06-181-6/+7
* handle \\ at start of line; christosderaadt1997-04-151-2/+2
* 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-187-0/+1121