reactos/reactos/ntoskrnl/include/internal
Thomas Faber 830b3fc070 [NTOS:IO]
- Pass the class key handle as a parameter to IopAttachFilterDrivers, since we already opened it in PipCallDriverAddDevice.
CORE-13336 #resolve

svn path=/trunk/; revision=75051
2017-06-15 18:32:14 +00:00
..
amd64 [NTOS] 2015-10-15 01:49:26 +00:00
arch [CMAKE][NTOS] 2014-11-10 16:26:55 +00:00
arm [NTOS] 2015-10-15 01:49:26 +00:00
i386 [NTOS:KE] 2017-04-14 11:18:22 +00:00
powerpc - 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
cc.h [NTOS:CC] 2017-04-16 08:50:20 +00:00
cm.h [CMLIB/NTOSKRNL]: Move key deletion functions to cmlib, so that UEFI boot library can use them. 2016-01-17 21:48:00 +00:00
cm_x.h [CMLIB]: Move Value functions to CMLIB as well, so that they can be shared with the new boot code. 2016-01-05 01:51:54 +00:00
dbgk.h [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +00:00
ex.h [NTOS] 2016-08-28 19:18:28 +00:00
fsrtl.h [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +00:00
hal.h [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +00:00
hdl.h [NTOS] 2015-02-26 01:59:05 +00:00
inbv.h [NTOS:INBV]: Fix parameter name and type. 2013-10-14 20:50:44 +00:00
io.h [NTOS:IO] 2017-06-15 18:32:14 +00:00
io_i.h [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +00:00
io_x.h [NTOS:LPC]: Fix the function prototypes (reference: Process Hacker + how the parameters are used in the code). 2016-11-07 01:06:24 +00:00
kd.h - Consistently check for KDBG via if-def, not if (like we do for _WINKD_), everywhere. 2015-09-09 16:06:38 +00:00
kd64.h [NTOS] 2015-10-15 12:56:19 +00:00
ke.h Remove legacy _KeNumberProcessors hack. While we are at it fix its type (CCHAR not UCHAR) and remove it from the NDK as it is a public global provided by the DDK (where we properly define it with the "__CREATE_NTOS_DATA_IMPORT_ALIAS" fix when needed. Also, the variable KeActiveProcessors is not even exported from NTOS so move it to an internal header. Fix missed fix in UDFS as well in uncompiled file. 2015-09-29 18:34:33 +00:00
ke_x.h [NTOS:KE] Use variable instead function calling 2016-09-26 12:31:26 +00:00
ldr.h Create this branch to work on loading of different Kernel-Debugger DLL providers, and see whether it is possible to move KDBG from ntoskrnl to a new DLL called, say, KDROSDBG.DLL. 2013-04-28 13:26:45 +00:00
lpc.h [NTOSKRNL] 2014-02-16 09:54:05 +00:00
lpc_x.h [NTOSKRNL] 2014-02-16 09:54:05 +00:00
mm.h [NTOS] 2017-02-01 23:01:00 +00:00
napi.h Create this branch to work on loading of different Kernel-Debugger DLL providers, and see whether it is possible to move KDBG from ntoskrnl to a new DLL called, say, KDROSDBG.DLL. 2013-04-28 13:26:45 +00:00
ntoskrnl.h - Enable placing kernel functions in the .INIT section (GCC only, MSVC is TBD). This allows them to be freed from memory after initialization is finished. 2015-09-03 15:31:09 +00:00
ob.h [NTOS:OB] 2017-04-11 19:58:05 +00:00
ob_x.h [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +00:00
po.h [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +00:00
probe.h Create this branch to work on loading of different Kernel-Debugger DLL providers, and see whether it is possible to move KDBG from ntoskrnl to a new DLL called, say, KDROSDBG.DLL. 2013-04-28 13:26:45 +00:00
ps.h [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +00:00
ps_i.h [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +00:00
ps_x.h [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +00:00
rtl.h Create this branch to work on loading of different Kernel-Debugger DLL providers, and see whether it is possible to move KDBG from ntoskrnl to a new DLL called, say, KDROSDBG.DLL. 2013-04-28 13:26:45 +00:00
se.h [NTOSKRNL] 2015-10-29 22:50:14 +00:00
spinlock.h [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +00:00
tag.h [NTOS:OB] 2017-03-13 00:10:23 +00:00
test.h Create this branch to work on loading of different Kernel-Debugger DLL providers, and see whether it is possible to move KDBG from ntoskrnl to a new DLL called, say, KDROSDBG.DLL. 2013-04-28 13:26:45 +00:00
vdm.h [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +00:00