aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow users to use the 'nolockd' or -L options with mount_nfs in orderAlfred Perlstein2001-11-122-2/+26
* Userland part of nfs client/server split and cleanup.Peter Wemm2001-09-183-250/+15
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-3/+9
* Change the foreground mount behaviour so that we keep retryingIan Dowse2001-07-212-7/+26
* Since revision 1.40/1.41, the default behaviour for mount_nfs isIan Dowse2001-07-192-12/+20
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Use the new CLSET_CONNECT clnt_control() request on UDP clients toIan Dowse2001-06-231-1/+20
* Make it much more obvious that the use of NQNFS is discouraged (theIan Dowse2001-06-221-9/+6
* - Split out the {family,socktype}->netid conversion into a separateIan Dowse2001-05-131-11/+79
* Fix a typo relating to the "-U" (force UDP for mount protocol)Ian Dowse2001-04-111-6/+7
* Split out all the RPC code into a separate function and address aIan Dowse2001-04-101-233/+275
* - Back out the last (wrong) commit, and readd a modified versionAndrey A. Chernov2001-03-311-84/+162
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* fix -o port=xxxAlfred Perlstein2001-03-251-5/+8
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-159/+137
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-4/+5
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Explain why adding ``options NFSKERB'' breaks the kernel build.Sheldon Hearn2000-08-111-0/+3
* Cross-reference mount_nfs(8) and showmount(8).Sheldon Hearn2000-07-181-1/+2
* Order the cross-references in the SEE ALSO section, in preparationSheldon Hearn2000-07-181-2/+2
* Fix memory leak in mount_nfs's background (-b) mode which occurs whenMatthew Dillon2000-06-111-2/+3
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-1/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-3/+6
* Use libcrypto instead of libdes.Mark Murray2000-02-241-2/+2
* Changed setflags() to set_flags(). This fixes part of the world breakageBruce Evans2000-01-281-3/+3
* Thresh-out the nfs manual page references a bitMatthew Dillon2000-01-131-1/+3
* Finish up umntall support. init now passed an argument to theMatthew Dillon1999-11-222-63/+12
* Fix an overflow or two and replace a while with a for.Brian Feldman1999-10-301-9/+11