summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add printf format attributes to the custom error functions.tb2016-10-161-2/+3
* strlen + emalloc + snprintf = asprintfakfaew2016-09-071-4/+4
* Get rid of the static nomem() function and replace it with err(1, NULL);akfaew2016-09-071-18/+10
* use calloc, from Benjamin Baiertedu2014-05-291-3/+2
* use reallocarray and friends. okay miod@espie2014-05-181-4/+17
* Fix some minor things in config(8):edd2011-10-021-2/+4
* ansi & prototype cleanup. tested in mkr on most arch's. ok dhartmeideraadt2003-06-281-24/+10
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* kill sprintfderaadt2002-07-141-3/+4
* kill more registers.mpech2002-03-141-6/+6
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-38/+2
* 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-3/+3
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-8/+8
* Merge of NetBSD 961020. Includes flexible build/source dir specsniklas1996-10-231-13/+6
* zap emalloc memderaadt1996-09-011-1/+2
* sync to netbsd 960418deraadt1996-04-211-7/+8
* From NetBSD: merge of 960317niklas1996-03-251-1/+3
* initial import of NetBSD treederaadt1995-10-181-0/+265