reactos/reactos/ntoskrnl
Thomas Faber 83400d8fc7 [NTOS]
- Addendum to r69022

svn path=/trunk/; revision=69023
2015-09-05 11:53:04 +00:00
..
cache [NTOSKRNL] 2015-05-16 21:30:28 +00:00
cc - Remove all NT_ASSERT from the kernel and replace with good old ASSERT, for ease of debugging, especially for tests run on the build servers. There is no need to use NT_ASSERT in the kernel. 2015-09-01 01:45:59 +00:00
config - Now that we actually take the trouble to set up MmLargeStackSize properly, use it! Also make it possible to set via the registry by adding it to the control vector table. 2015-09-03 20:04:28 +00:00
dbgk [NTOS] 2015-06-28 18:52:51 +00:00
ex [NTDLL][HAL][INFLIB][RTL][NTOS] VOIDify function paramater lists when they indeed don't take any arguments. 2015-09-03 23:57:39 +00:00
fsrtl [NTDLL][HAL][INFLIB][RTL][NTOS] VOIDify function paramater lists when they indeed don't take any arguments. 2015-09-03 23:57:39 +00:00
fstub [NTOSKRNL] 2015-06-24 20:22:19 +00:00
inbv [NTOS] 2015-02-27 01:39:49 +00:00
include [NTOS:PS] 2015-09-05 11:49:54 +00:00
io [NTOS:PS] 2015-09-05 11:49:54 +00:00
kd [NTDLL][HAL][INFLIB][RTL][NTOS] VOIDify function paramater lists when they indeed don't take any arguments. 2015-09-03 23:57:39 +00:00
kd64 - 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
kdbg [NTDLL][HAL][INFLIB][RTL][NTOS] VOIDify function paramater lists when they indeed don't take any arguments. 2015-09-03 23:57:39 +00:00
ke [NTOS:KE] 2015-09-04 20:33:37 +00:00
lpc - Remove all NT_ASSERT from the kernel and replace with good old ASSERT, for ease of debugging, especially for tests run on the build servers. There is no need to use NT_ASSERT in the kernel. 2015-09-01 01:45:59 +00:00
mm Forgot those three ones. 2015-09-03 23:59:27 +00:00
ntkrnlmp [NTKRNLMP] 2015-09-04 06:37:05 +00:00
ob - Remove all NT_ASSERT from the kernel and replace with good old ASSERT, for ease of debugging, especially for tests run on the build servers. There is no need to use NT_ASSERT in the kernel. 2015-09-01 01:45:59 +00:00
po [NTOS:PS] 2015-09-05 11:49:54 +00:00
ps [NTOS:PS] 2015-09-05 11:49:54 +00:00
rtl [NTDLL][HAL][INFLIB][RTL][NTOS] VOIDify function paramater lists when they indeed don't take any arguments. 2015-09-03 23:57:39 +00:00
se [NTOS:SE] fix uninitialized variable usage CID 1322236 2015-09-03 07:15:52 +00:00
tests Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00
vdm - Don't put VdmpInitialize in .INIT either as it is not called during kernel initialization, but from videoport driver during its initialization. CORE-10097 2015-09-03 16:52:28 +00:00
vf [NTOS:VF] 2014-09-09 16:32:51 +00:00
wmi [NTOS:WMI] 2015-09-04 22:11:51 +00:00
CMakeLists.txt - Explicitly make the kernel .rsrc/Resource Directory non-discardable and non-pageable on MSVC builds, as it is accessed from bugcheck code. Previously this data was marked as discardable and the bugcheck routine would bugcheck (after a certain stage in boot) when trying to access the bugcheck code data because the data was discarded and the memory invalidated. Thanks to Thomas for the help and the fix. 2015-09-03 09:29:26 +00:00
guid.c [NTOS] 2014-02-10 17:12:41 +00:00
KrnlFun.c Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00
ntdll.S [ASM] 2015-05-10 21:03:53 +00:00
ntos.cmake [NTOS] 2015-09-05 11:53:04 +00:00
ntoskrnl.rc [NTOS] 2015-02-26 01:59:05 +00:00
ntoskrnl.spec [NTOSKRNL] Fix some Interlocked exports for non-x86, export some ARM specific functions 2015-05-14 14:49:41 +00:00
sysfuncs.lst Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00