summaryrefslogtreecommitdiff
path: root/lib/libc/db/btree
AgeCommit message (Expand)Author
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-08-31don't shortcut closing if the metadata is dirty (from the krb5 tree)christos
2013-12-14It's been many years since realloc(NULL, size) == malloc(size). Also don'tchristos
2013-12-01- centralize opening of regular and temp files to avoid code duplicationchristos
2013-09-04Fix typos from FreeMiNT's db-1.86 patch.ryoon
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2011-07-17fix type punned warnings in debugging code.christos
2011-06-26- use sizeof(var) instead of sizeof(type)christos
2011-06-20various build fixes for gcc 4.5. from chuq. XXX i'm not sure all ofmrg
2011-04-17Correct check for snprintf() overflow via Maksymilian Arciemowicz from FreeBSD.christos
2009-04-22Avoid information leaks by zeroing memory, from FreeBSD (we had done somechristos
2009-02-12fix -Wsign-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-10In preparation for providing a db fallback in libnbcompat, removejoerg
2008-08-26Convert db from UCB types to POSIX types. Prefer uint8_t for u_char asjoerg
2007-02-03cleanup:christos
2006-11-03use FD_CLOEXEC instead of 1.christos
2006-03-26set close-on-exec flag for fd to database like type DB_HASH doesrtr
2006-03-19Coverity CID 45: Don't try to deref NULL on error.christos
2006-01-24appease lint and gcc. (compile with -DDEBUG)christos
2005-01-19hash already uses FD_CLOEXEC -- pay attention to the return value and make itmycroft
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2003-12-30When storing data size as 32bit int in an overflow page, copy themartin
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-20Grrr. So much for my ability to use grep(1) effectively. Pointed outsimonb
2003-01-20The Double-Semi-Colon Police.simonb
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-04-16Do not respect TMPDIR when s[ug]id.groo
2002-01-22Don't pull in <sys/param.h> if we don't have to.thorpej
2002-01-21Add hooks for reachover builds from src/tools/compat.tv
2002-01-12fix printf(3) warnings when defined(DEBUG)aymeric
2002-01-12add missing prototype when defined(DEBUG)aymeric
2001-12-30Rename the local variable "index" to "idx" to avoid shadowing a globalthorpej
2001-12-30__bt_search(): Rename the local variable "index" to "idx" to avoidthorpej
2000-12-20protect against multiple inclusions.christos
2000-01-23Delint.mycroft
1999-07-29Fix a condition where the hole would be inserted in the wrong place during amycroft
1999-03-16Adding missing braces that gcc-2.8.1 likes.christos
1998-12-09delintchristos
1998-11-06s/LALIGN/BTLALIGNchristos
1998-08-18Add some braces to make egcs happy.thorpej
1998-05-07Change the file mode argument to dbopen() and the db backends from int tokleink
1998-04-07/tmp to _PATH_TMP from paths.hfair
1997-10-10Bug fixes from Sleepycat Software for db_btree databases; for some corneris
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc