index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
db
/
hash
/
hash_bigkey.c
Age
Commit message (
Expand
)
Author
2015-11-18
Introduce a HASH_BSIZE macro to return the blocksize; in the 64K case this
christos
2012-03-13
PR/45989: Martin Husemann: lint invocation does include -w only on i386
christos
2009-02-12
fix sign-compare issues
lukem
2008-09-10
In preparation for providing a db fallback in libnbcompat, remove
joerg
2008-08-26
Convert db from UCB types to POSIX types. Prefer uint8_t for u_char as
joerg
2007-02-03
cleanup:
christos
2005-04-27
Don't attempt to delete a NULL key. Can happen if we were the only key
christos
2004-06-20
Completely rework how tools/compat is done. Purge all uses/references to
jmc
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-04-20
PR/5996: ITOH Yasufumi: lib/libc/db/hash/* writes memory garbage to db file
christos
2003-01-20
The Double-Semi-Colon Police.
simonb
1999-07-29
When deleting a big key, the offset of an empty page should be bsize, not
mycroft
1999-07-29
Previous bug fix was slightly wrong. In this case, the data must start on a
mycroft
1999-07-28
Make the packing more dense in a couple of cases.
mycroft
1999-07-28
If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause an
mycroft
1999-07-10
don't compare non-pointer values against NULL.
christos
1998-12-09
delint
christos
1998-08-18
Add some braces to make egcs happy.
thorpej
1997-07-13
Fix RCSID's
christos
1996-05-03
merge DB 1.85 changes
cgd
1995-02-27
add unintrusive Ids
cgd
1994-08-18
clean up import
cgd
1993-08-26
Declare rcsid strings so they are stored in text segment.
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-06-14
update db code to v1.6 from vangogh, and put it in "db" rather than "DB"
cgd