captive.git
21 years agocaptive_init(): 'image_iochannel' is now optional to just parse 'captive_args'
short [Mon, 20 Jan 2003 23:24:11 +0000 (23:24 +0000)]
captive_init(): 'image_iochannel' is now optional to just parse 'captive_args'

21 years agoFileIdBothDirInformation_to_GnomeVFSFileInfo(): Fixed 'file_info->permissions'
short [Mon, 20 Jan 2003 23:23:14 +0000 (23:23 +0000)]
FileIdBothDirInformation_to_GnomeVFSFileInfo(): Fixed 'file_info->permissions'

21 years ago+file write
short [Mon, 20 Jan 2003 23:22:09 +0000 (23:22 +0000)]
+file write
+CcRepinBcb()
+CcUnpinRepinnedBcb()
+CcSetDirtyPinnedData()
+CcCanIWrite()

21 years ago+file create
short [Mon, 20 Jan 2003 23:21:01 +0000 (23:21 +0000)]
+file create
+file write

21 years agocaptive_init(): 'image_iochannel' is now optional to just parse 'captive_args'
short [Mon, 20 Jan 2003 23:20:19 +0000 (23:20 +0000)]
captive_init(): 'image_iochannel' is now optional to just parse 'captive_args'
Support read/write device mode

21 years ago+captive_ucs2_strcmp()
short [Sun, 19 Jan 2003 15:40:44 +0000 (15:40 +0000)]
+captive_ucs2_strcmp()
+captive_UnicodeString_strcmp()
+captive_ucs2_strcasecmp()
+captive_UnicodeString_strcasecmp()

21 years ago+FsRtlAreNamesEqual()
short [Sun, 19 Jan 2003 15:39:35 +0000 (15:39 +0000)]
+FsRtlAreNamesEqual()

21 years agoFsRtlLegalAnsiCharacterArray: Valid chars (heuristic): "." -> "!#&(-./@_~"
short [Sun, 19 Jan 2003 15:39:19 +0000 (15:39 +0000)]
FsRtlLegalAnsiCharacterArray: Valid chars (heuristic): "." -> "!#&(-./@_~"
FsRtlDissectName(): 'Path' is no longer required to be 0-terminated
+FsRtlAreNamesEqual()

21 years agoFileAllInformationStruct_to_GnomeVFSFileInfo(): Fixed 'file_info->permissions'
short [Sun, 19 Jan 2003 15:37:41 +0000 (15:37 +0000)]
FileAllInformationStruct_to_GnomeVFSFileInfo(): Fixed 'file_info->permissions'

21 years agoMajorFunction_READ_func(): 'MdlAddress' mode assertion check updated
short [Sun, 19 Jan 2003 14:03:11 +0000 (14:03 +0000)]
MajorFunction_READ_func(): 'MdlAddress' mode assertion check updated

21 years agoMmUnmapLockedPages(): Fixed fatal assertion check
short [Sun, 19 Jan 2003 14:01:55 +0000 (14:01 +0000)]
MmUnmapLockedPages(): Fixed fatal assertion check

21 years ago+IoBuildPartialMdl()
short [Sun, 19 Jan 2003 14:01:24 +0000 (14:01 +0000)]
+IoBuildPartialMdl()

21 years ago+IoUpdateShareAccess()
short [Sat, 18 Jan 2003 11:54:51 +0000 (11:54 +0000)]
+IoUpdateShareAccess()
+IoCheckShareAccess()
+FsRtlCurrentBatchOplock()
+FsRtlCheckLockForReadAccess()

21 years ago+FsRtlCurrentBatchOplock()
short [Sat, 18 Jan 2003 11:54:27 +0000 (11:54 +0000)]
+FsRtlCurrentBatchOplock()

21 years agocaptive_FsRtlLegalAnsiCharacterArray_init(): '.' is also a valid fs name char
short [Sat, 18 Jan 2003 11:54:00 +0000 (11:54 +0000)]
captive_FsRtlLegalAnsiCharacterArray_init(): '.' is also a valid fs name char

