reactos/reactos/ntoskrnl
Jérôme Gardou 9bb0e5a772 [KDGDB]
- Turn this thing into something useful
   - Pretend we are only one process to GDB (making it a kernel-only debugger...) until the GDB team sorts this out
   - This is a kernel debugger stub you know. You didn't seriously pretend that recursive functions would be fine, did you ?
[NTOS:KD64]
 - Fix build
Pix or it din't happen : https://jira.reactos.org/secure/attachment/36322/source_level_debugging_ros.png

svn path=/trunk/; revision=72077
2016-08-01 22:16:58 +00:00
..
cache [DRIVERS][NTOSKRNL] 2016-05-15 00:16:31 +00:00
cc [NTOS:CC] 2016-07-25 08:48:50 +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] 2016-07-01 19:45:39 +00:00
fsrtl [NTOSKRNL] 2016-07-14 12:21:57 +00:00
fstub [NTOSKRNL] 2015-09-06 22:10:53 +00:00
inbv [NTOS:INBV] 2016-02-02 23:28:45 +00:00
include [NTOS:CC] 2016-07-25 08:48:50 +00:00
io [NTOS:IO] 2016-07-23 18:18:11 +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 [KDGDB] 2016-08-01 22:16:58 +00:00
kdbg [NTOS/KDBK] 2015-12-23 22:38:46 +00:00
ke [NTOS:KE] 2016-07-19 12:51:49 +00:00
lpc [NTOS:LPC] 2016-06-25 23:27:45 +00:00
mm Fix misspelling "Detatch" --> "Detach" 2016-07-04 22:35:15 +00:00
ntkrnlmp [NTKRNLMP] 2015-09-04 06:37:05 +00:00
ob [NTOS:OB] 2016-07-05 22:24:54 +00:00
po [NTOS:PO] 2016-07-27 11:15:52 +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