captive.git
21 years ago'Changelog' moved: base RPM package -> '-devel' RPM package
short [Tue, 15 Apr 2003 15:10:42 +0000 (15:10 +0000)]
'Changelog' moved: base RPM package -> '-devel' RPM package

21 years agoCheck for 'libtool' version 1.5 or higher instead of grepping its body
short [Tue, 15 Apr 2003 13:18:08 +0000 (13:18 +0000)]
Check for 'libtool' version 1.5 or higher instead of grepping its body
 - libtool-1.5 has been released today

21 years ago'SectorSize' can be really weird but we do not use it anyway
short [Mon, 14 Apr 2003 00:31:08 +0000 (00:31 +0000)]
'SectorSize' can be really weird but we do not use it anyway

21 years ago+captive_cc_FileObject_delete(): Just stub implemented now; TODO
short [Sun, 13 Apr 2003 23:43:58 +0000 (23:43 +0000)]
+captive_cc_FileObject_delete(): Just stub implemented now; TODO

21 years agoCheck for 'libtool' version 1.5 or higher
short [Sun, 13 Apr 2003 23:20:24 +0000 (23:20 +0000)]
Check for 'libtool' version 1.5 or higher

21 years ago+Implemented non-fatal W32 Structured Exception Handlers (SEH)
short [Sun, 13 Apr 2003 22:55:43 +0000 (22:55 +0000)]
+Implemented non-fatal W32 Structured Exception Handlers (SEH)

21 years agoAM_CONDITIONAL needs to be here explicitely for doc/apiref/Makefile rebuild
short [Sat, 12 Apr 2003 09:18:15 +0000 (09:18 +0000)]
AM_CONDITIONAL needs to be here explicitely for doc/apiref/Makefile rebuild

21 years ago+debug dumps
short [Sat, 12 Apr 2003 08:57:37 +0000 (08:57 +0000)]
+debug dumps
+sanity check

21 years ago+libcaptive/rtl/except.c
short [Tue, 8 Apr 2003 18:14:21 +0000 (18:14 +0000)]
+libcaptive/rtl/except.c
 - +RtlpExecuteHandlerForException()
 - +RtlpExecuteHandlerForUnwind()

21 years ago+libcaptive/rtl/except.c
short [Tue, 8 Apr 2003 18:13:44 +0000 (18:13 +0000)]
+libcaptive/rtl/except.c

21 years ago+ntoskrnl/rtl/i386/
short [Tue, 8 Apr 2003 18:13:26 +0000 (18:13 +0000)]
+ntoskrnl/rtl/i386/
 - +ntoskrnl/rtl/i386/exception.c
 - +ntoskrnl/rtl/i386/seh.S

21 years ago+ntoskrnl/rtl/i386/
short [Tue, 8 Apr 2003 18:12:48 +0000 (18:12 +0000)]
+ntoskrnl/rtl/i386/

21 years ago+ntoskrnl/ke/catch.c
short [Tue, 8 Apr 2003 18:12:31 +0000 (18:12 +0000)]
+ntoskrnl/ke/catch.c
+ntoskrnl/ke/queue.c

21 years ago+some other %fs access instructions emulation
short [Tue, 8 Apr 2003 18:11:45 +0000 (18:11 +0000)]
+some other %fs access instructions emulation
+"sti" instruction emulation

21 years ago_allshl(), _allshr(), _aullshr() - Fixed 'count' to be 8-bit, not 32-bit
short [Tue, 8 Apr 2003 18:00:33 +0000 (18:00 +0000)]
_allshl(), _allshr(), _aullshr() - Fixed 'count' to be 8-bit, not 32-bit

21 years ago+MmCanFileBeTruncated()
short [Tue, 8 Apr 2003 17:59:48 +0000 (17:59 +0000)]
+MmCanFileBeTruncated()

21 years ago+RtlLookupElementGenericTableAvl()
short [Tue, 8 Apr 2003 17:59:35 +0000 (17:59 +0000)]
+RtlLookupElementGenericTableAvl()
+_except_handler3()
+_global_unwind2()
+_local_unwind2()
+FsRtlIncrementCcFastReadNoWait()
+_allmul()
+_alldiv()
+_allrem()

21 years agoMath functions rather "pass"ed now
short [Tue, 8 Apr 2003 17:57:42 +0000 (17:57 +0000)]
Math functions rather "pass"ed now
 - _allmul "pass"ed
 - _alldiv "pass"ed
 - _allshr "pass"ed
 - _aullshr "pass"ed
 - _allshl "pass"ed
 - _allrem "pass"ed
