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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
1
-0
/
+2
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-6
/
+8
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
5
-10
/
+0
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
5
-0
/
+10
*
Implement client side NFS locks.
alfred
2001-04-17
3
-0
/
+11
*
Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).
peter
2001-03-17
2
-2
/
+0
*
Switch to using a struct xucred instead of a struct xucred when not
green
2001-02-18
3
-3
/
+9
*
Preceed/preceeding are not english words. Use precede and preceding.
asmodai
2001-02-18
1
-2
/
+2
*
Fix some problems that were introduced in revision 1.97. Instead
iedowse
2001-02-09
1
-46
/
+101
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
6
-33
/
+33
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
2
-10
/
+6
*
Simplify the tprintf() API.
phk
2000-11-26
1
-8
/
+1
*
This patchset fixes a large number of file descriptor race conditions.
dillon
2000-11-18
1
-2
/
+5
*
In preparation for deprecating CIRCLEQ macros in favor of TAILQ
mckusick
2000-11-14
1
-1
/
+1
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Problem to avoid processes getting stuck in "vmopar". From Ian's
dwmalone
2000-10-24
4
-7
/
+16
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-0
/
+1
*
This patch corrects the first round of panics and hangs reported
mckusick
2000-07-24
1
-1
/
+2
*
Add snapshots to the fast filesystem. Most of the changes support
mckusick
2000-07-11
1
-1
/
+113
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
5
-39
/
+39
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
5
-39
/
+39
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
3
-0
/
+3
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
2
-2
/
+0
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Add a sysctl to specify the amount of UDP receive space NFS should
dillon
2000-03-27
1
-8
/
+22
*
Rename the existing BUF_STRATEGY() to DEV_STRATEGY()
phk
2000-03-20
1
-1
/
+1
*
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
3
-33
/
+0
*
The alpha build cuases the 'nfsuid bloated' warning to occur. Well,
dillon
2000-01-13
3
-35
/
+0
*
tcp updates to support IPv6.
shin
2000-01-09
1
-1
/
+1
*
Enhance reassignbuf(). When a buffer cannot be time-optimally inserted
dillon
2000-01-05
1
-1
/
+1
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
2
-8
/
+8
*
make getfh a standard syscall instead of dependant on having
alfred
1999-12-21
1
-14
/
+0
*
M_PREPEND-related cleanups (unregisterifying struct mbuf *s).
green
1999-12-19
2
-4
/
+3
*
Fix compilation warning on alpha when converting pointer to integer
dillon
1999-12-18
1
-1
/
+1
*
Have NFS use a snapshot of boottime instead of boottime itself to
dillon
1999-12-16
1
-6
/
+14
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
2
-121
/
+27
*
Add a readahead heuristic to the NFS server side code. While the server
dillon
1999-12-13
1
-1
/
+77
*
PR: kern/15222
dillon
1999-12-13
1
-0
/
+16
*
Fix a timeout deadlock that can occur when the process holding the
dillon
1999-12-13
1
-4
/
+24
*
Fix a number of server-side issues related to aborting badly formed
dillon
1999-12-12
2
-4
/
+7
*
Synopsis of problem being fixed: Dan Nelson originally reported that
dillon
1999-12-12
1
-6
/
+14
*
nm_srtt and nm_sdrtt are arrays[4]. Remove explicit initialization
dillon
1999-11-22
1
-3
/
+3
*
Remove WILLRELE from VOP_SYMLINK
eivind
1999-11-13
1
-15
/
+6
*
Remove WILLRELE from VOP_RENAME
eivind
1999-11-12
1
-13
/
+14
*
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
*
Move NFS access cache hits/misses into nfsstats structure so
dillon
1999-10-25
2
-0
/
+4
*
Before we start to mess with the VFS name-cache clean things up a little bit:
phk
1999-10-03
1
-2
/
+0
*
Careless use of struct proc *p caused major problems. 'p' is allowed to
marcel
1999-09-29
1
-4
/
+8
[next]