21 years ago+FsRtlCheckLockForReadAccess()
short [Sat, 18 Jan 2003 11:53:19 +0000 (11:53 +0000)]
+FsRtlCheckLockForReadAccess()

21 years ago+map STATUS_OBJECT_NAME_INVALID -> GNOME_VFS_ERROR_INVALID_URI
short [Sat, 18 Jan 2003 11:53:02 +0000 (11:53 +0000)]
+map STATUS_OBJECT_NAME_INVALID -> GNOME_VFS_ERROR_INVALID_URI

21 years ago+ExConvertExclusiveToSharedLite()
short [Sat, 18 Jan 2003 11:22:32 +0000 (11:22 +0000)]
+ExConvertExclusiveToSharedLite()

21 years agoFixed memory corruption by the initialization of 'FsRtlLegalAnsiCharacterArray'
short [Sat, 18 Jan 2003 11:16:42 +0000 (11:16 +0000)]
Fixed memory corruption by the initialization of 'FsRtlLegalAnsiCharacterArray'

21 years ago+FsRtlFastUnlockAll()
short [Sat, 18 Jan 2003 04:44:44 +0000 (04:44 +0000)]
+FsRtlFastUnlockAll()
 - FIXME: NOT IMPLEMENTED YET

21 years agostruct page_position: ref_count -> privbcb_list of 'struct private_bcb'
short [Sat, 18 Jan 2003 04:44:24 +0000 (04:44 +0000)]
struct page_position: ref_count -> privbcb_list of 'struct private_bcb'
Fixed+extended prototype of CcMapData()
 - backward-compatible generalization of: Wait -> Flags
+CcPinMappedData()
+CcPinRead()

21 years ago+ntoskrnl/io/process.c
short [Sat, 18 Jan 2003 04:38:48 +0000 (04:38 +0000)]
+ntoskrnl/io/process.c
 - +IoGetRequestorProcess()

21 years ago+CcPinRead()
short [Sat, 18 Jan 2003 04:38:07 +0000 (04:38 +0000)]
+CcPinRead()
+CcPinMappedData()

21 years ago+FsRtlFastUnlockAll()
short [Sat, 18 Jan 2003 04:37:46 +0000 (04:37 +0000)]
+FsRtlFastUnlockAll()
+IoGetRequestorProcess()
+CcPinRead()
+CcPinMappedData()

21 years agoCosmetic: Removed extraneous 'extern' keyword
short [Fri, 17 Jan 2003 05:19:47 +0000 (05:19 +0000)]
Cosmetic: Removed extraneous 'extern' keyword

21 years ago+FsRtlInitializeFileLock()
short [Fri, 17 Jan 2003 01:18:43 +0000 (01:18 +0000)]
+FsRtlInitializeFileLock()
+ExIsResourceAcquiredSharedLite()
+FsRtlBalanceReads()
+FsRtlDissectName()
+FsRtlInitializeOplock()
+FsRtlLookupLastLargeMcbEntryAndIndex()
+FsRtlLegalAnsiCharacterArray
+SeExports

21 years ago+libcaptive/se/semgr.c
short [Fri, 17 Jan 2003 01:17:44 +0000 (01:17 +0000)]
+libcaptive/se/semgr.c
 - +SeExports
   - FIXME: Empty for now

21 years ago+src/libcaptive/fs/util.c
short [Fri, 17 Jan 2003 01:17:03 +0000 (01:17 +0000)]
+src/libcaptive/fs/util.c
 - +FsRtlBalanceReads()

21 years ago+libcaptive/fs/filelock.c
short [Fri, 17 Jan 2003 01:16:43 +0000 (01:16 +0000)]
+libcaptive/fs/filelock.c
 - +FsRtlInitializeFileLock()
   - FIXME: NOT IMPLEMENTED YET

