summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nfs/mount_nfs.c
Commit message (Expand)AuthorAgeFilesLines
* Add mount options 'noinet4' and 'noinet6' which prevent using thosemdodd2003-03-251-0/+16
* - Silence warnings (casting, implicit decl., unused var.).mdodd2003-03-251-3/+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-211-1/+1
* 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
* o __P removedimp2002-03-211-5/+5
* Remove 'register' keyword.obrien2002-03-201-4/+4
* Allow users to use the 'nolockd' or -L options with mount_nfs in orderalfred2001-11-121-1/+7
* Userland part of nfs client/server split and cleanup.peter2001-09-181-196/+10
* Change the foreground mount behaviour so that we keep retryingiedowse2001-07-211-1/+2
* Since revision 1.40/1.41, the default behaviour for mount_nfs isiedowse2001-07-191-11/+12
* Use the new CLSET_CONNECT clnt_control() request on UDP clients toiedowse2001-06-231-1/+20
* - 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
* fix -o port=xxxalfred2001-03-251-5/+8
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-159/+137
* Fix memory leak in mount_nfs's background (-b) mode which occurs whendillon2000-06-111-2/+3
* Changed setflags() to set_flags(). This fixes part of the world breakagebde2000-01-281-3/+3
* Finish up umntall support. init now passed an argument to thedillon1999-11-221-60/+6
* Fix an overflow or two and replace a while with a for.green1999-10-301-9/+11
* mount* fixes from Martin Blapp <mb@imp.ch>:phk1999-10-091-13/+40
* Fix -Wall warningsn_hibma1999-10-081-1/+1
* Print a warning that includes the mount source when the foregrounddillon1999-10-021-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Sync usage string and man page. Correct use of .Nm. Spelling. Removecharnier1998-07-061-19/+15
* Support changing the attribute cache limits per-mount. We don't havepeter1998-05-191-1/+26
* Don't define KERNEL before including <nfs/nfs.h>. It is no longerbde1998-02-011-3/+1
* style(9) correctionsimp1997-12-261-3/+5
* Be extra paranoid about trusting the length returned by gethostbyaddr.imp1997-12-241-3/+3
* Introduce a -N option that disables the use of reserved ports, nowjoerg1997-10-191-3/+6
* Allow the 'async' mount flag.dfr1997-06-031-1/+2
* Test both the NFS and MOUNT protocols for v3 support before allowing a v3dfr1997-05-011-1/+61
* Use v3 protocol by default if it is supported by the server. Allow thedfr1997-04-181-8/+40
* Make "-o noxxx" work properly, allowing the user to clean e.g. the resvportdfr1997-04-021-22/+47
* Make mount_nfs use reserved ports by default.. Mounts already useguido1997-04-011-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
* Merge from Lite2 (use new getvfsbyname() and mount(2) interface)peter1997-03-111-41/+30
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-3/+3
* Get rid of the last vestiges of the old MOUNT_* constants in thewollman1996-05-131-2/+9
* #include <kerberosIV/des.h> -> #include <des.h>markm1996-02-111-1/+1
* Changes to support version 3 of the NFS protocol.dfr1995-06-271-70/+215
* Added -o port option. Use specified port number for NFS requests. The defaultkarl1995-06-141-1/+7
OpenPOWER on IntegriCloud