make space for a split import of db v3/v4

This commit is contained in:
sturm 2003-12-08 17:36:59 +00:00
parent 3233cb333d
commit d3974ed2ec
13 changed files with 0 additions and 968 deletions

View File

@ -1,3 +0,0 @@
MD5 (db-3.1.17.tar.gz) = 5baeb94fb934d0bf783ea42117c400be
RMD160 (db-3.1.17.tar.gz) = 25db7f5910ecaec05c41d1280f7abbba041c3b9b
SHA1 (db-3.1.17.tar.gz) = b84408a1422dc0dd90a8cb485257022a00451149

View File

@ -1,4 +0,0 @@
# $OpenBSD: regress.tcl,v 1.1 2002/10/30 00:35:33 naddy Exp $
source ../test/test.tcl
run_all

View File

@ -1,81 +0,0 @@
$OpenBSD: patch-dist_Makefile_in,v 1.3 2001/09/07 16:06:08 heko Exp $
--- dist/Makefile.in.orig Tue Jul 18 18:37:57 2000
+++ dist/Makefile.in Fri Aug 31 14:02:26 2001
@@ -34,11 +34,11 @@ SOVERSION= @DB_VERSION_MAJOR@.@DB_VERSIO
libdb= libdb.a
libso_base= libdb
-libso_linkname= $(libso_base)-$(SOVERSION).la
-libso= $(libso_base)-$(SOVERSION).@SOSUFFIX@
-libso_target= $(libso_base)-$(SOVERSION).la
+libso_linkname= $(libso_base).la
+libso= $(libso_base).@SOSUFFIX@.$(SOVERSION)
+libso_target= $(libso_base).la
libso_default= $(libso_base).@SOSUFFIX@
-libso_major= $(libso_base)-$(SOMAJOR).@SOSUFFIX@
+libso_major= $(libso_base).@SOSUFFIX@.$(SOMAJOR)
##################################################
# C++
@@ -49,10 +49,10 @@ libso_major= $(libso_base)-$(SOMAJOR).@S
##################################################
libcxx= libdb_cxx.a
libxso_base= libdb_cxx
-libxso= $(libxso_base)-$(SOVERSION).@SOSUFFIX@
-libxso_target= $(libxso_base)-$(SOVERSION).la
+libxso= $(libxso_base).@SOSUFFIX@.$(SOVERSION)
+libxso_target= $(libxso_base).la
libxso_default= $(libxso_base).@SOSUFFIX@
-libxso_major= $(libxso_base)-$(SOMAJOR).@SOSUFFIX@
+libxso_major= $(libxso_base).@SOSUFFIX@.$(SOMAJOR)
##################################################
# JAVA
@@ -71,11 +71,11 @@ JAVA_DBDIR= $(JAVA_SRCDIR)/com/sleepycat
JAVA_EXDIR= $(JAVA_SRCDIR)/com/sleepycat/examples
libjso_base= libdb_java
-libjso= $(libjso_base)-$(SOVERSION).@SOSUFFIX@
-libjso_target= $(libjso_base)-$(SOVERSION).la
+libjso= $(libjso_base).@SOSUFFIX@.$(SOVERSION)
+libjso_target= $(libjso_base).la
libjso_default= $(libjso_base).@SOSUFFIX@
-libjso_major= $(libjso_base)-$(SOMAJOR).@SOSUFFIX@
-libjso_g= $(libjso_base)-$(SOVERSION)_g.@SOSUFFIX@
+libjso_major= $(libjso_base).@SOSUFFIX@.$(SOVERSION)
+libjso_g= $(libjso_base)_g.@SOSUFFIX@.$(SOVERSION)
##################################################
# TCL
@@ -86,10 +86,10 @@ libjso_g= $(libjso_base)-$(SOVERSION)_g.
##################################################
TCFLAGS= @TCFLAGS@
libtso_base= libdb_tcl
-libtso= $(libtso_base)-$(SOVERSION).@SOSUFFIX@
-libtso_target= $(libtso_base)-$(SOVERSION).la
+libtso= $(libtso_base).@SOSUFFIX@.$(SOVERSION)
+libtso_target= $(libtso_base).la
libtso_default= $(libtso_base).@SOSUFFIX@
-libtso_major= $(libtso_base)-$(SOMAJOR).@SOSUFFIX@
+libtso_major= $(libtso_base).@SOSUFFIX@.$(SOMAJOR)
##################################################
# DB_DUMP185 UTILITY
@@ -112,8 +112,7 @@ exec_prefix=@exec_prefix@
bindir= @bindir@
includedir=@includedir@
libdir= @libdir@
-docdir= $(prefix)/docs
-
+docdir= $(prefix)/share/doc/db
dmode= 755
emode= 555
fmode= 444
@@ -426,7 +425,6 @@ install_dynamic: install_setup
@$(INSTALLER) $(libso_target) $(libdir)
@cd $(libdir) && $(ln) -s $(libso) $(libso_default)
@cd $(libdir) && $(ln) -s $(libso) $(libso_major)
- @$(LIBTOOL) --mode=finish $(libdir)
install_dynamic_cxx: install_setup
@echo "Installing DB C++ library: $(libdir) ..."

View File

