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
Age
Commit message (
Expand
)
Author
2007-02-03
cleanup:
christos
2006-11-03
use FD_CLOEXEC instead of 1.
christos
2006-03-26
set close-on-exec flag for fd to database like type DB_HASH does
rtr
2006-03-26
make __hash_open obey TMPDIR
rtr
2006-03-19
retrun -> return
rtr
2006-03-19
Coverity CID 45: Don't try to deref NULL on error.
christos
2006-03-19
Coverity CID 518: Avoid NULL pointer deref.
christos
2006-03-19
Coverity CID 508: Avoid memory leak.
christos
2006-01-24
fix debugging memsets.
christos
2006-01-24
simplify assertion.
christos
2006-01-24
appease lint and gcc. (compile with -DDEBUG)
christos
2005-12-26
u_intN_t -> uintN_t
perry
2005-11-29
WARNS=4
christos
2005-10-16
Initialize a variable that might confuse gcc as uninitialized.
christos
2005-09-13
compat core reorg.
christos
2005-06-01
Ensure dbp is initialized to NULL before trying to use it in an error codepath.
lukem
2005-04-27
Don't attempt to delete a NULL key. Can happen if we were the only key
christos
2005-03-29
Don't refuse to create a hash database on 0 length files. Treat
christos
2005-03-06
Revert previous commit at 1.17. a maximum BSIZE of 65536 ends up stored
christos
2005-01-19
hash already uses FD_CLOEXEC -- pay attention to the return value and make it
mycroft
2004-08-31
Add missing .Ed reported by new mdoc.
uwe
2004-06-20
Completely rework how tools/compat is done. Purge all uses/references to
jmc
2004-05-06
Revert part of previous.
wiz
2004-05-01
Make that NULL, and mark up an extension like a path.
wiz
2004-04-30
Add ndbm(3) documentation, fixing PR lib/25357.
kleink
2004-04-29
XPG4.2: when it is attempted to open a database write-only, silently
kleink
2004-04-29
Purge a leftover comment from rev. 1.6.
kleink
2004-04-28
XPG4.2: Change member `dsize' of struct datum from int to size_t.
kleink
2004-04-27
Remove internal names for dbm_*(3); these are not required at this time.
kleink
2003-12-30
When storing data size as 32bit int in an overflow page, copy the
martin
2003-10-27
Overhaul how `build.sh tools' are used:
lukem
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-06
Grammar, spelling, markup fixes from jmc@openbsd.
wiz
2003-04-20
PR/5996: ITOH Yasufumi: lib/libc/db/hash/* writes memory garbage to db file
christos
2003-04-17
Convert to mdoc.
wiz
2003-04-17
Convert to mdoc.
wiz
2003-04-17
Punctuation nit.
wiz
2003-04-17
Convert to mdoc.
wiz
2003-04-17
Increase width in a list.
wiz
2003-04-17
Convert to mdoc.
wiz
2003-04-17
Convert to mdoc.
wiz
2003-01-20
Grrr. So much for my ability to use grep(1) effectively. Pointed out
simonb
2003-01-20
The Double-Semi-Colon Police.
simonb
2003-01-04
free's -> frees, from PR 19652.
wiz
2002-12-11
Only allow BSIZE to 1^16 - 1:
christos
2002-11-11
Fix signed/unsigned comparison warnings.
thorpej
2002-11-11
Fix signed/unsigned comparison warnings.
thorpej
2002-05-30
use int32_t, instead of int, for on-disk data.
itojun
2002-04-16
Do not respect TMPDIR when s[ug]id.
groo
2002-02-07
Generate <>& symbolically.
ross
[next]