[csw-devel] SF.net SVN: gar:[6598] csw/mgar/pkg/bdb43/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Sep 28 17:17:05 CEST 2009


Revision: 6598
          http://gar.svn.sourceforge.net/gar/?rev=6598&view=rev
Author:   dmichelsen
Date:     2009-09-28 15:17:03 +0000 (Mon, 28 Sep 2009)

Log Message:
-----------
bdb43: Move to dynamic gspec, apple patch no. 1

Modified Paths:
--------------
    csw/mgar/pkg/bdb43/trunk/Makefile
    csw/mgar/pkg/bdb43/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/bdb43/trunk/files/patch.4.3.29.1

Removed Paths:
-------------
    csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-devel.depend
    csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-devel.gspec
    csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-devel.prototype
    csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-doc.depend
    csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-doc.gspec
    csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-doc.prototype
    csw/mgar/pkg/bdb43/trunk/files/CSWbdb43.depend
    csw/mgar/pkg/bdb43/trunk/files/CSWbdb43.gspec
    csw/mgar/pkg/bdb43/trunk/files/CSWbdb43.prototype
    csw/mgar/pkg/bdb43/trunk/legacy/

Modified: csw/mgar/pkg/bdb43/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bdb43/trunk/Makefile	2009-09-28 14:49:31 UTC (rev 6597)
+++ csw/mgar/pkg/bdb43/trunk/Makefile	2009-09-28 15:17:03 UTC (rev 6598)
@@ -13,20 +13,44 @@
   (MSVC 4, 5 and 6).
 endef
 
-MASTER_SITES = http://downloads.sleepycat.com/
+MASTER_SITES = http://download.oracle.com/berkeley-db/
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz 
-DISTFILES += $(call admfiles,CSWbdb43,depend prototype)
-DISTFILES += $(call admfiles,CSWbdb43-devel,depend prototype)
-DISTFILES += $(call admfiles,CSWbdb43-doc,depend prototype)
 
+PATCHDIR = $(WORKSRC)/..
+PATCHDIRLEVEL = 0
+PATCHFILES += $(notdir $(wildcard $(FILEDIR)/patch.*))
+
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
 WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/build_unix
 
+PACKAGES = CSWbdb43 CSWbdb43-devel CSWbdb43-doc
+
+CATALOGNAME_CSWbdb43 = berkeleydb43
+CATALOGNAME_CSWbdb43-devel = berkeleydb43_devel
+CATALOGNAME_CSWbdb43-doc = berkeleydb43_doc
+
+SPKG_DESC_CSWbdb43 = BerkeleyDB 4.3
+SPKG_DESC_CSWbdb43-devel = BerkeleyDB 4.3 development support
+SPKG_DESC_CSWbdb43-doc = BerkeleyDB 4.3 documentation
+
+SPKG_SOURCEURL = http://www.oracle.com/technology/products/berkeley-db/index.html
+
+REQUIRED_PKGS_CSWbdb43-devel = CSWbdb43
+
+INCOMPATIBLE_PKGS_CSWbdb43-doc = CSWbdb43doc
+
+LICENSE = LICENSE
+
+ARCHALL_CSWbdb43-doc = 1
+
 CONFIGURE_SCRIPTS = dist
 
-CONFIGURE_ARGS  = --prefix $(prefix)/bdb43
+prefix = $(BUILD_PREFIX)/bdb43
+docdir = $(BUILD_PREFIX)/share/doc
+
+CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --disable-cryptography
 CONFIGURE_ARGS += --enable-compat185
 CONFIGURE_ARGS += --enable-rpc
@@ -42,6 +66,10 @@
 # bdb tests are time consuming
 TEST_SCRIPTS =
 
+PKGFILES_CSWbdb43-doc = $(prefix)/docs/.*
+
+PKGFILES_CSWbdb43-devel = $(PKGFILES_DEVEL)
+
 include gar/category.mk
 
 LIBS += -lnsl

Modified: csw/mgar/pkg/bdb43/trunk/checksums
===================================================================
--- csw/mgar/pkg/bdb43/trunk/checksums	2009-09-28 14:49:31 UTC (rev 6597)
+++ csw/mgar/pkg/bdb43/trunk/checksums	2009-09-28 15:17:03 UTC (rev 6598)
@@ -1,10 +1,2 @@
-13585a20ce32f113b8e8cdb57f52e3bb  download/db-4.3.29.tar.gz
-a780ed74216a67b45d5bab030d29d1a8  download/CSWbdb43.gspec
-8093298b67861e241b0d2499c9f2ff89  download/CSWbdb43.depend
-001de61b8e01758ba15ee19184b36bcf  download/CSWbdb43.prototype
-d3e8da06077e095478cb493e3928eaaf  download/CSWbdb43-devel.gspec
-f905a2c20a7c2265a2ed126027a49b85  download/CSWbdb43-devel.depend
-102c5de41ee6b1039f92836fc309eb80  download/CSWbdb43-devel.prototype
-0539eef14dfa8dc02a162d946ad164b1  download/CSWbdb43-doc.gspec
-8c10985a125690e3d6bc877be173e20d  download/CSWbdb43-doc.depend
-b7e86382632f53bae97051502bb37295  download/CSWbdb43-doc.prototype
+200b9f5d74175875fcb3ee54adbf0007  download/db-4.3.29.tar.gz
+947f07dd8fae5001feedb2deded40ad5  download/patch.4.3.29.1

