index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
nfs
/
nfs_srvcache.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert infinite sleeps to tsleep_nsec(9).
mpi
2019-12-05
1
-3
/
+3
*
fairly simple sizes for free(); ok tedu
deraadt
2015-08-28
1
-2
/
+2
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
use siphash for key lookups in all the filesystem hashes.
dlg
2014-11-18
1
-5
/
+13
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-2
/
+2
*
Plug mbuf leaks in the DRC, when we reuse entries we didn't
thib
2009-06-04
1
-9
/
+17
*
Remove unused procnums (NQNFS leftovers) and cleanup.
thib
2009-05-30
1
-3
/
+2
*
Replace the TRUE/FALSE defines with 1/0 respectively. This doesn't
thib
2008-12-24
1
-48
/
+8
*
Be pedantically correct in freeing allocated mbufs, even upon clearing
blambert
2008-10-20
1
-1
/
+5
*
use m_freem() instead of MFREE() since we ignore the
thib
2008-07-05
1
-2
/
+2
*
Remove now-vestigial bpos pointer from NFS. For building outgoing
blambert
2008-06-12
1
-4
/
+2
*
Canonical for() -> queue.h FOREACH macro conversions.
blambert
2008-06-11
1
-1
/
+2
*
move the cache lookup code into a function, instead repeating
thib
2008-04-14
1
-73
/
+82
*
Touch of KNF and style(9), spaces and comments.
thib
2007-10-29
1
-37
/
+22
*
Remove the "frev" argument from nfs_rephead(); and clean up the "frev"
thib
2007-10-28
1
-2
/
+2
*
MALLOC/FREE -> malloc/free + M_ZERO.
thib
2007-09-20
1
-4
/
+2
*
Use list and queue macros where applicable to make the code easier to read;
miod
2004-12-26
1
-5
/
+3
*
kill netiso stuff here as well, millert ok
henning
2004-07-16
1
-6
/
+2
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
Remove unused function parameter 'cache' from nfs_rephead
nate
2002-07-03
1
-2
/
+2
*
use queue.h macro's
ericj
2002-01-16
1
-15
/
+15
*
Remove NQNFS
csapuntz
2001-06-25
1
-2
/
+1
*
zap the newhashinit hack.
art
1999-04-28
1
-2
/
+2
*
partial sync with netbsd 960418, more to come
deraadt
1996-04-21
1
-2
/
+2
*
Minor cleanups. Checked against Lite2.
mickey
1996-04-17
1
-2
/
+2
*
From NetBSD: NFSv3 import (tomorrow's Net's kernel)
mickey
1996-03-31
1
-25
/
+29
*
From NetBSD: merge with 960217 (still NFSv2)
niklas
1996-02-29
1
-1
/
+5
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+332