Implemented stripped down SEH functionality
 - +_except_handler3()
 - +RtlUnwind()
 - +_global_unwind2()
 - +_local_unwind2() as "pass"ed
 - +FsRtlIsNtstatusExpected() as "pass"ed
+MmCanFileBeTruncated()
+IoAcquireCancelSpinLock()
+IoReleaseCancelSpinLock()
+FsRtlIncrementCcFastReadNoWait
+RtlLookupElementGenericTableAvl as "pass"ed

21 years agoExRaiseStatus(): Disabled here as it is reimplemented as non-fatal
short [Tue, 8 Apr 2003 17:51:35 +0000 (17:51 +0000)]
ExRaiseStatus(): Disabled here as it is reimplemented as non-fatal

21 years ago+reactos/ntos/except.h
short [Tue, 8 Apr 2003 17:51:05 +0000 (17:51 +0000)]
+reactos/ntos/except.h

21 years ago+_local_unwind2_addr: Extract ntoskrnl.exe/_local_unwind2
short [Tue, 8 Apr 2003 17:50:14 +0000 (17:50 +0000)]
+_local_unwind2_addr: Extract ntoskrnl.exe/_local_unwind2

21 years agoCcSetFileSizes(): +Sanity protection
short [Tue, 8 Apr 2003 17:49:41 +0000 (17:49 +0000)]
CcSetFileSizes(): +Sanity protection
CcZeroData(): Fixed LSN notification, simplified
+FsRtlIncrementCcFastReadNoWait()

21 years ago+AM_PROG_AS
short [Tue, 8 Apr 2003 17:48:18 +0000 (17:48 +0000)]
+AM_PROG_AS
 - .S file needed for SEH implementation
+ntoskrnl/rtl/i386/

21 years agoRtlAssert() checks forgives no longer needed
short [Fri, 4 Apr 2003 21:40:34 +0000 (21:40 +0000)]
RtlAssert() checks forgives no longer needed
 - fixed by IopCreateFile() mounting semantics fix

21 years ago+ntoskrnl/io/cancel.c
short [Fri, 4 Apr 2003 21:39:31 +0000 (21:39 +0000)]
+ntoskrnl/io/cancel.c

21 years agoSet "ntoskrnl.exe" 'KeNumberProcessors' symbol value to 1
short [Fri, 4 Apr 2003 21:39:08 +0000 (21:39 +0000)]
Set "ntoskrnl.exe" 'KeNumberProcessors' symbol value to 1
Fix sanity check of 'KeNumberProcessors' "ntoskrnl.exe" symbol

21 years agoRelax 'SectorSize' sanity check as sometimes it may not be set before mount
short [Fri, 4 Apr 2003 21:38:17 +0000 (21:38 +0000)]
Relax 'SectorSize' sanity check as sometimes it may not be set before mount

21 years agoImplemented multiple BCBs for the same file contents range
short [Thu, 3 Apr 2003 12:25:43 +0000 (12:25 +0000)]
Implemented multiple BCBs for the same file contents range
 - it was just 'ref_count'ed before, we now create a BCB copy sharing the data

21 years ago+libcaptive/io/irp.c
short [Thu, 3 Apr 2003 12:24:34 +0000 (12:24 +0000)]
+libcaptive/io/irp.c

21 years ago+libcaptive/io/irp.c
short [Thu, 3 Apr 2003 12:24:24 +0000 (12:24 +0000)]
+libcaptive/io/irp.c
 - IofCompleteRequest(): Implemented APC dispatcing as a real 'idle' APC invocation

21 years ago+captive_Module_GetExportAddress() to access W32 modules symbols
short [Thu, 3 Apr 2003 12:21:41 +0000 (12:21 +0000)]
+captive_Module_GetExportAddress() to access W32 modules symbols

21 years ago+RtlFindNextForwardRunClear()
short [Thu, 3 Apr 2003 12:20:49 +0000 (12:20 +0000)]
+RtlFindNextForwardRunClear()

21 years ago+RtlFindNextForwardRunClear() as "pass"ed
short [Thu, 3 Apr 2003 12:20:39 +0000 (12:20 +0000)]
+RtlFindNextForwardRunClear() as "pass"ed

21 years agoFixed captive_strdup_alloca() to return the copy, not the original string
short [Thu, 3 Apr 2003 12:20:17 +0000 (12:20 +0000)]
Fixed captive_strdup_alloca() to return the copy, not the original string

