[csw-devel] SF.net SVN: gar:[5062] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue May 26 19:57:56 CEST 2009


Revision: 5062
          http://gar.svn.sourceforge.net/gar/?rev=5062&view=rev
Author:   dmichelsen
Date:     2009-05-26 17:57:56 +0000 (Tue, 26 May 2009)

Log Message:
-----------
bdb47: Initial commit

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

Added Paths:
-----------
    csw/mgar/pkg/bdb47/

Removed Paths:
-------------
    csw/mgar/pkg/bdb47/trunk/files/CSWbdb46-devel.depend
    csw/mgar/pkg/bdb47/trunk/files/CSWbdb46-devel.gspec
    csw/mgar/pkg/bdb47/trunk/files/CSWbdb46-devel.prototype
    csw/mgar/pkg/bdb47/trunk/files/CSWbdb46-doc.depend
    csw/mgar/pkg/bdb47/trunk/files/CSWbdb46-doc.gspec
    csw/mgar/pkg/bdb47/trunk/files/CSWbdb46-doc.prototype
    csw/mgar/pkg/bdb47/trunk/files/CSWbdb46.depend
    csw/mgar/pkg/bdb47/trunk/files/CSWbdb46.gspec
    csw/mgar/pkg/bdb47/trunk/files/CSWbdb46.prototype

Property Changed:
----------------
    csw/mgar/pkg/bdb47/trunk/


Property changes on: csw/mgar/pkg/bdb47/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/bdb47/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bdb46/trunk/Makefile	2009-05-25 10:42:53 UTC (rev 5039)
+++ csw/mgar/pkg/bdb47/trunk/Makefile	2009-05-26 17:57:56 UTC (rev 5062)
@@ -1,8 +1,8 @@
 GARNAME = db
-GARVERSION = 4.6.21
+GARVERSION = 4.7.25
 CATEGORIES = lib
 
-DESCRIPTION = embedded database libraries and utilities
+DESCRIPTION = Berkeley DB 4.7
 define BLURB
   Berkeley DB (libdb) is a programmatic toolkit that provides embedded database
   support for both traditional and client/server applications. It includes
@@ -15,9 +15,6 @@
 
 MASTER_SITES = http://download.oracle.com/berkeley-db/
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz 
-DISTFILES += $(call admfiles,CSWbdb46,depend prototype)
-DISTFILES += $(call admfiles,CSWbdb46-devel,depend prototype)
-DISTFILES += $(call admfiles,CSWbdb46-doc,depend prototype)
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
@@ -26,37 +23,69 @@
 
 WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/build_unix
 
-# No patches for the 4.6 series... yet.
+# No patches for the 4.7 series... yet.
 #PATCHDIR = $(WORKSRC)/..
 #PATCHDIRLEVEL = 0
 #PATCHFILES += $(notdir $(wildcard $(FILEDIR)/patch.*.diff))
 
+BUILD64 = 1
 CONFIGURE_SCRIPTS = dist
 
-CONFIGURE_ARGS  = --prefix=$(prefix)/bdb46
-CONFIGURE_ARGS += --disable-cryptography
+prefix = $(BUILD_PREFIX)/bdb47
+CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --enable-compat185
 CONFIGURE_ARGS += --enable-o_direct
 CONFIGURE_ARGS += --enable-rpc
 CONFIGURE_ARGS += --enable-cxx
 CONFIGURE_ARGS += --enable-java
+
+# Exclude TCL support for 64 bit until we have a 64 bit TCL
+ifeq ($(MEMORYMODEL),32)
 CONFIGURE_ARGS += --enable-tcl
 CONFIGURE_ARGS += --with-tcl=$(libdir)
+endif
 
-FIXCONFIG_DIRS  = $(DESTDIR)$(prefix)/bdb46/lib
+FIXCONFIG_DIRS  = $(DESTDIR)$(prefix)/bdb47/lib
 
 # bdb tests are *very* time consuming
 TEST_SCRIPTS =
 
+NO_ISAEXEC = 1
+
+PACKAGES = CSWbdb47 CSWbdb47-devel CSWbdb47-doc
+
+CATALOGNAME_CSWbdb47       = berkeleydb47
+CATALOGNAME_CSWbdb47-devel = berkeleydb47_devel
+CATALOGNAME_CSWbdb47-doc   = berkeleydb47_doc
+
+ARCHALL_CSWbdb47-doc = 1
+
+SPKG_DESC_CSWbdb47       = BerkeleyDB 4.7 embedded database libraries and utilities
+SPKG_DESC_CSWbdb47-devel = BerkeleyDB 4.7 development support
+SPKG_DESC_CSWbdb47-doc   = BerkeleyDB 4.7 documentation
+
+REQUIRED_PKGS_CSWbdb47-devel = CSWbdb47
+
+LICENSE = LICENSE
+
+PKGFILES_CSWbdb47-doc = $(prefix)/docs/.*
+
+PKGFILES_CSWbdb47-devel = $(PKGFILES_DEVEL)
+
 include gar/category.mk
 
 LIBS += -lnsl
 export LIBS
 
