summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-11/+11
* In manpages, don't escape apostrophes as \'; it's rarely what you want.bentley2019-06-021-4/+4
* kill .Tnschwarze2017-08-222-38/+14
* default automount dir was changed from /a to /tmp_mnt in amd.c rev. 1.15;schwarze2017-08-221-19/+19
* fix default automount dir below FILES, related to amd.c rev. 1.15;schwarze2017-08-221-4/+4
* plog format string should be literal.fcambus2017-07-281-3/+3
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-211-4/+4
* Regenerate with -current rpcgen, eliminating "unused variable 'i'"krw2016-12-251-1/+12
* Add 'default:' cases to switch statements that gcc whines about.krw2016-12-201-1/+6
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-161-2/+2
* Remove the rest of the 20+ year-old memory debugging gunk. Discussedmmcc2015-12-122-36/+2
* Remove debugging fluff from allocation functions. There's probably moremmcc2015-12-113-33/+5
* Remove a bunch of NULL-checks before free().mmcc2015-12-0510-44/+30
* More FNDELAY/FIONBIO --> SOCK_NONBLOCK conversionsguenther2015-09-131-16/+2
* Since immediate_abort is modified by a signal handler it must bemillert2015-09-112-4/+5
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-2/+2
* Add missing #include <stdint.h> for SIZE_MAX.millert2015-03-141-1/+2
* amd's nfs_prot.x file has some tweaks from the standard; automate them with ed.guenther2015-01-229-629/+1129
* Pass times as int64_t and eliminate the (long disabled) mount request.guenther2015-01-211-2/+2
* regenguenther2015-01-214-103/+75
* Pass times as int64_t and eliminate the (long disabled) mount request.guenther2015-01-213-133/+25
* Pass times as int64_t and eliminate the (long disabled) mount request.guenther2015-01-211-11/+4
* Remove all references to the amd -M option (it was disabled long ago) andguenther2015-01-212-38/+9
* Regenerate the amq RPC stubs with a -current rpcgen, with someguenther2015-01-218-361/+375
* amq doesn't use anything from misc_rpc.cguenther2015-01-211-3/+3
* so old it becomes untruederaadt2014-11-161-1169/+0
* Remove a gazillion useless casts to void*guenther2014-10-2619-108/+105
* Delete casts to void* of the argument to free(): only needed when lyingguenther2014-10-2612-50/+50
* Update to the modern RPC style with different names for server and clientguenther2014-10-2619-186/+211
* clnt_sperrno() is declared nowadays in <rpc/clnt.h>guenther2014-10-261-2/+1
* Sort #includes; pull in <time.h> for ctime()guenther2014-10-261-7/+7
* When regcomp() fails, use regerror() to get a useful error messageguenther2014-10-261-6/+17
* timeout_mp() is static nowguenther2014-10-261-2/+1
* Declare a few functions staticguenther2014-10-261-4/+5
* Lint is deadguenther2014-10-2613-57/+13
* Delete information about porting to and running on other platforms.guenther2014-10-264-316/+0
* Delete inscrutable examples; the docs cover thisguenther2014-10-262-82/+0
* Use vsyslog() instead of manually expanding the string and calling syslog(%s)guenther2014-10-262-23/+16
* Remove trailing newlines from a couple log messagesguenther2014-10-262-6/+6
* Consistently use the extra parens in 'if ((var = hasmntval(...)))' toguenther2014-10-261-5/+5
* Replace xrealloc() with xreallocarray(). Break-out the 'log and die'guenther2014-10-268-57/+53
* retire networks(5) support;schwarze2014-10-242-61/+11
* Change MTAB_TYPE_UFS from "ufs" to "ffs", fixing mount-restarting for them.guenther2014-10-2019-1117/+76
* unifdef -DHAS_REGEXP -DHAS_PASSWD_MAPS -DHAS_FILE_MAPS \guenther2014-10-2023-533/+24
* Start removing portability goo: we have syslog(), strerror(), POSIX regexp,guenther2014-10-20129-11256/+95
* include unistd.h for getopt()jsg2014-01-211-1/+2
* Obvious .Xr fixes, found while testing mandocdb(8).schwarze2014-01-201-4/+4
* ctype cleanupsderaadt2013-12-035-16/+31
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-162-6/+6
* Kill a pointless reference to <sys/dir.h>guenther2013-06-021-6/+1