Added Intel MultiProcessor Specification support
[reactos.git] / reactos / ntoskrnl / ke / main.c
2001-04-13 Casper HornstrupAdded Intel MultiProcessor Specification support
2001-04-10 David WelchCorrect problem with keyboard input not being accepted
2001-03-27 David WelchPrint addresses in stack frames even early in the boot
2001-03-26 David WelchFixes for page list initialization
2001-03-25 David WelchV86 mode fixes
2001-03-18 David WelchOne more bug in MmAllocateContiguousPages
2001-03-18 David WelchFixes for APC handling
2001-03-16 David WelchRemoved obsolete header files
2001-02-14 David WelchFixed MmProbeAndLockPages issues pointed out by Philip...
2001-02-10 David WelchSection and general memory manager enhancements includi...
2001-02-06 David WelchFixed timer code
2001-01-18 Eric KohlImplemented system module Information
2001-01-17 Emanuele AlibertiBootstrap title and short licence banner reformatted.
2001-01-17 David WelchMultiboot fixes
2001-01-14 Eric KohlPrint driver names on initialization
2001-01-12 David WelchRemoved debugging code from NTDLL loader
2001-01-06 Rex JolliffFixed a problem with command line parsing
2000-12-26 David WelchDisable testing code
2000-12-26 David WelchAdded support for calling BIOS functions
2000-12-23 David WelchAll task switching is done in software.
2000-12-20 jeanbegin implementation of memory detection
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-10-07 Eric KohlAdded check for existing 'SystemRoot' link target
2000-10-07 David WelchSome bug fixes
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-09-13 jeanwork on registry
2000-08-31 David WelchReverted back to revision 1.59 because my last commit...
2000-08-30 David WelchAdded calibration of KeStallExecutionProcessor delay
2000-08-25 Eric KohlFinished drive letter assignment
2000-08-24 Eric KohlMinor ide driver cleanup
2000-08-15 Eric KohlImproved shared user page
2000-07-30 David WelchFixes from Casper Hornstrup
2000-07-10 Eric KohlMoved interrupt code from hal into kernel
2000-07-08 Eric KohlFixed typos
2000-07-08 David Welch*** empty log message ***
2000-07-04 David WelchCompilation fixes
2000-07-04 David WelchAdded working set functions
2000-07-01 Eric KohlReplaced boot_param by LOADER_PARAMETER_BLOCK
2000-06-30 Eric KohlAdded hal dispatch tables.
2000-06-29 David WelchMade header file usage more consistent
2000-06-15 Eric KohlImproved symbolic links (reparsing).
2000-06-04 Eric KohlFixed STDCALL issues in Ke functions
2000-06-03 Eric KohlUpdated Ps* functions
2000-05-13 Emanuele AlibertiIoSetThreadHardErrorMode().
2000-04-08 Eric KohlMoved KeStallExecutionProcessor() into HAL.
2000-03-26 Emanuele AlibertiIo subsystem clean-up. Every exported symbols is not...
2000-03-20 Eric KohlModified kernel initialization sequence
2000-03-16 David WelchImplemented setting the fs register to point to the TEB
2000-03-04 Eric KohlImplemented kernel parameter line
2000-02-29 Emanuele AlibertiAdded help command to shell.exe.
2000-02-27 Eric KohlImproved csrss (doesn't crash any more)
2000-02-26 Emanuele AlibertiSome __stdcall declarations in ntoskrnl/hal.
2000-02-26 Emanuele AlibertiFile locking NTOSKRNL.FsRtl stubs.
2000-01-17 Eric KohlChanged debug output to use INT 2D
1999-12-18 David WelchWorked around compiler bug in NtDelayExecution
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-11-12 David Welch1) Corrected bugs in ERESOURCE code
1999-11-07 Emanuele Alibertiadvapi32 compiles OK.
1999-11-02 David WelchImproved scheduling code
1999-10-26 Rex Jolliffadded check for bootloader config hive
1999-10-16 Eric KohlMoved serial and bochs debug output.
1999-10-15 Eric KohlFixed hal display and initialization code.
1999-10-14 Eric KohlReplaced calls to _printk() by calls to DbgPrint().
1999-10-07 Eric KohlFixed header inclusion order.
1999-08-29 Emanuele Alibertisome __stdcall fixes in ntoskrnl and ntdll
1999-08-14 Rex JolliffVarious small changes for registry work
1999-08-11 Eric KohlPartial Implementation of NtQuerySystemInformation...
1999-06-04 Rex JolliffAdded PE loader to LOADROS. Updated symbol search in...
1999-03-31 David WelchImproved physical page managment
1999-03-30 David WelchBegan improvements to memory managment, changed method of
1999-03-25 David WelchCleaned up code a bit
1999-03-24 David WelchChanged kernel32 to compile as a dll
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-02-01 David WelchExtensive changes to the objmgr
1999-01-16 Rex JolliffBoudewjin's massive work on kernel32 and crtdll and...
1999-01-13 Rex JolliffPE driver loader is complete.
1999-01-01 David Welch*** empty log message ***
1998-12-21 David WelchFixed bug
1998-12-20 Rex JolliffVarious changes to support the executable/driver loader
1998-12-19 David WelchMinor bug fixes
1998-10-12 Rex JolliffEliminated a compiler warning
1998-10-05 Rex Jolliffbrings code in line with release 12
1998-10-05 Rex Jolliffgeneral bug fix changes
1998-09-13 Rex Jolliffcleanup of import
1998-09-09 Rex Jolliffno specific problems fixed
1998-09-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-08-25 Rex JolliffInitial revision