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