forget update de.rc
[reactos.git] / reactos / ntoskrnl / ke /
2005-07-04 Filip NavaraYet another DPRINT fix.
2005-07-03 Eric KohlRemove trailing whitespace and fix indentation
2005-06-26 Alex IonescuSatisfy blight's excessively arrogant attitude and...
2005-06-26 Alex IonescuHasta la vista ntdll/napi headers
2005-06-25 Alex IonescuLarge partial cleanup of ntoskrnl internal headers...
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-06-22 Alex IonescuFix definition of KINTERRUPT in ROS headers so that...
2005-06-21 KJK::HyperionPartial merge from the ROX-U branch (various fixes...
2005-06-21 Alex IonescuUse LDR_DATA_TABLE_ENTRY instead of LDR_MODULE. the...
2005-06-19 Hartmut BirrInitialized the system call entry independent of the...
2005-06-19 Alex IonescuFix some ntoskrnl things, like using Rtl instead of...
2005-06-18 Filip Navara- Convert mouclass and sermouse to use official DDK...
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-06-18 Filip Navara- Move non-DDK Ke* function prototypes from ROS DDK...
2005-06-17 Gregor AnichFix setjmp (didn't save correct ESP, so it crashed...
2005-06-17 Alex IonescuFix bug in gate code
2005-06-15 KJK::HyperionNo reason KiDoubleFaultHandler should return a value...
2005-06-14 Alex IonescuAdd an ARC Header for future purposes (PPC, ARM, etc...
2005-06-14 Filip Navara- Fix the declarations of PDRIVER_CANCEL, KeGetCurrentP...
2005-06-12 Hartmut BirrPrint more informations on a BSOD by enabling the debug...
2005-06-04 Alex IonescuAdd inbv header, stub InvbDisplayString, fix BSOD to...
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-28 Hartmut BirrPrint the complete image name on a fault.
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-26 Alex IonescuFix typos in debug messages
2005-05-24 Alex IonescuFix memory leaks in object manager, use tags and use...
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-21 Thomas Bluemelminor optimization
2005-05-20 Hervé PoussineauSet svn:keywords and svn:eol-style properties
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Alex IonescuMake Object Type creation compatible with OB 2.0 from...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-08 Hartmut BirrChanged the trap prolog, each exception can have its...
2005-05-08 Hartmut BirrFixed the stack switching.
2005-05-07 Alex IonescuImplement FsRtlMdlRead, FsRtlMdlReadComplete, FsMdlRead...
2005-05-07 Alex IonescuUpdate ETHREAD to latest version.
2005-05-06 Thomas Bluemelupgrade to PSEH2 (note, the new macros are still named...
2005-05-05 Alex IonescuUpdate KPROCESS structure to latest version and documen...
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-03 Alex IonescuFix horrible bug where Queued Threads were treated...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Thomas Bluemelfixed some warnings with gcc4 (mostly assignment differ...
2005-04-28 Alex IonescuIO Manager Cleanup continues:
2005-04-25 Alex IonescuFix compilation problem..
2005-04-25 Hartmut BirrReplaced a dirty hack by another.
2005-04-25 Alex IonescuSimplify and correct KiDebugService
2005-04-25 Alex IonescuAdded KiDebugService. Will optimize soon to use common...
2005-04-25 Alex IonescuKD System Rewrite:
2005-04-23 Alex IonescuDon't use hack for trap frames anymore, read TempEsp...
2005-04-23 Alex IonescuUse fake frame in KDBG mode, not DBG
2005-04-23 Alex IonescuShare compiler-generated asm exports between ntdll...
2005-04-23 Alex IonescuDelete cruft
2005-04-23 Alex IonescuAdd more detailed comment about ThreadListEntry so...
2005-04-23 Hartmut BirrFixed restoring of registers.
2005-04-23 Hartmut BirrFixed the smp build.
2005-04-23 Hartmut BirrRemove the thread from the list when terminating.
2005-04-23 Alex IonescuSmall Debugging Services re-arrangement. /dbgk created...
2005-04-23 Alex IonescuImplement KiServiceExit2 which restores debug registers...
2005-04-23 Alex IonescuAdd KDBG debugging hack from old code and convert it...
2005-04-22 Alex IonescuThread Creation and Context Switching re-write, plus...
2005-04-19 Alex IonescuUse MmDeleteKernelStack and remove KeReleaseThread
2005-04-18 Alex IonescuFix incorrect replacement
2005-04-18 Alex IonescuUse official THREAD_STATE enumeration for thread states
2005-04-18 Alex IonescuFix Access Bug. cmd.exe and taskmgr work again, but...
2005-04-18 Alex IonescuImplement PsSetLegoNotifyRoutine and PsRemoveCreateThre...
2005-04-18 Alex IonescuRemove ps/create.c, it did not fit with the current...
2005-04-18 Alex IonescuMini-merge from my local changes. Rewrite of Process...
2005-04-16 Alex IonescuFix WaitAll bug. Previously, not all Wait Objects in...
2005-04-15 Alex IonescuImplemented Guarded Mutex, a drop-in replacement for...
2005-04-13 Alex IonescuKernel Gates. Ultra-lightweight and exclusive Wait...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-31 Alex IonescuClean up catch.c
2005-03-28 Thomas Bluemelrelease the dispatcher lock in KeReleaseMutant before...
2005-03-26 Hartmut Birr- Fixed the wrong check for KMUTEX objects in KeRundown...
2005-03-23 Thomas Bluemelrevert my changes
2005-03-22 Thomas Bluemelimprove readability by removing obsolete gotos and...
2005-03-22 Alex IonescuFix really really big Mutex/APC bug. Killing GUI Thread...
2005-03-19 Alex IonescuCorrect NtW32call to call correct kernel function,...
2005-03-19 Filip NavaraFix indentation.
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-03-18 Alex IonescuImplement timer expiring too fast for KeDelayExecutionT...
2005-03-18 Thomas Bluemelcan't receive the cid from a KTHREAD structure, fixes...
2005-03-18 Alex IonescuUpdate ETHREAD fields and termination port stucture...
2005-03-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes
2005-03-15 Hartmut BirrPrevent from accessing DpcEvent in the KPCR structure...
2005-03-14 Alex IonescuSupport Priority Boosting during Wait Satisfaction...
2005-03-14 Alex IonescuDispatching & Queue Rewrite II:
2005-03-14 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-13 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-13 Hartmut BirrUse KeGetCurrentPrcb instead of KeGetCurrentKPCR.
2005-03-13 Hartmut BirrUse only one access to the spinlock in the assertion...
2005-03-13 Hartmut BirrIgnore exception 15 in KiTrapHandler.
next