summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nfs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Properly separate sentences by adding a semi-colon.trhodes2006-10-071-1/+1
* Minor style(9) and KNF elimination as I prepare to fix a bug.imp2006-03-201-14/+8
* Kill the BUGS section, and remove a similar line noted under -T. As fartrhodes2005-12-251-14/+3
* 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-102-9/+9
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+1
* Remove advertising clause from University of California Regent's license,markm2004-04-092-8/+0
* style.Makefile(5):johan2004-02-231-1/+1
* mdoc(7): There cannot be a subsection inside a list.ru2003-09-101-2/+4
* mdoc(7) markup overhaul.ru2003-05-171-43/+55
* Remove -p from getopt args.trhodes2003-05-121-1/+1
* Remove remnants of the -p option. While I'm here, remove wording abouttrhodes2003-05-111-6/+0
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+4
* Add mount options 'noinet4' and 'noinet6' which prevent using thosemdodd2003-03-252-0/+20
* - Silence warnings (casting, implicit decl., unused var.).mdodd2003-03-252-4/+7
* Update mount_nfs documentation to reference new sysctl for -c default.dillon2003-01-271-2/+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-212-12/+12
* 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
* The .Nm utilitycharnier2002-07-061-2/+1
* more file system > filesystemtrhodes2002-05-161-6/+6
* o __P removedimp2002-03-211-5/+5
* Remove 'register' keyword.obrien2002-03-201-4/+4
* Default to WARNS=2.obrien2001-12-041-0/+2
* note that 'nolockd' can't be used when updating mount flagsalfred2001-11-121-0/+3
* Allow users to use the 'nolockd' or -L options with mount_nfs in orderalfred2001-11-122-2/+26
* Userland part of nfs client/server split and cleanup.peter2001-09-183-250/+15
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-3/+9
* Change the foreground mount behaviour so that we keep retryingiedowse2001-07-212-7/+26
* Since revision 1.40/1.41, the default behaviour for mount_nfs isiedowse2001-07-192-12/+20
* Remove whitespace at EOL.dd2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Use the new CLSET_CONNECT clnt_control() request on UDP clients toiedowse2001-06-231-1/+20
* Make it much more obvious that the use of NQNFS is discouraged (theiedowse2001-06-221-9/+6
* - 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
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* fix -o port=xxxalfred2001-03-251-5/+8
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-159/+137
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-4/+5
OpenPOWER on IntegriCloud