Age | Commit message (Expand) | Author |
2014-11-16 | so old it becomes untrue | Theo de Raadt |
2014-10-26 | Remove a gazillion useless casts to void* | Philip Guenther |
2014-10-26 | Delete casts to void* of the argument to free(): only needed when lying | Philip Guenther |
2014-10-26 | Update to the modern RPC style with different names for server and client | Philip Guenther |
2014-10-26 | clnt_sperrno() is declared nowadays in <rpc/clnt.h> | Philip Guenther |
2014-10-26 | Sort #includes; pull in <time.h> for ctime() | Philip Guenther |
2014-10-26 | When regcomp() fails, use regerror() to get a useful error message | Philip Guenther |
2014-10-26 | timeout_mp() is static now | Philip Guenther |
2014-10-26 | Declare a few functions static | Philip Guenther |
2014-10-26 | Lint is dead | Philip Guenther |
2014-10-26 | Delete information about porting to and running on other platforms. | Philip Guenther |
2014-10-26 | Delete inscrutable examples; the docs cover this | Philip Guenther |
2014-10-26 | Use vsyslog() instead of manually expanding the string and calling syslog(%s) | Philip Guenther |
2014-10-26 | Remove trailing newlines from a couple log messages | Philip Guenther |
2014-10-26 | Consistently use the extra parens in 'if ((var = hasmntval(...)))' to | Philip Guenther |
2014-10-26 | Replace xrealloc() with xreallocarray(). Break-out the 'log and die' | Philip Guenther |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |
2014-10-24 | retire networks(5) support; | Ingo Schwarze |
2014-10-20 | Change MTAB_TYPE_UFS from "ufs" to "ffs", fixing mount-restarting for them. | Philip Guenther |
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 |