summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nfs
AgeCommit message (Expand)AuthorFilesLines
2020-01-22remove semicolons not needed after } statements. ok deraadttedu1-2/+2
2018-01-05Remove useless <sys/socketvar.h> includes.mpi1-2/+1
2016-05-27W^X violations are no longer permitted by default. A kernel log messagederaadt1-1/+2
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-3/+4
2014-05-21Use errc/warnc to simplify code.guenther1-3/+2
2012-05-29Fix tyop in error message; this was copied from/to umount(8)'s umount.c which was just fixed.jasper1-2/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-15/+1
2009-06-06mention that the timeout is in milliseconds... because i always forget.ckuethe1-3/+3
2009-05-12don't define _KERNEL. Theres no need and its gross.thib1-3/+1
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-02-20sort the -o options; from Igor Sobradojmc1-9/+9
2006-11-10enable -g againgrunk1-3/+1
2006-11-03storing return value of strtol() in int variable was not safe,grunk1-26/+27
2006-07-28permit synchronous mountssturm1-1/+2
2006-01-03most modern implementations of nfsd support TCP, not just 4.4BSD;jmc1-10/+2
2005-06-29ignore (but still accept) -D and -Ljaredy1-22/+16
2005-06-29sort optionsjaredy1-19/+19
2005-06-23- cleanup dead flagsjaredy1-22/+37
2005-04-08Sync with recent realpath(3) changes: on failure, don't use the secondjaredy1-2/+2
2005-02-22- refer to netstat output more preciselyjaredy1-21/+23
2004-09-15Restore correct noac option parsing.miod1-2/+2
2004-08-20Unbreak processing of options when given a command line with multipleotto1-76/+75
2004-07-16remove netiso traces, millert deraadt okhenning1-65/+3
2004-06-22Rewrite of getmntopts(), making it more robust and getting rid ofotto4-271/+107
2004-05-18Backout changes accidentally committed in prvious commit.otto4-107/+270
2004-05-18Trailers are really wonders of the past. Remove them from man page andotto4-270/+107
2003-10-07add support for modifying attribute cache parametershenning2-4/+52
2003-07-29spacesderaadt1-2/+2
2003-07-06error out on hostspec overflow with a "hostname too long" instead of silentlyavsm1-2/+5
2003-07-03use realpath() in helpers instead of doing it ourselves every time.tedu1-3/+4
2003-06-11ansificationderaadt2-24/+13
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert4-24/+8
2003-05-07typo.jmc1-3/+3
2003-04-29Fix parsing of noac option; noticed and OK by henning@millert1-2/+2
2003-04-02nfs -> NFSjmc1-3/+3
2003-02-09typos;jmc1-3/+5
2002-09-14Document -R default (10000); ok deraadtpvalchev1-1/+2
2002-06-26Missing .Xr's from Margarida Sequeira <niness@devilness.org>.fgsch1-3/+3
2002-06-09rm trailing whitespacetodd1-2/+2
2002-03-21o sync usage() to man pagemillert1-5/+5
2002-02-16Part 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.millert2-9/+9
2001-12-01remove unused variablesderaadt1-3/+2
2001-11-05kill more registers;mpech1-6/+6
2001-10-03Remove all traces of Kerberised NFS; it never worked in OpenBSD, but ithin3-206/+10
2001-07-13Add noac flag to disable attribute cachingcsapuntz2-2/+15
2001-07-07major -Wall cleanup, almost completederaadt1-4/+3
2001-07-07Initialize missing parts of struct nfs_args nfsdefargsmillert1-4/+10
2001-06-24Get rid of NQNFS optionscsapuntz2-49/+5
2001-06-08Fix a typo (perfomance -> performance) and lots of section shuffling;aaron1-2/+2
2001-05-11use strlcpy instead of strncpy+a[len-1]='\0'mickey1-7/+4