summaryrefslogtreecommitdiff
path: root/usr.sbin/amd
AgeCommit message (Expand)Author
1995-10-18initial import of NetBSD treeTheo de Raadt
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
1995-10-18initial import of NetBSD treeTheo de Raadt
2014-01-21include unistd.h for getopt()Jonathan Gray
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).Ingo Schwarze
2013-12-03ctype cleanupsTheo de Raadt
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-06-02Kill a pointless reference to <sys/dir.h>Philip Guenther
2013-04-17first few large time_t changes; more might be required -- still digging.Theo de Raadt
2012-05-24exlusive -> exclusiveMiod Vallat
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2011-11-06union wait is dead, ancient history; stop using itPhilip Guenthe
2010-12-21parent_exit() signal handler must use _exit() not exit()Theo de Raadt
2010-11-03$OpenBSD$Jonathan Gray
2010-07-05convert last user of libcompat in base to modern regexes. ok deraadtTed Unangst
2010-03-30After snprintf(3) call `dir' is no longer used so free it also on normalzinovik
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-08-12change some defaults inside amd itself, so that the rc scripts no longerTheo de Raadt
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-26typos; ok jmc@Martynas Venckus
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-02-18oops, let synopsis and usage agree;Jason McIntyre
2007-02-18document -C option; ok jmcTheo de Raadt
2007-02-18simplify synopsis/usage; mostly from Igor SobradoJason McIntyre
2007-02-18sort options and sync usage(); from Igor SobradoJason McIntyre
2006-07-12makeinfo --no-split, simplifies sets immensely.Marc Espie
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2005-04-15snprintf() returns int, not size_t; also use the return value afterTodd C. Miller
2005-02-18do not embed compile date and such in the binaries so they don't changeHenning Brauer
2004-10-21Backout poll changes; the first mount gets an error for some reason.Todd C. Miller
2004-10-04Use poll(2) and svc_getreq_poll(2). Tested by matthieu@, ok deraadt@Todd C. Miller
2004-07-17Do not use after free; from Tor Egge via freebsd.Otto Moerbeek
2004-05-31Remove redundant errno declaration. ok deraadt@Otto Moerbeek
2004-05-07Fix some sizeof(ptr) bugs based on diffs from aaron@.Todd C. Miller
2004-03-15iffy syntax; ok deraadt@Damien Miller
2004-02-19typo; jjy2+@pitt.eduTheo de Raadt
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-30Fix "the the" typos in comments; Bruno RoheeTodd C. Miller
2003-07-18add missing includesDavid Krause
2003-06-17Use getifaddrs() to get the list of interfaces. This fixes theTodd C. Miller
2003-06-12- section reorderJason McIntyre
2003-06-12another UCB term 3 removalTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-08typoTheo de Raadt
2003-04-07strcpy -> strlcpy. some from and ok deraadt@Ted Unangst
2003-04-05one more trivial strlcpy that i forgot; ok deraadtPeter Valchev
2003-04-05strncpy should be strlcpy. ok pvalchevTed Unangst
2003-04-05strlcat, strncpy; ok tedu henningPeter Valchev