aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/db/btree
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2313-26/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-232-2/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2015-0/+30
* Renumber copyright clause 4Warner Losh2017-02-2815-15/+15
* btree(3): don't shortcut closing if the metadata is dirty.Pedro F. Giffuni2016-09-261-1/+2
* libc: make more use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-1/+0
* db(3): Fix aliasing warnings from modern GCC.Pedro F. Giffuni2016-02-241-6/+12
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-291-2/+3
* Let __bt_put() accept the R_SETCURSOR flag, as stated in the dbopen(3) manpage.Jeremie Le Hen2014-03-061-1/+2
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-1/+1
* db: Use O_CLOEXEC instead of separate fcntl() call.Jilles Tjoelker2013-08-131-5/+2
* Fix clang warnings.Ben Laurie2011-06-181-3/+4
* Update SCCS IDs for Berkeley DB 1.86 merge.Xin LI2009-06-241-1/+1
* style: operators should appear at the line end if we have to wrap.Xin LI2009-06-241-2/+2
* Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.Xin LI2009-03-283-18/+19
* db/btree/bt_open.c: check return value of snprintf() and return valueXin LI2009-03-281-2/+6
* Several signed/unsigned warning fixes.Xin LI2009-03-282-3/+3
* When allocating memory, zero out them if we don't intend to overwrite themXin LI2009-03-282-8/+3
* Save errno before calling _close(), which may clear it.Xin LI2009-03-231-2/+4
* use more proper format string.Xin LI2009-03-231-9/+9
* Our realloc(3) and reallocf(3) can handle NULL, which turns it into aXin LI2009-03-052-6/+3
* Style changes (including additional casts to shut up warnings). ThisXin LI2009-03-047-16/+16
* Rename variable 'index' to 'idx' to avoid name collision with index(3),Xin LI2009-03-034-77/+66
* Diff reduction against OpenBSD: ANSI'fy prototypes.Xin LI2009-03-0213-169/+52
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-0915-60/+0
* Fix a condition where the hole would be inserted in the wrongJun Kuriyama2004-09-131-4/+2
* I found "portsdb -u" dumps core with recent INDEX file, and this isJun Kuriyama2004-09-101-0/+2
* Fix format strings to unbreak with -DDEBUG option.Jun Kuriyama2004-09-101-14/+15
* Fix a sizeof error in __bt_put: when writing they key and data sizesThomas Moestl2003-05-301-3/+5
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-162-3/+4
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-1/+1
* W/o __P, the internal declarations will all fit on one line.David E. O'Brien2002-03-231-6/+3
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-3/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-226-4/+12
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-2/+2
* Remove __P() usage.David E. O'Brien2002-03-2110-53/+69
* Remove 'register' keyword.David E. O'Brien2002-03-211-4/+6
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-242-3/+7
* More secure temporary filename. This needs to be revisited to useKris Kennaway2000-11-021-1/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-272-5/+5
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-122-5/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-1/+1
* Don't trust TMPDIR if we're setuid root. This is used only for theWarner Losh1998-09-111-2/+3
* Fix btree problems. This passes regressions tests.Guido van Rooij1998-06-252-2/+5
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-1/+1
* Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-2/+3