Split window control, listview and treeview moved to child window.
[reactos.git] / reactos / ntoskrnl /
2002-07-13 Casper Hornstrup2002-07-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-07-10 Eric KohlImplemented the ability to create suspended threads.
2002-07-10 Eric KohlRenamed some thread states.
2002-07-04 David Welch2002-07-04 David Welch <welch@computer2.darkstar...
2002-06-27 Eric KohlAdded check for loaded module prior to loading it.
2002-06-27 Eric KohlStop the system if SystemRoot cannot be created or...
2002-06-27 Eric KohlSet missing OBJ_OPENLINK attribute in IoDeleteSymbolicL...
2002-06-27 Eric KohlFixed SystemRoot accessibility check.
2002-06-20 Eric KohlFixed a long-standing hack to open symbolic link objects.
2002-06-19 Eric KohlImplemented registry links (REG_LINK).
2002-06-18 David WelchMoved win32 callback support into a new file.
2002-06-18 David Welch2002-06-18 David Welch <welch@whitehall1-5.seh.ox...
2002-06-18 Eric KohlIoDestroyDriverList(): Free memory of group and service...
2002-06-18 Eric KohlRtlQueryRegistryValues() must treat REG_MULTI_SZ and...
2002-06-17 joegntoskrnl/ps/process.c
2002-06-17 joegntoskrnl/ke/main.c
2002-06-16 David Welch2002-06-16 David Welch <welch@whitehall1-5.seh.ox...
2002-06-16 Jason FilbyNtW32Call: replace sizeof(KTRAP_FRAME) with 124 bytes
2002-06-16 Eric KohlFixed wrong interpretation of value cell size in NtSetV...
2002-06-16 Casper HornstrupRevert last change
2002-06-16 Casper HornstrupAvoid importing _pctype when using mingw-runtime 2.0.
2002-06-16 Eric KohlFixed loading of symbol files.
2002-06-15 Hartmut BirrFixed saving of esp in KePushAndStackSwitchAndSysRet.
2002-06-15 Jason FilbyFixed missing initialization in PsAllocateCallback
2002-06-15 Eric KohlFix bug in RtlEqualSid() that caused all sids with...
2002-06-15 Eric KohlFix bug in RtlpAddKnownAce() that caused it to place...
2002-06-14 Eric KohlFixed automatic loading of required modules.
2002-06-13 Eric KohlFixed driver unloading upon failing initialization.
2002-06-12 Eric KohlUse the registry to load system start drivers.
2002-06-12 Eric KohlRtlpGetRegistryHandle(): Don't remove a leading backsla...
2002-06-12 Casper HornstrupBugCheck if no boot drivers are passed to ntoskrnl.exe
2002-06-12 Casper Hornstrup* Call RtlCreateUnicodeString() instead of RtlInitUnico...
2002-06-11 David Welch2002-06-11 David Welch <welch@whitehall1-5.seh.ox...
2002-06-11 Eric KohlFixed LdrpCompareModuleNames() to accept fully qualifie...
2002-06-10 Eric KohlChanged data structure which represents driver objects...
2002-06-10 Hartmut BirrReference/Dereference the process object in PiTerminate...
2002-06-10 Hartmut BirrUnmap the pages first and than remove the entries from...
2002-06-10 Hartmut BirrReplaced all calls to MmDereferencePage with MmReleaseP...
2002-06-10 Hartmut BirrFixed a minor bug in CcSetFileSizes.
2002-06-10 Hartmut BirrImplemented CcZeroData.
2002-06-10 Eric KohlMoved io/drvlck.c to mm.
2002-06-07 Eric Kohl- Implement NtCreateToken()
2002-06-07 Eric KohlLet services.exe load the auto-start drivers.
2002-06-06 Eric KohlFixed another silly bug.
2002-06-06 Eric KohlFixed a typo in RtlGenerate8dot3Name().
2002-06-05 Hartmut BirrFixed the alocation size in NtRegisterThreadTerminatePort.
2002-06-05 Hartmut BirrCreated the object handle only if the object is created...
2002-06-05 Hartmut BirrFixed the wrong parameter odering in a call to memset...
2002-06-05 Hartmut BirrFixed the copy length in RtlQueryRegistryValues.
2002-06-05 Hartmut BirrFixed a test after a memory allocation in CmiInitPerman...
2002-06-05 Eric KohlImplemented RtlGenerate8dot3Name() and RtlIsNameLegalDO...
2002-06-04 David Welch2002-06-04 David Welch <welch@whitehall1-5.seh.ox...
2002-06-04 Eric KohlFixed typo!
2002-06-04 Eric KohlFixed token type initialization.
2002-05-29 Eric KohlReplaced linux partition type constants.
2002-05-26 Eric KohlEnabled driver letter assignment for removable drives.
2002-05-25 Eric KohlMade NTFS-Partitions mountable.
2002-05-24 Eric KohlFixed a severe bug in RtlQueryRegistryValues() and...
2002-05-24 Eric KohlAdded import of REG_EXPAND_SZ registry values.
2002-05-23 Eric KohlUse NT-compatible (VPB-based) mounting mechanism.
2002-05-19 David Welchntoskrnl/cc/view.c: CcRosTrimCache: Added a comment...
2002-05-19 Casper HornstrupFixed a bug in ExAquireFastMutexUnsafe
2002-05-17 David Welchservices/fs/cdfs/.cvsignore: Added .cvsignore file
2002-05-16 Eric KohlModified LdrLoadModule() to return NTSTATUS.
2002-05-15 Eric KohlAdded file system recognizer driver.
2002-05-14 David WelchReverted the MPW changes (keep these in a seperate...
2002-05-13 Casper HornstrupUse ULONG_PTR instead of ULONG when doing pointer arith...
2002-05-08 Casper HornstrupSupport multiple debug targets at the same time.
2002-05-07 Hartmut BirrFixed a memory leakage in MmCreateImageSection.
2002-05-07 Hartmut BirrAdded testing for inheritable objects/handles.
2002-05-07 Hartmut BirrAdded testing for inheritable objects in NtDuplicateObj...
2002-05-07 Hartmut BirrLock address space at returning in MmNotPresentFaultVir...
2002-05-07 Hartmut BirrFixed a wrong index in MmProbeAndLockPages.
2002-05-07 Hartmut BirrLock/unlock address space in KeReleasThread.
2002-05-06 David WelchAdded some comments.
2002-05-05 Casper HornstrupFixed warnings and errors so ReactOS can be compiled...
2002-05-02 David WelchFixed irq problems.
2002-04-29 Eric KohlImproved default value handling in RtlQueryRegistryValu...
2002-04-27 Hartmut BirrAdded seting of exit status in NtTerminateProcess.
2002-04-27 Hartmut BirrFixed a bug in MmUnmapLockedPages.
2002-04-27 Hartmut BirrAdded npfs.sys to the automatic loaded drivers.
2002-04-27 Hartmut BirrAdded IoFileObjectType to ObReferenceObjectByHandle...
2002-04-27 Hartmut BirrChanged to event object from file object.
2002-04-27 Hartmut BirrFixed the test for FO_SYNCHONOUS_IO.
2002-04-27 Hartmut BirrMoved dereferencing of file objects to IoSecondStageCom...
2002-04-27 Eric KohlAdded code to import REG_MULTI_SZ values.
2002-04-26 Eric KohlFixed drive map in the shared user page.
2002-04-26 Eric KohlSimplified access to the shared user page.
2002-04-20 Phillip SusiSome more fixes to the IO manager routines to use the...
2002-04-20 Phillip SusiKiInterruptDispatch was leaving interrupts disabled...
2002-04-19 Eric KohlFixed a silly bug! I forgot to move an #include line...
2002-04-19 Eric KohlRestricted mounting of file systems (e.g. don't try...
2002-04-17 Eric KohlFixed a typo that caused cdfs mounts to fail ('CdRom0...
2002-04-17 Eric KohlMoved the hardcoded command line string to loadros.
2002-04-15 Eric KohlRemoved obsolete 'optimization'.
2002-04-14 Phillip SusiFixed idle loop to use HLT to save power and cpu time...
2002-04-12 Eugene IngermanFixed potential zero pointer reference.
2002-04-10 Eric KohlMoved IoVerifyVolume().
2002-04-07 Phillip SusiReworked quite a bit of IO manager code to fix several...
2002-04-07 Steven Edwardsadded Hartmuts KeDetachProcess(); and attach patch...
next