diff options
| author | allexanderbergmans <allexander.bergmans@student.elisa.be> | 2026-07-03 11:40:33 +0200 |
|---|---|---|
| committer | allexanderbergmans <allexander.bergmans@student.elisa.be> | 2026-07-03 11:40:33 +0200 |
| commit | dfe8140c86063c5c9f93e4b5c0d18bcfa63fe34d (patch) | |
| tree | f1f7fb0cef4030e959a96f95a6ec4f850b4022a3 | |
| parent | 50638e8d2a7f5bbd6d0e5243a67efb601896267b (diff) | |
feat(repo): Added maintainers.txtmain
| -rw-r--r-- | MAINTAINERS.TXT | 150 |
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 |