21 years ago+FsRtlInitializeOplock()
short [Fri, 17 Jan 2003 01:16:00 +0000 (01:16 +0000)]
+FsRtlInitializeOplock()
 - FIXME: NOT IMPLEMENTED YET

21 years ago+IOCTL_DISK_IS_WRITABLE handler
short [Fri, 17 Jan 2003 01:15:34 +0000 (01:15 +0000)]
+IOCTL_DISK_IS_WRITABLE handler

21 years ago+FsRtlLookupLastLargeMcbEntryAndIndex()
short [Fri, 17 Jan 2003 01:15:10 +0000 (01:15 +0000)]
+FsRtlLookupLastLargeMcbEntryAndIndex()

21 years ago+Disallow 'undef' 'data' type items as they are too dangerous
short [Fri, 17 Jan 2003 01:14:55 +0000 (01:14 +0000)]
+Disallow 'undef' 'data' type items as they are too dangerous
+Give warnings on 'undef' symbols without *.def protype ('data' type imminent)

21 years ago+FsRtlLegalAnsiCharacterArray
short [Fri, 17 Jan 2003 01:14:03 +0000 (01:14 +0000)]
+FsRtlLegalAnsiCharacterArray

21 years ago+FsRtlLegalAnsiCharacterArray
short [Fri, 17 Jan 2003 01:13:42 +0000 (01:13 +0000)]
+FsRtlLegalAnsiCharacterArray
+FsRtlDissectName()

21 years ago+libcaptive/fs/filelock.c
short [Fri, 17 Jan 2003 01:12:41 +0000 (01:12 +0000)]
+libcaptive/fs/filelock.c
+libcaptive/fs/util.c

21 years agoCcInitializeCacheMap(): Allow multiple calls for 'FileObject'
short [Fri, 17 Jan 2003 01:11:54 +0000 (01:11 +0000)]
CcInitializeCacheMap(): Allow multiple calls for 'FileObject'
 - FIXME: We are unable to track close of 'FileObject'!

21 years ago+libcaptive/se/
short [Fri, 17 Jan 2003 01:07:48 +0000 (01:07 +0000)]
+libcaptive/se/

21 years ago+ntoskrnl/rtl/bitmap.c
short [Thu, 16 Jan 2003 04:08:02 +0000 (04:08 +0000)]
+ntoskrnl/rtl/bitmap.c

21 years agoSplit cdrom.c to media.c with clients cdrom.c and disk.c
short [Thu, 16 Jan 2003 04:07:23 +0000 (04:07 +0000)]
Split cdrom.c to media.c with clients cdrom.c and disk.c
+options --cdrom and --disk

21 years agoFixed sandbox compilation; currently it is compiled in although not yet used
short [Thu, 16 Jan 2003 04:05:43 +0000 (04:05 +0000)]
Fixed sandbox compilation; currently it is compiled in although not yet used

21 years ago+ntoskrnl/ke/dpc.c
short [Thu, 16 Jan 2003 04:05:11 +0000 (04:05 +0000)]
+ntoskrnl/ke/dpc.c
+ntoskrnl/ke/timer.c
+ntoskrnl/ke/wait.c

21 years ago+reactos/hal/halx86/irql.c
short [Thu, 16 Jan 2003 04:04:25 +0000 (04:04 +0000)]
+reactos/hal/halx86/irql.c
+reactos/hal/halx86/spinlock.c