Deleted: csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-devel.depend
===================================================================
--- csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-devel.depend	2009-09-28 14:49:31 UTC (rev 6597)
+++ csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-devel.depend	2009-09-28 15:17:03 UTC (rev 6598)
@@ -1 +0,0 @@
-P CSWbdb43 berkeleydb43 - embedded database libraries and utilities

Deleted: csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-devel.gspec
===================================================================
--- csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-devel.gspec	2009-09-28 14:49:31 UTC (rev 6597)
+++ csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-devel.gspec	2009-09-28 15:17:03 UTC (rev 6598)
@@ -1,5 +0,0 @@
-%var            bitname berkeleydb43_devel
-%var            pkgname CSWbdb43-devel
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%var            desc BerkeleyDB 4.3 development support
-%copyright      url file://%{WORKSRC}/../LICENSE

Deleted: csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-devel.prototype
===================================================================
--- csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-devel.prototype	2009-09-28 14:49:31 UTC (rev 6597)
+++ csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-devel.prototype	2009-09-28 15:17:03 UTC (rev 6598)
@@ -1,16 +0,0 @@
-d none /opt/csw/bdb43 0755 root bin
-d none /opt/csw/bdb43/include 0755 root bin
-f none /opt/csw/bdb43/include/db.h 0444 root bin
-f none /opt/csw/bdb43/include/db_185.h 0444 root bin
-f none /opt/csw/bdb43/include/db_cxx.h 0444 root bin
-d none /opt/csw/bdb43/lib 0755 root bin
-f none /opt/csw/bdb43/lib/libdb-4.3.a 0644 root bin
-f none /opt/csw/bdb43/lib/libdb-4.3.la 0644 root bin
-f none /opt/csw/bdb43/lib/libdb.a 0644 root bin
-f none /opt/csw/bdb43/lib/libdb_cxx-4.3.a 0644 root bin
-f none /opt/csw/bdb43/lib/libdb_cxx-4.3.la 0644 root bin
-f none /opt/csw/bdb43/lib/libdb_cxx.a 0644 root bin
-f none /opt/csw/bdb43/lib/libdb_java-4.3.a 0644 root bin
-f none /opt/csw/bdb43/lib/libdb_java-4.3.la 0644 root bin
-f none /opt/csw/bdb43/lib/libdb_tcl-4.3.a 0644 root bin
-f none /opt/csw/bdb43/lib/libdb_tcl-4.3.la 0644 root bin

Deleted: csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-doc.depend
===================================================================
--- csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-doc.depend	2009-09-28 14:49:31 UTC (rev 6597)
+++ csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-doc.depend	2009-09-28 15:17:03 UTC (rev 6598)
@@ -1 +0,0 @@
-I CSWbdb43doc

Deleted: csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-doc.gspec
===================================================================
--- csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-doc.gspec	2009-09-28 14:49:31 UTC (rev 6597)
+++ csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-doc.gspec	2009-09-28 15:17:03 UTC (rev 6598)
@@ -1,6 +0,0 @@
-%var            bitname berkeleydb43_doc
-%var            pkgname CSWbdb43-doc
-%var            arch all
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%var            desc BerkeleyDB 4.3 documentation
-%copyright      url file://%{WORKSRC}/../LICENSE

