reactos/reactos/ntoskrnl
Eric Kohl 46bc3c6068 [NTOSKRNL]
DPRINT1 --> DPRINT

svn path=/trunk/; revision=69753
2015-10-31 15:16:57 +00:00
..
cache [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +00:00
cc [NTOSKRNL] 2015-10-18 16:09:11 +00:00
config [CMLIB/NTOSKRNL]: 2015-10-04 20:18:49 +00:00
dbgk
ex [NTOSKRNL][LSASRV] 2015-10-25 14:33:27 +00:00
fsrtl [NTOSKNRL] 2015-10-31 13:50:23 +00:00
fstub [NTOSKRNL] 2015-09-06 22:10:53 +00:00
inbv
include [NTOSKRNL] 2015-10-29 22:50:14 +00:00
io [NTOS:IO] 2015-10-28 11:14:46 +00:00
kd [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +00:00
kd64 [NTOS] 2015-10-15 12:56:19 +00:00
kdbg [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +00:00
ke [NTOS] 2015-10-14 20:42:18 +00:00
lpc
mm [NTOSKRNL] 2015-10-31 12:43:09 +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] 2015-10-11 19:57:06 +00:00
ps [NTOS:APPHELP] 2015-10-15 07:44:25 +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 [NTOSKRNL] 2015-10-31 15:16:57 +00:00
tests
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] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +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
KrnlFun.c
ntdll.S
ntos.cmake [NTOSKRNL][LSASRV] 2015-10-25 14:33:27 +00:00
ntoskrnl.rc
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