summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* first few large time_t changes; more might be required -- still digging.deraadt2013-04-173-7/+11
* exlusive -> exclusivemiod2012-05-241-2/+2
* Correct the spelling of "transferred" and "transferring"guenther2012-02-241-3/+3
* union wait is dead, ancient history; stop using itguenther2011-11-061-9/+10
* parent_exit() signal handler must use _exit() not exit()deraadt2010-12-211-2/+2
* $OpenBSD$jsg2010-11-031-1/+1
* convert last user of libcompat in base to modern regexes. ok deraadttedu2010-07-053-20/+12
* After snprintf(3) call `dir' is no longer used so free it also on normalzinovik2010-03-301-1/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-2711-78/+8
* change some defaults inside amd itself, so that the rc scripts no longerderaadt2009-08-124-9/+9
* typos; ok jmc@martynas2007-11-271-3/+3
* typos; ok jmc@martynas2007-11-261-2/+2
* convert to new .Dd format;jmc2007-05-314-8/+8
* remove some bogus *p tests from charles longeautedu2007-03-204-11/+11
* oops, let synopsis and usage agree;jmc2007-02-182-4/+4
* document -C option; ok jmcderaadt2007-02-181-1/+10
* simplify synopsis/usage; mostly from Igor Sobradojmc2007-02-182-14/+7
* sort options and sync usage(); from Igor Sobradojmc2007-02-182-35/+34
* makeinfo --no-split, simplifies sets immensely.espie2006-07-121-3/+3
* Userland programs should include <errno.h> not <sys/errno.h>millert2005-12-211-2/+2
* snprintf() returns int, not size_t; also use the return value aftermillert2005-04-151-9/+6
* do not embed compile date and such in the binaries so they don't changehenning2005-02-184-89/+4
* Backout poll changes; the first mount gets an error for some reason.millert2004-10-213-53/+119
* Use poll(2) and svc_getreq_poll(2). Tested by matthieu@, ok deraadt@millert2004-10-043-119/+53
* Do not use after free; from Tor Egge via freebsd.otto2004-07-171-3/+3
* Remove redundant errno declaration. ok deraadt@otto2004-05-311-2/+1
* Fix some sizeof(ptr) bugs based on diffs from aaron@.millert2004-05-071-10/+11
* iffy syntax; ok deraadt@djm2004-03-151-3/+4
* typo; jjy2+@pitt.eduderaadt2004-02-191-2/+2
* typos from Jonathon Gray;jmc2003-11-082-4/+4
* Fix "the the" typos in comments; Bruno Roheemillert2003-10-303-6/+10
* add missing includesdavid2003-07-181-1/+4
* Use getifaddrs() to get the list of interfaces. This fixes themillert2003-06-172-124/+39
* - section reorderjmc2003-06-123-26/+28
* another UCB term 3 removalderaadt2003-06-121-6/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-02117-706/+238
* typoderaadt2003-04-081-2/+2
* strcpy -> strlcpy. some from and ok deraadt@tedu2003-04-074-14/+14
* one more trivial strlcpy that i forgot; ok deraadtpvalchev2003-04-051-2/+2
* strncpy should be strlcpy. ok pvalchevtedu2003-04-051-2/+2
* strlcat, strncpy; ok tedu henningpvalchev2003-04-052-10/+10
* strlcpy; tedu okderaadt2003-04-041-2/+2
* more strlcpy; ok beck, and others pointed out a glitchderaadt2003-03-133-7/+7
* spellingdavid2003-03-111-2/+2
* typos;jmc2003-01-291-9/+5
* "successful" spelling fixes in comments & documentationpvalchev2002-11-254-9/+9
* no need for makeinfo --no-warn anymore; fgs removed offending parts inpvalchev2002-11-061-2/+2
* - fix broken nodes and remove repeated items.fgsch2002-11-022-1139/+13
* create a 127.0.0.1: socket to match the *: socket upon which amq requestsderaadt2002-09-102-39/+54
* knfderaadt2002-09-103-21/+41