@ -1,29 +0,0 @@
$OpenBSD: patch-dist_configure,v 1.4 2003/06/17 00:31:00 avsm Exp $
--- dist/configure.orig Mon Jul 31 17:58:18 2000
+++ dist/configure Mon Jun 16 19:34:22 2003
@@ -1602,7 +1602,6 @@ echo "configure:1601: checking libtool c
${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \
--no-verify $srcdir/ltmain.sh \
--output=./libtool $host_os \
- --disable-static \
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
SOSUFFIX=`sed -e '/^library_names_spec=/!d' -e 's/.*\.\([a-zA-Z0-9_]*\).*/\1/' ./libtool`
@@ -1617,7 +1616,7 @@ echo "configure:1601: checking libtool c
INSTALLER="\$(LIBTOOL) --mode=install cp"
POSTLINK="\$(LIBTOOL) --mode=execute true"
- SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -avoid-version"
+ SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -version-info @DB_VERSION_MAJOR@:@DB_VERSION_MINOR@"
SOFLAGS="-rpath \$(libdir)"
o=".lo"
fi
@@ -3911,7 +3910,7 @@ else
#line 3912 "configure"
#include "confdefs.h"
main(){
-#if defined(i386)
+#if defined(__i386__)
#if defined(__GNUC__)
exit(0);
#endif

View File

@ -1,80 +0,0 @@
$OpenBSD: patch-dist_ltconfig,v 1.2 2001/09/07 16:06:08 heko Exp $
--- dist/ltconfig.orig Tue May 2 19:03:13 2000
+++ dist/ltconfig Thu Aug 30 21:10:07 2001
@@ -501,7 +501,14 @@ fi
if test -n "$RANLIB"; then
old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
- old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
+ case "$host_os" in
+ openbsd*)
+ old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
+ ;;
+ *)
+ old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
+ ;;
+ esac
fi
# Set sane defaults for `DLLTOOL', `OBJDUMP', and `AS', used on cygwin.
@@ -1105,6 +1112,9 @@ cygwin* | mingw*)
with_gnu_ld=no
fi
;;
+openbsd*)
+ with_gnu_ld=no
+ ;;
esac
@@ -1400,10 +1410,21 @@ else
;;
openbsd*)
- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'
- hardcode_libdir_flag_spec='-R$libdir'
hardcode_direct=yes
hardcode_shlibpath_var=no
+ case "$host_os" in
+ openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'
+ hardcode_libdir_flag_spec='-R$libdir'
+ ;;
+ *)
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linkopts'
+ hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ if test "`echo __ELF__ | $CC -E - | grep __ELF__`" = "" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+ export_dynamic_flag_spec='${wl}-E'
+ fi
+ ;;
+ esac
;;
os2*)
@@ -2009,9 +2030,23 @@ netbsd*)
openbsd*)
version_type=sunos
- if test "$with_gnu_ld" = yes; then
- need_lib_prefix=no
- need_version=no
+ need_lib_prefix=no
+ need_version=no
+ file_magic_cmd=/usr/bin/file
+ file_magic_test_file=`echo /usr/lib/libc.so.*`
+ if test "`echo __ELF__ | $CC -E - | grep __ELF__`" = "" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+ deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
+ case "$host_os" in
+ openbsd2.[89] | openbsd2.[89].*)
+ shlibpath_overrides_runpath=no
+ ;;
+ *)
+ shlibpath_overrides_runpath=yes
+ ;;
+ esac
+ else
+ deplibs_check_method='file_magic OpenBSD.* shared library'
+ shlibpath_overrides_runpath=yes
fi
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'

View File

