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
/
sys
/
nfsclient
/
nfsargs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC: r259084
rmacklem
2013-12-30
1
-0
/
+1
*
Move the NFSv4.1 client patches over from projects/nfsv4.1-client
rmacklem
2012-12-08
1
-0
/
+1
*
Implemented a mount option "nocto" that disables cache coherency
ru
2011-05-04
1
-0
/
+1
*
Modify the experimental NFS client so that it uses the same
rmacklem
2011-04-25
1
-1
/
+5
*
Fix a serious deadlock with the NFS client. Given a large enough
green
2005-06-10
1
-2
/
+2
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
University of Michigan's Citi NFSv4 kernel client code.
alfred
2003-11-14
1
-0
/
+2
*
Allow users to use the 'nolockd' or -L options with mount_nfs in order
alfred
2001-11-12
1
-0
/
+1
*
Cleanup and split of nfs client and server code.
peter
2001-09-18
1
-635
/
+6
*
Sync some differences that were different between the copies of the files
peter
2001-09-15
1
-3
/
+3
*
KSE Milestone 2
julian
2001-09-12
1
-34
/
+34
*
Fix some signed/unsigned integer confusion, and add bounds checking of
kris
2001-09-10
1
-4
/
+4
*
Implement client side NFS locks.
alfred
2001-04-17
1
-0
/
+1
*
Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).
peter
2001-03-17
1
-1
/
+0
*
Switch to using a struct xucred instead of a struct xucred when not
green
2001-02-18
1
-1
/
+1
*
Problem to avoid processes getting stuck in "vmopar". From Ian's
dwmalone
2000-10-24
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-17
/
+17
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-17
/
+17
*
The alpha build cuases the 'nfsuid bloated' warning to occur. Well,
dillon
2000-01-13
1
-12
/
+0
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-4
/
+4
*
Move NFS access cache hits/misses into nfsstats structure so
dillon
1999-10-25
1
-0
/
+2
*
sigset_t change (part 2 of 5)
marcel
1999-09-29
1
-2
/
+4
*
Asynchronized client-side nfs_commit. NFS commit operations were
dillon
1999-09-17
1
-0
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
remove b_proc from struct buf, it's (now) unused.
phk
1999-05-06
1
-3
/
+3
*
The VFS/BIO subsystem contained a number of hacks in order to optimize
alc
1999-05-02
1
-3
/
+2
*
Untangle the nfs send and receive queue locking a little. One lock
peter
1999-02-25
1
-3
/
+5
*
Made unloading of the nfs LKM sort of work. This is mainly to test
bde
1998-09-07
1
-1
/
+4
*
Yow! Completely change the way socket options are handled, eliminating
wollman
1998-08-23
1
-2
/
+2
*
fix buildworld hopefully be3fore anyone complains...
jmg
1998-06-30
1
-1
/
+3
*
convert some nfs tunables to options, these are:
jmg
1998-06-30
1
-1
/
+3
*
For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;
peter
1998-05-31
1
-10
/
+10
*
Support 'mount -u' remounts. This may require disconnecting and rebinding
peter
1998-05-31
1
-1
/
+2
*
Some const's
peter
1998-05-31
1
-2
/
+2
*
NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim
peter
1998-05-31
1
-9
/
+9
*
Convert a couple of large allocations to use zones rather than malloc
peter
1998-05-24
1
-4
/
+6
*
Allow control of the attribute cache timeouts at mount time.
peter
1998-05-19
1
-28
/
+33
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-4
/
+5
*
Moved declaration of `union nethostadr' outside of the KERNEL section,
bde
1998-02-01
1
-15
/
+15
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-1
/
+12
*
unifdef -U__NetBSD__ -D__FreeBSD__
phk
1997-09-10
1
-5
/
+1
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-54
/
+79
*
Merge WebNFS changes from NetBSD.
dfr
1997-07-16
1
-3
/
+30
*
Various fixes from NetBSD:
dfr
1997-06-03
1
-3
/
+3
*
Fix a few bugs with NFS and mmap caused by NFS' use of b_validoff
dfr
1997-05-19
1
-2
/
+2
*
Don't keep addresses in mbuf chains. This should simplify the next round
dfr
1997-05-13
1
-3
/
+8
*
Fix a nasty hang connected with write gathering. Also add debug print
dfr
1997-05-10
1
-1
/
+18
*
Define our own version of DIRBLKSIZ instead of (ab)using ufs's value.
bde
1997-03-29
1
-43
/
+5
*
Add code that will reject nfs requests in teh kernel from nonprivileged
guido
1997-03-27
1
-1
/
+3
[next]