Some clean-up in ntoskrnl/mm. MmAllocateSection prototype moved in
[reactos.git] / reactos /
2000-03-19 Emanuele AlibertiSome clean-up in ntoskrnl/mm. MmAllocateSection prototy...
2000-03-18 Eric KohlFixed path bugs
2000-03-18 Jason FilbyAdded forgotten .h files
2000-03-18 Emanuele Alibertiqsort in NTOSKRNL and some STDCALL declarations.
2000-03-18 Eric KohlOops...
2000-03-18 Eric KohlAdded image functions
2000-03-18 Eric KohlAdded security descriptor functions
2000-03-18 Eric KohlFixed compiler warnings
2000-03-17 Jason Filbylast mod...
2000-03-17 Jason FilbyAdditional modifications
2000-03-17 Jason FilbyAdditional modifications
2000-03-17 Jason FilbyAdditional modifications
2000-03-17 Eric KohlFixed compiler warning
2000-03-17 Jason FilbyAdded eng files
2000-03-17 Jason FilbyMiniport driver now loaded from win32k
2000-03-16 Eric KohlOops! Typos...
2000-03-16 Eric KohlFixed ANSI <--> Unicode conversions
2000-03-16 David WelchOops.
2000-03-16 Eric KohlFixed a confusing error message
2000-03-16 David WelchImplemented setting the fs register to point to the TEB
2000-03-16 Eric KohlFixed ANSI/OEM <--> Unicode conversions
2000-03-15 Eric KohlFixed WIN32_FIND_DATA[A/W] structs and resulting bugs
2000-03-15 Eric KohlFixed ANSI/OEM <--> Unicode conversions
2000-03-15 Eric KohlObsolete!
2000-03-15 Eric KohlFixed ANSI/OEM <--> Unicode conversions
2000-03-14 Eric KohlFixed ANSI/OEM <--> Unicode conversions
2000-03-13 David WelchUpdated install script
2000-03-13 Eric KohlUnused characters in long file name buffers (directory...
2000-03-13 Eric KohlFixed a bug in rtlGetFullPathName_U()
2000-03-12 Eric KohlFixed file creation date and time
2000-03-12 Eric KohlAdd MD command
2000-03-12 Eric KohlUpdated INTERFACE_TYPE
2000-03-12 Eric KohlAdded some security functions
2000-03-12 Eric KohlFixed lots of status values
2000-03-11 Emanuele AlibertiNTOKRNL.FsRtl notification and cache tunnels stubs...
2000-03-10 Emanuele AlibertiNTOSKRNL.FsRtl opportunistic lock stubs added.
2000-03-10 Eric KohlFixed compiler warning
2000-03-10 Jason FilbyAdd VGA display driver
2000-03-10 Jason FilbySmall fix
2000-03-09 Jason FilbyImplemented DRIVER_BuildDDIFunctions
2000-03-09 Eric KohlAdded time related functions
2000-03-09 Eric KohlImplemented bitmap functions
2000-03-08 Emanuele Alibertiwin32k.sys exports script.
2000-03-08 Emanuele AlibertiSome minor fixes.
2000-03-08 Jason FilbyMoved display driver and got win32k loading it's entry...
2000-03-08 Eric KohlAdded more bitmap functions
2000-03-06 Emanuele AlibertiAdded .Type and .Size attributes to the IRP object...
2000-03-05 Emanuele AlibertiNTOSKRNL.FSRtl MDL stubs added.
2000-03-04 Eric KohlImplemented kernel parameter line
2000-03-04 Emanuele Aliberti*** empty log message ***
2000-03-04 Eric KohlMoved spinlock.c and head.s from 'hal/x86' to 'ke'.
2000-03-03 Eric KohlAdded bitmaps
2000-03-03 Eric KohlFixed compiler warnings
2000-03-01 Emanuele Aliberti*** empty log message ***
2000-03-01 Emanuele AlibertiNTOSKRNL.FsRtlAllocate functions.
2000-03-01 Eric KohlFixed mp driver initialization bug and some other ones
2000-02-29 Emanuele AlibertiAdded help command to shell.exe.
2000-02-27 Eric KohlFixed some unicode initialization bugs
2000-02-27 Eric KohlAdded 'Path' and 'windir' system environment variables
2000-02-27 Eric KohlFixed bugs in RtlExpandEnvironmentStrings_U() and RtlSe...
2000-02-27 Eric KohlFixed bugs in '%wZ' string output
2000-02-27 Jason FilbyMinor fixes
2000-02-27 Eric KohlImproved csrss (doesn't crash any more)
2000-02-26 Eric KohlRemoved obsolete header include
2000-02-26 Emanuele AlibertiSome __stdcall declarations in ntoskrnl/hal.
2000-02-26 Emanuele AlibertiFile locking NTOSKRNL.FsRtl stubs.
2000-02-26 Boudewijn Dekkerchanged struct FILE_OBJECT* to struct _FILE_OBJECT...
2000-02-25 Eric KohlImproved RtlCreateUserProcess()
2000-02-25 Emanuele AlibertiFsRtl stubs for DBCS names handling.
2000-02-25 Eric KohlFixed PEB related bugs
2000-02-25 Eric KohlRemoved useless debug messages and header files
2000-02-24 Emanuele AlibertiMinor changes.
2000-02-24 Emanuele Aliberti*** empty log message ***
2000-02-24 Emanuele AlibertiChanges for FsRtl added functions.
2000-02-24 Emanuele AlibertiMore stubs for NTOSKRNL.FsRtl: file name handling.
2000-02-24 Eric KohlReplaced direct io space mapping by call to MmMapIoSpace()
2000-02-22 Eric KohlAdded gdi test program gditest.exe
2000-02-22 Eric KohlAdded GdiDllInitialize()
2000-02-22 Eric KohlAdded W32kInitialize service (orig. name NtGdiInit)
2000-02-22 Eric KohlFixed minor bugs interrupt_service2e()
2000-02-22 Rex Jolliffadded support for shadow syscall table
2000-02-22 Eric KohlFixed minor bugs. 'ddk/ntddk.h' MUST ALWAYS be included...
2000-02-21 Eric KohlChanged RtlCopyMemory() from function to macro
2000-02-21 Emanuele AlibertiWIN32K Kernel API main include file (replaces win32k...
2000-02-20 Emanuele AlibertiAdded little prog. that builds the WIN32K.SYS service...
2000-02-19 Eric KohlFixed bugs in process parameter and environment code
2000-02-19 Eric KohlFixed buggy RtlCompareString() and RtlCompareUnicodeStr...
2000-02-19 Eric KohlFixed a bug - memmove() couldn't handle overlapping...
2000-02-18 Eric KohlFixed environment implementation
2000-02-18 Eric KohlFixed environment implementation
2000-02-14 Emanuele AlibertiUntested raw implementation of MultiByteToWideChar().
2000-02-14 David WelchFixed compilation bug
2000-02-14 Boudewijn Dekkerimpl. NtGetTickCount
2000-02-13 David WelchMoved user-process loading into ZwCreateProcess
2000-02-06 Eric KohlFixed a bug in NtQueryVirtualMemory()
2000-02-05 Eric KohlFixed _wcsnicmp()
2000-02-05 Eric KohlAdded some string functions
2000-02-03 Eric KohlAdded CHECKPOINT macro
2000-02-03 Phillip SusiFixed loader bugs, still needs reworked to create multi...
2000-01-31 Eric KohlFixed a stdcall bug
next