freebsd-dev/lib/libc/db/btree
Xin LI 9fc74a871c Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.
This does not include the new hash routines since they will cause problems
when reading old hash files.

Since mpool(3) has been changed, provide a compatibility shim for older
binaries.

Obtained from:	OpenBSD
2009-03-28 07:31:02 +00:00
..
bt_close.c Diff reduction against OpenBSD: ANSI'fy prototypes. 2009-03-02 23:47:18 +00:00
bt_conv.c Diff reduction against OpenBSD: ANSI'fy prototypes. 2009-03-02 23:47:18 +00:00
bt_debug.c Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. 2009-03-28 07:31:02 +00:00
bt_delete.c Style changes (including additional casts to shut up warnings). This 2009-03-04 00:58:04 +00:00
bt_get.c Diff reduction against OpenBSD: ANSI'fy prototypes. 2009-03-02 23:47:18 +00:00
bt_open.c Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. 2009-03-28 07:31:02 +00:00
bt_overflow.c Our realloc(3) and reallocf(3) can handle NULL, which turns it into a 2009-03-05 00:57:01 +00:00
bt_page.c Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. 2009-03-28 07:31:02 +00:00
bt_put.c Several signed/unsigned warning fixes. 2009-03-28 05:45:29 +00:00
bt_search.c Rename variable 'index' to 'idx' to avoid name collision with index(3), 2009-03-03 02:16:12 +00:00
bt_seq.c Style changes (including additional casts to shut up warnings). This 2009-03-04 00:58:04 +00:00
bt_split.c Several signed/unsigned warning fixes. 2009-03-28 05:45:29 +00:00
bt_utils.c Our realloc(3) and reallocf(3) can handle NULL, which turns it into a 2009-03-05 00:57:01 +00:00
btree.h Style changes (including additional casts to shut up warnings). This 2009-03-04 00:58:04 +00:00
extern.h Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
Makefile.inc