From ec120a57d34ff5587048b1941bef29c27043dd5d Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 4 Oct 2015 11:54:25 +0000 Subject: [PATCH] [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 svn path=/trunk/; revision=69439 --- reactos/ntoskrnl/cache/cachesub.c | 2 +- reactos/ntoskrnl/cache/mdlsup.c | 2 +- reactos/ntoskrnl/cache/section/data.c | 2 +- reactos/ntoskrnl/cache/section/fault.c | 2 +- reactos/ntoskrnl/cache/section/io.c | 2 +- reactos/ntoskrnl/cache/section/reqtools.c | 2 +- reactos/ntoskrnl/cache/section/sptab.c | 2 +- reactos/ntoskrnl/cache/section/swapout.c | 2 +- reactos/ntoskrnl/cc/mdl.c | 2 +- reactos/ntoskrnl/config/cmlazy.c | 2 +- reactos/ntoskrnl/config/cmnotify.c | 2 +- reactos/ntoskrnl/config/cmquota.c | 2 +- reactos/ntoskrnl/config/ntapi.c | 2 +- reactos/ntoskrnl/config/powerpc/cmhardwr.c | 2 +- reactos/ntoskrnl/ex/efi.c | 2 +- reactos/ntoskrnl/ex/powerpc/ioport.s | 2 +- reactos/ntoskrnl/fsrtl/dbcsname.c | 2 +- reactos/ntoskrnl/include/internal/amd64/asmmacro.S | 2 +- reactos/ntoskrnl/include/internal/cm.h | 2 +- reactos/ntoskrnl/include/internal/cm_x.h | 2 +- reactos/ntoskrnl/include/internal/dbgk.h | 2 +- reactos/ntoskrnl/include/internal/fsrtl.h | 2 +- reactos/ntoskrnl/include/internal/hal.h | 2 +- reactos/ntoskrnl/include/internal/i386/asmmacro.S | 2 +- reactos/ntoskrnl/include/internal/i386/callconv.s | 2 +- reactos/ntoskrnl/include/internal/i386/trap_x.h | 2 +- reactos/ntoskrnl/include/internal/io.h | 2 +- reactos/ntoskrnl/include/internal/io_i.h | 2 +- reactos/ntoskrnl/include/internal/io_x.h | 2 +- reactos/ntoskrnl/include/internal/kd64.h | 2 +- reactos/ntoskrnl/include/internal/ke_x.h | 2 +- reactos/ntoskrnl/include/internal/ob.h | 2 +- reactos/ntoskrnl/include/internal/ob_x.h | 2 +- reactos/ntoskrnl/include/internal/po.h | 2 +- reactos/ntoskrnl/include/internal/ps.h | 2 +- reactos/ntoskrnl/include/internal/ps_i.h | 2 +- reactos/ntoskrnl/include/internal/ps_x.h | 2 +- reactos/ntoskrnl/include/internal/spinlock.h | 2 +- reactos/ntoskrnl/include/internal/vdm.h | 2 +- reactos/ntoskrnl/io/iomgr/adapter.c | 2 +- reactos/ntoskrnl/io/iomgr/bootlog.c | 2 +- reactos/ntoskrnl/io/iomgr/controller.c | 2 +- reactos/ntoskrnl/io/iomgr/device.c | 2 +- reactos/ntoskrnl/io/iomgr/error.c | 2 +- reactos/ntoskrnl/io/iomgr/file.c | 2 +- reactos/ntoskrnl/io/iomgr/iocomp.c | 2 +- reactos/ntoskrnl/io/iomgr/ioevent.c | 2 +- reactos/ntoskrnl/io/iomgr/iomdl.c | 2 +- reactos/ntoskrnl/io/iomgr/iomgr.c | 2 +- reactos/ntoskrnl/io/iomgr/iorsrce.c | 2 +- reactos/ntoskrnl/io/iomgr/iotimer.c | 2 +- reactos/ntoskrnl/io/iomgr/iowork.c | 2 +- reactos/ntoskrnl/io/iomgr/irq.c | 2 +- reactos/ntoskrnl/io/iomgr/remlock.c | 2 +- reactos/ntoskrnl/io/iomgr/symlink.c | 2 +- reactos/ntoskrnl/kd/amd64/kd.c | 2 +- reactos/ntoskrnl/kd/arm/kdbg.c | 2 +- reactos/ntoskrnl/kd/i386/kdbg.c | 2 +- reactos/ntoskrnl/kd/kdmain.c | 2 +- reactos/ntoskrnl/kdbg/amd64/i386-dis.c | 2 +- reactos/ntoskrnl/kdbg/kdb_cli.c | 2 +- reactos/ntoskrnl/kdbg/kdb_expr.c | 2 +- reactos/ntoskrnl/kdbg/kdb_keyboard.c | 2 +- reactos/ntoskrnl/kdbg/kdb_serial.c | 2 +- reactos/ntoskrnl/kdbg/kdb_symbols.c | 2 +- reactos/ntoskrnl/kdbg/kdb_symbols.cmake.c | 2 +- reactos/ntoskrnl/ke/amd64/boot.S | 2 +- reactos/ntoskrnl/ke/amd64/interrupt.c | 2 +- reactos/ntoskrnl/ke/amd64/kiinit.c | 2 +- reactos/ntoskrnl/ke/amd64/krnlinit.c | 2 +- reactos/ntoskrnl/ke/amd64/spinlock.c | 2 +- reactos/ntoskrnl/ke/amd64/thrdini.c | 2 +- reactos/ntoskrnl/ke/eventobj.c | 2 +- reactos/ntoskrnl/ke/gmutex.c | 2 +- reactos/ntoskrnl/ke/i386/irqobj.c | 2 +- reactos/ntoskrnl/ke/i386/thrdini.c | 2 +- reactos/ntoskrnl/ke/i386/trap.s | 2 +- reactos/ntoskrnl/ke/powerpc/cpu.c | 2 +- reactos/ntoskrnl/ke/powerpc/ctxhelp.S | 2 +- reactos/ntoskrnl/ke/powerpc/ctxswitch.c | 2 +- reactos/ntoskrnl/ke/powerpc/exp.c | 2 +- reactos/ntoskrnl/ke/powerpc/ppc_irq.c | 2 +- reactos/ntoskrnl/ke/powerpc/stubs.c | 2 +- reactos/ntoskrnl/ke/powerpc/systimer.c | 2 +- reactos/ntoskrnl/ke/powerpc/thrdini.c | 2 +- reactos/ntoskrnl/ke/procobj.c | 2 +- reactos/ntoskrnl/ke/semphobj.c | 2 +- reactos/ntoskrnl/ke/timerobj.c | 2 +- reactos/ntoskrnl/mm/ARM3/arm/init.c | 2 +- reactos/ntoskrnl/mm/i386/pagepae.c | 2 +- reactos/ntoskrnl/mm/powerpc/page.c | 2 +- reactos/ntoskrnl/ps/amd64/psctx.c | 2 +- reactos/ntoskrnl/ps/arm/psctx.c | 2 +- reactos/ntoskrnl/ps/i386/psctx.c | 2 +- reactos/ntoskrnl/ps/psnotify.c | 2 +- reactos/ntoskrnl/rtl/i386/stack.S | 2 +- reactos/ntoskrnl/se/lsa.c | 2 +- reactos/ntoskrnl/wmi/guidobj.c | 2 +- reactos/ntoskrnl/wmi/smbios.c | 2 +- reactos/ntoskrnl/wmi/wmi.c | 2 +- reactos/ntoskrnl/wmi/wmidrv.c | 2 +- 101 files changed, 101 insertions(+), 101 deletions(-) diff --git a/reactos/ntoskrnl/cache/cachesub.c b/reactos/ntoskrnl/cache/cachesub.c index 56d50ab775d..cac0688ca01 100644 --- a/reactos/ntoskrnl/cache/cachesub.c +++ b/reactos/ntoskrnl/cache/cachesub.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel - * FILE: ntoskrnl/cache/cachesup.c + * FILE: ntoskrnl/cache/cachesub.c * PURPOSE: Logging and configuration routines * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Art Yerkes diff --git a/reactos/ntoskrnl/cache/mdlsup.c b/reactos/ntoskrnl/cache/mdlsup.c index 884270a5294..4673e9da39a 100644 --- a/reactos/ntoskrnl/cache/mdlsup.c +++ b/reactos/ntoskrnl/cache/mdlsup.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel - * FILE: ntoskrnl/cache/logsup.c + * FILE: ntoskrnl/cache/mdlsup.c * PURPOSE: Logging and configuration routines * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/cache/section/data.c b/reactos/ntoskrnl/cache/section/data.c index 9623a7a8f22..57096c9efca 100644 --- a/reactos/ntoskrnl/cache/section/data.c +++ b/reactos/ntoskrnl/cache/section/data.c @@ -17,7 +17,7 @@ * * * PROJECT: ReactOS kernel - * FILE: ntoskrnl/mm/section.c + * FILE: ntoskrnl/cache/section/data.c * PURPOSE: Implements section objects * * PROGRAMMERS: Rex Jolliff diff --git a/reactos/ntoskrnl/cache/section/fault.c b/reactos/ntoskrnl/cache/section/fault.c index 221c3d3c124..169d4368919 100644 --- a/reactos/ntoskrnl/cache/section/fault.c +++ b/reactos/ntoskrnl/cache/section/fault.c @@ -17,7 +17,7 @@ * * * PROJECT: ReactOS kernel - * FILE: ntoskrnl/mm/section/fault.c + * FILE: ntoskrnl/cache/section/fault.c * PURPOSE: Consolidate fault handlers for sections * * PROGRAMMERS: Arty diff --git a/reactos/ntoskrnl/cache/section/io.c b/reactos/ntoskrnl/cache/section/io.c index 012d175c76b..605363e4b5b 100644 --- a/reactos/ntoskrnl/cache/section/io.c +++ b/reactos/ntoskrnl/cache/section/io.c @@ -17,7 +17,7 @@ * * * PROJECT: ReactOS kernel - * FILE: ntoskrnl/mm/section.c + * FILE: ntoskrnl/cache/section/io.c * PURPOSE: Implements section objects * * PROGRAMMERS: Rex Jolliff diff --git a/reactos/ntoskrnl/cache/section/reqtools.c b/reactos/ntoskrnl/cache/section/reqtools.c index 10b8611a45d..63d12e338e9 100644 --- a/reactos/ntoskrnl/cache/section/reqtools.c +++ b/reactos/ntoskrnl/cache/section/reqtools.c @@ -17,7 +17,7 @@ * * * PROJECT: ReactOS kernel - * FILE: ntoskrnl/mm/section.c + * FILE: ntoskrnl/cache/section/reqtools.c * PURPOSE: Implements section objects * * PROGRAMMERS: Rex Jolliff diff --git a/reactos/ntoskrnl/cache/section/sptab.c b/reactos/ntoskrnl/cache/section/sptab.c index d3eb1261965..37b2cfcdf96 100644 --- a/reactos/ntoskrnl/cache/section/sptab.c +++ b/reactos/ntoskrnl/cache/section/sptab.c @@ -17,7 +17,7 @@ * * * PROJECT: ReactOS kernel - * FILE: ntoskrnl/mm/section.c + * FILE: ntoskrnl/cache/section/sptab.c * PURPOSE: Section object page tables * * PROGRAMMERS: arty diff --git a/reactos/ntoskrnl/cache/section/swapout.c b/reactos/ntoskrnl/cache/section/swapout.c index fbaa0e726db..35805a1462f 100644 --- a/reactos/ntoskrnl/cache/section/swapout.c +++ b/reactos/ntoskrnl/cache/section/swapout.c @@ -17,7 +17,7 @@ * * * PROJECT: ReactOS kernel - * FILE: ntoskrnl/mm/section/fault.c + * FILE: ntoskrnl/cache/section/swapout.c * PURPOSE: Consolidate fault handlers for sections * * PROGRAMMERS: Arty diff --git a/reactos/ntoskrnl/cc/mdl.c b/reactos/ntoskrnl/cc/mdl.c index 4fac0b880e9..12d63c1a39e 100644 --- a/reactos/ntoskrnl/cc/mdl.c +++ b/reactos/ntoskrnl/cc/mdl.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/cc/fs.c + * FILE: ntoskrnl/cc/mdl.c * PURPOSE: Implements MDL Cache Manager Functions * * PROGRAMMERS: Alex Ionescu diff --git a/reactos/ntoskrnl/config/cmlazy.c b/reactos/ntoskrnl/config/cmlazy.c index 2af759b8b8f..cd643452c2e 100644 --- a/reactos/ntoskrnl/config/cmlazy.c +++ b/reactos/ntoskrnl/config/cmlazy.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/config/cmapi.c + * FILE: ntoskrnl/config/cmlazy.c * PURPOSE: Configuration Manager - Internal Registry APIs * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/config/cmnotify.c b/reactos/ntoskrnl/config/cmnotify.c index afb5d4dfecb..c401c72ab8e 100644 --- a/reactos/ntoskrnl/config/cmnotify.c +++ b/reactos/ntoskrnl/config/cmnotify.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/config/cmwraprs.c + * FILE: ntoskrnl/config/cmnotify.c * PURPOSE: Configuration Manager - Wrappers for Hive Operations * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/config/cmquota.c b/reactos/ntoskrnl/config/cmquota.c index b5c5a582167..786bef9c81a 100644 --- a/reactos/ntoskrnl/config/cmquota.c +++ b/reactos/ntoskrnl/config/cmquota.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/config/cmwraprs.c + * FILE: ntoskrnl/config/cmquota.c * PURPOSE: Configuration Manager - Wrappers for Hive Operations * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/config/ntapi.c b/reactos/ntoskrnl/config/ntapi.c index a5290d5bb7e..04a169fd5b3 100644 --- a/reactos/ntoskrnl/config/ntapi.c +++ b/reactos/ntoskrnl/config/ntapi.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/config/cmapi.c + * FILE: ntoskrnl/config/ntapi.c * PURPOSE: Configuration Manager - Internal Registry APIs * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Eric Kohl diff --git a/reactos/ntoskrnl/config/powerpc/cmhardwr.c b/reactos/ntoskrnl/config/powerpc/cmhardwr.c index ec7ffd2d3f1..38683c1f274 100644 --- a/reactos/ntoskrnl/config/powerpc/cmhardwr.c +++ b/reactos/ntoskrnl/config/powerpc/cmhardwr.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/config/i386/cmhardwr.c + * FILE: ntoskrnl/config/powerpc/cmhardwr.c * PURPOSE: Configuration Manager - Hardware-Specific Code * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/ex/efi.c b/reactos/ntoskrnl/ex/efi.c index b13fe15ce2d..6722a80a889 100644 --- a/reactos/ntoskrnl/ex/efi.c +++ b/reactos/ntoskrnl/ex/efi.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/io/efi.c + * FILE: ntoskrnl/ex/efi.c * PURPOSE: I/O Functions for EFI Machines * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/ex/powerpc/ioport.s b/reactos/ntoskrnl/ex/powerpc/ioport.s index b14f0780500..2ed83bbb4f5 100644 --- a/reactos/ntoskrnl/ex/powerpc/ioport.s +++ b/reactos/ntoskrnl/ex/powerpc/ioport.s @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/ex/i386/ioport.S + * FILE: ntoskrnl/ex/powerpc/ioport.s * PURPOSE: FASTCALL Interlocked Functions * PROGRAMMERS: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/ntoskrnl/fsrtl/dbcsname.c b/reactos/ntoskrnl/fsrtl/dbcsname.c index b7bf7f0be5a..cbb3398a62e 100644 --- a/reactos/ntoskrnl/fsrtl/dbcsname.c +++ b/reactos/ntoskrnl/fsrtl/dbcsname.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/fsrtl/name.c + * FILE: ntoskrnl/fsrtl/dbcsname.c * PURPOSE: Provides DBCS parsing and other support routines for FSDs * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Pierre Schweitzer (pierre.schweitzer@reactos.org) diff --git a/reactos/ntoskrnl/include/internal/amd64/asmmacro.S b/reactos/ntoskrnl/include/internal/amd64/asmmacro.S index 9d7a1807321..3b1a9ce4cfa 100644 --- a/reactos/ntoskrnl/include/internal/amd64/asmmacro.S +++ b/reactos/ntoskrnl/include/internal/amd64/asmmacro.S @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel - * FILE: ntoskrnl/include/amd64/asmmacro.S + * FILE: ntoskrnl/include/internal/amd64/asmmacro.S * PURPOSE: Macros for x64 assembly * PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org) */ diff --git a/reactos/ntoskrnl/include/internal/cm.h b/reactos/ntoskrnl/include/internal/cm.h index 0647c5959c4..2124fe2b29b 100644 --- a/reactos/ntoskrnl/include/internal/cm.h +++ b/reactos/ntoskrnl/include/internal/cm.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/cm/cm.h + * FILE: ntoskrnl/include/internal/cm.h * PURPOSE: Internal header for the Configuration Manager * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/include/internal/cm_x.h b/reactos/ntoskrnl/include/internal/cm_x.h index 02e84219635..13be075fb53 100644 --- a/reactos/ntoskrnl/include/internal/cm_x.h +++ b/reactos/ntoskrnl/include/internal/cm_x.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory -* FILE: ntoskrnl/cm/cm_x.h +* FILE: ntoskrnl/include/internal/cm_x.h * PURPOSE: Inlined Functions for the Configuration Manager * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/include/internal/dbgk.h b/reactos/ntoskrnl/include/internal/dbgk.h index 4bc6f14750f..96cbb1f309b 100644 --- a/reactos/ntoskrnl/include/internal/dbgk.h +++ b/reactos/ntoskrnl/include/internal/dbgk.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/include/dbgk.h + * FILE: ntoskrnl/include/internal/dbgk.h * PURPOSE: Internal header for the User-Mode Debugging Backend * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/include/internal/fsrtl.h b/reactos/ntoskrnl/include/internal/fsrtl.h index d796a51e900..6e65bd78886 100644 --- a/reactos/ntoskrnl/include/internal/fsrtl.h +++ b/reactos/ntoskrnl/include/internal/fsrtl.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/include/fsrtl.h + * FILE: ntoskrnl/include/internal/fsrtl.h * PURPOSE: Internal header for the File System Runtime Library * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/include/internal/hal.h b/reactos/ntoskrnl/include/internal/hal.h index a3b6f6b0683..1e61d138eac 100644 --- a/reactos/ntoskrnl/include/internal/hal.h +++ b/reactos/ntoskrnl/include/internal/hal.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/include/hal.h + * FILE: ntoskrnl/include/internal/hal.h * PURPOSE: Internal header for the I/O HAL Functions (Fstub) * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Pierre Schweitzer (pierre.schweitzer@reactos.org) diff --git a/reactos/ntoskrnl/include/internal/i386/asmmacro.S b/reactos/ntoskrnl/include/internal/i386/asmmacro.S index 4a6b009d5fc..c4df58a3b88 100644 --- a/reactos/ntoskrnl/include/internal/i386/asmmacro.S +++ b/reactos/ntoskrnl/include/internal/i386/asmmacro.S @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel - * FILE: ntoskrnl/include/i386/asmmacro.S + * FILE: ntoskrnl/include/internal/i386/asmmacro.S * PURPOSE: Assembly Macros for Spinlocks and common Trap Code * PROGRAMMERS: Alex Ionescu (alex@relsoft.net) * Timo Kreuzer (timo.kreuzer@reactos.org) diff --git a/reactos/ntoskrnl/include/internal/i386/callconv.s b/reactos/ntoskrnl/include/internal/i386/callconv.s index eb1d1a85e47..d8251c4f5cf 100644 --- a/reactos/ntoskrnl/include/internal/i386/callconv.s +++ b/reactos/ntoskrnl/include/internal/i386/callconv.s @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Source Development Kit (SDK) * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: include/ddk/api/callconv.s + * FILE: ntoskrnl/include/internal/i386/callconv.s * PURPOSE: x86 Calling Convention Helpers * PROGRAMMERS: ReactOS Portable Systems Group */ diff --git a/reactos/ntoskrnl/include/internal/i386/trap_x.h b/reactos/ntoskrnl/include/internal/i386/trap_x.h index 862403f9e64..33097707b75 100644 --- a/reactos/ntoskrnl/include/internal/i386/trap_x.h +++ b/reactos/ntoskrnl/include/internal/i386/trap_x.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: ntoskrnl/include/i386/trap_x.h + * FILE: ntoskrnl/include/internal/i386/trap_x.h * PURPOSE: Internal Inlined Functions for the Trap Handling Code * PROGRAMMERS: ReactOS Portable Systems Group */ diff --git a/reactos/ntoskrnl/include/internal/io.h b/reactos/ntoskrnl/include/internal/io.h index 328fe770c70..d3d4edba56a 100644 --- a/reactos/ntoskrnl/include/internal/io.h +++ b/reactos/ntoskrnl/include/internal/io.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory -* FILE: ntoskrnl/include/io.h +* FILE: ntoskrnl/include/internal/io.h * PURPOSE: Internal header for the I/O Manager * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/include/internal/io_i.h b/reactos/ntoskrnl/include/internal/io_i.h index c4469d1bf19..b648265e0c1 100644 --- a/reactos/ntoskrnl/include/internal/io_i.h +++ b/reactos/ntoskrnl/include/internal/io_i.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/include/io_i.h + * FILE: ntoskrnl/include/internal/io_i.h * PURPOSE: Info Classes for the I/O Manager * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/include/internal/io_x.h b/reactos/ntoskrnl/include/internal/io_x.h index d663b760c00..93aeb1a4a03 100644 --- a/reactos/ntoskrnl/include/internal/io_x.h +++ b/reactos/ntoskrnl/include/internal/io_x.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory -* FILE: ntoskrnl/include/io_x.h +* FILE: ntoskrnl/include/internal/io_x.h * PURPOSE: Internal Inlined Functions for the I/O Manager * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/include/internal/kd64.h b/reactos/ntoskrnl/include/internal/kd64.h index baa1a461ab0..38534c124d9 100644 --- a/reactos/ntoskrnl/include/internal/kd64.h +++ b/reactos/ntoskrnl/include/internal/kd64.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/include/kd64.h + * FILE: ntoskrnl/include/internal/kd64.h * PURPOSE: Internal header for the KD64 Library * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/include/internal/ke_x.h b/reactos/ntoskrnl/include/internal/ke_x.h index 592af3e6c4e..ccb463f3c00 100644 --- a/reactos/ntoskrnl/include/internal/ke_x.h +++ b/reactos/ntoskrnl/include/internal/ke_x.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory -* FILE: ntoskrnl/include/ke_x.h +* FILE: ntoskrnl/include/internal/ke_x.h * PURPOSE: Internal Inlined Functions for the Kernel * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/include/internal/ob.h b/reactos/ntoskrnl/include/internal/ob.h index 54c7d1de526..84db9092db0 100644 --- a/reactos/ntoskrnl/include/internal/ob.h +++ b/reactos/ntoskrnl/include/internal/ob.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory -* FILE: ntoskrnl/include/ob.h +* FILE: ntoskrnl/include/internal/ob.h * PURPOSE: Internal header for the Object Manager * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/include/internal/ob_x.h b/reactos/ntoskrnl/include/internal/ob_x.h index 8e61218bb7f..7f2674454a9 100644 --- a/reactos/ntoskrnl/include/internal/ob_x.h +++ b/reactos/ntoskrnl/include/internal/ob_x.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory -* FILE: ntoskrnl/include/ob_x.h +* FILE: ntoskrnl/include/internal/ob_x.h * PURPOSE: Intenral Inlined Functions for the Object Manager * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/include/internal/po.h b/reactos/ntoskrnl/include/internal/po.h index aa9a3c7d075..1fe29407219 100644 --- a/reactos/ntoskrnl/include/internal/po.h +++ b/reactos/ntoskrnl/include/internal/po.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory -* FILE: ntoskrnl/include/po.h +* FILE: ntoskrnl/include/internal/po.h * PURPOSE: Internal header for the Power Manager * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/include/internal/ps.h b/reactos/ntoskrnl/include/internal/ps.h index 036e652baea..f39239ffd73 100644 --- a/reactos/ntoskrnl/include/internal/ps.h +++ b/reactos/ntoskrnl/include/internal/ps.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/include/ps.h + * FILE: ntoskrnl/include/internal/ps.h * PURPOSE: Internal header for the Process Manager * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/include/internal/ps_i.h b/reactos/ntoskrnl/include/internal/ps_i.h index 300499dd3c7..e0dcf680ac1 100644 --- a/reactos/ntoskrnl/include/internal/ps_i.h +++ b/reactos/ntoskrnl/include/internal/ps_i.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory -* FILE: ntoskrnl/include/ps_i.h +* FILE: ntoskrnl/include/internal/ps_i.h * PURPOSE: Info Classes for the Process Manager * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Thomas Weidenmueller (w3seek@reactos.org) diff --git a/reactos/ntoskrnl/include/internal/ps_x.h b/reactos/ntoskrnl/include/internal/ps_x.h index f44e9bddaa7..8a63b73a97f 100644 --- a/reactos/ntoskrnl/include/internal/ps_x.h +++ b/reactos/ntoskrnl/include/internal/ps_x.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory -* FILE: ntoskrnl/include/ps_x.h +* FILE: ntoskrnl/include/internal/ps_x.h * PURPOSE: Intenral Inlined Functions for the Process Manager * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Thomas Weidenmueller (w3seek@reactos.org) diff --git a/reactos/ntoskrnl/include/internal/spinlock.h b/reactos/ntoskrnl/include/internal/spinlock.h index 94bfe3da30b..a5dd8c502d5 100644 --- a/reactos/ntoskrnl/include/internal/spinlock.h +++ b/reactos/ntoskrnl/include/internal/spinlock.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory -* FILE: ntoskrnl/include/spinlock.h +* FILE: ntoskrnl/include/internal/spinlock.h * PURPOSE: Internal Inlined Functions for spinlocks, shared with HAL * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/include/internal/vdm.h b/reactos/ntoskrnl/include/internal/vdm.h index 5ff64e1a055..81e47a64944 100644 --- a/reactos/ntoskrnl/include/internal/vdm.h +++ b/reactos/ntoskrnl/include/internal/vdm.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory -* FILE: ntoskrnl/include/vdm.h +* FILE: ntoskrnl/include/internal/vdm.h * PURPOSE: Internal header for V86 and VDM Support * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/io/iomgr/adapter.c b/reactos/ntoskrnl/io/iomgr/adapter.c index 888583a28d4..1b247be1862 100644 --- a/reactos/ntoskrnl/io/iomgr/adapter.c +++ b/reactos/ntoskrnl/io/iomgr/adapter.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/io/adapter.c + * FILE: ntoskrnl/io/iomgr/adapter.c * PURPOSE: I/O Wrappers for HAL Adapter APIs * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Filip Navara (navaraf@reactos.org) diff --git a/reactos/ntoskrnl/io/iomgr/bootlog.c b/reactos/ntoskrnl/io/iomgr/bootlog.c index bb2d8adfbd1..e552d4b3306 100644 --- a/reactos/ntoskrnl/io/iomgr/bootlog.c +++ b/reactos/ntoskrnl/io/iomgr/bootlog.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/io/bootlog.c + * FILE: ntoskrnl/io/iomgr/bootlog.c * PURPOSE: Boot log file support * * PROGRAMMERS: Eric Kohl diff --git a/reactos/ntoskrnl/io/iomgr/controller.c b/reactos/ntoskrnl/io/iomgr/controller.c index 0ab410553cc..5fe6717e7a6 100644 --- a/reactos/ntoskrnl/io/iomgr/controller.c +++ b/reactos/ntoskrnl/io/iomgr/controller.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/io/controller.c + * FILE: ntoskrnl/io/iomgr/controller.c * PURPOSE: I/O Wrappers (called Controllers) for Kernel Device Queues * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/io/iomgr/device.c b/reactos/ntoskrnl/io/iomgr/device.c index ed943328385..78b7c598fb1 100644 --- a/reactos/ntoskrnl/io/iomgr/device.c +++ b/reactos/ntoskrnl/io/iomgr/device.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/io/device.c + * FILE: ntoskrnl/io/iomgr/device.c * PURPOSE: Device Object Management, including Notifications and Queues. * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Filip Navara (navaraf@reactos.org) diff --git a/reactos/ntoskrnl/io/iomgr/error.c b/reactos/ntoskrnl/io/iomgr/error.c index 91c1621d6ae..f6817dac8cb 100644 --- a/reactos/ntoskrnl/io/iomgr/error.c +++ b/reactos/ntoskrnl/io/iomgr/error.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/io/error.c + * FILE: ntoskrnl/io/iomgr/error.c * PURPOSE: I/O Error Functions and Error Log Support * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Eric Kohl diff --git a/reactos/ntoskrnl/io/iomgr/file.c b/reactos/ntoskrnl/io/iomgr/file.c index 5f7a016743c..2dded982082 100644 --- a/reactos/ntoskrnl/io/iomgr/file.c +++ b/reactos/ntoskrnl/io/iomgr/file.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/io/file.c + * FILE: ntoskrnl/io/iomgr/file.c * PURPOSE: Functions that deal with managing the FILE_OBJECT itself. * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Gunnar Dalsnes diff --git a/reactos/ntoskrnl/io/iomgr/iocomp.c b/reactos/ntoskrnl/io/iomgr/iocomp.c index eaf64829237..cc7581d9a6d 100644 --- a/reactos/ntoskrnl/io/iomgr/iocomp.c +++ b/reactos/ntoskrnl/io/iomgr/iocomp.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/io/iocomp.c + * FILE: ntoskrnl/io/iomgr/iocomp.c * PURPOSE: I/O Wrappers (called Completion Ports) for Kernel Queues * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Thomas Weidenmueller (w3seek@reactos.org) diff --git a/reactos/ntoskrnl/io/iomgr/ioevent.c b/reactos/ntoskrnl/io/iomgr/ioevent.c index c21129e2927..eaa4ef35f86 100644 --- a/reactos/ntoskrnl/io/iomgr/ioevent.c +++ b/reactos/ntoskrnl/io/iomgr/ioevent.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/io/event.c + * FILE: ntoskrnl/io/iomgr/ioevent.c * PURPOSE: I/O Wrappers for the Executive Event Functions * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Eric Kohl diff --git a/reactos/ntoskrnl/io/iomgr/iomdl.c b/reactos/ntoskrnl/io/iomgr/iomdl.c index 9810cc13fb5..af108c40d4a 100644 --- a/reactos/ntoskrnl/io/iomgr/iomdl.c +++ b/reactos/ntoskrnl/io/iomgr/iomdl.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/io/mdl.c + * FILE: ntoskrnl/io/iomgr/iomdl.c * PURPOSE: I/O Wrappers for MDL Allocation and Deallocation * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/io/iomgr/iomgr.c b/reactos/ntoskrnl/io/iomgr/iomgr.c index 5332c571d80..0676e974644 100644 --- a/reactos/ntoskrnl/io/iomgr/iomgr.c +++ b/reactos/ntoskrnl/io/iomgr/iomgr.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel - * FILE: ntoskrnl/io/iomgr.c + * FILE: ntoskrnl/io/iomgr/iomgr.c * PURPOSE: I/O Manager Initialization and Misc Utility Functions * * PROGRAMMERS: David Welch (welch@mcmail.com) diff --git a/reactos/ntoskrnl/io/iomgr/iorsrce.c b/reactos/ntoskrnl/io/iomgr/iorsrce.c index b4befc3cbc8..728832b1fca 100644 --- a/reactos/ntoskrnl/io/iomgr/iorsrce.c +++ b/reactos/ntoskrnl/io/iomgr/iorsrce.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/io/iorsrce.c + * FILE: ntoskrnl/io/iomgr/iorsrce.c * PURPOSE: Hardware resource managment * * PROGRAMMERS: David Welch (welch@mcmail.com) diff --git a/reactos/ntoskrnl/io/iomgr/iotimer.c b/reactos/ntoskrnl/io/iomgr/iotimer.c index e462ce0e200..9c62db19a11 100644 --- a/reactos/ntoskrnl/io/iomgr/iotimer.c +++ b/reactos/ntoskrnl/io/iomgr/iotimer.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/io/iocomp.c + * FILE: ntoskrnl/io/iomgr/iotimer.c * PURPOSE: I/O Wrappers for Executive Timers * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/io/iomgr/iowork.c b/reactos/ntoskrnl/io/iomgr/iowork.c index f4aad64691f..a24f170207f 100644 --- a/reactos/ntoskrnl/io/iomgr/iowork.c +++ b/reactos/ntoskrnl/io/iomgr/iowork.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/io/iowork.c + * FILE: ntoskrnl/io/iomgr/iowork.c * PURPOSE: I/O Wrappers for the Executive Work Item Functions * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Robert Dickenson (odin@pnc.com.au) diff --git a/reactos/ntoskrnl/io/iomgr/irq.c b/reactos/ntoskrnl/io/iomgr/irq.c index 37614fa4710..a604be1d604 100644 --- a/reactos/ntoskrnl/io/iomgr/irq.c +++ b/reactos/ntoskrnl/io/iomgr/irq.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/io/irq.c + * FILE: ntoskrnl/io/iomgr/irq.c * PURPOSE: I/O Wrappers (called Completion Ports) for Kernel Queues * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/io/iomgr/remlock.c b/reactos/ntoskrnl/io/iomgr/remlock.c index 95f28fcd7c9..dbfcda4a22e 100644 --- a/reactos/ntoskrnl/io/iomgr/remlock.c +++ b/reactos/ntoskrnl/io/iomgr/remlock.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/io/remlock.c + * FILE: ntoskrnl/io/iomgr/remlock.c * PURPOSE: Remove Lock Support * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Filip Navara (navaraf@reactos.org) diff --git a/reactos/ntoskrnl/io/iomgr/symlink.c b/reactos/ntoskrnl/io/iomgr/symlink.c index 6c2f083bf14..e615385a92a 100644 --- a/reactos/ntoskrnl/io/iomgr/symlink.c +++ b/reactos/ntoskrnl/io/iomgr/symlink.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/io/symlink.c + * FILE: ntoskrnl/io/iomgr/symlink.c * PURPOSE: I/O Wrappers for Symbolic Links * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Eric Kohl diff --git a/reactos/ntoskrnl/kd/amd64/kd.c b/reactos/ntoskrnl/kd/amd64/kd.c index 74694d21ee3..b8d592ad5a6 100644 --- a/reactos/ntoskrnl/kd/amd64/kd.c +++ b/reactos/ntoskrnl/kd/amd64/kd.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/ke/i386/cpu.c + * FILE: ntoskrnl/kd/amd64/kd.c * PURPOSE: Routines for CPU-level support * PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org) */ diff --git a/reactos/ntoskrnl/kd/arm/kdbg.c b/reactos/ntoskrnl/kd/arm/kdbg.c index 9d0ad81fda3..bd83a58329c 100644 --- a/reactos/ntoskrnl/kd/arm/kdbg.c +++ b/reactos/ntoskrnl/kd/arm/kdbg.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: drivers/base/kdcom/arm/kdbg.c + * FILE: ntoskrnl/kd/arm/kdbg.c * PURPOSE: Serial Port Kernel Debugging Transport Library * PROGRAMMERS: ReactOS Portable Systems Group */ diff --git a/reactos/ntoskrnl/kd/i386/kdbg.c b/reactos/ntoskrnl/kd/i386/kdbg.c index 3cfe23a1744..eef683623c3 100644 --- a/reactos/ntoskrnl/kd/i386/kdbg.c +++ b/reactos/ntoskrnl/kd/i386/kdbg.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: drivers/base/kdcom/kdbg.c + * FILE: ntoskrnl/kd/i386/kdbg.c * PURPOSE: Serial i/o functions for the kernel debugger. * PROGRAMMER: Alex Ionescu * Hervé Poussineau diff --git a/reactos/ntoskrnl/kd/kdmain.c b/reactos/ntoskrnl/kd/kdmain.c index 12622fa6bb6..e7d635e424d 100644 --- a/reactos/ntoskrnl/kd/kdmain.c +++ b/reactos/ntoskrnl/kd/kdmain.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel - * FILE: ntoskrnl/kd/kdinit.c + * FILE: ntoskrnl/kd/kdmain.c * PURPOSE: Kernel Debugger Initialization * * PROGRAMMERS: Alex Ionescu (alex@relsoft.net) diff --git a/reactos/ntoskrnl/kdbg/amd64/i386-dis.c b/reactos/ntoskrnl/kdbg/amd64/i386-dis.c index ac9d153d3dc..11f25571f10 100644 --- a/reactos/ntoskrnl/kdbg/amd64/i386-dis.c +++ b/reactos/ntoskrnl/kdbg/amd64/i386-dis.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/kdbg/i386/i386-dis.c + * FILE: ntoskrnl/kdbg/amd64/i386-dis.c * PURPOSE: No purpose listed. * * PROGRAMMERS: No programmer listed. diff --git a/reactos/ntoskrnl/kdbg/kdb_cli.c b/reactos/ntoskrnl/kdbg/kdb_cli.c index ba09cdb1ed5..168dca04cd8 100644 --- a/reactos/ntoskrnl/kdbg/kdb_cli.c +++ b/reactos/ntoskrnl/kdbg/kdb_cli.c @@ -18,7 +18,7 @@ */ /* * PROJECT: ReactOS kernel - * FILE: ntoskrnl/dbg/kdb_cli.c + * FILE: ntoskrnl/kdbg/kdb_cli.c * PURPOSE: Kernel debugger command line interface * PROGRAMMER: Gregor Anich (blight@blight.eu.org) * Hervé Poussineau diff --git a/reactos/ntoskrnl/kdbg/kdb_expr.c b/reactos/ntoskrnl/kdbg/kdb_expr.c index 6bc249dd4d0..de856536e08 100644 --- a/reactos/ntoskrnl/kdbg/kdb_expr.c +++ b/reactos/ntoskrnl/kdbg/kdb_expr.c @@ -18,7 +18,7 @@ */ /* * PROJECT: ReactOS kernel - * FILE: ntoskrnl/dbg/kdb_expr.c + * FILE: ntoskrnl/kdbg/kdb_expr.c * PURPOSE: Kernel debugger expression evaluation * PROGRAMMER: Gregor Anich (blight@blight.eu.org) * UPDATE HISTORY: diff --git a/reactos/ntoskrnl/kdbg/kdb_keyboard.c b/reactos/ntoskrnl/kdbg/kdb_keyboard.c index 32e701531f5..311d9fd46fd 100644 --- a/reactos/ntoskrnl/kdbg/kdb_keyboard.c +++ b/reactos/ntoskrnl/kdbg/kdb_keyboard.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/dbg/kdb_keyboard.c + * FILE: ntoskrnl/kdbg/kdb_keyboard.c * PURPOSE: Keyboard driver * * PROGRAMMERS: Victor Kirhenshtein (sauros@iname.com) diff --git a/reactos/ntoskrnl/kdbg/kdb_serial.c b/reactos/ntoskrnl/kdbg/kdb_serial.c index e625c951c04..38828065875 100644 --- a/reactos/ntoskrnl/kdbg/kdb_serial.c +++ b/reactos/ntoskrnl/kdbg/kdb_serial.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/dbg/kdb_serial.c + * FILE: ntoskrnl/kdbg/kdb_serial.c * PURPOSE: Serial driver * * PROGRAMMERS: Victor Kirhenshtein (sauros@iname.com) diff --git a/reactos/ntoskrnl/kdbg/kdb_symbols.c b/reactos/ntoskrnl/kdbg/kdb_symbols.c index feb0fb1de73..1b2d8f695c8 100644 --- a/reactos/ntoskrnl/kdbg/kdb_symbols.c +++ b/reactos/ntoskrnl/kdbg/kdb_symbols.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/dbg/kdb_symbols.c + * FILE: ntoskrnl/kdbg/kdb_symbols.c * PURPOSE: Getting symbol information... * * PROGRAMMERS: David Welch (welch@cwcom.net) diff --git a/reactos/ntoskrnl/kdbg/kdb_symbols.cmake.c b/reactos/ntoskrnl/kdbg/kdb_symbols.cmake.c index fc86ecf60a2..a6b260a5b96 100644 --- a/reactos/ntoskrnl/kdbg/kdb_symbols.cmake.c +++ b/reactos/ntoskrnl/kdbg/kdb_symbols.cmake.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/dbg/kdb_symbols.c + * FILE: ntoskrnl/kdbg/kdb_symbols.cmake.c * PURPOSE: Getting symbol information... * * PROGRAMMERS: David Welch (welch@cwcom.net) diff --git a/reactos/ntoskrnl/ke/amd64/boot.S b/reactos/ntoskrnl/ke/amd64/boot.S index 99f02bee271..f4a4b40db3d 100644 --- a/reactos/ntoskrnl/ke/amd64/boot.S +++ b/reactos/ntoskrnl/ke/amd64/boot.S @@ -1,5 +1,5 @@ /* - * FILE: ntoskrnl/ke/i386/boot.S + * FILE: ntoskrnl/ke/amd64/boot.S * COPYRIGHT: See COPYING in the top level directory * PURPOSE: FreeLDR Wrapper Bootstrap Code and Bootstrap Trampoline * PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org) diff --git a/reactos/ntoskrnl/ke/amd64/interrupt.c b/reactos/ntoskrnl/ke/amd64/interrupt.c index 0d5c34c4231..1ca46b33673 100644 --- a/reactos/ntoskrnl/ke/amd64/interrupt.c +++ b/reactos/ntoskrnl/ke/amd64/interrupt.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/ke/i386/irq.c + * FILE: ntoskrnl/ke/amd64/interrupt.c * PURPOSE: Manages the Kernel's IRQ support for external drivers, * for the purpopses of connecting, disconnecting and setting * up ISRs for drivers. The backend behind the Io* Interrupt diff --git a/reactos/ntoskrnl/ke/amd64/kiinit.c b/reactos/ntoskrnl/ke/amd64/kiinit.c index 322ad12a79e..0ca55f346bf 100644 --- a/reactos/ntoskrnl/ke/amd64/kiinit.c +++ b/reactos/ntoskrnl/ke/amd64/kiinit.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/ke/i386/kiinit.c + * FILE: ntoskrnl/ke/amd64/kiinit.c * PURPOSE: Kernel Initialization for x86 CPUs * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Timo Kreuzer (timo.kreuzer@reactos.org) diff --git a/reactos/ntoskrnl/ke/amd64/krnlinit.c b/reactos/ntoskrnl/ke/amd64/krnlinit.c index db09c948191..456bc713f4c 100644 --- a/reactos/ntoskrnl/ke/amd64/krnlinit.c +++ b/reactos/ntoskrnl/ke/amd64/krnlinit.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/ke/krnlinit.c + * FILE: ntoskrnl/ke/amd64/krnlinit.c * PURPOSE: Portable part of kernel initialization * PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org) * Alex Ionescu (alex.ionescu@reactos.org) diff --git a/reactos/ntoskrnl/ke/amd64/spinlock.c b/reactos/ntoskrnl/ke/amd64/spinlock.c index ae19862c255..47a01b9e609 100644 --- a/reactos/ntoskrnl/ke/amd64/spinlock.c +++ b/reactos/ntoskrnl/ke/amd64/spinlock.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory - * FILE: hal/halx86/up/spinlock.c + * FILE: ntoskrnl/ke/amd64/spinlock.c * PURPOSE: Spinlock and Queued Spinlock Support * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/ke/amd64/thrdini.c b/reactos/ntoskrnl/ke/amd64/thrdini.c index de0a392b060..c064d8aba16 100644 --- a/reactos/ntoskrnl/ke/amd64/thrdini.c +++ b/reactos/ntoskrnl/ke/amd64/thrdini.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/ke/i386/thread.c + * FILE: ntoskrnl/ke/amd64/thrdini.c * PURPOSE: amd64 Thread Context Creation * PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org) * Alex Ionescu (alex@relsoft.net) diff --git a/reactos/ntoskrnl/ke/eventobj.c b/reactos/ntoskrnl/ke/eventobj.c index 4428ac376ac..69fc558a782 100644 --- a/reactos/ntoskrnl/ke/eventobj.c +++ b/reactos/ntoskrnl/ke/eventobj.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/ke/event.c + * FILE: ntoskrnl/ke/eventobj.c * PURPOSE: Implements the Event Dispatcher Object * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/ke/gmutex.c b/reactos/ntoskrnl/ke/gmutex.c index 84cf01c8357..7e3614a7d32 100644 --- a/reactos/ntoskrnl/ke/gmutex.c +++ b/reactos/ntoskrnl/ke/gmutex.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/ke/gate.c + * FILE: ntoskrnl/ke/gmutex.c * PURPOSE: Implements Guarded Mutex * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Filip Navara (navaraf@reactos.org) diff --git a/reactos/ntoskrnl/ke/i386/irqobj.c b/reactos/ntoskrnl/ke/i386/irqobj.c index a9483f18caa..ae67bcba458 100644 --- a/reactos/ntoskrnl/ke/i386/irqobj.c +++ b/reactos/ntoskrnl/ke/i386/irqobj.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/ke/i386/irq.c + * FILE: ntoskrnl/ke/i386/irqobj.c * PURPOSE: Manages the Kernel's IRQ support for external drivers, * for the purposes of connecting, disconnecting and setting * up ISRs for drivers. The backend behind the Io* Interrupt diff --git a/reactos/ntoskrnl/ke/i386/thrdini.c b/reactos/ntoskrnl/ke/i386/thrdini.c index b254caf8557..a1d075f2ba5 100644 --- a/reactos/ntoskrnl/ke/i386/thrdini.c +++ b/reactos/ntoskrnl/ke/i386/thrdini.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/ke/i386/thread.c + * FILE: ntoskrnl/ke/i386/thrdini.c * PURPOSE: i386 Thread Context Creation * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/ntoskrnl/ke/i386/trap.s b/reactos/ntoskrnl/ke/i386/trap.s index 538ab6e6ad2..01d130e7e6b 100644 --- a/reactos/ntoskrnl/ke/i386/trap.s +++ b/reactos/ntoskrnl/ke/i386/trap.s @@ -1,5 +1,5 @@ /* - * FILE: ntoskrnl/ke/i386/trap.S + * FILE: ntoskrnl/ke/i386/trap.s * COPYRIGHT: See COPYING in the top level directory * PURPOSE: System Traps, Entrypoints and Exitpoints * PROGRAMMER: Alex Ionescu (alex@relsoft.net) diff --git a/reactos/ntoskrnl/ke/powerpc/cpu.c b/reactos/ntoskrnl/ke/powerpc/cpu.c index 14631da4f49..571389ea995 100644 --- a/reactos/ntoskrnl/ke/powerpc/cpu.c +++ b/reactos/ntoskrnl/ke/powerpc/cpu.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/ke/i386/cpu.c + * FILE: ntoskrnl/ke/powerpc/cpu.c * PURPOSE: Routines for CPU-level support * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/ke/powerpc/ctxhelp.S b/reactos/ntoskrnl/ke/powerpc/ctxhelp.S index 6c792d55550..bffe2cae22b 100644 --- a/reactos/ntoskrnl/ke/powerpc/ctxhelp.S +++ b/reactos/ntoskrnl/ke/powerpc/ctxhelp.S @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/ke/i386/ctxswitch.S + * FILE: ntoskrnl/ke/powerpc/ctxhelp.S * PURPOSE: Thread Context Switching * * PROGRAMMERS: arty diff --git a/reactos/ntoskrnl/ke/powerpc/ctxswitch.c b/reactos/ntoskrnl/ke/powerpc/ctxswitch.c index 6b146dc538a..5cc96ce22ab 100644 --- a/reactos/ntoskrnl/ke/powerpc/ctxswitch.c +++ b/reactos/ntoskrnl/ke/powerpc/ctxswitch.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/ke/i386/ctxswitch.S + * FILE: ntoskrnl/ke/powerpc/ctxswitch.c * PURPOSE: Thread Context Switching * * PROGRAMMERS: arty diff --git a/reactos/ntoskrnl/ke/powerpc/exp.c b/reactos/ntoskrnl/ke/powerpc/exp.c index 28820366a76..aa6699306aa 100644 --- a/reactos/ntoskrnl/ke/powerpc/exp.c +++ b/reactos/ntoskrnl/ke/powerpc/exp.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/ke/i386/exp.c + * FILE: ntoskrnl/ke/powerpc/exp.c * PURPOSE: Exception Dispatching and Context<->Trap Frame Conversion * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Gregor Anich diff --git a/reactos/ntoskrnl/ke/powerpc/ppc_irq.c b/reactos/ntoskrnl/ke/powerpc/ppc_irq.c index 1b273ca31ae..772f06b7c79 100644 --- a/reactos/ntoskrnl/ke/powerpc/ppc_irq.c +++ b/reactos/ntoskrnl/ke/powerpc/ppc_irq.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/ke/i386/irq.c + * FILE: ntoskrnl/ke/powerpc/ppc_irq.c * PURPOSE: IRQ handling * * PROGRAMMERS: David Welch (welch@mcmail.com) diff --git a/reactos/ntoskrnl/ke/powerpc/stubs.c b/reactos/ntoskrnl/ke/powerpc/stubs.c index 2e002842ef6..8815bee5939 100644 --- a/reactos/ntoskrnl/ke/powerpc/stubs.c +++ b/reactos/ntoskrnl/ke/powerpc/stubs.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/vdm/vdmmain.c + * FILE: ntoskrnl/ke/powerpc/stubs.c * PURPOSE: VDM Support Services * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/ke/powerpc/systimer.c b/reactos/ntoskrnl/ke/powerpc/systimer.c index ac936913c54..62939ccc02f 100644 --- a/reactos/ntoskrnl/ke/powerpc/systimer.c +++ b/reactos/ntoskrnl/ke/powerpc/systimer.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/ke/powerpc/kiinit.c + * FILE: ntoskrnl/ke/powerpc/systimer.c * PURPOSE: Kernel Initialization for x86 CPUs * PROGRAMMERS: Art Yerkes (ayerkes@speakeasy.net) */ diff --git a/reactos/ntoskrnl/ke/powerpc/thrdini.c b/reactos/ntoskrnl/ke/powerpc/thrdini.c index cb30c882da1..ea2c74ea26a 100644 --- a/reactos/ntoskrnl/ke/powerpc/thrdini.c +++ b/reactos/ntoskrnl/ke/powerpc/thrdini.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/ke/powerpc/thread.c + * FILE: ntoskrnl/ke/powerpc/thrdini.c * PURPOSE: i386 Thread Context Creation * PROGRAMMER: Alex Ionescu (alex@relsoft.net) * arty (ppc adaptation) diff --git a/reactos/ntoskrnl/ke/procobj.c b/reactos/ntoskrnl/ke/procobj.c index 7051c8241e1..a448202f381 100644 --- a/reactos/ntoskrnl/ke/procobj.c +++ b/reactos/ntoskrnl/ke/procobj.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/ke/process.c + * FILE: ntoskrnl/ke/procobj.c * PURPOSE: Kernel Process Management and System Call Tables * PROGRAMMERS: Alex Ionescu * Gregor Anich diff --git a/reactos/ntoskrnl/ke/semphobj.c b/reactos/ntoskrnl/ke/semphobj.c index 28fc1fbcc46..516ea5054fe 100644 --- a/reactos/ntoskrnl/ke/semphobj.c +++ b/reactos/ntoskrnl/ke/semphobj.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/ke/sem.c + * FILE: ntoskrnl/ke/semphobj.c * PURPOSE: Implements the Semaphore Dispatcher Object * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/ke/timerobj.c b/reactos/ntoskrnl/ke/timerobj.c index ec960fdf021..43a348ec008 100644 --- a/reactos/ntoskrnl/ke/timerobj.c +++ b/reactos/ntoskrnl/ke/timerobj.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/ke/timer.c + * FILE: ntoskrnl/ke/timerobj.c * PURPOSE: Handle Kernel Timers (Kernel-part of Executive Timers) * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/mm/ARM3/arm/init.c b/reactos/ntoskrnl/mm/ARM3/arm/init.c index cfc34162229..2a2c48cb2ee 100644 --- a/reactos/ntoskrnl/mm/ARM3/arm/init.c +++ b/reactos/ntoskrnl/mm/ARM3/arm/init.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: ntoskrnl/mm/ARM3/init.c + * FILE: ntoskrnl/mm/ARM3/arm/init.c * PURPOSE: ARM Memory Manager Initialization * PROGRAMMERS: ReactOS Portable Systems Group */ diff --git a/reactos/ntoskrnl/mm/i386/pagepae.c b/reactos/ntoskrnl/mm/i386/pagepae.c index a038dd0e089..d40a186172f 100644 --- a/reactos/ntoskrnl/mm/i386/pagepae.c +++ b/reactos/ntoskrnl/mm/i386/pagepae.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/mm/i386/page.c + * FILE: ntoskrnl/mm/i386/pagepae.c * PURPOSE: Low level memory managment manipulation * * PROGRAMMERS: David Welch (welch@cwcom.net) diff --git a/reactos/ntoskrnl/mm/powerpc/page.c b/reactos/ntoskrnl/mm/powerpc/page.c index fb646fbb184..98aded450f8 100644 --- a/reactos/ntoskrnl/mm/powerpc/page.c +++ b/reactos/ntoskrnl/mm/powerpc/page.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/mm/i386/page.c + * FILE: ntoskrnl/mm/powerpc/page.c * PURPOSE: Low level memory managment manipulation * * PROGRAMMERS: David Welch (welch@cwcom.net) diff --git a/reactos/ntoskrnl/ps/amd64/psctx.c b/reactos/ntoskrnl/ps/amd64/psctx.c index 57ed4daa639..cc6546627de 100644 --- a/reactos/ntoskrnl/ps/amd64/psctx.c +++ b/reactos/ntoskrnl/ps/amd64/psctx.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/ps/amd64/pxctx.c + * FILE: ntoskrnl/ps/amd64/psctx.c * PURPOSE: Process Manager: Set/Get Context for i386 * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Timo Kreuzer (timo.kreuzer@reactos.org) diff --git a/reactos/ntoskrnl/ps/arm/psctx.c b/reactos/ntoskrnl/ps/arm/psctx.c index 53bcbe9f4a7..5afc1c427cc 100644 --- a/reactos/ntoskrnl/ps/arm/psctx.c +++ b/reactos/ntoskrnl/ps/arm/psctx.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: ntoskrnl/ps/arm/pxctx.c + * FILE: ntoskrnl/ps/arm/psctx.c * PURPOSE: Process Manager: Set/Get Context for ARM * PROGRAMMERS: ReactOS Portable Systems Group */ diff --git a/reactos/ntoskrnl/ps/i386/psctx.c b/reactos/ntoskrnl/ps/i386/psctx.c index 9c113bd8faa..51c77e3df3e 100644 --- a/reactos/ntoskrnl/ps/i386/psctx.c +++ b/reactos/ntoskrnl/ps/i386/psctx.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/ps/i386/pxctx.c + * FILE: ntoskrnl/ps/i386/psctx.c * PURPOSE: Process Manager: Set/Get Context for i386 * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/ps/psnotify.c b/reactos/ntoskrnl/ps/psnotify.c index c773f7864fb..8c9c1a9e26e 100644 --- a/reactos/ntoskrnl/ps/psnotify.c +++ b/reactos/ntoskrnl/ps/psnotify.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/ps/notify.c + * FILE: ntoskrnl/ps/psnotify.c * PURPOSE: Process Manager: Callbacks to Registered Clients (Drivers) * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Thomas Weidenmueller (w3seek@reactos.org) diff --git a/reactos/ntoskrnl/rtl/i386/stack.S b/reactos/ntoskrnl/rtl/i386/stack.S index 05fb981def3..767aef6c414 100644 --- a/reactos/ntoskrnl/rtl/i386/stack.S +++ b/reactos/ntoskrnl/rtl/i386/stack.S @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel - * FILE: ntoskrnl/rtl/i386/stack.s + * FILE: ntoskrnl/rtl/i386/stack.S * PURPOSE: Stack Support for RTL * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/se/lsa.c b/reactos/ntoskrnl/se/lsa.c index b6b36ad6647..beeeb3baaf0 100644 --- a/reactos/ntoskrnl/se/lsa.c +++ b/reactos/ntoskrnl/se/lsa.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/se/sid.c + * FILE: ntoskrnl/se/lsa.c * PURPOSE: Security manager * * PROGRAMMERS: David Welch diff --git a/reactos/ntoskrnl/wmi/guidobj.c b/reactos/ntoskrnl/wmi/guidobj.c index c6bbfbee24a..06f350ab797 100644 --- a/reactos/ntoskrnl/wmi/guidobj.c +++ b/reactos/ntoskrnl/wmi/guidobj.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/io/wmidrv.c + * FILE: ntoskrnl/wmi/guidobj.c * PURPOSE: I/O Windows Management Instrumentation (WMI) Support * PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org) */ diff --git a/reactos/ntoskrnl/wmi/smbios.c b/reactos/ntoskrnl/wmi/smbios.c index 84c7ef0f4ad..e650bb24db9 100644 --- a/reactos/ntoskrnl/wmi/smbios.c +++ b/reactos/ntoskrnl/wmi/smbios.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/io/wmi.c + * FILE: ntoskrnl/wmi/smbios.c * PURPOSE: I/O Windows Management Instrumentation (WMI) Support * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/wmi/wmi.c b/reactos/ntoskrnl/wmi/wmi.c index 25b424eb459..b0b085902e0 100644 --- a/reactos/ntoskrnl/wmi/wmi.c +++ b/reactos/ntoskrnl/wmi/wmi.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/io/wmi.c + * FILE: ntoskrnl/wmi/wmi.c * PURPOSE: I/O Windows Management Instrumentation (WMI) Support * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ diff --git a/reactos/ntoskrnl/wmi/wmidrv.c b/reactos/ntoskrnl/wmi/wmidrv.c index f5c9feb582d..f3d48a1f7b0 100644 --- a/reactos/ntoskrnl/wmi/wmidrv.c +++ b/reactos/ntoskrnl/wmi/wmidrv.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory - * FILE: ntoskrnl/io/wmidrv.c + * FILE: ntoskrnl/wmi/wmidrv.c * PURPOSE: I/O Windows Management Instrumentation (WMI) Support * PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org) */