index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
mount_nfs
/
mount_nfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
o __P removed
imp
2002-03-21
1
-5
/
+5
*
Remove 'register' keyword.
obrien
2002-03-20
1
-4
/
+4
*
Allow users to use the 'nolockd' or -L options with mount_nfs in order
alfred
2001-11-12
1
-1
/
+7
*
Userland part of nfs client/server split and cleanup.
peter
2001-09-18
1
-196
/
+10
*
Change the foreground mount behaviour so that we keep retrying
iedowse
2001-07-21
1
-1
/
+2
*
Since revision 1.40/1.41, the default behaviour for mount_nfs is
iedowse
2001-07-19
1
-11
/
+12
*
Use the new CLSET_CONNECT clnt_control() request on UDP clients to
iedowse
2001-06-23
1
-1
/
+20
*
- Split out the {family,socktype}->netid conversion into a separate
iedowse
2001-05-13
1
-11
/
+79
*
Fix a typo relating to the "-U" (force UDP for mount protocol)
iedowse
2001-04-11
1
-6
/
+7
*
Split out all the RPC code into a separate function and address a
iedowse
2001-04-10
1
-233
/
+275
*
- Back out the last (wrong) commit, and readd a modified version
ache
2001-03-31
1
-84
/
+162
*
fix -o port=xxx
alfred
2001-03-25
1
-5
/
+8
*
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
alfred
2001-03-19
1
-159
/
+137
*
Fix memory leak in mount_nfs's background (-b) mode which occurs when
dillon
2000-06-11
1
-2
/
+3
*
Changed setflags() to set_flags(). This fixes part of the world breakage
bde
2000-01-28
1
-3
/
+3
*
Finish up umntall support. init now passed an argument to the
dillon
1999-11-22
1
-60
/
+6
*
Fix an overflow or two and replace a while with a for.
green
1999-10-30
1
-9
/
+11
*
mount* fixes from Martin Blapp <mb@imp.ch>:
phk
1999-10-09
1
-13
/
+40
*
Fix -Wall warnings
n_hibma
1999-10-08
1
-1
/
+1
*
Print a warning that includes the mount source when the foreground
dillon
1999-10-02
1
-0
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Sync usage string and man page. Correct use of .Nm. Spelling. Remove
charnier
1998-07-06
1
-19
/
+15
*
Support changing the attribute cache limits per-mount. We don't have
peter
1998-05-19
1
-1
/
+26
*
Don't define KERNEL before including <nfs/nfs.h>. It is no longer
bde
1998-02-01
1
-3
/
+1
*
style(9) corrections
imp
1997-12-26
1
-3
/
+5
*
Be extra paranoid about trusting the length returned by gethostbyaddr.
imp
1997-12-24
1
-3
/
+3
*
Introduce a -N option that disables the use of reserved ports, now
joerg
1997-10-19
1
-3
/
+6
*
Allow the 'async' mount flag.
dfr
1997-06-03
1
-1
/
+2
*
Test both the NFS and MOUNT protocols for v3 support before allowing a v3
dfr
1997-05-01
1
-1
/
+61
*
Use v3 protocol by default if it is supported by the server. Allow the
dfr
1997-04-18
1
-8
/
+40
*
Make "-o noxxx" work properly, allowing the user to clean e.g. the resvport
dfr
1997-04-02
1
-22
/
+47
*
Make mount_nfs use reserved ports by default.. Mounts already use
guido
1997-04-01
1
-2
/
+2
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-2
/
+2
*
Merge from Lite2 (use new getvfsbyname() and mount(2) interface)
peter
1997-03-11
1
-41
/
+30
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Don't use __dead or __pure in user code. They were obfuscations
bde
1996-09-14
1
-3
/
+3
*
Get rid of the last vestiges of the old MOUNT_* constants in the
wollman
1996-05-13
1
-2
/
+9
*
#include <kerberosIV/des.h> -> #include <des.h>
markm
1996-02-11
1
-1
/
+1
*
Changes to support version 3 of the NFS protocol.
dfr
1995-06-27
1
-70
/
+215
*
Added -o port option. Use specified port number for NFS requests. The default
karl
1995-06-14
1
-1
/
+7
*
Fixed bug where UDP was required to mount a TCP NFS filesystem.
dg
1995-05-24
1
-3
/
+7
*
Add support for kerberised NQNFS.
dfr
1995-01-30
1
-3
/
+4
*
Kill used "error" variable.
dg
1995-01-27
1
-1
/
+0
*
Fixed bogus error reporting when the failure is RPC related ("Address
dg
1995-01-27
1
-1
/
+2
*
Correct a litle typo in an error message: PRC -> RPC.
ats
1994-11-26
1
-1
/
+1
*
Add support for filesystem-specific `-o' options, and re-implement the
wollman
1994-11-01
1
-2
/
+65
*
Automatically load NFS and a bevy of other filesystems.
wollman
1994-09-22
1
-1
/
+11
*
Fixed a bug where mount_nfs would core-dump if used with IP# directly.
phk
1994-09-15
1
-9
/
+10
*
BSD 4.4 Lite sbin Sources
rgrimes
1994-05-26
1
-0
/
+551