summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/include
AgeCommit message (Expand)AuthorFilesLines
2015-12-11Remove debugging fluff from allocation functions. There's probably moremmcc1-5/+1
2015-09-11Since immediate_abort is modified by a signal handler it must bemillert1-2/+3
2015-03-14Add missing #include <stdint.h> for SIZE_MAX.millert1-1/+2
2015-01-21Pass times as int64_t and eliminate the (long disabled) mount request.guenther1-2/+2
2014-10-26Update to the modern RPC style with different names for server and clientguenther1-6/+10
2014-10-26timeout_mp() is static nowguenther1-2/+1
2014-10-26Use vsyslog() instead of manually expanding the string and calling syslog(%s)guenther1-2/+3
2014-10-26Replace xrealloc() with xreallocarray(). Break-out the 'log and die'guenther1-4/+5
2014-10-20Change MTAB_TYPE_UFS from "ufs" to "ffs", fixing mount-restarting for them.guenther2-20/+17
2014-10-20unifdef -DHAS_REGEXP -DHAS_PASSWD_MAPS -DHAS_FILE_MAPS \guenther1-20/+1
2014-10-20Start removing portability goo: we have syslog(), strerror(), POSIX regexp,guenther2-87/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-2/+1
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>millert1-2/+2
2004-05-31Remove redundant errno declaration. ok deraadt@otto1-2/+1
2003-11-08typos from Jonathon Gray;jmc1-2/+2
2003-06-17Use getifaddrs() to get the list of interfaces. This fixes themillert1-2/+2
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert4-24/+8
2002-08-05Get rid of useless local definitions P_void, voidp, Const and usepvalchev2-60/+43
2002-08-03various KNF and code cleanup/simplification, parts checked by millert/deraadtpvalchev3-49/+48
2002-07-18ansify, style changes, removal of bogus libc function prototypes; ok deraadtpvalchev1-110/+107
2002-06-11use snprintf.itojun1-2/+2
2002-05-26pid_cleanup, inspired by work by jason@ackley.netderaadt2-5/+5
1997-01-31make amd 64bit ready for the alpha (from NetBSD/thorpej)graichen1-4/+5
1996-03-25From NetBSD: merge of 960317niklas1-4/+10
1995-10-18initial import of NetBSD treederaadt4-0/+934