aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nfs/mount_nfs.c
Commit message (Expand)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* 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
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-271-70/+215
* Added -o port option. Use specified port number for NFS requests. The defaultKarl Strickland1995-06-141-1/+7
* 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-301-3/+4
* 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
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+551