Author: fireball Date: Sun Oct 28 19:54:05 2007 New Revision: 29932
URL: http://svn.reactos.org/svn/reactos?rev=29932&view=rev Log: - Sync cmname.c, cmboot.c, cmconfig.c, cmindex.c, cmdata.c, cmparse.c, cmcheck.c, cmkcbncb.c with ReactOS Config trunk, and rename some functions to their NT counterparts. - Sync cm.h and cm_x.h with ReactOS Config trunk. - Sync CmpInitializeHive with ReactOS Config trunk. - Add cmsecach.c, cmse.c, cmvalue.c, cmhardwr.c, cmhook.c, cmcontrol.c from ReactOS Config Trunk. - Add cmwraprs.c from ReactOS Config Trunk and remove duplicated functions in cmhive.c. - Fix GCC compilation errors (code was written in MSVC without ever attempting to compile in RosBE). Code now builds, but of course does not boot. - Fill ntapi.c with NT API Function Stubs for the registry system calls. - Sync code in cminit.c with ReactOS Config trunk, remove ACPI/Docking station code which is irrelevant to ReactOS, add reactos-specific hardware hive code, fix several missing functions and broken code in CmInitSystem1 (sync most of it from ReactOS config trunk).
Added: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmboot.c (with props) branches/alex-cm-branch/reactos/ntoskrnl/cm/cmcheck.c (with props) branches/alex-cm-branch/reactos/ntoskrnl/cm/cmconfig.c (with props) branches/alex-cm-branch/reactos/ntoskrnl/cm/cmcontrl.c (with props) branches/alex-cm-branch/reactos/ntoskrnl/cm/cmdata.c (with props) branches/alex-cm-branch/reactos/ntoskrnl/cm/cmhook.c (with props) branches/alex-cm-branch/reactos/ntoskrnl/cm/cmparse.c (with props) branches/alex-cm-branch/reactos/ntoskrnl/cm/cmse.c (with props) branches/alex-cm-branch/reactos/ntoskrnl/cm/cmsecach.c (with props) branches/alex-cm-branch/reactos/ntoskrnl/cm/cmvalue.c (with props) branches/alex-cm-branch/reactos/ntoskrnl/cm/i386/ branches/alex-cm-branch/reactos/ntoskrnl/cm/i386/cmhardwr.c (with props) Modified: branches/alex-cm-branch/reactos/ntoskrnl/cm/cm.h branches/alex-cm-branch/reactos/ntoskrnl/cm/cm_x.h (contents, props changed) branches/alex-cm-branch/reactos/ntoskrnl/cm/cmapi.c (contents, props changed) branches/alex-cm-branch/reactos/ntoskrnl/cm/cmhive.c (contents, props changed) branches/alex-cm-branch/reactos/ntoskrnl/cm/cmindex.c (contents, props changed) branches/alex-cm-branch/reactos/ntoskrnl/cm/cminfo.txt (contents, props changed) branches/alex-cm-branch/reactos/ntoskrnl/cm/cminit.c (contents, props changed) branches/alex-cm-branch/reactos/ntoskrnl/cm/cmkcbncb.c (contents, props changed) branches/alex-cm-branch/reactos/ntoskrnl/cm/cmname.c (contents, props changed) branches/alex-cm-branch/reactos/ntoskrnl/cm/cmobject.c (contents, props changed) branches/alex-cm-branch/reactos/ntoskrnl/cm/cmutil.c (contents, props changed) branches/alex-cm-branch/reactos/ntoskrnl/cm/ntapi.c (contents, props changed)
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/alex-cm-branch/reactos/ntoskrnl/cm/cm.h URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Modified: branches/alex-cm-branch/reactos/ntoskrnl/cm/cm_x.h URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Modified: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmapi.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Added: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmboot.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Added: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmcheck.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Added: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmconfig.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Added: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmcontrl.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Added: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmdata.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Modified: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmhive.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Added: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmhook.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Modified: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmindex.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Modified: branches/alex-cm-branch/reactos/ntoskrnl/cm/cminfo.txt URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Modified: branches/alex-cm-branch/reactos/ntoskrnl/cm/cminit.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Modified: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmkcbncb.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Modified: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmname.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Modified: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmobject.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Added: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmparse.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Added: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmse.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Added: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmsecach.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Modified: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmutil.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Added: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmvalue.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Added: branches/alex-cm-branch/reactos/ntoskrnl/cm/i386/cmhardwr.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Modified: branches/alex-cm-branch/reactos/ntoskrnl/cm/ntapi.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...