set auto_index(::mk4vfs::init) [list source [file join $dir mk4vfs.tcl]]
set auto_index(::mk4vfs::mount) [list source [file join $dir mk4vfs.tcl]]
set auto_index(::mk4vfs::_mount) [list source [file join $dir mk4vfs.tcl]]
-set auto_index(::mk4vfs::_commit) [list source [file join $dir mk4vfs.tcl]]
+set auto_index(::mk4vfs::periodicCommit) [list source [file join $dir mk4vfs.tcl]]
set auto_index(::mk4vfs::umount) [list source [file join $dir mk4vfs.tcl]]
set auto_index(::mk4vfs::_umount) [list source [file join $dir mk4vfs.tcl]]
set auto_index(::mk4vfs::stat) [list source [file join $dir mk4vfs.tcl]]
set auto_index(::mk4vfs::do_close) [list source [file join $dir mk4vfs.tcl]]
+set auto_index(::mk4vfs::setupCommits) [list source [file join $dir mk4vfs.tcl]]
set auto_index(::mk4vfs::mkdir) [list source [file join $dir mk4vfs.tcl]]
set auto_index(::mk4vfs::getdir) [list source [file join $dir mk4vfs.tcl]]
set auto_index(::mk4vfs::mtime) [list source [file join $dir mk4vfs.tcl]]
set auto_index(::mk4vfs::delete) [list source [file join $dir mk4vfs.tcl]]
set auto_index(loadvfs) [list source [file join $dir pkgIndex.tcl]]
+set auto_index(::starkit::header) [list source [file join $dir starkit.tcl]]
+set auto_index(::starkit::startup) [list source [file join $dir starkit.tcl]]
+set auto_index(::starkit::autoextend) [list source [file join $dir starkit.tcl]]
+set auto_index(::starkit::remount) [list source [file join $dir starkit.tcl]]
+set auto_index(::starkit::panic) [list source [file join $dir starkit.tcl]]
+set auto_index(::vfs::tar::Mount) [list source [file join $dir tarvfs.tcl]]
+set auto_index(::vfs::tar::Unmount) [list source [file join $dir tarvfs.tcl]]
+set auto_index(::vfs::tar::handler) [list source [file join $dir tarvfs.tcl]]
+set auto_index(::vfs::tar::matchindirectory) [list source [file join $dir tarvfs.tcl]]
+set auto_index(::vfs::tar::stat) [list source [file join $dir tarvfs.tcl]]
+set auto_index(::vfs::tar::access) [list source [file join $dir tarvfs.tcl]]
+set auto_index(::vfs::tar::open) [list source [file join $dir tarvfs.tcl]]
+set auto_index(::vfs::tar::createdirectory) [list source [file join $dir tarvfs.tcl]]
+set auto_index(::vfs::tar::removedirectory) [list source [file join $dir tarvfs.tcl]]
+set auto_index(::vfs::tar::deletefile) [list source [file join $dir tarvfs.tcl]]
+set auto_index(::vfs::tar::fileattributes) [list source [file join $dir tarvfs.tcl]]
+set auto_index(::vfs::tar::utime) [list source [file join $dir tarvfs.tcl]]
+set auto_index(::tar::Data) [list source [file join $dir tarvfs.tcl]]
+set auto_index(::tar::TOC) [list source [file join $dir tarvfs.tcl]]
+set auto_index(::tar::open) [list source [file join $dir tarvfs.tcl]]
+set auto_index(::tar::exists) [list source [file join $dir tarvfs.tcl]]
+set auto_index(::tar::stat) [list source [file join $dir tarvfs.tcl]]
+set auto_index(::tar::getdir) [list source [file join $dir tarvfs.tcl]]
+set auto_index(::tar::_close) [list source [file join $dir tarvfs.tcl]]
set auto_index(::vfs::ns::Mount) [list source [file join $dir tclprocvfs.tcl]]
set auto_index(::vfs::ns::Unmount) [list source [file join $dir tclprocvfs.tcl]]
set auto_index(::vfs::ns::handler) [list source [file join $dir tclprocvfs.tcl]]
set auto_index(::vfs::test::deletefile) [list source [file join $dir testvfs.tcl]]
set auto_index(::vfs::test::fileattributes) [list source [file join $dir testvfs.tcl]]
set auto_index(::vfs::test::utime) [list source [file join $dir testvfs.tcl]]
+set auto_index(::vfs::normalize) [list source [file join $dir vfslib.tcl]]
set auto_index(::vfs::urltype::Mount) [list source [file join $dir vfsUrl.tcl]]
set auto_index(::vfs::urltype::Unmount) [list source [file join $dir vfsUrl.tcl]]
set auto_index(::vfs::urltype::_typeToMount) [list source [file join $dir vfsUrl.tcl]]
set auto_index(::vfs::webdav::access) [list source [file join $dir webdavvfs.tcl]]
set auto_index(::vfs::webdav::open) [list source [file join $dir webdavvfs.tcl]]
set auto_index(::vfs::webdav::matchindirectory) [list source [file join $dir webdavvfs.tcl]]
+set auto_index(::vfs::webdav::_matchtypes) [list source [file join $dir webdavvfs.tcl]]
set auto_index(::vfs::webdav::createdirectory) [list source [file join $dir webdavvfs.tcl]]
set auto_index(::vfs::webdav::removedirectory) [list source [file join $dir webdavvfs.tcl]]
set auto_index(::vfs::webdav::deletefile) [list source [file join $dir webdavvfs.tcl]]