Initial revision
authorjbj <devnull@localhost>
Wed, 21 Mar 2001 18:33:35 +0000 (18:33 +0000)
committerjbj <devnull@localhost>
Wed, 21 Mar 2001 18:33:35 +0000 (18:33 +0000)
commit731946f4b90eb1173452dd30f1296dd825155d82
tree67535f54ecb7e5463c06e62044e4efd84ae0291d
parent7ed904da030dc4640ff9bce8458ba07cc09d830d
Initial revision

CVS patchset: 4644
CVS date: 2001/03/21 18:33:35
1446 files changed:
db/LICENSE [new file with mode: 0644]
db/README [new file with mode: 0644]
db/btree/bt_compare.c [new file with mode: 0644]
db/btree/bt_conv.c [new file with mode: 0644]
db/btree/bt_curadj.c [new file with mode: 0644]
db/btree/bt_cursor.c [new file with mode: 0644]
db/btree/bt_delete.c [new file with mode: 0644]
db/btree/bt_method.c [new file with mode: 0644]
db/btree/bt_open.c [new file with mode: 0644]
db/btree/bt_put.c [new file with mode: 0644]
db/btree/bt_rec.c [new file with mode: 0644]
db/btree/bt_reclaim.c [new file with mode: 0644]
db/btree/bt_recno.c [new file with mode: 0644]
db/btree/bt_rsearch.c [new file with mode: 0644]
db/btree/bt_search.c [new file with mode: 0644]
db/btree/bt_split.c [new file with mode: 0644]
db/btree/bt_stat.c [new file with mode: 0644]
db/btree/bt_upgrade.c [new file with mode: 0644]
db/btree/bt_verify.c [new file with mode: 0644]
db/btree/btree.src [new file with mode: 0644]
db/btree/btree_auto.c [new file with mode: 0644]
db/build_unix/.IGNORE_ME [new file with mode: 0644]
db/build_vxworks/BerkeleyDB.wpj [new file with mode: 0644]
db/build_vxworks/BerkeleyDB.wsp [new file with mode: 0644]
db/build_vxworks/db.h [new file with mode: 0644]
db/build_vxworks/db_config.h [new file with mode: 0644]
db/build_vxworks/db_int.h [new file with mode: 0644]
db/build_vxworks/ex_access/ex_access.wpj [new file with mode: 0644]
db/build_vxworks/ex_btrec/ex_btrec.wpj [new file with mode: 0644]
db/build_vxworks/ex_dbclient/ex_dbclient.wpj [new file with mode: 0644]
db/build_vxworks/ex_env/ex_env.wpj [new file with mode: 0644]
db/build_vxworks/ex_mpool/ex_mpool.wpj [new file with mode: 0644]
db/build_vxworks/ex_tpcb/ex_tpcb.wpj [new file with mode: 0644]
db/build_win32/Berkeley_DB.dsw [new file with mode: 0644]
db/build_win32/app_dsp.src [new file with mode: 0644]
db/build_win32/db.h [new file with mode: 0644]
db/build_win32/db_archive.dsp [new file with mode: 0644]
db/build_win32/db_buildall.dsp [new file with mode: 0644]
db/build_win32/db_checkpoint.dsp [new file with mode: 0644]
db/build_win32/db_config.h [new file with mode: 0644]
db/build_win32/db_deadlock.dsp [new file with mode: 0644]
db/build_win32/db_dll.dsp [new file with mode: 0644]
db/build_win32/db_dump.dsp [new file with mode: 0644]
db/build_win32/db_int.h [new file with mode: 0644]
db/build_win32/db_java.dsp [new file with mode: 0644]
db/build_win32/db_load.dsp [new file with mode: 0644]
db/build_win32/db_printlog.dsp [new file with mode: 0644]
db/build_win32/db_recover.dsp [new file with mode: 0644]
db/build_win32/db_stat.dsp [new file with mode: 0644]
db/build_win32/db_static.dsp [new file with mode: 0644]
db/build_win32/db_tcl.dsp [new file with mode: 0644]
db/build_win32/db_test.dsp [new file with mode: 0644]
db/build_win32/db_upgrade.dsp [new file with mode: 0644]
db/build_win32/db_verify.dsp [new file with mode: 0644]
db/build_win32/dbkill.cpp [new file with mode: 0644]
db/build_win32/dllmain.c [new file with mode: 0644]
db/build_win32/dynamic_dsp.src [new file with mode: 0644]
db/build_win32/ex_access.dsp [new file with mode: 0644]
db/build_win32/ex_btrec.dsp [new file with mode: 0644]
db/build_win32/ex_env.dsp [new file with mode: 0644]
db/build_win32/ex_lock.dsp [new file with mode: 0644]
db/build_win32/ex_mpool.dsp [new file with mode: 0644]
db/build_win32/ex_tpcb.dsp [new file with mode: 0644]
db/build_win32/excxx_access.dsp [new file with mode: 0644]
db/build_win32/excxx_btrec.dsp [new file with mode: 0644]
db/build_win32/excxx_env.dsp [new file with mode: 0644]
db/build_win32/excxx_lock.dsp [new file with mode: 0644]
db/build_win32/excxx_mpool.dsp [new file with mode: 0644]
db/build_win32/excxx_tpcb.dsp [new file with mode: 0644]
db/build_win32/include.tcl [new file with mode: 0644]
db/build_win32/java_dsp.src [new file with mode: 0644]
db/build_win32/libdb.def [new file with mode: 0644]
db/build_win32/libdb.rc [new file with mode: 0644]
db/build_win32/libdb_tcl.def [new file with mode: 0644]
db/build_win32/libdbrc.src [new file with mode: 0644]
db/build_win32/srcfile_dsp.src [new file with mode: 0644]
db/build_win32/static_dsp.src [new file with mode: 0644]
db/build_win32/tcl_dsp.src [new file with mode: 0644]
db/clib/getcwd.c [new file with mode: 0644]
db/clib/getopt.c [new file with mode: 0644]
db/clib/memcmp.c [new file with mode: 0644]
db/clib/memmove.c [new file with mode: 0644]
db/clib/raise.c [new file with mode: 0644]
db/clib/snprintf.c [new file with mode: 0644]
db/clib/strcasecmp.c [new file with mode: 0644]
db/clib/strerror.c [new file with mode: 0644]
db/clib/vsnprintf.c [new file with mode: 0644]
db/common/db_byteorder.c [new file with mode: 0644]
db/common/db_err.c [new file with mode: 0644]
db/common/db_getlong.c [new file with mode: 0644]
db/common/db_log2.c [new file with mode: 0644]
db/common/util_log.c [new file with mode: 0644]
db/common/util_sig.c [new file with mode: 0644]
db/cxx/cxx_app.cpp [new file with mode: 0644]
db/cxx/cxx_except.cpp [new file with mode: 0644]
db/cxx/cxx_lock.cpp [new file with mode: 0644]
db/cxx/cxx_log.cpp [new file with mode: 0644]
db/cxx/cxx_mpool.cpp [new file with mode: 0644]
db/cxx/cxx_table.cpp [new file with mode: 0644]
db/cxx/cxx_txn.cpp [new file with mode: 0644]
db/cxx/namemap.txt [new file with mode: 0644]
db/db/Design.fileop [new file with mode: 0644]
db/db/crdel.src [new file with mode: 0644]
db/db/crdel_auto.c [new file with mode: 0644]
db/db/crdel_rec.c [new file with mode: 0644]
db/db/db.c [new file with mode: 0644]
db/db/db.src [new file with mode: 0644]
db/db/db_am.c [new file with mode: 0644]
db/db/db_auto.c [new file with mode: 0644]
db/db/db_cam.c [new file with mode: 0644]
db/db/db_conv.c [new file with mode: 0644]
db/db/db_dispatch.c [new file with mode: 0644]
db/db/db_dup.c [new file with mode: 0644]
db/db/db_iface.c [new file with mode: 0644]
db/db/db_join.c [new file with mode: 0644]
db/db/db_meta.c [new file with mode: 0644]
db/db/db_method.c [new file with mode: 0644]
db/db/db_overflow.c [new file with mode: 0644]
db/db/db_pr.c [new file with mode: 0644]
db/db/db_rec.c [new file with mode: 0644]
db/db/db_reclaim.c [new file with mode: 0644]
db/db/db_ret.c [new file with mode: 0644]
db/db/db_upg.c [new file with mode: 0644]
db/db/db_upg_opd.c [new file with mode: 0644]
db/db/db_vrfy.c [new file with mode: 0644]
db/db/db_vrfyutil.c [new file with mode: 0644]
db/db185/db185.c [new file with mode: 0644]
db/db185/db185_int.h [new file with mode: 0644]
db/db_archive/db_archive.c [new file with mode: 0644]
db/db_checkpoint/db_checkpoint.c [new file with mode: 0644]
db/db_deadlock/db_deadlock.c [new file with mode: 0644]
db/db_dump/db_dump.c [new file with mode: 0644]
db/db_dump185/db_dump185.c [new file with mode: 0644]
db/db_load/db_load.c [new file with mode: 0644]
db/db_printlog/README [new file with mode: 0644]
db/db_printlog/commit.awk [new file with mode: 0644]
db/db_printlog/count.awk [new file with mode: 0644]
db/db_printlog/db_printlog.c [new file with mode: 0644]
db/db_printlog/dbname.awk [new file with mode: 0644]
db/db_printlog/fileid.awk [new file with mode: 0644]
db/db_printlog/pgno.awk [new file with mode: 0644]
db/db_printlog/range.awk [new file with mode: 0644]
db/db_printlog/rectype.awk [new file with mode: 0644]
db/db_printlog/status.awk [new file with mode: 0644]
db/db_printlog/txn.awk [new file with mode: 0644]
db/db_recover/db_recover.c [new file with mode: 0644]
db/db_stat/db_stat.c [new file with mode: 0644]
db/db_upgrade/db_upgrade.c [new file with mode: 0644]
db/db_verify/db_verify.c [new file with mode: 0644]
db/dbm/dbm.c [new file with mode: 0644]
db/dist/Makefile.in [new file with mode: 0644]
db/dist/RELEASE [new file with mode: 0644]
db/dist/acconfig.h [new file with mode: 0644]
db/dist/aclocal/mutex.m4 [new file with mode: 0644]
db/dist/aclocal/options.m4 [new file with mode: 0644]
db/dist/aclocal/programs.m4 [new file with mode: 0644]
db/dist/aclocal/tcl.m4 [new file with mode: 0644]
db/dist/aclocal/types.m4 [new file with mode: 0644]
db/dist/build/chk.def [new file with mode: 0755]
db/dist/build/chk.define [new file with mode: 0755]
db/dist/build/chk.offt [new file with mode: 0755]
db/dist/build/chk.srcfiles [new file with mode: 0755]
db/dist/build/chk.tags [new file with mode: 0755]
db/dist/build/script [new file with mode: 0644]
db/dist/config.guess [new file with mode: 0755]
db/dist/config.hin [new file with mode: 0644]
db/dist/config.sub [new file with mode: 0755]
db/dist/configure [new file with mode: 0755]
db/dist/configure.in [new file with mode: 0644]
db/dist/gen_rec.awk [new file with mode: 0644]
db/dist/gen_rpc.awk [new file with mode: 0644]
db/dist/install-sh [new file with mode: 0755]
db/dist/ltconfig [new file with mode: 0644]
db/dist/ltmain.sh [new file with mode: 0644]
db/dist/rec_ctemp [new file with mode: 0644]
db/dist/s_all [new file with mode: 0644]
db/dist/s_config [new file with mode: 0755]
db/dist/s_include [new file with mode: 0755]
db/dist/s_java [new file with mode: 0755]
db/dist/s_perm [new file with mode: 0755]
db/dist/s_readme [new file with mode: 0755]
db/dist/s_recover [new file with mode: 0755]
db/dist/s_rpc [new file with mode: 0644]
db/dist/s_symlink [new file with mode: 0755]
db/dist/s_tags [new file with mode: 0755]
db/dist/s_tcl [new file with mode: 0755]
db/dist/s_vxworks [new file with mode: 0644]
db/dist/s_win32 [new file with mode: 0755]
db/dist/s_win32_dsp [new file with mode: 0644]
db/dist/srcfiles.in [new file with mode: 0644]
db/dist/template/db_server_proc [new file with mode: 0644]
db/dist/template/gen_client_ret [new file with mode: 0644]
db/dist/template/rec_btree [new file with mode: 0644]
db/dist/template/rec_crdel [new file with mode: 0644]
db/dist/template/rec_db [new file with mode: 0644]
db/dist/template/rec_hash [new file with mode: 0644]
db/dist/template/rec_log [new file with mode: 0644]
db/dist/template/rec_qam [new file with mode: 0644]
db/dist/template/rec_txn [new file with mode: 0644]
db/docs/api_c/c_index.html [new file with mode: 0644]
db/docs/api_c/c_pindex.html [new file with mode: 0644]
db/docs/api_c/db_close.html [new file with mode: 0644]
db/docs/api_c/db_create.html [new file with mode: 0644]
db/docs/api_c/db_cursor.html [new file with mode: 0644]
db/docs/api_c/db_del.html [new file with mode: 0644]
db/docs/api_c/db_err.html [new file with mode: 0644]
db/docs/api_c/db_fd.html [new file with mode: 0644]
db/docs/api_c/db_get.html [new file with mode: 0644]
db/docs/api_c/db_get_byteswapped.html [new file with mode: 0644]
db/docs/api_c/db_get_type.html [new file with mode: 0644]
db/docs/api_c/db_join.html [new file with mode: 0644]
db/docs/api_c/db_key_range.html [new file with mode: 0644]
db/docs/api_c/db_lsn.html [new file with mode: 0644]
db/docs/api_c/db_open.html [new file with mode: 0644]
db/docs/api_c/db_put.html [new file with mode: 0644]
db/docs/api_c/db_remove.html [new file with mode: 0644]
db/docs/api_c/db_rename.html [new file with mode: 0644]
db/docs/api_c/db_set_append_recno.html [new file with mode: 0644]
db/docs/api_c/db_set_bt_compare.html [new file with mode: 0644]
db/docs/api_c/db_set_bt_minkey.html [new file with mode: 0644]
db/docs/api_c/db_set_bt_prefix.html [new file with mode: 0644]
db/docs/api_c/db_set_cachesize.html [new file with mode: 0644]
db/docs/api_c/db_set_dup_compare.html [new file with mode: 0644]
db/docs/api_c/db_set_errcall.html [new file with mode: 0644]
db/docs/api_c/db_set_errfile.html [new file with mode: 0644]
db/docs/api_c/db_set_errpfx.html [new file with mode: 0644]
db/docs/api_c/db_set_feedback.html [new file with mode: 0644]
db/docs/api_c/db_set_flags.html [new file with mode: 0644]
db/docs/api_c/db_set_h_ffactor.html [new file with mode: 0644]
db/docs/api_c/db_set_h_hash.html [new file with mode: 0644]
db/docs/api_c/db_set_h_nelem.html [new file with mode: 0644]
db/docs/api_c/db_set_lorder.html [new file with mode: 0644]
db/docs/api_c/db_set_malloc.html [new file with mode: 0644]
db/docs/api_c/db_set_pagesize.html [new file with mode: 0644]
db/docs/api_c/db_set_paniccall.html [new file with mode: 0644]
db/docs/api_c/db_set_q_extentsize.html [new file with mode: 0644]
db/docs/api_c/db_set_re_delim.html [new file with mode: 0644]
db/docs/api_c/db_set_re_len.html [new file with mode: 0644]
db/docs/api_c/db_set_re_pad.html [new file with mode: 0644]
db/docs/api_c/db_set_re_source.html [new file with mode: 0644]
db/docs/api_c/db_set_realloc.html [new file with mode: 0644]
db/docs/api_c/db_stat.html [new file with mode: 0644]
db/docs/api_c/db_sync.html [new file with mode: 0644]
db/docs/api_c/db_upgrade.html [new file with mode: 0644]
db/docs/api_c/db_verify.html [new file with mode: 0644]
db/docs/api_c/dbc_close.html [new file with mode: 0644]
db/docs/api_c/dbc_count.html [new file with mode: 0644]
db/docs/api_c/dbc_del.html [new file with mode: 0644]
db/docs/api_c/dbc_dup.html [new file with mode: 0644]
db/docs/api_c/dbc_get.html [new file with mode: 0644]
db/docs/api_c/dbc_put.html [new file with mode: 0644]
db/docs/api_c/dbm.html [new file with mode: 0644]
db/docs/api_c/dbt.html [new file with mode: 0644]
db/docs/api_c/env_close.html [new file with mode: 0644]
db/docs/api_c/env_create.html [new file with mode: 0644]
db/docs/api_c/env_open.html [new file with mode: 0644]
db/docs/api_c/env_remove.html [new file with mode: 0644]
db/docs/api_c/env_set_cachesize.html [new file with mode: 0644]
db/docs/api_c/env_set_data_dir.html [new file with mode: 0644]
db/docs/api_c/env_set_errcall.html [new file with mode: 0644]
db/docs/api_c/env_set_errfile.html [new file with mode: 0644]
db/docs/api_c/env_set_errpfx.html [new file with mode: 0644]
db/docs/api_c/env_set_feedback.html [new file with mode: 0644]
db/docs/api_c/env_set_flags.html [new file with mode: 0644]
db/docs/api_c/env_set_lg_bsize.html [new file with mode: 0644]
db/docs/api_c/env_set_lg_dir.html [new file with mode: 0644]
db/docs/api_c/env_set_lg_max.html [new file with mode: 0644]
db/docs/api_c/env_set_lk_conflicts.html [new file with mode: 0644]
db/docs/api_c/env_set_lk_detect.html [new file with mode: 0644]
db/docs/api_c/env_set_lk_max.html [new file with mode: 0644]
db/docs/api_c/env_set_lk_max_lockers.html [new file with mode: 0644]
db/docs/api_c/env_set_lk_max_locks.html [new file with mode: 0644]
db/docs/api_c/env_set_lk_max_objects.html [new file with mode: 0644]
db/docs/api_c/env_set_mp_mmapsize.html [new file with mode: 0644]
db/docs/api_c/env_set_mutexlocks.html [new file with mode: 0644]
db/docs/api_c/env_set_pageyield.html [new file with mode: 0644]
db/docs/api_c/env_set_paniccall.html [new file with mode: 0644]
db/docs/api_c/env_set_panicstate.html [new file with mode: 0644]
db/docs/api_c/env_set_rec_init.html [new file with mode: 0644]
db/docs/api_c/env_set_region_init.html [new file with mode: 0644]
db/docs/api_c/env_set_server.html [new file with mode: 0644]
db/docs/api_c/env_set_shm_key.html [new file with mode: 0644]
db/docs/api_c/env_set_tas_spins.html [new file with mode: 0644]
db/docs/api_c/env_set_tmp_dir.html [new file with mode: 0644]
db/docs/api_c/env_set_tx_max.html [new file with mode: 0644]
db/docs/api_c/env_set_tx_recover.html [new file with mode: 0644]
db/docs/api_c/env_set_tx_timestamp.html [new file with mode: 0644]
db/docs/api_c/env_set_verbose.html [new file with mode: 0644]
db/docs/api_c/env_strerror.html [new file with mode: 0644]
db/docs/api_c/env_version.html [new file with mode: 0644]
db/docs/api_c/hsearch.html [new file with mode: 0644]
db/docs/api_c/lock_detect.html [new file with mode: 0644]
db/docs/api_c/lock_get.html [new file with mode: 0644]
db/docs/api_c/lock_id.html [new file with mode: 0644]
db/docs/api_c/lock_put.html [new file with mode: 0644]
db/docs/api_c/lock_stat.html [new file with mode: 0644]
db/docs/api_c/lock_vec.html [new file with mode: 0644]
db/docs/api_c/log_archive.html [new file with mode: 0644]
db/docs/api_c/log_compare.html [new file with mode: 0644]
db/docs/api_c/log_file.html [new file with mode: 0644]
db/docs/api_c/log_flush.html [new file with mode: 0644]
db/docs/api_c/log_get.html [new file with mode: 0644]
db/docs/api_c/log_put.html [new file with mode: 0644]
db/docs/api_c/log_register.html [new file with mode: 0644]
db/docs/api_c/log_stat.html [new file with mode: 0644]
db/docs/api_c/log_unregister.html [new file with mode: 0644]
db/docs/api_c/memp_fclose.html [new file with mode: 0644]
db/docs/api_c/memp_fget.html [new file with mode: 0644]
db/docs/api_c/memp_fopen.html [new file with mode: 0644]
db/docs/api_c/memp_fput.html [new file with mode: 0644]
db/docs/api_c/memp_fset.html [new file with mode: 0644]
db/docs/api_c/memp_fsync.html [new file with mode: 0644]
db/docs/api_c/memp_register.html [new file with mode: 0644]
db/docs/api_c/memp_stat.html [new file with mode: 0644]
db/docs/api_c/memp_sync.html [new file with mode: 0644]
db/docs/api_c/memp_trickle.html [new file with mode: 0644]
db/docs/api_c/pindex.src [new file with mode: 0644]
db/docs/api_c/set_func_close.html [new file with mode: 0644]
db/docs/api_c/set_func_dirfree.html [new file with mode: 0644]
db/docs/api_c/set_func_dirlist.html [new file with mode: 0644]
db/docs/api_c/set_func_exists.html [new file with mode: 0644]
db/docs/api_c/set_func_free.html [new file with mode: 0644]
db/docs/api_c/set_func_fsync.html [new file with mode: 0644]
db/docs/api_c/set_func_ioinfo.html [new file with mode: 0644]
db/docs/api_c/set_func_malloc.html [new file with mode: 0644]
db/docs/api_c/set_func_map.html [new file with mode: 0644]
db/docs/api_c/set_func_open.html [new file with mode: 0644]
db/docs/api_c/set_func_read.html [new file with mode: 0644]
db/docs/api_c/set_func_realloc.html [new file with mode: 0644]
db/docs/api_c/set_func_rename.html [new file with mode: 0644]
db/docs/api_c/set_func_seek.html [new file with mode: 0644]
db/docs/api_c/set_func_sleep.html [new file with mode: 0644]
db/docs/api_c/set_func_unlink.html [new file with mode: 0644]
db/docs/api_c/set_func_unmap.html [new file with mode: 0644]
db/docs/api_c/set_func_write.html [new file with mode: 0644]
db/docs/api_c/set_func_yield.html [new file with mode: 0644]
db/docs/api_c/txn_abort.html [new file with mode: 0644]
db/docs/api_c/txn_begin.html [new file with mode: 0644]
db/docs/api_c/txn_checkpoint.html [new file with mode: 0644]
db/docs/api_c/txn_commit.html [new file with mode: 0644]
db/docs/api_c/txn_id.html [new file with mode: 0644]
db/docs/api_c/txn_prepare.html [new file with mode: 0644]
db/docs/api_c/txn_stat.html [new file with mode: 0644]
db/docs/api_cxx/cxx_index.html [new file with mode: 0644]
db/docs/api_cxx/cxx_pindex.html [new file with mode: 0644]
db/docs/api_cxx/db_class.html [new file with mode: 0644]
db/docs/api_cxx/db_close.html [new file with mode: 0644]
db/docs/api_cxx/db_cursor.html [new file with mode: 0644]
db/docs/api_cxx/db_del.html [new file with mode: 0644]
db/docs/api_cxx/db_err.html [new file with mode: 0644]
db/docs/api_cxx/db_fd.html [new file with mode: 0644]
db/docs/api_cxx/db_get.html [new file with mode: 0644]
db/docs/api_cxx/db_get_byteswapped.html [new file with mode: 0644]
db/docs/api_cxx/db_get_type.html [new file with mode: 0644]
db/docs/api_cxx/db_join.html [new file with mode: 0644]
db/docs/api_cxx/db_key_range.html [new file with mode: 0644]
db/docs/api_cxx/db_open.html [new file with mode: 0644]
db/docs/api_cxx/db_put.html [new file with mode: 0644]
db/docs/api_cxx/db_remove.html [new file with mode: 0644]
db/docs/api_cxx/db_rename.html [new file with mode: 0644]
db/docs/api_cxx/db_set_append_recno.html [new file with mode: 0644]
db/docs/api_cxx/db_set_bt_compare.html [new file with mode: 0644]
db/docs/api_cxx/db_set_bt_minkey.html [new file with mode: 0644]
db/docs/api_cxx/db_set_bt_prefix.html [new file with mode: 0644]
db/docs/api_cxx/db_set_cachesize.html [new file with mode: 0644]
db/docs/api_cxx/db_set_dup_compare.html [new file with mode: 0644]
db/docs/api_cxx/db_set_errcall.html [new file with mode: 0644]
db/docs/api_cxx/db_set_errfile.html [new file with mode: 0644]
db/docs/api_cxx/db_set_errpfx.html [new file with mode: 0644]
db/docs/api_cxx/db_set_feedback.html [new file with mode: 0644]
db/docs/api_cxx/db_set_flags.html [new file with mode: 0644]
db/docs/api_cxx/db_set_h_ffactor.html [new file with mode: 0644]
db/docs/api_cxx/db_set_h_hash.html [new file with mode: 0644]
db/docs/api_cxx/db_set_h_nelem.html [new file with mode: 0644]
db/docs/api_cxx/db_set_lorder.html [new file with mode: 0644]
db/docs/api_cxx/db_set_malloc.html [new file with mode: 0644]
db/docs/api_cxx/db_set_pagesize.html [new file with mode: 0644]
db/docs/api_cxx/db_set_paniccall.html [new file with mode: 0644]
db/docs/api_cxx/db_set_q_extentsize.html [new file with mode: 0644]
db/docs/api_cxx/db_set_re_delim.html [new file with mode: 0644]
db/docs/api_cxx/db_set_re_len.html [new file with mode: 0644]
db/docs/api_cxx/db_set_re_pad.html [new file with mode: 0644]
db/docs/api_cxx/db_set_re_source.html [new file with mode: 0644]
db/docs/api_cxx/db_set_realloc.html [new file with mode: 0644]
db/docs/api_cxx/db_stat.html [new file with mode: 0644]
db/docs/api_cxx/db_sync.html [new file with mode: 0644]
db/docs/api_cxx/db_upgrade.html [new file with mode: 0644]
db/docs/api_cxx/db_verify.html [new file with mode: 0644]
db/docs/api_cxx/dbc_class.html [new file with mode: 0644]
db/docs/api_cxx/dbc_close.html [new file with mode: 0644]
db/docs/api_cxx/dbc_count.html [new file with mode: 0644]
db/docs/api_cxx/dbc_del.html [new file with mode: 0644]
db/docs/api_cxx/dbc_dup.html [new file with mode: 0644]
db/docs/api_cxx/dbc_get.html [new file with mode: 0644]
db/docs/api_cxx/dbc_put.html [new file with mode: 0644]
db/docs/api_cxx/dbenv_class.html [new file with mode: 0644]
db/docs/api_cxx/dbt_class.html [new file with mode: 0644]
db/docs/api_cxx/env_close.html [new file with mode: 0644]
db/docs/api_cxx/env_open.html [new file with mode: 0644]
db/docs/api_cxx/env_remove.html [new file with mode: 0644]
db/docs/api_cxx/env_set_cachesize.html [new file with mode: 0644]
db/docs/api_cxx/env_set_data_dir.html [new file with mode: 0644]
db/docs/api_cxx/env_set_errcall.html [new file with mode: 0644]
db/docs/api_cxx/env_set_errfile.html [new file with mode: 0644]
db/docs/api_cxx/env_set_error_stream.html [new file with mode: 0644]
db/docs/api_cxx/env_set_errpfx.html [new file with mode: 0644]
db/docs/api_cxx/env_set_feedback.html [new file with mode: 0644]
db/docs/api_cxx/env_set_flags.html [new file with mode: 0644]
db/docs/api_cxx/env_set_lg_bsize.html [new file with mode: 0644]
db/docs/api_cxx/env_set_lg_dir.html [new file with mode: 0644]
db/docs/api_cxx/env_set_lg_max.html [new file with mode: 0644]
db/docs/api_cxx/env_set_lk_conflicts.html [new file with mode: 0644]
db/docs/api_cxx/env_set_lk_detect.html [new file with mode: 0644]
db/docs/api_cxx/env_set_lk_max.html [new file with mode: 0644]
db/docs/api_cxx/env_set_lk_max_lockers.html [new file with mode: 0644]
db/docs/api_cxx/env_set_lk_max_locks.html [new file with mode: 0644]
db/docs/api_cxx/env_set_lk_max_objects.html [new file with mode: 0644]
db/docs/api_cxx/env_set_mp_mmapsize.html [new file with mode: 0644]
db/docs/api_cxx/env_set_mutexlocks.html [new file with mode: 0644]
db/docs/api_cxx/env_set_pageyield.html [new file with mode: 0644]
db/docs/api_cxx/env_set_paniccall.html [new file with mode: 0644]
db/docs/api_cxx/env_set_panicstate.html [new file with mode: 0644]
db/docs/api_cxx/env_set_rec_init.html [new file with mode: 0644]
db/docs/api_cxx/env_set_region_init.html [new file with mode: 0644]
db/docs/api_cxx/env_set_server.html [new file with mode: 0644]
db/docs/api_cxx/env_set_shm_key.html [new file with mode: 0644]
db/docs/api_cxx/env_set_tas_spins.html [new file with mode: 0644]
db/docs/api_cxx/env_set_tmp_dir.html [new file with mode: 0644]
db/docs/api_cxx/env_set_tx_max.html [new file with mode: 0644]
db/docs/api_cxx/env_set_tx_recover.html [new file with mode: 0644]
db/docs/api_cxx/env_set_tx_timestamp.html [new file with mode: 0644]
db/docs/api_cxx/env_set_verbose.html [new file with mode: 0644]
db/docs/api_cxx/env_strerror.html [new file with mode: 0644]
db/docs/api_cxx/env_version.html [new file with mode: 0644]
db/docs/api_cxx/except_class.html [new file with mode: 0644]
db/docs/api_cxx/get_errno.html [new file with mode: 0644]
db/docs/api_cxx/lock_class.html [new file with mode: 0644]
db/docs/api_cxx/lock_detect.html [new file with mode: 0644]
db/docs/api_cxx/lock_get.html [new file with mode: 0644]
db/docs/api_cxx/lock_id.html [new file with mode: 0644]
db/docs/api_cxx/lock_put.html [new file with mode: 0644]
db/docs/api_cxx/lock_stat.html [new file with mode: 0644]
db/docs/api_cxx/lock_vec.html [new file with mode: 0644]
db/docs/api_cxx/log_archive.html [new file with mode: 0644]
db/docs/api_cxx/log_compare.html [new file with mode: 0644]
db/docs/api_cxx/log_file.html [new file with mode: 0644]
db/docs/api_cxx/log_flush.html [new file with mode: 0644]
db/docs/api_cxx/log_get.html [new file with mode: 0644]
db/docs/api_cxx/log_put.html [new file with mode: 0644]
db/docs/api_cxx/log_register.html [new file with mode: 0644]
db/docs/api_cxx/log_stat.html [new file with mode: 0644]
db/docs/api_cxx/log_unregister.html [new file with mode: 0644]
db/docs/api_cxx/lsn_class.html [new file with mode: 0644]
db/docs/api_cxx/memp_fclose.html [new file with mode: 0644]
db/docs/api_cxx/memp_fget.html [new file with mode: 0644]
db/docs/api_cxx/memp_fopen.html [new file with mode: 0644]
db/docs/api_cxx/memp_fput.html [new file with mode: 0644]
db/docs/api_cxx/memp_fset.html [new file with mode: 0644]
db/docs/api_cxx/memp_fsync.html [new file with mode: 0644]
db/docs/api_cxx/memp_register.html [new file with mode: 0644]
db/docs/api_cxx/memp_stat.html [new file with mode: 0644]
db/docs/api_cxx/memp_sync.html [new file with mode: 0644]
db/docs/api_cxx/memp_trickle.html [new file with mode: 0644]
db/docs/api_cxx/mempfile_class.html [new file with mode: 0644]
db/docs/api_cxx/pindex.src [new file with mode: 0644]
db/docs/api_cxx/txn_abort.html [new file with mode: 0644]
db/docs/api_cxx/txn_begin.html [new file with mode: 0644]
db/docs/api_cxx/txn_checkpoint.html [new file with mode: 0644]
db/docs/api_cxx/txn_class.html [new file with mode: 0644]
db/docs/api_cxx/txn_commit.html [new file with mode: 0644]
db/docs/api_cxx/txn_id.html [new file with mode: 0644]
db/docs/api_cxx/txn_prepare.html [new file with mode: 0644]
db/docs/api_cxx/txn_stat.html [new file with mode: 0644]
db/docs/api_cxx/what.html [new file with mode: 0644]
db/docs/api_java/db_class.html [new file with mode: 0644]
db/docs/api_java/db_close.html [new file with mode: 0644]
db/docs/api_java/db_cursor.html [new file with mode: 0644]
db/docs/api_java/db_del.html [new file with mode: 0644]
db/docs/api_java/db_fd.html [new file with mode: 0644]
db/docs/api_java/db_get.html [new file with mode: 0644]
db/docs/api_java/db_get_byteswapped.html [new file with mode: 0644]
db/docs/api_java/db_get_type.html [new file with mode: 0644]
db/docs/api_java/db_join.html [new file with mode: 0644]
db/docs/api_java/db_key_range.html [new file with mode: 0644]
db/docs/api_java/db_open.html [new file with mode: 0644]
db/docs/api_java/db_put.html [new file with mode: 0644]
db/docs/api_java/db_remove.html [new file with mode: 0644]
db/docs/api_java/db_rename.html [new file with mode: 0644]
db/docs/api_java/db_set_append_recno.html [new file with mode: 0644]
db/docs/api_java/db_set_bt_compare.html [new file with mode: 0644]
db/docs/api_java/db_set_bt_minkey.html [new file with mode: 0644]
db/docs/api_java/db_set_bt_prefix.html [new file with mode: 0644]
db/docs/api_java/db_set_cachesize.html [new file with mode: 0644]
db/docs/api_java/db_set_dup_compare.html [new file with mode: 0644]
db/docs/api_java/db_set_errcall.html [new file with mode: 0644]
db/docs/api_java/db_set_errpfx.html [new file with mode: 0644]
db/docs/api_java/db_set_feedback.html [new file with mode: 0644]
db/docs/api_java/db_set_flags.html [new file with mode: 0644]
db/docs/api_java/db_set_h_ffactor.html [new file with mode: 0644]
db/docs/api_java/db_set_h_hash.html [new file with mode: 0644]
db/docs/api_java/db_set_h_nelem.html [new file with mode: 0644]
db/docs/api_java/db_set_lorder.html [new file with mode: 0644]
db/docs/api_java/db_set_pagesize.html [new file with mode: 0644]
db/docs/api_java/db_set_q_extentsize.html [new file with mode: 0644]
db/docs/api_java/db_set_re_delim.html [new file with mode: 0644]
db/docs/api_java/db_set_re_len.html [new file with mode: 0644]
db/docs/api_java/db_set_re_pad.html [new file with mode: 0644]
db/docs/api_java/db_set_re_source.html [new file with mode: 0644]
db/docs/api_java/db_stat.html [new file with mode: 0644]
db/docs/api_java/db_sync.html [new file with mode: 0644]
db/docs/api_java/db_upgrade.html [new file with mode: 0644]
db/docs/api_java/db_verify.html [new file with mode: 0644]
db/docs/api_java/dbc_class.html [new file with mode: 0644]
db/docs/api_java/dbc_close.html [new file with mode: 0644]
db/docs/api_java/dbc_count.html [new file with mode: 0644]
db/docs/api_java/dbc_del.html [new file with mode: 0644]
db/docs/api_java/dbc_dup.html [new file with mode: 0644]
db/docs/api_java/dbc_get.html [new file with mode: 0644]
db/docs/api_java/dbc_put.html [new file with mode: 0644]
db/docs/api_java/dbenv_class.html [new file with mode: 0644]
db/docs/api_java/dbt_class.html [new file with mode: 0644]
db/docs/api_java/deadlock_class.html [new file with mode: 0644]
db/docs/api_java/env_close.html [new file with mode: 0644]
db/docs/api_java/env_open.html [new file with mode: 0644]
db/docs/api_java/env_remove.html [new file with mode: 0644]
db/docs/api_java/env_set_cachesize.html [new file with mode: 0644]
db/docs/api_java/env_set_data_dir.html [new file with mode: 0644]
db/docs/api_java/env_set_errcall.html [new file with mode: 0644]
db/docs/api_java/env_set_error_stream.html [new file with mode: 0644]
db/docs/api_java/env_set_errpfx.html [new file with mode: 0644]
db/docs/api_java/env_set_feedback.html [new file with mode: 0644]
db/docs/api_java/env_set_flags.html [new file with mode: 0644]
db/docs/api_java/env_set_lg_bsize.html [new file with mode: 0644]
db/docs/api_java/env_set_lg_dir.html [new file with mode: 0644]
db/docs/api_java/env_set_lg_max.html [new file with mode: 0644]
db/docs/api_java/env_set_lk_conflicts.html [new file with mode: 0644]
db/docs/api_java/env_set_lk_detect.html [new file with mode: 0644]
db/docs/api_java/env_set_lk_max.html [new file with mode: 0644]
db/docs/api_java/env_set_lk_max_lockers.html [new file with mode: 0644]
db/docs/api_java/env_set_lk_max_locks.html [new file with mode: 0644]
db/docs/api_java/env_set_lk_max_objects.html [new file with mode: 0644]
db/docs/api_java/env_set_mp_mmapsize.html [new file with mode: 0644]
db/docs/api_java/env_set_mutexlocks.html [new file with mode: 0644]
db/docs/api_java/env_set_pageyield.html [new file with mode: 0644]
db/docs/api_java/env_set_panicstate.html [new file with mode: 0644]
db/docs/api_java/env_set_rec_init.html [new file with mode: 0644]
db/docs/api_java/env_set_region_init.html [new file with mode: 0644]
db/docs/api_java/env_set_server.html [new file with mode: 0644]
db/docs/api_java/env_set_shm_key.html [new file with mode: 0644]
db/docs/api_java/env_set_tas_spins.html [new file with mode: 0644]
db/docs/api_java/env_set_tmp_dir.html [new file with mode: 0644]
db/docs/api_java/env_set_tx_max.html [new file with mode: 0644]
db/docs/api_java/env_set_tx_recover.html [new file with mode: 0644]
db/docs/api_java/env_set_tx_timestamp.html [new file with mode: 0644]
db/docs/api_java/env_set_verbose.html [new file with mode: 0644]
db/docs/api_java/env_strerror.html [new file with mode: 0644]
db/docs/api_java/env_version.html [new file with mode: 0644]
db/docs/api_java/except_class.html [new file with mode: 0644]
db/docs/api_java/get_errno.html [new file with mode: 0644]
db/docs/api_java/java_index.html [new file with mode: 0644]
db/docs/api_java/java_pindex.html [new file with mode: 0644]
db/docs/api_java/lock_class.html [new file with mode: 0644]
db/docs/api_java/lock_detect.html [new file with mode: 0644]
db/docs/api_java/lock_get.html [new file with mode: 0644]
db/docs/api_java/lock_id.html [new file with mode: 0644]
db/docs/api_java/lock_put.html [new file with mode: 0644]
db/docs/api_java/lock_stat.html [new file with mode: 0644]
db/docs/api_java/lock_vec.html [new file with mode: 0644]
db/docs/api_java/log_archive.html [new file with mode: 0644]
db/docs/api_java/log_compare.html [new file with mode: 0644]
db/docs/api_java/log_file.html [new file with mode: 0644]
db/docs/api_java/log_flush.html [new file with mode: 0644]
db/docs/api_java/log_get.html [new file with mode: 0644]
db/docs/api_java/log_put.html [new file with mode: 0644]
db/docs/api_java/log_register.html [new file with mode: 0644]
db/docs/api_java/log_stat.html [new file with mode: 0644]
db/docs/api_java/log_unregister.html [new file with mode: 0644]
db/docs/api_java/lsn_class.html [new file with mode: 0644]
db/docs/api_java/mem_class.html [new file with mode: 0644]
db/docs/api_java/memp_fclose.html [new file with mode: 0644]
db/docs/api_java/memp_fget.html [new file with mode: 0644]
db/docs/api_java/memp_fopen.html [new file with mode: 0644]
db/docs/api_java/memp_fput.html [new file with mode: 0644]
db/docs/api_java/memp_fset.html [new file with mode: 0644]
db/docs/api_java/memp_fsync.html [new file with mode: 0644]
db/docs/api_java/memp_register.html [new file with mode: 0644]
db/docs/api_java/memp_stat.html [new file with mode: 0644]
db/docs/api_java/memp_sync.html [new file with mode: 0644]
db/docs/api_java/memp_trickle.html [new file with mode: 0644]
db/docs/api_java/pindex.src [new file with mode: 0644]
db/docs/api_java/runrec_class.html [new file with mode: 0644]
db/docs/api_java/txn_abort.html [new file with mode: 0644]
db/docs/api_java/txn_begin.html [new file with mode: 0644]
db/docs/api_java/txn_checkpoint.html [new file with mode: 0644]
db/docs/api_java/txn_class.html [new file with mode: 0644]
db/docs/api_java/txn_commit.html [new file with mode: 0644]
db/docs/api_java/txn_id.html [new file with mode: 0644]
db/docs/api_java/txn_prepare.html [new file with mode: 0644]
db/docs/api_java/txn_stat.html [new file with mode: 0644]
db/docs/api_tcl/db_close.html [new file with mode: 0644]
db/docs/api_tcl/db_count.html [new file with mode: 0644]
db/docs/api_tcl/db_cursor.html [new file with mode: 0644]
db/docs/api_tcl/db_del.html [new file with mode: 0644]
db/docs/api_tcl/db_get.html [new file with mode: 0644]
db/docs/api_tcl/db_get_join.html [new file with mode: 0644]
db/docs/api_tcl/db_get_type.html [new file with mode: 0644]
db/docs/api_tcl/db_is_byteswapped.html [new file with mode: 0644]
db/docs/api_tcl/db_join.html [new file with mode: 0644]
db/docs/api_tcl/db_open.html [new file with mode: 0644]
db/docs/api_tcl/db_put.html [new file with mode: 0644]
db/docs/api_tcl/db_remove.html [new file with mode: 0644]
db/docs/api_tcl/db_rename.html [new file with mode: 0644]
db/docs/api_tcl/db_stat.html [new file with mode: 0644]
db/docs/api_tcl/db_sync.html [new file with mode: 0644]
db/docs/api_tcl/dbc_close.html [new file with mode: 0644]
db/docs/api_tcl/dbc_del.html [new file with mode: 0644]
db/docs/api_tcl/dbc_dup.html [new file with mode: 0644]
db/docs/api_tcl/dbc_get.html [new file with mode: 0644]
db/docs/api_tcl/dbc_put.html [new file with mode: 0644]
db/docs/api_tcl/env_close.html [new file with mode: 0644]
db/docs/api_tcl/env_open.html [new file with mode: 0644]
db/docs/api_tcl/env_remove.html [new file with mode: 0644]
db/docs/api_tcl/pindex.src [new file with mode: 0644]
db/docs/api_tcl/tcl_index.html [new file with mode: 0644]
db/docs/api_tcl/tcl_pindex.html [new file with mode: 0644]
db/docs/api_tcl/txn.html [new file with mode: 0644]
db/docs/api_tcl/txn_abort.html [new file with mode: 0644]
db/docs/api_tcl/txn_commit.html [new file with mode: 0644]
db/docs/api_tcl/version.html [new file with mode: 0644]
db/docs/images/api.gif [new file with mode: 0644]
db/docs/images/next.gif [new file with mode: 0644]
db/docs/images/prev.gif [new file with mode: 0644]
db/docs/images/ps.gif [new file with mode: 0644]
db/docs/images/ref.gif [new file with mode: 0644]
db/docs/images/sleepycat.gif [new file with mode: 0644]
db/docs/index.html [new file with mode: 0644]
db/docs/ref/am/close.html [new file with mode: 0644]
db/docs/ref/am/count.html [new file with mode: 0644]
db/docs/ref/am/curclose.html [new file with mode: 0644]
db/docs/ref/am/curdel.html [new file with mode: 0644]
db/docs/ref/am/curdup.html [new file with mode: 0644]
db/docs/ref/am/curget.html [new file with mode: 0644]
db/docs/ref/am/curput.html [new file with mode: 0644]
db/docs/ref/am/cursor.html [new file with mode: 0644]
db/docs/ref/am/delete.html [new file with mode: 0644]
db/docs/ref/am/error.html [new file with mode: 0644]
db/docs/ref/am/get.html [new file with mode: 0644]
db/docs/ref/am/join.html [new file with mode: 0644]
db/docs/ref/am/open.html [new file with mode: 0644]
db/docs/ref/am/opensub.html [new file with mode: 0644]
db/docs/ref/am/ops.html [new file with mode: 0644]
db/docs/ref/am/partial.html [new file with mode: 0644]
db/docs/ref/am/put.html [new file with mode: 0644]
db/docs/ref/am/stability.html [new file with mode: 0644]
db/docs/ref/am/stat.html [new file with mode: 0644]
db/docs/ref/am/sync.html [new file with mode: 0644]
db/docs/ref/am/upgrade.html [new file with mode: 0644]
db/docs/ref/am/verify.html [new file with mode: 0644]
db/docs/ref/am_conf/bt_compare.html [new file with mode: 0644]
db/docs/ref/am_conf/bt_minkey.html [new file with mode: 0644]
db/docs/ref/am_conf/bt_prefix.html [new file with mode: 0644]
db/docs/ref/am_conf/bt_recnum.html [new file with mode: 0644]
db/docs/ref/am_conf/byteorder.html [new file with mode: 0644]
db/docs/ref/am_conf/cachesize.html [new file with mode: 0644]
db/docs/ref/am_conf/dup.html [new file with mode: 0644]
db/docs/ref/am_conf/extentsize.html [new file with mode: 0644]
db/docs/ref/am_conf/h_ffactor.html [new file with mode: 0644]
db/docs/ref/am_conf/h_hash.html [new file with mode: 0644]
db/docs/ref/am_conf/h_nelem.html [new file with mode: 0644]
db/docs/ref/am_conf/intro.html [new file with mode: 0644]
db/docs/ref/am_conf/logrec.html [new file with mode: 0644]
db/docs/ref/am_conf/malloc.html [new file with mode: 0644]
db/docs/ref/am_conf/pagesize.html [new file with mode: 0644]
db/docs/ref/am_conf/re_source.html [new file with mode: 0644]
db/docs/ref/am_conf/recno.html [new file with mode: 0644]
db/docs/ref/am_conf/renumber.html [new file with mode: 0644]
db/docs/ref/am_conf/select.html [new file with mode: 0644]
db/docs/ref/arch/apis.html [new file with mode: 0644]
db/docs/ref/arch/bigpic.gif [new file with mode: 0644]
db/docs/ref/arch/bigpic.html [new file with mode: 0644]
db/docs/ref/arch/progmodel.html [new file with mode: 0644]
db/docs/ref/arch/script.html [new file with mode: 0644]
db/docs/ref/arch/smallpic.gif [new file with mode: 0644]
db/docs/ref/arch/utilities.html [new file with mode: 0644]
db/docs/ref/build_unix/aix.html [new file with mode: 0644]
db/docs/ref/build_unix/conf.html [new file with mode: 0644]
db/docs/ref/build_unix/flags.html [new file with mode: 0644]
db/docs/ref/build_unix/freebsd.html [new file with mode: 0644]
db/docs/ref/build_unix/hpux.html [new file with mode: 0644]
db/docs/ref/build_unix/install.html [new file with mode: 0644]
db/docs/ref/build_unix/intro.html [new file with mode: 0644]
db/docs/ref/build_unix/irix.html [new file with mode: 0644]
db/docs/ref/build_unix/linux.html [new file with mode: 0644]
db/docs/ref/build_unix/notes.html [new file with mode: 0644]
db/docs/ref/build_unix/osf1.html [new file with mode: 0644]
db/docs/ref/build_unix/qnx.html [new file with mode: 0644]
db/docs/ref/build_unix/sco.html [new file with mode: 0644]
db/docs/ref/build_unix/shlib.html [new file with mode: 0644]
db/docs/ref/build_unix/solaris.html [new file with mode: 0644]
db/docs/ref/build_unix/sunos.html [new file with mode: 0644]
db/docs/ref/build_unix/test.html [new file with mode: 0644]
db/docs/ref/build_unix/ultrix.html [new file with mode: 0644]
db/docs/ref/build_vxworks/faq.html [new file with mode: 0644]
db/docs/ref/build_vxworks/intro.html [new file with mode: 0644]
db/docs/ref/build_vxworks/notes.html [new file with mode: 0644]
db/docs/ref/build_win/faq.html [new file with mode: 0644]
db/docs/ref/build_win/intro.html [new file with mode: 0644]
db/docs/ref/build_win/notes.html [new file with mode: 0644]
db/docs/ref/build_win/test.html [new file with mode: 0644]
db/docs/ref/cam/intro.html [new file with mode: 0644]
db/docs/ref/debug/common.html [new file with mode: 0644]
db/docs/ref/debug/compile.html [new file with mode: 0644]
db/docs/ref/debug/intro.html [new file with mode: 0644]
db/docs/ref/debug/printlog.html [new file with mode: 0644]
db/docs/ref/debug/runtime.html [new file with mode: 0644]
db/docs/ref/distrib/layout.html [new file with mode: 0644]
db/docs/ref/dumpload/format.html [new file with mode: 0644]
db/docs/ref/dumpload/text.html [new file with mode: 0644]
db/docs/ref/dumpload/utility.html [new file with mode: 0644]
db/docs/ref/env/create.html [new file with mode: 0644]
db/docs/ref/env/error.html [new file with mode: 0644]
db/docs/ref/env/intro.html [new file with mode: 0644]
db/docs/ref/env/naming.html [new file with mode: 0644]
db/docs/ref/env/open.html [new file with mode: 0644]
db/docs/ref/env/region.html [new file with mode: 0644]
db/docs/ref/env/remote.html [new file with mode: 0644]
db/docs/ref/env/security.html [new file with mode: 0644]
db/docs/ref/install/file.html [new file with mode: 0644]
db/docs/ref/install/magic.s5.be.txt [new file with mode: 0644]
db/docs/ref/install/magic.s5.le.txt [new file with mode: 0644]
db/docs/ref/install/magic.txt [new file with mode: 0644]
db/docs/ref/intro/data.html [new file with mode: 0644]
db/docs/ref/intro/dbis.html [new file with mode: 0644]
db/docs/ref/intro/dbisnot.html [new file with mode: 0644]
db/docs/ref/intro/distrib.html [new file with mode: 0644]
db/docs/ref/intro/need.html [new file with mode: 0644]
db/docs/ref/intro/products.html [new file with mode: 0644]
db/docs/ref/intro/terrain.html [new file with mode: 0644]
db/docs/ref/intro/what.html [new file with mode: 0644]
db/docs/ref/intro/where.html [new file with mode: 0644]
db/docs/ref/java/compat.html [new file with mode: 0644]
db/docs/ref/java/conf.html [new file with mode: 0644]
db/docs/ref/java/faq.html [new file with mode: 0644]
db/docs/ref/java/program.html [new file with mode: 0644]
db/docs/ref/lock/am_conv.html [new file with mode: 0644]
db/docs/ref/lock/cam_conv.html [new file with mode: 0644]
db/docs/ref/lock/config.html [new file with mode: 0644]
db/docs/ref/lock/dead.html [new file with mode: 0644]
db/docs/ref/lock/intro.html [new file with mode: 0644]
db/docs/ref/lock/max.html [new file with mode: 0644]
db/docs/ref/lock/nondb.html [new file with mode: 0644]
db/docs/ref/lock/notxn.html [new file with mode: 0644]
db/docs/ref/lock/page.html [new file with mode: 0644]
db/docs/ref/lock/stdmode.html [new file with mode: 0644]
db/docs/ref/lock/twopl.html [new file with mode: 0644]
db/docs/ref/log/config.html [new file with mode: 0644]
db/docs/ref/log/intro.html [new file with mode: 0644]
db/docs/ref/log/limits.html [new file with mode: 0644]
db/docs/ref/mp/config.html [new file with mode: 0644]
db/docs/ref/mp/intro.html [new file with mode: 0644]
db/docs/ref/perl/intro.html [new file with mode: 0644]
db/docs/ref/pindex.src [new file with mode: 0644]
db/docs/ref/program/appsignals.html [new file with mode: 0644]
db/docs/ref/program/byteorder.html [new file with mode: 0644]
db/docs/ref/program/compatible.html [new file with mode: 0644]
db/docs/ref/program/copy.html [new file with mode: 0644]
db/docs/ref/program/dbsizes.html [new file with mode: 0644]
db/docs/ref/program/diskspace.html [new file with mode: 0644]
db/docs/ref/program/environ.html [new file with mode: 0644]
db/docs/ref/program/errorret.html [new file with mode: 0644]
db/docs/ref/program/extending.html [new file with mode: 0644]
db/docs/ref/program/mt.html [new file with mode: 0644]
db/docs/ref/program/namespace.html [new file with mode: 0644]
db/docs/ref/program/recimp.html [new file with mode: 0644]
db/docs/ref/program/runtime.html [new file with mode: 0644]
db/docs/ref/program/scope.html [new file with mode: 0644]
db/docs/ref/program/solaris.txt [new file with mode: 0644]
db/docs/ref/program/version.html [new file with mode: 0644]
db/docs/ref/refs/bdb_usenix.html [new file with mode: 0644]
db/docs/ref/refs/bdb_usenix.ps [new file with mode: 0644]
db/docs/ref/refs/embedded.html [new file with mode: 0644]
db/docs/ref/refs/hash_usenix.ps [new file with mode: 0644]
db/docs/ref/refs/libtp_usenix.ps [new file with mode: 0644]
db/docs/ref/refs/refs.html [new file with mode: 0644]
db/docs/ref/refs/witold.html [new file with mode: 0644]
db/docs/ref/rpc/client.html [new file with mode: 0644]
db/docs/ref/rpc/intro.html [new file with mode: 0644]
db/docs/ref/rpc/server.html [new file with mode: 0644]
db/docs/ref/sendmail/intro.html [new file with mode: 0644]
db/docs/ref/simple_tut/close.html [new file with mode: 0644]
db/docs/ref/simple_tut/del.html [new file with mode: 0644]
db/docs/ref/simple_tut/errors.html [new file with mode: 0644]
db/docs/ref/simple_tut/example.txt [new file with mode: 0644]
db/docs/ref/simple_tut/get.html [new file with mode: 0644]
db/docs/ref/simple_tut/handles.html [new file with mode: 0644]
db/docs/ref/simple_tut/intro.html [new file with mode: 0644]
db/docs/ref/simple_tut/keydata.html [new file with mode: 0644]
db/docs/ref/simple_tut/open.html [new file with mode: 0644]
db/docs/ref/simple_tut/put.html [new file with mode: 0644]
db/docs/ref/tcl/error.html [new file with mode: 0644]
db/docs/ref/tcl/faq.html [new file with mode: 0644]
db/docs/ref/tcl/intro.html [new file with mode: 0644]
db/docs/ref/tcl/program.html [new file with mode: 0644]
db/docs/ref/tcl/using.html [new file with mode: 0644]
db/docs/ref/test/faq.html [new file with mode: 0644]
db/docs/ref/test/run.html [new file with mode: 0644]
db/docs/ref/toc.html [new file with mode: 0644]
db/docs/ref/transapp/admin.html [new file with mode: 0644]
db/docs/ref/transapp/app.html [new file with mode: 0644]
db/docs/ref/transapp/archival.html [new file with mode: 0644]
db/docs/ref/transapp/checkpoint.html [new file with mode: 0644]
db/docs/ref/transapp/cursor.html [new file with mode: 0644]
db/docs/ref/transapp/data_open.html [new file with mode: 0644]
db/docs/ref/transapp/deadlock.html [new file with mode: 0644]
db/docs/ref/transapp/env_open.html [new file with mode: 0644]
db/docs/ref/transapp/filesys.html [new file with mode: 0644]
db/docs/ref/transapp/inc.html [new file with mode: 0644]
db/docs/ref/transapp/intro.html [new file with mode: 0644]
db/docs/ref/transapp/logfile.html [new file with mode: 0644]
db/docs/ref/transapp/put.html [new file with mode: 0644]
db/docs/ref/transapp/read.html [new file with mode: 0644]
db/docs/ref/transapp/reclimit.html [new file with mode: 0644]
db/docs/ref/transapp/recovery.html [new file with mode: 0644]
db/docs/ref/transapp/term.html [new file with mode: 0644]
db/docs/ref/transapp/throughput.html [new file with mode: 0644]
db/docs/ref/transapp/transapp.txt [new file with mode: 0644]
db/docs/ref/transapp/why.html [new file with mode: 0644]
db/docs/ref/transapp/writetest.txt [new file with mode: 0644]
db/docs/ref/txn/config.html [new file with mode: 0644]
db/docs/ref/txn/intro.html [new file with mode: 0644]
db/docs/ref/txn/limits.html [new file with mode: 0644]
db/docs/ref/txn/nested.html [new file with mode: 0644]
db/docs/ref/txn/other.html [new file with mode: 0644]
db/docs/ref/upgrade.2.0/convert.html [new file with mode: 0644]
db/docs/ref/upgrade.2.0/disk.html [new file with mode: 0644]
db/docs/ref/upgrade.2.0/intro.html [new file with mode: 0644]
db/docs/ref/upgrade.2.0/system.html [new file with mode: 0644]
db/docs/ref/upgrade.2.0/toc.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/close.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/cxx.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/db.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/db_cxx.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/dbenv.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/dbenv_cxx.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/dbinfo.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/disk.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/eacces.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/eagain.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/envopen.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/func.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/intro.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/java.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/join.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/jump_set.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/lock_detect.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/lock_notheld.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/lock_put.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/lock_stat.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/log_register.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/log_stat.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/memp_stat.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/open.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/rmw.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/stat.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/toc.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/txn_begin.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/txn_commit.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/txn_stat.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/value_set.html [new file with mode: 0644]
db/docs/ref/upgrade.3.0/xa.html [new file with mode: 0644]
db/docs/ref/upgrade.3.1/btstat.html [new file with mode: 0644]
db/docs/ref/upgrade.3.1/config.html [new file with mode: 0644]
db/docs/ref/upgrade.3.1/disk.html [new file with mode: 0644]
db/docs/ref/upgrade.3.1/dup.html [new file with mode: 0644]
db/docs/ref/upgrade.3.1/env.html [new file with mode: 0644]
db/docs/ref/upgrade.3.1/intro.html [new file with mode: 0644]
db/docs/ref/upgrade.3.1/log_register.html [new file with mode: 0644]
db/docs/ref/upgrade.3.1/logalloc.html [new file with mode: 0644]
db/docs/ref/upgrade.3.1/memp_register.html [new file with mode: 0644]
db/docs/ref/upgrade.3.1/put.html [new file with mode: 0644]
db/docs/ref/upgrade.3.1/set_feedback.html [new file with mode: 0644]
db/docs/ref/upgrade.3.1/set_paniccall.html [new file with mode: 0644]
db/docs/ref/upgrade.3.1/set_tx_recover.html [new file with mode: 0644]
db/docs/ref/upgrade.3.1/sysmem.html [new file with mode: 0644]
db/docs/ref/upgrade.3.1/tcl.html [new file with mode: 0644]
db/docs/ref/upgrade.3.1/tmp.html [new file with mode: 0644]
db/docs/ref/upgrade.3.1/toc.html [new file with mode: 0644]
db/docs/ref/upgrade.3.1/txn_check.html [new file with mode: 0644]
db/docs/ref/upgrade.3.2/callback.html [new file with mode: 0644]
db/docs/ref/upgrade.3.2/db_dump.html [new file with mode: 0644]
db/docs/ref/upgrade.3.2/disk.html [new file with mode: 0644]
db/docs/ref/upgrade.3.2/handle.html [new file with mode: 0644]
db/docs/ref/upgrade.3.2/incomplete.html [new file with mode: 0644]
db/docs/ref/upgrade.3.2/intro.html [new file with mode: 0644]
db/docs/ref/upgrade.3.2/mutexlock.html [new file with mode: 0644]
db/docs/ref/upgrade.3.2/notfound.html [new file with mode: 0644]
db/docs/ref/upgrade.3.2/renumber.html [new file with mode: 0644]
db/docs/ref/upgrade.3.2/set_flags.html [new file with mode: 0644]
db/docs/ref/upgrade.3.2/toc.html [new file with mode: 0644]
db/docs/ref/upgrade.3.2/tx_recover.html [new file with mode: 0644]
db/docs/ref/upgrade/process.html [new file with mode: 0644]
db/docs/ref/xa/config.html [new file with mode: 0644]
db/docs/ref/xa/faq.html [new file with mode: 0644]
db/docs/ref/xa/intro.html [new file with mode: 0644]
db/docs/sleepycat/contact.html [new file with mode: 0644]
db/docs/sleepycat/legal.html [new file with mode: 0644]
db/docs/sleepycat/license.html [new file with mode: 0644]
db/docs/utility/berkeley_db_svc.html [new file with mode: 0644]
db/docs/utility/db_archive.html [new file with mode: 0644]
db/docs/utility/db_checkpoint.html [new file with mode: 0644]
db/docs/utility/db_deadlock.html [new file with mode: 0644]
db/docs/utility/db_dump.html [new file with mode: 0644]
db/docs/utility/db_load.html [new file with mode: 0644]
db/docs/utility/db_printlog.html [new file with mode: 0644]
db/docs/utility/db_recover.html [new file with mode: 0644]
db/docs/utility/db_stat.html [new file with mode: 0644]
db/docs/utility/db_upgrade.html [new file with mode: 0644]
db/docs/utility/db_verify.html [new file with mode: 0644]
db/docs/utility/index.html [new file with mode: 0644]
db/env/db_salloc.c [new file with mode: 0644]
db/env/db_shash.c [new file with mode: 0644]
db/env/env_method.c [new file with mode: 0644]
db/env/env_open.c [new file with mode: 0644]
db/env/env_recover.c [new file with mode: 0644]
db/env/env_region.c [new file with mode: 0644]
db/examples_c/README [new file with mode: 0644]
db/examples_c/ex_access.c [new file with mode: 0644]
db/examples_c/ex_btrec.c [new file with mode: 0644]
db/examples_c/ex_dbclient.c [new file with mode: 0644]
db/examples_c/ex_env.c [new file with mode: 0644]
db/examples_c/ex_lock.c [new file with mode: 0644]
db/examples_c/ex_mpool.c [new file with mode: 0644]
db/examples_c/ex_thread.c [new file with mode: 0644]
db/examples_c/ex_tpcb.c [new file with mode: 0644]
db/examples_c/ex_tpcb.h [new file with mode: 0644]
db/examples_cxx/AccessExample.cpp [new file with mode: 0644]
db/examples_cxx/BtRecExample.cpp [new file with mode: 0644]
db/examples_cxx/EnvExample.cpp [new file with mode: 0644]
db/examples_cxx/LockExample.cpp [new file with mode: 0644]
db/examples_cxx/MpoolExample.cpp [new file with mode: 0644]
db/examples_cxx/TpcbExample.cpp [new file with mode: 0644]
db/hash/hash.c [new file with mode: 0644]
db/hash/hash.src [new file with mode: 0644]
db/hash/hash_auto.c [new file with mode: 0644]
db/hash/hash_conv.c [new file with mode: 0644]
db/hash/hash_dup.c [new file with mode: 0644]
db/hash/hash_func.c [new file with mode: 0644]
db/hash/hash_meta.c [new file with mode: 0644]
db/hash/hash_method.c [new file with mode: 0644]
db/hash/hash_page.c [new file with mode: 0644]
db/hash/hash_rec.c [new file with mode: 0644]
db/hash/hash_reclaim.c [new file with mode: 0644]
db/hash/hash_stat.c [new file with mode: 0644]
db/hash/hash_upgrade.c [new file with mode: 0644]
db/hash/hash_verify.c [new file with mode: 0644]
db/hsearch/hsearch.c [new file with mode: 0644]
db/include/btree.h [new file with mode: 0644]
db/include/btree_auto.h [new file with mode: 0644]
db/include/btree_ext.h [new file with mode: 0644]
db/include/clib_ext.h [new file with mode: 0644]
db/include/common_ext.h [new file with mode: 0644]
db/include/crdel_auto.h [new file with mode: 0644]
db/include/cxx_int.h [new file with mode: 0644]
db/include/db.src [new file with mode: 0644]
db/include/db_185.h [new file with mode: 0644]
db/include/db_am.h [new file with mode: 0644]
db/include/db_auto.h [new file with mode: 0644]
db/include/db_cxx.h [new file with mode: 0644]
db/include/db_dispatch.h [new file with mode: 0644]
db/include/db_ext.h [new file with mode: 0644]
db/include/db_int.src [new file with mode: 0644]
db/include/db_join.h [new file with mode: 0644]
db/include/db_page.h [new file with mode: 0644]
db/include/db_server.h [new file with mode: 0644]
db/include/db_server_int.h [new file with mode: 0644]
db/include/db_shash.h [new file with mode: 0644]
db/include/db_swap.h [new file with mode: 0644]
db/include/db_upgrade.h [new file with mode: 0644]
db/include/db_verify.h [new file with mode: 0644]
db/include/debug.h [new file with mode: 0644]
db/include/env_ext.h [new file with mode: 0644]
db/include/gen_client_ext.h [new file with mode: 0644]
db/include/gen_server_ext.h [new file with mode: 0644]
db/include/hash.h [new file with mode: 0644]
db/include/hash_auto.h [new file with mode: 0644]
db/include/hash_ext.h [new file with mode: 0644]
db/include/lock.h [new file with mode: 0644]
db/include/lock_ext.h [new file with mode: 0644]
db/include/log.h [new file with mode: 0644]
db/include/log_auto.h [new file with mode: 0644]
db/include/log_ext.h [new file with mode: 0644]
db/include/mp.h [new file with mode: 0644]
db/include/mp_ext.h [new file with mode: 0644]
db/include/mutex.h [new file with mode: 0644]
db/include/mutex_ext.h [new file with mode: 0644]
db/include/os.h [new file with mode: 0644]
db/include/os_ext.h [new file with mode: 0644]
db/include/os_jump.h [new file with mode: 0644]
db/include/qam.h [new file with mode: 0644]
db/include/qam_auto.h [new file with mode: 0644]
db/include/qam_ext.h [new file with mode: 0644]
db/include/queue.h [new file with mode: 0644]
db/include/region.h [new file with mode: 0644]
db/include/rpc_client_ext.h [new file with mode: 0644]
db/include/rpc_server_ext.h [new file with mode: 0644]
db/include/shqueue.h [new file with mode: 0644]
db/include/tcl_db.h [new file with mode: 0644]
db/include/tcl_ext.h [new file with mode: 0644]
db/include/txn.h [new file with mode: 0644]
db/include/txn_auto.h [new file with mode: 0644]
db/include/txn_ext.h [new file with mode: 0644]
db/include/xa.h [new file with mode: 0644]
db/include/xa_ext.h [new file with mode: 0644]
db/java/src/com/sleepycat/db/Db.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbAppendRecno.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbBtreeCompare.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbBtreePrefix.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbBtreeStat.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbConstants.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbDeadlockException.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbDupCompare.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbEnv.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbEnvFeedback.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbErrcall.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbException.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbFeedback.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbHash.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbHashStat.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbKeyRange.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbLock.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbLockStat.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbLogStat.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbLsn.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbMemoryException.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbMpoolFStat.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbMpoolStat.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbOutputStreamErrcall.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbQueueStat.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbRecoveryInit.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbRunRecoveryException.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbTxn.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbTxnRecover.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/DbTxnStat.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/Dbc.java [new file with mode: 0644]
db/java/src/com/sleepycat/db/Dbt.java [new file with mode: 0644]
db/java/src/com/sleepycat/examples/AccessExample.java [new file with mode: 0644]
db/java/src/com/sleepycat/examples/BtRecExample.java [new file with mode: 0644]
db/java/src/com/sleepycat/examples/EnvExample.java [new file with mode: 0644]
db/java/src/com/sleepycat/examples/LockExample.java [new file with mode: 0644]
db/java/src/com/sleepycat/examples/TpcbExample.java [new file with mode: 0644]
db/libdb_java/checkapi.prl [new file with mode: 0644]
db/libdb_java/com_sleepycat_db_Db.h [new file with mode: 0644]
db/libdb_java/com_sleepycat_db_DbEnv.h [new file with mode: 0644]
db/libdb_java/com_sleepycat_db_DbLock.h [new file with mode: 0644]
db/libdb_java/com_sleepycat_db_DbLsn.h [new file with mode: 0644]
db/libdb_java/com_sleepycat_db_DbTxn.h [new file with mode: 0644]
db/libdb_java/com_sleepycat_db_Dbc.h [new file with mode: 0644]
db/libdb_java/com_sleepycat_db_Dbt.h [new file with mode: 0644]
db/libdb_java/java_Db.c [new file with mode: 0644]
db/libdb_java/java_DbEnv.c [new file with mode: 0644]
db/libdb_java/java_DbLock.c [new file with mode: 0644]
db/libdb_java/java_DbLsn.c [new file with mode: 0644]
db/libdb_java/java_DbTxn.c [new file with mode: 0644]
db/libdb_java/java_Dbc.c [new file with mode: 0644]
db/libdb_java/java_Dbt.c [new file with mode: 0644]
db/libdb_java/java_info.c [new file with mode: 0644]
db/libdb_java/java_info.h [new file with mode: 0644]
db/libdb_java/java_locked.c [new file with mode: 0644]
db/libdb_java/java_locked.h [new file with mode: 0644]
db/libdb_java/java_util.c [new file with mode: 0644]
db/libdb_java/java_util.h [new file with mode: 0644]
db/lock/Design [new file with mode: 0644]
db/lock/lock.c [new file with mode: 0644]
db/lock/lock_conflict.c [new file with mode: 0644]
db/lock/lock_deadlock.c [new file with mode: 0644]
db/lock/lock_method.c [new file with mode: 0644]
db/lock/lock_region.c [new file with mode: 0644]
db/lock/lock_stat.c [new file with mode: 0644]
db/lock/lock_util.c [new file with mode: 0644]
db/log/log.c [new file with mode: 0644]
db/log/log.src [new file with mode: 0644]
db/log/log_archive.c [new file with mode: 0644]
db/log/log_auto.c [new file with mode: 0644]
db/log/log_compare.c [new file with mode: 0644]
db/log/log_findckp.c [new file with mode: 0644]
db/log/log_get.c [new file with mode: 0644]
db/log/log_method.c [new file with mode: 0644]
db/log/log_put.c [new file with mode: 0644]
db/log/log_rec.c [new file with mode: 0644]
db/log/log_register.c [new file with mode: 0644]
db/mp/Design [new file with mode: 0644]
db/mp/mp_alloc.c [new file with mode: 0644]
db/mp/mp_bh.c [new file with mode: 0644]
db/mp/mp_fget.c [new file with mode: 0644]
db/mp/mp_fopen.c [new file with mode: 0644]
db/mp/mp_fput.c [new file with mode: 0644]
db/mp/mp_fset.c [new file with mode: 0644]
db/mp/mp_method.c [new file with mode: 0644]
db/mp/mp_region.c [new file with mode: 0644]
db/mp/mp_register.c [new file with mode: 0644]
db/mp/mp_stat.c [new file with mode: 0644]
db/mp/mp_sync.c [new file with mode: 0644]
db/mp/mp_trickle.c [new file with mode: 0644]
db/mutex/README [new file with mode: 0644]
db/mutex/mut_fcntl.c [new file with mode: 0644]
db/mutex/mut_pthread.c [new file with mode: 0644]
db/mutex/mut_tas.c [new file with mode: 0644]
db/mutex/mutex.c [new file with mode: 0644]
db/mutex/uts4_cc.s [new file with mode: 0644]
db/os/os_abs.c [new file with mode: 0644]
db/os/os_alloc.c [new file with mode: 0644]
db/os/os_dir.c [new file with mode: 0644]
db/os/os_errno.c [new file with mode: 0644]
db/os/os_fid.c [new file with mode: 0644]
db/os/os_finit.c [new file with mode: 0644]
db/os/os_fsync.c [new file with mode: 0644]
db/os/os_handle.c [new file with mode: 0644]
db/os/os_map.c [new file with mode: 0644]
db/os/os_method.c [new file with mode: 0644]
db/os/os_oflags.c [new file with mode: 0644]
db/os/os_open.c [new file with mode: 0644]
db/os/os_region.c [new file with mode: 0644]
db/os/os_rename.c [new file with mode: 0644]
db/os/os_root.c [new file with mode: 0644]
db/os/os_rpath.c [new file with mode: 0644]
db/os/os_rw.c [new file with mode: 0644]
db/os/os_seek.c [new file with mode: 0644]
db/os/os_sleep.c [new file with mode: 0644]
db/os/os_spin.c [new file with mode: 0644]
db/os/os_stat.c [new file with mode: 0644]
db/os/os_tmpdir.c [new file with mode: 0644]
db/os/os_unlink.c [new file with mode: 0644]
db/os_vxworks/os_abs.c [new file with mode: 0644]
db/os_vxworks/os_finit.c [new file with mode: 0644]
db/os_vxworks/os_map.c [new file with mode: 0644]
db/os_win32/os_abs.c [new file with mode: 0644]
db/os_win32/os_dir.c [new file with mode: 0644]
db/os_win32/os_errno.c [new file with mode: 0644]
db/os_win32/os_fid.c [new file with mode: 0644]
db/os_win32/os_finit.c [new file with mode: 0644]
db/os_win32/os_map.c [new file with mode: 0644]
db/os_win32/os_open.c [new file with mode: 0644]
db/os_win32/os_rename.c [new file with mode: 0644]
db/os_win32/os_seek.c [new file with mode: 0644]
db/os_win32/os_sleep.c [new file with mode: 0644]
db/os_win32/os_spin.c [new file with mode: 0644]
db/os_win32/os_type.c [new file with mode: 0644]
db/perl.BerkeleyDB/BerkeleyDB.pm [new file with mode: 0644]
db/perl.BerkeleyDB/BerkeleyDB.pod [new file with mode: 0644]
db/perl.BerkeleyDB/BerkeleyDB.pod.P [new file with mode: 0644]
db/perl.BerkeleyDB/BerkeleyDB.xs [new file with mode: 0644]
db/perl.BerkeleyDB/BerkeleyDB/Btree.pm [new file with mode: 0644]
db/perl.BerkeleyDB/BerkeleyDB/Hash.pm [new file with mode: 0644]
db/perl.BerkeleyDB/Changes [new file with mode: 0644]
db/perl.BerkeleyDB/MANIFEST [new file with mode: 0644]
db/perl.BerkeleyDB/Makefile.PL [new file with mode: 0644]
db/perl.BerkeleyDB/README [new file with mode: 0644]
db/perl.BerkeleyDB/Todo [new file with mode: 0644]
db/perl.BerkeleyDB/config.in [new file with mode: 0644]
db/perl.BerkeleyDB/dbinfo [new file with mode: 0755]
db/perl.BerkeleyDB/hints/irix_6_5.pl [new file with mode: 0644]
db/perl.BerkeleyDB/hints/solaris.pl [new file with mode: 0644]
db/perl.BerkeleyDB/mkconsts [new file with mode: 0644]
db/perl.BerkeleyDB/mkpod [new file with mode: 0755]
db/perl.BerkeleyDB/patches/5.004 [new file with mode: 0644]
db/perl.BerkeleyDB/patches/5.004_01 [new file with mode: 0644]
db/perl.BerkeleyDB/patches/5.004_02 [new file with mode: 0644]
db/perl.BerkeleyDB/patches/5.004_03 [new file with mode: 0644]
db/perl.BerkeleyDB/patches/5.004_04 [new file with mode: 0644]
db/perl.BerkeleyDB/patches/5.004_05 [new file with mode: 0644]
db/perl.BerkeleyDB/patches/5.005 [new file with mode: 0644]
db/perl.BerkeleyDB/patches/5.005_01 [new file with mode: 0644]
db/perl.BerkeleyDB/patches/5.005_02 [new file with mode: 0644]
db/perl.BerkeleyDB/patches/5.005_03 [new file with mode: 0644]
db/perl.BerkeleyDB/patches/5.6.0 [new file with mode: 0644]
db/perl.BerkeleyDB/t/btree.t [new file with mode: 0644]
db/perl.BerkeleyDB/t/db-3.0.t [new file with mode: 0644]
db/perl.BerkeleyDB/t/db-3.1.t [new file with mode: 0644]
db/perl.BerkeleyDB/t/db-3.2.t [new file with mode: 0644]
db/perl.BerkeleyDB/t/destroy.t [new file with mode: 0644]
db/perl.BerkeleyDB/t/env.t [new file with mode: 0644]
db/perl.BerkeleyDB/t/examples.t [new file with mode: 0644]
db/perl.BerkeleyDB/t/examples.t.T [new file with mode: 0644]
db/perl.BerkeleyDB/t/examples3.t [new file with mode: 0644]
db/perl.BerkeleyDB/t/examples3.t.T [new file with mode: 0644]
db/perl.BerkeleyDB/t/filter.t [new file with mode: 0644]
db/perl.BerkeleyDB/t/hash.t [new file with mode: 0644]
db/perl.BerkeleyDB/t/join.t [new file with mode: 0644]
db/perl.BerkeleyDB/t/mldbm.t [new file with mode: 0644]
db/perl.BerkeleyDB/t/queue.t [new file with mode: 0644]
db/perl.BerkeleyDB/t/recno.t [new file with mode: 0644]
db/perl.BerkeleyDB/t/strict.t [new file with mode: 0644]
db/perl.BerkeleyDB/t/subdb.t [new file with mode: 0644]
db/perl.BerkeleyDB/t/txn.t [new file with mode: 0644]
db/perl.BerkeleyDB/t/unknown.t [new file with mode: 0644]
db/perl.BerkeleyDB/typemap [new file with mode: 0644]
db/perl.DB_File/Changes [new file with mode: 0644]
db/perl.DB_File/DB_File.pm [new file with mode: 0644]
db/perl.DB_File/DB_File.xs [new file with mode: 0644]
db/perl.DB_File/DB_File_BS [new file with mode: 0644]
db/perl.DB_File/MANIFEST [new file with mode: 0644]
db/perl.DB_File/Makefile.PL [new file with mode: 0644]
db/perl.DB_File/README [new file with mode: 0644]
db/perl.DB_File/config.in [new file with mode: 0644]
db/perl.DB_File/dbinfo [new file with mode: 0644]
db/perl.DB_File/hints/dynixptx.pl [new file with mode: 0644]
db/perl.DB_File/hints/sco.pl [new file with mode: 0644]
db/perl.DB_File/patches/5.004 [new file with mode: 0644]
db/perl.DB_File/patches/5.004_01 [new file with mode: 0644]
db/perl.DB_File/patches/5.004_02 [new file with mode: 0644]
db/perl.DB_File/patches/5.004_03 [new file with mode: 0644]
db/perl.DB_File/patches/5.004_04 [new file with mode: 0644]
db/perl.DB_File/patches/5.004_05 [new file with mode: 0644]
db/perl.DB_File/patches/5.005 [new file with mode: 0644]
db/perl.DB_File/patches/5.005_01 [new file with mode: 0644]
db/perl.DB_File/patches/5.005_02 [new file with mode: 0644]
db/perl.DB_File/patches/5.005_03 [new file with mode: 0644]
db/perl.DB_File/patches/5.6.0 [new file with mode: 0644]
db/perl.DB_File/t/db-btree.t [new file with mode: 0644]
db/perl.DB_File/t/db-hash.t [new file with mode: 0644]
db/perl.DB_File/t/db-recno.t [new file with mode: 0644]
db/perl.DB_File/typemap [new file with mode: 0644]
db/perl.DB_File/version.c [new file with mode: 0644]
db/qam/qam.c [new file with mode: 0644]
db/qam/qam.src [new file with mode: 0644]
db/qam/qam_auto.c [new file with mode: 0644]
db/qam/qam_conv.c [new file with mode: 0644]
db/qam/qam_files.c [new file with mode: 0644]
db/qam/qam_method.c [new file with mode: 0644]
db/qam/qam_open.c [new file with mode: 0644]
db/qam/qam_rec.c [new file with mode: 0644]
db/qam/qam_stat.c [new file with mode: 0644]
db/qam/qam_upgrade.c [new file with mode: 0644]
db/qam/qam_verify.c [new file with mode: 0644]
db/rpc_client/client.c [new file with mode: 0644]
db/rpc_client/db_server_clnt.c [new file with mode: 0644]
db/rpc_client/gen_client.c [new file with mode: 0644]
db/rpc_client/gen_client_ret.c [new file with mode: 0644]
db/rpc_server/clsrv.html [new file with mode: 0644]
db/rpc_server/db_server.sed [new file with mode: 0644]
db/rpc_server/db_server.x [new file with mode: 0644]
db/rpc_server/db_server_proc.c [new file with mode: 0644]
db/rpc_server/db_server_proc.sed [new file with mode: 0644]
db/rpc_server/db_server_svc.c [new file with mode: 0644]
db/rpc_server/db_server_svc.sed [new file with mode: 0644]
db/rpc_server/db_server_util.c [new file with mode: 0644]
db/rpc_server/db_server_xdr.c [new file with mode: 0644]
db/rpc_server/gen_db_server.c [new file with mode: 0644]
db/rpc_server/rpc.src [new file with mode: 0644]
db/tcl/docs/db.html [new file with mode: 0644]
db/tcl/docs/env.html [new file with mode: 0644]
db/tcl/docs/historic.html [new file with mode: 0644]
db/tcl/docs/index.html [new file with mode: 0644]
db/tcl/docs/library.html [new file with mode: 0644]
db/tcl/docs/lock.html [new file with mode: 0644]
db/tcl/docs/log.html [new file with mode: 0644]
db/tcl/docs/mpool.html [new file with mode: 0644]
db/tcl/docs/test.html [new file with mode: 0644]
db/tcl/docs/txn.html [new file with mode: 0644]
db/tcl/tcl_compat.c [new file with mode: 0644]
db/tcl/tcl_db.c [new file with mode: 0644]
db/tcl/tcl_db_pkg.c [new file with mode: 0644]
db/tcl/tcl_dbcursor.c [new file with mode: 0644]
db/tcl/tcl_env.c [new file with mode: 0644]
db/tcl/tcl_internal.c [new file with mode: 0644]
db/tcl/tcl_lock.c [new file with mode: 0644]
db/tcl/tcl_log.c [new file with mode: 0644]
db/tcl/tcl_mp.c [new file with mode: 0644]
db/tcl/tcl_txn.c [new file with mode: 0644]
db/test/TESTS [new file with mode: 0644]
db/test/archive.tcl [new file with mode: 0644]
db/test/byteorder.tcl [new file with mode: 0644]
db/test/conscript.tcl [new file with mode: 0644]
db/test/dbm.tcl [new file with mode: 0644]
db/test/dbscript.tcl [new file with mode: 0644]
db/test/ddscript.tcl [new file with mode: 0644]
db/test/dead001.tcl [new file with mode: 0644]
db/test/dead002.tcl [new file with mode: 0644]
db/test/dead003.tcl [new file with mode: 0644]
db/test/env001.tcl [new file with mode: 0644]
db/test/env002.tcl [new file with mode: 0644]
db/test/env003.tcl [new file with mode: 0644]
db/test/env004.tcl [new file with mode: 0644]
db/test/env005.tcl [new file with mode: 0644]
db/test/env006.tcl [new file with mode: 0644]
db/test/env007.tcl [new file with mode: 0644]
db/test/env008.tcl [new file with mode: 0644]
db/test/hsearch.tcl [new file with mode: 0644]
db/test/include.tcl [new file with mode: 0644]
db/test/join.tcl [new file with mode: 0644]
db/test/lock001.tcl [new file with mode: 0644]
db/test/lock002.tcl [new file with mode: 0644]
db/test/lock003.tcl [new file with mode: 0644]
db/test/lockscript.tcl [new file with mode: 0644]
db/test/log.tcl [new file with mode: 0644]
db/test/logtrack.list [new file with mode: 0644]
db/test/logtrack.tcl [new file with mode: 0644]
db/test/mdbscript.tcl [new file with mode: 0644]
db/test/mpool.tcl [new file with mode: 0644]
db/test/mpoolscript.tcl [new file with mode: 0644]
db/test/mutex.tcl [new file with mode: 0644]
db/test/mutexscript.tcl [new file with mode: 0644]
db/test/ndbm.tcl [new file with mode: 0644]
db/test/recd001.tcl [new file with mode: 0644]
db/test/recd002.tcl [new file with mode: 0644]
db/test/recd003.tcl [new file with mode: 0644]
db/test/recd004.tcl [new file with mode: 0644]
db/test/recd005.tcl [new file with mode: 0644]
db/test/recd006.tcl [new file with mode: 0644]
db/test/recd007.tcl [new file with mode: 0644]
db/test/recd008.tcl [new file with mode: 0644]
db/test/recd009.tcl [new file with mode: 0644]
db/test/recd010.tcl [new file with mode: 0644]
db/test/recd011.tcl [new file with mode: 0644]
db/test/recd012.tcl [new file with mode: 0644]
db/test/recd013.tcl [new file with mode: 0644]
db/test/recd014.tcl [new file with mode: 0644]
db/test/rpc001.tcl [new file with mode: 0644]
db/test/rpc002.tcl [new file with mode: 0644]
db/test/rsrc001.tcl [new file with mode: 0644]
db/test/rsrc002.tcl [new file with mode: 0644]
db/test/rsrc003.tcl [new file with mode: 0644]
db/test/sdb001.tcl [new file with mode: 0644]
db/test/sdb002.tcl [new file with mode: 0644]
db/test/sdb003.tcl [new file with mode: 0644]
db/test/sdb004.tcl [new file with mode: 0644]
db/test/sdb005.tcl [new file with mode: 0644]
db/test/sdb006.tcl [new file with mode: 0644]
db/test/sdb007.tcl [new file with mode: 0644]
db/test/sdb008.tcl [new file with mode: 0644]
db/test/sdb009.tcl [new file with mode: 0644]
db/test/sdb010.tcl [new file with mode: 0644]
db/test/sdbscript.tcl [new file with mode: 0644]
db/test/sdbtest001.tcl [new file with mode: 0644]
db/test/sdbtest002.tcl [new file with mode: 0644]
db/test/sdbutils.tcl [new file with mode: 0644]
db/test/sysscript.tcl [new file with mode: 0644]
db/test/test.tcl [new file with mode: 0644]
db/test/test001.tcl [new file with mode: 0644]
db/test/test002.tcl [new file with mode: 0644]
db/test/test003.tcl [new file with mode: 0644]
db/test/test004.tcl [new file with mode: 0644]
db/test/test005.tcl [new file with mode: 0644]
db/test/test006.tcl [new file with mode: 0644]
db/test/test007.tcl [new file with mode: 0644]
db/test/test008.tcl [new file with mode: 0644]
db/test/test009.tcl [new file with mode: 0644]
db/test/test010.tcl [new file with mode: 0644]
db/test/test011.tcl [new file with mode: 0644]
db/test/test012.tcl [new file with mode: 0644]
db/test/test013.tcl [new file with mode: 0644]
db/test/test014.tcl [new file with mode: 0644]
db/test/test015.tcl [new file with mode: 0644]
db/test/test016.tcl [new file with mode: 0644]
db/test/test017.tcl [new file with mode: 0644]
db/test/test018.tcl [new file with mode: 0644]
db/test/test019.tcl [new file with mode: 0644]
db/test/test020.tcl [new file with mode: 0644]
db/test/test021.tcl [new file with mode: 0644]
db/test/test022.tcl [new file with mode: 0644]
db/test/test023.tcl [new file with mode: 0644]
db/test/test024.tcl [new file with mode: 0644]
db/test/test025.tcl [new file with mode: 0644]
db/test/test026.tcl [new file with mode: 0644]
db/test/test027.tcl [new file with mode: 0644]
db/test/test028.tcl [new file with mode: 0644]
db/test/test029.tcl [new file with mode: 0644]
db/test/test030.tcl [new file with mode: 0644]
db/test/test031.tcl [new file with mode: 0644]
db/test/test032.tcl [new file with mode: 0644]
db/test/test033.tcl [new file with mode: 0644]
db/test/test034.tcl [new file with mode: 0644]
db/test/test035.tcl [new file with mode: 0644]
db/test/test036.tcl [new file with mode: 0644]
db/test/test037.tcl [new file with mode: 0644]
db/test/test038.tcl [new file with mode: 0644]
db/test/test039.tcl [new file with mode: 0644]
db/test/test040.tcl [new file with mode: 0644]
db/test/test041.tcl [new file with mode: 0644]
db/test/test042.tcl [new file with mode: 0644]
db/test/test043.tcl [new file with mode: 0644]
db/test/test044.tcl [new file with mode: 0644]
db/test/test045.tcl [new file with mode: 0644]
db/test/test046.tcl [new file with mode: 0644]
db/test/test047.tcl [new file with mode: 0644]
db/test/test048.tcl [new file with mode: 0644]
db/test/test049.tcl [new file with mode: 0644]
db/test/test050.tcl [new file with mode: 0644]
db/test/test051.tcl [new file with mode: 0644]
db/test/test052.tcl [new file with mode: 0644]
db/test/test053.tcl [new file with mode: 0644]
db/test/test054.tcl [new file with mode: 0644]
db/test/test055.tcl [new file with mode: 0644]
db/test/test056.tcl [new file with mode: 0644]
db/test/test057.tcl [new file with mode: 0644]
db/test/test058.tcl [new file with mode: 0644]
db/test/test059.tcl [new file with mode: 0644]
db/test/test060.tcl [new file with mode: 0644]
db/test/test061.tcl [new file with mode: 0644]
db/test/test062.tcl [new file with mode: 0644]
db/test/test063.tcl [new file with mode: 0644]
db/test/test064.tcl [new file with mode: 0644]
db/test/test065.tcl [new file with mode: 0644]
db/test/test066.tcl [new file with mode: 0644]
db/test/test067.tcl [new file with mode: 0644]
db/test/test068.tcl [new file with mode: 0644]
db/test/test069.tcl [new file with mode: 0644]
db/test/test070.tcl [new file with mode: 0644]
db/test/test071.tcl [new file with mode: 0644]
db/test/test072.tcl [new file with mode: 0644]
db/test/test073.tcl [new file with mode: 0644]
db/test/test074.tcl [new file with mode: 0644]
db/test/test075.tcl [new file with mode: 0644]
db/test/test076.tcl [new file with mode: 0644]
db/test/test077.tcl [new file with mode: 0644]
db/test/test078.tcl [new file with mode: 0644]
db/test/test079.tcl [new file with mode: 0644]
db/test/test080.tcl [new file with mode: 0644]
db/test/test081.tcl [new file with mode: 0644]
db/test/test082.tcl [new file with mode: 0644]
db/test/test083.tcl [new file with mode: 0644]
db/test/test084.tcl [new file with mode: 0644]
db/test/test085.tcl [new file with mode: 0644]
db/test/test086.tcl [new file with mode: 0644]
db/test/test087.tcl [new file with mode: 0644]
db/test/test088.tcl [new file with mode: 0644]
db/test/test090.tcl [new file with mode: 0644]
db/test/test091.tcl [new file with mode: 0644]
db/test/testparams.tcl [new file with mode: 0644]
db/test/testutils.tcl [new file with mode: 0644]
db/test/txn.tcl [new file with mode: 0644]
db/test/update.tcl [new file with mode: 0644]
db/test/upgrade.tcl [new file with mode: 0644]
db/test/upgrade/README [new file with mode: 0644]
db/test/upgrade/generate-2.X/pack-2.6.6.pl [new file with mode: 0644]
db/test/upgrade/generate-2.X/test-2.6.patch [new file with mode: 0644]
db/test/wordlist [new file with mode: 0644]
db/test/wrap.tcl [new file with mode: 0644]
db/txn/txn.c [new file with mode: 0644]
db/txn/txn.src [new file with mode: 0644]
db/txn/txn_auto.c [new file with mode: 0644]
db/txn/txn_rec.c [new file with mode: 0644]
db/txn/txn_region.c [new file with mode: 0644]
db/xa/xa.c [new file with mode: 0644]
db/xa/xa_db.c [new file with mode: 0644]
db/xa/xa_map.c [new file with mode: 0644]