implemented sweeping of handle tables
[reactos.git] / reactos / ntoskrnl / ke / i386 /
2005-12-02 Alex Ionescu- Correctly zero out esi. Thanks to Patrick Baggett.
2005-11-30 Hartmut Birr- Used the already detected cache line size for RtlPref...
2005-11-29 Thomas Bluemelpreliminary comment out the self-modifying code for...
2005-11-29 Thomas Bluemelfixed some more warnings
2005-11-29 Thomas Bluemelfixed registry querying code in Ki386SetProcessorFeatures
2005-11-29 Alex Ionescu- Implement RtlPrefectMemoryNonTemporal. Patch by Patri...
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-11-27 Alex Ionescu- Fix compile issues caused by previous patch.
2005-11-27 Alex Ionescu- Update selector names to official names and define...
2005-11-22 Alex Ionescu- Fix inclusion of deleted file.
2005-11-22 Alex Ionescu- Define DECLSPEC_ADDRSAFE and FORCEINLINE for gcc...
2005-11-21 Alex Ionescu- Misc janitorial fixes by Brezenbak to fix some MSVC...
2005-11-13 Hartmut BirrSet the boot processor as active processor in KeInit1.
2005-11-08 Alex Ionescu- Update KTHREAD and KUSER_SHARED_DATA to latest versio...
2005-11-02 Gregor AnichConvert tabs to spaces.
2005-10-27 Christoph von Wittichrenamed some .S files (msvc fix)
2005-10-06 Gregor AnichFix KiGetFpuState() - Thanks to Hartmut for finding...
2005-10-06 Gregor AnichHuh, what? Oops! Just some stuff which noone cares...
2005-10-05 Gregor AnichChange indentation - make it a bit more readable and...
2005-09-26 Alex Ionescu- More sharing between ntdll/ntoskrnl: shared Dbg code.
2005-09-25 Hartmut BirrLet the compiler search for usable register.
2005-09-25 Gé van GeldorpFix GDB backtrace
2005-09-17 Gé van GeldorpAdd back support for older binutils versions
2005-09-15 Gé van GeldorpFix some of the damage r17811 did to the GDB stub
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-09-13 Alex IonescuFilip doesn't like int3. Implemented Trap6 failure...
2005-09-13 Alex IonescuProperly bias frame, remove bugcheck added for debuggin...
2005-09-13 Alex IonescuSome work-in-progress improvements and rethought of...
2005-09-12 Alex IonescuFix previous strangely incomplete NtRaiseException...
2005-09-12 Alex IonescuFix RtlpGetStackLimits to get the right limits if calle...
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-09-05 Alex Ionescu- NDK compatibility fixes for MSDDK. Use NTAPI instead...
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-09 Hartmut BirrUpdate KeActiveProcessors if an application processor...
2005-08-05 Filip NavaraDon't save and restore previous mode in trap handlers...
2005-08-05 Alex Ionescu- Remove unused ldr/userldr.c
2005-07-30 Filip Navara- Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
2005-07-27 Alex Ionescu - Combine some assembly files together and move them...
2005-07-23 Hartmut BirrSplit the page fault handler from the trap handler.
2005-07-22 Thomas Bluemelremoved MmCopyFromCaller and MmCopyToCaller and depend...
2005-07-20 Alex Ionescu - Move asm.h to NDK.
2005-07-17 Hartmut BirrIf the user mode is intercepted by an interrupt, we...
2005-07-17 Hartmut BirrInitialized SetMember as mask of the current processor.
2005-07-16 Hartmut BirrReplaced KERNEL_BASE by MmSystemRangeStart.
2005-07-06 Filip NavaraKernel base address and system space start can be disti...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-05 Filip Navara- Convert pure inline assembler .c files to .S files.
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
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 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-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-15 KJK::HyperionNo reason KiDoubleFaultHandler should return a value...
2005-06-14 Filip Navara- Fix the declarations of PDRIVER_CANCEL, KeGetCurrentP...
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-21 Thomas Bluemelminor optimization
2005-05-20 Hervé PoussineauSet svn:keywords and svn:eol-style properties
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-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-25 Alex IonescuFix compilation problem..
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 Hartmut BirrFixed restoring of registers.
2005-04-23 Hartmut BirrFixed the smp build.
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-18 Alex IonescuUse official THREAD_STATE enumeration for thread states
2005-04-18 Alex IonescuImplement PsSetLegoNotifyRoutine and PsRemoveCreateThre...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
next