21 years ago+sanity check of "ntoskrnl.exe" 'KeNumberProcessors' data symbol value (==1)
short [Thu, 3 Apr 2003 12:19:26 +0000 (12:19 +0000)]
+sanity check of "ntoskrnl.exe" 'KeNumberProcessors' data symbol value (==1)

21 years ago"ksecdd.sys" binary no longer required; "undef" functions provided instead
short [Sun, 30 Mar 2003 03:43:51 +0000 (03:43 +0000)]
"ksecdd.sys" binary no longer required; "undef" functions provided instead
 - up to now no "ksecdd.sys" function calls were hit by ntfs.sys of NT-5.1sp1

21 years agoSeAssignSecurity(): Implemented substructures copying
short [Sat, 29 Mar 2003 21:00:15 +0000 (21:00 +0000)]
SeAssignSecurity(): Implemented substructures copying
SeAssignSecurity(): Implemented fallback to 'ParentDescriptor' parameter

21 years ago+src/libcaptive/fs/notify.c
short [Sat, 29 Mar 2003 20:58:53 +0000 (20:58 +0000)]
+src/libcaptive/fs/notify.c
 - +FsRtlNotifyFilterChangeDirectory()

21 years agoFixed CcUnpinData() crash: +privbcb->idle_func_pending
short [Sat, 29 Mar 2003 20:55:24 +0000 (20:55 +0000)]
Fixed CcUnpinData() crash: +privbcb->idle_func_pending
 - Bcb flush can also invoke CcUnpinData()
CcFlushCache(): Ignore out of bound flushes
 - requested by ntfs.sys of NT-5.1sp1
CcSetLogHandleForFile(): Fixed 'LogHandle' storage
+CcUnpinDataForThread()
+CcPreparePinWrite()

21 years agoRtlAssert(): +workaround for failed 'No correspondence btwn file and device in irp'
short [Sat, 29 Mar 2003 17:08:56 +0000 (17:08 +0000)]
RtlAssert(): +workaround for failed 'No correspondence btwn file and device in irp'
 - FIXME FIXME FIXME - prevent such failed assertion!

21 years ago+CcUnpinDataForThread()
short [Sat, 29 Mar 2003 17:07:49 +0000 (17:07 +0000)]
+CcUnpinDataForThread()
+FsRtlNotifyFilterChangeDirectory()

21 years ago+CcPreparePinWrite()
short [Sat, 29 Mar 2003 17:07:31 +0000 (17:07 +0000)]
+CcPreparePinWrite()
+ExAcquireSharedWaitForExclusive()
+CcUnpinDataForThread()
+SeDeassignSecurity()
+FsRtlNotifyFilterChangeDirectory()
RtlLengthSecurityDescriptor() is now "passed" instead of ReactOS native
 - its ReactOS implementation is buggy

21 years ago+libcaptive/fs/notify.c
short [Sat, 29 Mar 2003 17:06:27 +0000 (17:06 +0000)]
+libcaptive/fs/notify.c

21 years ago+RtlEnumerateGenericTableWithoutSplayingAvl() as "pass"ed
short [Fri, 28 Mar 2003 21:01:39 +0000 (21:01 +0000)]
+RtlEnumerateGenericTableWithoutSplayingAvl() as "pass"ed

21 years agoSyntax change: <cmd> [<cmd_args>] <image> -> <image> <cmd> [<cmd_args>]
short [Fri, 28 Mar 2003 20:43:43 +0000 (20:43 +0000)]
Syntax change: <cmd> [<cmd_args>] <image>  ->  <image> <cmd> [<cmd_args>]

21 years ago+SeAccessCheck()
short [Fri, 28 Mar 2003 20:30:38 +0000 (20:30 +0000)]
+SeAccessCheck()

21 years ago+libcaptive/se/priv.c
short [Fri, 28 Mar 2003 20:25:43 +0000 (20:25 +0000)]
+libcaptive/se/priv.c
 - +SePrivilegeCheck()

21 years ago+libcaptive/se/audit.c
short [Fri, 28 Mar 2003 20:20:39 +0000 (20:20 +0000)]
+libcaptive/se/audit.c
 - +SeAuditingFileEvents()

21 years ago+libcaptive/se/audit.c
short [Fri, 28 Mar 2003 20:17:52 +0000 (20:17 +0000)]
+libcaptive/se/audit.c
+libcaptive/se/priv.c

21 years ago+SeAuditingFileEvents()
short [Fri, 28 Mar 2003 20:17:23 +0000 (20:17 +0000)]
+SeAuditingFileEvents()
+CcRemapBcb()

