reactos/reactos/ntoskrnl/rtl
2015-10-04 11:54:25 +00:00
..
arm - Implement beginnings of Ramdisk Port Driver. Planning compatibility with ISO, SDI and WIM files and full Windows support. 2008-06-29 02:58:05 +00:00
i386 [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +00:00
libsupp.c [RTL] Add support for vectored continue handlers, complementing the vectored exception handler support we already have, by doing some massive shared code usage: just use two different lists for the different handler types and all the code is basically the same. Call the "new" functionality from RtlDispatchException and stub it out for kernel mode. Clean up the existing code and simplify it. Passes the Winetests fine, not that they test this a a lot. 2015-09-17 13:36:55 +00:00
misc.c - Implement super-simple KeSweepICache that always flushes the entire instruction cache. Use it in KD64 after modifying memory to make sure CPU gets the correct code to execute, and in NtFlushInstructionCache. May improve breakpoints somewhat. 2015-09-01 23:45:48 +00:00