summaryrefslogtreecommitdiff
path: root/databases/db3
diff options
context:
space:
mode:
authorfvdl <fvdl>2001-02-21 15:56:01 +0000
committerfvdl <fvdl>2001-02-21 15:56:01 +0000
commit8f043c095e82e69b4771b09ad854dafed2879918 (patch)
tree6d0d1e3be80b0cb4b6b8e54bcc2a74753ce4cd29 /databases/db3
parent5457a9f25c3f66cf30b331a3984ed606b42f84f2 (diff)
downloadpkgsrc-8f043c095e82e69b4771b09ad854dafed2879918.tar.gz
Upgrade to 3.2.9. Install C++ library as well (not java, since this
depends on java being installed, it should probably be in a seperate pkg). Changelog is at http://www.sleepycat.com/update/3.2.9/if.3.2.9.html
Diffstat (limited to 'databases/db3')
-rw-r--r--databases/db3/Makefile13
-rw-r--r--databases/db3/files/md54
-rw-r--r--databases/db3/files/patch-sum5
-rw-r--r--databases/db3/patches/patch-aa133
-rw-r--r--databases/db3/patches/patch-ab12
-rw-r--r--databases/db3/pkg/PLIST382
6 files changed, 371 insertions, 178 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile
index 03db4241a91..9cf7bb44f21 100644
--- a/databases/db3/Makefile
+++ b/databases/db3/Makefile
@@ -1,20 +1,21 @@
-# $NetBSD: Makefile,v 1.4 2001/02/16 14:17:22 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/02/21 15:56:01 fvdl Exp $
-DISTNAME= db-3.0.55
-PKGNAME= db3-0.55
+DISTNAME= db-3.2.9
+PKGNAME= db3-2.9
CATEGORIES= databases
-MASTER_SITES= http://www.sleepycat.com/update/3.0.55/
+MASTER_SITES= http://www.sleepycat.com/update/3.2.9/
MAINTAINER= wrstuden@netbsd.org
HOMEPAGE= http://www.sleepycat.com/
COMMENT= Sleepycat Software's Berkeley DB version 3
-USE_LIBTOOL= yes
-LTCONFIG_OVERRIDE= ${WRKDIR}/${DISTNAME}/dist/ltconfig
+#USE_LIBTOOL= yes
+#LTCONFIG_OVERRIDE= ${WRKDIR}/${DISTNAME}/dist/ltconfig
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../dist/configure
CONFIGURE_ARGS+= --program-transform-name=s,db_,db3_,
+CONFIGURE_ARGS+= --enable-cxx
#CONFIGURE_ARGS+= --enable-shared
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
diff --git a/databases/db3/files/md5 b/databases/db3/files/md5
index f0c1715d1c7..68a064cd988 100644
--- a/databases/db3/files/md5
+++ b/databases/db3/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 1999/12/16 02:36:05 hubertf Exp $
+$NetBSD: md5,v 1.2 2001/02/21 15:56:02 fvdl Exp $
-MD5 (db-3.0.55.tar.gz) = c489c3322c4c2490133190166d58c12c
+MD5 (db-3.2.9.tar.gz) = 4df5c7051b11411e0a970f6c91613942
diff --git a/databases/db3/files/patch-sum b/databases/db3/files/patch-sum
index 9d8f20a2d18..4b8874934ee 100644
--- a/databases/db3/files/patch-sum
+++ b/databases/db3/files/patch-sum
@@ -1,3 +1,4 @@
-$NetBSD: patch-sum,v 1.1.1.1 1999/12/16 02:36:05 hubertf Exp $
+$NetBSD: patch-sum,v 1.2 2001/02/21 15:56:02 fvdl Exp $
-MD5 (patch-aa) = 4634d9acbddfcc0e420516b76a36ebbc
+MD5 (patch-aa) = dd71cf01b3f5d6ebcaddd0eaef6dfc38
+MD5 (patch-ab) = 9009fe12a469ecc0b6c07684636b70c7
diff --git a/databases/db3/patches/patch-aa b/databases/db3/patches/patch-aa
index 5fd4ddbb080..9a99c8f58d7 100644
--- a/databases/db3/patches/patch-aa
+++ b/databases/db3/patches/patch-aa
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/12/16 02:36:06 hubertf Exp $
+$NetBSD: patch-aa,v 1.2 2001/02/21 15:56:02 fvdl Exp $
---- ../dist/Makefile.in.orig Thu Nov 11 08:09:48 1999
-+++ ../dist/Makefile.in Fri Dec 3 18:11:09 1999
-@@ -18,7 +18,7 @@
+--- ../dist/Makefile.in.orig Fri Dec 1 00:07:33 2000
++++ ../dist/Makefile.in Wed Feb 21 13:10:10 2001
+@@ -17,7 +17,7 @@
+ INSTALLER= @INSTALLER@
LDFLAGS= @LDFLAGS@
- LIBS= @LIBS@
-LIBDB_ARGS= @LIBDB_ARGS@
+LIBDB_ARGS= -L. -Wl,-R/usr/pkg/lib libdb3.a
- LIBTOOL= @LIBTOOL@
-
- POSTLINK= @POSTLINK@
-@@ -27,9 +27,9 @@
+ LIBJSO_LIBS= @LIBJSO_LIBS@
+ LIBS= @LIBS@
+ LIBSO_LIBS= @LIBSO_LIBS@
+@@ -31,9 +31,9 @@
SOMAJOR= @DB_VERSION_MAJOR@
SOVERSION= @DB_VERSION_MAJOR@.@DB_VERSION_MINOR@
@@ -20,12 +20,12 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/12/16 02:36:06 hubertf Exp $
-libso_base= libdb
+libso_base= libdb3
- libso_linkname= -ldb-$(SOVERSION)
+ libso_linkname= $(libso_base)-$(SOVERSION).la
libso= $(libso_base)-$(SOVERSION).@SOSUFFIX@
libso_target= $(libso_base)-$(SOVERSION).la
-@@ -43,8 +43,8 @@
+@@ -47,8 +47,8 @@
# You must configure it using:
- # configure --enable-cxx [ --enable-dynamic ]
+ # --enable-cxx
##################################################
-libcxx= libdb_cxx.a
-libxso_base= libdb_cxx
@@ -34,25 +34,27 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/12/16 02:36:06 hubertf Exp $
libxso= $(libxso_base)-$(SOVERSION).@SOSUFFIX@
libxso_target= $(libxso_base)-$(SOVERSION).la
libxso_default= $(libxso_base).@SOSUFFIX@
-@@ -66,7 +66,7 @@
- JAVA_DBDIR= $(JAVA_SRCDIR)/com/sleepycat/db
+@@ -72,8 +72,8 @@
+ JAVA_DBDIR= $(JAVA_SRCDIR)/$(JAVA_DBREL)
JAVA_EXDIR= $(JAVA_SRCDIR)/com/sleepycat/examples
+-libj_jarfile= db.jar
-libjso_base= libdb_java
++libj_jarfile= db3.jar
+libjso_base= libdb3_java
libjso= $(libjso_base)-$(SOVERSION).@SOSUFFIX@
libjso_target= $(libjso_base)-$(SOVERSION).la
libjso_default= $(libjso_base).@SOSUFFIX@
-@@ -79,7 +79,7 @@
- # You must configure it using:
- # configure --enable-tcl --enable-dynamic
+@@ -88,7 +88,7 @@
+ # --enable-tcl --with-tcl=DIR --enable-dynamic
##################################################
+ TCFLAGS= @TCFLAGS@
-libtso_base= libdb_tcl
+libtso_base= libdb3_tcl
libtso= $(libtso_base)-$(SOVERSION).@SOSUFFIX@
libtso_target= $(libtso_base)-$(SOVERSION).la
libtso_default= $(libtso_base).@SOSUFFIX@
-@@ -91,9 +91,9 @@
+@@ -113,9 +113,9 @@
prefix= @prefix@
exec_prefix=@exec_prefix@
bindir= @bindir@
@@ -64,63 +66,84 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/12/16 02:36:06 hubertf Exp $
dmode= 755
emode= 555
-@@ -159,8 +159,8 @@
- UOBJS= db_archive@o@ db_checkpoint@o@ db_deadlock@o@ db_dump185@o@ \
- db_dump@o@ db_load@o@ db_printlog@o@ db_recover@o@ db_stat@o@
-
--PROGS= @ADDITIONAL_PROGS@ db_archive db_checkpoint db_deadlock db_dump \
-- db_load db_printlog db_recover db_stat
-+PROGS= @ADDITIONAL_PROGS@ db3_archive db3_checkpoint db3_deadlock db3_dump \
-+ db3_load db3_printlog db3_recover db3_stat
-
- EPROGS= ex_access ex_btrec ex_env ex_lock ex_mpool ex_thread ex_tpcb
-
-@@ -235,39 +235,39 @@
+@@ -192,8 +192,8 @@
+ db_dump@o@ db_load@o@ db_printlog@o@ db_recover@o@ db_stat@o@ \
+ db_upgrade@o@ db_verify@o@ util_log@o@ util_sig@o@
+
+-PROGS= @ADDITIONAL_PROGS@ db_archive db_checkpoint db_deadlock \
+- db_dump db_load db_printlog db_recover db_stat db_upgrade db_verify
++PROGS= @ADDITIONAL_PROGS@ db3_archive db3_checkpoint db3_deadlock \
++ db3_dump db3_load db3_printlog db3_recover db3_stat db3_upgrade db3_verify
+
+ JAVA_DBSRCS=\
+ $(JAVA_DBDIR)/Db.java $(JAVA_DBDIR)/DbAppendRecno.java \
+@@ -275,57 +275,57 @@
##################################################
# Utilities
##################################################
--db_archive: db_archive@o@ @DEFAULT_LIB@
-+db3_archive: db_archive@o@ @DEFAULT_LIB@
- $(CCLINK) -o $@ $(LDFLAGS) db_archive@o@ $(LIBDB_ARGS) $(LIBS)
+-berkeley_db_svc: $(RPC_SRV) util_log@o@ @DEFAULT_LIB@
++berkeley_db3_svc: $(RPC_SRV) util_log@o@ @DEFAULT_LIB@
+ $(CCLINK) -o $@ $(LDFLAGS) $(RPC_SRV) util_log@o@ $(LIBDB_ARGS) $(LIBS)
+ $(POSTLINK) $@
+
+-db_archive: db_archive@o@ util_sig@o@ @DEFAULT_LIB@
++db3_archive: db_archive@o@ util_sig@o@ @DEFAULT_LIB@
+ $(CCLINK) -o $@ $(LDFLAGS) \
+ db_archive@o@ util_sig@o@ $(LIBDB_ARGS) $(LIBS)
$(POSTLINK) $@
--db_checkpoint: db_checkpoint@o@ @DEFAULT_LIB@
-+db3_checkpoint: db_checkpoint@o@ @DEFAULT_LIB@
- $(CCLINK) -o $@ $(LDFLAGS) db_checkpoint@o@ $(LIBDB_ARGS) $(LIBS)
+-db_checkpoint: db_checkpoint@o@ util_log@o@ util_sig@o@ @DEFAULT_LIB@
++db3_checkpoint: db_checkpoint@o@ util_log@o@ util_sig@o@ @DEFAULT_LIB@
+ $(CCLINK) -o $@ $(LDFLAGS) \
+ db_checkpoint@o@ util_log@o@ util_sig@o@ $(LIBDB_ARGS) $(LIBS)
$(POSTLINK) $@
--db_deadlock: db_deadlock@o@ @DEFAULT_LIB@
-+db3_deadlock: db_deadlock@o@ @DEFAULT_LIB@
- $(CCLINK) -o $@ $(LDFLAGS) db_deadlock@o@ $(LIBDB_ARGS) $(LIBS)
+-db_deadlock: db_deadlock@o@ util_log@o@ util_sig@o@ @DEFAULT_LIB@
++db3_deadlock: db_deadlock@o@ util_log@o@ util_sig@o@ @DEFAULT_LIB@
+ $(CCLINK) -o $@ $(LDFLAGS) \
+ db_deadlock@o@ util_log@o@ util_sig@o@ $(LIBDB_ARGS) $(LIBS)
$(POSTLINK) $@
--db_dump: db_dump@o@ @DEFAULT_LIB@
-+db3_dump: db_dump@o@ @DEFAULT_LIB@
- $(CCLINK) -o $@ $(LDFLAGS) db_dump@o@ $(LIBDB_ARGS) $(LIBS)
+-db_dump: db_dump@o@ util_sig@o@ @DEFAULT_LIB@
++db3_dump: db_dump@o@ util_sig@o@ @DEFAULT_LIB@
+ $(CCLINK) -o $@ $(LDFLAGS) db_dump@o@ util_sig@o@ $(LIBDB_ARGS) $(LIBS)
$(POSTLINK) $@
-db_dump185: db_dump185@o@ @LIBOBJS@
+db3_dump185: db_dump185@o@ @LIBOBJS@
- $(CCLINK) -o $@ $(LDFLAGS) db_dump185@o@ @LIBOBJS@ $(LIBS)
+ $(CCLINK) -o $@ $(LDFLAGS) db_dump185@o@ @LIBOBJS@ $(DB185LIB)
$(POSTLINK) $@
--db_load: db_load@o@ @DEFAULT_LIB@
-+db3_load: db_load@o@ @DEFAULT_LIB@
- $(CCLINK) -o $@ $(LDFLAGS) db_load@o@ $(LIBDB_ARGS) $(LIBS)
+-db_load: db_load@o@ util_sig@o@ @DEFAULT_LIB@
++db3_load: db_load@o@ util_sig@o@ @DEFAULT_LIB@
+ $(CCLINK) -o $@ $(LDFLAGS) db_load@o@ util_sig@o@ $(LIBDB_ARGS) $(LIBS)
$(POSTLINK) $@
--db_printlog: db_printlog@o@ @DEFAULT_LIB@
-+db3_printlog: db_printlog@o@ @DEFAULT_LIB@
- $(CCLINK) -o $@ $(LDFLAGS) db_printlog@o@ $(LIBDB_ARGS) $(LIBS)
+-db_printlog: db_printlog@o@ util_sig@o@ @DEFAULT_LIB@
++db3_printlog: db_printlog@o@ util_sig@o@ @DEFAULT_LIB@
+ $(CCLINK) -o $@ $(LDFLAGS) \
+ db_printlog@o@ util_sig@o@ $(LIBDB_ARGS) $(LIBS)
$(POSTLINK) $@
--db_recover: db_recover@o@ @DEFAULT_LIB@
-+db3_recover: db_recover@o@ @DEFAULT_LIB@
- $(CCLINK) -o $@ $(LDFLAGS) db_recover@o@ $(LIBDB_ARGS) $(LIBS)
+-db_recover: db_recover@o@ util_sig@o@ @DEFAULT_LIB@
++db3_recover: db_recover@o@ util_sig@o@ @DEFAULT_LIB@
+ $(CCLINK) -o $@ $(LDFLAGS) \
+ db_recover@o@ util_sig@o@ $(LIBDB_ARGS) $(LIBS)
$(POSTLINK) $@
--db_stat: db_stat@o@ @DEFAULT_LIB@
-+db3_stat: db_stat@o@ @DEFAULT_LIB@
- $(CCLINK) -o $@ $(LDFLAGS) db_stat@o@ $(LIBDB_ARGS) $(LIBS)
+-db_stat: db_stat@o@ util_sig@o@ @DEFAULT_LIB@
++db3_stat: db_stat@o@ util_sig@o@ @DEFAULT_LIB@
+ $(CCLINK) -o $@ $(LDFLAGS) db_stat@o@ util_sig@o@ $(LIBDB_ARGS) $(LIBS)
$(POSTLINK) $@
+-db_upgrade: db_upgrade@o@ util_sig@o@ @DEFAULT_LIB@
++db3_upgrade: db_upgrade@o@ util_sig@o@ @DEFAULT_LIB@
+ $(CCLINK) -o $@ $(LDFLAGS) \
+ db_upgrade@o@ util_sig@o@ $(LIBDB_ARGS) $(LIBS)
+ $(POSTLINK) $@
+
+-db_verify: db_verify@o@ util_sig@o@ @DEFAULT_LIB@
++db3_verify: db_verify@o@ util_sig@o@ @DEFAULT_LIB@
+ $(CCLINK) -o $@ $(LDFLAGS) \
+ db_verify@o@ util_sig@o@ $(LIBDB_ARGS) $(LIBS)
+ $(POSTLINK) $@
diff --git a/databases/db3/patches/patch-ab b/databases/db3/patches/patch-ab
new file mode 100644
index 00000000000..f520022ee6c
--- /dev/null
+++ b/databases/db3/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2001/02/21 15:56:02 fvdl Exp $
+
+--- ../dist/configure.orig Wed Jan 24 16:16:18 2001
++++ ../dist/configure Wed Feb 21 14:59:15 2001
+@@ -1605,6 +1605,7 @@
+ if test "$GXX" = "yes"; then
+ CXXVERSION=`${MAKEFILE_CXX} --version`
+ case ${CXXVERSION} in
++ egcs*) CXXFLAGS="-fexceptions $CXXFLAGS";;
+ 1.*|2.[01234567].*|*-1.*|*-2.[01234567].* )
+ CXXFLAGS="-fhandle-exceptions $CXXFLAGS";;
+ * ) CXXFLAGS="-fexceptions $CXXFLAGS";;
diff --git a/databases/db3/pkg/PLIST b/databases/db3/pkg/PLIST
index f17a6309a27..3d19aa85576 100644
--- a/databases/db3/pkg/PLIST
+++ b/databases/db3/pkg/PLIST
@@ -1,37 +1,82 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/16 02:36:06 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.2 2001/02/21 15:56:02 fvdl Exp $
bin/db3_archive
+bin/db3_upgrade
+bin/db3_stat
bin/db3_recover
bin/db3_printlog
bin/db3_load
bin/db3_dump
bin/db3_deadlock
bin/db3_checkpoint
-bin/db3_stat
-include/db3/db_185.h
-include/db3/db.h
+bin/db3_verify
include/db3/db_cxx.h
+include/db3/db.h
lib/libdb3.a
+lib/libdb3_cxx.a
+share/doc/db3/api_c/c_pindex.html
+share/doc/db3/api_c/db_create.html
+share/doc/db3/api_c/pindex.src
+share/doc/db3/api_c/db_err.html
+share/doc/db3/api_c/db_lsn.html
+share/doc/db3/api_c/db_set_errfile.html
+share/doc/db3/api_c/db_set_malloc.html
+share/doc/db3/api_c/db_set_paniccall.html
+share/doc/db3/api_c/db_set_realloc.html
+share/doc/db3/api_c/dbm.html
+share/doc/db3/api_c/dbt.html
+share/doc/db3/api_c/env_create.html
+share/doc/db3/api_c/env_set_errfile.html
+share/doc/db3/api_c/env_set_paniccall.html
+share/doc/db3/api_c/hsearch.html
+share/doc/db3/api_c/set_func_close.html
+share/doc/db3/api_c/set_func_dirfree.html
+share/doc/db3/api_c/set_func_dirlist.html
+share/doc/db3/api_c/db_del.html
+share/doc/db3/api_c/set_func_exists.html
+share/doc/db3/api_c/set_func_free.html
+share/doc/db3/api_c/set_func_fsync.html
+share/doc/db3/api_c/set_func_ioinfo.html
+share/doc/db3/api_c/set_func_malloc.html
+share/doc/db3/api_c/set_func_map.html
+share/doc/db3/api_c/set_func_open.html
+share/doc/db3/api_c/set_func_read.html
+share/doc/db3/api_c/set_func_realloc.html
+share/doc/db3/api_c/set_func_rename.html
+share/doc/db3/api_c/set_func_seek.html
+share/doc/db3/api_c/set_func_sleep.html
+share/doc/db3/api_c/set_func_unlink.html
+share/doc/db3/api_c/set_func_unmap.html
+share/doc/db3/api_c/set_func_write.html
share/doc/db3/api_c/set_func_yield.html
+share/doc/db3/api_c/db_close.html
share/doc/db3/api_c/db_cursor.html
-share/doc/db3/api_c/db_del.html
share/doc/db3/api_c/db_fd.html
share/doc/db3/api_c/db_get.html
share/doc/db3/api_c/db_get_byteswapped.html
share/doc/db3/api_c/db_get_type.html
share/doc/db3/api_c/db_join.html
+share/doc/db3/api_c/db_key_range.html
share/doc/db3/api_c/db_open.html
share/doc/db3/api_c/db_put.html
share/doc/db3/api_c/db_remove.html
+share/doc/db3/api_c/db_rename.html
+share/doc/db3/api_c/db_set_append_recno.html
+share/doc/db3/api_c/db_set_bt_compare.html
share/doc/db3/api_c/db_set_bt_minkey.html
+share/doc/db3/api_c/db_set_bt_prefix.html
share/doc/db3/api_c/db_set_cachesize.html
+share/doc/db3/api_c/db_set_dup_compare.html
share/doc/db3/api_c/db_set_errcall.html
+share/doc/db3/api_c/txn_id.html
share/doc/db3/api_c/db_set_errpfx.html
share/doc/db3/api_c/db_set_feedback.html
share/doc/db3/api_c/db_set_flags.html
share/doc/db3/api_c/db_set_h_ffactor.html
+share/doc/db3/api_c/db_set_h_hash.html
share/doc/db3/api_c/db_set_h_nelem.html
share/doc/db3/api_c/db_set_lorder.html
share/doc/db3/api_c/db_set_pagesize.html
+share/doc/db3/api_c/db_set_q_extentsize.html
share/doc/db3/api_c/db_set_re_delim.html
share/doc/db3/api_c/db_set_re_len.html
share/doc/db3/api_c/db_set_re_pad.html
@@ -39,7 +84,9 @@ share/doc/db3/api_c/db_set_re_source.html
share/doc/db3/api_c/db_stat.html
share/doc/db3/api_c/db_sync.html
share/doc/db3/api_c/db_upgrade.html
+share/doc/db3/api_c/db_verify.html
share/doc/db3/api_c/dbc_close.html
+share/doc/db3/api_c/dbc_count.html
share/doc/db3/api_c/dbc_del.html
share/doc/db3/api_c/dbc_dup.html
share/doc/db3/api_c/dbc_get.html
@@ -48,19 +95,36 @@ share/doc/db3/api_c/env_close.html
share/doc/db3/api_c/env_open.html
share/doc/db3/api_c/env_remove.html
share/doc/db3/api_c/env_set_cachesize.html
+share/doc/db3/api_c/env_set_data_dir.html
share/doc/db3/api_c/env_set_errcall.html
share/doc/db3/api_c/env_set_errpfx.html
share/doc/db3/api_c/env_set_feedback.html
+share/doc/db3/api_c/env_set_flags.html
share/doc/db3/api_c/env_set_lg_bsize.html
+share/doc/db3/api_c/env_set_lg_dir.html
share/doc/db3/api_c/env_set_lg_max.html
share/doc/db3/api_c/env_set_lk_conflicts.html
share/doc/db3/api_c/env_set_lk_detect.html
share/doc/db3/api_c/env_set_lk_max.html
+share/doc/db3/api_c/env_set_lk_max_locks.html
+share/doc/db3/api_c/env_set_lk_max_lockers.html
+share/doc/db3/api_c/env_set_lk_max_objects.html
share/doc/db3/api_c/env_set_mp_mmapsize.html
+share/doc/db3/api_c/env_set_mutexlocks.html
+share/doc/db3/api_c/env_set_pageyield.html
+share/doc/db3/api_c/env_set_panicstate.html
share/doc/db3/api_c/env_set_rec_init.html
share/doc/db3/api_c/env_set_region_init.html
+share/doc/db3/api_c/env_set_server.html
+share/doc/db3/api_c/env_set_shm_key.html
+share/doc/db3/api_c/env_set_tas_spins.html
+share/doc/db3/api_c/env_set_tmp_dir.html
share/doc/db3/api_c/env_set_tx_max.html
+share/doc/db3/api_c/env_set_tx_recover.html
+share/doc/db3/api_c/env_set_tx_timestamp.html
share/doc/db3/api_c/env_set_verbose.html
+share/doc/db3/api_c/env_strerror.html
+share/doc/db3/api_c/env_version.html
share/doc/db3/api_c/lock_detect.html
share/doc/db3/api_c/lock_get.html
share/doc/db3/api_c/lock_id.html
@@ -90,60 +154,25 @@ share/doc/db3/api_c/txn_abort.html
share/doc/db3/api_c/txn_begin.html
share/doc/db3/api_c/txn_checkpoint.html
share/doc/db3/api_c/txn_commit.html
-share/doc/db3/api_c/txn_id.html
share/doc/db3/api_c/txn_prepare.html
share/doc/db3/api_c/txn_stat.html
-share/doc/db3/api_c/c_flags.html
share/doc/db3/api_c/c_index.html
-share/doc/db3/api_c/db_create.html
-share/doc/db3/api_c/db_err.html
-share/doc/db3/api_c/db_lsn.html
-share/doc/db3/api_c/db_set_bt_compare.html
-share/doc/db3/api_c/db_set_bt_prefix.html
-share/doc/db3/api_c/db_set_dup_compare.html
-share/doc/db3/api_c/db_set_errfile.html
-share/doc/db3/api_c/db_set_h_hash.html
-share/doc/db3/api_c/db_set_malloc.html
-share/doc/db3/api_c/dbm.html
-share/doc/db3/api_c/db_set_paniccall.html
-share/doc/db3/api_c/db_set_realloc.html
-share/doc/db3/api_c/dbt.html
-share/doc/db3/api_c/env_create.html
-share/doc/db3/api_c/env_set_errfile.html
-share/doc/db3/api_c/env_set_mutexlocks.html
-share/doc/db3/api_c/env_set_pageyield.html
-share/doc/db3/api_c/env_set_paniccall.html
-share/doc/db3/api_c/env_set_tas_spins.html
-share/doc/db3/api_c/env_set_tx_recover.html
-share/doc/db3/api_c/env_strerror.html
-share/doc/db3/api_c/env_version.html
-share/doc/db3/api_c/hsearch.html
-share/doc/db3/api_c/set_func_close.html
-share/doc/db3/api_c/set_func_dirfree.html
-share/doc/db3/api_c/set_func_dirlist.html
-share/doc/db3/api_c/set_func_exists.html
-share/doc/db3/api_c/set_func_free.html
-share/doc/db3/api_c/set_func_fsync.html
-share/doc/db3/api_c/set_func_ioinfo.html
-share/doc/db3/api_c/set_func_malloc.html
-share/doc/db3/api_c/set_func_map.html
-share/doc/db3/api_c/set_func_open.html
-share/doc/db3/api_c/set_func_read.html
-share/doc/db3/api_c/set_func_realloc.html
-share/doc/db3/api_c/set_func_rename.html
-share/doc/db3/api_c/set_func_seek.html
-share/doc/db3/api_c/set_func_sleep.html
-share/doc/db3/api_c/set_func_unlink.html
-share/doc/db3/api_c/set_func_unmap.html
-share/doc/db3/api_c/set_func_write.html
-share/doc/db3/api_c/db_close.html
share/doc/db3/sleepycat/legal.html
-share/doc/db3/sleepycat/products.html
+share/doc/db3/sleepycat/license.html
share/doc/db3/sleepycat/contact.html
-share/doc/db3/ref/xa/config.html
-share/doc/db3/ref/xa/faq.html
-share/doc/db3/ref/xa/intro.html
-share/doc/db3/ref/am/upgrade.html
+share/doc/db3/ref/lock/twopl.html
+share/doc/db3/ref/lock/cam_conv.html
+share/doc/db3/ref/lock/config.html
+share/doc/db3/ref/lock/dead.html
+share/doc/db3/ref/lock/intro.html
+share/doc/db3/ref/lock/max.html
+share/doc/db3/ref/lock/nondb.html
+share/doc/db3/ref/lock/notxn.html
+share/doc/db3/ref/lock/page.html
+share/doc/db3/ref/lock/stdmode.html
+share/doc/db3/ref/lock/am_conv.html
+share/doc/db3/ref/am/verify.html
+share/doc/db3/ref/am/count.html
share/doc/db3/ref/am/curclose.html
share/doc/db3/ref/am/curdel.html
share/doc/db3/ref/am/curdup.html
@@ -155,12 +184,27 @@ share/doc/db3/ref/am/error.html
share/doc/db3/ref/am/get.html
share/doc/db3/ref/am/join.html
share/doc/db3/ref/am/open.html
+share/doc/db3/ref/am/opensub.html
share/doc/db3/ref/am/ops.html
share/doc/db3/ref/am/partial.html
share/doc/db3/ref/am/put.html
+share/doc/db3/ref/am/stability.html
share/doc/db3/ref/am/stat.html
share/doc/db3/ref/am/sync.html
+share/doc/db3/ref/am/upgrade.html
share/doc/db3/ref/am/close.html
+share/doc/db3/ref/upgrade.3.2/tx_recover.html
+share/doc/db3/ref/upgrade.3.2/db_dump.html
+share/doc/db3/ref/upgrade.3.2/disk.html
+share/doc/db3/ref/upgrade.3.2/handle.html
+share/doc/db3/ref/upgrade.3.2/incomplete.html
+share/doc/db3/ref/upgrade.3.2/intro.html
+share/doc/db3/ref/upgrade.3.2/mutexlock.html
+share/doc/db3/ref/upgrade.3.2/notfound.html
+share/doc/db3/ref/upgrade.3.2/renumber.html
+share/doc/db3/ref/upgrade.3.2/set_flags.html
+share/doc/db3/ref/upgrade.3.2/toc.html
+share/doc/db3/ref/upgrade.3.2/callback.html
share/doc/db3/ref/am_conf/select.html
share/doc/db3/ref/am_conf/bt_minkey.html
share/doc/db3/ref/am_conf/bt_prefix.html
@@ -168,6 +212,7 @@ share/doc/db3/ref/am_conf/bt_recnum.html
share/doc/db3/ref/am_conf/byteorder.html
share/doc/db3/ref/am_conf/cachesize.html
share/doc/db3/ref/am_conf/dup.html
+share/doc/db3/ref/am_conf/extentsize.html
share/doc/db3/ref/am_conf/h_ffactor.html
share/doc/db3/ref/am_conf/h_hash.html
share/doc/db3/ref/am_conf/h_nelem.html
@@ -197,12 +242,16 @@ share/doc/db3/ref/build_unix/irix.html
share/doc/db3/ref/build_unix/linux.html
share/doc/db3/ref/build_unix/notes.html
share/doc/db3/ref/build_unix/osf1.html
+share/doc/db3/ref/build_unix/qnx.html
share/doc/db3/ref/build_unix/sco.html
share/doc/db3/ref/build_unix/shlib.html
share/doc/db3/ref/build_unix/solaris.html
share/doc/db3/ref/build_unix/sunos.html
share/doc/db3/ref/build_unix/test.html
share/doc/db3/ref/build_unix/aix.html
+share/doc/db3/ref/build_vxworks/faq.html
+share/doc/db3/ref/build_vxworks/intro.html
+share/doc/db3/ref/build_vxworks/notes.html
share/doc/db3/ref/build_win/faq.html
share/doc/db3/ref/build_win/intro.html
share/doc/db3/ref/build_win/notes.html
@@ -225,27 +274,41 @@ share/doc/db3/ref/env/open.html
share/doc/db3/ref/env/region.html
share/doc/db3/ref/env/remote.html
share/doc/db3/ref/env/create.html
+share/doc/db3/ref/intro/where.html
+share/doc/db3/ref/intro/dbis.html
+share/doc/db3/ref/intro/dbisnot.html
share/doc/db3/ref/intro/distrib.html
-share/doc/db3/ref/intro/do.html
+share/doc/db3/ref/intro/need.html
+share/doc/db3/ref/intro/products.html
+share/doc/db3/ref/intro/terrain.html
share/doc/db3/ref/intro/what.html
-share/doc/db3/ref/intro/where.html
+share/doc/db3/ref/intro/data.html
share/doc/db3/ref/install/file.html
share/doc/db3/ref/install/magic.txt
share/doc/db3/ref/install/magic.s5.be.txt
share/doc/db3/ref/install/magic.s5.le.txt
share/doc/db3/ref/java/compat.html
share/doc/db3/ref/java/conf.html
+share/doc/db3/ref/java/faq.html
share/doc/db3/ref/java/program.html
-share/doc/db3/ref/lock/twopl.html
-share/doc/db3/ref/lock/cam_conv.html
-share/doc/db3/ref/lock/config.html
-share/doc/db3/ref/lock/dead.html
-share/doc/db3/ref/lock/intro.html
-share/doc/db3/ref/lock/nondb.html
-share/doc/db3/ref/lock/notxn.html
-share/doc/db3/ref/lock/page.html
-share/doc/db3/ref/lock/stdmode.html
-share/doc/db3/ref/lock/am_conv.html
+share/doc/db3/ref/upgrade.3.1/txn_check.html
+share/doc/db3/ref/upgrade.3.1/config.html
+share/doc/db3/ref/upgrade.3.1/disk.html
+share/doc/db3/ref/upgrade.3.1/dup.html
+share/doc/db3/ref/upgrade.3.1/env.html
+share/doc/db3/ref/upgrade.3.1/intro.html
+share/doc/db3/ref/upgrade.3.1/log_register.html
+share/doc/db3/ref/upgrade.3.1/logalloc.html
+share/doc/db3/ref/upgrade.3.1/memp_register.html
+share/doc/db3/ref/upgrade.3.1/put.html
+share/doc/db3/ref/upgrade.3.1/set_feedback.html
+share/doc/db3/ref/upgrade.3.1/set_paniccall.html
+share/doc/db3/ref/upgrade.3.1/set_tx_recover.html
+share/doc/db3/ref/upgrade.3.1/sysmem.html
+share/doc/db3/ref/upgrade.3.1/tcl.html
+share/doc/db3/ref/upgrade.3.1/toc.html
+share/doc/db3/ref/upgrade.3.1/tmp.html
+share/doc/db3/ref/upgrade.3.1/btstat.html
share/doc/db3/ref/log/config.html
share/doc/db3/ref/log/intro.html
share/doc/db3/ref/log/limits.html
@@ -255,12 +318,16 @@ share/doc/db3/ref/perl/intro.html
share/doc/db3/ref/program/solaris.txt
share/doc/db3/ref/program/byteorder.html
share/doc/db3/ref/program/compatible.html
+share/doc/db3/ref/program/copy.html
share/doc/db3/ref/program/dbsizes.html
share/doc/db3/ref/program/diskspace.html
share/doc/db3/ref/program/environ.html
share/doc/db3/ref/program/errorret.html
+share/doc/db3/ref/program/extending.html
share/doc/db3/ref/program/mt.html
share/doc/db3/ref/program/namespace.html
+share/doc/db3/ref/program/scope.html
+share/doc/db3/ref/program/recimp.html
share/doc/db3/ref/program/runtime.html
share/doc/db3/ref/program/version.html
share/doc/db3/ref/program/appsignals.html
@@ -271,6 +338,9 @@ share/doc/db3/ref/refs/refs.html
share/doc/db3/ref/refs/embedded.html
share/doc/db3/ref/refs/hash_usenix.ps
share/doc/db3/ref/refs/libtp_usenix.ps
+share/doc/db3/ref/rpc/client.html
+share/doc/db3/ref/rpc/intro.html
+share/doc/db3/ref/rpc/server.html
share/doc/db3/ref/sendmail/intro.html
share/doc/db3/ref/simple_tut/example.txt
share/doc/db3/ref/simple_tut/del.html
@@ -284,30 +354,43 @@ share/doc/db3/ref/simple_tut/put.html
share/doc/db3/ref/simple_tut/close.html
share/doc/db3/ref/tcl/intro.html
share/doc/db3/ref/tcl/error.html
+share/doc/db3/ref/tcl/faq.html
share/doc/db3/ref/tcl/program.html
share/doc/db3/ref/tcl/using.html
+share/doc/db3/ref/test/faq.html
share/doc/db3/ref/test/run.html
share/doc/db3/ref/transapp/writetest.txt
-share/doc/db3/ref/transapp/apps.html
+share/doc/db3/ref/transapp/app.html
share/doc/db3/ref/transapp/archival.html
share/doc/db3/ref/transapp/checkpoint.html
+share/doc/db3/ref/transapp/cursor.html
+share/doc/db3/ref/transapp/data_open.html
share/doc/db3/ref/transapp/deadlock.html
+share/doc/db3/ref/transapp/env_open.html
share/doc/db3/ref/transapp/filesys.html
+share/doc/db3/ref/transapp/inc.html
share/doc/db3/ref/transapp/intro.html
+share/doc/db3/ref/transapp/logfile.html
+share/doc/db3/ref/transapp/put.html
+share/doc/db3/ref/transapp/read.html
share/doc/db3/ref/transapp/reclimit.html
share/doc/db3/ref/transapp/recovery.html
+share/doc/db3/ref/transapp/term.html
share/doc/db3/ref/transapp/throughput.html
+share/doc/db3/ref/transapp/why.html
+share/doc/db3/ref/transapp/transapp.txt
share/doc/db3/ref/transapp/admin.html
share/doc/db3/ref/txn/config.html
share/doc/db3/ref/txn/intro.html
share/doc/db3/ref/txn/limits.html
share/doc/db3/ref/txn/nested.html
share/doc/db3/ref/txn/other.html
-share/doc/db3/ref/txn/stability.html
+share/doc/db3/ref/upgrade/process.html
share/doc/db3/ref/upgrade.2.0/convert.html
share/doc/db3/ref/upgrade.2.0/disk.html
share/doc/db3/ref/upgrade.2.0/intro.html
share/doc/db3/ref/upgrade.2.0/system.html
+share/doc/db3/ref/upgrade.2.0/toc.html
share/doc/db3/ref/upgrade.3.0/xa.html
share/doc/db3/ref/upgrade.3.0/cxx.html
share/doc/db3/ref/upgrade.3.0/db.html
@@ -327,15 +410,46 @@ share/doc/db3/ref/upgrade.3.0/jump_set.html
share/doc/db3/ref/upgrade.3.0/lock_detect.html
share/doc/db3/ref/upgrade.3.0/lock_notheld.html
share/doc/db3/ref/upgrade.3.0/lock_put.html
+share/doc/db3/ref/upgrade.3.0/lock_stat.html
share/doc/db3/ref/upgrade.3.0/log_register.html
+share/doc/db3/ref/upgrade.3.0/log_stat.html
+share/doc/db3/ref/upgrade.3.0/memp_stat.html
share/doc/db3/ref/upgrade.3.0/open.html
share/doc/db3/ref/upgrade.3.0/rmw.html
+share/doc/db3/ref/upgrade.3.0/stat.html
+share/doc/db3/ref/upgrade.3.0/toc.html
share/doc/db3/ref/upgrade.3.0/txn_begin.html
share/doc/db3/ref/upgrade.3.0/txn_commit.html
+share/doc/db3/ref/upgrade.3.0/txn_stat.html
share/doc/db3/ref/upgrade.3.0/value_set.html
share/doc/db3/ref/upgrade.3.0/close.html
+share/doc/db3/ref/xa/config.html
+share/doc/db3/ref/xa/faq.html
+share/doc/db3/ref/xa/intro.html
+share/doc/db3/ref/pindex.src
share/doc/db3/ref/toc.html
+share/doc/db3/api_cxx/cxx_pindex.html
+share/doc/db3/api_cxx/db_class.html
+share/doc/db3/api_cxx/pindex.src
+share/doc/db3/api_cxx/db_err.html
+share/doc/db3/api_cxx/db_set_errfile.html
+share/doc/db3/api_cxx/db_set_malloc.html
+share/doc/db3/api_cxx/db_set_paniccall.html
+share/doc/db3/api_cxx/db_set_realloc.html
+share/doc/db3/api_cxx/dbc_class.html
+share/doc/db3/api_cxx/dbenv_class.html
+share/doc/db3/api_cxx/dbt_class.html
+share/doc/db3/api_cxx/env_set_errfile.html
+share/doc/db3/api_cxx/env_set_error_stream.html
+share/doc/db3/api_cxx/env_set_paniccall.html
+share/doc/db3/api_cxx/except_class.html
+share/doc/db3/api_cxx/get_errno.html
+share/doc/db3/api_cxx/lock_class.html
+share/doc/db3/api_cxx/lsn_class.html
+share/doc/db3/api_cxx/mempfile_class.html
+share/doc/db3/api_cxx/txn_class.html
share/doc/db3/api_cxx/what.html
+share/doc/db3/api_cxx/db_close.html
share/doc/db3/api_cxx/db_cursor.html
share/doc/db3/api_cxx/db_del.html
share/doc/db3/api_cxx/db_fd.html
@@ -343,20 +457,27 @@ share/doc/db3/api_cxx/db_get.html
share/doc/db3/api_cxx/db_get_byteswapped.html
share/doc/db3/api_cxx/db_get_type.html
share/doc/db3/api_cxx/db_join.html
+share/doc/db3/api_cxx/db_key_range.html
share/doc/db3/api_cxx/db_open.html
share/doc/db3/api_cxx/db_put.html
share/doc/db3/api_cxx/db_remove.html
+share/doc/db3/api_cxx/db_rename.html
+share/doc/db3/api_cxx/db_set_append_recno.html
+share/doc/db3/api_cxx/db_set_bt_compare.html
share/doc/db3/api_cxx/db_set_bt_minkey.html
-share/doc/db3/api_cxx/db_set_cachesize.html
share/doc/db3/api_cxx/db_set_errcall.html
+share/doc/db3/api_cxx/db_set_bt_prefix.html
+share/doc/db3/api_cxx/db_set_cachesize.html
+share/doc/db3/api_cxx/db_set_dup_compare.html
share/doc/db3/api_cxx/db_set_errpfx.html
share/doc/db3/api_cxx/db_set_feedback.html
share/doc/db3/api_cxx/db_set_flags.html
share/doc/db3/api_cxx/db_set_h_ffactor.html
-share/doc/db3/api_cxx/txn_id.html
+share/doc/db3/api_cxx/db_set_h_hash.html
share/doc/db3/api_cxx/db_set_h_nelem.html
share/doc/db3/api_cxx/db_set_lorder.html
share/doc/db3/api_cxx/db_set_pagesize.html
+share/doc/db3/api_cxx/db_set_q_extentsize.html
share/doc/db3/api_cxx/db_set_re_delim.html
share/doc/db3/api_cxx/db_set_re_len.html
share/doc/db3/api_cxx/db_set_re_pad.html
@@ -364,7 +485,9 @@ share/doc/db3/api_cxx/db_set_re_source.html
share/doc/db3/api_cxx/db_stat.html
share/doc/db3/api_cxx/db_sync.html
share/doc/db3/api_cxx/db_upgrade.html
+share/doc/db3/api_cxx/db_verify.html
share/doc/db3/api_cxx/dbc_close.html
+share/doc/db3/api_cxx/dbc_count.html
share/doc/db3/api_cxx/dbc_del.html
share/doc/db3/api_cxx/dbc_dup.html
share/doc/db3/api_cxx/dbc_get.html
@@ -373,21 +496,38 @@ share/doc/db3/api_cxx/env_close.html
share/doc/db3/api_cxx/env_open.html
share/doc/db3/api_cxx/env_remove.html
share/doc/db3/api_cxx/env_set_cachesize.html
+share/doc/db3/api_cxx/env_set_data_dir.html
share/doc/db3/api_cxx/env_set_errcall.html
share/doc/db3/api_cxx/env_set_errpfx.html
share/doc/db3/api_cxx/env_set_feedback.html
+share/doc/db3/api_cxx/env_set_flags.html
share/doc/db3/api_cxx/env_set_lg_bsize.html
+share/doc/db3/api_cxx/env_set_lg_dir.html
share/doc/db3/api_cxx/env_set_lg_max.html
share/doc/db3/api_cxx/env_set_lk_conflicts.html
share/doc/db3/api_cxx/env_set_lk_detect.html
share/doc/db3/api_cxx/env_set_lk_max.html
+share/doc/db3/api_cxx/env_set_lk_max_locks.html
+share/doc/db3/api_cxx/env_set_lk_max_lockers.html
+share/doc/db3/api_cxx/env_set_lk_max_objects.html
share/doc/db3/api_cxx/env_set_mp_mmapsize.html
+share/doc/db3/api_cxx/env_set_mutexlocks.html
+share/doc/db3/api_cxx/env_set_pageyield.html
+share/doc/db3/api_cxx/env_set_panicstate.html
share/doc/db3/api_cxx/env_set_rec_init.html
share/doc/db3/api_cxx/env_set_region_init.html
+share/doc/db3/api_cxx/env_set_server.html
+share/doc/db3/api_cxx/lock_get.html
+share/doc/db3/api_cxx/env_set_shm_key.html
+share/doc/db3/api_cxx/env_set_tas_spins.html
+share/doc/db3/api_cxx/env_set_tmp_dir.html
share/doc/db3/api_cxx/env_set_tx_max.html
+share/doc/db3/api_cxx/env_set_tx_recover.html
+share/doc/db3/api_cxx/env_set_tx_timestamp.html
share/doc/db3/api_cxx/env_set_verbose.html
+share/doc/db3/api_cxx/env_strerror.html
+share/doc/db3/api_cxx/env_version.html
share/doc/db3/api_cxx/lock_detect.html
-share/doc/db3/api_cxx/lock_get.html
share/doc/db3/api_cxx/lock_id.html
share/doc/db3/api_cxx/lock_put.html
share/doc/db3/api_cxx/lock_stat.html
@@ -415,36 +555,12 @@ share/doc/db3/api_cxx/txn_abort.html
share/doc/db3/api_cxx/txn_begin.html
share/doc/db3/api_cxx/txn_checkpoint.html
share/doc/db3/api_cxx/txn_commit.html
+share/doc/db3/api_cxx/txn_id.html
share/doc/db3/api_cxx/txn_prepare.html
share/doc/db3/api_cxx/txn_stat.html
share/doc/db3/api_cxx/cxx_index.html
-share/doc/db3/api_cxx/db_class.html
-share/doc/db3/api_cxx/db_err.html
-share/doc/db3/api_cxx/db_set_bt_compare.html
-share/doc/db3/api_cxx/db_set_bt_prefix.html
-share/doc/db3/api_cxx/db_set_dup_compare.html
-share/doc/db3/api_cxx/db_set_errfile.html
-share/doc/db3/api_cxx/db_set_h_hash.html
-share/doc/db3/api_cxx/db_set_malloc.html
-share/doc/db3/api_cxx/db_set_paniccall.html
-share/doc/db3/api_cxx/db_set_realloc.html
-share/doc/db3/api_cxx/dbc_class.html
-share/doc/db3/api_cxx/dbenv_class.html
-share/doc/db3/api_cxx/dbt_class.html
-share/doc/db3/api_cxx/env_set_errfile.html
-share/doc/db3/api_cxx/env_set_error_stream.html
-share/doc/db3/api_cxx/env_set_paniccall.html
-share/doc/db3/api_cxx/env_set_tx_recover.html
-share/doc/db3/api_cxx/env_strerror.html
-share/doc/db3/api_cxx/env_version.html
-share/doc/db3/api_cxx/except_class.html
-share/doc/db3/api_cxx/get_errno.html
-share/doc/db3/api_cxx/lock_class.html
-share/doc/db3/api_cxx/lsn_class.html
-share/doc/db3/api_cxx/mempfile_class.html
-share/doc/db3/api_cxx/txn_class.html
-share/doc/db3/api_cxx/db_close.html
-share/doc/db3/utility/db_stat.html
+share/doc/db3/utility/db_verify.html
+share/doc/db3/utility/berkeley_db_svc.html
share/doc/db3/utility/db_archive.html
share/doc/db3/utility/db_checkpoint.html
share/doc/db3/utility/db_deadlock.html
@@ -452,8 +568,12 @@ share/doc/db3/utility/db_dump.html
share/doc/db3/utility/db_load.html
share/doc/db3/utility/db_printlog.html
share/doc/db3/utility/db_recover.html
+share/doc/db3/utility/db_stat.html
+share/doc/db3/utility/db_upgrade.html
share/doc/db3/utility/index.html
-share/doc/db3/api_tcl/version.html
+share/doc/db3/api_tcl/tcl_pindex.html
+share/doc/db3/api_tcl/pindex.src
+share/doc/db3/api_tcl/db_count.html
share/doc/db3/api_tcl/db_cursor.html
share/doc/db3/api_tcl/db_del.html
share/doc/db3/api_tcl/db_get.html
@@ -463,6 +583,7 @@ share/doc/db3/api_tcl/db_is_byteswapped.html
share/doc/db3/api_tcl/db_join.html
share/doc/db3/api_tcl/db_open.html
share/doc/db3/api_tcl/db_put.html
+share/doc/db3/api_tcl/db_rename.html
share/doc/db3/api_tcl/db_remove.html
share/doc/db3/api_tcl/db_stat.html
share/doc/db3/api_tcl/db_sync.html
@@ -478,8 +599,24 @@ share/doc/db3/api_tcl/tcl_index.html
share/doc/db3/api_tcl/txn.html
share/doc/db3/api_tcl/txn_abort.html
share/doc/db3/api_tcl/txn_commit.html
+share/doc/db3/api_tcl/version.html
share/doc/db3/api_tcl/db_close.html
+share/doc/db3/api_java/java_pindex.html
+share/doc/db3/api_java/pindex.src
+share/doc/db3/api_java/dbc_class.html
+share/doc/db3/api_java/dbenv_class.html
+share/doc/db3/api_java/dbt_class.html
+share/doc/db3/api_java/deadlock_class.html
+share/doc/db3/api_java/env_set_error_stream.html
+share/doc/db3/api_java/except_class.html
+share/doc/db3/api_java/get_errno.html
+share/doc/db3/api_java/java_index.html
+share/doc/db3/api_java/lock_class.html
+share/doc/db3/api_java/lsn_class.html
+share/doc/db3/api_java/mem_class.html
+share/doc/db3/api_java/runrec_class.html
share/doc/db3/api_java/txn_class.html
+share/doc/db3/api_java/db_close.html
share/doc/db3/api_java/db_cursor.html
share/doc/db3/api_java/db_del.html
share/doc/db3/api_java/db_fd.html
@@ -487,19 +624,27 @@ share/doc/db3/api_java/db_get.html
share/doc/db3/api_java/db_get_byteswapped.html
share/doc/db3/api_java/db_get_type.html
share/doc/db3/api_java/db_join.html
+share/doc/db3/api_java/db_key_range.html
share/doc/db3/api_java/db_open.html
share/doc/db3/api_java/db_put.html
share/doc/db3/api_java/db_remove.html
+share/doc/db3/api_java/db_rename.html
+share/doc/db3/api_java/db_set_append_recno.html
+share/doc/db3/api_java/db_set_bt_compare.html
share/doc/db3/api_java/db_set_bt_minkey.html
+share/doc/db3/api_java/db_set_bt_prefix.html
share/doc/db3/api_java/db_set_cachesize.html
+share/doc/db3/api_java/db_set_dup_compare.html
share/doc/db3/api_java/db_set_errcall.html
share/doc/db3/api_java/db_set_errpfx.html
share/doc/db3/api_java/db_set_feedback.html
share/doc/db3/api_java/db_set_flags.html
share/doc/db3/api_java/db_set_h_ffactor.html
+share/doc/db3/api_java/db_set_h_hash.html
share/doc/db3/api_java/db_set_h_nelem.html
share/doc/db3/api_java/db_set_lorder.html
share/doc/db3/api_java/db_set_pagesize.html
+share/doc/db3/api_java/db_set_q_extentsize.html
share/doc/db3/api_java/db_set_re_delim.html
share/doc/db3/api_java/db_set_re_len.html
share/doc/db3/api_java/db_set_re_pad.html
@@ -507,7 +652,9 @@ share/doc/db3/api_java/db_set_re_source.html
share/doc/db3/api_java/db_stat.html
share/doc/db3/api_java/db_sync.html
share/doc/db3/api_java/db_upgrade.html
+share/doc/db3/api_java/db_verify.html
share/doc/db3/api_java/dbc_close.html
+share/doc/db3/api_java/dbc_count.html
share/doc/db3/api_java/dbc_del.html
share/doc/db3/api_java/dbc_dup.html
share/doc/db3/api_java/dbc_get.html
@@ -516,19 +663,37 @@ share/doc/db3/api_java/env_close.html
share/doc/db3/api_java/env_open.html
share/doc/db3/api_java/env_remove.html
share/doc/db3/api_java/env_set_cachesize.html
+share/doc/db3/api_java/env_set_data_dir.html
share/doc/db3/api_java/env_set_errcall.html
share/doc/db3/api_java/env_set_errpfx.html
share/doc/db3/api_java/env_set_feedback.html
+share/doc/db3/api_java/env_set_flags.html
share/doc/db3/api_java/env_set_lg_bsize.html
+share/doc/db3/api_java/env_set_lg_dir.html
share/doc/db3/api_java/env_set_lg_max.html
share/doc/db3/api_java/env_set_lk_conflicts.html
share/doc/db3/api_java/env_set_lk_detect.html
share/doc/db3/api_java/env_set_lk_max.html
+share/doc/db3/api_java/env_set_lk_max_locks.html
+share/doc/db3/api_java/env_set_lk_max_lockers.html
+share/doc/db3/api_java/env_set_lk_max_objects.html
share/doc/db3/api_java/env_set_mp_mmapsize.html
+share/doc/db3/api_java/env_set_mutexlocks.html
+share/doc/db3/api_java/env_set_pageyield.html
+share/doc/db3/api_java/env_set_panicstate.html
share/doc/db3/api_java/env_set_rec_init.html
share/doc/db3/api_java/env_set_region_init.html
+share/doc/db3/api_java/env_set_server.html
+share/doc/db3/api_java/env_set_shm_key.html
+share/doc/db3/api_java/env_set_tas_spins.html
+share/doc/db3/api_java/env_set_tmp_dir.html
share/doc/db3/api_java/env_set_tx_max.html
+share/doc/db3/api_java/env_set_tx_recover.html
+share/doc/db3/api_java/txn_id.html
+share/doc/db3/api_java/env_set_tx_timestamp.html
share/doc/db3/api_java/env_set_verbose.html
+share/doc/db3/api_java/env_strerror.html
+share/doc/db3/api_java/env_version.html
share/doc/db3/api_java/lock_detect.html
share/doc/db3/api_java/lock_get.html
share/doc/db3/api_java/lock_id.html
@@ -558,23 +723,9 @@ share/doc/db3/api_java/txn_abort.html
share/doc/db3/api_java/txn_begin.html
share/doc/db3/api_java/txn_checkpoint.html
share/doc/db3/api_java/txn_commit.html
-share/doc/db3/api_java/txn_id.html
share/doc/db3/api_java/txn_prepare.html
share/doc/db3/api_java/txn_stat.html
share/doc/db3/api_java/db_class.html
-share/doc/db3/api_java/dbc_class.html
-share/doc/db3/api_java/dbenv_class.html
-share/doc/db3/api_java/dbt_class.html
-share/doc/db3/api_java/deadlock_class.html
-share/doc/db3/api_java/env_set_error_stream.html
-share/doc/db3/api_java/except_class.html
-share/doc/db3/api_java/get_errno.html
-share/doc/db3/api_java/java_index.html
-share/doc/db3/api_java/lock_class.html
-share/doc/db3/api_java/lsn_class.html
-share/doc/db3/api_java/mem_class.html
-share/doc/db3/api_java/runrec_class.html
-share/doc/db3/api_java/db_close.html
share/doc/db3/images/api.gif
share/doc/db3/images/next.gif
share/doc/db3/images/prev.gif
@@ -588,13 +739,17 @@ share/doc/db3/index.html
@dirrm share/doc/db3/utility
@dirrm share/doc/db3/api_cxx
@dirrm share/doc/db3/ref/upgrade.3.0
+@dirrm share/doc/db3/ref/upgrade.3.1
+@dirrm share/doc/db3/ref/upgrade.3.2
@dirrm share/doc/db3/ref/upgrade.2.0
+@dirrm share/doc/db3/ref/upgrade
@dirrm share/doc/db3/ref/txn
@dirrm share/doc/db3/ref/transapp
@dirrm share/doc/db3/ref/test
@dirrm share/doc/db3/ref/tcl
@dirrm share/doc/db3/ref/simple_tut
@dirrm share/doc/db3/ref/sendmail
+@dirrm share/doc/db3/ref/rpc
@dirrm share/doc/db3/ref/refs
@dirrm share/doc/db3/ref/program
@dirrm share/doc/db3/ref/perl
@@ -609,6 +764,7 @@ share/doc/db3/index.html
@dirrm share/doc/db3/ref/distrib
@dirrm share/doc/db3/ref/debug
@dirrm share/doc/db3/ref/cam
+@dirrm share/doc/db3/ref/build_vxworks
@dirrm share/doc/db3/ref/build_win
@dirrm share/doc/db3/ref/build_unix
@dirrm share/doc/db3/ref/arch