reactos/reactos/ntoskrnl
Magnus Olsen 95c38a9cf1 change ObpDosDevicesShortName match the ob.h header prototype
svn path=/trunk/; revision=26190
2007-03-27 21:21:32 +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 Cleanup code for easier porting to other architectures 2007-03-26 20:28:13 +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 Add missing file 2007-03-26 23:00:58 +00:00
io Cleanup code for easier porting to other architectures 2007-03-26 20:28:13 +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 Cleanup code for easier porting to other architectures 2007-03-26 20:28:13 +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 Cleanup code for easier porting to other architectures 2007-03-26 20:28:13 +00:00
ob change ObpDosDevicesShortName match the ob.h header prototype 2007-03-27 21:21:32 +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 Cleanup code for easier porting to other architectures 2007-03-26 20:28:13 +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
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 Checkpoint in here. More work needed. 2006-09-26 03:33:05 +00:00
ntoskrnl.mc - Use WinXP style /SOS output when enabled. (TODO: Display banner/memory/cpu). 2007-01-25 17:51:45 +00:00
ntoskrnl.rbuild - Move NCI generated files to arch-specific directories 2007-03-26 22:56:22 +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