reactos/reactos/ntoskrnl
ReactOS Portable Systems Group 52fc282ff3 - For one thing, fix build in ARM3/init.c (sorry!)
- Secondly, initialize hyperspace in ARM³ now, at the correct place:
  - Also, create the hyperspace PDE here, and not in FreeLDR, which was incorrect in the first place.
    - This might help booting Windows/WinLDR.
- Install-tested w/ networking, with no issues found, on:
  - Virtual Box 2.4
  - VMWare 6.5
  - QEMU 0.9.0
- PEBKAC?


svn path=/trunk/; revision=41573
2009-06-23 06:39:10 +00:00
..
cc - In Win32 DBG is defined to 0 for a non-debug build and to 1 for a debug build. In ReactOS we do this slightly different: DBG is correctly defined to 1 for debug, but not defined at all on non-debug/release build. Because gcc is awesome we can then check for debug compilation with both #ifdef DBG and #if DBG (error free! yay gcc!), and so we have mixed usage all over the tree. 2009-06-17 12:44:05 +00:00
config - Fix small formatting leftover from r39422. 2009-02-16 11:18:37 +00:00
dbgk - Add function tags 2009-01-16 16:56:00 +00:00
ex - In Win32 DBG is defined to 0 for a non-debug build and to 1 for a debug build. In ReactOS we do this slightly different: DBG is correctly defined to 1 for debug, but not defined at all on non-debug/release build. Because gcc is awesome we can then check for debug compilation with both #ifdef DBG and #if DBG (error free! yay gcc!), and so we have mixed usage all over the tree. 2009-06-17 12:44:05 +00:00
fsrtl - SVN maintenance. 2009-01-18 10:23:15 +00:00
fstub Skip partitions drive letter assignments if no hard disk is present 2009-05-19 13:01:04 +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 - Do not zero out MC_SYSTEM pages if they are "early pages" either. This could cause issues on certain systems where mapping the PFN database required "early pages", and they were zeroed before hyperspace was ready. 2009-06-23 06:32:11 +00:00
io - PnpInit: Allocate IopBusTypeGuidList from nonpaged pool as it contains a fast mutex. 2009-06-11 23:36:51 +00:00
kd Fix build. 2009-06-22 13:47:10 +00:00
kd64 - Export KeI386MachineType and KeInitializeThreadedDpc 2008-08-04 15:48:46 +00:00
kdbg Remove unused stuff. 2009-06-22 11:31:57 +00:00
ke - Define noreturn attribute for KeBugCheckWithTf and KiBugCheckDebugBreak in a msvc compatible way 2009-06-21 17:06:34 +00:00
lpc - Fix some coverity errors. 2008-11-26 18:56:41 +00:00
mm - For one thing, fix build in ARM3/init.c (sorry!) 2009-06-23 06:39:10 +00:00
ob - Make ObReferenceObjectEx return the new ref count instead of old ref count. 2009-05-22 17:19:27 +00:00
po - Stub out IoTranslateBusAddress, PoCancelDeviceNotify, PoRegisterDeviceNotify, PoRequestShutdownEvent, PoSetHiberRange and PoShutdownBugCheck 2008-11-02 16:33:43 +00:00
ps - Add target process reference/dereference in ProcessWow64Information case of NtQueryInformationProcess. 2009-06-19 08:49:01 +00:00
rtl - In Win32 DBG is defined to 0 for a non-debug build and to 1 for a debug build. In ReactOS we do this slightly different: DBG is correctly defined to 1 for debug, but not defined at all on non-debug/release build. Because gcc is awesome we can then check for debug compilation with both #ifdef DBG and #if DBG (error free! yay gcc!), and so we have mixed usage all over the tree. 2009-06-17 12:44:05 +00:00
se - Fix freed memory usage in SeLocateProcessImageName, spotted by Jan Roeloffzen. 2009-02-24 11:06:13 +00:00
tests - STDCALL -> NTAPI 2008-11-29 20:47:48 +00:00
vdm Everything 2008-11-24 13:40:26 +00:00
wmi - Add WmiQueryTraceInformation, WmiTraceMessage and WmiTraceMessageVa stubs and exports 2008-09-25 14:25:22 +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 - Revert 41567: 2009-06-23 04:59:32 +00:00
ntoskrnl.pspec - Remove KeRosDumpStackFrames export and make the call go through KdSystemDebugControl instead 2008-12-16 15:25:51 +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_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