Making dflat32 a dll. Its a little broken ATM.
[reactos.git] / reactos / ntoskrnl /
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...
2002-01-15 David WelchMore missing files.
2002-01-14 Eric KohlFixed registry bug.
2002-01-13 David WelchBegan work on message queue and default window procedure
2002-01-13 Emanuele AlibertiMinor changes and some interfaces updated in FsRtl.
2002-01-10 Eric KohlKeBugCheck() calls KeBugCheckEx().
2002-01-10 Eric KohlAdded message table to resouces.
2002-01-10 Eric KohlFixed type casts.
2002-01-09 David WelchMore swapping fixes
2002-01-08 David WelchMore swapping fixes
2002-01-05 Hartmut BirrFixed the mapping of MmPageArray.
2002-01-04 David WelchZero page list
2002-01-04 Hartmut BirrFixed a wrong initialisation in PiDeleteProcess().
2002-01-04 Eric KohlStarted kernel queue implementation.
2002-01-03 David WelchFixed LPC section bug
2002-01-03 Eric KohlImplemented process and thread notification routines.
2002-01-03 Eric KohlAdded massage table.
2002-01-03 Eric KohlImplemented PsLookupXxx() functions.
2002-01-03 Casper HornstrupFree memory for symbols when process is terminated.
2002-01-03 Hartmut BirrFixed the length for the registry key HKEY_LOCAL_MACHIN...
2002-01-02 Casper HornstrupFree memory for symbols when process is terminated.
2002-01-01 David WelchMore cygwin fixes
2002-01-01 David WelchFixed bug with cygwin1.dll (still doesn't work)
2002-01-01 David WelchFixed some swapping bugs and deadlocks
2001-12-31 David WelchSwapping to disk
2001-12-31 David WelchVirtual memory support
2001-12-29 David WelchTrim cache
2001-12-28 David WelchMemory balancer
2001-12-27 David WelchSet WP bit in CR0
2001-12-27 David WelchMore fixes
2001-12-26 David WelchMisc fixes.
2001-12-20 David WelchFixed fast mutex implementation (they are NOT recursive)
2001-12-07 Casper HornstrupFixed compilation error
2001-12-06 David WelchRemoved bitops.h
2001-12-05 Eric KohlImplemented file system change notification.
2001-12-05 Eric KohlAdded missing create parameters to IoCreateFile().
2001-12-05 David WelchFixed security define spelling
2001-12-04 Eric KohlReplaced binary constants by corresponding flags.
2001-12-02 David WelchRemove debugging changes.
2001-12-02 David WelchImplemented LPC sections
next