summaryrefslogtreecommitdiff
path: root/lib/libc/db/btree
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-12libc(bt_utils.c): fix "contiguous" spellingrilysh
2024-04-12libc(bt_seq.c): fix "uninitialized" spellingrilysh
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-03-27libc: Use secure_getenv(3) where appropriateMark Johnston
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-09-26btree(3): don't shortcut closing if the metadata is dirty.Pedro F. Giffuni
2016-04-26libc: make more use of the howmany() macro when available.Pedro F. Giffuni
2016-04-18libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk
2016-02-24db(3): Fix aliasing warnings from modern GCC.Pedro F. Giffuni
2015-08-29Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov
2014-03-06Let __bt_put() accept the R_SETCURSOR flag, as stated in the dbopen(3) manpage.Jeremie Le Hen
2014-03-04Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar
2013-08-13db: Use O_CLOEXEC instead of separate fcntl() call.Jilles Tjoelker
2011-06-18Fix clang warnings.Ben Laurie
2009-06-24Update SCCS IDs for Berkeley DB 1.86 merge.Xin LI
2009-06-24style: operators should appear at the line end if we have to wrap.Xin LI
2009-03-28Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.Xin LI
2009-03-28db/btree/bt_open.c: check return value of snprintf() and return valueXin LI
2009-03-28Several signed/unsigned warning fixes.Xin LI
2009-03-28When allocating memory, zero out them if we don't intend to overwrite themXin LI
2009-03-23Save errno before calling _close(), which may clear it.Xin LI
2009-03-23use more proper format string.Xin LI
2009-03-05Our realloc(3) and reallocf(3) can handle NULL, which turns it into aXin LI
2009-03-04Style changes (including additional casts to shut up warnings). ThisXin LI
2009-03-03Rename variable 'index' to 'idx' to avoid name collision with index(3),Xin LI
2009-03-02Diff reduction against OpenBSD: ANSI'fy prototypes.Xin LI
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2004-09-13Fix a condition where the hole would be inserted in the wrongJun Kuriyama
2004-09-10I found "portsdb -u" dumps core with recent INDEX file, and this isJun Kuriyama
2004-09-10Fix format strings to unbreak with -DDEBUG option.Jun Kuriyama
2003-05-30Fix a sizeof error in __bt_put: when writing they key and data sizesThomas Moestl
2003-02-16Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine
2003-01-01Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt
2002-11-18libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov
2002-03-23W/o __P, the internal declarations will all fit on one line.David E. O'Brien
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2002-03-22Remove multi-line __P() usage.David E. O'Brien
2002-03-21Remove __P() usage.David E. O'Brien
2002-03-21Remove 'register' keyword.David E. O'Brien
2001-01-24Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen
2000-11-02More secure temporary filename. This needs to be revisited to useKris Kennaway
2000-01-27Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans
2000-01-12Add three-tier symbol naming in support of POSIX thread cancellationJason Evans