-PATH := /usr/j2se/bin:$(PATH)
+PATH := /usr/jdk1.6.0_07/bin:$(PATH)
 export PATH
 
 configure-dist:
 	@( cd $(WORKSRC) ; $(CONFIGURE_ENV) ../dist/configure $(CONFIGURE_ARGS) )
 	@$(MAKECOOKIE)
 
+post-merge:
+	gln -s . $(PKGROOT)$(libdir)/32
+	gln -s $(ISA_DEFAULT64) $(PKGROOT)$(libdir)/64
+	@$(MAKECOOKIE)
+

Modified: csw/mgar/pkg/bdb47/trunk/checksums
===================================================================
--- csw/mgar/pkg/bdb46/trunk/checksums	2009-05-25 10:42:53 UTC (rev 5039)
+++ csw/mgar/pkg/bdb47/trunk/checksums	2009-05-26 17:57:56 UTC (rev 5062)
@@ -1,10 +1 @@
-718082e7e35fc48478a2334b0bc4cd11  download/db-4.6.21.tar.gz
-aba0c466fce71fa800ff4458a8701500  download/CSWbdb46.gspec
-8093298b67861e241b0d2499c9f2ff89  download/CSWbdb46.depend
-a6db5a49695256610d79a0f562e0ec27  download/CSWbdb46.prototype
-3e067c8c8bb6752b43e57b36172413f5  download/CSWbdb46-devel.gspec
-b2084ee979fdcb4130e2c4cf96106731  download/CSWbdb46-devel.depend
-9dfce8d4a0b7db55bbc3f8c017afa95b  download/CSWbdb46-devel.prototype
-e7ccfc6fcb8b234e529f77a22b375819  download/CSWbdb46-doc.gspec
-8093298b67861e241b0d2499c9f2ff89  download/CSWbdb46-doc.depend
-fec8e74506f8e656bd4d24afdddadb94  download/CSWbdb46-doc.prototype
+ec2b87e833779681a0c3a814aa71359e  download/db-4.7.25.tar.gz

Deleted: csw/mgar/pkg/bdb47/trunk/files/CSWbdb46-devel.depend
===================================================================
--- csw/mgar/pkg/bdb46/trunk/files/CSWbdb46-devel.depend	2009-05-25 10:42:53 UTC (rev 5039)
+++ csw/mgar/pkg/bdb47/trunk/files/CSWbdb46-devel.depend	2009-05-26 17:57:56 UTC (rev 5062)
@@ -1 +0,0 @@
-P CSWbdb46 berkeleydb46 - BerkeleyDB 4.6 libraries and utilities

Deleted: csw/mgar/pkg/bdb47/trunk/files/CSWbdb46-devel.gspec
===================================================================
--- csw/mgar/pkg/bdb46/trunk/files/CSWbdb46-devel.gspec	2009-05-25 10:42:53 UTC (rev 5039)
+++ csw/mgar/pkg/bdb47/trunk/files/CSWbdb46-devel.gspec	2009-05-26 17:57:56 UTC (rev 5062)
@@ -1,5 +0,0 @@
-%var            bitname berkeleydb46_devel
-%var            pkgname CSWbdb46-devel
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%var            desc BerkeleyDB 4.6 development support
-%copyright      url file://%{WORKSRC}/../LICENSE

Deleted: csw/mgar/pkg/bdb47/trunk/files/CSWbdb46-devel.prototype
===================================================================
--- csw/mgar/pkg/bdb46/trunk/files/CSWbdb46-devel.prototype	2009-05-25 10:42:53 UTC (rev 5039)
+++ csw/mgar/pkg/bdb47/trunk/files/CSWbdb46-devel.prototype	2009-05-26 17:57:56 UTC (rev 5062)
@@ -1,10 +0,0 @@
-d none /opt/csw/bdb46 0755 root bin
-f none /opt/csw/bdb46/include/db_185.h 0444 root bin
-f none /opt/csw/bdb46/include/db_cxx.h 0444 root bin
-d none /opt/csw/bdb46/lib 0755 root bin
-f none /opt/csw/bdb46/lib/libdb-4.6.a 0644 root bin
-f none /opt/csw/bdb46/lib/libdb-4.6.la 0644 root bin
-f none /opt/csw/bdb46/lib/libdb.a 0644 root bin
-f none /opt/csw/bdb46/lib/libdb_cxx-4.6.a 0644 root bin
-f none /opt/csw/bdb46/lib/libdb_cxx-4.6.la 0644 root bin
-f none /opt/csw/bdb46/lib/libdb_cxx.a 0644 root bin

Deleted: csw/mgar/pkg/bdb47/trunk/files/CSWbdb46-doc.gspec
===================================================================
--- csw/mgar/pkg/bdb46/trunk/files/CSWbdb46-doc.gspec	2009-05-25 10:42:53 UTC (rev 5039)
+++ csw/mgar/pkg/bdb47/trunk/files/CSWbdb46-doc.gspec	2009-05-26 17:57:56 UTC (rev 5062)
@@ -1,6 +0,0 @@
-%var            bitname berkeleydb46_doc
-%var            pkgname CSWbdb46-doc
-%var            arch all
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%var            desc BerkeleyDB 4.6 documentation
-%copyright      url file://%{WORKSRC}/../LICENSE

