summaryrefslogtreecommitdiff
path: root/usr.sbin/amd/include
AgeCommit message (Expand)Author
2021-10-21Avoid sys/param.h, or annotate reasons for including where required.Theo de Raadt
2015-12-11Remove debugging fluff from allocation functions. There's probably moremmcc
2015-09-11Since immediate_abort is modified by a signal handler it must beTodd C. Miller
2015-03-14Add missing #include <stdint.h> for SIZE_MAX.Todd C. Miller
2015-01-21Pass times as int64_t and eliminate the (long disabled) mount request.Philip Guenther
2014-10-26Update to the modern RPC style with different names for server and clientPhilip Guenther
2014-10-26timeout_mp() is static nowPhilip Guenther
2014-10-26Use vsyslog() instead of manually expanding the string and calling syslog(%s)Philip Guenther
2014-10-26Replace xrealloc() with xreallocarray(). Break-out the 'log and die'Philip Guenther
2014-10-20Change MTAB_TYPE_UFS from "ufs" to "ffs", fixing mount-restarting for them.Philip Guenther
2014-10-20unifdef -DHAS_REGEXP -DHAS_PASSWD_MAPS -DHAS_FILE_MAPS \Philip Guenther
2014-10-20Start removing portability goo: we have syslog(), strerror(), POSIX regexp,Philip Guenther
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2004-05-31Remove redundant errno declaration. ok deraadt@Otto Moerbeek
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-06-17Use getifaddrs() to get the list of interfaces. This fixes theTodd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-08-05Get rid of useless local definitions P_void, voidp, Const and usePeter Valchev
2002-08-03various KNF and code cleanup/simplification, parts checked by millert/deraadtPeter Valchev
2002-07-18ansify, style changes, removal of bogus libc function prototypes; ok deraadtPeter Valchev
2002-06-11use snprintf.Jun-ichiro itojun Hagino
2002-05-26pid_cleanup, inspired by work by jason@ackley.netTheo de Raadt
1997-01-31make amd 64bit ready for the alpha (from NetBSD/thorpej)Thomas Graichen
1996-03-25From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt