]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.
authorXin LI <delphij@FreeBSD.org>
Sat, 28 Mar 2009 07:31:02 +0000 (07:31 +0000)
committerXin LI <delphij@FreeBSD.org>
Sat, 28 Mar 2009 07:31:02 +0000 (07:31 +0000)
commit9fc74a871c838bb10c1ba9b01a22e9df4aa2e55f
treeed6c7564fb2f2d25581d74c48ca0074066b16e39
parent73590c342a2d1a23322e7c64295fd91c6a6294b9
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
include/mpool.h
lib/libc/db/Symbol.map
lib/libc/db/btree/bt_debug.c
lib/libc/db/btree/bt_open.c
lib/libc/db/btree/bt_page.c
lib/libc/db/hash/README
lib/libc/db/hash/hash_func.c
lib/libc/db/man/mpool.3
lib/libc/db/mpool/Makefile.inc
lib/libc/db/mpool/mpool-compat.c [new file with mode: 0644]
lib/libc/db/mpool/mpool.c