Deleted: csw/mgar/pkg/bdb47/trunk/files/CSWbdb46-doc.prototype
===================================================================
--- csw/mgar/pkg/bdb46/trunk/files/CSWbdb46-doc.prototype	2009-05-25 10:42:53 UTC (rev 5039)
+++ csw/mgar/pkg/bdb47/trunk/files/CSWbdb46-doc.prototype	2009-05-26 17:57:56 UTC (rev 5062)
@@ -1,1764 +0,0 @@
-d none /opt/csw/bdb46 0755 root bin
-d none /opt/csw/bdb46/docs 0755 root bin
-d none /opt/csw/bdb46/docs/api_c 0755 root bin
-f none /opt/csw/bdb46/docs/api_c/api_core.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/c_pindex.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_associate.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_close.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_compact.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_cursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_del.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_err.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_exists.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_fd.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_get.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_get_byteswapped.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_get_mpf.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_get_type.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_getenv.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_join.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_key_range.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_open.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_put.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_remove.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_rename.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_alloc.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_append_recno.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_bt_compare.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_bt_minkey.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_bt_prefix.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_cachesize.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_dup_compare.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_encrypt.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_errcall.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_errfile.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_errpfx.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_feedback.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_flags.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_h_compare.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_h_ffactor.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_h_hash.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_h_nelem.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_lorder.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_msgcall.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_msgfile.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_pagesize.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_priority.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_q_extentsize.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_re_delim.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_re_len.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_re_pad.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_set_re_source.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_stat.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_sync.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_truncate.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_upgrade.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/db_verify.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/dbc_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/dbc_close.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/dbc_count.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/dbc_del.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/dbc_dup.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/dbc_get.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/dbc_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/dbc_put.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/dbc_set_priority.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/dbm.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/dbt_bulk.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/dbt_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/dbt_package.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_cdsgroup_begin.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_close.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_dbremove.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_dbrename.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_err.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_event_notify.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_failchk.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_fileid_reset.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_lsn_reset.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_open.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_remove.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_alloc.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_app_dispatch.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_cache_max.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_cachesize.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_data_dir.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_encrypt.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_errcall.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_errfile.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_errpfx.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_feedback.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_flags.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_isalive.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_lg_bsize.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_lg_dir.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_lg_max.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_lg_mode.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_lg_regionmax.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_lk_conflicts.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_lk_detect.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_lk_max_lockers.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_lk_max_locks.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_lk_max_objects.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_mp_mmapsize.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_msgcall.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_msgfile.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_rpc_server.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_shm_key.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_thread_count.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_thread_id.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_thread_id_string.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_timeout.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_tmp_dir.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_tx_max.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_tx_timestamp.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_set_verbose.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_stat.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_strerror.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/env_version.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/frame.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/hsearch.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/lock_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/lock_detect.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/lock_get.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/lock_id.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/lock_id_free.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/lock_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/lock_put.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/lock_stat.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/lock_vec.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/log_archive.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/log_compare.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/log_cursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/log_file.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/log_flush.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/log_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/log_printf.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/log_put.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/log_stat.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/logc_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/logc_close.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/logc_get.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/lsn_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_fclose.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_fcreate.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_fget.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_fopen.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_fput.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_fsync.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_maxwrite.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_openfd.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_register.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_set_clear_len.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_set_fileid.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_set_flags.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_set_ftype.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_set_lsn_offset.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_set_maxsize.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_set_pgcookie.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_set_priority.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_stat.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_sync.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/memp_trickle.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/mempfile_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/mutex_alloc.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/mutex_free.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/mutex_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/mutex_lock.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/mutex_set_align.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/mutex_set_max.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/mutex_set_tas_spins.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/mutex_stat.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/mutex_unlock.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/object.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/pindex.src 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/rep_config.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/rep_elect.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/rep_limit.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/rep_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/rep_message.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/rep_nsites.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/rep_priority.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/rep_request.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/rep_start.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/rep_stat.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/rep_sync.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/rep_timeout.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/rep_transport.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/repmgr_ack_policy.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/repmgr_local_site.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/repmgr_remote_site.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/repmgr_site_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/repmgr_start.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/repmgr_stat.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/seq_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/seq_close.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/seq_get.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/seq_initial_value.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/seq_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/seq_open.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/seq_remove.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/seq_set_cachesize.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/seq_set_flags.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/seq_set_range.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/seq_stat.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_close.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_dirfree.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_dirlist.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_exists.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_free.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_fsync.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_ftruncate.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_ioinfo.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_malloc.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_map.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_open.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_pread.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_pwrite.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_read.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_realloc.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_rename.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_seek.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_sleep.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_unlink.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_unmap.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_write.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/set_func_yield.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/txn_abort.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/txn_begin.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/txn_checkpoint.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/txn_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/txn_commit.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/txn_discard.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/txn_id.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/txn_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/txn_prepare.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/txn_recover.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/txn_set_name.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/txn_set_timeout.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_c/txn_stat.html 0444 root bin
-d none /opt/csw/bdb46/docs/api_cxx 0755 root bin
-f none /opt/csw/bdb46/docs/api_cxx/api_core.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/cxx_pindex.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_associate.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_close.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_compact.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_cursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_del.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_err.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_exists.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_fd.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_get.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_get_byteswapped.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_get_mpf.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_get_type.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_getenv.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_join.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_key_range.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_open.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_put.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_remove.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_rename.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_alloc.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_append_recno.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_bt_compare.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_bt_minkey.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_bt_prefix.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_cachesize.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_dup_compare.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_encrypt.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_errcall.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_errfile.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_error_stream.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_errpfx.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_feedback.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_flags.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_h_compare.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_h_ffactor.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_h_hash.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_h_nelem.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_lorder.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_msg_stream.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_msgcall.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_msgfile.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_pagesize.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_priority.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_q_extentsize.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_re_delim.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_re_len.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_re_pad.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_set_re_source.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_stat.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_sync.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_truncate.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_upgrade.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/db_verify.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/dbc_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/dbc_close.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/dbc_count.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/dbc_del.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/dbc_dup.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/dbc_get.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/dbc_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/dbc_put.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/dbc_set_priority.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/dbt_bulk_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/dbt_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/dbt_package.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/deadlock_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_cdsgroup_begin.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_close.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_dbremove.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_dbrename.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_err.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_event_notify.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_failchk.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_fileid_reset.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_lsn_reset.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_open.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_remove.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_alloc.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_app_dispatch.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_cache_max.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_cachesize.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_data_dir.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_encrypt.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_errcall.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_errfile.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_error_stream.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_errpfx.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_feedback.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_flags.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_isalive.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_lg_bsize.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_lg_dir.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_lg_max.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_lg_mode.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_lg_regionmax.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_lk_conflicts.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_lk_detect.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_lk_max_lockers.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_lk_max_locks.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_lk_max_objects.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_mp_mmapsize.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_msg_stream.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_msgcall.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_msgfile.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_rpc_server.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_shm_key.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_thread_count.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_thread_id.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_thread_id_string.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_timeout.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_tmp_dir.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_tx_max.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_tx_timestamp.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_set_verbose.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_stat.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_strerror.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/env_version.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/exc_package.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/except_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/frame.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/lock_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/lock_detect.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/lock_get.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/lock_id.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/lock_id_free.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/lock_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/lock_put.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/lock_stat.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/lock_vec.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/lockng_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/log_archive.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/log_compare.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/log_cursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/log_file.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/log_flush.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/log_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/log_printf.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/log_put.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/log_stat.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/logc_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/logc_close.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/logc_get.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/lsn_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_fclose.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_fcreate.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_fget.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_fopen.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_fput.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_fsync.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_maxwrite.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_openfd.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_register.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_set_clear_len.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_set_fileid.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_set_flags.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_set_ftype.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_set_lsn_offset.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_set_maxsize.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_set_pgcookie.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_set_priority.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_stat.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_sync.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/memp_trickle.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/mempfile_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/mutex_alloc.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/mutex_free.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/mutex_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/mutex_lock.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/mutex_set_align.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/mutex_set_max.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/mutex_set_tas_spins.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/mutex_stat.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/mutex_unlock.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/object.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/pindex.src 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/rep_config.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/rep_elect.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/rep_limit.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/rep_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/rep_message.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/rep_nsites.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/rep_priority.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/rep_request.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/rep_start.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/rep_stat.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/rep_sync.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/rep_timeout.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/rep_transport.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/repmgr_ack_policy.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/repmgr_local_site.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/repmgr_remote_site.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/repmgr_site_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/repmgr_start.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/repmgr_stat.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/runrec_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/seq_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/seq_close.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/seq_get.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/seq_initial_value.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/seq_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/seq_open.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/seq_remove.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/seq_set_cachesize.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/seq_set_flags.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/seq_set_range.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/seq_stat.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/txn_abort.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/txn_begin.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/txn_checkpoint.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/txn_class.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/txn_commit.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/txn_discard.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/txn_id.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/txn_list.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/txn_prepare.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/txn_recover.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/txn_set_name.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/txn_set_timeout.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_cxx/txn_stat.html 0444 root bin
-d none /opt/csw/bdb46/docs/api_tcl 0755 root bin
-f none /opt/csw/bdb46/docs/api_tcl/api_tcl.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/db_close.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/db_count.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/db_cursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/db_del.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/db_get.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/db_get_join.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/db_get_type.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/db_is_byteswapped.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/db_join.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/db_open.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/db_put.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/db_remove.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/db_rename.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/db_stat.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/db_sync.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/db_truncate.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/dbc_close.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/dbc_del.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/dbc_dup.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/dbc_get.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/dbc_put.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/env_close.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/env_dbremove.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/env_dbrename.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/env_open.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/env_remove.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/txn.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/txn_abort.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/txn_checkpoint.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/txn_commit.html 0444 root bin
-f none /opt/csw/bdb46/docs/api_tcl/version.html 0444 root bin
-d none /opt/csw/bdb46/docs/articles 0755 root bin
-d none /opt/csw/bdb46/docs/articles/inmemory 0755 root bin
-d none /opt/csw/bdb46/docs/articles/inmemory/C 0755 root bin
-f none /opt/csw/bdb46/docs/articles/inmemory/C/InMemoryDBApplication.pdf 0444 root bin
-f none /opt/csw/bdb46/docs/articles/inmemory/C/gettingStarted.css 0444 root bin
-f none /opt/csw/bdb46/docs/articles/inmemory/C/index.html 0444 root bin
-d none /opt/csw/bdb46/docs/collections 0755 root bin
-d none /opt/csw/bdb46/docs/collections/tutorial 0755 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/BasicProgram.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/BerkeleyDB-Java-Collections.pdf 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/Entity.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/SerializableEntity.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/SerializedObjectStorage.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/Summary.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/Tuple.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/UsingCollectionsAPI.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/UsingSecondaries.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/UsingStoredCollections.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/addingdatabaseitems.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/collectionOverview.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/collectionswithentities.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/createbindingscollections.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/creatingentitybindings.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/developing.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/entitieswithcollections.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/gettingStarted.css 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/handlingexceptions.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/implementingmain.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/index.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/indexedcollections.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/intro.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/moreinfo.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/openclasscatalog.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/opendatabases.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/opendbenvironment.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/openingforeignkeys.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/preface.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/removingredundantvalueclasses.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/retrievingbyindexkey.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/retrievingdatabaseitems.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/sortedcollections.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/transientfieldsinbinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/tuple-serialentitybindings.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/tuplekeybindings.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/tupleswithkeycreators.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/tutorialintroduction.html 0444 root bin
-f none /opt/csw/bdb46/docs/collections/tutorial/usingtransactions.html 0444 root bin
-d none /opt/csw/bdb46/docs/gsg 0755 root bin
-d none /opt/csw/bdb46/docs/gsg/C 0755 root bin
-f none /opt/csw/bdb46/docs/gsg/C/BerkeleyDB-Core-C-GSG.pdf 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/CoreCursorUsage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/CoreDBAdmin.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/CoreDbUsage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/CoreEnvUsage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/Cursors.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/DB.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/DBEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/DBOpenFlags.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/DbUsage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/DeleteEntryWCursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/Positioning.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/PutEntryWCursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/ReplacingEntryWCursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/accessmethods.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/btree.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/cachesize.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/concepts.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/coredbclose.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/coreindexusage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/cstructs.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/databaseLimits.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/dbErrorReporting.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/dbconfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/environments.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/gettingStarted.css 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/gettingit.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/index.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/indexes.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/introduction.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/joins.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/keyCreator.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/preface.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/readSecondary.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/returns.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/secondaryCursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/secondaryDelete.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/C/usingDbt.html 0444 root bin
-d none /opt/csw/bdb46/docs/gsg/CXX 0755 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/BerkeleyDB-Core-Cxx-GSG.pdf 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/CoreCursorUsage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/CoreDBAdmin.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/CoreDbCXXUsage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/CoreEnvUsage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/Cursors.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/DB.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/DBEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/DBOpenFlags.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/DbCXXUsage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/DeleteEntryWCursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/Positioning.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/PutEntryWCursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/ReplacingEntryWCursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/accessmethods.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/btree.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/cachesize.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/concepts.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/coreExceptions.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/coredbclose.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/coreindexusage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/databaseLimits.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/dbErrorReporting.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/dbconfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/environments.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/gettingStarted.css 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/gettingit.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/index.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/indexes.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/introduction.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/joins.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/keyCreator.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/preface.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/readSecondary.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/returns.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/secondaryCursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/secondaryDelete.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/CXX/usingDbt.html 0444 root bin
-d none /opt/csw/bdb46/docs/gsg/JAVA 0755 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/BerkeleyDB-Core-JAVA-GSG.pdf 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/CoreEnvUsage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/CoreJavaUsage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/Cursors.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/DB.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/DBAdmin.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/DBEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/DeleteEntryWCursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/Positioning.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/PutEntryWCursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/ReplacingEntryWCursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/accessmethods.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/bindAPI.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/btree.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/cachesize.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/concepts.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/coreExceptions.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/coredbclose.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/cursorJavaUsage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/databaseLimits.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/dbErrorReporting.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/db_config.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/dbconfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/dbtJavaUsage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/environments.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/gettingStarted.css 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/gettingit.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/index.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/indexes.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/introduction.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/javaindexusage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/joins.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/keyCreator.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/preface.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/readSecondary.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/returns.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/secondaryCursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/secondaryDelete.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/secondaryProps.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg/JAVA/usingDbt.html 0444 root bin
-d none /opt/csw/bdb46/docs/gsg_db_rep 0755 root bin
-d none /opt/csw/bdb46/docs/gsg_db_rep/C 0755 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/Replication-C-GSG.pdf 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/addfeatures.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/apioverview.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/bulk.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/c2ctransfer.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/elections.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/electiontimes.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/exampledoloop.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/fmwrkconnectretry.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/fwrkmasterreplica.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/fwrkpermmessage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/gettingStarted.css 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/index.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/introduction.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/manageblock.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/noautoinit.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/permmessages.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/preface.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/processingloop.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/repadvantage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/repapp.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/repmgr_init_example_c.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/simpleprogramlisting.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/C/txnapp.html 0444 root bin
-d none /opt/csw/bdb46/docs/gsg_db_rep/CXX 0755 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/Replication-CXX-GSG.pdf 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/addfeatures.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/apioverview.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/bulk.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/c2ctransfer.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/elections.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/electiontimes.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/exampledoloop.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/fmwrkconnectretry.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/fwrkmasterreplica.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/fwrkpermmessage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/gettingStarted.css 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/index.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/introduction.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/manageblock.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/noautoinit.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/permmessages.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/preface.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/processingloop.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/repadvantage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/repapp.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/repmgr_init_example_c.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/simpleprogramlisting.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/CXX/txnapp.html 0444 root bin
-d none /opt/csw/bdb46/docs/gsg_db_rep/JAVA 0755 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/Replication-JAVA-GSG.pdf 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/addfeatures.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/apioverview.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/bulk.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/c2ctransfer.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/elections.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/electiontimes.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/exampledoloop.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/fmwrkconnectretry.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/fwrkmasterreplica.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/fwrkpermmessage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/gettingStarted.css 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/index.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/introduction.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/manageblock.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/noautoinit.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/permmessages.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/preface.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/processingloop.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/repadvantage.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/repapp.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/repmgr_init_example_c.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/simpleprogramlisting.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_db_rep/JAVA/txnapp.html 0444 root bin
-d none /opt/csw/bdb46/docs/gsg_txn 0755 root bin
-d none /opt/csw/bdb46/docs/gsg_txn/C 0755 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/BerkeleyDB-Core-C-Txn.pdf 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/abortresults.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/architectrecovery.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/autocommit.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/backuprestore.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/blocking_deadlocks.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/deadlock.jpg 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/enabletxn.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/envopen.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/filemanagement.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/gettingStarted.css 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/hotfailover.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/index.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/inmem_txnexample_c.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/introduction.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/isolation.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/lockingsubsystem.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/logconfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/logfileremoval.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/maxtxns.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/nestedtxn.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/perftune-intro.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/preface.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/readblock.jpg 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/readmodifywrite.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/recovery-intro.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/recovery.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/reversesplit.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/rwlocks1.jpg 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/simplelock.jpg 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/txn_ccursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/txnconcurrency.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/txncursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/txnexample_c.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/txnindices.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/txnnowait.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/usingtxns.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/wrapup.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/C/writeblock.jpg 0444 root bin
-d none /opt/csw/bdb46/docs/gsg_txn/CXX 0755 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/BerkeleyDB-Core-Cxx-Txn.pdf 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/abortresults.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/architectrecovery.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/autocommit.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/backuprestore.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/blocking_deadlocks.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/deadlock.jpg 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/enabletxn.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/envopen.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/filemanagement.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/gettingStarted.css 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/hotfailover.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/index.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/inmem_txnexample_c.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/introduction.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/isolation.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/lockingsubsystem.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/logconfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/logfileremoval.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/maxtxns.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/nestedtxn.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/perftune-intro.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/preface.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/readblock.jpg 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/readmodifywrite.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/recovery-intro.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/recovery.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/reversesplit.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/rwlocks1.jpg 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/simplelock.jpg 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/txn_ccursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/txnconcurrency.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/txncursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/txnexample_c.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/txnindices.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/txnnowait.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/usingtxns.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/wrapup.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/CXX/writeblock.jpg 0444 root bin
-d none /opt/csw/bdb46/docs/gsg_txn/JAVA 0755 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/BerkeleyDB-Core-JAVA-Txn.pdf 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/abortresults.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/architectrecovery.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/autocommit.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/backuprestore.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/blocking_deadlocks.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/deadlock.jpg 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/enabletxn.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/envopen.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/filemanagement.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/gettingStarted.css 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/hotfailover.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/index.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/inmem_txnexample_java.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/introduction.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/isolation.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/lockingsubsystem.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/logconfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/logfileremoval.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/maxtxns.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/nestedtxn.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/perftune-intro.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/preface.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/readblock.jpg 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/readmodifywrite.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/recovery-intro.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/recovery.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/reversesplit.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/rwlocks1.jpg 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/simplelock.jpg 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/txn_ccursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/txnconcurrency.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/txncursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/txnexample_java.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/txnindices.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/txnnowait.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/usingtxns.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/wrapup.html 0444 root bin
-f none /opt/csw/bdb46/docs/gsg_txn/JAVA/writeblock.jpg 0444 root bin
-d none /opt/csw/bdb46/docs/images 0755 root bin
-f none /opt/csw/bdb46/docs/images/api.gif 0444 root bin
-f none /opt/csw/bdb46/docs/images/next.gif 0444 root bin
-f none /opt/csw/bdb46/docs/images/prev.gif 0444 root bin
-f none /opt/csw/bdb46/docs/images/ps.gif 0444 root bin
-f none /opt/csw/bdb46/docs/images/ref.gif 0444 root bin
-f none /opt/csw/bdb46/docs/index.html 0444 root bin
-d none /opt/csw/bdb46/docs/java 0755 root bin
-f none /opt/csw/bdb46/docs/java/allclasses-frame.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/allclasses-noframe.html 0444 root bin
-d none /opt/csw/bdb46/docs/java/com 0755 root bin
-d none /opt/csw/bdb46/docs/java/com/sleepycat 0755 root bin
-d none /opt/csw/bdb46/docs/java/com/sleepycat/bind 0755 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/ByteArrayBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/EntityBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/EntryBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/RecordNumberBinding.html 0444 root bin
-d none /opt/csw/bdb46/docs/java/com/sleepycat/bind/class-use 0755 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/class-use/ByteArrayBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/class-use/EntityBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/class-use/EntryBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/class-use/RecordNumberBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/package-frame.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/package-summary.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/package-tree.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/package-use.html 0444 root bin
-d none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial 0755 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/ClassCatalog.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/SerialBase.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/SerialBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/SerialInput.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/SerialOutput.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/SerialSerialBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/SerialSerialKeyCreator.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/StoredClassCatalog.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/TupleSerialBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/TupleSerialKeyCreator.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/TupleSerialMarshalledBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/TupleSerialMarshalledKeyCreator.html 0444 root bin
-d none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/class-use 0755 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/class-use/ClassCatalog.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/class-use/SerialBase.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/class-use/SerialBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/class-use/SerialInput.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/class-use/SerialOutput.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/class-use/SerialSerialBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/class-use/SerialSerialKeyCreator.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/class-use/StoredClassCatalog.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/class-use/TupleSerialBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/class-use/TupleSerialKeyCreator.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/class-use/TupleSerialMarshalledBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/class-use/TupleSerialMarshalledKeyCreator.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/package-frame.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/package-summary.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/package-tree.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/serial/package-use.html 0444 root bin
-d none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple 0755 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/BigIntegerBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/BooleanBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/ByteBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/CharacterBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/DoubleBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/FloatBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/IntegerBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/LongBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/MarshalledTupleEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/MarshalledTupleKeyEntity.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/ShortBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/SortedDoubleBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/SortedFloatBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/StringBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/TupleBase.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/TupleBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/TupleInput.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/TupleInputBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/TupleMarshalledBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/TupleOutput.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/TupleTupleBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/TupleTupleKeyCreator.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/TupleTupleMarshalledBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/TupleTupleMarshalledKeyCreator.html 0444 root bin
-d none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use 0755 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/BigIntegerBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/BooleanBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/ByteBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/CharacterBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/DoubleBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/FloatBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/IntegerBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/LongBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/MarshalledTupleEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/MarshalledTupleKeyEntity.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/ShortBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/SortedDoubleBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/SortedFloatBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/StringBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/TupleBase.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/TupleBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/TupleInput.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/TupleInputBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/TupleMarshalledBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/TupleOutput.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/TupleTupleBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/TupleTupleKeyCreator.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/TupleTupleMarshalledBinding.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/class-use/TupleTupleMarshalledKeyCreator.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/package-frame.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/package-summary.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/package-tree.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/bind/tuple/package-use.html 0444 root bin
-d none /opt/csw/bdb46/docs/java/com/sleepycat/collections 0755 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/CurrentTransaction.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/MapEntryParameter.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/PrimaryKeyAssigner.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/StoredCollection.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/StoredCollections.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/StoredContainer.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/StoredEntrySet.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/StoredIterator.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/StoredKeySet.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/StoredList.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/StoredMap.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/StoredSortedEntrySet.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/StoredSortedKeySet.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/StoredSortedMap.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/StoredSortedValueSet.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/StoredValueSet.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/TransactionRunner.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/TransactionWorker.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/TupleSerialFactory.html 0444 root bin
-d none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use 0755 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use/CurrentTransaction.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use/MapEntryParameter.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use/PrimaryKeyAssigner.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use/StoredCollection.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use/StoredCollections.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use/StoredContainer.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use/StoredEntrySet.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use/StoredIterator.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use/StoredKeySet.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use/StoredList.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use/StoredMap.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use/StoredSortedEntrySet.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use/StoredSortedKeySet.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use/StoredSortedMap.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use/StoredSortedValueSet.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use/StoredValueSet.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use/TransactionRunner.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use/TransactionWorker.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/class-use/TupleSerialFactory.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/package-frame.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/package-summary.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/package-tree.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/collections/package-use.html 0444 root bin
-d none /opt/csw/bdb46/docs/java/com/sleepycat/db 0755 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/BtreePrefixCalculator.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/BtreeStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/CacheFile.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/CacheFilePriority.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/CacheFileStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/CacheStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/CheckpointConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/CompactConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/CompactStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/Cursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/CursorConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/Database.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/DatabaseConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/DatabaseEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/DatabaseException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/DatabaseStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/DatabaseType.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/DeadlockException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/Environment.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/EnvironmentConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/ErrorHandler.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/EventHandler.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/EventHandlerAdapter.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/FeedbackHandler.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/HashStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/Hasher.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/JoinConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/JoinCursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/KeyRange.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/Lock.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/LockDetectMode.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/LockMode.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/LockNotGrantedException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/LockOperation.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/LockRequest.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/LockRequestMode.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/LockStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/LogCursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/LogRecordHandler.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/LogSequenceNumber.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/LogStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/MemoryException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/MessageHandler.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/MultipleDataEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/MultipleEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/MultipleKeyDataEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/MultipleKeyNIODataEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/MultipleNIODataEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/MultipleRecnoDataEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/MultipleRecnoNIODataEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/MutexStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/OperationStatus.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/PanicHandler.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/PreparedTransaction.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/QueueStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/RecordNumberAppender.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/RecoveryOperation.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/ReplicationConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/ReplicationDuplicateMasterException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/ReplicationHandleDeadException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/ReplicationHoldElectionException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/ReplicationHostAddress.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/ReplicationJoinFailureException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/ReplicationLeaseExpiredException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/ReplicationLeaseTimeoutException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/ReplicationLockoutException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/ReplicationManagerAckPolicy.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/ReplicationManagerStartPolicy.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/ReplicationManagerStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/ReplicationSiteUnavailableException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/ReplicationStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/ReplicationStatus.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/ReplicationTimeoutType.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/ReplicationTransport.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/RunRecoveryException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/SecondaryConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/SecondaryCursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/SecondaryDatabase.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/SecondaryKeyCreator.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/SecondaryMultiKeyCreator.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/Sequence.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/SequenceConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/SequenceStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/StatsConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/Transaction.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/TransactionConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/TransactionStats.Active.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/TransactionStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/VerboseConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/VerifyConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/VersionMismatchException.html 0444 root bin
-d none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use 0755 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/BtreePrefixCalculator.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/BtreeStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/CacheFile.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/CacheFilePriority.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/CacheFileStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/CacheStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/CheckpointConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/CompactConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/CompactStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/Cursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/CursorConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/Database.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/DatabaseConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/DatabaseEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/DatabaseException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/DatabaseStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/DatabaseType.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/DeadlockException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/Environment.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/EnvironmentConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/ErrorHandler.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/EventHandler.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/EventHandlerAdapter.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/FeedbackHandler.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/HashStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/Hasher.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/JoinConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/JoinCursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/KeyRange.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/Lock.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/LockDetectMode.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/LockMode.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/LockNotGrantedException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/LockOperation.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/LockRequest.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/LockRequestMode.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/LockStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/LogCursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/LogRecordHandler.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/LogSequenceNumber.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/LogStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/MemoryException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/MessageHandler.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/MultipleDataEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/MultipleEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/MultipleKeyDataEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/MultipleKeyNIODataEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/MultipleNIODataEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/MultipleRecnoDataEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/MultipleRecnoNIODataEntry.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/MutexStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/OperationStatus.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/PanicHandler.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/PreparedTransaction.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/QueueStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/RecordNumberAppender.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/RecoveryOperation.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/ReplicationConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/ReplicationDuplicateMasterException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/ReplicationHandleDeadException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/ReplicationHoldElectionException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/ReplicationHostAddress.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/ReplicationJoinFailureException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/ReplicationLeaseExpiredException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/ReplicationLeaseTimeoutException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/ReplicationLockoutException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/ReplicationManagerAckPolicy.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/ReplicationManagerStartPolicy.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/ReplicationManagerStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/ReplicationSiteUnavailableException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/ReplicationStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/ReplicationStatus.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/ReplicationTimeoutType.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/ReplicationTransport.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/RunRecoveryException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/SecondaryConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/SecondaryCursor.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/SecondaryDatabase.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/SecondaryKeyCreator.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/SecondaryMultiKeyCreator.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/Sequence.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/SequenceConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/SequenceStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/StatsConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/Transaction.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/TransactionConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/TransactionStats.Active.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/TransactionStats.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/VerboseConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/VerifyConfig.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/class-use/VersionMismatchException.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/package-frame.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/package-summary.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/package-tree.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/db/package-use.html 0444 root bin
-d none /opt/csw/bdb46/docs/java/com/sleepycat/util 0755 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/ExceptionUnwrapper.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/ExceptionWrapper.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/FastInputStream.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/FastOutputStream.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/IOExceptionWrapper.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/PackedInteger.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/RuntimeExceptionWrapper.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/UtfOps.html 0444 root bin
-d none /opt/csw/bdb46/docs/java/com/sleepycat/util/class-use 0755 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/class-use/ExceptionUnwrapper.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/class-use/ExceptionWrapper.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/class-use/FastInputStream.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/class-use/FastOutputStream.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/class-use/IOExceptionWrapper.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/class-use/PackedInteger.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/class-use/RuntimeExceptionWrapper.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/class-use/UtfOps.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/package-frame.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/package-summary.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/package-tree.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/com/sleepycat/util/package-use.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/constant-values.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/deprecated-list.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/help-doc.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/index-all.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/index.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/overview-frame.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/overview-summary.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/overview-tree.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/package-list 0444 root bin
-d none /opt/csw/bdb46/docs/java/resources 0755 root bin
-f none /opt/csw/bdb46/docs/java/resources/inherit.gif 0444 root bin
-f none /opt/csw/bdb46/docs/java/serialized-form.html 0444 root bin
-f none /opt/csw/bdb46/docs/java/style.css 0444 root bin
-d none /opt/csw/bdb46/docs/license 0755 root bin
-f none /opt/csw/bdb46/docs/license/license_db.html 0444 root bin
-d none /opt/csw/bdb46/docs/ref 0755 root bin
-d none /opt/csw/bdb46/docs/ref/am 0755 root bin
-f none /opt/csw/bdb46/docs/ref/am/close.html 0444 root bin
-f none /opt/csw/bdb46/docs/ref/am/count.html 0444 root bin
-f none /opt/csw/bdb46/docs/ref/am/curclose.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