| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-12-18 | Another whitespace nit that wandered into my sights. |  krw | 1 | -2/+2 |
| 2016-09-21 | Delete casts to off_t and size_t that are implied by assignments |  guenther | 1 | -2/+2 |
| 2016-05-29 | Remove dead support for changing BDB hash algorithm and cache of alternatives |  guenther | 2 | -114/+3 |
| 2016-05-07 | remove ancient dbm functions (ndbm remains). nothing uses them in forever. |  tedu | 1 | -123/+1 |
| 2015-12-28 | Remove NULL-checks before free() and a few related dead assignments. |  mmcc | 2 | -12/+7 |
| 2015-11-01 | delete old lint ARGSUSED comments |  guenther | 2 | -4/+2 |
| 2015-09-12 | Wrap <dbm.h> and <ndbm.h> so that calls go direct and the symbols are all weak |  guenther | 1 | -1/+8 |
| 2015-08-27 | Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal |  guenther | 1 | -1/+3 |
| 2015-04-06 | tidy up by inlining next level included makefiles |  tedu | 1 | -6/+0 |
| 2015-01-16 | Move to the <limits.h> universe. |  deraadt | 3 | -14/+15 |
| 2014-09-15 | Pass O_CLOEXEC to open() or mkostemp() instead of setting FD_CLOEXEC afterwards |  guenther | 1 | -3/+2 |
| 2014-08-15 | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) |  guenther | 1 | -3/+2 |
| 2013-09-30 | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, |  millert | 2 | -8/+6 |
| 2013-04-29 | use FD_CLOEXEC instead of 1; from David Hill |  okan | 2 | -4/+4 |
| 2010-07-02 | Constipate init_hash() to eliminate a warning and remove a cast that is |  guenther | 1 | -4/+4 |
| 2008-10-01 | Simplify the loop used for bp overflow detection to match what I'm |  millert | 1 | -8/+5 |
| 2008-10-01 | Fix for sequential retrieval failure when using large key/data pairs. |  millert | 1 | -1/+16 |
| 2008-05-11 | Fix a crash when iterating over a hash and removing its elements. |  millert | 2 | -11/+22 |
| 2007-09-17 | Check snprintf(3) return value for error or truncation. |  moritz | 2 | -6/+12 |
| 2006-04-03 | a few size_t casts are needed here; ok otto |  deraadt | 1 | -3/+3 |
| 2006-03-19 | Fix a mem leak and a potential NULL deref; from NetBSD's coverity analysis. |  otto | 1 | -5/+9 |
| 2005-08-08 | zap remaining rcsid. |  espie | 1 | -9/+1 |
| 2005-08-05 | zap rcsid |  espie | 6 | -54/+6 |
| 2005-03-23 | ansify. ok deraadt@ moritz@ |  otto | 5 | -223/+102 |
| 2005-01-03 | deregister |  millert | 4 | -65/+57 |
| 2004-10-01 | Avoid overwriting the cursor page when the cursor page becomes the |  otto | 1 | -3/+11 |
| 2004-09-15 | ansi and ARSUSED |  deraadt | 1 | -4/+4 |
| 2004-06-24 | Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net. |  millert | 2 | -111/+2 |
| 2004-06-21 | another errno -> err in a structure. OK deraadt@ |  marc | 3 | -15/+15 |
| 2004-05-03 | Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize. |  millert | 1 | -5/+7 |
| 2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). |  millert | 1 | -3/+3 |
| 2003-06-25 | pull in headers |  deraadt | 2 | -6/+9 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 11 | -74/+30 |
| 2003-05-01 | -Wall cleanup, make rcsid variables const |  avsm | 8 | -16/+16 |
| 2002-06-05 | snprintf |  deraadt | 1 | -4/+3 |
| 2002-05-31 | use int32_t, not int, for on-disk format structure. |  itojun | 1 | -18/+18 |
| 2002-03-25 | Fix temporary buffer memory leak with big hash keys and data; |  millert | 1 | -2/+6 |
| 2002-02-25 | Cosmetic changes such as correct printf format specifiers on LP64 |  millert | 4 | -23/+24 |
| 2002-02-24 | We have search.h in /usr/include so we don't need this private one. |  millert | 2 | -58/+1 |
| 2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) |  millert | 1 | -3/+3 |
| 2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 9 | -73/+73 |
| 2002-02-01 | Only squeeze a short key/value pair onto a page with other complete key/value |  millert | 1 | -5/+11 |
| 2002-02-01 | Return a useful errno value in the overflow case. Also, print a |  millert | 1 | -3/+9 |
| 2002-02-01 | If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause an |  millert | 1 | -7/+19 |
| 2002-01-31 | Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2). |  millert | 2 | -10/+7 |
| 2001-08-04 | Move decision whether to make a new hash table or not to be after |  millert | 1 | -13/+8 |
| 2001-01-04 | grammer/spelling |  todd | 1 | -2/+2 |
| 2001-01-03 | Make it an error to open a zero-length file for read-only access. |  millert | 1 | -3/+3 |
| 2000-10-03 | bt_open.c: parenthesize - and & proper (from freebsd); |  mickey | 2 | -8/+8 |
| 2000-08-01 | Traditional NDBM supports dbm_open(foo, O_WRONLY) but dbopen() does |  millert | 1 | -2/+7 |