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
/
nfsserver
/
nfs_srvsock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
1
-0
/
+2
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
1
-8
/
+8
*
Simplify the tprintf() API.
phk
2000-11-26
1
-8
/
+1
*
Add a sysctl to specify the amount of UDP receive space NFS should
dillon
2000-03-27
1
-8
/
+22
*
tcp updates to support IPv6.
shin
2000-01-09
1
-1
/
+1
*
M_PREPEND-related cleanups (unregisterifying struct mbuf *s).
green
1999-12-19
1
-2
/
+2
*
Fix a timeout deadlock that can occur when the process holding the
dillon
1999-12-13
1
-4
/
+24
*
nm_srtt and nm_sdrtt are arrays[4]. Remove explicit initialization
dillon
1999-11-22
1
-3
/
+3
*
Careless use of struct proc *p caused major problems. 'p' is allowed to
marcel
1999-09-29
1
-4
/
+8
*
sigset_t change (part 2 of 5)
marcel
1999-09-29
1
-3
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Various changes lifted from the OpenBSD cvs tree:
peter
1999-06-05
1
-13
/
+33
*
The VFS/BIO subsystem contained a number of hacks in order to optimize
alc
1999-05-02
1
-81
/
+55
*
Fixed printf format errors on alpha.
dt
1999-04-24
1
-3
/
+3
*
Untangle the nfs send and receive queue locking a little. One lock
peter
1999-02-25
1
-35
/
+26
*
Silence -Wtrigraph.
hoek
1998-12-30
1
-4
/
+4
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-2
/
+1
*
Fix a panic in nfsrv_dorec() where a NULL pointer could be passed to
dfr
1998-11-13
1
-2
/
+4
*
The code checks each fragment mark to see if it's valid; if the fragment
mckusick
1998-09-29
1
-2
/
+2
*
Made unloading of the nfs LKM sort of work. This is mainly to test
bde
1998-09-07
1
-2
/
+3
*
Yow! Completely change the way socket options are handled, eliminating
wollman
1998-08-23
1
-10
/
+22
*
If we get an ENOBUFS from the network, it's normally transient network
peter
1998-08-01
1
-1
/
+11
*
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
bde
1998-07-15
1
-3
/
+3
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;
peter
1998-05-31
1
-58
/
+58
*
Support 'mount -u' remounts. This may require disconnecting and rebinding
peter
1998-05-31
1
-1
/
+14
*
Missed a cosmetic change that the other BSD's have.
peter
1998-05-31
1
-2
/
+2
*
oops, nfs_msg() is called from client code too.
peter
1998-05-31
1
-1
/
+4
*
When we can't reconnect a socket, don't forget to unlock before retrying
peter
1998-05-31
1
-1
/
+4
*
Don't log zero length reads, this can happen during normal operation.
peter
1998-05-31
1
-1
/
+9
*
Consider for readdir chunk sizes when tuning socket buffer reservations.
peter
1998-05-31
1
-3
/
+5
*
NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim
peter
1998-05-31
1
-269
/
+269
*
Allow control of the attribute cache timeouts at mount time.
peter
1998-05-19
1
-30
/
+39
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-10
/
+10
*
Removed unused #includes.
bde
1997-10-28
1
-2
/
+1
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-2
/
+2
*
Added used #include - don't depend on <sys/mbuf.h> including
bde
1997-09-02
1
-1
/
+2
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-28
/
+34
*
Various fixes from NetBSD:
dfr
1997-06-03
1
-2
/
+3
*
Don't keep addresses in mbuf chains. This should simplify the next round
dfr
1997-05-13
1
-33
/
+33
*
The long-awaited mega-massive-network-code- cleanup. Part I.
wollman
1997-04-27
1
-19
/
+27
*
Fix broken usage of nm_readdirsize and increase the socket buffers for UDP
dfr
1997-04-22
1
-3
/
+3
*
Fixed some invalid (non-atomic) accesses to `time', mostly ones of the
bde
1997-03-22
1
-2
/
+2
*
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
-2
/
+5
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
This fixes a problem with the nfs socket handling code which happens
dfr
1996-10-11
1
-6
/
+16
*
Modify the kernel to use the new pr_usrreqs interface rather than the old
wollman
1996-07-11
1
-5
/
+6
*
Fix for NFS_NOSERVER
phk
1996-06-14
1
-6
/
+9
*
Kill XNS.
wollman
1996-02-13
1
-2
/
+4
[next]