summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nfs/mount_nfs.c
Commit message (Expand)AuthorAgeFilesLines
* Change the default transport protocol for use by the Mount protocolrmacklem2009-09-171-1/+1
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationdfr2009-06-241-12/+12
* Code for parsing nmount options in kernel was mergedrodrigc2009-06-011-1/+1
* Add support for the experimental nfs client to mount_nfs. Thermacklem2009-05-271-5/+91
* Remove the unmaintained University of Michigan NFSv4 client from 8.xrwatson2009-05-221-251/+4
* Set NFSMNT_ACDIRMAX flag in fallback_mount() function.rodrigc2009-02-061-0/+1
* Set NFSMNT_ACREGMIN, NFSMNT_ACREGMAX, and NFSMNT_ACDIRMIN flagsrodrigc2009-02-061-0/+9
* Fix parsing of acregmin, acregmax, acdirmin and acdirmax NFS mount optionsrodrigc2009-01-281-4/+4
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-1/+53
* Use the version of the kernel returned by getosreldate()rodrigc2008-09-191-6/+16
* Instead of building up a "struct nfs_args" to pass to the kernelrodrigc2008-09-131-291/+406
* Fix -o mntudp after the conversion to default TCP mountskris2008-07-101-1/+4
* Undo the damage I did in sys/kern/vfs_mount.c #1.274 andyar2008-02-181-9/+0
* Add a work-around to make it possible again to remountyar2008-02-181-0/+9
* Back out rev. 1.74 because the kernel isn't ready yetyar2008-02-181-8/+1
* Don't forget to prepare string options for nmount(2).yar2008-02-181-1/+8
* Switch the default NFS mount mode from UDP to TCP. UDP mounts are akris2008-02-111-1/+1
* Add "fg" option as antonym to "bg"; add "hard" option as antonym to "soft".thomas2007-03-051-0/+2
* Merge mount_nfs4.c and mount_nfs.c into one program.rodrigc2007-01-231-5/+244
* Pass a string buffer named "errmsg" to nmount().rodrigc2006-11-291-2/+4
* Deduce the "fstype" parameter to pass to nmount() by looking atrodrigc2006-11-291-2/+8
* Fix last element of nc_protos[] array to appease GCC.rodrigc2006-11-211-1/+1
* Convert mount_nfs from old mount(2) API to new nmount(2) API.rodrigc2006-11-211-1/+11
* Minor style(9) and KNF elimination as I prepare to fix a bug.imp2006-03-201-14/+8
* Use MOPT_END in favor of MOPT_NULL, which better describes the purporsedelphij2005-06-101-1/+1
* Add a handy macro to represent null mount option, MOPT_NULL, and makedelphij2005-06-011-1/+1
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-5/+5
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* Remove -p from getopt args.trhodes2003-05-121-1/+1
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+4
* Add mount options 'noinet4' and 'noinet6' which prevent using thosemdodd2003-03-251-0/+16
* - Silence warnings (casting, implicit decl., unused var.).mdodd2003-03-251-3/+6
* Removed a debugging printf() left here in peter'smux2002-09-141-1/+0
* Bandaid for mount_nfs segfaulting with the more obscure mount optionspeter2002-09-061-22/+34
* Unbreak the -c option by not using connect(2) for mount_nfs'siedowse2002-08-261-1/+2
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-1/+1
* Fix -o ac(reg|dir)(min|max) options. The appropriate flags weren'tsemenu2002-08-061-0/+4
* Now that the kernel is able to load modules itself,mux2002-08-031-13/+1
* Convert old style (type foo *)0 casts to NULLsdillon2002-07-111-3/+3
* o __P removedimp2002-03-211-5/+5
* Remove 'register' keyword.obrien2002-03-201-4/+4
* Allow users to use the 'nolockd' or -L options with mount_nfs in orderalfred2001-11-121-1/+7
* Userland part of nfs client/server split and cleanup.peter2001-09-181-196/+10
* Change the foreground mount behaviour so that we keep retryingiedowse2001-07-211-1/+2
* Since revision 1.40/1.41, the default behaviour for mount_nfs isiedowse2001-07-191-11/+12
* Use the new CLSET_CONNECT clnt_control() request on UDP clients toiedowse2001-06-231-1/+20
* - Split out the {family,socktype}->netid conversion into a separateiedowse2001-05-131-11/+79
* Fix a typo relating to the "-U" (force UDP for mount protocol)iedowse2001-04-111-6/+7
* Split out all the RPC code into a separate function and address aiedowse2001-04-101-233/+275
* - Back out the last (wrong) commit, and readd a modified versionache2001-03-311-84/+162
OpenPOWER on IntegriCloud