summaryrefslogtreecommitdiffstats
path: root/sbin/mountd
AgeCommit message (Expand)AuthorFilesLines
2020-08-06Avoid reading one byte before the path buffer.naddy1-3/+3
2020-05-16list example files in FILES with a short description: generally, "Examplejmc1-4/+4
2020-02-10briefly mention /etc/examples/ in the FILES section of all theschwarze1-3/+5
2020-01-24simplify, no need to make a copy of the filename, pointer is fineespie1-3/+6
2019-12-19Spell "mount point" as other man pages do, with a space.bentley1-4/+4
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-5/+5
2018-04-28Ignore SIGPIPE in case a TCP client resets the connectguenther1-1/+2
2018-03-16improve markup quality in the cases found by the new "--" style messageschwarze1-3/+3
2016-01-08Zap extraneous SYNOPSIS sections.zhuk1-4/+2
2015-12-23Remove unnecessary SIGSYS/ENOSYS handling for getfh(2).tim1-8/+1
2015-12-23Add privilege separation and pledge().tim2-69/+435
2015-12-15Include RFC number in reference. While here, improve formatting of anothertim1-5/+6
2015-12-15Document /var/db/mountdtabtim1-2/+4
2015-12-15When (re)reading /etc/exports, handle the case where the mount point of antim1-2/+4
2015-12-10Remove NULL-checks before free(). ok tb@mmcc1-5/+3
2015-11-29Include RFC number in referencetim1-3/+3
2015-08-20Two reallocarray() conversions that were missed earlier.millert1-2/+2
2015-08-20<stdlib.h> is included, so do not need to cast result fromderaadt1-15/+12
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-8/+9
2014-11-20remove sys/file.h includes in favor of fcntl.h where needed.tedu1-2/+1
2014-10-22Use svc_getreq_poll() instead of svc_getreqset2() for mountd'smillert1-23/+20
2014-08-24Remove imaginary non-reserved port support from mountd.doug2-20/+17
2014-05-16Zero out grp before re-using it (new ones are already cleared bymillert1-1/+3
2014-05-09my previous attempt to fix the renaming of the inet(3) pages was wrong;jmc1-3/+3
2014-05-08inet(3) -> inet_net(3);jmc1-3/+3
2014-04-22malloc/memset -> calloc. from peter malonetedu1-5/+3
2014-03-24Split the API: struct ucred remains the kernel internal structure whileguenther1-19/+15
2014-02-13mark up argument placeholders with .Ar; from Jan Stary <hans at stare dot cz>schwarze1-9/+11
2014-01-21obvious .Pa fixes; found with mandocdb(8)schwarze1-11/+11
2014-01-19Usually, you don't want macros in the .Nd line, so remove instances of .Tnschwarze2-20/+10
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.deraadt1-5/+5
2010-03-26dispense with some wacky escape sequences;jmc1-3/+3
2010-03-22report why getgrouplist() failed and for which user, helps with debugging;otto1-2/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-15/+1
2007-12-30use the same argument name in synopsis and usage; lowercase "usage:"sobrado1-2/+2
2007-06-01remove crufty adosfs. everytime we try to change a vfs layer interface,deraadt1-4/+1
2007-05-31convert to new .Dd format;jmc2-4/+4
2006-05-29revert vfs.nfs.privport sysctl, broke a few architecturesavsm1-40/+2
2006-05-28Add support for NFS mounts to be from non-reserved ports:avsm1-2/+40
2005-09-20if we must un-export, only un-export when we do the first call forderaadt1-1/+2
2005-09-13Only DELEXPORT filesystems which are not exported. Removes NFS race whendrahn1-17/+60
2005-04-08Sync with recent realpath(3) changes: on failure, don't use the secondjaredy1-4/+8
2004-09-15make examples match format specified in man page;jmc1-3/+3
2003-10-16Check for signals in local svc_run before doing anything else. Fixesmillert1-11/+11
2003-10-09Remove errant semicolon introduced in rev 1.60; joshua steinmillert1-2/+2
2003-09-26check strdup failure; ok anil millertderaadt1-1/+3
2003-08-08refer to RFCs consistently (RFC XXXX);jmc1-2/+2
2003-06-11ansificationderaadt1-3/+3
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert4-24/+8
2003-03-16Use len+1 as the size parameter to strlcpy() since len does not includemillert1-2/+2