reactos/reactos/ntoskrnl
Stefan Ginsberg 168fa9b543 - Formatting and comment fixes (no code change)
svn path=/trunk/; revision=35598
2008-08-24 15:41:13 +00:00
..
cc - Ramdisk doesn't seem to work yet, we're not getting properly initialized yet. 2008-07-20 04:40:27 +00:00
config - Change while (true) to an ASSERT(FALSE). 2008-08-12 08:46:31 +00:00
dbgk Yuri Sidorov <jura@cp-lab.com> 2008-06-26 19:16:59 +00:00
ex - Add EFLAGS_IOPL to asm.h and make use of it in assembly 2008-08-22 14:29:01 +00:00
fsrtl "Implemented" FsRtlNotifyChangeDirectory 2008-05-10 20:05:57 +00:00
fstub - Isolate Hal* #defines, which are absent in WDK, they should not be used in kernel development. 2007-12-21 14:58:18 +00:00
inbv We now generate the correct ARM syscall stub code for system calls with IDs > 0x100. 2008-02-07 07:10:13 +00:00
include - Implement IopGetRegistryValue (complementary function to IopOpenRegistryKeyEx). Not used yet. 2008-08-23 17:11:12 +00:00
io Catch failure to release the cancel spinlock. Would've spotted my error in 2008-08-23 23:04:15 +00:00
kd - Export KeI386MachineType and KeInitializeThreadedDpc 2008-08-04 15:48:46 +00:00
kd64 - Export KeI386MachineType and KeInitializeThreadedDpc 2008-08-04 15:48:46 +00:00
kdbg - Replace the remaining X86_EFLAGS* with EFLAGS_* 2008-08-18 17:05:31 +00:00
ke - Formatting and comment fixes (no code change) 2008-08-24 15:41:13 +00:00
lpc - Fix a typo in NtSecureConnectPort, ViewBase was not updated, thus confusing callers. 2008-05-12 15:27:15 +00:00
mm - Remove dead code 2008-08-17 17:38:28 +00:00
ob - Use correct bug code when crashing due to closing a protected handle 2008-08-22 00:26:52 +00:00
po - Don't export PoSetDeviceBusy, it should be a macro in a DDK header 2008-08-18 09:49:28 +00:00
ps - Add EFLAGS_IOPL to asm.h and make use of it in assembly 2008-08-22 14:29:01 +00:00
rtl - Remove dead code 2008-08-19 21:09:58 +00:00
se - Rename SeInit to SeInitSystem 2008-08-17 18:34:37 +00:00
tests - Remove autoupdated "$Id:" lines from the kernel source code. 2008-03-09 14:11:42 +00:00
vdm This is a patch i've been keeping for a while. Yes, it's not "as nt does it", 2008-07-28 14:47:17 +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 - Small update to the plan (remove what's done already for sure) 2007-09-24 12:11:14 +00:00
ntkrnlmp.rbuild make rbuild files XML compliant by adding the XInclude namespace , no code change 2008-04-28 13:44:11 +00:00
ntoskrnl-generic.rbuild - Move kernel mode implementation of RtlpGetStackLimits from crt to ntoskrnl 2008-08-17 18:01:49 +00:00
ntoskrnl.rbuild make rbuild files XML compliant by adding the XInclude namespace , no code change 2008-04-28 13:44:11 +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
ntoskrnl.spec - Don't export PoSetDeviceBusy, it should be a macro in a DDK header 2008-08-18 09:49:28 +00:00
ntoskrnl_arm.def - Fix ARM exports to make up for the recent i386 changes. 2008-07-21 01:41:04 +00:00
ntoskrnl_arm.lnk We now have the correct intrinsics for ARM. 2008-02-08 07:51:01 +00:00
ntoskrnl_i386.lnk All remaining changes from the PPC branch. Not well tested yet. Many things 2007-10-06 07:53:20 +00:00
ntoskrnl_powerpc.lnk Fix memory map to kernel mode. 2007-10-28 12:31:10 +00:00
sysfuncs.lst Be compatible with MS Windows 2003 SP1 syscall list 2008-01-05 17:29:44 +00:00