21 years ago+SeAccessCheck()
short [Fri, 28 Mar 2003 20:17:08 +0000 (20:17 +0000)]
+SeAccessCheck()
+SePrivilegeCheck()
+SeAuditingFileEvents()
+CcRemapBcb()
+KeAcquireInStackQueuedSpinLock()
+KeReleaseInStackQueuedSpinLock()

21 years ago+KeAcquireInStackQueuedSpinLock()
short [Fri, 28 Mar 2003 20:16:27 +0000 (20:16 +0000)]
+KeAcquireInStackQueuedSpinLock()
+KeReleaseInStackQueuedSpinLock()

21 years agoCcSetBcbOwnerPointer(): +gtk-doc documentation
short [Fri, 28 Mar 2003 20:07:29 +0000 (20:07 +0000)]
CcSetBcbOwnerPointer(): +gtk-doc documentation
+CcRemapBcb()

21 years agoCosmetic: Formatting cleanup
short [Fri, 28 Mar 2003 10:16:29 +0000 (10:16 +0000)]
Cosmetic: Formatting cleanup

21 years ago+fill-in missing function .def prototypes
short [Fri, 28 Mar 2003 10:15:37 +0000 (10:15 +0000)]
+fill-in missing function .def prototypes
 - Prevent: Undefined symbol not in *.def files; 'data' type risk imminent

21 years ago+ntoskrnl/ob/ntobj.c
short [Fri, 28 Mar 2003 09:53:24 +0000 (09:53 +0000)]
+ntoskrnl/ob/ntobj.c

21 years ago+libcaptive/ob/object.c
short [Fri, 28 Mar 2003 09:53:06 +0000 (09:53 +0000)]
+libcaptive/ob/object.c
 - +ObQueryNameString()

21 years ago+libcaptive/ob/object.c
short [Fri, 28 Mar 2003 09:52:47 +0000 (09:52 +0000)]
+libcaptive/ob/object.c

21 years ago+RtlInsertElementGenericTableAvl()
short [Fri, 28 Mar 2003 09:52:25 +0000 (09:52 +0000)]
+RtlInsertElementGenericTableAvl()
+ObQueryNameString()

21 years ago+RtlInsertElementGenericTableAvl() as "pass"ed
short [Fri, 28 Mar 2003 09:52:11 +0000 (09:52 +0000)]
+RtlInsertElementGenericTableAvl() as "pass"ed
+ObQueryNameString()
+RtlLengthSid()

21 years ago+captive_memdup()
short [Fri, 28 Mar 2003 09:51:45 +0000 (09:51 +0000)]
+captive_memdup()

21 years agoExQueueWorkItem(): 'WorkItem' memory address space can be freed after the call
short [Fri, 28 Mar 2003 09:51:34 +0000 (09:51 +0000)]
ExQueueWorkItem(): 'WorkItem' memory address space can be freed after the call
 - required by ntfs.sys

21 years ago+RtlDeleteElementGenericTableAvl()
short [Thu, 27 Mar 2003 16:15:33 +0000 (16:15 +0000)]
+RtlDeleteElementGenericTableAvl()
+CcSetBcbOwnerPointer()
+RtlFindClearRuns()
+RtlFindLastBackwardRunClear()

21 years ago+RtlDeleteElementGenericTableAvl() as "pass"ed
short [Thu, 27 Mar 2003 16:15:04 +0000 (16:15 +0000)]
+RtlDeleteElementGenericTableAvl() as "pass"ed
+ExGetExclusiveWaiterCount()
+ExGetSharedWaiterCount()
+ExReinitializeResourceLite()
+CcSetBcbOwnerPointer()
+IoSynchronousPageWrite()
+RtlFindClearRuns() as "pass"ed
+RtlFindLastBackwardRunClear() as "pass"ed

21 years ago+CcSetBcbOwnerPointer()
short [Thu, 27 Mar 2003 16:14:08 +0000 (16:14 +0000)]
+CcSetBcbOwnerPointer()

21 years agoCcSetLogHandleForFile() implemented
short [Thu, 27 Mar 2003 15:48:25 +0000 (15:48 +0000)]
CcSetLogHandleForFile() implemented
CcGetDirtyPages() implemented

21 years agoKeQueryPerformanceCounter(): Workaround return of GCC gint64 for W32 LARGE_INTEGER
short [Thu, 27 Mar 2003 15:47:44 +0000 (15:47 +0000)]
KeQueryPerformanceCounter(): Workaround return of GCC gint64 for W32 LARGE_INTEGER

