From dfe8140c86063c5c9f93e4b5c0d18bcfa63fe34d Mon Sep 17 00:00:00 2001 From: allexanderbergmans Date: Fri, 3 Jul 2026 11:40:33 +0200 Subject: feat(repo): Added maintainers.txt --- MAINTAINERS.TXT | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 MAINTAINERS.TXT (limited to 'MAINTAINERS.TXT') 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. +S: Supported +F: * + +----------------------------------------------------------------------- + +KERNEL +M: Allexander B. +S: Supported +F: kernel/ +F: include/ + +----------------------------------------------------------------------- + +BOOT +M: Allexander B. +S: Supported +F: boot/ + +----------------------------------------------------------------------- + +ARCHITECTURE (x86_64) +M: Allexander B. +S: Supported +F: arch/x86_64/ + +----------------------------------------------------------------------- + +MEMORY MANAGEMENT +M: Allexander B. +S: Supported +F: kernel/mm/ + +----------------------------------------------------------------------- + +PROCESS SCHEDULER +M: Allexander B. +S: Supported +F: kernel/sched/ + +----------------------------------------------------------------------- + +VIRTUAL FILE SYSTEM +M: Allexander B. +S: Supported +F: kernel/vfs/ + +----------------------------------------------------------------------- + +FILESYSTEMS +M: Allexander B. +S: Supported +F: fs/ + +----------------------------------------------------------------------- + +NETWORKING +M: Allexander B. +S: Supported +F: net/ + +----------------------------------------------------------------------- + +DEVICE DRIVERS +M: Allexander B. +S: Supported +F: drivers/ + +----------------------------------------------------------------------- + +USERLAND +M: Allexander B. +S: Supported +F: userland/ + +----------------------------------------------------------------------- + +LIBC +M: Allexander B. +S: Supported +F: libc/ + +----------------------------------------------------------------------- + +BUILD SYSTEM +M: Allexander B. +S: Supported +F: build/ +F: Makefile + +----------------------------------------------------------------------- + +DOCUMENTATION +M: Allexander B. +S: Supported +F: docs/ +F: README.md + +----------------------------------------------------------------------- + +SECURITY +M: Allexander B. +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 -- cgit v1.3