2002-11-13 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / ntoskrnl / ke / main.c
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
2001-04-17 David WelchFurther SMP work (associate an idle thread with each...
2001-04-16 David Welchper processor TSS
2001-04-16 David WelchFurther SMP initialization work (now boots all processo...
2001-04-16 David WelchSMP detection work
2001-04-16 Casper HornstrupAdded PnP and Power stubs
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.
next