- Remove/deprecate some certain chunks of Cm which are not critical to booting and...
authorAlex Ionescu <aionescu@gmail.com>
Thu, 10 May 2007 09:14:15 +0000 (09:14 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Thu, 10 May 2007 09:14:15 +0000 (09:14 +0000)
commit107cb5719edd091480d14badd8a15892cddc6cbe
tree49a9c0b84c262239e12e35bb2b2a3b88830e3b9f
parente72d90dbc8e7bc60bd4a550f0d31be5ae1eebf9e
- Remove/deprecate some certain chunks of Cm which are not critical to booting and not even to applications (such as NtSaveKey, which didn't even have NtRestoreKey) and mark them as unimplemented functions.
- This doesn't do much but clean up some of our code to make it easier to see what the critical parts are and reduce bug surface exposure.
- Move and slightly reformat (without touching any of the actual code) registry callback/notification code to cmhook.c.

svn path=/trunk/; revision=26671
reactos/ntoskrnl/cm/import.c
reactos/ntoskrnl/cm/ntfunc.c
reactos/ntoskrnl/cm/registry.c
reactos/ntoskrnl/config/cmhook.c [new file with mode: 0644]
reactos/ntoskrnl/ntoskrnl.rbuild