https://git.reactos.org/?p=reactos.git;a=commitdiff;h=af4ae5e65815a6fd182b3…
commit af4ae5e65815a6fd182b3b3455a1a3c6a788efbd
Author: Thomas Faber <thomas.faber(a)reactos.org>
AuthorDate: Sat Sep 8 12:10:53 2018 +0200
Commit: Pierre Schweitzer <pierre(a)reactos.org>
CommitDate: Wed Sep 12 08:13:28 2018 +0200
[MAINTAINERS] Add myself.
Also add Pierre to the kernel as a whole, at his request.
Also fix a typo in "Abandoned".
---
MAINTAINERS | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 72 insertions(+), 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index ea1ab51212..1b6338d117 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -51,15 +51,35 @@ Descriptions of section entries used here:
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
- S: Abandonned
+ S: Abandoned
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
@@ -73,11 +93,24 @@ File Systems Run Time Library
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
+ R: ThFabba, Thomas Faber
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
@@ -85,11 +118,34 @@ Network File Systems kernel libraries
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/
+Run-Time Library (RTL)
+ M:
+ R: ThFabba, Thomas Faber
+ S: Maintained
+ F: sdk/lib/rtl/
+
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/
+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
@@ -129,3 +192,9 @@ Windows Network File Systems functions
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/