aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug where UDP was required to mount a TCP NFS filesystem.David Greenman1995-05-241-3/+7
* Add support for kerberised NQNFS.Doug Rabson1995-01-302-3/+12
* Kill used "error" variable.David Greenman1995-01-271-1/+0
* Fixed bogus error reporting when the failure is RPC related ("AddressDavid Greenman1995-01-271-1/+2
* Correct a litle typo in an error message: PRC -> RPC.Andreas Schulz1994-11-261-1/+1
* Add support for filesystem-specific `-o' options, and re-implement theGarrett Wollman1994-11-011-2/+65
* Automatically load NFS and a bevy of other filesystems.Garrett Wollman1994-09-221-1/+11
* Fixed a bug where mount_nfs would core-dump if used with IP# directly.Poul-Henning Kamp1994-09-151-9/+10
* Delete obsolete references to librpc.a.Garrett Wollman1994-08-081-3/+0
* Convert to our man installation style. Also fixed long-standing bugGarrett Wollman1994-08-051-1/+1
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-263-0/+787