| 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 |
| 2019-06-02 | In manpages, don't escape apostrophes as \'; it's rarely what you want. |  bentley | 1 | -4/+4 |
| 2017-08-22 | kill .Tn |  schwarze | 2 | -38/+14 |
| 2017-08-22 | default automount dir was changed from /a to /tmp_mnt in amd.c rev. 1.15; |  schwarze | 1 | -19/+19 |
| 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 |
| 2017-01-21 | Nuke whitespace foolish enough to expose itself during the great |  krw | 1 | -4/+4 |
| 2016-12-25 | Regenerate with -current rpcgen, eliminating "unused variable 'i'" |  krw | 1 | -1/+12 |
| 2016-12-20 | Add 'default:' cases to switch statements that gcc whines about. |  krw | 1 | -1/+6 |
| 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 | 3 | -33/+5 |
| 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 | 2 | -4/+5 |
| 2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* |  deraadt | 1 | -2/+2 |
| 2015-03-14 | Add missing #include <stdint.h> for SIZE_MAX. |  millert | 1 | -1/+2 |
| 2015-01-22 | amd's nfs_prot.x file has some tweaks from the standard; automate them with ed. |  guenther | 9 | -629/+1129 |
| 2015-01-21 | Pass times as int64_t and eliminate the (long disabled) mount request. |  guenther | 1 | -2/+2 |
| 2015-01-21 | regen |  guenther | 4 | -103/+75 |
| 2015-01-21 | Pass times as int64_t and eliminate the (long disabled) mount request. |  guenther | 3 | -133/+25 |
| 2015-01-21 | Pass times as int64_t and eliminate the (long disabled) mount request. |  guenther | 1 | -11/+4 |
| 2015-01-21 | Remove all references to the amd -M option (it was disabled long ago) and |  guenther | 2 | -38/+9 |
| 2015-01-21 | Regenerate the amq RPC stubs with a -current rpcgen, with some |  guenther | 8 | -361/+375 |
| 2015-01-21 | amq doesn't use anything from misc_rpc.c |  guenther | 1 | -3/+3 |
| 2014-11-16 | so old it becomes untrue |  deraadt | 1 | -1169/+0 |
| 2014-10-26 | Remove a gazillion useless casts to void* |  guenther | 19 | -108/+105 |
| 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 | 19 | -186/+211 |
| 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 | timeout_mp() is static now |  guenther | 1 | -2/+1 |
| 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 | Delete information about porting to and running on other platforms. |  guenther | 4 | -316/+0 |
| 2014-10-26 | Delete inscrutable examples; the docs cover this |  guenther | 2 | -82/+0 |
| 2014-10-26 | Use vsyslog() instead of manually expanding the string and calling syslog(%s) |  guenther | 2 | -23/+16 |
| 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 | 8 | -57/+53 |
| 2014-10-24 | retire networks(5) support; |  schwarze | 2 | -61/+11 |
| 2014-10-20 | Change MTAB_TYPE_UFS from "ufs" to "ffs", fixing mount-restarting for them. |  guenther | 19 | -1117/+76 |
| 2014-10-20 | unifdef -DHAS_REGEXP -DHAS_PASSWD_MAPS -DHAS_FILE_MAPS \ |  guenther | 23 | -533/+24 |
| 2014-10-20 | Start removing portability goo: we have syslog(), strerror(), POSIX regexp, |  guenther | 129 | -11256/+95 |
| 2014-01-21 | include unistd.h for getopt() |  jsg | 1 | -1/+2 |
| 2014-01-20 | Obvious .Xr fixes, found while testing mandocdb(8). |  schwarze | 1 | -4/+4 |
| 2013-12-03 | ctype cleanups |  deraadt | 5 | -16/+31 |
| 2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ |  schwarze | 2 | -6/+6 |