Age | Commit message (Expand) | Author |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-02 | In manpages, don't escape apostrophes as \'; it's rarely what you want. | Anthony J. Bentley |
2017-08-22 | kill .Tn | Ingo Schwarze |
2017-08-22 | default automount dir was changed from /a to /tmp_mnt in amd.c rev. 1.15; | Ingo Schwarze |
2017-08-22 | fix default automount dir below FILES, related to amd.c rev. 1.15; | Ingo Schwarze |
2017-07-28 | plog format string should be literal. | Frederic Cambus |
2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | Kenneth R Westerback |
2016-12-25 | Regenerate with -current rpcgen, eliminating "unused variable 'i'" | Kenneth R Westerback |
2016-12-20 | Add 'default:' cases to switch statements that gcc whines about. | Kenneth R Westerback |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2015-12-12 | Remove the rest of the 20+ year-old memory debugging gunk. Discussed | mmcc |
2015-12-11 | Remove debugging fluff from allocation functions. There's probably more | mmcc |
2015-12-05 | Remove a bunch of NULL-checks before free(). | mmcc |
2015-09-13 | More FNDELAY/FIONBIO --> SOCK_NONBLOCK conversions | Philip Guenther |
2015-09-11 | Since immediate_abort is modified by a signal handler it must be | Todd C. Miller |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-03-14 | Add missing #include <stdint.h> for SIZE_MAX. | Todd C. Miller |
2015-01-22 | amd's nfs_prot.x file has some tweaks from the standard; automate them with ed. | Philip Guenther |
2015-01-21 | Pass times as int64_t and eliminate the (long disabled) mount request. | Philip Guenther |
2015-01-21 | regen | Philip Guenther |
2015-01-21 | Remove all references to the amd -M option (it was disabled long ago) and | Philip Guenther |
2015-01-21 | Regenerate the amq RPC stubs with a -current rpcgen, with some | Philip Guenther |
2015-01-21 | amq doesn't use anything from misc_rpc.c | Philip Guenther |
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 |