aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nfs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Deduce the "fstype" parameter to pass to nmount() by looking atCraig Rodrigues2006-11-291-2/+8
* Increase WARNS to 3.Craig Rodrigues2006-11-211-1/+1
* Fix last element of nc_protos[] array to appease GCC.Craig Rodrigues2006-11-211-1/+1
* Convert mount_nfs from old mount(2) API to new nmount(2) API.Craig Rodrigues2006-11-211-1/+11
* Properly separate sentences by adding a semi-colon.Tom Rhodes2006-10-071-1/+1
* Minor style(9) and KNF elimination as I prepare to fix a bug.Warner Losh2006-03-201-14/+8
* Kill the BUGS section, and remove a similar line noted under -T. As farTom Rhodes2005-12-251-14/+3
* Use MOPT_END in favor of MOPT_NULL, which better describes the purporseXin LI2005-06-101-1/+1
* Add a handy macro to represent null mount option, MOPT_NULL, and makeXin LI2005-06-011-1/+1
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-102-9/+9
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-092-8/+0
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* mdoc(7): There cannot be a subsection inside a list.Ruslan Ermilov2003-09-101-2/+4
* mdoc(7) markup overhaul.Ruslan Ermilov2003-05-171-43/+55
* Remove -p from getopt args.Tom Rhodes2003-05-121-1/+1
* Remove remnants of the -p option. While I'm here, remove wording aboutTom Rhodes2003-05-111-6/+0
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+4
* Add mount options 'noinet4' and 'noinet6' which prevent using thoseMatthew N. Dodd2003-03-252-0/+20
* - Silence warnings (casting, implicit decl., unused var.).Matthew N. Dodd2003-03-252-4/+7
* Update mount_nfs documentation to reference new sysctl for -c default.Matthew Dillon2003-01-271-2/+6
* Removed a debugging printf() left here in peter'sMaxime Henrion2002-09-141-1/+0
* Bandaid for mount_nfs segfaulting with the more obscure mount optionsPeter Wemm2002-09-061-22/+34
* Unbreak the -c option by not using connect(2) for mount_nfs'sIan Dowse2002-08-261-1/+2
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-212-12/+12
* Fix -o ac(reg|dir)(min|max) options. The appropriate flags weren'tSemen Ustimenko2002-08-061-0/+4
* Now that the kernel is able to load modules itself,Maxime Henrion2002-08-031-13/+1
* Convert old style (type foo *)0 casts to NULLsMatthew Dillon2002-07-111-3/+3
* The .Nm utilityPhilippe Charnier2002-07-061-2/+1
* more file system > filesystemTom Rhodes2002-05-161-6/+6
* o __P removedWarner Losh2002-03-211-5/+5
* Remove 'register' keyword.David E. O'Brien2002-03-201-4/+4
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+2
* note that 'nolockd' can't be used when updating mount flagsAlfred Perlstein2001-11-121-0/+3