summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/btree
AgeCommit message (Expand)AuthorFilesLines
2015-12-28Remove NULL-checks before free() and a few related dead assignments.mmcc1-3/+2
2015-08-27Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internalguenther1-3/+3
2015-07-16remove the stubby not working mmaped file support. ok sthen (long ago)tedu1-2/+1
2015-04-06tidy up by inlining next level included makefilestedu1-7/+0
2015-01-16Move to the <limits.h> universe.deraadt5-19/+13
2014-09-15Pass O_CLOEXEC to open() or mkostemp() instead of setting FD_CLOEXEC afterwardsguenther1-6/+3
2014-05-25one calloc from Benjamin Baier, one from me.tedu1-5/+3
2013-09-30Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,millert1-3/+2
2013-04-29use FD_CLOEXEC instead of 1; from David Hillokan1-2/+2
2007-09-17Check snprintf(3) return value for error or truncation.moritz1-5/+11
2007-08-08Let realloc handle NULL. Initial diff from Charles Longeau.ray2-8/+5
2005-08-08zap remaining rcsid.espie1-9/+1
2005-08-05zap rcsidespie12-108/+12
2005-03-23ansify. ok deraadt@ moritz@otto13-199/+76
2005-01-03deregistermillert1-6/+6
2005-01-03Avoid namespace pollution by renaming index variables -> idx.millert4-77/+77
2005-01-03Make a u_int32_t-sized copy of data->size and key->size (which are size_t)millert1-5/+7
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert15-103/+43
2003-05-01-Wall cleanup, make rcsid variables constavsm13-26/+26
2002-02-25Cosmetic changes such as correct printf format specifiers on LP64millert3-37/+34
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert1-3/+3
2002-02-16Part 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.millert10-71/+71
2002-02-01Fix a condition where the hole would be inserted in the wrong place during amillert1-4/+4
2001-09-16return 0, not NULL, the function returns an intart1-3/+3
2000-10-03bt_open.c: parenthesize - and & proper (from freebsd);mickey1-6/+6
1999-02-15 o Minor changes from db.1.86 (sleepycat). Does not include the new hashmillert15-33/+116
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).d1-2/+2
1998-08-28do not toss memory dribble into the output files (small performance loss)deraadt1-3/+1
1998-08-14realloc repairderaadt1-3/+5
1998-03-19some -Wallmillert2-5/+6
1997-11-13Bug fixes from Sleepycat Software for db_btree databases; for some cornerderaadt2-4/+7
1997-07-23tabifykstailey2-4/+4
1996-08-26use issetugid() to protect against bad getenvderaadt1-3/+4
1996-08-19Fix RCS idstholo16-99/+16
1996-08-19Not part of current db distributiontholo1-0/+0
1996-05-07db release 1.85deraadt17-982/+1165
1995-10-18initial import of NetBSD treederaadt17-0/+4704