- KdDebuggerNotPresent should be FALSE by default.
[reactos.git] / reactos / ntoskrnl / ke /
2006-09-18 Alex Ionescu- Implement Trap 16: Math Coprocessor Fault. Happens...
2006-09-18 Alex Ionescu- On SMP systems, update KPROCESS->ActiveProcessors...
2006-09-18 Alex Ionescu- Assert that the current CPU is the one the thread...
2006-09-18 Alex Ionescu- Fix some bugs in LDT switch (EDI->EBP)
2006-09-18 Alex Ionescu- Don't update CR3 in KTSS, it's not used.
2006-09-18 Alex Ionescu- Stop doing cli/sti doing context switching (For now...
2006-09-17 Alex Ionescu- Add func.endfunc decoration.
2006-09-17 Alex Ionescu- Fix a bug in KeRaiseUserExceptionDispatcher which...
2006-09-17 Alex Ionescu- A missing "return" statement to KiDispatchException...
2006-09-17 Alex Ionescu- Create a KD-compatible KiDebugRoutine and piggyback...
2006-09-16 Hervé PoussineauFix compilation (3 variables were unused)
2006-09-16 Alex Ionescu- Fix one of the oldest hacks in ReactOS: KeGetCurrentT...
2006-09-16 Alex Ionescu- Revert part of 24108 which was scanning the process...
2006-09-16 Alex Ionescu- Implement most of the Ring 3/0 Invalid Opcode handler...
2006-09-16 Alex Ionescu- Merge in my latest Dispatcher changes for KeWaitForMu...
2006-09-14 Alex Ionescu- Converted some macros to inlined functions.
2006-09-14 Alex Ionescu- Implement KeReadyThread that wraps KiReadyThread...
2006-09-14 Alex Ionescu- Implement KiAcquireDispatcherObject, KiReleaseDispatc...
2006-09-14 Alex Ionescu- Implement KiUnlinkThread to unlink a thread from...
2006-09-13 Alex Ionescu- Rename kqueue.c to devque. KQUEUE (kernel queues...
2006-09-13 Alex Ionescu- Cleanup ipi.c, reformat, and re-organize.
2006-09-13 Alex Ionescu- Renamed device.c to config.c and removed all irreleva...
2006-09-13 Alex Ionescu- Fix a typo that happened after-the-fact.
2006-09-13 Alex Ionescu- Implement KxAcquireSpinLock/KxReleaseSpinLock for...
2006-09-13 Alex Ionescu- Remove usercall.c from portable part of Ke and add...
2006-09-13 Alex Ionescu- Use inlined guarded region routines instead of duplic...
2006-09-13 Alex Ionescu- Implement KiAcquireDeviceQueueLock/KiReleaseDeviceQue...
2006-09-12 Alex Ionescu- Re-merge 24062+24063, with a minor difference, they...
2006-09-12 Alex Ionescu- Revert 24020 (good code, but buggy) and 24041 (bad...
2006-09-11 Alex Ionescu- Implement KiReleaseProcessLockFromDpcLevel and use...
2006-09-11 Alex Ionescu- Implement HalProcessorIdle.
2006-09-11 Alex Ionescu- Implement and export HalClearSoftawareInterrupt ...
2006-09-11 Alex Ionescu- Add the actual missing code to KiQuantumEnd. It's...
2006-09-11 Alex Ionescu- Fix a critical bug in KiComputeNewPriority.
2006-09-11 Alex Ionescu- Fix KiDeliverApc prototype for PPC compatibilty.
2006-09-11 Alex Ionescu- Fix lock acquisition/release mismathces in KiInsertQu...
2006-09-11 Alex Ionescu- Add new KAPC_ENVIRONMENT mode: InsertApcEnvironment.
2006-09-11 Alex Ionescu- Fix comment headers for KeFlushQueueApc, KeInsertQueu...
2006-09-11 Alex Ionescu- Fix for Windows Kernel APC Data-Free Local Privilege...
2006-09-11 Alex Ionescu- Add ASSERT_APC definition.
2006-09-11 Alex Ionescu- Cleanup RepairList, KiMoveApcState.
2006-09-11 Alex Ionescu- Re-implement KiRequestApcInterrupt in ke_x.h. Make...
2006-09-11 Alex Ionescu- Re-organize apc.c into private/public functions ...
2006-09-11 Alex Ionescu- Fix KeEnterCriticalRegion/KeLeaveCriticalRegion by...
2006-09-10 Alex Ionescu- We only need to update the page directory for the...
2006-09-10 Alex Ionescu- KPROCSES Flags are LONG, not ULONG.
2006-09-10 Alex Ionescu- Remove KeGetCurrentProcess. This API doesn't exist.
2006-09-10 Alex Ionescu- No need to apply the ROS Page hack inside thread...
2006-09-10 Alex Ionescu- Add ASSERT_EVENT.
2006-09-10 Alex Ionescu- Add ASSERT_MUTANT and ASSERT_SEMAPHORE to our DDK.
2006-09-10 Alex Ionescu- Get completely rid of old Dispatcher Lock macros...
2006-09-10 Alex Ionescu- Update the last remaining old function, KeSetBasePrio...
2006-09-10 Alex Ionescu- Reposition and update KeQueryBasePriorityThread to...
2006-09-10 Alex Ionescu- Update KeRevertToUserAffinityThread, KeSetSystemAffin...
2006-09-10 Alex Ionescu- Re-organize all internal functions in 3 groups:
2006-09-10 Alex Ionescu- Remove KeSetPreviousMode, KeDisableThreadApcQueueing.
2006-09-10 Alex Ionescu- Implement KiAcquireProcessLock, KiReleaseProcessLock.
2006-09-10 Alex Ionescu- Fix definition of SYNCH_LEVEL.
2006-09-10 Alex Ionescu- Thread Support cleanup 1: Separate kthread.c into...
2006-09-10 Alex Ionescu- Add some definitions to ketypes.h
2006-09-07 Alex Ionescu- More MSVC fixes (down to 19 errors):
2006-09-07 Alex Ionescu- More MSVC fixes:
2006-09-06 Thomas BluemelFixed difference in signedness warnings
2006-09-06 Alex Ionescu- MSVC Build Fixes
2006-09-03 Alex Ionescu- Final cleanup for now:
2006-09-03 Alex Ionescu- Add Ke386SetInterruptDescriptorTable inlined function...
2006-09-03 Alex Ionescu- Add Ke386SetFs, Ds, Es (using Ke386SetSeg) and Ke386S...
2006-09-03 Alex Ionescu- Remove LDT initialization, LDT shouldn't be initializ...
2006-09-03 Alex Ionescu- Fix KTSS definition.
2006-09-02 Alex Ionescu- Part 2 of 2: Implement KiDispatchInterrupt in assembl...
2006-09-02 Alex Ionescu- Part 1.5 of 2: Re-factor KiDispatchInterrupt to separ...
2006-09-02 Alex Ionescu- Add missing volatile statements to KPROCESS, KTHREAD...
2006-09-02 Alex Ionescu- Move machine-specific initializations to KeInit2.
2006-09-02 Alex Ionescu- More Initialization changes:
2006-09-02 Alex Ionescu- More kernel initialization changes and cleanups.
2006-09-01 Thomas Bluemeldisable code that dereferences a random pointer
2006-09-01 Alex Ionescu- More initialization cleanup.
2006-09-01 Alex Ionescu- Multiple changes to low-level Kernel initalization...
2006-08-31 Alex Ionescu- Some cleanups
2006-08-31 Alex Ionescu- Remove some deprecated code and custom ROS exports...
2006-08-31 Alex Ionescu- Don't do fast system calls with the wrong DS/ES selec...
2006-08-31 Alex Ionescu- Implement more parts of the GPF Handler.
2006-08-30 Thomas BluemelFix difference in signedness warnings
2006-08-30 Alex Ionescu- It should now be safe to remove the V86 ESP0 hack...
2006-08-30 Alex Ionescu- Fix KeRaiseUserException (can't use "return" from...
2006-08-30 Alex Ionescu- Some fixes to KiDispatchException: Add support for...
2006-08-30 Alex Ionescu- Implement RtlCaptureStackBackTrace and RtlWalkFrameCh...
2006-08-30 Alex Ionescu- Add about two dozen new bugcheck codes and strings.
2006-08-30 Alex Ionescu- Jesus Christ... will Hell freeze over before someone...
2006-08-28 Alex Ionescu- Complete and utter reimplementation of V86 Mode for...
2006-08-26 Alex Ionescu- Even though in assembly we return the BOOLEAN in...
2006-08-26 Alex Ionescu- Remove useless stack operations in KiInterruptDispatc...
2006-08-26 Alex Ionescu- Fix some bugs in KiChainedDispatch.
2006-08-26 Alex Ionescu- Fix a bug during exceptions, thanks to W3seek, nice...
2006-08-26 Alex Ionescu- Transform TRAP_PROLOG into a GAS macro.
2006-08-25 Alex Ionescu- Viva la deprecation! Trunk should now boot and the...
2006-08-25 Alex Ionescu- Add some debugging code to see why trap frames are...
2006-08-25 Alex Ionescu- We do not speak about the v86 hack.
2006-08-25 Alex Ionescu- Get rid of some code.
2006-08-25 Alex Ionescu- Fix compiling/linking problems.
next