@ -1,84 +0,0 @@
$OpenBSD: patch-dist_ltmain_sh,v 1.2 2001/09/07 16:06:08 heko Exp $
--- dist/ltmain.sh.orig Sun Jul 30 20:45:53 2000
+++ dist/ltmain.sh Thu Aug 30 21:12:05 2001
@@ -1079,6 +1079,17 @@ compiler."
# These systems don't actually have c library (as such)
continue
;;
+ *-*-openbsd*)
+ # Do not include libc due to us having libc/libc_r.
+ continue
+ ;;
+ esac
+ elif test "$arg" = "-lc_r"; then
+ case "$host" in
+ *-*-openbsd*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
esac
elif test "$arg" = "-lm"; then
case "$host" in
@@ -1091,6 +1102,10 @@ compiler."
deplibs="$deplibs $arg"
;;
+ -?thread)
+ deplibs="$deplibs $arg"
+ ;;
+
-module)
module=yes
continue
@@ -1796,6 +1811,10 @@ compiler."
# these systems don't actually have a c library (as such)!
;;
+ *-*-openbsd*)
+ # Do not include libc due to us having libc/libc_r.
+ ;;
+
#### local change for Sleepycat DB: [#2380]
# The following case is added, since the linker's -pthread
# option implicitly controls use of -lc or -lc_r.
@@ -3563,40 +3582,6 @@ libdir='$install_libdir'\
# Exit here if they wanted silent mode.
test "$show" = : && exit 0
- echo "----------------------------------------------------------------------"
- echo "Libraries have been installed in:"
- for libdir in $libdirs; do
- echo " $libdir"
- done
- echo
- echo "If you ever happen to want to link against installed libraries"
- echo "in a given directory, LIBDIR, you must either use libtool, and"
- echo "specify the full pathname of the library, or use \`-LLIBDIR'"
- echo "flag during linking and do at least one of the following:"
- if test -n "$shlibpath_var"; then
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- echo " during execution"
- fi
- if test -n "$runpath_var"; then
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
- echo " during linking"
- fi
- if test -n "$hardcode_libdir_flag_spec"; then
- libdir=LIBDIR
- eval flag=\"$hardcode_libdir_flag_spec\"
-
- echo " - use the \`$flag' linker flag"
- fi
- if test -n "$admincmds"; then
- echo " - have your system administrator run these commands:$admincmds"
- fi
- if test -f /etc/ld.so.conf; then
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
- fi
- echo
- echo "See any operating system documentation about shared libraries for"
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
- echo "----------------------------------------------------------------------"
exit 0
;;

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-dist_s_tcl,v 1.1 2001/09/07 16:06:08 heko Exp $
--- dist/s_tcl.orig Thu May 11 21:36:08 2000
+++ dist/s_tcl Thu Aug 30 21:01:38 2001
@@ -11,7 +11,7 @@ f=../test/include.tcl
echo "Building $f"
rm -f $f
(echo "set tclsh_path @TCL_TCLSH@" && \
- echo "set tcllib .libs/libdb_tcl-@DB_VERSION_MAJOR@.@DB_VERSION_MINOR@.@SOSUFFIX@" && \
+ echo "set tcllib .libs/libdb_tcl.@SOSUFFIX@.@DB_VERSION_MAJOR@.@DB_VERSION_MINOR@" && \
echo "set rpc_server localhost" && \
echo "set test_path @srcdir@/../test" && \
echo "" && \

View File

@ -1,21 +0,0 @@
$OpenBSD: patch-env_env_open_c,v 1.1 2003/06/17 00:35:32 avsm Exp $
--- env/env_open.c.orig Tue Jun 17 01:25:53 2003
+++ env/env_open.c Tue Jun 17 01:26:27 2003
@@ -784,7 +784,7 @@ illegal: __db_err(dbenv, "mis-formatted
return (dbenv->set_lg_dir(dbenv, value));
if (!strcasecmp(name, "set_lk_detect")) {
- if (sscanf(value, "%40s %c", arg, &v4) != 1)
+ if (sscanf(value, "%39s %c", arg, &v4) != 1)
goto badarg;
if (!strcasecmp(value, "db_lock_default"))
flags = DB_LOCK_DEFAULT;
@@ -840,7 +840,7 @@ illegal: __db_err(dbenv, "mis-formatted
}
if (!strcasecmp(name, "set_verbose")) {
- if (sscanf(value, "%40s %c", arg, &v4) != 1)
+ if (sscanf(value, "%39s %c", arg, &v4) != 1)
goto badarg;
if (!strcasecmp(value, "db_verb_chkpoint"))

View File

@ -1,10 +0,0 @@
$OpenBSD: patch-test_include_tcl,v 1.1 2001/09/07 16:06:08 heko Exp $
--- test/include.tcl.orig Mon Jul 31 19:58:22 2000
+++ test/include.tcl Thu Aug 30 21:02:41 2001
@@ -1,5 +1,5 @@
set tclsh_path @TCL_TCLSH@
-set tcllib .libs/libdb_tcl-@DB_VERSION_MAJOR@.@DB_VERSION_MINOR@.@SOSUFFIX@
+set tcllib .libs/libdb_tcl.@SOSUFFIX@.@DB_VERSION_MAJOR@.@DB_VERSION_MINOR@
set rpc_server localhost
set test_path @srcdir@/../test

View File

@ -1,18 +0,0 @@
Berkeley DB is a programmatic toolkit that provides fast, reliable,
scalable, and mission-critical database support to software developers.
Berkeley DB provides data management services for some of the most
demanding high-end server applications in the world. Vendors of
industry-leading messaging, directory, billing and provisioning servers as
well as the biggest portal, ASP and commerce sites on the Internet rely on
Berkeley DB. Berkeley DB's high performance and scalability support
thousands of simultaneous users working on databases as large as 256
terabytes.
At the same time, Berkeley DB's small footprint, in-process execution
model, simple function-call API and low administrative overhead make it
ideal for use in embedded systems. Vendors of telecommunications switches,
routers and wired and wireless network gateways choose Berkeley DB to
manage critical information in their products.
WWW: ${HOMEPAGE}

View File

@ -1,4 +0,0 @@
@comment $OpenBSD: PFRAG.shared,v 1.6 2002/07/28 02:11:37 brad Exp $
lib/libdb.so.3.1
lib/libdb_cxx.so.3.1
DYNLIBDIR(%B)

View File

@ -1,41 +0,0 @@
@comment $OpenBSD: PFRAG.tcl,v 1.2 2001/09/07 20:37:11 heko Exp $
share/doc/db/api_tcl/db_close.html
share/doc/db/api_tcl/db_count.html
share/doc/db/api_tcl/db_cursor.html
share/doc/db/api_tcl/db_del.html
share/doc/db/api_tcl/db_get.html
share/doc/db/api_tcl/db_get_join.html
share/doc/db/api_tcl/db_get_type.html
share/doc/db/api_tcl/db_is_byteswapped.html
share/doc/db/api_tcl/db_join.html
share/doc/db/api_tcl/db_open.html
share/doc/db/api_tcl/db_put.html
share/doc/db/api_tcl/db_remove.html
share/doc/db/api_tcl/db_rename.html
share/doc/db/api_tcl/db_stat.html
share/doc/db/api_tcl/db_sync.html
share/doc/db/api_tcl/dbc_close.html
share/doc/db/api_tcl/dbc_del.html
share/doc/db/api_tcl/dbc_dup.html
share/doc/db/api_tcl/dbc_get.html
share/doc/db/api_tcl/dbc_put.html
share/doc/db/api_tcl/env_close.html
share/doc/db/api_tcl/env_open.html
share/doc/db/api_tcl/env_remove.html
share/doc/db/api_tcl/pindex.src
share/doc/db/api_tcl/tcl_index.html
share/doc/db/api_tcl/tcl_pindex.html
share/doc/db/api_tcl/txn.html
share/doc/db/api_tcl/txn_abort.html
share/doc/db/api_tcl/txn_commit.html
share/doc/db/api_tcl/version.html
share/doc/db/ref/tcl/error.html
share/doc/db/ref/tcl/intro.html
share/doc/db/ref/tcl/program.html
share/doc/db/ref/tcl/using.html
share/doc/db/ref/upgrade.3.1/tcl.html
lib/libdb_tcl.la
lib/libdb_tcl.so.3.1
@dirrm share/doc/db/ref/tcl
@dirrm share/doc/db/api_tcl

View File

@ -1,581 +0,0 @@
@comment $OpenBSD: PLIST,v 1.13 2002/07/28 02:11:37 brad Exp $
bin/db_archive
bin/db_checkpoint
bin/db_deadlock
bin/db_dump
bin/db_dump185
bin/db_load
bin/db_printlog
bin/db_recover
bin/db_stat
bin/db_upgrade
bin/db_verify
include/db3.h
include/db_185.h
include/db_cxx.h
lib/libdb.a
lib/libdb.la
lib/libdb_cxx.a
lib/libdb_cxx.la
%%SHARED%%
share/doc/db/api_c/c_index.html
share/doc/db/api_c/c_pindex.html
share/doc/db/api_c/db_close.html
share/doc/db/api_c/db_create.html
share/doc/db/api_c/db_cursor.html
share/doc/db/api_c/db_del.html
share/doc/db/api_c/db_err.html
share/doc/db/api_c/db_fd.html
share/doc/db/api_c/db_get.html
share/doc/db/api_c/db_get_byteswapped.html
share/doc/db/api_c/db_get_type.html
share/doc/db/api_c/db_join.html
share/doc/db/api_c/db_key_range.html
share/doc/db/api_c/db_lsn.html
share/doc/db/api_c/db_open.html
share/doc/db/api_c/db_put.html
share/doc/db/api_c/db_remove.html
share/doc/db/api_c/db_rename.html
share/doc/db/api_c/db_set_bt_compare.html
share/doc/db/api_c/db_set_bt_minkey.html
share/doc/db/api_c/db_set_bt_prefix.html
share/doc/db/api_c/db_set_cachesize.html
share/doc/db/api_c/db_set_dup_compare.html
share/doc/db/api_c/db_set_errcall.html
share/doc/db/api_c/db_set_errfile.html
share/doc/db/api_c/db_set_errpfx.html
share/doc/db/api_c/db_set_feedback.html
share/doc/db/api_c/db_set_flags.html
share/doc/db/api_c/db_set_h_ffactor.html
share/doc/db/api_c/db_set_h_hash.html
share/doc/db/api_c/db_set_h_nelem.html
share/doc/db/api_c/db_set_lorder.html
share/doc/db/api_c/db_set_malloc.html
share/doc/db/api_c/db_set_pagesize.html
share/doc/db/api_c/db_set_paniccall.html
share/doc/db/api_c/db_set_re_delim.html
share/doc/db/api_c/db_set_re_len.html
share/doc/db/api_c/db_set_re_pad.html
share/doc/db/api_c/db_set_re_source.html
share/doc/db/api_c/db_set_realloc.html
share/doc/db/api_c/db_stat.html
share/doc/db/api_c/db_sync.html
share/doc/db/api_c/db_upgrade.html
share/doc/db/api_c/db_verify.html
share/doc/db/api_c/dbc_close.html
share/doc/db/api_c/dbc_count.html
share/doc/db/api_c/dbc_del.html
share/doc/db/api_c/dbc_dup.html
share/doc/db/api_c/dbc_get.html
share/doc/db/api_c/dbc_put.html
share/doc/db/api_c/dbm.html
share/doc/db/api_c/dbt.html
share/doc/db/api_c/env_close.html
share/doc/db/api_c/env_create.html
share/doc/db/api_c/env_open.html
share/doc/db/api_c/env_remove.html
share/doc/db/api_c/env_set_cachesize.html
share/doc/db/api_c/env_set_data_dir.html
share/doc/db/api_c/env_set_errcall.html
share/doc/db/api_c/env_set_errfile.html
share/doc/db/api_c/env_set_errpfx.html
share/doc/db/api_c/env_set_feedback.html
share/doc/db/api_c/env_set_lg_bsize.html
share/doc/db/api_c/env_set_lg_dir.html
share/doc/db/api_c/env_set_lg_max.html
share/doc/db/api_c/env_set_lk_conflicts.html
share/doc/db/api_c/env_set_lk_detect.html
share/doc/db/api_c/env_set_lk_max.html
share/doc/db/api_c/env_set_mp_mmapsize.html
share/doc/db/api_c/env_set_mutexlocks.html
share/doc/db/api_c/env_set_pageyield.html
share/doc/db/api_c/env_set_paniccall.html
share/doc/db/api_c/env_set_panicstate.html
share/doc/db/api_c/env_set_rec_init.html
share/doc/db/api_c/env_set_region_init.html
share/doc/db/api_c/env_set_server.html
share/doc/db/api_c/env_set_shm_key.html
share/doc/db/api_c/env_set_tas_spins.html
share/doc/db/api_c/env_set_tmp_dir.html
share/doc/db/api_c/env_set_tx_max.html
share/doc/db/api_c/env_set_tx_recover.html
share/doc/db/api_c/env_set_tx_timestamp.html
share/doc/db/api_c/env_set_verbose.html
share/doc/db/api_c/env_strerror.html
share/doc/db/api_c/env_version.html
share/doc/db/api_c/hsearch.html
share/doc/db/api_c/lock_detect.html
share/doc/db/api_c/lock_get.html
share/doc/db/api_c/lock_id.html
share/doc/db/api_c/lock_put.html
share/doc/db/api_c/lock_stat.html
share/doc/db/api_c/lock_vec.html
share/doc/db/api_c/log_archive.html
share/doc/db/api_c/log_compare.html
share/doc/db/api_c/log_file.html
share/doc/db/api_c/log_flush.html
share/doc/db/api_c/log_get.html
share/doc/db/api_c/log_put.html
share/doc/db/api_c/log_register.html
share/doc/db/api_c/log_stat.html
share/doc/db/api_c/log_unregister.html
share/doc/db/api_c/memp_fclose.html
share/doc/db/api_c/memp_fget.html
share/doc/db/api_c/memp_fopen.html
share/doc/db/api_c/memp_fput.html
share/doc/db/api_c/memp_fset.html
share/doc/db/api_c/memp_fsync.html
share/doc/db/api_c/memp_register.html
share/doc/db/api_c/memp_stat.html
share/doc/db/api_c/memp_sync.html
share/doc/db/api_c/memp_trickle.html
share/doc/db/api_c/pindex.src
share/doc/db/api_c/set_func_close.html
share/doc/db/api_c/set_func_dirfree.html
share/doc/db/api_c/set_func_dirlist.html
share/doc/db/api_c/set_func_exists.html
share/doc/db/api_c/set_func_free.html
share/doc/db/api_c/set_func_fsync.html
share/doc/db/api_c/set_func_ioinfo.html
share/doc/db/api_c/set_func_malloc.html
share/doc/db/api_c/set_func_map.html
share/doc/db/api_c/set_func_open.html
share/doc/db/api_c/set_func_read.html
share/doc/db/api_c/set_func_realloc.html
share/doc/db/api_c/set_func_rename.html
share/doc/db/api_c/set_func_seek.html
share/doc/db/api_c/set_func_sleep.html
share/doc/db/api_c/set_func_unlink.html
share/doc/db/api_c/set_func_unmap.html
share/doc/db/api_c/set_func_write.html
share/doc/db/api_c/set_func_yield.html
share/doc/db/api_c/txn_abort.html
share/doc/db/api_c/txn_begin.html
share/doc/db/api_c/txn_checkpoint.html
share/doc/db/api_c/txn_commit.html
share/doc/db/api_c/txn_id.html
share/doc/db/api_c/txn_prepare.html
share/doc/db/api_c/txn_stat.html
share/doc/db/api_cxx/cxx_index.html
share/doc/db/api_cxx/cxx_pindex.html
share/doc/db/api_cxx/db_class.html
share/doc/db/api_cxx/db_close.html
share/doc/db/api_cxx/db_cursor.html
share/doc/db/api_cxx/db_del.html
share/doc/db/api_cxx/db_err.html
share/doc/db/api_cxx/db_fd.html
share/doc/db/api_cxx/db_get.html
share/doc/db/api_cxx/db_get_byteswapped.html
share/doc/db/api_cxx/db_get_type.html
share/doc/db/api_cxx/db_join.html
share/doc/db/api_cxx/db_key_range.html
share/doc/db/api_cxx/db_open.html
share/doc/db/api_cxx/db_put.html
share/doc/db/api_cxx/db_remove.html
share/doc/db/api_cxx/db_rename.html
share/doc/db/api_cxx/db_set_bt_compare.html
share/doc/db/api_cxx/db_set_bt_minkey.html
share/doc/db/api_cxx/db_set_bt_prefix.html
share/doc/db/api_cxx/db_set_cachesize.html
share/doc/db/api_cxx/db_set_dup_compare.html
share/doc/db/api_cxx/db_set_errcall.html
share/doc/db/api_cxx/db_set_errfile.html
share/doc/db/api_cxx/db_set_errpfx.html
share/doc/db/api_cxx/db_set_feedback.html
share/doc/db/api_cxx/db_set_flags.html
share/doc/db/api_cxx/db_set_h_ffactor.html
share/doc/db/api_cxx/db_set_h_hash.html
share/doc/db/api_cxx/db_set_h_nelem.html
share/doc/db/api_cxx/db_set_lorder.html
share/doc/db/api_cxx/db_set_malloc.html
share/doc/db/api_cxx/db_set_pagesize.html
share/doc/db/api_cxx/db_set_paniccall.html
share/doc/db/api_cxx/db_set_re_delim.html
share/doc/db/api_cxx/db_set_re_len.html
share/doc/db/api_cxx/db_set_re_pad.html
share/doc/db/api_cxx/db_set_re_source.html
share/doc/db/api_cxx/db_set_realloc.html
share/doc/db/api_cxx/db_stat.html
share/doc/db/api_cxx/db_sync.html
share/doc/db/api_cxx/db_upgrade.html
share/doc/db/api_cxx/db_verify.html
share/doc/db/api_cxx/dbc_class.html
share/doc/db/api_cxx/dbc_close.html
share/doc/db/api_cxx/dbc_count.html
share/doc/db/api_cxx/dbc_del.html
share/doc/db/api_cxx/dbc_dup.html
share/doc/db/api_cxx/dbc_get.html
share/doc/db/api_cxx/dbc_put.html
share/doc/db/api_cxx/dbenv_class.html
share/doc/db/api_cxx/dbt_class.html
share/doc/db/api_cxx/env_close.html
share/doc/db/api_cxx/env_open.html
share/doc/db/api_cxx/env_remove.html
share/doc/db/api_cxx/env_set_cachesize.html
share/doc/db/api_cxx/env_set_data_dir.html
share/doc/db/api_cxx/env_set_errcall.html
share/doc/db/api_cxx/env_set_errfile.html
share/doc/db/api_cxx/env_set_error_stream.html
share/doc/db/api_cxx/env_set_errpfx.html
share/doc/db/api_cxx/env_set_feedback.html
share/doc/db/api_cxx/env_set_lg_bsize.html
share/doc/db/api_cxx/env_set_lg_dir.html
share/doc/db/api_cxx/env_set_lg_max.html
share/doc/db/api_cxx/env_set_lk_conflicts.html
share/doc/db/api_cxx/env_set_lk_detect.html
share/doc/db/api_cxx/env_set_lk_max.html
share/doc/db/api_cxx/env_set_mp_mmapsize.html
share/doc/db/api_cxx/env_set_mutexlocks.html
share/doc/db/api_cxx/env_set_pageyield.html
share/doc/db/api_cxx/env_set_paniccall.html
share/doc/db/api_cxx/env_set_panicstate.html
share/doc/db/api_cxx/env_set_rec_init.html
share/doc/db/api_cxx/env_set_region_init.html
share/doc/db/api_cxx/env_set_server.html
share/doc/db/api_cxx/env_set_shm_key.html
share/doc/db/api_cxx/env_set_tas_spins.html
share/doc/db/api_cxx/env_set_tmp_dir.html
share/doc/db/api_cxx/env_set_tx_max.html
share/doc/db/api_cxx/env_set_tx_recover.html
share/doc/db/api_cxx/env_set_tx_timestamp.html
share/doc/db/api_cxx/env_set_verbose.html
share/doc/db/api_cxx/env_strerror.html
share/doc/db/api_cxx/env_version.html
share/doc/db/api_cxx/except_class.html
share/doc/db/api_cxx/get_errno.html
share/doc/db/api_cxx/lock_class.html
share/doc/db/api_cxx/lock_detect.html
share/doc/db/api_cxx/lock_get.html
share/doc/db/api_cxx/lock_id.html
share/doc/db/api_cxx/lock_put.html
share/doc/db/api_cxx/lock_stat.html
share/doc/db/api_cxx/lock_vec.html
share/doc/db/api_cxx/log_archive.html
share/doc/db/api_cxx/log_compare.html
share/doc/db/api_cxx/log_file.html
share/doc/db/api_cxx/log_flush.html
share/doc/db/api_cxx/log_get.html
share/doc/db/api_cxx/log_put.html
share/doc/db/api_cxx/log_register.html
share/doc/db/api_cxx/log_stat.html
share/doc/db/api_cxx/log_unregister.html
share/doc/db/api_cxx/lsn_class.html
share/doc/db/api_cxx/memp_fclose.html
share/doc/db/api_cxx/memp_fget.html
share/doc/db/api_cxx/memp_fopen.html
share/doc/db/api_cxx/memp_fput.html
share/doc/db/api_cxx/memp_fset.html
share/doc/db/api_cxx/memp_fsync.html
share/doc/db/api_cxx/memp_register.html
share/doc/db/api_cxx/memp_stat.html
share/doc/db/api_cxx/memp_sync.html
share/doc/db/api_cxx/memp_trickle.html
share/doc/db/api_cxx/mempfile_class.html
share/doc/db/api_cxx/pindex.src
share/doc/db/api_cxx/txn_abort.html
share/doc/db/api_cxx/txn_begin.html
share/doc/db/api_cxx/txn_checkpoint.html
share/doc/db/api_cxx/txn_class.html
share/doc/db/api_cxx/txn_commit.html
share/doc/db/api_cxx/txn_id.html
share/doc/db/api_cxx/txn_prepare.html
share/doc/db/api_cxx/txn_stat.html
share/doc/db/api_cxx/what.html
share/doc/db/images/api.gif
share/doc/db/images/next.gif
share/doc/db/images/prev.gif
share/doc/db/images/ps.gif
share/doc/db/images/ref.gif
share/doc/db/images/sleepycat.gif
share/doc/db/index.html
share/doc/db/ref/am/close.html
share/doc/db/ref/am/count.html
share/doc/db/ref/am/curclose.html
share/doc/db/ref/am/curdel.html
share/doc/db/ref/am/curdup.html
share/doc/db/ref/am/curget.html
share/doc/db/ref/am/curput.html
share/doc/db/ref/am/cursor.html
share/doc/db/ref/am/delete.html
share/doc/db/ref/am/error.html
share/doc/db/ref/am/get.html
share/doc/db/ref/am/join.html
share/doc/db/ref/am/open.html
share/doc/db/ref/am/opensub.html
share/doc/db/ref/am/ops.html
share/doc/db/ref/am/partial.html
share/doc/db/ref/am/put.html
share/doc/db/ref/am/stat.html
share/doc/db/ref/am/sync.html
share/doc/db/ref/am/upgrade.html
share/doc/db/ref/am/verify.html
share/doc/db/ref/am_conf/bt_compare.html
share/doc/db/ref/am_conf/bt_minkey.html
share/doc/db/ref/am_conf/bt_prefix.html
share/doc/db/ref/am_conf/bt_recnum.html
share/doc/db/ref/am_conf/byteorder.html
share/doc/db/ref/am_conf/cachesize.html
share/doc/db/ref/am_conf/dup.html
share/doc/db/ref/am_conf/h_ffactor.html
share/doc/db/ref/am_conf/h_hash.html
share/doc/db/ref/am_conf/h_nelem.html
share/doc/db/ref/am_conf/intro.html
share/doc/db/ref/am_conf/logrec.html
share/doc/db/ref/am_conf/malloc.html
share/doc/db/ref/am_conf/pagesize.html
share/doc/db/ref/am_conf/re_source.html
share/doc/db/ref/am_conf/recno.html
share/doc/db/ref/am_conf/renumber.html
share/doc/db/ref/am_conf/select.html
share/doc/db/ref/arch/apis.html
share/doc/db/ref/arch/bigpic.gif
share/doc/db/ref/arch/bigpic.html
share/doc/db/ref/arch/progmodel.html
share/doc/db/ref/arch/script.html
share/doc/db/ref/arch/smallpic.gif
share/doc/db/ref/arch/utilities.html
share/doc/db/ref/build_unix/aix.html
share/doc/db/ref/build_unix/conf.html
share/doc/db/ref/build_unix/flags.html
share/doc/db/ref/build_unix/freebsd.html
share/doc/db/ref/build_unix/hpux.html
share/doc/db/ref/build_unix/install.html
share/doc/db/ref/build_unix/intro.html
share/doc/db/ref/build_unix/irix.html
share/doc/db/ref/build_unix/linux.html
share/doc/db/ref/build_unix/notes.html
share/doc/db/ref/build_unix/osf1.html
share/doc/db/ref/build_unix/sco.html
share/doc/db/ref/build_unix/shlib.html
share/doc/db/ref/build_unix/solaris.html
share/doc/db/ref/build_unix/sunos.html
share/doc/db/ref/build_unix/test.html
share/doc/db/ref/build_unix/ultrix.html
share/doc/db/ref/build_vxworks/faq.html
share/doc/db/ref/build_vxworks/intro.html
share/doc/db/ref/build_vxworks/notes.html
share/doc/db/ref/build_win/faq.html
share/doc/db/ref/build_win/intro.html
share/doc/db/ref/build_win/notes.html
share/doc/db/ref/build_win/test.html
share/doc/db/ref/cam/intro.html
share/doc/db/ref/debug/common.html
share/doc/db/ref/debug/compile.html
share/doc/db/ref/debug/intro.html
share/doc/db/ref/debug/printlog.html
share/doc/db/ref/debug/runtime.html
share/doc/db/ref/distrib/layout.html
share/doc/db/ref/dumpload/format.html
share/doc/db/ref/dumpload/text.html
share/doc/db/ref/dumpload/utility.html
share/doc/db/ref/env/create.html
share/doc/db/ref/env/error.html
share/doc/db/ref/env/intro.html
share/doc/db/ref/env/naming.html
share/doc/db/ref/env/open.html
share/doc/db/ref/env/region.html
share/doc/db/ref/env/remote.html
share/doc/db/ref/env/security.html
share/doc/db/ref/install/file.html
share/doc/db/ref/install/magic.s5.be.txt
share/doc/db/ref/install/magic.s5.le.txt
share/doc/db/ref/install/magic.txt
share/doc/db/ref/intro/distrib.html
share/doc/db/ref/intro/do.html
share/doc/db/ref/intro/products.html
share/doc/db/ref/intro/what.html
share/doc/db/ref/intro/where.html
share/doc/db/ref/lock/am_conv.html
share/doc/db/ref/lock/cam_conv.html
share/doc/db/ref/lock/config.html
share/doc/db/ref/lock/dead.html
share/doc/db/ref/lock/intro.html
share/doc/db/ref/lock/nondb.html
share/doc/db/ref/lock/notxn.html
share/doc/db/ref/lock/page.html
share/doc/db/ref/lock/stdmode.html
share/doc/db/ref/lock/twopl.html
share/doc/db/ref/log/config.html
share/doc/db/ref/log/intro.html
share/doc/db/ref/log/limits.html
share/doc/db/ref/mp/config.html
share/doc/db/ref/mp/intro.html
share/doc/db/ref/perl/intro.html
share/doc/db/ref/pindex.src
share/doc/db/ref/program/appsignals.html
share/doc/db/ref/program/byteorder.html
share/doc/db/ref/program/compatible.html
share/doc/db/ref/program/copy.html
share/doc/db/ref/program/dbsizes.html
share/doc/db/ref/program/diskspace.html
share/doc/db/ref/program/environ.html
share/doc/db/ref/program/errorret.html
share/doc/db/ref/program/extending.html
share/doc/db/ref/program/mt.html
share/doc/db/ref/program/namespace.html
share/doc/db/ref/program/runtime.html
share/doc/db/ref/program/solaris.txt
share/doc/db/ref/program/version.html
share/doc/db/ref/refs/bdb_usenix.html
share/doc/db/ref/refs/bdb_usenix.ps
share/doc/db/ref/refs/embedded.html
share/doc/db/ref/refs/hash_usenix.ps
share/doc/db/ref/refs/libtp_usenix.ps
share/doc/db/ref/refs/refs.html
share/doc/db/ref/refs/witold.html
share/doc/db/ref/rpc/client.html
share/doc/db/ref/rpc/intro.html
share/doc/db/ref/rpc/server.html
share/doc/db/ref/sendmail/intro.html
share/doc/db/ref/simple_tut/close.html
share/doc/db/ref/simple_tut/del.html
share/doc/db/ref/simple_tut/errors.html
share/doc/db/ref/simple_tut/example.txt
share/doc/db/ref/simple_tut/get.html
share/doc/db/ref/simple_tut/handles.html
share/doc/db/ref/simple_tut/intro.html
share/doc/db/ref/simple_tut/keydata.html
share/doc/db/ref/simple_tut/open.html
share/doc/db/ref/simple_tut/put.html
share/doc/db/ref/test/run.html
share/doc/db/ref/toc.html
share/doc/db/ref/transapp/admin.html
share/doc/db/ref/transapp/app.html
share/doc/db/ref/transapp/archival.html
share/doc/db/ref/transapp/checkpoint.html
share/doc/db/ref/transapp/deadlock.html
share/doc/db/ref/transapp/filesys.html
share/doc/db/ref/transapp/intro.html
share/doc/db/ref/transapp/recimp.html
share/doc/db/ref/transapp/reclimit.html
share/doc/db/ref/transapp/recovery.html
share/doc/db/ref/transapp/routine.html
share/doc/db/ref/transapp/term.html
share/doc/db/ref/transapp/throughput.html
share/doc/db/ref/transapp/writetest.txt
share/doc/db/ref/txn/config.html
share/doc/db/ref/txn/intro.html
share/doc/db/ref/txn/limits.html
share/doc/db/ref/txn/nested.html
share/doc/db/ref/txn/other.html
share/doc/db/ref/txn/stability.html
share/doc/db/ref/upgrade.2.0/convert.html
share/doc/db/ref/upgrade.2.0/disk.html
share/doc/db/ref/upgrade.2.0/intro.html
share/doc/db/ref/upgrade.2.0/system.html
share/doc/db/ref/upgrade.3.0/close.html
share/doc/db/ref/upgrade.3.0/cxx.html
share/doc/db/ref/upgrade.3.0/db.html
share/doc/db/ref/upgrade.3.0/db_cxx.html
share/doc/db/ref/upgrade.3.0/dbenv.html
share/doc/db/ref/upgrade.3.0/dbenv_cxx.html
share/doc/db/ref/upgrade.3.0/dbinfo.html
share/doc/db/ref/upgrade.3.0/disk.html
share/doc/db/ref/upgrade.3.0/eacces.html
share/doc/db/ref/upgrade.3.0/eagain.html
share/doc/db/ref/upgrade.3.0/envopen.html
share/doc/db/ref/upgrade.3.0/func.html
share/doc/db/ref/upgrade.3.0/intro.html
share/doc/db/ref/upgrade.3.0/join.html
share/doc/db/ref/upgrade.3.0/jump_set.html
share/doc/db/ref/upgrade.3.0/lock_detect.html
share/doc/db/ref/upgrade.3.0/lock_notheld.html
share/doc/db/ref/upgrade.3.0/lock_put.html
share/doc/db/ref/upgrade.3.0/lock_stat.html
share/doc/db/ref/upgrade.3.0/log_register.html
share/doc/db/ref/upgrade.3.0/log_stat.html
share/doc/db/ref/upgrade.3.0/memp_stat.html
share/doc/db/ref/upgrade.3.0/open.html
share/doc/db/ref/upgrade.3.0/rmw.html
share/doc/db/ref/upgrade.3.0/stat.html
share/doc/db/ref/upgrade.3.0/txn_begin.html
share/doc/db/ref/upgrade.3.0/txn_commit.html
share/doc/db/ref/upgrade.3.0/txn_stat.html
share/doc/db/ref/upgrade.3.0/value_set.html
share/doc/db/ref/upgrade.3.0/xa.html
share/doc/db/ref/upgrade.3.1/btstat.html
share/doc/db/ref/upgrade.3.1/config.html
share/doc/db/ref/upgrade.3.1/disk.html
share/doc/db/ref/upgrade.3.1/dup.html
share/doc/db/ref/upgrade.3.1/env.html
share/doc/db/ref/upgrade.3.1/intro.html
share/doc/db/ref/upgrade.3.1/log_register.html
share/doc/db/ref/upgrade.3.1/logalloc.html
share/doc/db/ref/upgrade.3.1/memp_register.html
share/doc/db/ref/upgrade.3.1/put.html
share/doc/db/ref/upgrade.3.1/set_feedback.html
share/doc/db/ref/upgrade.3.1/set_paniccall.html
share/doc/db/ref/upgrade.3.1/set_tx_recover.html
share/doc/db/ref/upgrade.3.1/sysmem.html
share/doc/db/ref/upgrade.3.1/tmp.html
share/doc/db/ref/upgrade.3.1/txn_check.html
share/doc/db/ref/xa/config.html
share/doc/db/ref/xa/faq.html
share/doc/db/ref/xa/intro.html
share/doc/db/sleepycat/contact.html
share/doc/db/sleepycat/legal.html
share/doc/db/sleepycat/license.html
share/doc/db/utility/berkeley_db_svc.html
share/doc/db/utility/db_archive.html
share/doc/db/utility/db_checkpoint.html
share/doc/db/utility/db_deadlock.html
share/doc/db/utility/db_dump.html
share/doc/db/utility/db_load.html
share/doc/db/utility/db_printlog.html
share/doc/db/utility/db_recover.html
share/doc/db/utility/db_stat.html
share/doc/db/utility/db_upgrade.html
share/doc/db/utility/db_verify.html
share/doc/db/utility/index.html
share/examples/db/AccessExample.cpp
share/examples/db/BtRecExample.cpp
share/examples/db/EnvExample.cpp
share/examples/db/LockExample.cpp
share/examples/db/MpoolExample.cpp
share/examples/db/TpcbExample.cpp
share/examples/db/ex_access.c
share/examples/db/ex_btrec.c
share/examples/db/ex_dbclient.c
share/examples/db/ex_env.c
share/examples/db/ex_lock.c
share/examples/db/ex_mpool.c
share/examples/db/ex_thread.c
share/examples/db/ex_tpcb.c
%%tcl%%
@dirrm share/examples/db
@dirrm share/doc/db/utility
@dirrm share/doc/db/sleepycat
@dirrm share/doc/db/ref/xa
@dirrm share/doc/db/ref/upgrade.3.1
@dirrm share/doc/db/ref/upgrade.3.0
@dirrm share/doc/db/ref/upgrade.2.0
@dirrm share/doc/db/ref/txn
@dirrm share/doc/db/ref/transapp
@dirrm share/doc/db/ref/test
@dirrm share/doc/db/ref/simple_tut
@dirrm share/doc/db/ref/sendmail
@dirrm share/doc/db/ref/rpc
@dirrm share/doc/db/ref/refs
@dirrm share/doc/db/ref/program
@dirrm share/doc/db/ref/perl
@dirrm share/doc/db/ref/mp
@dirrm share/doc/db/ref/log
@dirrm share/doc/db/ref/lock
@dirrm share/doc/db/ref/intro
@dirrm share/doc/db/ref/install
@dirrm share/doc/db/ref/env
@dirrm share/doc/db/ref/dumpload
@dirrm share/doc/db/ref/distrib
@dirrm share/doc/db/ref/debug
@dirrm share/doc/db/ref/cam
@dirrm share/doc/db/ref/build_win
@dirrm share/doc/db/ref/build_vxworks
@dirrm share/doc/db/ref/build_unix
@dirrm share/doc/db/ref/arch
@dirrm share/doc/db/ref/am_conf
@dirrm share/doc/db/ref/am
@dirrm share/doc/db/ref
@dirrm share/doc/db/images
@dirrm share/doc/db/api_cxx
@dirrm share/doc/db/api_c
@dirrm share/doc/db