21 years ago+symbols needed for fastfat.sys (as 'undef')
short [Thu, 16 Jan 2003 04:03:49 +0000 (04:03 +0000)]
+symbols needed for fastfat.sys (as 'undef')
+ExAcquireFastMutexUnsafe()
+ExIsResourceAcquiredExclusiveLite()
+ExLocalTimeToSystemTime()
+ExReleaseFastMutexUnsafe()
+FsRtlAddLargeMcbEntry()
+FsRtlAddToTunnelCache()
+FsRtlDeleteKeyFromTunnelCache()
+FsRtlDeleteTunnelCache()
+FsRtlFindInTunnelCache()
+FsRtlGetNextLargeMcbEntry()
+FsRtlInitializeLargeMcb()
+FsRtlInitializeTunnelCache()
+FsRtlLookupLargeMcbEntry()
+FsRtlNotifyFullReportChange()
+FsRtlNumberOfRunsInLargeMcb()
+FsRtlRemoveLargeMcbEntry()
+FsRtlTruncateLargeMcb()
+FsRtlUninitializeLargeMcb()
+InterlockedPopEntrySList()
+InterlockedPushEntrySList()
+IoGetCurrentProcess()
+KeAreApcsDisabled()
+KeCancelTimer()
+KeInitializeDpc()
+KeInitializeTimer()
+KeNumberProcessors()
+KeRemoveQueueDpc()
+MmUnlockPages()
+MmUnmapLockedPages()
+RtlAreBitsClear()
+RtlAreBitsSet()
+RtlClearBits()
+RtlCompareString()
+RtlDowncaseUnicodeString()
+RtlEqualString()
+RtlFindClearBits()
+RtlFindLongestRunClear()
+RtlFreeUnicodeString()
+RtlInitializeBitMap()
+RtlNumberOfClearBits()
+RtlSetBits()
+RtlUpcaseUnicodeStringToCountedOemString()
+RtlUpperString()
+RtlxOemStringToUnicodeSize()
+ZwClose()
+ZwOpenKey()

21 years ago+InterlockedPopEntrySList()
short [Thu, 16 Jan 2003 04:01:43 +0000 (04:01 +0000)]
+InterlockedPopEntrySList()
+InterlockedPushEntrySList()
+KeAreApcsDisabled()

21 years agoCosmetic: Fixed comment
short [Thu, 16 Jan 2003 04:01:23 +0000 (04:01 +0000)]
Cosmetic: Fixed comment

21 years ago+libcaptive/ke/main.c
short [Thu, 16 Jan 2003 04:01:03 +0000 (04:01 +0000)]
+libcaptive/ke/main.c
 - +KeNumberProcessors

21 years ago+libcaptive/ke/apc.c
short [Thu, 16 Jan 2003 04:00:36 +0000 (04:00 +0000)]
+libcaptive/ke/apc.c
 - +KeAreApcsDisabled()

21 years ago+libcaptive/ke/apc.c
short [Thu, 16 Jan 2003 04:00:19 +0000 (04:00 +0000)]
+libcaptive/ke/apc.c
+libcaptive/ke/main.c

21 years ago+reactos/ntos/disk.h
short [Thu, 16 Jan 2003 03:48:16 +0000 (03:48 +0000)]
+reactos/ntos/disk.h

21 years agoCosmetic: Fixed #include file
short [Thu, 16 Jan 2003 03:47:42 +0000 (03:47 +0000)]
Cosmetic: Fixed #include file

21 years ago+options --cdrom and --disk
short [Thu, 16 Jan 2003 03:47:23 +0000 (03:47 +0000)]
+options --cdrom and --disk
+captive_disk_init()

21 years ago+variable 'captive_option_media'
short [Thu, 16 Jan 2003 03:46:51 +0000 (03:46 +0000)]
+variable 'captive_option_media'

21 years agoreactosized: libcaptive/halcaptive/spinlock.c -> hal/halx86/spinlock.c
short [Thu, 16 Jan 2003 03:46:21 +0000 (03:46 +0000)]
reactosized: libcaptive/halcaptive/spinlock.c -> hal/halx86/spinlock.c
 - converted KeAcquireSpinLock()
 - converted KeReleaseSpinLock()

21 years ago+InterlockedExchangeAdd()
short [Thu, 16 Jan 2003 03:45:22 +0000 (03:45 +0000)]
+InterlockedExchangeAdd()