Deleted: csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-doc.prototype
===================================================================
--- csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-doc.prototype	2009-09-28 14:49:31 UTC (rev 6597)
+++ csw/mgar/pkg/bdb43/trunk/files/CSWbdb43-doc.prototype	2009-09-28 15:17:03 UTC (rev 6598)
@@ -1,1326 +0,0 @@
-d none /opt/csw/bdb43 0755 root bin
-d none /opt/csw/bdb43/docs 0755 root bin
-d none /opt/csw/bdb43/docs/api_c 0755 root bin
-f none /opt/csw/bdb43/docs/api_c/api_core.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/c_pindex.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_associate.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_close.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_cursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_del.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_err.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_fd.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_get.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_get_byteswapped.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_get_mpf.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_get_type.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_getenv.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_join.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_key_range.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_list.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_open.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_put.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_remove.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_rename.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_alloc.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_append_recno.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_bt_compare.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_bt_minkey.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_bt_prefix.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_cachesize.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_dup_compare.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_encrypt.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_errcall.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_errfile.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_errpfx.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_feedback.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_flags.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_h_ffactor.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_h_hash.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_h_nelem.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_lorder.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_msgcall.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_msgfile.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_pagesize.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_paniccall.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_q_extentsize.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_re_delim.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_re_len.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_re_pad.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_set_re_source.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_sync.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_truncate.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_upgrade.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/db_verify.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/dbc_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/dbc_close.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/dbc_count.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/dbc_del.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/dbc_dup.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/dbc_get.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/dbc_list.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/dbc_put.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/dbm.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/dbt_bulk.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/dbt_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/dbt_package.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_close.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_dbremove.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_dbrename.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_err.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_list.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_open.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_remove.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_alloc.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_app_dispatch.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_cachesize.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_data_dir.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_encrypt.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_errcall.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_errfile.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_errpfx.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_feedback.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_flags.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_lg_bsize.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_lg_dir.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_lg_max.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_lg_regionmax.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_lk_conflicts.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_lk_detect.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_lk_max_lockers.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_lk_max_locks.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_lk_max_objects.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_mp_mmapsize.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_msgcall.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_msgfile.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_paniccall.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_rpc_server.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_shm_key.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_tas_spins.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_timeout.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_tmp_dir.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_tx_max.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_tx_timestamp.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_set_verbose.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_strerror.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/env_version.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/frame.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/hsearch.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/lock_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/lock_detect.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/lock_get.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/lock_id.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/lock_id_free.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/lock_list.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/lock_put.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/lock_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/lock_vec.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/log_archive.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/log_compare.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/log_cursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/log_file.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/log_flush.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/log_list.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/log_put.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/log_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/logc_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/logc_close.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/logc_get.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/lsn_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_fclose.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_fcreate.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_fget.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_fopen.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_fput.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_fset.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_fsync.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_list.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_maxwrite.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_openfd.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_register.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_set_clear_len.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_set_fileid.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_set_flags.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_set_ftype.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_set_lsn_offset.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_set_maxsize.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_set_pgcookie.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_set_priority.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_sync.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/memp_trickle.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/mempfile_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/object.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/pindex.src 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/rep_elect.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/rep_limit.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/rep_list.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/rep_message.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/rep_start.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/rep_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/rep_transport.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/seq_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/seq_close.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/seq_get.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/seq_init_value.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/seq_list.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/seq_open.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/seq_remove.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/seq_set_cachesize.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/seq_set_flags.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/seq_set_range.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/seq_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_close.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_dirfree.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_dirlist.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_exists.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_free.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_fsync.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_ftruncate.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_ioinfo.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_malloc.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_map.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_open.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_pread.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_pwrite.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_read.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_realloc.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_rename.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_seek.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_sleep.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_unlink.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_unmap.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_write.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/set_func_yield.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/txn_abort.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/txn_begin.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/txn_checkpoint.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/txn_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/txn_commit.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/txn_discard.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/txn_id.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/txn_list.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/txn_prepare.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/txn_recover.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/txn_set_timeout.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_c/txn_stat.html 0444 root bin
-d none /opt/csw/bdb43/docs/api_cxx 0755 root bin
-f none /opt/csw/bdb43/docs/api_cxx/api_core.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/cxx_pindex.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_associate.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_close.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_cursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_del.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_err.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_fd.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_get.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_get_byteswapped.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_get_mpf.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_get_type.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_getenv.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_join.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_key_range.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_list.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_open.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_put.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_remove.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_rename.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_alloc.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_append_recno.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_bt_compare.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_bt_minkey.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_bt_prefix.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_cachesize.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_dup_compare.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_encrypt.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_errcall.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_errfile.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_error_stream.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_errpfx.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_feedback.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_flags.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_h_ffactor.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_h_hash.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_h_nelem.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_lorder.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_msg_stream.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_msgcall.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_msgfile.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_pagesize.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_paniccall.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_q_extentsize.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_re_delim.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_re_len.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_re_pad.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_set_re_source.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_sync.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_truncate.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_upgrade.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/db_verify.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/dbc_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/dbc_close.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/dbc_count.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/dbc_del.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/dbc_dup.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/dbc_get.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/dbc_list.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/dbc_put.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/dbt_bulk_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/dbt_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/dbt_package.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/deadlock_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_close.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_dbremove.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_dbrename.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_err.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_list.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_open.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_remove.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_alloc.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_app_dispatch.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_cachesize.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_data_dir.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_encrypt.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_errcall.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_errfile.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_error_stream.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_errpfx.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_feedback.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_flags.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_lg_bsize.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_lg_dir.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_lg_max.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_lg_regionmax.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_lk_conflicts.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_lk_detect.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_lk_max_lockers.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_lk_max_locks.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_lk_max_objects.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_mp_mmapsize.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_msg_stream.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_msgcall.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_msgfile.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_paniccall.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_rpc_server.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_shm_key.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_tas_spins.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_timeout.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_tmp_dir.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_tx_max.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_tx_timestamp.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_set_verbose.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_strerror.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/env_version.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/exc_package.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/except_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/frame.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/lock_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/lock_detect.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/lock_get.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/lock_id.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/lock_id_free.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/lock_list.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/lock_put.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/lock_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/lock_vec.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/lockng_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/log_archive.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/log_compare.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/log_cursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/log_file.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/log_flush.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/log_list.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/log_put.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/log_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/logc_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/logc_close.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/logc_get.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/lsn_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_fclose.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_fcreate.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_fget.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_fopen.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_fput.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_fset.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_fsync.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_list.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_maxwrite.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_openfd.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_register.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_set_clear_len.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_set_fileid.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_set_flags.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_set_ftype.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_set_lsn_offset.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_set_maxsize.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_set_pgcookie.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_set_priority.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_sync.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/memp_trickle.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/mempfile_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/object.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/pindex.src 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/rep_elect.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/rep_limit.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/rep_list.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/rep_message.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/rep_start.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/rep_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/rep_transport.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/runrec_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/seq_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/seq_close.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/seq_get.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/seq_init_value.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/seq_list.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/seq_open.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/seq_remove.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/seq_set_cachesize.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/seq_set_flags.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/seq_set_range.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/seq_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/txn_abort.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/txn_begin.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/txn_checkpoint.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/txn_class.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/txn_commit.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/txn_discard.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/txn_id.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/txn_list.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/txn_prepare.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/txn_recover.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/txn_set_timeout.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_cxx/txn_stat.html 0444 root bin
-d none /opt/csw/bdb43/docs/api_tcl 0755 root bin
-f none /opt/csw/bdb43/docs/api_tcl/api_tcl.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/db_close.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/db_count.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/db_cursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/db_del.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/db_get.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/db_get_join.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/db_get_type.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/db_is_byteswapped.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/db_join.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/db_open.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/db_put.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/db_remove.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/db_rename.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/db_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/db_sync.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/db_truncate.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/dbc_close.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/dbc_del.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/dbc_dup.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/dbc_get.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/dbc_put.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/env_close.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/env_dbremove.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/env_dbrename.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/env_open.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/env_remove.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/txn.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/txn_abort.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/txn_checkpoint.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/txn_commit.html 0444 root bin
-f none /opt/csw/bdb43/docs/api_tcl/version.html 0444 root bin
-d none /opt/csw/bdb43/docs/collections 0755 root bin
-d none /opt/csw/bdb43/docs/collections/tutorial 0755 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/BasicProgram.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/BerkeleyDB-Java-Collections.pdf 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/Entity.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/SerializableEntity.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/SerializedObjectStorage.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/Summary.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/Tuple.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/UsingCollectionsAPI.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/UsingSecondaries.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/UsingStoredCollections.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/addingdatabaseitems.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/collectionOverview.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/collectionswithentities.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/createbindingscollections.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/creatingentitybindings.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/developing.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/entitieswithcollections.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/gettingStarted.css 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/handlingexceptions.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/implementingmain.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/index.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/indexedcollections.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/openclasscatalog.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/opendatabases.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/opendbenvironment.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/openingforeignkeys.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/preface.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/removingredundantvalueclasses.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/retrievingbyindexkey.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/retrievingdatabaseitems.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/sortedcollections.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/transientfieldsinbinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/tuple-serialentitybindings.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/tuplekeybindings.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/tupleswithkeycreators.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/tutorialintroduction.html 0444 root bin
-f none /opt/csw/bdb43/docs/collections/tutorial/usingtransactions.html 0444 root bin
-d none /opt/csw/bdb43/docs/gsg 0755 root bin
-d none /opt/csw/bdb43/docs/gsg/C 0755 root bin
-f none /opt/csw/bdb43/docs/gsg/C/BerkeleyDB-Core-C-GSG.pdf 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/CoreCursorUsage.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/CoreDBAdmin.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/CoreDbUsage.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/CoreEnvUsage.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/Cursors.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/DB.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/DBEntry.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/DBOpenFlags.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/DbUsage.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/DeleteEntryWCursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/Positioning.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/PutEntryWCursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/ReplacingEntryWCursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/accessmethods.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/btree.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/cachesize.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/concepts.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/coredbclose.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/coreindexusage.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/cstructs.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/databaseLimits.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/dbErrorReporting.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/dbconfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/environments.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/gettingStarted.css 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/gettingit.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/index.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/indexes.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/introduction.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/joins.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/keyCreator.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/preface.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/readSecondary.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/secondaryCursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/secondaryDelete.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/C/usingDbt.html 0444 root bin
-d none /opt/csw/bdb43/docs/gsg/CXX 0755 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/BerkeleyDB-Core-Cxx-GSG.pdf 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/CoreCursorUsage.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/CoreDBAdmin.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/CoreDbCXXUsage.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/CoreEnvUsage.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/Cursors.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/DB.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/DBEntry.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/DBOpenFlags.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/DbCXXUsage.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/DeleteEntryWCursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/Positioning.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/PutEntryWCursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/ReplacingEntryWCursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/accessmethods.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/btree.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/cachesize.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/concepts.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/coreExceptions.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/coredbclose.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/coreindexusage.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/databaseLimits.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/dbErrorReporting.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/dbconfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/environments.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/gettingStarted.css 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/gettingit.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/index.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/indexes.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/introduction.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/joins.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/keyCreator.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/preface.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/readSecondary.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/secondaryCursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/secondaryDelete.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/CXX/usingDbt.html 0444 root bin
-d none /opt/csw/bdb43/docs/gsg/JAVA 0755 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/BerkeleyDB-Core-JAVA-GSG.pdf 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/CoreEnvUsage.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/CoreJavaUsage.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/Cursors.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/DB.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/DBAdmin.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/DBEntry.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/DeleteEntryWCursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/Positioning.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/PutEntryWCursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/ReplacingEntryWCursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/accessmethods.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/bindAPI.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/btree.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/cachesize.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/concepts.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/coreExceptions.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/coredbclose.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/cursorJavaUsage.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/databaseLimits.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/dbErrorReporting.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/db_config.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/dbconfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/dbtJavaUsage.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/environments.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/gettingStarted.css 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/gettingit.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/index.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/indexes.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/introduction.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/javaindexusage.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/joins.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/keyCreator.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/preface.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/readSecondary.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/returns.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/secondaryCursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/secondaryDelete.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/secondaryProps.html 0444 root bin
-f none /opt/csw/bdb43/docs/gsg/JAVA/usingDbt.html 0444 root bin
-d none /opt/csw/bdb43/docs/images 0755 root bin
-f none /opt/csw/bdb43/docs/images/api.gif 0444 root bin
-f none /opt/csw/bdb43/docs/images/next.gif 0444 root bin
-f none /opt/csw/bdb43/docs/images/prev.gif 0444 root bin
-f none /opt/csw/bdb43/docs/images/ps.gif 0444 root bin
-f none /opt/csw/bdb43/docs/images/ref.gif 0444 root bin
-f none /opt/csw/bdb43/docs/images/sleepycat.gif 0444 root bin
-f none /opt/csw/bdb43/docs/index.html 0444 root bin
-d none /opt/csw/bdb43/docs/java 0755 root bin
-f none /opt/csw/bdb43/docs/java/allclasses-frame.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/allclasses-noframe.html 0444 root bin
-d none /opt/csw/bdb43/docs/java/com 0755 root bin
-d none /opt/csw/bdb43/docs/java/com/sleepycat 0755 root bin
-d none /opt/csw/bdb43/docs/java/com/sleepycat/bind 0755 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/ByteArrayBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/EntityBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/EntryBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/RecordNumberBinding.html 0444 root bin
-d none /opt/csw/bdb43/docs/java/com/sleepycat/bind/class-use 0755 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/class-use/ByteArrayBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/class-use/EntityBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/class-use/EntryBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/class-use/RecordNumberBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/package-frame.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/package-summary.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/package-tree.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/package-use.html 0444 root bin
-d none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial 0755 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/ClassCatalog.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/SerialBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/SerialInput.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/SerialOutput.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/SerialSerialBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/SerialSerialKeyCreator.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/StoredClassCatalog.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/TupleSerialBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/TupleSerialKeyCreator.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/TupleSerialMarshalledBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/TupleSerialMarshalledKeyCreator.html 0444 root bin
-d none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/class-use 0755 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/class-use/ClassCatalog.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/class-use/SerialBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/class-use/SerialInput.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/class-use/SerialOutput.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/class-use/SerialSerialBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/class-use/SerialSerialKeyCreator.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/class-use/StoredClassCatalog.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/class-use/TupleSerialBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/class-use/TupleSerialKeyCreator.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/class-use/TupleSerialMarshalledBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/class-use/TupleSerialMarshalledKeyCreator.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/package-frame.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/package-summary.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/package-tree.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/serial/package-use.html 0444 root bin
-d none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple 0755 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/BooleanBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/ByteBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/CharacterBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/DoubleBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/FloatBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/IntegerBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/LongBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/MarshalledTupleEntry.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/MarshalledTupleKeyEntity.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/ShortBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/StringBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/TupleBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/TupleInput.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/TupleInputBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/TupleMarshalledBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/TupleOutput.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/TupleTupleBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/TupleTupleKeyCreator.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/TupleTupleMarshalledBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/TupleTupleMarshalledKeyCreator.html 0444 root bin
-d none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use 0755 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/BooleanBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/ByteBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/CharacterBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/DoubleBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/FloatBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/IntegerBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/LongBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/MarshalledTupleEntry.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/MarshalledTupleKeyEntity.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/ShortBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/StringBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/TupleBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/TupleInput.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/TupleInputBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/TupleMarshalledBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/TupleOutput.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/TupleTupleBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/TupleTupleKeyCreator.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/TupleTupleMarshalledBinding.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/class-use/TupleTupleMarshalledKeyCreator.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/package-frame.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/package-summary.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/package-tree.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/bind/tuple/package-use.html 0444 root bin
-d none /opt/csw/bdb43/docs/java/com/sleepycat/collections 0755 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/CurrentTransaction.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/MapEntryParameter.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/PrimaryKeyAssigner.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/StoredCollection.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/StoredCollections.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/StoredContainer.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/StoredEntrySet.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/StoredIterator.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/StoredKeySet.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/StoredList.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/StoredMap.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/StoredSortedEntrySet.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/StoredSortedKeySet.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/StoredSortedMap.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/StoredSortedValueSet.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/StoredValueSet.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/TransactionRunner.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/TransactionWorker.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/TupleSerialFactory.html 0444 root bin
-d none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use 0755 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use/CurrentTransaction.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use/MapEntryParameter.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use/PrimaryKeyAssigner.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use/StoredCollection.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use/StoredCollections.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use/StoredContainer.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use/StoredEntrySet.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use/StoredIterator.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use/StoredKeySet.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use/StoredList.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use/StoredMap.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use/StoredSortedEntrySet.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use/StoredSortedKeySet.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use/StoredSortedMap.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use/StoredSortedValueSet.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use/StoredValueSet.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use/TransactionRunner.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use/TransactionWorker.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/class-use/TupleSerialFactory.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/package-frame.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/package-summary.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/package-tree.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/collections/package-use.html 0444 root bin
-d none /opt/csw/bdb43/docs/java/com/sleepycat/db 0755 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/BtreePrefixCalculator.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/BtreeStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/CacheFile.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/CacheFilePriority.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/CacheFileStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/CacheStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/CheckpointConfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/Cursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/CursorConfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/Database.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/DatabaseConfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/DatabaseEntry.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/DatabaseException.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/DatabaseStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/DatabaseType.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/DeadlockException.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/Environment.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/EnvironmentConfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/ErrorHandler.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/FeedbackHandler.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/HashStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/Hasher.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/JoinConfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/JoinCursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/KeyRange.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/Lock.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/LockDetectMode.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/LockMode.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/LockNotGrantedException.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/LockOperation.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/LockRequest.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/LockRequestMode.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/LockStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/LogCursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/LogRecordHandler.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/LogSequenceNumber.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/LogStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/MemoryException.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/MessageHandler.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/MultipleDataEntry.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/MultipleEntry.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/MultipleKeyDataEntry.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/MultipleRecnoDataEntry.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/OperationStatus.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/PanicHandler.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/PreparedTransaction.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/QueueStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/RecordNumberAppender.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/RecoveryOperation.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/ReplicationHandleDeadException.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/ReplicationStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/ReplicationStatus.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/ReplicationTransport.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/RunRecoveryException.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/SecondaryConfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/SecondaryCursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/SecondaryDatabase.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/SecondaryKeyCreator.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/Sequence.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/SequenceConfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/SequenceStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/StatsConfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/Transaction.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/TransactionConfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/TransactionStats.Active.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/TransactionStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/VerifyConfig.html 0444 root bin
-d none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use 0755 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/BtreePrefixCalculator.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/BtreeStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/CacheFile.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/CacheFilePriority.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/CacheFileStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/CacheStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/CheckpointConfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/Cursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/CursorConfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/Database.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/DatabaseConfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/DatabaseEntry.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/DatabaseException.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/DatabaseStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/DatabaseType.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/DeadlockException.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/Environment.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/EnvironmentConfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/ErrorHandler.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/FeedbackHandler.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/HashStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/Hasher.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/JoinConfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/JoinCursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/KeyRange.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/Lock.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/LockDetectMode.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/LockMode.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/LockNotGrantedException.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/LockOperation.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/LockRequest.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/LockRequestMode.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/LockStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/LogCursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/LogRecordHandler.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/LogSequenceNumber.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/LogStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/MemoryException.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/MessageHandler.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/MultipleDataEntry.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/MultipleEntry.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/MultipleKeyDataEntry.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/MultipleRecnoDataEntry.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/OperationStatus.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/PanicHandler.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/PreparedTransaction.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/QueueStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/RecordNumberAppender.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/RecoveryOperation.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/ReplicationHandleDeadException.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/ReplicationStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/ReplicationStatus.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/ReplicationTransport.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/RunRecoveryException.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/SecondaryConfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/SecondaryCursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/SecondaryDatabase.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/SecondaryKeyCreator.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/Sequence.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/SequenceConfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/SequenceStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/StatsConfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/Transaction.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/TransactionConfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/TransactionStats.Active.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/TransactionStats.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/class-use/VerifyConfig.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/package-frame.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/package-summary.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/package-tree.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/db/package-use.html 0444 root bin
-d none /opt/csw/bdb43/docs/java/com/sleepycat/util 0755 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/util/ExceptionUnwrapper.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/util/ExceptionWrapper.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/util/FastInputStream.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/util/FastOutputStream.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/util/IOExceptionWrapper.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/util/RuntimeExceptionWrapper.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/util/UtfOps.html 0444 root bin
-d none /opt/csw/bdb43/docs/java/com/sleepycat/util/class-use 0755 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/util/class-use/ExceptionUnwrapper.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/util/class-use/ExceptionWrapper.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/util/class-use/FastInputStream.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/util/class-use/FastOutputStream.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/util/class-use/IOExceptionWrapper.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/util/class-use/RuntimeExceptionWrapper.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/util/class-use/UtfOps.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/util/package-frame.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/util/package-summary.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/util/package-tree.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/com/sleepycat/util/package-use.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/constant-values.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/deprecated-list.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/help-doc.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/index-all.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/index.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/overview-frame.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/overview-summary.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/overview-tree.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/package-list 0444 root bin
-f none /opt/csw/bdb43/docs/java/packages.html 0444 root bin
-d none /opt/csw/bdb43/docs/java/resources 0755 root bin
-f none /opt/csw/bdb43/docs/java/resources/inherit.gif 0444 root bin
-f none /opt/csw/bdb43/docs/java/serialized-form.html 0444 root bin
-f none /opt/csw/bdb43/docs/java/style.css 0444 root bin
-d none /opt/csw/bdb43/docs/ref 0755 root bin
-d none /opt/csw/bdb43/docs/ref/am 0755 root bin
-f none /opt/csw/bdb43/docs/ref/am/close.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/count.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/curclose.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/curdel.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/curdup.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/curget.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/curput.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/cursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/delete.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/get.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/join.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/open.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/opensub.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/ops.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/put.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/second.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/second.javas 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/sync.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/truncate.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/upgrade.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am/verify.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/am_conf 0755 root bin
-f none /opt/csw/bdb43/docs/ref/am_conf/bt_compare.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_conf/bt_minkey.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_conf/bt_prefix.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_conf/bt_recnum.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_conf/byteorder.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_conf/cachesize.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_conf/dup.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_conf/extentsize.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_conf/h_ffactor.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_conf/h_hash.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_conf/h_nelem.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_conf/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_conf/logrec.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_conf/malloc.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_conf/pagesize.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_conf/re_source.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_conf/recno.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_conf/renumber.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_conf/select.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/am_misc 0755 root bin
-f none /opt/csw/bdb43/docs/ref/am_misc/align.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_misc/dbsizes.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_misc/diskspace.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_misc/error.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_misc/faq.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_misc/get_bulk.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_misc/partial.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_misc/perm.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_misc/stability.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_misc/struct.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/am_misc/tune.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/apprec 0755 root bin
-f none /opt/csw/bdb43/docs/ref/apprec/auto.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/apprec/config.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/apprec/def.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/apprec/intro.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/arch 0755 root bin
-f none /opt/csw/bdb43/docs/ref/arch/apis.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/arch/bigpic.gif 0444 root bin
-f none /opt/csw/bdb43/docs/ref/arch/bigpic.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/arch/progmodel.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/arch/script.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/arch/smallpic.gif 0444 root bin
-f none /opt/csw/bdb43/docs/ref/arch/utilities.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/build_unix 0755 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/aix.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/conf.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/flags.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/freebsd.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/hpux.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/install.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/irix.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/linux.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/macosx.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/notes.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/osf1.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/qnx.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/sco.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/shlib.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/small.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/solaris.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/sunos.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/test.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_unix/ultrix.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/build_vxworks 0755 root bin
-f none /opt/csw/bdb43/docs/ref/build_vxworks/faq.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_vxworks/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_vxworks/introae.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_vxworks/notes.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/build_win 0755 root bin
-f none /opt/csw/bdb43/docs/ref/build_win/faq.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_win/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_win/notes.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_win/small.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_win/test.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/build_win/unicode.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/cam 0755 root bin
-f none /opt/csw/bdb43/docs/ref/cam/app.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/cam/intro.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/debug 0755 root bin
-f none /opt/csw/bdb43/docs/ref/debug/common.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/debug/compile.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/debug/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/debug/printlog.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/debug/runtime.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/distrib 0755 root bin
-f none /opt/csw/bdb43/docs/ref/distrib/layout.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/distrib/port.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/dumpload 0755 root bin
-f none /opt/csw/bdb43/docs/ref/dumpload/format.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/dumpload/text.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/dumpload/utility.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/env 0755 root bin
-f none /opt/csw/bdb43/docs/ref/env/create.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/env/db_config.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/env/encrypt.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/env/error.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/env/faq.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/env/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/env/naming.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/env/open.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/env/region.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/env/remote.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/env/security.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/ext 0755 root bin
-f none /opt/csw/bdb43/docs/ref/ext/mod.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/ext/perl.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/ext/php.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/install 0755 root bin
-f none /opt/csw/bdb43/docs/ref/install/file.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/install/magic.s5.be.txt 0444 root bin
-f none /opt/csw/bdb43/docs/ref/install/magic.s5.le.txt 0444 root bin
-f none /opt/csw/bdb43/docs/ref/install/magic.txt 0444 root bin
-f none /opt/csw/bdb43/docs/ref/install/multiple.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/intro 0755 root bin
-f none /opt/csw/bdb43/docs/ref/intro/data.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/intro/dbis.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/intro/dbisnot.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/intro/distrib.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/intro/need.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/intro/products.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/intro/terrain.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/intro/what.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/intro/where.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/java 0755 root bin
-f none /opt/csw/bdb43/docs/ref/java/compat.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/java/conf.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/java/faq.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/java/program.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/lock 0755 root bin
-f none /opt/csw/bdb43/docs/ref/lock/am_conv.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/lock/cam_conv.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/lock/config.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/lock/dead.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/lock/deaddbg.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/lock/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/lock/max.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/lock/nondb.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/lock/notxn.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/lock/page.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/lock/stdmode.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/lock/timeout.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/lock/twopl.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/log 0755 root bin
-f none /opt/csw/bdb43/docs/ref/log/config.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/log/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/log/limits.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/mp 0755 root bin
-f none /opt/csw/bdb43/docs/ref/mp/config.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/mp/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/pindex.src 0444 root bin
-d none /opt/csw/bdb43/docs/ref/program 0755 root bin
-f none /opt/csw/bdb43/docs/ref/program/appsignals.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/program/cache.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/program/compatible.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/program/copy.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/program/environ.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/program/errorret.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/program/faq.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/program/mt.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/program/namespace.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/program/ram.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/program/runtime.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/program/scope.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/program/solaris.txt 0444 root bin
-d none /opt/csw/bdb43/docs/ref/refs 0755 root bin
-f none /opt/csw/bdb43/docs/ref/refs/bdb_usenix.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/refs/bdb_usenix.ps 0444 root bin
-f none /opt/csw/bdb43/docs/ref/refs/embedded.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/refs/hash_usenix.ps 0444 root bin
-f none /opt/csw/bdb43/docs/ref/refs/libtp_usenix.ps 0444 root bin
-f none /opt/csw/bdb43/docs/ref/refs/refs.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/refs/witold.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/rep 0755 root bin
-f none /opt/csw/bdb43/docs/ref/rep/app.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/rep/comm.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/rep/elect.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/rep/ex.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/rep/ex_comm.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/rep/ex_rq.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/rep/faq.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/rep/id.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/rep/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/rep/newsite.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/rep/partition.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/rep/pri.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/rep/trans.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/rpc 0755 root bin
-f none /opt/csw/bdb43/docs/ref/rpc/client.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/rpc/faq.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/rpc/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/rpc/server.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/sequence 0755 root bin
-f none /opt/csw/bdb43/docs/ref/sequence/intro.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/tcl 0755 root bin
-f none /opt/csw/bdb43/docs/ref/tcl/error.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/tcl/faq.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/tcl/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/tcl/program.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/tcl/using.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/test 0755 root bin
-f none /opt/csw/bdb43/docs/ref/test/faq.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/test/run.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/toc.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/transapp 0755 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/admin.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/app.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/archival.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/atomicity.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/checkpoint.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/cursor.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/data_open.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/deadlock.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/env_open.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/faq.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/filesys.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/hotfail.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/inc.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/logfile.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/nested.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/put.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/read.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/reclimit.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/recovery.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/term.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/throughput.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/transapp.cs 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/tune.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/why.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/transapp/writetest.cs 0444 root bin
-d none /opt/csw/bdb43/docs/ref/txn 0755 root bin
-f none /opt/csw/bdb43/docs/ref/txn/config.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/txn/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/txn/limits.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/upgrade 0755 root bin
-d none /opt/csw/bdb43/docs/ref/upgrade.2.0 0755 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.2.0/convert.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.2.0/disk.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.2.0/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.2.0/system.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.2.0/toc.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/upgrade.3.0 0755 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/close.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/cxx.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/db.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/db_cxx.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/dbenv.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/dbenv_cxx.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/dbinfo.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/disk.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/eacces.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/eagain.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/envopen.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/func.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/java.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/join.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/jump_set.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/lock_detect.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/lock_notheld.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/lock_put.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/lock_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/log_register.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/log_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/memp_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/open.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/rmw.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/toc.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/txn_begin.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/txn_commit.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/txn_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/value_set.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.0/xa.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/upgrade.3.1 0755 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.1/btstat.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.1/config.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.1/disk.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.1/dup.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.1/env.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.1/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.1/log_register.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.1/logalloc.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.1/memp_register.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.1/put.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.1/set_feedback.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.1/set_paniccall.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.1/set_tx_recover.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.1/sysmem.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.1/tcl.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.1/tmp.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.1/toc.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.1/txn_check.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/upgrade.3.2 0755 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.2/callback.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.2/db_dump.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.2/disk.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.2/handle.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.2/incomplete.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.2/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.2/mutexlock.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.2/notfound.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.2/renumber.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.2/set_flags.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.2/toc.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.2/tx_recover.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/upgrade.3.3 0755 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.3/alloc.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.3/bigfile.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.3/conflict.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.3/disk.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.3/getswap.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.3/gettype.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.3/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.3/memp_fget.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.3/rpc.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.3/shared.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.3/toc.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.3.3/txn_prepare.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/upgrade.4.0 0755 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.0/asr.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.0/cxx.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.0/deadlock.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.0/disk.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.0/env.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.0/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.0/java.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.0/lock.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.0/lock_id_free.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.0/log.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.0/mp.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.0/rpc.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.0/set_lk_max.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.0/toc.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.0/txn.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/upgrade.4.1 0755 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.1/app_dispatch.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.1/checkpoint.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.1/cxx.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.1/disk.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.1/excl.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.1/fop.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.1/hash_nelem.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.1/incomplete.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.1/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.1/java.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.1/log_register.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.1/log_stat.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.1/memp_sync.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.1/toc.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/upgrade.4.2 0755 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.2/cksum.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.2/client.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.2/del.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.2/disk.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.2/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.2/java.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.2/lockng.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.2/nosync.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.2/priority.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.2/queue.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.2/repinit.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.2/tcl.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.2/toc.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.2/verify.html 0444 root bin
-d none /opt/csw/bdb43/docs/ref/upgrade.4.3 0755 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.3/cput.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.3/disk.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.3/enomem.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.3/err.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.3/fileopen.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.3/intro.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.3/java.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.3/log.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.3/repl.html 0444 root bin
-f none /opt/csw/bdb43/docs/ref/upgrade.4.3/rtc.html 0444 root bin

@@ Diff output truncated at 100000 characters. @@

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list