Merge 13159:13510 from trunk
[reactos.git] / reactos / ntoskrnl / ke /
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-02-10 Alex IonescuFix APC problems. Thanks to Arty for finding this....
2005-02-09 Gé van GeldorpDon't include NEVER_LOAD sections in image size.
2005-02-08 Alex IonescuForgot this file
2005-02-08 Alex IonescuFreeLdr Patch. Now fully loads ntoskrnl using a PE...
2005-02-05 Gé van GeldorpRe-use (better) stack backtrace function
2005-02-05 Thomas Bluemelonly attach to the process to be queried when necessary
2005-01-27 Thomas Bluemel1. fixed prototypes of NtQueryPerformanceCounter()...
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-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-25 Hartmut Birr- Implemented a kernel mapping region which is process...
2005-01-25 Alex IonescuFix bug 474. Patch by tinus
2005-01-25 Hartmut Birr- Enabled SYSENTER/SYSEXIT for application processors...
2005-01-23 Gé van GeldorpMake gdb stack trace back to usermode work again
2005-01-22 Thomas Bluemelfixed the prototype of KePulseEvent() and made NtPulseE...
2005-01-22 Thomas Bluemel1. A few Nt vs. Zw fixes
2005-01-21 Alex IonescuFirst patch to fix seriously broken ROS (thank Thomas...
2005-01-19 KJK::HyperionTemporary hack to make ntoskrnl stop crashing - an...
2005-01-19 Thomas Bluemelfixed implementation of SetErrorMode() which should...
2005-01-18 Hartmut Birr- Fixed the disabling of interrupts on the stack before...
2005-01-18 Alex IonescuMSVC compatibility for NCITool, fix more svn:ignore...
2005-01-18 Alex IonescuFix SYSENTER support in VMware. New benchmar: 200ms...
2005-01-17 Hartmut Birr- Set the limit of the user mode code/data segment...
2005-01-17 Hartmut Birr- Fixed the sysexit check. We must use a kernel mode...
2005-01-17 Alex IonescuSYSENTER support, INT2E Optimization, new Syscall Table...
2005-01-14 Gregor AnichReplace EXCEPTION_FLT_XXX by STATUS_FLOAT_XXX. Set...
2005-01-12 Gregor AnichAdd possibility to make KDB break on module-loads....
2005-01-12 Filip Navara- Fix compilation error in KeIpiGenericCall.
2005-01-12 Filip NavaraBasic support for priority boosting.
2005-01-12 Filip NavaraPortability fixes.
2005-01-11 Gunnar Dalsnes-move alert stuff into own file
2005-01-07 Alex IonescuRemove /nt directory, part two.
2005-01-07 Alex IonescuRemove /nt directory
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-05 Hartmut Birr- Replaced MP with CONFIG_SMP.
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-02 Alex IonescuFix KeRaiseUserException and rename Object Information...
2005-01-02 Filip NavaraChange the MEMORY_AREAs to be stored it a binary search...
2005-01-01 Hartmut Birr- Fixed a debug message in KeConnectInterrupt.
2005-01-01 Hartmut Birr- Simplified KeSetSystemAffinityThread and KeRevertToUs...
2005-01-01 Hartmut Birr- Fixed the access to the KPCR in KiQuantumEnd.
2005-01-01 Hartmut Birr- Implemented KeAcquireInterruptSpinLock and KeReleaseI...
2005-01-01 Hartmut Birr- Used interlocked functions to modify the values for...
2005-01-01 Alex IonescuModified NtDelayExecution Prototype/Function to use...
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-26 Filip Navara- Export ExSemaphoreObjectType.
2004-12-25 Filip Navara- Fix a typo.
2004-12-25 Filip Navara- Fix comparsion that I broke with my last commit.
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-22 Royce Mitchell IIIMiQueryVirtualMemory(): created because ZwQueryVirtualM...
2004-12-21 Royce Mitchell IIIwrap stack walks in SEH - this doesn't fix page faults...
2004-12-19 Royce Mitchell IIIsmall bugfix to KeRosDumpStackFrames
2004-12-18 Royce Mitchell IIIfix stack dumps from printing an infinite amount of...
2004-12-18 Gregor AnichFix handling of breakpoint exceptions in KDB.
2004-12-14 Royce Mitchell IIIfix infinite loop in KeRosDumpStackFrames()
2004-12-12 Filip Navara- Acquire the dispatcher lock in KeRevertToUserAffinity...
2004-12-12 Hartmut Birr- Split KdInitSystem in two phases, to enable debug...
2004-12-12 Hartmut Birr- Improved KeBugCheckWithTf for smp machines.
2004-12-12 Hartmut Birr- Redefined OldIrql. It was lost while my code cleanup.
2004-12-12 Hartmut Birr- Replaced PiThreadLock with the dispatcher databae...
2004-12-09 Royce Mitchell IIIallow data from SYM files to be used in stack traces...
2004-12-04 Filip Navara- Don't stop backtrace at the first address that can...
2004-12-04 Gé van GeldorpForgot to remove the space reservation for hal_pagetable
2004-12-04 Gé van GeldorpUse MmMapIoSpace() instead of messing around with the...
2004-12-04 Gé van GeldorpCurrent versions of VMware provide a correct BIOS memor...
2004-12-04 Gé van GeldorpLet HAL handle its own mapping of the video frame buffer
2004-11-28 Eric KohlSet system time and update boot time and relative timers.
2004-11-28 Hartmut Birr- Dipped the code between HalInitializeProcessor and...
2004-11-27 Hartmut Birr- Canceled my last changes.
2004-11-27 Hartmut Birr- Enabled interrupts on page faults also for V86 mode.
2004-11-27 Hartmut Birr- Fixed the processor number at the call to KiIpiSendRe...
2004-11-27 Hartmut Birr- Simplified the irq lock table.
2004-11-27 Hartmut Birr- Removed the timer value lock, because this lock isn...
2004-11-27 Hartmut Birr- Update the page directories for the stack outside...
2004-11-27 Hartmut Birr- Implemented KiIpiSendRequest for simple requests.
2004-11-27 Hartmut Birr- Saved the fpu state before the actual thread switchin...
2004-11-27 Hartmut Birr- Saved the state of the fpu at a win32 call and restor...
2004-11-27 Eric KohlRemove the DPRINT containing SharedData->DosDeviceMap...
2004-11-26 Aleksey BraginRemoved DPRINT containing SharedData->DosDeviceMap...
2004-11-25 Gregor AnichMultiprocessor support for FPU/SSE state saving.
2004-11-21 Gunnar Dalsneskill.c: remove useless call to KeRemoveAllWaitsThread...
2004-11-21 Gunnar Dalsnesfix kernel queues + misc fixes/cleanups
2004-11-21 Hartmut Birr- Acquire always the dpc lock on smp systems.
2004-11-21 Gregor AnichProperly fix "Unused variable" warning.
2004-11-21 Martin Fuchsavoid "unused variable" warning
2004-11-21 Hartmut Birr- Fixed the check for the empty (or not empty) dpc...
2004-11-21 Alex Ionescu1) Updated KUSER_SHARED_DATA to NT5+ exported documente...
2004-11-20 Gregor AnichFPU/SSE state saving on taskswitching, FPU and SSE...
2004-11-20 Art YerkesFixed continue in the GDB stub. Sorry for breaking it.
2004-11-18 Art YerkesChanged kdbg a bit by adding some new flags (and a...
2004-11-14 Hartmut Birr- Started the implementation of the ipi calls.
2004-11-14 Gregor AnichFix handling of debug traps in GDB stub/KiDispatchExcep...
2004-11-13 Hartmut Birr- Stored the informations from the cpuid instruction...
2004-11-13 Gregor AnichFix handling of debug traps in GDB stub/KiDispatchExcep...
next