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