21 years agoFixed gtk-doc text about unmapped vs. readable-not-writable memory
short [Thu, 27 Mar 2003 11:35:46 +0000 (11:35 +0000)]
Fixed gtk-doc text about unmapped vs. readable-not-writable memory
Fixed reference counting on Cache Manager functions overall
+Workaround lfs (log file system) of ntfs.sys-NT5.1sp1 as it will do:
  CcPinRead(); CcUnpinData(); access Buffer (wanna-crash);
  Therefore we must postpone the buffer unmapping to some idle function...
+CcGetDirtyPages()
 - FIXME: NOT YET IMPLEMENTED

21 years ago+MmGetPhysicalAddress()
short [Thu, 27 Mar 2003 11:33:20 +0000 (11:33 +0000)]
+MmGetPhysicalAddress()

21 years agoMmUnmapLockedPages(): +Support for MmBuildMdlForNonPagedPool() MDLs
short [Thu, 27 Mar 2003 11:33:07 +0000 (11:33 +0000)]
MmUnmapLockedPages(): +Support for MmBuildMdlForNonPagedPool() MDLs

21 years ago+CcGetDirtyPages()
short [Thu, 27 Mar 2003 11:31:46 +0000 (11:31 +0000)]
+CcGetDirtyPages()

21 years ago+MmBuildMdlForNonPagedPool()
short [Thu, 27 Mar 2003 11:31:35 +0000 (11:31 +0000)]
+MmBuildMdlForNonPagedPool()
+IoAllocateErrorLogEntry() as "pass"ed
+CcGetDirtyPages()

21 years agocaptive_shutdown(): +Invoke all pending idle functions just for sure...
short [Thu, 27 Mar 2003 11:31:07 +0000 (11:31 +0000)]
captive_shutdown(): +Invoke all pending idle functions just for sure...

21 years ago+CcSetAdditionalCacheAttributes()
short [Wed, 26 Mar 2003 01:06:07 +0000 (01:06 +0000)]
+CcSetAdditionalCacheAttributes()
+FsRtlLookupLastLargeMcbEntry() as "pass"ed

21 years ago+CcSetAdditionalCacheAttributes()
short [Wed, 26 Mar 2003 01:05:50 +0000 (01:05 +0000)]
+CcSetAdditionalCacheAttributes()

21 years ago+ntoskrnl/ke/mutex.c
short [Tue, 25 Mar 2003 12:35:34 +0000 (12:35 +0000)]
+ntoskrnl/ke/mutex.c

21 years ago+_alloca_probe()
short [Tue, 25 Mar 2003 12:35:16 +0000 (12:35 +0000)]
+_alloca_probe()

21 years ago+KeInitializeMutant() now reimplemented as "native"
short [Tue, 25 Mar 2003 12:34:55 +0000 (12:34 +0000)]
+KeInitializeMutant() now reimplemented as "native"
+KeReleaseMutant() now reimplemented as "native"
+_alloca_probe() as uncatched "pass"ed

21 years ago+Initialize DISPATCHER_HEADER reactos subsystem
short [Tue, 25 Mar 2003 12:33:57 +0000 (12:33 +0000)]
+Initialize DISPATCHER_HEADER reactos subsystem

21 years ago+CcSetLogHandleForFile()
short [Tue, 25 Mar 2003 03:23:01 +0000 (03:23 +0000)]
+CcSetLogHandleForFile()
+KeAcquireQueuedSpinLockRaiseToSynch()

21 years ago+KeReleaseMutant()
short [Tue, 25 Mar 2003 03:22:42 +0000 (03:22 +0000)]
+KeReleaseMutant()
+CcSetLogHandleForFile()
+KeAcquireQueuedSpinLockRaiseToSynch()

21 years ago+KeAcquireQueuedSpinLockRaiseToSynch()
short [Tue, 25 Mar 2003 03:21:59 +0000 (03:21 +0000)]
+KeAcquireQueuedSpinLockRaiseToSynch()

21 years ago+CcSetLogHandleForFile()
short [Tue, 25 Mar 2003 03:21:45 +0000 (03:21 +0000)]
+CcSetLogHandleForFile()
 - FIXME: not yet implemented

21 years agoFixed fatal missing hash initialization
short [Tue, 25 Mar 2003 03:00:10 +0000 (03:00 +0000)]
Fixed fatal missing hash initialization

