| Age | Commit message (Expand) | Author |
| 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 |
| 1999-03-16 | Adding missing braces that gcc-2.8.1 likes. | christos |
| 1999-03-09 | Add missing .El lines. | erh |
| 1999-03-08 | Manual page for hcreate(3) and friends. | kleink |
| 1999-02-16 | Per XSI5, make ENTRY.data a typeless pointer. | kleink |
| 1999-02-16 | Per XSI5, let hcreate() take a size_t argument. | kleink |
| 1999-02-16 | Dispose private search.h header. | kleink |
| 1999-02-16 | Dispose the private search.h header and use <search.h>, which is a superset, | kleink |
| 1999-02-07 | need <fcntl.h> as well. i hit this, but found that [lib/6782] also noted it | lukem |
| 1998-12-09 | delint | christos |
| 1998-11-06 | s/LALIGN/BTLALIGN | christos |
| 1998-10-14 | Need "namespace.h". | kleink |
| 1998-08-18 | Add some braces to make egcs happy. | thorpej |
| 1998-07-26 | Reinitialize the mkstemp() template each time it's used. | mycroft |
| 1998-06-30 | Use pread(2) and pwrite(2) where appropriate. | thorpej |
| 1998-05-07 | Change the file mode argument to dbopen() and the db backends from int to | kleink |
| 1998-05-07 | Change the file mode argument to dbm_open() from int to mode_t. | kleink |
| 1998-04-07 | /tmp to _PATH_TMP from paths.h | fair |
| 1998-02-20 | Fill in missing (default) mmap(2) flags. | mycroft |
| 1997-11-14 | add missing .Nm entries. from spz@serpens.swb.de. | mrg |
| 1997-10-22 | - use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-10 | Bug fixes from Sleepycat Software for db_btree databases; for some corner | is |
| 1997-09-24 | install mpool.3 and links, per PR#4055 | fair |
| 1997-08-25 | Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated, | kleink |
| 1997-08-24 | Lseek(2) returns -1 on failure, so checking for "n < -1" is not appropriate. | kleink |
| 1997-07-21 | If port provides __weak_alias(), provide an Standard C and POSIX pure | jtc |
| 1997-07-13 | Fix RCSID's | christos |
| 1997-05-17 | NULL => 0 (Arne Juul; PR#3629) | pk |
| 1997-01-23 | - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions. | mrg |
| 1997-01-13 | RCS ID Police | tls |
| 1996-11-07 | Rename the errno field in struct htab to err, as the former name | jtc |
| 1996-05-04 | fix a bug that shows up only on alphas: ndbm "datum" variables can't be | cgd |
| 1996-05-03 | a script, along the lines of the gcc2netbsd script used to set up gcc | cgd |
| 1996-05-03 | reapply diff from rev. 1.7. can't cast pointers to ints; what's really wanted | cgd |
| 1996-05-03 | merge DB 1.85 changes | cgd |
| 1996-05-03 | merge DB 1.85 changes | cgd |
| 1996-05-03 | merge DB 1.85 changes | cgd |
| 1996-05-03 | add RCS id | cgd |
| 1996-05-03 | clean up README files and merge properly with 1.85 | cgd |
| 1996-05-03 | Import of Berkeley DB version 1.85 | cgd |
| 1995-06-13 | Add btree(3) cross reference. | jtc |