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
/
lib
/
libc
/
db
/
mpool
/
mpool.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
delete old lint ARGSUSED comments
guenther
2015-11-01
1
-4
/
+1
*
Move to the <limits.h> universe.
deraadt
2015-01-16
1
-2
/
+1
*
CIRCLEQ begone.
krw
2013-12-02
1
-22
/
+21
*
Fix a memory leak that could be trigged by a read error
millert
2006-01-25
1
-5
/
+11
*
Add missing break; in a switch case statement from r1.7 pread() changes. From
aaron
2006-01-24
1
-1
/
+2
*
Use queue macros instead of directly accessing fields. ok millert@
otto
2005-10-12
1
-8
/
+5
*
Pass local var instead of mp->lqh.cqh_first to CIRCLEQ_REMOVE macro.
otto
2005-10-10
1
-3
/
+3
*
zap rcsid
espie
2005-08-05
1
-9
/
+1
*
ansify. ok deraadt@ moritz@
otto
2005-03-23
1
-40
/
+16
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-7
/
+3
*
-Wall cleanup, make rcsid variables const
avsm
2003-05-01
1
-2
/
+2
*
Cosmetic changes such as correct printf format specifiers on LP64
millert
2002-02-25
1
-3
/
+3
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-7
/
+7
*
After writing a page out to disk, run the page back through the user's
millert
2002-02-01
1
-2
/
+11
*
Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2).
millert
2002-01-31
1
-14
/
+13
*
o Minor changes from db.1.86 (sleepycat). Does not include the new hash
millert
1999-02-15
1
-17
/
+65
*
do not toss memory dribble into the output files (small performance loss)
deraadt
1998-08-28
1
-3
/
+1
*
Remove dead code
tholo
1996-09-15
1
-1
/
+4
*
Fix RCS ids
tholo
1996-08-19
1
-7
/
+1
*
db release 1.85
deraadt
1996-05-07
1
-251
/
+180
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+540