summaryrefslogtreecommitdiff
path: root/MAINTAINERS.TXT
diff options
context:
space:
mode:
Diffstat (limited to 'MAINTAINERS.TXT')
-rw-r--r--MAINTAINERS.TXT150
1 files changed, 150 insertions, 0 deletions
diff --git a/MAINTAINERS.TXT b/MAINTAINERS.TXT
new file mode 100644
index 0000000..2fd060e
--- /dev/null
+++ b/MAINTAINERS.TXT
@@ -0,0 +1,150 @@
+BSDOS MAINTAINERS
+=================
+
+This file contains the list of maintainers and their areas of responsibility.
+
+Please read the documentation before submitting patches or opening issues.
+
+Fields:
+ M: Maintainer
+ R: Reviewer
+ S: Status
+ F: Files
+ W: Website
+ T: Git repository
+
+Status:
+ Supported - Actively maintained.
+ Maintained - Regularly maintained.
+ Odd Fixes - Occasional maintenance only.
+ Orphan - Looking for a maintainer.
+
+-----------------------------------------------------------------------
+
+BSDOS PROJECT
+M: Allexander B. <al@fyntoraos.com>
+S: Supported
+F: *
+
+-----------------------------------------------------------------------
+
+KERNEL
+M: Allexander B. <al@fyntoraos.com>
+S: Supported
+F: kernel/
+F: include/
+
+-----------------------------------------------------------------------
+
+BOOT
+M: Allexander B. <al@fyntoraos.com>
+S: Supported
+F: boot/
+
+-----------------------------------------------------------------------
+
+ARCHITECTURE (x86_64)
+M: Allexander B. <al@fyntoraos.com>
+S: Supported
+F: arch/x86_64/
+
+-----------------------------------------------------------------------
+
+MEMORY MANAGEMENT
+M: Allexander B. <al@fyntoraos.com>
+S: Supported
+F: kernel/mm/
+
+-----------------------------------------------------------------------
+
+PROCESS SCHEDULER
+M: Allexander B. <al@fyntoraos.com>
+S: Supported
+F: kernel/sched/
+
+-----------------------------------------------------------------------
+
+VIRTUAL FILE SYSTEM
+M: Allexander B. <al@fyntoraos.com>
+S: Supported
+F: kernel/vfs/
+
+-----------------------------------------------------------------------
+
+FILESYSTEMS
+M: Allexander B. <al@fyntoraos.com>
+S: Supported
+F: fs/
+
+-----------------------------------------------------------------------
+
+NETWORKING
+M: Allexander B. <al@fyntoraos.com>
+S: Supported
+F: net/
+
+-----------------------------------------------------------------------
+
+DEVICE DRIVERS
+M: Allexander B. <al@fyntoraos.com>
+S: Supported
+F: drivers/
+
+-----------------------------------------------------------------------
+
+USERLAND
+M: Allexander B. <al@fyntoraos.com>
+S: Supported
+F: userland/
+
+-----------------------------------------------------------------------
+
+LIBC
+M: Allexander B. <al@fyntoraos.com>
+S: Supported
+F: libc/
+
+-----------------------------------------------------------------------
+
+BUILD SYSTEM
+M: Allexander B. <al@fyntoraos.com>
+S: Supported
+F: build/
+F: Makefile
+
+-----------------------------------------------------------------------
+
+DOCUMENTATION
+M: Allexander B. <al@fyntoraos.com>
+S: Supported
+F: docs/
+F: README.md
+
+-----------------------------------------------------------------------
+
+SECURITY
+M: Allexander B. <al@fyntoraos.com>
+S: Supported
+
+Private security reports should be sent directly to the maintainer and
+must not be disclosed publicly until a fix has been prepared.
+
+-----------------------------------------------------------------------
+
+VACANT SUBSYSTEMS
+
+The following areas are currently looking for maintainers:
+
+ - Filesystems
+ - Networking
+ - USB
+ - PCI
+ - ACPI
+ - Device Drivers
+ - Userland
+ - Documentation
+ - Toolchain
+ - Testing
+
+If you are interested in maintaining one of these subsystems, please
+contact the project maintainer. \ No newline at end of file