WindowsXP/Source/XPSP1/NT/base/ntos/config
2024-08-03 16:30:48 +02:00
..
alpha Initial commit 2024-08-03 16:30:48 +02:00
amd64 Initial commit 2024-08-03 16:30:48 +02:00
axp64 Initial commit 2024-08-03 16:30:48 +02:00
boot Initial commit 2024-08-03 16:30:48 +02:00
chkreg Initial commit 2024-08-03 16:30:48 +02:00
cmkd Initial commit 2024-08-03 16:30:48 +02:00
i386 Initial commit 2024-08-03 16:30:48 +02:00
ia64 Initial commit 2024-08-03 16:30:48 +02:00
mp Initial commit 2024-08-03 16:30:48 +02:00
test Initial commit 2024-08-03 16:30:48 +02:00
up Initial commit 2024-08-03 16:30:48 +02:00
utils Initial commit 2024-08-03 16:30:48 +02:00
cmalloc.c Initial commit 2024-08-03 16:30:48 +02:00
cmapi2.c Initial commit 2024-08-03 16:30:48 +02:00
cmapi.c Initial commit 2024-08-03 16:30:48 +02:00
cmboot.c Initial commit 2024-08-03 16:30:48 +02:00
cmchek2.c Initial commit 2024-08-03 16:30:48 +02:00
cmchek.c Initial commit 2024-08-03 16:30:48 +02:00
cmclose.c Initial commit 2024-08-03 16:30:48 +02:00
cmconfig.c Initial commit 2024-08-03 16:30:48 +02:00
cmcontrl.c Initial commit 2024-08-03 16:30:48 +02:00
cmdat2.c Initial commit 2024-08-03 16:30:48 +02:00
cmdat3.c Initial commit 2024-08-03 16:30:48 +02:00
cmdat.c Initial commit 2024-08-03 16:30:48 +02:00
cmdatini.c Initial commit 2024-08-03 16:30:48 +02:00
cmdelay.c Initial commit 2024-08-03 16:30:48 +02:00
cmdelete.c Initial commit 2024-08-03 16:30:48 +02:00
cmdown.c Initial commit 2024-08-03 16:30:48 +02:00
cmgquota.c Initial commit 2024-08-03 16:30:48 +02:00
cmhook.c Initial commit 2024-08-03 16:30:48 +02:00
cmhvlist.c Initial commit 2024-08-03 16:30:48 +02:00
cmindex.c Initial commit 2024-08-03 16:30:48 +02:00
cminit.c Initial commit 2024-08-03 16:30:48 +02:00
cmmapvw.c Initial commit 2024-08-03 16:30:48 +02:00
cmname.c Initial commit 2024-08-03 16:30:48 +02:00
cmnotify.c Initial commit 2024-08-03 16:30:48 +02:00
cmp.h Initial commit 2024-08-03 16:30:48 +02:00
cmparse2.c Initial commit 2024-08-03 16:30:48 +02:00
cmparse.c Initial commit 2024-08-03 16:30:48 +02:00
cmpbug.h Initial commit 2024-08-03 16:30:48 +02:00
cmplock.h Initial commit 2024-08-03 16:30:48 +02:00
cmquery.c Initial commit 2024-08-03 16:30:48 +02:00
cmsavres.c Initial commit 2024-08-03 16:30:48 +02:00
cmse.c Initial commit 2024-08-03 16:30:48 +02:00
cmsecache.c Initial commit 2024-08-03 16:30:48 +02:00
cmsubs2.c Initial commit 2024-08-03 16:30:48 +02:00
cmsubs3.c Initial commit 2024-08-03 16:30:48 +02:00
cmsubs.c Initial commit 2024-08-03 16:30:48 +02:00
cmsysini.c Initial commit 2024-08-03 16:30:48 +02:00
cmtrecpy.c Initial commit 2024-08-03 16:30:48 +02:00
cmtredel.c Initial commit 2024-08-03 16:30:48 +02:00
cmtree.c Initial commit 2024-08-03 16:30:48 +02:00
cmvalue.c Initial commit 2024-08-03 16:30:48 +02:00
cmwmi.c Initial commit 2024-08-03 16:30:48 +02:00
cmworker.c Initial commit 2024-08-03 16:30:48 +02:00
cmwrapr2.c Initial commit 2024-08-03 16:30:48 +02:00
cmwrapr.c Initial commit 2024-08-03 16:30:48 +02:00
dirs Initial commit 2024-08-03 16:30:48 +02:00
hive.h Initial commit 2024-08-03 16:30:48 +02:00
hivebin.c Initial commit 2024-08-03 16:30:48 +02:00
hivecell.c Initial commit 2024-08-03 16:30:48 +02:00
hivechek.c Initial commit 2024-08-03 16:30:48 +02:00
hivefree.c Initial commit 2024-08-03 16:30:48 +02:00
hivehint.c Initial commit 2024-08-03 16:30:48 +02:00
hiveinit.c Initial commit 2024-08-03 16:30:48 +02:00
hiveload.c Initial commit 2024-08-03 16:30:48 +02:00
hivemap.c Initial commit 2024-08-03 16:30:48 +02:00
hivesum.c Initial commit 2024-08-03 16:30:48 +02:00
hivesync.c Initial commit 2024-08-03 16:30:48 +02:00
hwprofil.c Initial commit 2024-08-03 16:30:48 +02:00
ntapi.c Initial commit 2024-08-03 16:30:48 +02:00
readme.txt Initial commit 2024-08-03 16:30:48 +02:00
sources.inc Initial commit 2024-08-03 16:30:48 +02:00
testbld.cmd Initial commit 2024-08-03 16:30:48 +02:00

11-Nov-92

Conventions:

    BUGBUG - usual meaning

    PERFNOTE    - place where we should write some code to be more
                  time or space efficient, but which functions correctly
                  as is today.

    WARNNOTE    - some code that "works", but may someday break.
                  (a bugbug that we aren't going to fix)

                  OR - code that works reliably, but has behavior
                        that people may not like.



Build Products:

    config.lib  - linked into ntoskrnl.exe

    bconfig.lib - linked into boot loader (ntldr, osloader)

    uconfig.lib - linked into tools in sdktools\regini

    sconfig.lib - linked into setup