[MAINTAINERS] Add myself.
authorThomas Faber <thomas.faber@reactos.org>
Sat, 8 Sep 2018 10:10:53 +0000 (12:10 +0200)
committerPierre Schweitzer <pierre@reactos.org>
Wed, 12 Sep 2018 06:13:28 +0000 (08:13 +0200)
Also add Pierre to the kernel as a whole, at his request.
Also fix a typo in "Abandoned".

MAINTAINERS

index ea1ab51..1b6338d 100644 (file)
@@ -51,15 +51,35 @@ Descriptions of section entries used here:
           this area
        C: Comments
 
           this area
        C: Comments
 
+ACPI
+       M:
+       R: ThFabba, Thomas Faber
+       S: Maintained
+       F: drivers/bus/acpi/
+       F: hal/halx86/acpi/
+
+ACPICA Library
+       M: ThFabba, Thomas Faber
+       S: Upstream
+       F: drivers/bus/acpi/acpica/
+
 Cache Manager
        M: HeisSpiter, Pierre Schweitzer
        S: Maintained
        F: ntoskrnl/cc/
 
 Cache Manager Rewrite
 Cache Manager
        M: HeisSpiter, Pierre Schweitzer
        S: Maintained
        F: ntoskrnl/cc/
 
 Cache Manager Rewrite
-       S: Abandonned
+       S: Abandoned
        F: ntoskrnl/cache/
 
        F: ntoskrnl/cache/
 
+CMake Build Scripts
+       M:
+       R: ThFabba, Thomas Faber
+       S: Maintained
+       F: sdk/cmake/
+       F: */CMakeLists.txt
+       F: */*.cmake
+
 File Systems
        M: HeisSpiter, Pierre Schweitzer
        S: Maintained
 File Systems
        M: HeisSpiter, Pierre Schweitzer
        S: Maintained
@@ -73,11 +93,24 @@ File Systems Run Time Library
        F: ntoskrnl/fsrtl/
        F: sdk/lib/drivers/ntoskrnl_vista/fsrtl.c
 
        F: ntoskrnl/fsrtl/
        F: sdk/lib/drivers/ntoskrnl_vista/fsrtl.c
 
-IO Manager
+HID Drivers
+       M:
+       R: ThFabba, Thomas Faber
+       S: Maintained
+       F: drivers/hid/
+
+Kernel
        M:
        R: HeisSpiter, Pierre Schweitzer
        M:
        R: HeisSpiter, Pierre Schweitzer
+       R: ThFabba, Thomas Faber
        S: Maintained
        S: Maintained
-       F: ntoskrnl/io/iomgr/
+       F: ntoskrnl/
+
+Network Drivers
+       M:
+       R: ThFabba, Thomas Faber
+       S: Maintained
+       F: drivers/network/
 
 Network File Systems kernel libraries
        M: HeisSpiter, Pierre Schweitzer
 
 Network File Systems kernel libraries
        M: HeisSpiter, Pierre Schweitzer
@@ -85,11 +118,34 @@ Network File Systems kernel libraries
        F: sdk/lib/drivers/rdbsslib/
        F: sdk/lib/drivers/rxce/
 
        F: sdk/lib/drivers/rdbsslib/
        F: sdk/lib/drivers/rxce/
 
+NTDLL
+       M:
+       R: ThFabba, Thomas Faber
+       S: Maintained
+       F: dll/ntdll/
+
+ReactOS API Tests
+       M:
+       R: ThFabba, Thomas Faber
+       S: Maintained
+       F: modules/rostests/apitests/
+
+ReactOS Kernel-Mode Tests
+       M: ThFabba, Thomas Faber
+       S: Maintained
+       F: modules/rostests/kmtests/
+
 ROS internals tools
        M: HeisSpiter, Pierre Schweitzer
        S: Maintained
        F: modules/rosapps/applications/rosinternals/
 
 ROS internals tools
        M: HeisSpiter, Pierre Schweitzer
        S: Maintained
        F: modules/rosapps/applications/rosinternals/
 
+Run-Time Library (RTL)
+       M:
+       R: ThFabba, Thomas Faber
+       S: Maintained
+       F: sdk/lib/rtl/
+
 Upstream File Systems
        M: HeisSpiter, Pierre Schweitzer
        S: Upstream
 Upstream File Systems
        M: HeisSpiter, Pierre Schweitzer
        S: Upstream
@@ -108,6 +164,13 @@ Upstream File Systems
        F: sdk/lib/fslib/ext2lib/
        F: sdk/lib/fslib/vfatlib/check/
 
        F: sdk/lib/fslib/ext2lib/
        F: sdk/lib/fslib/vfatlib/check/
 
+USB Drivers
+       M: ThFabba, Thomas Faber
+       S: Maintained
+       F: drivers/usb/
+       F: sdk/lib/drivers/libusb/
+       F: sdk/include/reactos/drivers/usbport/
+
 Virtual CD-ROM
        M: HeisSpiter, Pierre Schweitzer
        S: Maintained
 Virtual CD-ROM
        M: HeisSpiter, Pierre Schweitzer
        S: Maintained
@@ -129,3 +192,9 @@ Windows Network File Systems functions
        M: HeisSpiter, Pierre Schweitzer
        S: Upstream
        F: dll/win32/mpr/wnet.c
        M: HeisSpiter, Pierre Schweitzer
        S: Upstream
        F: dll/win32/mpr/wnet.c
+
+Wine Tests
+       M:
+       R: ThFabba, Thomas Faber
+       S: Upstream
+       F: modules/rostests/winetests/