21 years agoreactosized IRQs: libcaptive/halcaptive/irql.c -> hal/halx86/irql.c
short [Thu, 16 Jan 2003 03:45:00 +0000 (03:45 +0000)]
reactosized IRQs: libcaptive/halcaptive/irql.c -> hal/halx86/irql.c
 - no real asynchronous IRQs are permitted
 - converted KeGetCurrentIrql()
 - +KfLowerIrql()
 - +KeLowerIrql()
 - +KfRaiseIrql()
 - +KeRaiseIrql()

21 years ago-libcaptive/halcaptive/irql.c
short [Thu, 16 Jan 2003 03:44:46 +0000 (03:44 +0000)]
-libcaptive/halcaptive/irql.c

21 years ago+libcaptive/fs/tunnel.c
short [Thu, 16 Jan 2003 03:43:25 +0000 (03:43 +0000)]
+libcaptive/fs/tunnel.c
 - +FsRtlAddToTunnelCache()
 - +FsRtlDeleteKeyFromTunnelCache()
 - +FsRtlDeleteTunnelCache()
 - +FsRtlFindInTunnelCache()
 - +FsRtlInitializeTunnelCache()
 - FIXME: Currently not yet implemented by libcaptive. It may get handy to keep
     shortnames/longnames the same during crossfilesystem copying.

21 years ago+libcaptive/fs/mcb.c
short [Thu, 16 Jan 2003 03:42:07 +0000 (03:42 +0000)]
+libcaptive/fs/mcb.c
 - +FsRtlInitializeLargeMcb()
 - +FsRtlUninitializeLargeMcb()
 - +FsRtlRemoveLargeMcbEntry()
 - +FsRtlAddLargeMcbEntry()
 - +FsRtlGetNextLargeMcbEntry()
 - +FsRtlLookupLargeMcbEntry()
 - +FsRtlLookupLastLargeMcbEntry()
 - +FsRtlNumberOfRunsInLargeMcb()
 - +FsRtlSplitLargeMcb()
 - +FsRtlTruncateLargeMcb()

21 years ago+libcaptive/fs/mcb.c
short [Thu, 16 Jan 2003 03:39:35 +0000 (03:39 +0000)]
+libcaptive/fs/mcb.c
+libcaptive/fs/tunnel.c

21 years ago+src/libcaptive/ex/time.c
short [Thu, 16 Jan 2003 03:39:03 +0000 (03:39 +0000)]
+src/libcaptive/ex/time.c
 - +ExLocalTimeToSystemTime()

21 years ago+src/libcaptive/ex/list.c
short [Thu, 16 Jan 2003 03:38:46 +0000 (03:38 +0000)]
+src/libcaptive/ex/list.c
 - +InterlockedPopEntrySList()
 - +InterlockedPushEntrySList()

21 years ago+libcaptive/ex/
short [Thu, 16 Jan 2003 03:37:59 +0000 (03:37 +0000)]
+libcaptive/ex/

21 years agoCosmetic: Comment and #include fixed
short [Thu, 16 Jan 2003 03:37:43 +0000 (03:37 +0000)]
Cosmetic: Comment and #include fixed

21 years ago+libcaptive/cm/ntfunc.c
short [Thu, 16 Jan 2003 03:37:11 +0000 (03:37 +0000)]
+libcaptive/cm/ntfunc.c
 - +ZwOpenKey()

21 years ago+libcaptive/cm/ntfunc.c
short [Thu, 16 Jan 2003 03:36:57 +0000 (03:36 +0000)]
+libcaptive/cm/ntfunc.c

21 years ago+options --cdrom and --disk
short [Thu, 16 Jan 2003 03:36:28 +0000 (03:36 +0000)]
+options --cdrom and --disk
+variable 'captive_option_media'

21 years ago+options --cdrom and --disk
short [Thu, 16 Jan 2003 03:35:45 +0000 (03:35 +0000)]
+options --cdrom and --disk
+variable 'captive_option_media'
captive_w32_init(): +KeLowerIrql() handling for the current hal/halx86/irql.c
captive_w32_init(): +call captive_disk_init();

