reactos/reactos/ntoskrnl
2016-05-15 22:40:34 +00:00
..
cache [DRIVERS][NTOSKRNL] 2016-05-15 00:16:31 +00:00
cc [NTOSKRNL] 2016-03-20 19:30:43 +00:00
config [NTOS:CM] 2016-05-02 13:19:44 +00:00
dbgk [NTOS] 2015-06-28 18:52:51 +00:00
ex [NTOS][USERSRV]: Both hard-error message box options "OptionOkNoWait" and "OptionCancelTryContinue" are valid! 2016-05-15 22:32:17 +00:00
fsrtl [NTOS][MUP]: Use the correct constant for the PriorityBoost parameter in the IoCompleteRequest calls. 2016-05-15 00:18:44 +00:00
fstub [NTOSKRNL] 2015-09-06 22:10:53 +00:00
inbv [NTOS:INBV] 2016-02-02 23:28:45 +00:00
include [NTOSKRNL] 2016-04-16 22:38:11 +00:00
io [NTOS:IO] 2016-04-14 15:18:53 +00:00
kd [NTOS:KDBG]: Sync back the code that I copied in FreeLdr (r70403) for COM port selection. 2015-12-20 02:53:30 +00:00
kd64 [NTOS:KD] 2015-11-14 08:55:46 +00:00
kdbg [NTOS/KDBK] 2015-12-23 22:38:46 +00:00
ke [NTOS:KE] 2016-04-17 09:55:13 +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 [NTOS:MM] 2016-05-10 11:47:05 +00:00
ntkrnlmp [NTKRNLMP] 2015-09-04 06:37:05 +00:00
ob [NTOS:OB] 2015-10-17 18:37:49 +00:00
po [NTOS:PO]: Whitespace fixes only! 2016-01-07 20:00:05 +00:00
ps [NTOS][NDK][RTL]: Move the SEM_xxx flags and their corresponding RTL flags around so that they can be accessed in kernel code. I'll need them soon. 2016-05-15 22:40:34 +00:00
rtl [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +00:00
se [NTOS:SE] 2016-05-09 08:49:18 +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 [NTOS] 2015-09-18 14:22:12 +00:00
vf [NTOS] STUB ALL THE EXPORTS. We should now have all the exports expected by a 2k3-ish kernel (except for a few amd64-specific ones). Add some missing explicit cdecl to the Verifier stubs, and don't return STATUS_SUCCESS (0) from the ABIOS stubs. 2015-09-08 20:14:39 +00:00
wmi [NTOS:WMI] 2016-04-09 16:16:12 +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 [SDK] One step further towards ReactOS source code tree restructure: the sdk folder that groups includes, libraries and tools. CORE-9111 2016-04-20 12:36:25 +00:00
ntoskrnl.rc [NTOS] 2015-02-26 01:59:05 +00:00
ntoskrnl.spec 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
sysfuncs.lst [NTOS] Fix broken NtSetSystemEnvironmentValueEx stub which had the wrong amount of parameters. 2015-09-09 11:21:02 +00:00