| Age | Commit message (Expand) | Author |
| 2019-05-26 | Fix typo: s/then/the | abhinav |
| 2019-03-08 | s/ are are / are / | msaitoh |
| 2018-01-04 | Add bunch of missing includes of namespace.h in libc | kamil |
| 2016-10-09 | Fix syntax for currently not compiled in code. From Henning Petersen in | joerg |
| 2016-09-24 | remove mpool_getf | christos |
| 2016-09-24 | Merge the recursive tree traversal changes from the mit kerberos tree. This | christos |
| 2016-09-24 | When writing out pages in the "other endian" format, make a copy instead of | christos |
| 2016-08-31 | don't shortcut closing if the metadata is dirty (from the krb5 tree) | christos |
| 2015-11-18 | Introduce a HASH_BSIZE macro to return the blocksize; in the 64K case this | christos |
| 2015-11-18 | Account for the -1 hack to fit 0x10000 in a short in hash_page.c | christos |
| 2015-11-18 | If MAX_BSIZE == hashp->BSIZE (65536) then it does not fit in a short, and | christos |
| 2015-11-17 | PR/50441: Manuel Bouyer: hash seq enumeration skips keys on big data. | christos |
| 2015-06-22 | Fix hash iteration that deletes the current element under the cursor by | christos |
| 2015-06-22 | Delay moving to the next key until the next iteration. This avoids returning | christos |
| 2015-05-19 | Fix the build for ancient (rhel5) systems that don't have O_CLOEXEC | christos |
| 2014-12-22 | whitelist O_CLOEXEC flag, should fix lastlogin issue. | christos |
| 2013-12-25 | fix bug in previous change (sz should be the size of the newly allocated | christos |
| 2013-12-14 | It's been many years since realloc(NULL, size) == malloc(size). Also don't | christos |
| 2013-12-14 | knf, reduce pointer gymnastics | christos |
| 2013-12-01 | - centralize opening of regular and temp files to avoid code duplication | christos |
| 2013-11-22 | switch from circleq to tailq, from FreeBSD | christos |
| 2013-09-04 | Fix typos from FreeMiNT's db-1.86 patch. | ryoon |
| 2012-10-13 | Remove some more unneeded Pp macros. | njoly |
| 2012-03-13 | PR/45989: Martin Husemann: lint invocation does include -w only on i386 | christos |
| 2011-08-09 | libc passes the relaxed array boundary check in clang now. | joerg |
| 2011-07-17 | fix type punned warnings in debugging code. | christos |
| 2011-06-26 | put back some compat code for systems that don't have O_CLOEXEC. | christos |
| 2011-06-26 | - use sizeof(var) instead of sizeof(type) | christos |
| 2011-06-26 | - Fix bug copying only 1 byte instead of the whole page number. Broke nvi | christos |
| 2011-06-26 | use O_CLOEXEC | christos |
| 2011-06-20 | various build fixes for gcc 4.5. from chuq. XXX i'm not sure all of | mrg |
| 2011-05-26 | Default to -Wno-sign-compare -Wno-pointer-sign for clang. | joerg |
| 2011-04-17 | Correct check for snprintf() overflow via Maksymilian Arciemowicz from FreeBSD. | christos |
| 2010-12-16 | .Fn, offset indent, complete reference. | jruoho |
| 2010-12-16 | Fix the references and -offset indent. | jruoho |
| 2010-12-16 | Use .Fn. | jruoho |
| 2010-05-05 | Note the POSIX compliance (already since SUSv2, '97). | jruoho |
| 2010-03-22 | Use .In for header files instead of .Ar Pa and variations. | joerg |
| 2009-04-23 | correct cast to size_t. | christos |
| 2009-04-23 | Cast the arg to an unsigned value to let this compile | agc |
| 2009-04-22 | Include string.h for memset prototype. | njoly |
| 2009-04-22 | Avoid information leaks by zeroing memory, from FreeBSD (we had done some | christos |
| 2009-04-11 | -width needs an argument, so provide one. | joerg |
| 2009-02-12 | fix -Wsign-compare issues | lukem |
| 2009-02-12 | fix sign-compare issues | lukem |
| 2009-01-29 | sign-compare fixes | lukem |
| 2008-09-26 | unsigned int32_t -> uint32_t | tsutsui |
| 2008-09-11 | Consistently include "nbtool_config.h" when cross-compiling. | joerg |
| 2008-09-11 | Remove one remaining sccsid. | joerg |
| 2008-09-10 | In preparation for providing a db fallback in libnbcompat, remove | joerg |