summaryrefslogtreecommitdiff
path: root/usr.sbin/amd
AgeCommit message (Expand)Author
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
2003-04-04strlcpy; tedu okTheo de Raadt
2003-03-13more strlcpy; ok beck, and others pointed out a glitchTheo de Raadt
2003-03-11spellingDavid Krause
2003-01-29typos;Jason McIntyre
2002-11-25"successful" spelling fixes in comments & documentationPeter Valchev
2002-11-06no need for makeinfo --no-warn anymore; fgs removed offending parts inPeter Valchev
2002-11-02- fix broken nodes and remove repeated items.Federico G. Schwindt
2002-09-10create a 127.0.0.1: socket to match the *: socket upon which amq requestsTheo de Raadt
2002-09-10knfTheo de Raadt
2002-09-10more knfTheo de Raadt