netreg: include stdio.h for fprintf, sprintf and sscanf; gcc 4.4 warnings
[reactos.git] / reactos / ntoskrnl / ke /
2009-08-21 Stefan Ginsberg- svchost: #ifdef _MSC_VER doesn't mean "using Microsof...
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-08-02 Dmitry GorbachevRemove r42305 hack, preserve racial purity of KiSystemS...
2009-08-02 Dmitry GorbachevAdd a new hack.
2009-07-30 Dmitry Gorbachev- Fix a bug in GPF handler, do not hang in it.
2009-07-30 Dmitry GorbachevAdd a hack in KiSystemStartupReal function until Better...
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-26 ReactOS Portable... - Get rid of the concept and tracking of "mapped pages...
2009-07-25 Stefan Ginsberg- FIELD_OFFSET returns LONG, not LONG_PTR or size_t.
2009-07-24 ReactOS Portable... - Remove deprecated/old/buggy/unused code.
2009-07-16 Stefan GinsbergFix definition of KeInitializeSpinLock for x86 - it...
2009-07-15 Stefan Ginsberg- Don't use Kf* and Kef* in portable code.
2009-07-12 ReactOS Portable... Deal with the fact that DirectoryTableBase in EPROCESS...
2009-07-10 Stefan Ginsberg- Fix a serious bug in KiDispatchException; DbgkForward...
2009-07-01 Dmitry GorbachevFix some warnings / bugs.
2009-06-27 Stefan Ginsberg- KeDetachProcess & KeUnstackDetachProcess: Fix a typo...
2009-06-21 Stefan Ginsberg- Define noreturn attribute for KeBugCheckWithTf and...
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-17 Stefan Ginsberg- In Win32 DBG is defined to 0 for a non-debug build...
2009-06-10 Dmitry Chapyshev- Fix typo
2009-06-09 Johannes Anderwald- KeSaveFloatingPointState can be called at irql <...
2009-06-04 Dmitry GorbachevRemove KeBugCheckWithTf() hack, fix VBEResetHw(). Stefa...
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-16 Timo KreuzerSync trunk r40500
2009-03-29 Aleksey Bragin- Implement KeTestSpinLock.
2009-03-27 Aleksey Bragin- Fix queue index (actually do what comment in the...
2009-03-23 Dmitry GorbachevAdd "REACTOS Mm Hack of Doom" again (removed in r39723...
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-02-23 Dmitry GorbachevRemove a hack from KiTrap14. Put a hack in other place.
2009-02-23 Dmitry GorbachevAllow shared interrupts.
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-11 Timo Kreuzer- Add an own fastinterlck.c for amd64
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-30 Stefan Ginsberg- Inline Guarded Mutex and Fast Mutex implementations...
2009-01-29 Timo KreuzerAdd a comment, remove a comment
2009-01-29 Timo Kreuzerfix Ki386InitializeTss
2009-01-27 Art YerkesFinish fixing round trip of gmutex's various lock bits...
2009-01-27 Timo KreuzerKe: Remove unused KiInitializeMachineType and Ki486Comp...
2009-01-27 Art YerkesThis code used to round down the number of waiters...
2009-01-27 Timo KreuzerIncrement rip in KiBreakPointTrap and reenable decremen...
2009-01-25 Timo Kreuzerntoskrnl/Ke: setup stack segment selector in KeSetupsSt...
2009-01-08 Aleksey Bragin- Get back ExceptionCode changed in r38624.
2009-01-07 Christoph von Wittichfix formatting
2009-01-07 KJK::Hyperionmodified ntoskrnl/ke/i386/exp.c
2009-01-06 Stefan Ginsberg- NtUserWaitForInputIdle: Call EngGetTickCount, removin...
2009-01-03 Dmitry Gorbachev- Add hack-sync again (bug #3591).
2009-01-01 Timo KreuzerSync to trunk r38500
2009-01-01 Stefan Ginsberg- Only reserve APIC memory on x86
2009-01-01 Timo KreuzerSync to trunk r38250
2008-12-25 Christoph von Wittichfix some more typos
2008-12-15 Samuel SerapionSync to trunk head(r38096)
2008-12-13 Timo KreuzerAdd a hack to wait for WinDbg after KdInitSystem.
2008-12-13 Timo KreuzerFix a typo, comment out a DPRINT
2008-12-10 Timo KreuzerFix KiDebugServiceTrap, so that it calls KiDispatchExce...
2008-12-10 Timo KreuzerAdd KiCallUserMode stub
2008-12-10 Timo KreuzerImplement KeFreezeExecution and KeThawExecution
2008-12-09 Timo Kreuzerfix ULONG/ULONG_PTR isuue
2008-12-08 Aleksey Bragin- Implement KeQueryRuntimeProcess for querying total...
2008-12-08 Timo Kreuzersync trunk head (r37928)
2008-12-06 Timo Kreuzerclear direction flag on interrupt
2008-12-06 Timo Kreuzermerge trunk head (37902)
2008-12-06 Timo KreuzerAdd ExpInterlockedFlushSList stub
2008-12-05 Timo KreuzerSTDCALL -> NTAPI
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-12-04 Timo KreuzerPartly implement KiDispatchException, based on x86...
2008-12-04 Timo KreuzerImplement KeContextToTrapFrame and KeTrapFrameToContext
2008-12-03 Timo KreuzerSome assembly code to save restore registers on traps
2008-12-03 Dmitry GorbachevFix GCC complaints about uninitialized variables (bug...
2008-12-03 Dmitry GorbachevSilence compiler warnings (3/11).
2008-12-03 Timo Kreuzer- Implement iInitializeCouFeatures, replacing KiSetCR0B...
2008-12-03 Timo KreuzerSimplyfy KiGetFeatureBits
2008-11-29 Stefan Ginsberg- STDCALL -> NTAPI
2008-11-29 Cameron Gutman - Fix behavior of kernel APCs interrupting waits on...
2008-11-26 Aleksey Bragin- Fix some coverity errors.
2008-11-24 KJK::HyperionEverything
2008-11-19 Timo Kreuzermake use of the new macros in ke/trap.S
2008-11-18 Timo Kreuzerforgot this file
2008-11-18 Timo Kreuzercleanup ntoskrnl.exe:
2008-11-13 Timo KreuzerULONG -> ULONG_PTR in KeRosDumpStackFrames
2008-11-12 Timo Kreuzer- Implement RtlCaptureContext
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-11-05 Aleksey Bragin- Fix behavior of KeRundownQueue (save the next link...
2008-11-02 Stefan Ginsberg- Stub out Ke386IoSetAccessProcess, Ke386SetIoAccessMap...
2008-11-01 Stefan Ginsberg- Fix release build -- attempt 2
2008-11-01 Stefan Ginsberg- Fix release build
2008-11-01 Stefan Ginsberg- Implement the MP case for KiTimerExpiration and KiTim...
2008-11-01 Aleksey Bragin- Refactor timer code to share more macros (see dcl...
2008-11-01 Stefan Ginsberg- Implement most of SMP KeFlushEntireTb (currently...
2008-11-01 Stefan Ginsberg- Disable old and unused IPI code, add new NT compatibl...
2008-10-30 Timo Kreuzersync to trunk head (37079)
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-29 Stefan Ginsberg- KeSetTimerEx: When canceling the insertion of an...
2008-10-27 Timo Kreuzersync trunk head (37032)
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-24 Samuel Serapion- Sync to trunk 36919.
2008-10-22 Stefan Ginsberg- Fix an assertion by casting to internal structures...
next