21 years ago+IOCTL_DISK_MEDIA_REMOVAL handler
short [Tue, 25 Mar 2003 00:38:21 +0000 (00:38 +0000)]
+IOCTL_DISK_MEDIA_REMOVAL handler
+IOCTL_DISK_CONTROLLER_NUMBER handler
+IOCTL_DISK_GET_LENGTH_INFO handler

21 years ago+RtlInsertElementGenericTableFullAvl()
short [Tue, 25 Mar 2003 00:37:47 +0000 (00:37 +0000)]
+RtlInsertElementGenericTableFullAvl()
+RtlLookupElementGenericTableFullAvl()
+KeAcquireQueuedSpinLock()
+KeReleaseQueuedSpinLock()
+IoCreateStreamFileObjectLite()

21 years ago+RtlLookupElementGenericTableFullAvl() as "pass"ed
short [Tue, 25 Mar 2003 00:37:17 +0000 (00:37 +0000)]
+RtlLookupElementGenericTableFullAvl() as "pass"ed
+RtlInsertElementGenericTableFullAvl() as "pass"ed
+IoCreateStreamFileObjectLite()
+KeAcquireQueuedSpinLock()
+KeReleaseQueuedSpinLock()

21 years ago+libcaptive/io/create.c
short [Tue, 25 Mar 2003 00:35:57 +0000 (00:35 +0000)]
+libcaptive/io/create.c
 - +IoCreateStreamFileObjectLite() by IoCreateStreamFileObject() wrapper
   - 'Lite' version detection by IoCreateStreamFileObjectLite_is_owner()
   - cleanup of 'Lite' flag by IoCreateStreamFileObjectLite_remove()

21 years ago+libcaptive/io/create.c
short [Tue, 25 Mar 2003 00:35:22 +0000 (00:35 +0000)]
+libcaptive/io/create.c

21 years ago+libcaptive/halcaptive/queuedspinlock.c
short [Tue, 25 Mar 2003 00:34:56 +0000 (00:34 +0000)]
+libcaptive/halcaptive/queuedspinlock.c
 - +KeAcquireQueuedSpinLock()
 - +KeReleaseQueuedSpinLock()

21 years ago+libcaptive/halcaptive/queuedspinlock.c
short [Tue, 25 Mar 2003 00:34:33 +0000 (00:34 +0000)]
+libcaptive/halcaptive/queuedspinlock.c

21 years agoKeWaitForSingleObject(): Invoke idle functions to process ExQueueWorkItem()s
short [Mon, 24 Mar 2003 21:11:18 +0000 (21:11 +0000)]
KeWaitForSingleObject(): Invoke idle functions to process ExQueueWorkItem()s
 - needed for ntfs.sys IopMountFilesystem() processing

21 years ago+RtlInitializeGenericTableAvl() as "pass"ed
short [Mon, 24 Mar 2003 21:10:13 +0000 (21:10 +0000)]
+RtlInitializeGenericTableAvl() as "pass"ed

21 years agoRemove unneeded dependency on glib-2.2.x by g_printf() & <glib/gprintf.h>
short [Mon, 24 Mar 2003 10:47:15 +0000 (10:47 +0000)]
Remove unneeded dependency on glib-2.2.x by g_printf() & <glib/gprintf.h>

21 years ago+more mappings for permitted error return codes
short [Mon, 24 Mar 2003 03:17:26 +0000 (03:17 +0000)]
+more mappings for permitted error return codes

21 years agoFixed some captive_NTSTATUS_to_GnomeVFSResult() error handling cases
short [Mon, 24 Mar 2003 03:16:44 +0000 (03:16 +0000)]
Fixed some captive_NTSTATUS_to_GnomeVFSResult() error handling cases

21 years agoImproved error reporting
short [Mon, 24 Mar 2003 03:16:14 +0000 (03:16 +0000)]
Improved error reporting

21 years agoFixed 'Error parsing arguments of text line' handling
short [Mon, 24 Mar 2003 03:15:58 +0000 (03:15 +0000)]
Fixed 'Error parsing arguments of text line' handling

21 years ago+libcaptive/rtl/mem.c
short [Mon, 24 Mar 2003 02:28:41 +0000 (02:28 +0000)]
+libcaptive/rtl/mem.c
 - +MmCopyFromCaller()
 - +MmCopyToCaller()

21 years ago+libcaptive/rtl/mem.c
short [Mon, 24 Mar 2003 02:28:15 +0000 (02:28 +0000)]
+libcaptive/rtl/mem.c