Added experimental support for FAT and NTFS FSDs.
[reactos.git] / reactos / ntoskrnl /
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...
2002-04-01 Hartmut BirrFixed a typo.
2002-04-01 Hartmut BirrFixed a wrong length check in RtlAnsiStringToUnicodeStr...
2002-03-30 Eric KohlFixed a serious typo.
2002-03-24 Eric KohlInitialized device lock event.
2002-03-23 Casper HornstrupAdded tree traversal routines for tree data structures.
2002-03-23 Casper HornstrupSupport non-paged version of binary tree, splay tree...
2002-03-22 Casper HornstrupAdded a binary tree implementation
2002-03-21 Eric KohlChanged drive assignment.
2002-03-18 Eric KohlFixed Nt/ZwCreatePagingFile() prototype.
2002-03-17 Hartmut BirrAdded a trailing null entry in NtQueryDirectoryObject().
2002-03-17 Hartmut BirrFixed the maximum length in DbgPrint().
2002-03-17 Hartmut BirrFixed a parameter for IRPMN_MOUNT_VOLUME.
2002-03-16 Eric KohlImproved registry initialization.
2002-03-16 Eric KohlMoved CreateSystemRootLink() away.
2002-03-15 Casper Hornstrupassertmsg() macro
2002-03-15 Casper HornstrupConfiguration manager cleanup.
2002-03-15 Casper Hornstrupassertmsg() macro
2002-03-13 Casper HornstrupAdded arcname.o to makefile
2002-03-13 Eric KohlFixed some function prototypes.
2002-03-13 Eric KohlMoved creation of ARC names into ntoskrnl.
2002-03-08 Hartmut BirrFixed a dead lock between an APC (delivered from IoComp...
2002-03-06 Eric KohlHandles are no longer used to create type objects.
2002-03-05 Eric KohlFixed remainingcalls to ObGetReferenceCount() and ObGet...
2002-03-05 Eric KohlAdded ObGetObjectHandleCount().
2002-03-03 Eric Kohlno message
2002-03-01 Eric KohlStarted implementing type objects.
2002-02-28 Hartmut BirrFixed the 'event wait bug' in MmRequestPageMemoryConsumer.
2002-02-27 David WelchApplied Harmut Birr's patch
2002-02-26 Phillip SusiFixed _vsnprintf() to actually use the buffer size...
2002-02-25 Phillip SusiFixed debug print to not overflow the stack on long...
2002-02-23 Eric KohlFixed showstopper!
2002-02-22 Eric KohlAdded some more prototypes
2002-02-22 Eric KohlAdded ObGetObjectPointerCount() and SetokenImpersonatio...
2002-02-20 Eric KohlStarted security manager initialization.
2002-02-19 Eric KohlRemoved unused code.
2002-02-19 Eric Kohl- Fixed object creation. Named objects are now automati...
2002-02-18 Hartmut BirrFixed the 'Frequent Crasher Bug'.
2002-02-18 Hartmut BirrFixed some overruns with a not zero terminated string...
2002-02-15 Eric KohlRemoved obsolete functions/protypes HalInitFirstTask...
2002-02-14 Hartmut BirrSet the min size of an allocated block to the size...
2002-02-12 Jason FilbyNo need to load vgamp.sys on startup
2002-02-10 Eric KohlImplemented expansion of REG_MULTI_SZ.
2002-02-10 Casper HornstrupDisplay driver name when loading it.
2002-02-09 Eric KohlFixed wrong string length calculation in RtlAppendUnico...
2002-02-09 Casper HornstrupOops...don't load that driver.
2002-02-09 Casper HornstrupAccept /DEBUGPORT=GDB and /DEBUGPORT=PICE on command...
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
2002-02-06 Eric KohlImplemented [Nt/Zw]QueryMultipleValueKey().
2002-02-05 Eric KohlImplemented value enumeration in RtlQueryRegistryValues().
2002-02-05 Eric KohlFixed name string length and termination for KeyValueB...
2002-02-05 Phillip SusiBalenced paged and non paged pool sizes to 100 megs...
2002-02-04 Casper HornstrupRemoved old HAL.
2002-02-02 Eric KohlFixed broken serial debug logging.
2002-01-27 David WelchFixes for problems with win32k
2002-01-27 David WelchMore user work
2002-01-26 David WelchPresent large reads to the filesystem from CcCopyRead
2002-01-26 Phillip SusiFixed IoCreateFile to recognize the FILE_NO_INTERMEDIAT...
2002-01-23 Casper HornstrupAdded GNU Debugger stub for remote debugging.
2002-01-21 Hartmut BirrAdded ntoskrnl.sym to install rule.
2002-01-21 Hartmut BirrRemoved IoGetCurrentIrpStackLocation from some functions.
2002-01-21 Eric KohlFixed some function declarations.
2002-01-17 Emanuele AlibertiFsRtlIsNtstatusExpected fixed (Bo Branten reported...
2002-01-15 David WelchImplemented NtW32Call and NtCallbackReturn
2002-01-15 Phillip SusiNtW32Call was causing a compile error and didn't do...
next