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