mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[MAINTAINERS] Add myself.
Also add Pierre to the kernel as a whole, at his request. Also fix a typo in "Abandoned".
This commit is contained in:
parent
a8ce91e716
commit
af4ae5e658
1 changed files with 72 additions and 3 deletions
75
MAINTAINERS
75
MAINTAINERS
|
@ -51,15 +51,35 @@ Descriptions of section entries used here:
|
||||||
this area
|
this area
|
||||||
C: Comments
|
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
|
Cache Manager
|
||||||
M: HeisSpiter, Pierre Schweitzer
|
M: HeisSpiter, Pierre Schweitzer
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: ntoskrnl/cc/
|
F: ntoskrnl/cc/
|
||||||
|
|
||||||
Cache Manager Rewrite
|
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
|
File Systems
|
||||||
M: HeisSpiter, Pierre Schweitzer
|
M: HeisSpiter, Pierre Schweitzer
|
||||||
S: Maintained
|
S: Maintained
|
||||||
|
@ -73,11 +93,24 @@ File Systems Run Time Library
|
||||||
F: ntoskrnl/fsrtl/
|
F: ntoskrnl/fsrtl/
|
||||||
F: sdk/lib/drivers/ntoskrnl_vista/fsrtl.c
|
F: sdk/lib/drivers/ntoskrnl_vista/fsrtl.c
|
||||||
|
|
||||||
IO Manager
|
HID Drivers
|
||||||
|
M:
|
||||||
|
R: ThFabba, Thomas Faber
|
||||||
|
S: Maintained
|
||||||
|
F: drivers/hid/
|
||||||
|
|
||||||
|
Kernel
|
||||||
M:
|
M:
|
||||||
R: HeisSpiter, Pierre Schweitzer
|
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
|
Network File Systems kernel libraries
|
||||||
M: HeisSpiter, Pierre Schweitzer
|
M: HeisSpiter, Pierre Schweitzer
|
||||||
|
@ -85,11 +118,34 @@ Network File Systems kernel libraries
|
||||||
F: sdk/lib/drivers/rdbsslib/
|
F: sdk/lib/drivers/rdbsslib/
|
||||||
F: sdk/lib/drivers/rxce/
|
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
|
ROS internals tools
|
||||||
M: HeisSpiter, Pierre Schweitzer
|
M: HeisSpiter, Pierre Schweitzer
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: modules/rosapps/applications/rosinternals/
|
F: modules/rosapps/applications/rosinternals/
|
||||||
|
|
||||||
|
Run-Time Library (RTL)
|
||||||
|
M:
|
||||||
|
R: ThFabba, Thomas Faber
|
||||||
|
S: Maintained
|
||||||
|
F: sdk/lib/rtl/
|
||||||
|
|
||||||
Upstream File Systems
|
Upstream File Systems
|
||||||
M: HeisSpiter, Pierre Schweitzer
|
M: HeisSpiter, Pierre Schweitzer
|
||||||
S: Upstream
|
S: Upstream
|
||||||
|
@ -108,6 +164,13 @@ Upstream File Systems
|
||||||
F: sdk/lib/fslib/ext2lib/
|
F: sdk/lib/fslib/ext2lib/
|
||||||
F: sdk/lib/fslib/vfatlib/check/
|
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
|
Virtual CD-ROM
|
||||||
M: HeisSpiter, Pierre Schweitzer
|
M: HeisSpiter, Pierre Schweitzer
|
||||||
S: Maintained
|
S: Maintained
|
||||||
|
@ -129,3 +192,9 @@ Windows Network File Systems functions
|
||||||
M: HeisSpiter, Pierre Schweitzer
|
M: HeisSpiter, Pierre Schweitzer
|
||||||
S: Upstream
|
S: Upstream
|
||||||
F: dll/win32/mpr/wnet.c
|
F: dll/win32/mpr/wnet.c
|
||||||
|
|
||||||
|
Wine Tests
|
||||||
|
M:
|
||||||
|
R: ThFabba, Thomas Faber
|
||||||
|
S: Upstream
|
||||||
|
F: modules/rostests/winetests/
|
||||||
|
|
Loading…
Reference in a new issue