summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove semicolons not needed after } statements. ok deraadttedu2020-01-221-2/+2
* Remove useless <sys/socketvar.h> includes.mpi2018-01-051-2/+1
* W^X violations are no longer permitted by default. A kernel log messagederaadt2016-05-271-1/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+4
* Use errc/warnc to simplify code.guenther2014-05-211-3/+2
* Fix tyop in error message; this was copied from/to umount(8)'s umount.c which was just fixed.jasper2012-05-291-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* mention that the timeout is in milliseconds... because i always forget.ckuethe2009-06-061-3/+3
* don't define _KERNEL. Theres no need and its gross.thib2009-05-121-3/+1
* convert to new .Dd format;jmc2007-05-311-2/+2
* sort the -o options; from Igor Sobradojmc2007-02-201-9/+9
* enable -g againgrunk2006-11-101-3/+1
* storing return value of strtol() in int variable was not safe,grunk2006-11-031-26/+27
* permit synchronous mountssturm2006-07-281-1/+2
* most modern implementations of nfsd support TCP, not just 4.4BSD;jmc2006-01-031-10/+2
* ignore (but still accept) -D and -Ljaredy2005-06-291-22/+16
* sort optionsjaredy2005-06-291-19/+19
* - cleanup dead flagsjaredy2005-06-231-22/+37
* Sync with recent realpath(3) changes: on failure, don't use the secondjaredy2005-04-081-2/+2
* - refer to netstat output more preciselyjaredy2005-02-221-21/+23
* Restore correct noac option parsing.miod2004-09-151-2/+2
* Unbreak processing of options when given a command line with multipleotto2004-08-201-76/+75
* remove netiso traces, millert deraadt okhenning2004-07-161-65/+3
* Rewrite of getmntopts(), making it more robust and getting rid ofotto2004-06-224-271/+107
* Backout changes accidentally committed in prvious commit.otto2004-05-184-107/+270
* Trailers are really wonders of the past. Remove them from man page andotto2004-05-184-270/+107
* add support for modifying attribute cache parametershenning2003-10-072-4/+52
* spacesderaadt2003-07-291-2/+2
* error out on hostspec overflow with a "hostname too long" instead of silentlyavsm2003-07-061-2/+5
* use realpath() in helpers instead of doing it ourselves every time.tedu2003-07-031-3/+4
* ansificationderaadt2003-06-112-24/+13
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-024-24/+8
* typo.jmc2003-05-071-3/+3
* Fix parsing of noac option; noticed and OK by henning@millert2003-04-291-2/+2
* nfs -> NFSjmc2003-04-021-3/+3
* typos;jmc2003-02-091-3/+5
* Document -R default (10000); ok deraadtpvalchev2002-09-141-1/+2
* Missing .Xr's from Margarida Sequeira <niness@devilness.org>.fgsch2002-06-261-3/+3
* rm trailing whitespacetodd2002-06-091-2/+2
* o sync usage() to man pagemillert2002-03-211-5/+5
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-162-9/+9
* remove unused variablesderaadt2001-12-011-3/+2
* kill more registers;mpech2001-11-051-6/+6
* Remove all traces of Kerberised NFS; it never worked in OpenBSD, but ithin2001-10-033-206/+10
* Add noac flag to disable attribute cachingcsapuntz2001-07-132-2/+15
* major -Wall cleanup, almost completederaadt2001-07-071-4/+3
* Initialize missing parts of struct nfs_args nfsdefargsmillert2001-07-071-4/+10
* Get rid of NQNFS optionscsapuntz2001-06-242-49/+5
* Fix a typo (perfomance -> performance) and lots of section shuffling;aaron2001-06-081-2/+2
* use strlcpy instead of strncpy+a[len-1]='\0'mickey2001-05-111-7/+4