Differences From Artifact [3533698919]:
- File
kitdll/buildsrc/kitdll-0.0/vfs_kitdll.tcl
— part of check-in
[424322801f]
at
2010-09-26 04:51:16
on branch trunk
— Got KitDLL storage into workable state
Renamed some files for consistency
Added basic Makefile (user: rkeene, size: 6927) [annotate] [blame] [check-ins using]
To Artifact [7fbf4669d3]:
- File kitdll/buildsrc/kitdll-0.0/vfs_kitdll.tcl — part of check-in [2e1961564b] at 2010-09-26 04:51:28 on branch trunk — Removed Tcl implementation of getData (user: rkeene, size: 6673) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
12 13 14 15 16 17 18 | } proc ::vfs::kitdll::Unmount {local} { vfs::filesystem unmount $local } # Implementation | < < < < < < < < < < | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | } proc ::vfs::kitdll::Unmount {local} { vfs::filesystem unmount $local } # Implementation ## VFS and Chan I/O ### Dispatchers proc ::vfs::kitdll::vfshandler {hashkey subcmd args} { set cmd $args set cmd [linsert $cmd 0 "::vfs::kitdll::vfsop_${subcmd}" $hashkey] return [eval $cmd] |
︙ | ︙ |