summaryrefslogtreecommitdiff
path: root/usr.sbin/amd
AgeCommit message (Expand)Author
2024-04-23correct indentation; no functional changeJonathan Gray
2023-07-05It isn't portable to use stderr (or std{in,out}) in file-scopePhilip Guenther
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-07-30we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-RenoJonathan Gray
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2021-11-15No need to declare optind, optarg or opterr; unistd.h does this for us.Todd C. Miller
2021-10-21Avoid sys/param.h, or annotate reasons for including where required.Theo de Raadt
2021-03-08Add some references, most of these were removed when we stopped buildingJonathan Gray
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-02In manpages, don't escape apostrophes as \'; it's rarely what you want.Anthony J. Bentley
2017-08-22kill .TnIngo Schwarze
2017-08-22default automount dir was changed from /a to /tmp_mnt in amd.c rev. 1.15;Ingo Schwarze
2017-08-22fix default automount dir below FILES, related to amd.c rev. 1.15;Ingo Schwarze
2017-07-28plog format string should be literal.Frederic Cambus
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
2016-12-25Regenerate with -current rpcgen, eliminating "unused variable 'i'"Kenneth R Westerback
2016-12-20Add 'default:' cases to switch statements that gcc whines about.Kenneth R Westerback
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2015-12-12Remove the rest of the 20+ year-old memory debugging gunk. Discussedmmcc
2015-12-11Remove debugging fluff from allocation functions. There's probably moremmcc
2015-12-05Remove a bunch of NULL-checks before free().mmcc
2015-09-13More FNDELAY/FIONBIO --> SOCK_NONBLOCK conversionsPhilip Guenther
2015-09-11Since immediate_abort is modified by a signal handler it must beTodd C. Miller
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2015-03-14Add missing #include <stdint.h> for SIZE_MAX.Todd C. Miller
2015-01-22amd's nfs_prot.x file has some tweaks from the standard; automate them with ed.Philip Guenther
2015-01-21Pass times as int64_t and eliminate the (long disabled) mount request.Philip Guenther
2015-01-21regenPhilip Guenther
2015-01-21Remove all references to the amd -M option (it was disabled long ago) andPhilip Guenther
2015-01-21Regenerate the amq RPC stubs with a -current rpcgen, with somePhilip Guenther
2015-01-21amq doesn't use anything from misc_rpc.cPhilip Guenther
2014-11-16so old it becomes untrueTheo de Raadt
2014-10-26Remove a gazillion useless casts to void*Philip Guenther
2014-10-26Delete casts to void* of the argument to free(): only needed when lyingPhilip Guenther
2014-10-26Update to the modern RPC style with different names for server and clientPhilip Guenther
2014-10-26clnt_sperrno() is declared nowadays in <rpc/clnt.h>Philip Guenther
2014-10-26Sort #includes; pull in <time.h> for ctime()Philip Guenther
2014-10-26When regcomp() fails, use regerror() to get a useful error messagePhilip Guenther
2014-10-26timeout_mp() is static nowPhilip Guenther
2014-10-26Declare a few functions staticPhilip Guenther
2014-10-26Lint is deadPhilip Guenther
2014-10-26Delete information about porting to and running on other platforms.Philip Guenther
2014-10-26Delete inscrutable examples; the docs cover thisPhilip Guenther
2014-10-26Use vsyslog() instead of manually expanding the string and calling syslog(%s)Philip Guenther
2014-10-26Remove trailing newlines from a couple log messagesPhilip Guenther
2014-10-26Consistently use the extra parens in 'if ((var = hasmntval(...)))' toPhilip Guenther
2014-10-26Replace xrealloc() with xreallocarray(). Break-out the 'log and die'Philip Guenther
1995-10-18initial import of NetBSD treeTheo de Raadt
2014-10-24retire networks(5) support;Ingo Schwarze
2014-10-20Change MTAB_TYPE_UFS from "ufs" to "ffs", fixing mount-restarting for them.Philip Guenther