aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nfs
Commit message (Expand)AuthorAgeFilesLines
* - 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
* mount* fixes from Martin Blapp <mb@imp.ch>:Poul-Henning Kamp1999-10-091-13/+40
* Fix -Wall warningsNick Hibma1999-10-081-1/+1
* Print a warning that includes the mount source when the foregroundMatthew Dillon1999-10-021-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Sync usage string and man page. Correct use of .Nm. Spelling. RemovePhilippe Charnier1998-07-062-23/+19
* Fix bogon in man page. "-o conn" actually turns off NFSMNT_NOCONN as it isJoseph Koshy1998-06-291-2/+2
* Support changing the attribute cache limits per-mount. We don't havePeter Wemm1998-05-192-2/+38
* Mention the 2GB NFS v2 filesize limit.Peter Wemm1998-05-011-2/+3
* Don't define KERNEL before including <nfs/nfs.h>. It is no longerBruce Evans1998-02-011-3/+1
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowBruce Evans1998-01-201-1/+0
* style(9) correctionsWarner Losh1997-12-261-3/+5
* Be extra paranoid about trusting the length returned by gethostbyaddr.Warner Losh1997-12-241-3/+3
* Introduce a -N option that disables the use of reserved ports, nowJoerg Wunsch1997-10-192-5/+14
* Allow the 'async' mount flag.Doug Rabson1997-06-031-1/+2
* Test both the NFS and MOUNT protocols for v3 support before allowing a v3Doug Rabson1997-05-011-1/+61
* Use v3 protocol by default if it is supported by the server. Allow theDoug Rabson1997-04-182-11/+49
* Make "-o noxxx" work properly, allowing the user to clean e.g. the resvportDoug Rabson1997-04-021-22/+47
* Make mount_nfs use reserved ports by default.. Mounts already useGuido van Rooij1997-04-011-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Merge from Lite2 (use new getvfsbyname() and mount(2) interface)Peter Wemm1997-03-113-46/+37
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Mention the historic mount options, as `deprecated'.Joerg Wunsch1996-10-221-0/+49
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-3/+3
* Get rid of the last vestiges of the old MOUNT_* constants in theGarrett Wollman1996-05-131-2/+9
* #include <kerberosIV/des.h> -> #include <des.h>Mark Murray1996-02-111-1/+1
* Fix a bunch of spelling errors.Mike Pritchard1996-01-291-2/+2
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-272-97/+259
* Added -o port option. Use specified port number for NFS requests. The defaultKarl Strickland1995-06-142-1/+13