Return type KIRQL fixed to allow compilation.
[reactos.git] / reactos / ntoskrnl /
2000-06-09 Emanuele AlibertiReturn type KIRQL fixed to allow compilation.
2000-06-09 Eric KohlMoved some functions into the hal.
2000-06-07 Eric KohlUpdate after server failure.
2000-06-04 Eric KohlFixed STDCALL issues in Ke functions
2000-06-04 Emanuele AlibertiMade and new ntoskrnl/lpc directory for the LPC subsystem.
2000-06-03 Eric KohlUpdated Ps* functions
2000-05-27 David WelchFix for issue with closing non-existent or already...
2000-05-25 Eric KohlImplemented:
2000-05-24 David WelchMore bug fixes.
2000-05-14 Emanuele AlibertiAdded ifdef to skip a piece of code commited by mistake...
2000-05-14 Emanuele AlibertiFixed bug reported by Michael Rich in kernel32 compilation.
2000-05-13 Emanuele AlibertiIoSetThreadHardErrorMode().
2000-05-13 David WelchFixed typo.
2000-05-13 David WelchSome fixes.
2000-05-13 Eric KohlFixed typos in IoGetStackLimits()
2000-05-13 Eric KohlFixed IoGetStackLimits()
2000-05-13 Eric KohlImplemented RtlCustomCPxx functions
2000-05-09 Eric KohlFixed some more ntoskrnl exports
2000-05-09 Eric KohlFixed or added exported object type variables
2000-05-07 Eric KohlFixed ntoskrnl makefile
2000-05-01 Emanuele AlibertiSome STDCALL/FASTCALL added in Ex code.
2000-04-28 Phillip SusiNtTerminateProcess did not terminate the current thread...
2000-04-25 Emanuele AlibertiPartially implemented (handlers only)
2000-04-24 Phillip SusiNtDeviceIoControllFile() was not specifying IoFileObjec...
2000-04-23 Phillip SusiDisabled debug prints
2000-04-23 Phillip SusiDisabled debug prints
2000-04-23 Phillip SusiDumped anoying debug print
2000-04-15 Eric KohlAdded some rtl functions
2000-04-09 Eric KohlAdded system and isa bus handler
2000-04-08 Eric KohlMoved KeStallExecutionProcessor() into HAL.
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
2000-04-05 Eric KohlAdded hal functions
2000-04-03 David WelchCorrect LPC implementation
2000-04-02 Emanuele AlibertiMm subsystem exports table complete.
2000-04-02 Jason FilbyAll video related files now loaded by win32k
2000-03-29 David WelchCorrected mutex implementation
2000-03-29 Phillip SusiFixed typeo preventing compilation
2000-03-26 David WelchCorrected the handle generation algorithm in the kernel...
2000-03-26 Emanuele AlibertiIo subsystem clean-up. Every exported symbols is not...
2000-03-24 David WelchConnected standard input/output to the console
2000-03-22 David WelchUpdated the minix driver
2000-03-20 Eric KohlModified kernel initialization sequence
2000-03-19 Eric KohlImplemented bus handler functions (not working yet)
2000-03-19 Emanuele AlibertiSome clean-up in ntoskrnl/mm. MmAllocateSection prototy...
2000-03-18 Emanuele Alibertiqsort in NTOSKRNL and some STDCALL declarations.
2000-03-18 Eric KohlAdded image functions
2000-03-17 Jason FilbyMiniport driver now loaded from win32k
2000-03-16 David WelchImplemented setting the fs register to point to the TEB
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-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-01 Emanuele AlibertiNTOSKRNL.FsRtlAllocate functions.
2000-02-29 Emanuele AlibertiAdded help command to shell.exe.
2000-02-27 Eric KohlFixed some unicode initialization bugs
2000-02-27 Eric KohlFixed bugs in '%wZ' string output
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-25 Emanuele AlibertiFsRtl stubs for DBCS names handling.
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 AlibertiMore stubs for NTOSKRNL.FsRtl: file name handling.
2000-02-22 Eric KohlFixed minor bugs interrupt_service2e()
2000-02-22 Rex Jolliffadded support for shadow syscall table
2000-02-21 Eric KohlChanged RtlCopyMemory() from function to macro
2000-02-20 Emanuele AlibertiAdded little prog. that builds the WIN32K.SYS service...
2000-02-19 Eric KohlFixed buggy RtlCompareString() and RtlCompareUnicodeStr...
2000-02-19 Eric KohlFixed a bug - memmove() couldn't handle overlapping...
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-03 Phillip SusiFixed loader bugs, still needs reworked to create multi...
2000-01-31 Eric KohlFixed an invalid printf() format type
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 Hernan Ochoanow NTOSKRNL exports KeServiceDescriptorTable just...
2000-01-23 Hernan Ochoachanged syscall tables. now it mimics NT style.
2000-01-22 Phillip SusiFixed a broken DPRINT
2000-01-21 Phillip SusiMade symbolic links permanent the proper way, with...
2000-01-20 Emanuele AlibertiMinor changes.
2000-01-20 Emanuele AlibertiTwo more FsRtl stubs.
2000-01-19 Eric KohlFixed ugly bug in the serial debugging code
2000-01-18 Eric KohlChanged debug output to use INT 2D
2000-01-17 Eric KohlChanged debug output to use INT 2D
2000-01-14 Eric KohlAdded missing features and functions
2000-01-12 Eric KohlAdded missing printf() functions
next