summaryrefslogtreecommitdiff
path: root/sbin/mountd
AgeCommit message (Expand)Author
2015-11-29Include RFC number in referenceTim van der Molen
2015-08-20Two reallocarray() conversions that were missed earlier.Todd C. Miller
2015-08-20<stdlib.h> is included, so do not need to cast result fromTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-20remove sys/file.h includes in favor of fcntl.h where needed.Ted Unangst
2014-10-22Use svc_getreq_poll() instead of svc_getreqset2() for mountd'sTodd C. Miller
2014-08-24Remove imaginary non-reserved port support from mountd.Doug Hogan
2014-05-16Zero out grp before re-using it (new ones are already cleared byTodd C. Miller
2014-05-09my previous attempt to fix the renaming of the inet(3) pages was wrong;Jason McIntyre
2014-05-08inet(3) -> inet_net(3);Jason McIntyre
2014-04-22malloc/memset -> calloc. from peter maloneTed Unangst
2014-03-24Split the API: struct ucred remains the kernel internal structure whilePhilip Guenther
2014-02-13mark up argument placeholders with .Ar; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-19Usually, you don't want macros in the .Nd line, so remove instances of .TnIngo Schwarze
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.Theo de Raadt
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2010-03-22report why getgrouplist() failed and for which user, helps with debugging;Otto Moerbeek
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-12-30use the same argument name in synopsis and usage; lowercase "usage:"Igor Sobrado
2007-06-01remove crufty adosfs. everytime we try to change a vfs layer interface,Theo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2006-05-29revert vfs.nfs.privport sysctl, broke a few architecturesAnil Madhavapeddy
2006-05-28Add support for NFS mounts to be from non-reserved ports:Anil Madhavapeddy
2005-09-20if we must un-export, only un-export when we do the first call forTheo de Raadt
2005-09-13Only DELEXPORT filesystems which are not exported. Removes NFS race whenDale Rahn
2005-04-08Sync with recent realpath(3) changes: on failure, don't use the secondJared Yanovich
2004-09-15make examples match format specified in man page;Jason McIntyre
2003-10-16Check for signals in local svc_run before doing anything else. FixesTodd C. Miller
2003-10-09Remove errant semicolon introduced in rev 1.60; joshua steinTodd C. Miller
2003-09-26check strdup failure; ok anil millertTheo de Raadt
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
2003-06-11ansificationTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-16Use len+1 as the size parameter to strlcpy() since len does not includeTodd C. Miller
2003-03-14tweak; millert okTheo de Raadt
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-03-09if fopen fails, do not bork; rob@animoid-row.orgTheo de Raadt
2003-03-06.Xr typos;Jason McIntyre
2003-01-05spellingTheo de Raadt
2002-07-18fix warningTheo de Raadt
2002-07-18de-lint a bit. use inet_aton(); millert okTheo de Raadt
2002-07-11malloc() failure tests; rimshot@pandora.beTheo de Raadt
2002-06-29ansiTheo de Raadt
2002-06-09rm trailing whitespaceTodd T. Fries
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-04-23In mount.h, rename field export -> export_info, to avoid collision with C++.Marc Espie
2002-04-04Add more debugging info in -d mode. Some from NetBSD (via Brett Eldridge).Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller