summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove debugging fluff from allocation functions. There's probably moremmcc2015-12-111-5/+1
* Since immediate_abort is modified by a signal handler it must bemillert2015-09-111-2/+3
* Add missing #include <stdint.h> for SIZE_MAX.millert2015-03-141-1/+2
* Pass times as int64_t and eliminate the (long disabled) mount request.guenther2015-01-211-2/+2
* Update to the modern RPC style with different names for server and clientguenther2014-10-261-6/+10
* timeout_mp() is static nowguenther2014-10-261-2/+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-202-20/+17
* unifdef -DHAS_REGEXP -DHAS_PASSWD_MAPS -DHAS_FILE_MAPS \guenther2014-10-201-20/+1
* Start removing portability goo: we have syslog(), strerror(), POSIX regexp,guenther2014-10-202-87/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-2/+1
* 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
* typos from Jonathon Gray;jmc2003-11-081-2/+2
* Use getifaddrs() to get the list of interfaces. This fixes themillert2003-06-171-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-024-24/+8
* Get rid of useless local definitions P_void, voidp, Const and usepvalchev2002-08-052-60/+43
* various KNF and code cleanup/simplification, parts checked by millert/deraadtpvalchev2002-08-033-49/+48
* ansify, style changes, removal of bogus libc function prototypes; ok deraadtpvalchev2002-07-181-110/+107
* use snprintf.itojun2002-06-111-2/+2
* pid_cleanup, inspired by work by jason@ackley.netderaadt2002-05-262-5/+5
* make amd 64bit ready for the alpha (from NetBSD/thorpej)graichen1997-01-311-4/+5
* From NetBSD: merge of 960317niklas1996-03-251-4/+10
* initial import of NetBSD treederaadt1995-10-184-0/+934