summaryrefslogtreecommitdiffstats
path: root/sbin/mountd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid reading one byte before the path buffer.naddy2020-08-061-3/+3
* list example files in FILES with a short description: generally, "Examplejmc2020-05-161-4/+4
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-3/+5
* simplify, no need to make a copy of the filename, pointer is fineespie2020-01-241-3/+6
* Spell "mount point" as other man pages do, with a space.bentley2019-12-191-4/+4
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* Ignore SIGPIPE in case a TCP client resets the connectguenther2018-04-281-1/+2
* improve markup quality in the cases found by the new "--" style messageschwarze2018-03-161-3/+3
* Zap extraneous SYNOPSIS sections.zhuk2016-01-081-4/+2
* Remove unnecessary SIGSYS/ENOSYS handling for getfh(2).tim2015-12-231-8/+1
* Add privilege separation and pledge().tim2015-12-232-69/+435
* Include RFC number in reference. While here, improve formatting of anothertim2015-12-151-5/+6
* Document /var/db/mountdtabtim2015-12-151-2/+4
* When (re)reading /etc/exports, handle the case where the mount point of antim2015-12-151-2/+4
* Remove NULL-checks before free(). ok tb@mmcc2015-12-101-5/+3
* Include RFC number in referencetim2015-11-291-3/+3
* Two reallocarray() conversions that were missed earlier.millert2015-08-201-2/+2
* <stdlib.h> is included, so do not need to cast result fromderaadt2015-08-201-15/+12
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-8/+9
* remove sys/file.h includes in favor of fcntl.h where needed.tedu2014-11-201-2/+1
* Use svc_getreq_poll() instead of svc_getreqset2() for mountd'smillert2014-10-221-23/+20
* Remove imaginary non-reserved port support from mountd.doug2014-08-242-20/+17
* Zero out grp before re-using it (new ones are already cleared bymillert2014-05-161-1/+3
* my previous attempt to fix the renaming of the inet(3) pages was wrong;jmc2014-05-091-3/+3
* inet(3) -> inet_net(3);jmc2014-05-081-3/+3
* malloc/memset -> calloc. from peter malonetedu2014-04-221-5/+3
* Split the API: struct ucred remains the kernel internal structure whileguenther2014-03-241-19/+15
* mark up argument placeholders with .Ar; from Jan Stary <hans at stare dot cz>schwarze2014-02-131-9/+11
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-11/+11
* Usually, you don't want macros in the .Nd line, so remove instances of .Tnschwarze2014-01-192-20/+10
* Whole bunch of (unsigned char) casts carefully added for ctype calls.deraadt2013-11-221-5/+5
* dispense with some wacky escape sequences;jmc2010-03-261-3/+3
* report why getgrouplist() failed and for which user, helps with debugging;otto2010-03-221-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* use the same argument name in synopsis and usage; lowercase "usage:"sobrado2007-12-301-2/+2
* remove crufty adosfs. everytime we try to change a vfs layer interface,deraadt2007-06-011-4/+1
* convert to new .Dd format;jmc2007-05-312-4/+4
* revert vfs.nfs.privport sysctl, broke a few architecturesavsm2006-05-291-40/+2
* Add support for NFS mounts to be from non-reserved ports:avsm2006-05-281-2/+40
* if we must un-export, only un-export when we do the first call forderaadt2005-09-201-1/+2
* Only DELEXPORT filesystems which are not exported. Removes NFS race whendrahn2005-09-131-17/+60
* Sync with recent realpath(3) changes: on failure, don't use the secondjaredy2005-04-081-4/+8
* make examples match format specified in man page;jmc2004-09-151-3/+3
* Check for signals in local svc_run before doing anything else. Fixesmillert2003-10-161-11/+11
* Remove errant semicolon introduced in rev 1.60; joshua steinmillert2003-10-091-2/+2
* check strdup failure; ok anil millertderaadt2003-09-261-1/+3
* refer to RFCs consistently (RFC XXXX);jmc2003-08-081-2/+2
* ansificationderaadt2003-06-111-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-024-24/+8
* Use len+1 as the size parameter to strlcpy() since len does not includemillert2003-03-161-2/+2