summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/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
2017-08-22kill .Tnschwarze1-26/+8
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
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 moremmcc1-19/+3
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 bemillert1-2/+2
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt1-2/+2
2015-01-22amd's nfs_prot.x file has some tweaks from the standard; automate them with ed.guenther1-19/+19
2015-01-21Pass times as int64_t and eliminate the (long disabled) mount request.guenther2-97/+13
2015-01-21Regenerate the amq RPC stubs with a -current rpcgen, with someguenther1-20/+18
2014-11-16so old it becomes untruederaadt1-1169/+0
2014-10-26Remove a gazillion useless casts to void*guenther18-103/+100
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 clientguenther12-57/+70
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-26Declare a few functions staticguenther1-4/+5
2014-10-26Lint is deadguenther13-57/+13
2014-10-26Use vsyslog() instead of manually expanding the string and calling syslog(%s)guenther1-21/+13
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'guenther7-53/+48
2014-10-24retire networks(5) support;schwarze1-59/+9
2014-10-20Change MTAB_TYPE_UFS from "ufs" to "ffs", fixing mount-restarting for them.guenther12-850/+58
2014-10-20unifdef -DHAS_REGEXP -DHAS_PASSWD_MAPS -DHAS_FILE_MAPS \guenther16-336/+16
2014-10-20Start removing portability goo: we have syslog(), strerror(), POSIX regexp,guenther9-221/+87
2014-01-21include unistd.h for getopt()jsg1-1/+2
2013-12-03ctype cleanupsderaadt4-12/+23
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze1-3/+3
2013-06-02Kill a pointless reference to <sys/dir.h>guenther1-6/+1
2013-04-17first few large time_t changes; more might be required -- still digging.deraadt1-2/+2
2012-05-24exlusive -> exclusivemiod1-2/+2
2012-02-24Correct the spelling of "transferred" and "transferring"guenther1-3/+3
2011-11-06union wait is dead, ancient history; stop using itguenther1-9/+10
2010-12-21parent_exit() signal handler must use _exit() not exit()deraadt1-2/+2
2010-11-03$OpenBSD$jsg1-1/+1
2010-07-05convert last user of libcompat in base to modern regexes. ok deraadttedu2-18/+10
2010-03-30After snprintf(3) call `dir' is no longer used so free it also on normalzinovik1-1/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt7-41/+4
2009-08-12change some defaults inside amd itself, so that the rc scripts no longerderaadt4-9/+9
2007-11-27typos; ok jmc@martynas1-3/+3
2007-11-26typos; ok jmc@martynas1-2/+2
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-03-20remove some bogus *p tests from charles longeautedu3-7/+7