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
/
hash
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify the loop used for bp overflow detection to match what I'm
millert
2008-10-01
1
-8
/
+5
*
Fix for sequential retrieval failure when using large key/data pairs.
millert
2008-10-01
1
-1
/
+16
*
Fix a crash when iterating over a hash and removing its elements.
millert
2008-05-11
2
-11
/
+22
*
Check snprintf(3) return value for error or truncation.
moritz
2007-09-17
2
-6
/
+12
*
a few size_t casts are needed here; ok otto
deraadt
2006-04-03
1
-3
/
+3
*
Fix a mem leak and a potential NULL deref; from NetBSD's coverity analysis.
otto
2006-03-19
1
-5
/
+9
*
zap remaining rcsid.
espie
2005-08-08
1
-9
/
+1
*
zap rcsid
espie
2005-08-05
6
-54
/
+6
*
ansify. ok deraadt@ moritz@
otto
2005-03-23
5
-223
/
+102
*
deregister
millert
2005-01-03
4
-65
/
+57
*
Avoid overwriting the cursor page when the cursor page becomes the
otto
2004-10-01
1
-3
/
+11
*
ansi and ARSUSED
deraadt
2004-09-15
1
-4
/
+4
*
Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net.
millert
2004-06-24
2
-111
/
+2
*
another errno -> err in a structure. OK deraadt@
marc
2004-06-21
3
-15
/
+15
*
Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize.
millert
2004-05-03
1
-5
/
+7
*
Remove some double semicolons (hmm, do two semis equal a maxi?).
millert
2003-08-06
1
-3
/
+3
*
pull in headers
deraadt
2003-06-25
2
-6
/
+9
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
11
-74
/
+30
*
-Wall cleanup, make rcsid variables const
avsm
2003-05-01
8
-16
/
+16
*
snprintf
deraadt
2002-06-05
1
-4
/
+3
*
use int32_t, not int, for on-disk format structure.
itojun
2002-05-31
1
-18
/
+18
*
Fix temporary buffer memory leak with big hash keys and data;
millert
2002-03-25
1
-2
/
+6
*
Cosmetic changes such as correct printf format specifiers on LP64
millert
2002-02-25
4
-23
/
+24
*
We have search.h in /usr/include so we don't need this private one.
millert
2002-02-24
2
-58
/
+1
*
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
millert
2002-02-17
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
9
-73
/
+73
*
Only squeeze a short key/value pair onto a page with other complete key/value
millert
2002-02-01
1
-5
/
+11
*
Return a useful errno value in the overflow case. Also, print a
millert
2002-02-01
1
-3
/
+9
*
If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause an
millert
2002-02-01
1
-7
/
+19
*
Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2).
millert
2002-01-31
2
-10
/
+7
*
Move decision whether to make a new hash table or not to be after
millert
2001-08-04
1
-13
/
+8
*
grammer/spelling
todd
2001-01-04
1
-2
/
+2
*
Make it an error to open a zero-length file for read-only access.
millert
2001-01-03
1
-3
/
+3
*
bt_open.c: parenthesize - and & proper (from freebsd);
mickey
2000-10-03
2
-8
/
+8
*
Traditional NDBM supports dbm_open(foo, O_WRONLY) but dbopen() does
millert
2000-08-01
1
-2
/
+7
*
o Opening a zero-length hash file should not be an error
millert
1999-04-18
2
-40
/
+83
*
real dbm_rdonly
millert
1999-02-16
1
-5
/
+13
*
kludge to get rid of dbm_rdonly not being defined
imp
1999-02-16
1
-2
/
+5
*
o Minor changes from db.1.86 (sleepycat). Does not include the new hash
millert
1999-02-15
12
-86
/
+116
*
It's always a good idea to test those last minute changes to make sure they compile...
millert
1999-02-12
1
-3
/
+3
*
add old dbm-compatible interface from db-1.86 with minor changes by me (needs a man page)
millert
1999-02-12
1
-18
/
+130
*
Add thread-safety to libc, so that libc_r will build (on i386 at least).
d
1998-11-20
1
-2
/
+2
*
do not toss memory dribble into the output files (small performance loss)
deraadt
1998-08-28
1
-5
/
+1
*
bad Theo, changed a variable name ;-)
millert
1998-07-27
1
-3
/
+3
*
include sys/param.h to pull in MAXPATHLEN
millert
1998-07-27
1
-1
/
+2
*
clone mkstemp() setup in ../btree
deraadt
1998-07-27
1
-2
/
+8
*
some -Wall
millert
1998-03-19
2
-5
/
+6
*
string.h for memset proto
deraadt
1998-03-05
1
-1
/
+2
*
tabify
kstailey
1997-07-23
2
-5
/
+5
*
need errno.h
deraadt
1997-02-16
1
-1
/
+2
[next]