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