aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nfs
Commit message (Expand)AuthorAgeFilesLines
* mdoc: remove EOL whitespace.Joel Dahl2014-12-291-1/+1
* Build mount_nfs(8) with WARNS=6.Edward Tomasz Napierala2014-10-312-50/+59
* Remove two functions unused after r273848. Would be nice if clangEdward Tomasz Napierala2014-10-301-29/+0
* Note that the "timeout" nfs option is in tenths of a second.Edward Tomasz Napierala2014-10-301-1/+2
* Add support for "timeo", "actimeo", "noac", and "proto" optionsEdward Tomasz Napierala2014-10-302-1/+46
* Get rid of obsolete code in mount_nfs(8).Edward Tomasz Napierala2014-10-301-217/+2
* Provide -o vers= support for mount_nfs.Bjoern A. Zeeb2014-08-052-1/+55
* Document the noncontigwr NFS mount option.Rick Macklem2013-12-081-1/+14
* Document the "gssname" and "allgssname" mount options added by theRick Macklem2013-07-091-1/+25
* GC unused variables. Prefer NULL over 0 for pointers.Jung-uk Kim2013-03-051-7/+6
* Document the new NFS mount options added by r244042.Rick Macklem2012-12-091-1/+13
* Add a timeout on positive name cache entries in the NFS client. That is,John Baldwin2012-01-251-0/+4
* Change checkpath() to not exit on error. This is a prerequisite forJaakko Heinonen2012-01-161-1/+2
* Spelling fixes for sbin/Ulrich Spörlein2012-01-071-1/+1
* Finish making 'wcommitsize' an NFS client mount option.John Baldwin2011-11-142-0/+11
* Implemented a mount option "nocto" that disables cache coherencyRuslan Ermilov2011-05-041-1/+12
* Fix the Makefile for mount_nfs so that it creates aRick Macklem2011-05-011-1/+1
* Update man pages related to the change in default NFS clientRick Macklem2011-04-281-4/+8
* This patch changes head so that the default NFS client is now the newRick Macklem2011-04-272-9/+5
* Fix deprecated warning about -L which said -i was deprecated.Simon L. B. Nielsen2010-12-261-1/+1
* Correct a typo.Jaakko Heinonen2010-10-271-1/+1
* Shut the compiler up; initializes the sotype variable to zero inKevin Lo2010-09-041-0/+1
* Introduce '[ipaddr]:path' notation.Hajimu UMEMOTO2010-02-041-6/+16
* static'ify function prototypes and convert K&R to ANSI.Xin LI2010-02-031-24/+23
* Document the negnametimeo option for mount_nfs as implementedRick Macklem2010-01-211-0/+4
* Fix parsing of mount options specified with -o in case an option withJaakko Heinonen2009-10-261-5/+5
* Change the default transport protocol for use by the Mount protocolRick Macklem2009-09-171-1/+1
* Delete the descriptions of the gssname and allgssname optionss fromRick Macklem2009-07-291-42/+1
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationDoug Rabson2009-06-241-12/+12
* Code for parsing nmount options in kernel was mergedCraig Rodrigues2009-06-011-1/+1
* Add support for the experimental nfs client to mount_nfs. TheRick Macklem2009-05-273-7/+172
* Remove the unmaintained University of Michigan NFSv4 client from 8.xRobert Watson2009-05-223-260/+6
* Set NFSMNT_ACDIRMAX flag in fallback_mount() function.Craig Rodrigues2009-02-061-0/+1
* Set NFSMNT_ACREGMIN, NFSMNT_ACREGMAX, and NFSMNT_ACDIRMIN flagsCraig Rodrigues2009-02-061-0/+9
* Fix parsing of acregmin, acregmax, acdirmin and acdirmax NFS mount optionsCraig Rodrigues2009-01-281-4/+4
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-1/+53
* Use the version of the kernel returned by getosreldate()Craig Rodrigues2008-09-191-6/+16
* Instead of building up a "struct nfs_args" to pass to the kernelCraig Rodrigues2008-09-132-473/+622
* Fix -o mntudp after the conversion to default TCP mountsKris Kennaway2008-07-101-1/+4
* Undo the damage I did in sys/kern/vfs_mount.c #1.274 andYaroslav Tykhiy2008-02-181-9/+0
* Add a work-around to make it possible again to remountYaroslav Tykhiy2008-02-181-0/+9
* Back out rev. 1.74 because the kernel isn't ready yetYaroslav Tykhiy2008-02-181-8/+1
* Don't forget to prepare string options for nmount(2).Yaroslav Tykhiy2008-02-181-1/+8
* Add the -4 option to the synopsis.Ceri Davies2008-02-121-1/+1
* Bump .Dd for r1.48.Ceri Davies2008-02-121-1/+1
* Switch the default NFS mount mode from UDP to TCP. UDP mounts are aKris Kennaway2008-02-112-6/+6
* Add "fg" option as antonym to "bg"; add "hard" option as antonym to "soft".Thomas Quinot2007-03-052-0/+8
* Link mount_nfs -> mount_nfs4, and mount_nfs.8 -> mount_nfs4.8.Craig Rodrigues2007-01-231-0/+3
* Merge mount_nfs4.c and mount_nfs.c into one program.Craig Rodrigues2007-01-232-7/+248
* Pass a string buffer named "errmsg" to nmount().Craig Rodrigues2006-11-291-2/+4