index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
db
/
hash
Age
Commit message (
Expand
)
Author
2002-06-05
snprintf
Theo de Raadt
2002-05-31
use int32_t, not int, for on-disk format structure.
Jun-ichiro itojun Hagino
2002-03-25
Fix temporary buffer memory leak with big hash keys and data;
Todd C. Miller
2002-02-25
Cosmetic changes such as correct printf format specifiers on LP64
Todd C. Miller
2002-02-24
We have search.h in /usr/include so we don't need this private one.
Todd C. Miller
2002-02-17
Manual cleanup of remaining userland __P use (excluding packages maintained o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-02-01
Only squeeze a short key/value pair onto a page with other complete key/value
Todd C. Miller
2002-02-01
Return a useful errno value in the overflow case. Also, print a
Todd C. Miller
2002-02-01
If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause an
Todd C. Miller
2002-01-31
Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2).
Todd C. Miller
2001-08-04
Move decision whether to make a new hash table or not to be after
Todd C. Miller
2001-01-04
grammer/spelling
Todd T. Fries
2001-01-03
Make it an error to open a zero-length file for read-only access.
Todd C. Miller
2000-10-03
bt_open.c: parenthesize - and & proper (from freebsd);
Michael Shalayeff
2000-08-01
Traditional NDBM supports dbm_open(foo, O_WRONLY) but dbopen() does
Todd C. Miller
1999-04-18
o Opening a zero-length hash file should not be an error
Todd C. Miller
1999-02-16
real dbm_rdonly
Todd C. Miller
1999-02-16
kludge to get rid of dbm_rdonly not being defined
imp
1999-02-15
o Minor changes from db.1.86 (sleepycat). Does not include the new hash
Todd C. Miller
1999-02-12
It's always a good idea to test those last minute changes to make sure they c...
Todd C. Miller
1999-02-12
add old dbm-compatible interface from db-1.86 with minor changes by me (needs...
Todd C. Miller
1998-11-20
Add thread-safety to libc, so that libc_r will build (on i386 at least).
David Leonard
1998-08-28
do not toss memory dribble into the output files (small performance loss)
Theo de Raadt
1998-07-27
bad Theo, changed a variable name ;-)
Todd C. Miller
1998-07-27
include sys/param.h to pull in MAXPATHLEN
Todd C. Miller
1998-07-27
clone mkstemp() setup in ../btree
Theo de Raadt
1998-03-19
some -Wall
Todd C. Miller
1998-03-05
string.h for memset proto
Theo de Raadt
1997-07-23
tabify
kstailey
1997-02-16
need errno.h
Theo de Raadt
1997-02-15
buf oflow, danny@freebsd.org
Theo de Raadt
1996-10-14
zero out the page
Jason Downs
1996-09-15
Remove dead code
Thorsten Lockert
1996-08-19
Fix RCS ids
Thorsten Lockert
1996-05-07
db release 1.85
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt