reactos/reactos/ntoskrnl
Alex Ionescu c28da2e61a - Fixup some kernel module debugging flags/settings from leftovers.
- Enable debugging during text-mode setup.
- Optimize KeSynhronizeExecution into assembly so we can avoid using EBP and have the fastest possible routine, since it is performance critical.
- 

svn path=/trunk/; revision=26167
2007-03-25 14:33:54 +00:00
..
cc Added: 2007-02-26 20:22:55 +00:00
cm - Create GCC_ULONG64 type to hack around a bug in GCC which is incapable of creating entries for externals at compile-time for 64-bit pointers. 2007-02-19 18:52:23 +00:00
dbgk - Fixup some kernel module debugging flags/settings from leftovers. 2007-03-25 14:33:54 +00:00
ex - KiRosFrldrLpbToNtLpb(): Round up to the correct size in pages (I don't see a reason to provide a "cropped" size of modules). 2007-03-21 14:31:57 +00:00
fsrtl - Fix multiple WDK compatibilities issues. 2007-03-02 16:26:45 +00:00
fstub - Fix multiple bugs in HalpCalculateChsValues. 2007-01-07 00:50:41 +00:00
inbv - Update boot graphics with new, RLE-compressed and palette-blacked versions from mf. 2007-02-08 00:50:23 +00:00
include - Fixup some kernel module debugging flags/settings from leftovers. 2007-03-25 14:33:54 +00:00
io - Fixup some kernel module debugging flags/settings from leftovers. 2007-03-25 14:33:54 +00:00
kd - Stub NtSystemDebugControl. 2007-03-05 01:35:43 +00:00
kd64 Add a variable to change the name of the ReactOS directory on bootcd. 2007-03-18 14:33:17 +00:00
kdbg - Get rid of LdrGetModuleObject, since MmLoadSystemImage will now return the existing module object in case it has already been loaded, get rid of LdrGetProcedureAddress, it doesn't belong in the kernel. Move MmGetSystemRoutineAddress from mm.c to sysldr.c and rewrite it to use MiFindExportedRoutineByName instead. 2007-02-23 07:56:01 +00:00
ke - Fixup some kernel module debugging flags/settings from leftovers. 2007-03-25 14:33:54 +00:00
lpc - Temporarily disable referencing and dereferencing the LPC mapping process since the dereference never seems to happen, thus causing processes never to die. Now they die again when killed/closing. 2007-02-03 21:10:08 +00:00
mm Fix my bad fix. 2007-03-17 08:30:26 +00:00
ob - Fixup some kernel module debugging flags/settings from leftovers. 2007-03-25 14:33:54 +00:00
po - Do massive renames in the ntoskrnl tree to make sure we don't have multiple files with the same name (this makes msvc very, very, sad). 2007-03-02 18:25:23 +00:00
ps - Fixup some kernel module debugging flags/settings from leftovers. 2007-03-25 14:33:54 +00:00
rtl - Merge from KD-branch: 2007-03-02 06:11:27 +00:00
se - Fix NPX check in context switcher. 2007-03-19 19:05:39 +00:00
tests Added test functions for fsrtl lib 2007-02-28 04:09:16 +00:00
vdm [10 bug fixes]: 2007-01-17 20:44:37 +00:00
wmi Free the buffer as MSDN says 2006-07-13 07:17:13 +00:00
Doxyfile activate Doxygen SEARCHENGINE option 2003-12-14 10:55:30 +00:00
KrnlFun.c - Don't depend on LD variables anymore for Mm. 2007-03-02 07:23:19 +00:00
ntoskrnl.dbg.lnk
ntoskrnl.def - Uncomment a couple of implemented Ob functions 2007-03-07 12:32:02 +00:00
ntoskrnl.lnk
ntoskrnl.mc - Use WinXP style /SOS output when enabled. (TODO: Display banner/memory/cpu). 2007-01-25 17:51:45 +00:00
ntoskrnl.rbuild Add a variable to change the name of the ReactOS directory on bootcd. 2007-03-18 14:33:17 +00:00
ntoskrnl.rc - Create ntverp.h and common.ver files. These are the standard files used by the NT/DDK build systems and we should try to support them as well instead of re-defining everything our own way (especially if we want to build ddk-compatible drivers later on). 2007-02-19 22:28:50 +00:00