reactos.git
2003-11-30 shortFixed prototype for MmSetAddressRangeModified(). captive-1_1_1_2 captive-1_1_2 captive-1_1_3 captive-1_1_3_1 captive-1_1_3_2 captive-1_1_4
2003-11-10 shortKERNEL_VERSION_MAJOR: 0 -> 5 captive-1_1 captive-1_1_1 captive-1_1_1_1
2003-11-10 short+ntoskrnl/ps/psmgr.c
2003-11-05 shortNtCreateDirectoryObject(): Fixed debug dump formatstring. captive-1_0_2
2003-10-28 shortg_log() accelerated by 'captive_debug_messages_disabled... captive-1_0_1
2003-10-05 shortUpdated IoIsSystemThread() prototype. captive-0_9_3 captive-0_9_4 captive-0_9_5 captive-0_9_6 captive-0_9_7 captive-1_0
2003-09-23 shortCatched STDCALL IRP (*CompletionRoutine)() and (*Cancel... captive-0_9 captive-0_9_1 captive-0_9_2
2003-09-23 short+CAPTIVE_STDCALL calling by hand to workaround broken...
2003-09-15 shortbranch update for HEAD-2003091401
2003-09-14 jankratochvilThis commit was manufactured by cvs2svn to create branc...
2003-09-13 shortCosmetic: +Prevent: ... might be used uninitialized...
2003-08-28 shortImplemented vfs_volume_info_get() for proper df(1)...
2003-08-13 shortObInitializeObject(): Pre-clear object HEADER to preven...
2003-08-13 shortIofCallDriver(): Non-handled 'IRP_MJ_FLUSH_BUFFERS...
2003-08-03 short+wcsncmp()
2003-07-11 short+FSCTL_LOCK_VOLUME define
2003-07-04 shortIoCreateFile(): Filled in Irp->Flags; not needed
2003-07-04 short+ExRaiseStatus()
2003-07-04 short+ntoskrnl/fs/util.c
2003-07-04 short+FSCTL_DISMOUNT_VOLUME define
2003-07-04 shortW32 compliance: IO_STACK_LOCATION.Parameters.FileSystem...
2003-06-07 shortcaptive_options module-loading generalized to be CORBA...
2003-05-01 shortbranch update for HEAD-2003050101 captive-0_8
2003-05-01 jankratochvilThis commit was manufactured by cvs2svn to create branc...
2003-04-30 shortExRaiseStatus() is now fatal back again as SEH is not...
2003-04-30 shortNtSetInformationFile()/FileRenameInformation:
2003-04-24 short-RtlCompareMemory(): reactos implementation is buggy...
2003-04-16 shortPWORK_QUEUE_ITEM->Routine must be always 'stdcall'... captive-0_2
2003-04-13 shortPACQUIRE_FOR_LAZY_WRITE: Force 'stdcall' call type...
2003-04-13 short+captive_cc_FileObject_delete(): Notify libcaptive...
2003-04-08 shortImplemented stripped down SEH functionality
2003-04-08 shortFilled-in missing 'FirstThread->Tcb.Queue' initialization
2003-04-08 shortinternalNameBuilder(): Fixed missing REACTOS_UCS2(...
2003-04-08 short+ntoskrnl/ke/queue.c
2003-04-08 shortFsRtlOplockIsFastIoPossible(): Return TRUE (fast I...
2003-04-08 shortRemove math and SEH functions as they have special...
2003-04-04 shortIopCreateFile(): Fix semantics of volume mounting ...
2003-04-04 short+Initialization of ntoskrnl/io/cancel.c
2003-04-04 short+ntoskrnl/io/cancel.c
2003-04-03 shortIofCompleteRequest(): Implemented APC dispatcing as...
2003-04-03 shortIopMountFileSystem(): Cosmetic fix of debug message...
2003-03-30 shortFill-in 'AccessState.OriginalDesiredAccess' by 'Desired...
2003-03-29 short+SeDeassignSecurity()
2003-03-29 shortRtlLengthSecurityDescriptor() is now "passed" instead...
2003-03-29 shortCosmetic: Adjust 'Magic value 0x0701' DeviceExtension...
2003-03-29 short+ExAcquireSharedWaitForExclusive()
2003-03-29 shortCcPreparePinWrite(): Updated function prototype for...
2003-03-28 shortIoShutdownRegisteredFileSystems(): Cope with uncalled...
2003-03-28 shortIofCompleteRequest(): APC dispatching implemented as...
2003-03-28 shortCosmetic: RtlAppendUnicodeToString(): Fix 'const' compi...
2003-03-28 shortObInitializeObject(): Fixed missing init of 'ObjectHead...
2003-03-28 short+ntoskrnl/ob/ntobj.c
2003-03-27 short+ExGetExclusiveWaiterCount()
2003-03-27 shortKeQueryPerformanceCounter(): Workaround return of GCC...
2003-03-27 shortCcGetDirtyPages(): Workaround return of GCC gint64...
2003-03-27 short+MmBuildMdlForNonPagedPool()
2003-03-26 short+sanity check of NULL IoGetCurrentIrpStackLocation...
2003-03-26 shortW32 (ntfs) expects CreatedDeviceObject->Size to cover...
2003-03-25 short+KeAcquireDispatcherDatabaseLock()
2003-03-25 short+ntoskrnl/ke/mutex.c
2003-03-25 short+IoCreateStreamFileObjectLite() by IoCreateStreamFileOb...
2003-03-25 short+IOCTL_DISK_CONTROLLER_NUMBER
2003-03-24 shortMoved PREVENT_MEDIA_REMOVAL definition/comments to...
2003-03-24 shortFixed missing REACTOS_UCS2 captive wchar_t string wrapper
2003-03-24 short+PREVENT_MEDIA_REMOVAL
2003-03-24 short+IOCTL_DISK_MEDIA_REMOVAL
2003-03-24 short+ntoskrnl/nt/ntevent.c
2003-03-24 short+ntoskrnl/se/semgr.c
2003-03-24 short+ntoskrnl/se/token.c
2003-03-24 short+ntoskrnl/se/sid.c
2003-03-23 short+ntoskrnl/se/sd.c
2003-03-23 short+ntoskrnl/se/priv.c
2003-03-23 short+ntoskrnl/se/luid.c
2003-03-23 short+ntoskrnl/se/acl.c
2003-03-23 shortCosmetic: RtlCreateUnicodeString(): Fix 'const' warnings
2003-03-23 short+ntoskrnl/rtl/largeint.c
2003-03-23 short+PsReferencePrimaryToken()
2003-03-23 short+PsReferenceImpersonationToken()
2003-03-23 short+IoGetFileObjectGenericMapping()
2003-03-23 short-_aullshr(): Remove to be overridable by libcaptive...
2003-03-23 shortPDRIVER_REINITIALIZE: Force stdcall for captive as...
2003-03-23 shortHalAllocateAdapterChannel(),HalCalibratePerformanceCoun...
2003-03-23 shortRtlGenerate8dot3Name() is now "pass"ed
2003-03-23 shortRtlUnicodeStringToCountedOemString() is now "pass"ed
2003-02-24 shortNtQueryDirectoryFile(): +support FileBothDirInformation...
2003-02-13 shortbranch update for HEAD-2003021201
2003-02-13 shortbranch update for HEAD-2003021201
2003-02-12 jankratochvilThis commit was manufactured by cvs2svn to create branc...
2003-02-10 shortIoShutdownRegisteredFileSystems(): Protected against...
2003-02-10 shortREACTOS_COMMON_FCB_HEADER structure made W32 XP compatible
2003-02-04 shortIoCreateFile(): Fixed missing init of field: FsContext...
2003-02-04 shortPsInitProcessManagment(): Hack-fake process name "System"
2003-02-04 short+Option '--debug-messages' (default off) - variable...
2003-02-03 shortIoCreateDevice(): Fixed missing initialization of ...
2003-02-03 short+RtlSecondsSince1970ToTime()
2003-02-03 shortNtSetInformationFile(): FileRenameInformation: Fixed...
2003-02-02 short+comment on buggy RtlSetBits()
2003-02-02 short+NtSetInformationFile()
2003-02-02 shortIoCreateDevice(): Fixed missing initialization of ...
2003-02-01 short+IoBuildAsynchronousFsdRequest()
next