reactos.git
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 AlibertiVersion info added to Eric's edit port.
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-08 Eric KohlImproved keyboard handling code
2000-03-06 Emanuele AlibertiAdded .Type and .Size attributes to the IRP object...
2000-03-05 Eric KohlAdded D-Flat/32 library
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 minor bugs and removed fixed start directory
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-02-01 Paolo Pantaleohistory command added and some minor changes to history...
2000-01-31 Eric KohlFixed a stdcall bug
2000-01-31 Eric KohlFixed an invalid printf() format type
2000-01-31 Eric KohlFixed compiler warnings
2000-01-31 Eric KohlFixed METAFILEPICT bug
2000-01-30 Hernan OchoaAdded $Id Tag for commit info
2000-01-30 Hernan OchoaAdded $Id Tag for commit info
2000-01-29 Phillip Susiignore errors deleting files for make clean
2000-01-29 Hernan OchoaAdded parameters checking, help, and some information...
2000-01-27 David WelchChanged the loader so ZwCreateProcess now maps ntdll...
2000-01-26 Jason Filby*** empty log message ***
2000-01-26 David WelchMore improvements to LPC code
2000-01-25 Phillip SusiFixed bug in IO manager that caused crash when trying...
2000-01-23 Emanuele AlibertiCoders directory updated.
2000-01-23 Phillip SusiFixed syntax error
2000-01-23 Hernan Ochoanow NTOSKRNL exports KeServiceDescriptorTable just...
2000-01-23 Hernan Ochoaadded definitions for SSDT, SSPT, KeServiceDescriptorTable,
2000-01-23 Hernan Ochoachanged syscall tables. now it mimics NT style.
2000-01-23 Hernan Ochoachanged syscall tables. now it mimics NT style.
2000-01-23 Phillip SusiNew Read/Write File IO test utility
2000-01-23 Phillip SusiFixed OutputDebugString() to use the new int 2D debug...
2000-01-22 Emanuele AlibertiAdded error reporting to lpcsrv and lpcclt.
2000-01-22 Emanuele AlibertiFixed a stupid bug in time conversion code that generat...
2000-01-22 Phillip SusiFixed a broken DPRINT
2000-01-21 Phillip SusiMade symbolic links permanent the proper way, with...
2000-01-21 Phillip Susidarnit... another debug print.. someone kick me
2000-01-21 Phillip SusiOoops... forgot some debug prints ( embarassed )
2000-01-21 Phillip SusiFixed makefile to include rules.mak first, so it gets...
2000-01-20 Eric KohlReplaced calls to aprintf() or dprintf() by DPRINT()
2000-01-20 Eric KohlAdded missing format types to vfprintf()
2000-01-20 Emanuele AlibertiMinor changes.
2000-01-20 Emanuele AlibertiTwo more FsRtl stubs.
next