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