21 years agoCosmetic: Fixed missing #include file
short [Thu, 16 Jan 2003 03:34:01 +0000 (03:34 +0000)]
Cosmetic: Fixed missing #include file
+map STATUS_UNRECOGNIZED_VOLUME -> GNOME_VFS_ERROR_WRONG_FORMAT

21 years agoCosmetic: Fixed missing #include file
short [Thu, 16 Jan 2003 03:33:20 +0000 (03:33 +0000)]
Cosmetic: Fixed missing #include file

21 years agoCcUninitializeCacheMap(): Implemented 'UninitializeCompleteEvent'
short [Thu, 16 Jan 2003 03:32:34 +0000 (03:32 +0000)]
CcUninitializeCacheMap(): Implemented 'UninitializeCompleteEvent'

21 years ago+libcaptive/ex/
short [Thu, 16 Jan 2003 03:31:55 +0000 (03:31 +0000)]
+libcaptive/ex/

21 years agocaptive_giochannel_size(): +sanity check to require 'unencoded' GIOChannel
short [Sat, 11 Jan 2003 18:30:03 +0000 (18:30 +0000)]
captive_giochannel_size(): +sanity check to require 'unencoded' GIOChannel

21 years agoOperation parameters are now global captive_* vars as declared by client.h
short [Sat, 11 Jan 2003 18:29:15 +0000 (18:29 +0000)]
Operation parameters are now global captive_* vars as declared by client.h

21 years agolibcaptive-gnomevfs.so now accepts popt args instead of just fs_path string
short [Sat, 11 Jan 2003 18:28:48 +0000 (18:28 +0000)]
libcaptive-gnomevfs.so now accepts popt args instead of just fs_path string

21 years ago+libcaptive/sandbox/
short [Sat, 11 Jan 2003 18:28:23 +0000 (18:28 +0000)]
+libcaptive/sandbox/
 - implements process separation of libcaptive
 - not yet finished as it is not mission critical

21 years agocaptive_file_* -> captive_rtl_file_*
short [Sat, 11 Jan 2003 18:27:26 +0000 (18:27 +0000)]
captive_file_* -> captive_rtl_file_*
 - prevent conflict with GObject-based libcaptive VFS interface

21 years agoCosmetic: Fixed captive_ucs2(): +G_GNUC_UNUSED
short [Sat, 11 Jan 2003 18:26:00 +0000 (18:26 +0000)]
Cosmetic: Fixed captive_ucs2(): +G_GNUC_UNUSED

21 years ago+libcaptive/sandbox/
short [Sat, 11 Jan 2003 18:25:31 +0000 (18:25 +0000)]
+libcaptive/sandbox/

21 years agoCosmetic: Fixed captive_nv_printf_string_upper_bound(): +G_GNUC_UNUSED
short [Sat, 11 Jan 2003 18:24:37 +0000 (18:24 +0000)]
Cosmetic: Fixed captive_nv_printf_string_upper_bound(): +G_GNUC_UNUSED
+captive_strdup_alloca()

21 years agolibcaptive-gnomevfs.so now accepts popt args instead of just fs_path string
short [Sat, 11 Jan 2003 18:23:53 +0000 (18:23 +0000)]
libcaptive-gnomevfs.so now accepts popt args instead of just fs_path string
Operation parameters are now global captive_* vars as declared by client.h

21 years agolibcaptive-gnomevfs.so separated to Gnome-VFS vs. reactos specific parts
short [Sat, 11 Jan 2003 18:23:28 +0000 (18:23 +0000)]
libcaptive-gnomevfs.so separated to Gnome-VFS vs. reactos specific parts
 - Gnome-VFS part remains in src/client/libcaptive-gnomevfs/
 - reactos part implemented by "captive/client-*.h" and "libcaptive/client/*.c"

