| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-08 | Add some references, most of these were removed when we stopped building |  jsg | 1 | -6/+9 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2 | -11/+11 |
| 2017-08-22 | kill .Tn |  schwarze | 1 | -26/+8 |
| 2017-08-22 | fix default automount dir below FILES, related to amd.c rev. 1.15; |  schwarze | 1 | -4/+4 |
| 2017-07-28 | plog format string should be literal. |  fcambus | 1 | -3/+3 |
| 2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. |  krw | 1 | -2/+2 |
| 2015-12-12 | Remove the rest of the 20+ year-old memory debugging gunk. Discussed |  mmcc | 2 | -36/+2 |
| 2015-12-11 | Remove debugging fluff from allocation functions. There's probably more |  mmcc | 1 | -19/+3 |
| 2015-12-05 | Remove a bunch of NULL-checks before free(). |  mmcc | 10 | -44/+30 |
| 2015-09-13 | More FNDELAY/FIONBIO --> SOCK_NONBLOCK conversions |  guenther | 1 | -16/+2 |
| 2015-09-11 | Since immediate_abort is modified by a signal handler it must be |  millert | 1 | -2/+2 |
| 2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* |  deraadt | 1 | -2/+2 |
| 2015-01-22 | amd's nfs_prot.x file has some tweaks from the standard; automate them with ed. |  guenther | 1 | -19/+19 |
| 2015-01-21 | Pass times as int64_t and eliminate the (long disabled) mount request. |  guenther | 2 | -97/+13 |
| 2015-01-21 | Regenerate the amq RPC stubs with a -current rpcgen, with some |  guenther | 1 | -20/+18 |
| 2014-11-16 | so old it becomes untrue |  deraadt | 1 | -1169/+0 |
| 2014-10-26 | Remove a gazillion useless casts to void* |  guenther | 18 | -103/+100 |
| 2014-10-26 | Delete casts to void* of the argument to free(): only needed when lying |  guenther | 12 | -50/+50 |
| 2014-10-26 | Update to the modern RPC style with different names for server and client |  guenther | 12 | -57/+70 |
| 2014-10-26 | clnt_sperrno() is declared nowadays in <rpc/clnt.h> |  guenther | 1 | -2/+1 |
| 2014-10-26 | Sort #includes; pull in <time.h> for ctime() |  guenther | 1 | -7/+7 |
| 2014-10-26 | When regcomp() fails, use regerror() to get a useful error message |  guenther | 1 | -6/+17 |
| 2014-10-26 | Declare a few functions static |  guenther | 1 | -4/+5 |
| 2014-10-26 | Lint is dead |  guenther | 13 | -57/+13 |
| 2014-10-26 | Use vsyslog() instead of manually expanding the string and calling syslog(%s) |  guenther | 1 | -21/+13 |
| 2014-10-26 | Remove trailing newlines from a couple log messages |  guenther | 2 | -6/+6 |
| 2014-10-26 | Consistently use the extra parens in 'if ((var = hasmntval(...)))' to |  guenther | 1 | -5/+5 |
| 2014-10-26 | Replace xrealloc() with xreallocarray(). Break-out the 'log and die' |  guenther | 7 | -53/+48 |
| 2014-10-24 | retire networks(5) support; |  schwarze | 1 | -59/+9 |
| 2014-10-20 | Change MTAB_TYPE_UFS from "ufs" to "ffs", fixing mount-restarting for them. |  guenther | 12 | -850/+58 |
| 2014-10-20 | unifdef -DHAS_REGEXP -DHAS_PASSWD_MAPS -DHAS_FILE_MAPS \ |  guenther | 16 | -336/+16 |
| 2014-10-20 | Start removing portability goo: we have syslog(), strerror(), POSIX regexp, |  guenther | 9 | -221/+87 |
| 2014-01-21 | include unistd.h for getopt() |  jsg | 1 | -1/+2 |
| 2013-12-03 | ctype cleanups |  deraadt | 4 | -12/+23 |
| 2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ |  schwarze | 1 | -3/+3 |
| 2013-06-02 | Kill a pointless reference to <sys/dir.h> |  guenther | 1 | -6/+1 |
| 2013-04-17 | first few large time_t changes; more might be required -- still digging. |  deraadt | 1 | -2/+2 |
| 2012-05-24 | exlusive -> exclusive |  miod | 1 | -2/+2 |
| 2012-02-24 | Correct the spelling of "transferred" and "transferring" |  guenther | 1 | -3/+3 |
| 2011-11-06 | union wait is dead, ancient history; stop using it |  guenther | 1 | -9/+10 |
| 2010-12-21 | parent_exit() signal handler must use _exit() not exit() |  deraadt | 1 | -2/+2 |
| 2010-11-03 | $OpenBSD$ |  jsg | 1 | -1/+1 |
| 2010-07-05 | convert last user of libcompat in base to modern regexes. ok deraadt |  tedu | 2 | -18/+10 |
| 2010-03-30 | After snprintf(3) call `dir' is no longer used so free it also on normal |  zinovik | 1 | -1/+2 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 7 | -41/+4 |
| 2009-08-12 | change some defaults inside amd itself, so that the rc scripts no longer |  deraadt | 4 | -9/+9 |
| 2007-11-27 | typos; ok jmc@ |  martynas | 1 | -3/+3 |
| 2007-11-26 | typos; ok jmc@ |  martynas | 1 | -2/+2 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-03-20 | remove some bogus *p tests from charles longeau |  tedu | 3 | -7/+7 |