Add ReactOS version at the start of the debug log
[reactos.git] / reactos / ntoskrnl / ke / main.c
2005-05-23 Hervé PoussineauAdd ReactOS version at the start of the debug log
2005-05-23 Hervé PoussineauRevert 15473 and 15474 as Alex doesn't like them
2005-05-23 Hervé PoussineauAdd ReactOS version at the start of the debug log
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-25 Hartmut BirrReplaced a dirty hack by another.
2005-04-22 Alex IonescuThread Creation and Context Switching re-write, plus...
2005-04-18 Alex IonescuUse official THREAD_STATE enumeration for thread states
2005-04-18 Alex IonescuImplement PsSetLegoNotifyRoutine and PsRemoveCreateThre...
2005-04-18 Alex IonescuMini-merge from my local changes. Rewrite of Process...
2005-03-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Filip NavaraSteven Edwards <steven_ed4153@yahoo.com>
2005-03-12 Filip NavaraAlex Ionescu <ionucu@videotron.ca>
2005-03-06 Gé van GeldorpFix compilation with DBG := 1 and KDBG := 0
2005-03-05 Gregor AnichLittle KDB update ;-) If you have any problems and...
2005-02-28 Alex IonescuReverting to 13775. Sorry for the mess. This is dedicat...
2005-02-28 Alex IonescuTest commit. Not official branch release -- it will...
2005-02-22 Thomas Bluemel1. added irql checks to various rtl and security functions
2005-02-08 Alex IonescuFreeLdr Patch. Now fully loads ntoskrnl using a PE...
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-26 Alex IonescuDynamic 3GB support, part 1. Only multiboot.S remains...
2005-01-22 Thomas Bluemel1. A few Nt vs. Zw fixes
2005-01-12 Filip NavaraPortability fixes.
2005-01-07 Alex IonescuRemove /nt directory
2005-01-05 Hartmut Birr- Replaced MP with CONFIG_SMP.
2005-01-03 Gé van GeldorpSince we can load .sym files when defined(DBG) now...
2005-01-01 Hartmut Birr- Simplified KeSetSystemAffinityThread and KeRevertToUs...
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-12 Hartmut Birr- Split KdInitSystem in two phases, to enable debug...
2004-12-04 Gé van GeldorpCurrent versions of VMware provide a correct BIOS memor...
2004-11-28 Hartmut Birr- Dipped the code between HalInitializeProcessor and...
2004-11-27 Eric KohlRemove the DPRINT containing SharedData->DosDeviceMap...
2004-11-26 Aleksey BraginRemoved DPRINT containing SharedData->DosDeviceMap...
2004-11-20 Gregor AnichFPU/SSE state saving on taskswitching, FPU and SSE...
2004-11-13 Hartmut Birr- Fixed the scanning for boot options.
2004-11-07 Filip Navara- Export the InitSafeBootMode variable as per KB83764.
2004-11-05 Eric KohlRead time zone information from registry at startup.
2004-10-24 Thomas Bluemelfixed prototypes of NtSetEvent(), NtResetEvent(), NtQue...
2004-10-24 Eric KohlSet processor features in the shared user page.
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-13 Alex IonescuImplemented KeSetEventBoostPriority, KeFindConfiguratio...
2004-10-03 Alex IonescuCorrected KPCR structure, removed IKPCR, set up Current...
2004-09-26 Hartmut Birr- Rewrote (copied from ntdll) parts of the relocation...
2004-09-23 Royce Mitchell IIIadd some debug output
2004-09-23 Eric KohlImplement boot logging. Add /BOOTLOG to the command...
2004-09-09 Hartmut Birr- Implemented PAE (physical address extension) mapping.
2004-08-31 Hartmut Birr- Removed the member OldProcess from the ETHREAD structure.
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-07 Steven EdwardsRenamed /DEBUGPORT=FILELOG to
2004-08-01 Filip Navara- Replace some usages of KEBUGCHECK(0) with correct...
2004-07-30 James TaborMoved KiTimerSystemAuditing flag to main.c so it can...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-19 Filip Navara- Callbacks implementation. A little modified patch...
2004-05-29 Hartmut Birr- Print the memory map at start up to the debug port.
2004-04-30 Gé van GeldorpChange bugcheck parameter to easily find out which...
2004-03-15 Hartmut Birr- Removed dirty loading of symbol files from ExpInitial...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-13 Art YerkesRe-enabled stabs reading in the kernel debugger.
2004-01-09 Steven EdwardsChanged /NOBOOTSCREEN to /NOGUIBOOT to be
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2004-01-02 Steven EdwardsEnabled support for /DEBUGPORT=FILE
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-12-14 Hartmut Birr- Do not place _main into the init section. If ntoskrnl...
2003-11-16 Hartmut Birr- Initialized lookaside lists earlier in the startup...
2003-10-19 Eric KohlInitialize section object type after the object manager...
2003-10-16 Eric Kohl- Moved and renamed RtlpCreateRegistryKeyPath() to...
2003-10-15 Filip NavaraFixed driver loading order, cleaned up relevant functio...
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-10-12 VizziniSupport for VMWare NIC, and some general clean-up and...
2003-09-29 Filip NavaraThis is first part of patch to get loading boot bus...
2003-09-25 VizziniPatch by Skywing:
2003-08-27 David Welch- Added support for crash dumps:-
2003-08-24 David Welch- Move bootvideo support for a seperate driver.
2003-08-19 David Welch- Patch from PM implementing ldt and tss iobitmap support.
2003-08-11 Casper Hornstrup2003-08-11 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-06 Hartmut Birr- Don't free the memory from symbol files if the kernel...
2003-06-19 Gé van GeldorpRevert last change
2003-06-19 Gé van GeldorpDon't mark pages as unmapped when releasing them via...
2003-06-16 Eric KohlAdded service table pointer to KTHREAD.
2003-06-14 Hartmut Birr- Added a boot option for reducing the used memory...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-05 Casper Hornstrup2003-06-05 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-20 Eric KohlFinished kernel-mode part of NLS section implementation.
2003-05-19 Eric KohlImplemented NLS file import.
2003-05-17 Hartmut Birr- Free memory for boot load files, except ntoskrnl...
2003-05-16 Eric KohlUpdated NLS function signature.
2003-05-15 Eric KohlImplemented NLS section (not usable yet) and updated...
2003-05-13 Casper Hornstrup2003-05-13 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-26 KJK::HyperionMy biggest commit so far (everything compiles and appar...
2003-04-17 Eric KohlCreate hardware keys only if hardware hive was not...
2003-04-01 Eric KohlFix bug which causes a crash in RtlpCheckFileNameExtens...
2003-03-22 Eric KohlCheck only the last path component for system hive...
2003-03-22 Eric KohlSeparate import of system and hardware hive.
2003-01-15 Casper Hornstrup2003-01-15 Casper S. Hornstrup <chorns@users.sourcefo...
2002-12-09 Eric KohlFixed buggy system hive identification.
2002-12-07 Eric KohlOuch!
2002-12-07 Eric KohlCall CmInit2() only if the system hive was imported.
next