21 years ago+libcaptive/sandbox/
short [Sat, 11 Jan 2003 18:17:11 +0000 (18:17 +0000)]
+libcaptive/sandbox/

21 years agolibcaptive-gnomevfs.so now accepts popt args instead of just fs_path string
short [Sat, 11 Jan 2003 18:15:10 +0000 (18:15 +0000)]
libcaptive-gnomevfs.so now accepts popt args instead of just fs_path string

21 years agognome-vfs-module-2.0: now compiled unconditionally for the whole package
short [Sat, 11 Jan 2003 18:14:05 +0000 (18:14 +0000)]
gnome-vfs-module-2.0: now compiled unconditionally for the whole package

21 years ago+simple 'Syntax' help
short [Sat, 11 Jan 2003 18:13:39 +0000 (18:13 +0000)]
+simple 'Syntax' help
argv[2] is now optional
 - it is complained by captive_init() if not present

21 years ago+"Messages / logging reporting?"
short [Sat, 11 Jan 2003 18:11:52 +0000 (18:11 +0000)]
+"Messages / logging reporting?"

21 years ago+G_LOG_DOMAIN="Captive"
short [Sat, 11 Jan 2003 18:11:14 +0000 (18:11 +0000)]
+G_LOG_DOMAIN="Captive"
glib-2.0: +gobject
 - used by new GObject-based VFS interface of libcaptive
gnome-vfs-module-2.0: now compiled unconditionally for the whole package
+linc,ORBit2: used by sandbox
+./src/libcaptive/sandbox/

21 years ago"clean"+="./src/libcaptive/sandbox/sandbox-..."
short [Sat, 11 Jan 2003 18:08:22 +0000 (18:08 +0000)]
"clean"+="./src/libcaptive/sandbox/sandbox-..."

21 years agoCosmetic: +$Id$ string
short [Sat, 11 Jan 2003 18:07:45 +0000 (18:07 +0000)]
Cosmetic: +$Id$ string

21 years agocaptivecmdline now accepts popt args as argv[1]
short [Sat, 11 Jan 2003 18:07:11 +0000 (18:07 +0000)]
captivecmdline now accepts popt args as argv[1]

21 years ago+TODO list
short [Sat, 11 Jan 2003 18:02:03 +0000 (18:02 +0000)]
+TODO list

21 years ago+Implemented Gnome-VFS-2.0 module interface
short [Mon, 23 Dec 2002 05:55:36 +0000 (05:55 +0000)]
+Implemented Gnome-VFS-2.0 module interface
+cdfs.sys working

21 years ago+captive-fs.sys definition
short [Mon, 23 Dec 2002 00:23:46 +0000 (00:23 +0000)]
+captive-fs.sys definition

21 years ago+RtlSplay()
short [Mon, 23 Dec 2002 00:10:43 +0000 (00:10 +0000)]
+RtlSplay()
 - NOP for now
+gtk-doc for RtlDelete()

21 years ago-ntoskrnl/io/iowork.c
short [Mon, 23 Dec 2002 00:10:09 +0000 (00:10 +0000)]
-ntoskrnl/io/iowork.c
+ntoskrnl/io/rw.c

21 years ago+RtlSplay()
short [Mon, 23 Dec 2002 00:09:52 +0000 (00:09 +0000)]
+RtlSplay()

21 years ago+IoFreeWorkItem()
short [Mon, 23 Dec 2002 00:09:39 +0000 (00:09 +0000)]
+IoFreeWorkItem()
+IoQueueWorkItem()
+RtlSplay()
+CcCopyRead()

21 years ago+libcaptive/io/iowork.c
short [Mon, 23 Dec 2002 00:09:01 +0000 (00:09 +0000)]
+libcaptive/io/iowork.c

21 years ago+CcCopyRead()
short [Mon, 23 Dec 2002 00:08:35 +0000 (00:08 +0000)]
+CcCopyRead()