reactos/reactos/ntoskrnl
Thomas Faber ba56cef9c1 [NTOS:SE]
- Fail if the provided default DACL is invalid in NtCreateToken. CID 1237131

svn path=/trunk/; revision=69657
2015-10-23 12:40:29 +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 [NTOS] 2015-06-28 18:52:51 +00:00
ex [NTOS:EX] 2015-10-16 13:28:40 +00:00
fsrtl [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +00:00
fstub [NTOSKRNL] 2015-09-06 22:10:53 +00:00
inbv [NTOS] 2015-02-27 01:39:49 +00:00
include [NTOS:CM] 2015-10-16 13:20:00 +00:00
io [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +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 - 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] 2015-10-15 16:10:50 +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 [NTOS:SE] 2015-10-23 12:40:29 +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] 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 [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 [CMLIB/NTOSKRNL]: 2015-10-04 20:18:49 +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