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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unlock the process returned from pfind() if it does not return NULL.
jake
2001-06-01
1
-1
/
+4
*
o Merge contents of struct pcred into struct ucred. Specifically, add the
rwatson
2001-05-25
1
-2
/
+4
*
Assert Giant is held by the caller rather than getting it and releasing
jhb
2001-05-23
1
-10
/
+2
*
- FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file
ru
2001-05-23
1
-1
/
+1
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
2
-3
/
+30
*
Change the second argument of vflush() to an integer that specifies
iedowse
2001-05-16
1
-28
/
+4
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
4
-18
/
+26
*
Add a vop_stdbmap(), and make it part of the default vop vector.
phk
2001-04-29
1
-35
/
+0
*
Remove incorrect comment.
alfred
2001-04-29
1
-1
/
+0
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
8
-16
/
+0
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
8
-0
/
+16
*
vnode_pager_freepage() is really vm_page_free() in disguise,
alfred
2001-04-19
1
-3
/
+3
*
Implement client side NFS locks.
alfred
2001-04-17
8
-7
/
+440
*
This patch removes the VOP_BWRITE() vector.
phk
2001-04-17
2
-19
/
+23
*
Create debug.hashstat.[raw]nchash and debug.hashstat.[raw]nfsnode to
peter
2001-04-11
1
-0
/
+79
*
o Rather than arbitrarily construct a credential in the nfs_statfs()
rwatson
2001-04-05
1
-6
/
+2
*
Use the same API as the example code.
peter
2001-03-20
1
-1
/
+1
*
Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).
peter
2001-03-17
4
-31
/
+2
*
Dramatically improve the **lame** nfs_hash(). This is based on the
peter
2001-03-17
1
-8
/
+16
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
1
-1
/
+5
*
Reviewed by: jlemon
adrian
2001-03-01
1
-6
/
+2
*
Fix lockup for loopback NFS mounts. The pipelined I/O limitations could be
dillon
2001-02-28
1
-0
/
+8
*
Switch to using a struct xucred instead of a struct xucred when not
green
2001-02-18
4
-4
/
+10
*
Enable use of DHCP extensions.
tegge
2001-02-02
1
-33
/
+240
*
NFS O_EXCL file create semantics temporarily uses file attributes to store
dillon
2001-01-04
1
-1
/
+14
*
* 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
1
-8
/
+5
*
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
5
-6
/
+6
*
Give vop_mmap an untimely death. The opportunity to give it a timely
eivind
2000-11-01
1
-21
/
+0
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
2
-2
/
+0
*
Reduce kernel stack usage by not having large packets on the stack.
tegge
2000-10-29
1
-516
/
+1024
*
Eliminate some bitrot (nonexisting member variable names).
tegge
2000-10-24
1
-5
/
+5
*
Style fixes.
tegge
2000-10-24
1
-783
/
+842
*
Make RPC timeout message more readable.
tegge
2000-10-24
1
-4
/
+10
*
Problem to avoid processes getting stuck in "vmopar". From Ian's
dwmalone
2000-10-24
5
-8
/
+17
*
Make nfs PDIRUNLOCK aware. Now it is possible to use nullfs mounts on top
bp
2000-10-15
1
-11
/
+31
*
Add missed vop_stdunlock() for fifo's vnops (this affects only v2 mounts).
bp
2000-10-15
2
-0
/
+3
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-0
/
+2
*
Add a lock structure to vnode structure. Previously it was either allocated
bp
2000-09-25
1
-0
/
+4
*
Don't scan for the "right" network interface by shooting in the dark.
msmith
2000-09-05
1
-0
/
+3
*
This patch corrects the first round of panics and hangs reported
mckusick
2000-07-24
1
-1
/
+2
*
Correctly set the Maximum DHCP Message Size. bootpd now works
ps
2000-06-13
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
7
-62
/
+62
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
7
-62
/
+62
*
Include a RFC 1533 "Maximum DHCP Message Size" option in our request.
phk
2000-05-07
1
-5
/
+17
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
4
-0
/
+4
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
2
-2
/
+0
*
s/biowait/bufwait/g
phk
2000-04-29
1
-1
/
+1
[next]