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
/
nfsstats.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-49
/
+119
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Improve the queuing algorithms used by NFS' asynchronous i/o. The
dfr
1996-11-06
1
-2
/
+2
*
Even though this looks like it, this is not a complex code change.
dyson
1996-08-21
1
-4
/
+2
*
Fix a bunch of spelling errors in the comment fields of
mpp
1996-01-30
1
-3
/
+3
*
Staticize.
phk
1995-12-17
1
-12
/
+6
*
Completed function declarations and/or added prototypes and/or moved
bde
1995-12-03
1
-1
/
+55
*
Completed function declarations and/or added prototypes.
bde
1995-11-21
1
-1
/
+4
*
Include a prerequisite header (so this is consistent again with the
joerg
1995-10-31
1
-1
/
+3
*
Second batch of cleanup changes.
phk
1995-10-29
1
-3
/
+1
*
Eliminate sloppy common-style declarations. There should be none left for
bde
1995-07-29
1
-6
/
+6
*
Changes to support version 3 of the NFS protocol.
dfr
1995-06-27
1
-53
/
+226
*
YFfix
phk
1995-02-14
1
-1
/
+5
*
Forward-declare a few structures to avoid warning messages.
wollman
1994-11-02
1
-1
/
+4
*
Implement fs.nfs MIB variables.
wollman
1994-10-23
1
-2
/
+12
*
This is a bunch of changes from NetBSD. There are a couple of bug-fixes.
phk
1994-10-17
1
-23
/
+31
[next]