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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document the "gssname" and "allgssname" mount options added by the
rmacklem
2013-07-09
1
-1
/
+25
*
GC unused variables. Prefer NULL over 0 for pointers.
jkim
2013-03-05
1
-7
/
+6
*
Document the new NFS mount options added by r244042.
rmacklem
2012-12-09
1
-1
/
+13
*
Add a timeout on positive name cache entries in the NFS client. That is,
jhb
2012-01-25
1
-0
/
+4
*
Change checkpath() to not exit on error. This is a prerequisite for
jh
2012-01-16
1
-1
/
+2
*
Spelling fixes for sbin/
uqs
2012-01-07
1
-1
/
+1
*
Finish making 'wcommitsize' an NFS client mount option.
jhb
2011-11-14
2
-0
/
+11
*
Implemented a mount option "nocto" that disables cache coherency
ru
2011-05-04
1
-1
/
+12
*
Fix the Makefile for mount_nfs so that it creates a
rmacklem
2011-05-01
1
-1
/
+1
*
Update man pages related to the change in default NFS client
rmacklem
2011-04-28
1
-4
/
+8
*
This patch changes head so that the default NFS client is now the new
rmacklem
2011-04-27
2
-9
/
+5
*
Fix deprecated warning about -L which said -i was deprecated.
simon
2010-12-26
1
-1
/
+1
*
Correct a typo.
jh
2010-10-27
1
-1
/
+1
*
Shut the compiler up; initializes the sotype variable to zero in
kevlo
2010-09-04
1
-0
/
+1
*
Introduce '[ipaddr]:path' notation.
ume
2010-02-04
1
-6
/
+16
*
static'ify function prototypes and convert K&R to ANSI.
delphij
2010-02-03
1
-24
/
+23
*
Document the negnametimeo option for mount_nfs as implemented
rmacklem
2010-01-21
1
-0
/
+4
*
Fix parsing of mount options specified with -o in case an option with
jh
2009-10-26
1
-5
/
+5
*
Change the default transport protocol for use by the Mount protocol
rmacklem
2009-09-17
1
-1
/
+1
*
Delete the descriptions of the gssname and allgssname optionss from
rmacklem
2009-07-29
1
-42
/
+1
*
Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementation
dfr
2009-06-24
1
-12
/
+12
*
Code for parsing nmount options in kernel was merged
rodrigc
2009-06-01
1
-1
/
+1
*
Add support for the experimental nfs client to mount_nfs. The
rmacklem
2009-05-27
3
-7
/
+172
*
Remove the unmaintained University of Michigan NFSv4 client from 8.x
rwatson
2009-05-22
3
-260
/
+6
*
Set NFSMNT_ACDIRMAX flag in fallback_mount() function.
rodrigc
2009-02-06
1
-0
/
+1
*
Set NFSMNT_ACREGMIN, NFSMNT_ACREGMAX, and NFSMNT_ACDIRMIN flags
rodrigc
2009-02-06
1
-0
/
+9
*
Fix parsing of acregmin, acregmax, acdirmin and acdirmax NFS mount options
rodrigc
2009-01-28
1
-4
/
+4
*
Implement support for RPCSEC_GSS authentication to both the NFS client
dfr
2008-11-03
1
-1
/
+53
*
Use the version of the kernel returned by getosreldate()
rodrigc
2008-09-19
1
-6
/
+16
*
Instead of building up a "struct nfs_args" to pass to the kernel
rodrigc
2008-09-13
2
-473
/
+622
*
Fix -o mntudp after the conversion to default TCP mounts
kris
2008-07-10
1
-1
/
+4
*
Undo the damage I did in sys/kern/vfs_mount.c #1.274 and
yar
2008-02-18
1
-9
/
+0
*
Add a work-around to make it possible again to remount
yar
2008-02-18
1
-0
/
+9
*
Back out rev. 1.74 because the kernel isn't ready yet
yar
2008-02-18
1
-8
/
+1
*
Don't forget to prepare string options for nmount(2).
yar
2008-02-18
1
-1
/
+8
*
Add the -4 option to the synopsis.
ceri
2008-02-12
1
-1
/
+1
*
Bump .Dd for r1.48.
ceri
2008-02-12
1
-1
/
+1
*
Switch the default NFS mount mode from UDP to TCP. UDP mounts are a
kris
2008-02-11
2
-6
/
+6
*
Add "fg" option as antonym to "bg"; add "hard" option as antonym to "soft".
thomas
2007-03-05
2
-0
/
+8
*
Link mount_nfs -> mount_nfs4, and mount_nfs.8 -> mount_nfs4.8.
rodrigc
2007-01-23
1
-0
/
+3
*
Merge mount_nfs4.c and mount_nfs.c into one program.
rodrigc
2007-01-23
2
-7
/
+248
*
Pass a string buffer named "errmsg" to nmount().
rodrigc
2006-11-29
1
-2
/
+4
*
Deduce the "fstype" parameter to pass to nmount() by looking at
rodrigc
2006-11-29
1
-2
/
+8
*
Increase WARNS to 3.
rodrigc
2006-11-21
1
-1
/
+1
*
Fix last element of nc_protos[] array to appease GCC.
rodrigc
2006-11-21
1
-1
/
+1
*
Convert mount_nfs from old mount(2) API to new nmount(2) API.
rodrigc
2006-11-21
1
-1
/
+11
*
Properly separate sentences by adding a semi-colon.
trhodes
2006-10-07
1
-1
/
+1
*
Minor style(9) and KNF elimination as I prepare to fix a bug.
imp
2006-03-20
1
-14
/
+8
*
Kill the BUGS section, and remove a similar line noted under -T. As far
trhodes
2005-12-25
1
-14
/
+3
*
Use MOPT_END in favor of MOPT_NULL, which better describes the purporse
delphij
2005-06-10
1
-1
/
+1
[next]