summaryrefslogtreecommitdiff
path: root/lib/libc/db
AgeCommit message (Expand)Author
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
2002-01-22Don't pull in <sys/param.h> if we don't have to.thorpej
2002-01-21Add hooks for reachover builds from src/tools/compat.tv
2002-01-12fix printf(3) warnings when defined(DEBUG)aymeric
2002-01-12use %p instead of %x when displaying a pointeraymeric
2002-01-12add missing prototype when defined(DEBUG)aymeric
2001-12-30Fix -Wshadow warnings (gcc 3.1).thorpej
2001-12-30Rename the local variable "index" to "idx" to avoid shadowing a globalthorpej
2001-12-30__bt_search(): Rename the local variable "index" to "idx" to avoidthorpej
2001-11-04fix WARNS=2 (-Wshadow) warningslukem
2001-09-30indx_t can be a 16 bit type, and is thus not suited to hold a differenceaymeric
2001-09-16Boring whitespace fixes.wiz
2001-06-11Fix various misspellings of compatible/compatibility.wiz
2001-02-14build new hsearch() codecgd
2001-02-14nuke old, unredeemably broken DB-based version of hsearch() et al.cgd
2001-02-14move db/man/hcreate.3 to stdlib/hcreate.3cgd
2000-12-20protect against multiple inclusions.christos
2000-09-13check LIBC_SCCSmsaitoh
2000-01-23Delint.mycroft
2000-01-22Delint.mycroft
2000-01-09After writing a page out to disk, run the page back through the user'sscw
1999-07-29Only squeeze a short key/value pair onto a page with other complete key/valuemycroft
1999-07-29When deleting a big key, the offset of an empty page should be bsize, notmycroft
1999-07-29Fix a condition where the hole would be inserted in the wrong place during amycroft
1999-07-29Previous bug fix was slightly wrong. In this case, the data must start on amycroft
1999-07-29Document EFBIG as a valid error.mycroft
1999-07-29Return a useful errno value in the overflow case.mycroft
1999-07-28Make the packing more dense in a couple of cases.mycroft
1999-07-28If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause anmycroft
1999-07-10don't compare non-pointer values against NULL.christos
1999-03-22Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,garbled