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
/
nfs_nfsiod.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise the nfsiod auto tuning code. Now both the upper and lower limits
peter
2002-01-15
1
-9
/
+72
*
Implement vfs.nfs.iodmin (minimum number of nfsiod's) and
peter
2002-01-14
1
-37
/
+66
*
o Modify nfslockdans() to accept a thread reference instead of a proc
rwatson
2001-11-14
1
-1
/
+1
*
Cleanup and split of nfs client and server code.
peter
2001-09-18
1
-1057
/
+40
*
KSE Milestone 2
julian
2001-09-12
1
-32
/
+33
*
Pushdown Giant for nfs syscalls (nfssvc())
dillon
2001-08-31
1
-12
/
+23
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
1
-2
/
+0
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
1
-0
/
+2
*
Implement client side NFS locks.
alfred
2001-04-17
1
-0
/
+9
*
Switch to using a struct xucred instead of a struct xucred when not
green
2001-02-18
1
-1
/
+7
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
1
-2
/
+2
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-8
/
+5
*
This patchset fixes a large number of file descriptor race conditions.
dillon
2000-11-18
1
-2
/
+5
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-1
/
+1
*
Clean up some loose ends in the network code, including the X.25 and ISO
peter
2000-02-13
1
-12
/
+0
*
Enhance reassignbuf(). When a buffer cannot be time-optimally inserted
dillon
2000-01-05
1
-1
/
+1
*
M_PREPEND-related cleanups (unregisterifying struct mbuf *s).
green
1999-12-19
1
-2
/
+1
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-0
/
+2
*
Remove special case socket sharing code in order to allow nfsd to
dillon
1999-11-11
1
-12
/
+12
*
Fix nfssvc_addsock() to not attempt to free a NULL socket structure
dillon
1999-11-08
1
-3
/
+6
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
1
-41
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Matt's NFS fixes.
julian
1999-06-23
1
-2
/
+2
*
Suser() simplification:
phk
1999-04-27
1
-3
/
+3
*
Untangle the nfs send and receive queue locking a little. One lock
peter
1999-02-25
1
-20
/
+49
*
Move the declaration of the vfs.nfs sysctl node outside an ifdef so that
dfr
1999-02-18
1
-3
/
+3
*
* Change sysctl from using linker_set to construct its tree using SLISTs.
dfr
1999-02-16
1
-1
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-2
/
+1
*
Check for NULL pointer before freeing a struct sockaddr. m_freem() can handle
luoqi
1998-09-01
1
-2
/
+3
*
Yow! Completely change the way socket options are handled, eliminating
wollman
1998-08-23
1
-9
/
+21
*
For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;
peter
1998-05-31
1
-15
/
+15
*
Use the new SB_UPCALL flag,
peter
1998-05-31
1
-1
/
+4
*
NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim
peter
1998-05-31
1
-164
/
+162
*
Allow control of the attribute cache timeouts at mount time.
peter
1998-05-19
1
-17
/
+20
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-19
/
+16
*
Staticize.
eivind
1998-02-09
1
-2
/
+2
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-3
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+3
*
Don't call malloc(..., M_WAITOK) at splnet(). Doing so is often
bde
1997-11-24
1
-4
/
+7
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-6
/
+3
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-5
/
+3
*
Removed unused #includes.
bde
1997-10-28
1
-4
/
+1
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-3
/
+3
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
1
-1
/
+3
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-28
/
+29
*
Merge WebNFS changes from NetBSD.
dfr
1997-07-16
1
-2
/
+3
*
Clear nfs_iodwant[myiod] when the nfsiod process exits due to a signal.
tegge
1997-06-25
1
-1
/
+2
[next]