reactos/reactos/ntoskrnl
Dmitry Gorbachev 0a0395bfc8 - Fix infinite loop.
- Add debug msg.

svn path=/trunk/; revision=26608
2007-05-01 08:52:59 +00:00
..
cc Added: 2007-02-26 20:22:55 +00:00
cm Fix "registry error" bug (see bugzilla report #1998). 2007-04-08 14:57:34 +00:00
dbgk - Fixup some kernel module debugging flags/settings from leftovers. 2007-03-25 14:33:54 +00:00
ex - Fix several pushlock bugs (thanks in part to hto). Should fix bug 2063. 2007-04-11 20:00:53 +00:00
fsrtl - Revert 26244, 26245, 26246, 26247. 2007-04-02 15:08:54 +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 Undo r26482 change, waste more stack space. 2007-04-24 05:05:49 +00:00
io - Send IRP_MN_FILTER_RESOURCE_REQUIREMENTS to devices before IRP_MN_START_DEVICE. Allows the Windows Input Stack to load better, but we still have a load order bug. Patch by hpoussin. 2007-04-12 23:48:31 +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 - Fix infinite loop. 2007-05-01 08:52:59 +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 - Revert 26244, 26245, 26246, 26247. 2007-04-02 15:08:54 +00:00
ob - Revert 26244, 26245, 26246, 26247. 2007-04-02 15:08: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 Fix a bug. 2007-04-14 18:07:08 +00:00
rtl - Merge from KD-branch: 2007-03-02 06:11:27 +00:00
se - Revert 26244, 26245, 26246, 26247. 2007-04-02 15:08:54 +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 - Put all init functions in a special section and do free 2003-10-12 17:37:08 +00:00
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 !!! ATTENTION EVERYONE - do a make clean after getting this revision !!! 2007-04-01 00:07:25 +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