summaryrefslogtreecommitdiff
path: root/usr.sbin/amd
AgeCommit message (Collapse)Author
2011-11-06union wait is dead, ancient history; stop using itPhilip Guenthe
ok deraadt@
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
code path. ok deraadt@
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2009-08-12change some defaults inside amd itself, so that the rc scripts no longerTheo de Raadt
have to pass those options. this makes amd much easier to restart by hand (though it still remains a nasty daemon do that with) ok millert
2007-11-27typos; ok jmc@Martynas Venckus
sys/dev/pci/pciide.c from naddy@
2007-11-26typos; ok jmc@Martynas Venckus
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
ok deraadt millert
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
also fix a misplaced .El
2006-07-12makeinfo --no-split, simplifies sets immensely.Marc Espie
Approved deraadt@, kettenis@
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
OK deraadt@
2005-04-15snprintf() returns int, not size_t; also use the return value afterTodd C. Miller
we have checked it. Joint work with moritz@
2005-02-18do not embed compile date and such in the binaries so they don't changeHenning Brauer
all time, ok millert@
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
ok matthieu@ deraadt@
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
Note that this is not code that actually gets compiled.
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
ok tedu@
2003-06-17Use getifaddrs() to get the list of interfaces. This fixes theTodd C. Miller
"wire" variable which may be used in amd maps to select an NFS server based on the subnet. Tested by matthieu@; OK by deraadt@
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-12another UCB term 3 removalTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
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
ok millert@
2003-01-29typos;Jason McIntyre
many tweaks by millert@ (thanks) thanks mpech@ for help with adduser(8) ok millert@
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
last commit
2002-11-02- fix broken nodes and remove repeated items.Federico G. Schwindt
- remove FSinfo, we don't install it. millert pvalchev ok.
2002-09-10create a 127.0.0.1: socket to match the *: socket upon which amq requestsTheo de Raadt
are serviced, then only respond to amq requests on that particular socket. we may extend this later to improve nfs protocol handling....
2002-09-10knfTheo de Raadt
2002-09-10more knfTheo de Raadt
2002-09-10various cleanupsTheo de Raadt
2002-09-07makeinfo --no-warn to suppress harmless but annoying warningsPeter Valchev