2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / ntoskrnl / ke / main.c
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-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-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.
2002-12-04 Eric KohlFixed a typo.
2002-11-14 Casper Hornstrup2002-11-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-13 Robert DickensonCommit of the rest of Gunnars file locking patch.
2002-11-12 Eric KohlReworked initial process loader.
2002-09-17 David WelchPass only the base name of a module.
2002-09-15 guidoSwitch i287 fpu, if present, into protected mode (ignor...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupRemove some debugging code.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-08-10 David Welch2002-08-10 David Welch <welch@computer2.darkstar...
2002-07-29 Eric KohlAdded cache flush counters.
2002-07-20 David WelchRenamed kernel.map -> ntoskrnl.map
2002-07-17 David WelchRemove crash testing code.
2002-07-17 David WelchFixed some bugs.
2002-06-27 Eric KohlStop the system if SystemRoot cannot be created or...
2002-06-20 Eric KohlFixed a long-standing hack to open symbolic link objects.
2002-06-17 joegntoskrnl/ke/main.c
2002-06-16 Eric KohlFixed loading of symbol files.
2002-06-12 Eric KohlUse the registry to load system start drivers.
2002-06-12 Casper HornstrupBugCheck if no boot drivers are passed to ntoskrnl.exe
2002-06-10 Eric KohlMoved io/drvlck.c to mm.
2002-05-05 Casper HornstrupFixed warnings and errors so ReactOS can be compiled...
2002-05-02 David WelchFixed irq problems.
2002-04-26 Eric KohlFixed drive map in the shared user page.
2002-04-26 Eric KohlSimplified access to the shared user page.
2002-04-17 Eric KohlMoved the hardcoded command line string to loadros.
2002-03-16 Eric KohlMoved CreateSystemRootLink() away.
2002-03-13 Eric KohlMoved creation of ARC names into ntoskrnl.
2002-02-20 Eric KohlStarted security manager initialization.
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
2002-01-23 Casper HornstrupAdded GNU Debugger stub for remote debugging.
2002-01-15 David WelchImplemented NtW32Call and NtCallbackReturn
2001-12-27 David WelchSet WP bit in CR0
2001-11-25 David Welchinclude/csrss/csrss.h: Include a define for the size...
2001-11-02 Eric KohlImplemented basic ANSI/OEM <--> Unicode translation...
2001-09-24 Casper HornstrupInitial OS level SEH support.
2001-09-16 Casper HornstrupEnumerate legacy devices
2001-09-04 Eric KohlFixed hive import bug.
2001-09-01 Casper HornstrupImplemented many console & registry functions to get...
2001-09-01 David WelchUse the directory tree created by the install target...
2001-08-21 Casper HornstrupMajor update of the build system:
2001-07-14 Casper HornstrupTemporary fix to prevent a crash when running in VMware...
2001-07-12 Eric KohlMoved interlocked and locale functions.
2001-06-29 Emanuele AlibertiFixed includes to compile.
2001-06-29 Eric KohlPrepared loading of .nls files
2001-06-04 Casper HornstrupDefault is screen debug output
2001-06-04 Casper HornstrupRaw IP and ICMP fixes
2001-05-01 Casper HornstrupPreparations for checked/free like builds (CPRINT ...
2001-04-26 Phillip SusiRemoved references to obsolete config.h preventing...
2001-04-17 David WelchSMP scheduling fixes
next