Author: ion Date: Sat Aug 5 04:34:30 2006 New Revision: 23450
URL: http://svn.reactos.org/svn/reactos?rev=23450&view=rev Log: - Add a couple dozen types to cm.h, all matching public NT structures for the registry manager. - Also add some flags and other defines. All flags are named/based on information from WinDBG and ASSERTs. - Add cm_x.h with already some macros we'll be using a lot. Some of these come from assertions. - Add some of the current empty files. - Delete old cm files/code. - Update cminfo.txt with current status. - Add trace macros support.
Added: branches/alex-cm-branch/reactos/ntoskrnl/cm/cm_x.h branches/alex-cm-branch/reactos/ntoskrnl/cm/cmapi.c branches/alex-cm-branch/reactos/ntoskrnl/cm/cmindex.c branches/alex-cm-branch/reactos/ntoskrnl/cm/cmname.c branches/alex-cm-branch/reactos/ntoskrnl/cm/cmobject.c branches/alex-cm-branch/reactos/ntoskrnl/cm/ntapi.c Removed: branches/alex-cm-branch/reactos/ntoskrnl/cm/import.c branches/alex-cm-branch/reactos/ntoskrnl/cm/ntfunc.c branches/alex-cm-branch/reactos/ntoskrnl/cm/regfile.c branches/alex-cm-branch/reactos/ntoskrnl/cm/registry.c branches/alex-cm-branch/reactos/ntoskrnl/cm/regobj.c Modified: branches/alex-cm-branch/reactos/ntoskrnl/cm/cm.h branches/alex-cm-branch/reactos/ntoskrnl/cm/cminfo.txt
[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/...
Added: branches/alex-cm-branch/reactos/ntoskrnl/cm/cm_x.h URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Added: 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/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/...
Added: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmname.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Added: branches/alex-cm-branch/reactos/ntoskrnl/cm/cmobject.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Removed: branches/alex-cm-branch/reactos/ntoskrnl/cm/import.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Added: branches/alex-cm-branch/reactos/ntoskrnl/cm/ntapi.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Removed: branches/alex-cm-branch/reactos/ntoskrnl/cm/ntfunc.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Removed: branches/alex-cm-branch/reactos/ntoskrnl/cm/regfile.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Removed: branches/alex-cm-branch/reactos/ntoskrnl/cm/registry.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...
Removed: branches/alex-cm-branch/reactos/ntoskrnl/cm/regobj.c URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/...