summaryrefslogtreecommitdiff
path: root/MAINTAINERS.TXT
blob: 2fd060ec7a677ebe86fcfc8b9a23731196a0d1b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
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.