summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
AgeCommit message (Expand)AuthorFilesLines
2021-03-08Add some references, most of these were removed when we stopped buildingjsg1-6/+9
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt2-11/+11
2019-06-02In manpages, don't escape apostrophes as \'; it's rarely what you want.bentley1-4/+4
2017-08-22kill .Tnschwarze2-38/+14
2017-08-22default automount dir was changed from /a to /tmp_mnt in amd.c rev. 1.15;schwarze1-19/+19
2017-08-22fix default automount dir below FILES, related to amd.c rev. 1.15;schwarze1-4/+4
2017-07-28plog format string should be literal.fcambus1-3/+3
2017-01-21Nuke whitespace foolish enough to expose itself during the greatkrw1-4/+4
2016-12-25Regenerate with -current rpcgen, eliminating "unused variable 'i'"krw1-1/+12
2016-12-20Add 'default:' cases to switch statements that gcc whines about.krw1-1/+6
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw1-2/+2
2015-12-12Remove the rest of the 20+ year-old memory debugging gunk. Discussedmmcc2-36/+2
2015-12-11Remove debugging fluff from allocation functions. There's probably moremmcc3-33/+5
2015-12-05Remove a bunch of NULL-checks before free().mmcc10-44/+30
2015-09-13More FNDELAY/FIONBIO --> SOCK_NONBLOCK conversionsguenther1-16/+2
2015-09-11Since immediate_abort is modified by a signal handler it must bemillert2-4/+5
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt1-2/+2
2015-03-14Add missing #include <stdint.h> for SIZE_MAX.millert1-1/+2
2015-01-22amd's nfs_prot.x file has some tweaks from the standard; automate them with ed.guenther9-629/+1129
2015-01-21Pass times as int64_t and eliminate the (long disabled) mount request.guenther1-2/+2
2015-01-21regenguenther4-103/+75
2015-01-21Pass times as int64_t and eliminate the (long disabled) mount request.guenther3-133/+25
2015-01-21Pass times as int64_t and eliminate the (long disabled) mount request.guenther1-11/+4
2015-01-21Remove all references to the amd -M option (it was disabled long ago) andguenther2-38/+9
2015-01-21Regenerate the amq RPC stubs with a -current rpcgen, with someguenther8-361/+375
2015-01-21amq doesn't use anything from misc_rpc.cguenther1-3/+3
2014-11-16so old it becomes untruederaadt1-1169/+0
2014-10-26Remove a gazillion useless casts to void*guenther19-108/+105
2014-10-26Delete casts to void* of the argument to free(): only needed when lyingguenther12-50/+50
2014-10-26Update to the modern RPC style with different names for server and clientguenther19-186/+211
2014-10-26clnt_sperrno() is declared nowadays in <rpc/clnt.h>guenther1-2/+1
2014-10-26Sort #includes; pull in <time.h> for ctime()guenther1-7/+7
2014-10-26When regcomp() fails, use regerror() to get a useful error messageguenther1-6/+17
2014-10-26timeout_mp() is static nowguenther1-2/+1
2014-10-26Declare a few functions staticguenther1-4/+5
2014-10-26Lint is deadguenther13-57/+13
2014-10-26Delete information about porting to and running on other platforms.guenther4-316/+0
2014-10-26Delete inscrutable examples; the docs cover thisguenther2-82/+0
2014-10-26Use vsyslog() instead of manually expanding the string and calling syslog(%s)guenther2-23/+16
2014-10-26Remove trailing newlines from a couple log messagesguenther2-6/+6
2014-10-26Consistently use the extra parens in 'if ((var = hasmntval(...)))' toguenther1-5/+5
2014-10-26Replace xrealloc() with xreallocarray(). Break-out the 'log and die'guenther8-57/+53
2014-10-24retire networks(5) support;schwarze2-61/+11
2014-10-20Change MTAB_TYPE_UFS from "ufs" to "ffs", fixing mount-restarting for them.guenther19-1117/+76
2014-10-20unifdef -DHAS_REGEXP -DHAS_PASSWD_MAPS -DHAS_FILE_MAPS \guenther23-533/+24
2014-10-20Start removing portability goo: we have syslog(), strerror(), POSIX regexp,guenther129-11256/+95
2014-01-21include unistd.h for getopt()jsg1-1/+2
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).schwarze1-4/+4
2013-12-03ctype cleanupsderaadt5-16/+31
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2-6/+6