summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/include/config.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove debugging fluff from allocation functions. There's probably moremmcc2015-12-111-5/+1
* Use vsyslog() instead of manually expanding the string and calling syslog(%s)guenther2014-10-261-2/+3
* Replace xrealloc() with xreallocarray(). Break-out the 'log and die'guenther2014-10-261-4/+5
* Change MTAB_TYPE_UFS from "ufs" to "ffs", fixing mount-restarting for them.guenther2014-10-201-6/+3
* Start removing portability goo: we have syslog(), strerror(), POSIX regexp,guenther2014-10-201-10/+2
* Userland programs should include <errno.h> not <sys/errno.h>millert2005-12-211-2/+2
* Remove redundant errno declaration. ok deraadt@otto2004-05-311-2/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Get rid of useless local definitions P_void, voidp, Const and usepvalchev2002-08-051-20/+3
* various KNF and code cleanup/simplification, parts checked by millert/deraadtpvalchev2002-08-031-15/+9
* pid_cleanup, inspired by work by jason@ackley.netderaadt2002-05-261-2/+2
* initial import of NetBSD treederaadt1995-10-181-0/+140