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
2008-10-01
Simplify the loop used for bp overflow detection to match what I'm
Todd C. Miller
2008-10-01
Fix for sequential retrieval failure when using large key/data pairs.
Todd C. Miller
2008-05-11
Fix a crash when iterating over a hash and removing its elements.
Todd C. Miller
2007-09-17
Check snprintf(3) return value for error or truncation.
Moritz Jodeit
2006-04-03
a few size_t casts are needed here; ok otto
Theo de Raadt
2006-03-19
Fix a mem leak and a potential NULL deref; from NetBSD's coverity analysis.
Otto Moerbeek
2005-08-08
zap remaining rcsid.
Marc Espie
2005-08-05
zap rcsid
Marc Espie
2005-03-23
ansify. ok deraadt@ moritz@
Otto Moerbeek
2005-01-03
deregister
Todd C. Miller
2004-10-01
Avoid overwriting the cursor page when the cursor page becomes the
Otto Moerbeek
2004-09-15
ansi and ARSUSED
Theo de Raadt
2004-06-24
Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net.
Todd C. Miller
2004-06-21
another errno -> err in a structure. OK deraadt@
Marco S Hyman
2004-05-03
Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize.
Todd C. Miller
2003-08-06
Remove some double semicolons (hmm, do two semis equal a maxi?).
Todd C. Miller
2003-06-25
pull in headers
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-01
-Wall cleanup, make rcsid variables const
Anil Madhavapeddy
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
[next]