[ACPICA] Fix MSVC x64 build
[reactos.git] / CODEOWNERS
1 ## List of maintainers for the ReactOS project
2
3 ## This file purpose is to give newcomers to the project the responsible
4 ## developers when submitting a pull request on GitHub, or opening a bug
5 ## report on Jira.
6
7 ## This file will notably establish who is responsible for a specific
8 ## area of ReactOS. Being a maintainer means the following:
9 ## - that person has good knownledge in the area
10 ## - that person is able to enforce consistency in the area
11 ## - that person may be available for giving help in the area
12 ## - that person has push access on the repository
13 ## Being a maintainer does not mean the following:
14 ## - that person is dedicated to the area
15 ## - that person is working full-time on the area/on ReactOS
16 ## - that person is paid
17 ## - that person is always available
18
19 ## We have no supported (paid) areas in ReactOS.
20
21 ## When submitting a pull request on GitHub and looking for reviewers,
22 ## look at that file and ask for a review from some of the people (M, R
23 ## - the most recently active in the area) listed in the matching area,
24 ## also, assign the pull request to the M person. Don't ask for a review
25 ## from all the listed reviewers.
26 ## Also, when submitted a pull request on GitHub, rules defined in
27 ## CONTRIBUTING.md apply. And if the maintainer is not available and
28 ## reviewers approved the pull request, developers feeling confident
29 ## can merge the pull request. Note that reviewers do not necessarily
30 ## have push access to the repository.
31 ## When submitting a bug report on Jira, if you want to be sure to have
32 ## a developer with skills in that area, write @nick from M people.
33
34 ## There should be one and only one primary maintainer per area.
35
36 ## In case of 3rd party code (also refered as upstream), the maintainer
37 ## is responsible of updating periodically the source code and of
38 ## managing local patches. He is not here to upstream code on your behalf.
39 ## As responsible, he may refuse a local patch if you did not try to
40 ## upstream your changes.
41
42 ## If you want to get listed in that file, either put yourself in the
43 ## file and push it, or open a pull request. You can also ask a person
44 ## who has push access to add yourself.
45
46 ## This file uses GitHub's format for specifying code owners.
47 ## - Lines starting with # are comment lines.
48 ## - All other lines specify a path / file (wildcards allowed) followed
49 ## by the GitHub user name(s) of the code owners.
50 ## See https://help.github.com/en/articles/about-code-owners
51
52 ## Additionally it tries to use a similar format to the Linux kernel
53 ## MAINTAINERS file within comments.
54 ## Descriptions of comment section entries used here:
55 ## M: Primary maintainer. Assign them pull requests
56 ## Use the GitHub, Jira, Real Name format for entry, squash if
57 ## some are overlapping
58 ## R: Reviewers. Ask them for review on pull requests
59 ## S: Status, one of the following:
60 ## Maintained: Someone is handling that area
61 ## Upstream: This is 3rd party code, synced in our tree
62 ## Abandoned: No one is handling that code anymore
63 ## F: Files. Directories, files (wildcards allowed) covered in
64 ## this area
65 ## C: Comments
66
67
68 # 3rd Party File Format Libraries
69 # M: ThFabba, Thomas Faber
70 # S: Upstream
71 # C: See media/doc/3rd Party Files.txt
72 /dll/3rdparty/libjpeg/ @ThFabba
73 /dll/3rdparty/libpng/ @ThFabba
74 /dll/3rdparty/libtiff/ @ThFabba
75 /dll/3rdparty/libxslt/ @ThFabba
76 /sdk/include/reactos/libs/libjpeg/ @ThFabba
77 /sdk/include/reactos/libs/libmpg123/ @ThFabba
78 /sdk/include/reactos/libs/libpng/ @ThFabba
79 /sdk/include/reactos/libs/libtiff/ @ThFabba
80 /sdk/include/reactos/libs/libxml/ @ThFabba
81 /sdk/include/reactos/libs/libxslt/ @ThFabba
82 /sdk/lib/3rdparty/libmpg123/ @ThFabba
83 /sdk/lib/3rdparty/libsamplerate/ @ThFabba
84 /sdk/lib/3rdparty/libxml2/ @ThFabba
85
86 # ACPI
87 # M:
88 # R: ThFabba, Thomas Faber
89 # S: Maintained
90 /drivers/bus/acpi/ @ThFabba
91 /hal/halx86/acpi/ @ThFabba
92
93 # ACPICA Library
94 # M: ThFabba, Thomas Faber
95 # S: Upstream
96 /drivers/bus/acpi/acpica/ @ThFabba
97
98 # Apisets
99 # M: learn-more, learn_more, Mark Jansen
100 # S: Maintained
101 /dll/apisets/ @learn-more
102
103 # Application Compatibility subystem
104 # M: learn-more, learn_more, Mark Jansen
105 # S: Maintained
106 /dll/appcompat/ @learn-more
107 /dll/shellext/acppage/ @learn-more
108 /ntoskrnl/ps/apphelp.c @learn-more
109
110 # Cache Manager
111 # M: HeisSpiter, Pierre Schweitzer
112 # S: Maintained
113 /modules/rostests/kmtests/ntos_cc/ @HeisSpiter
114 /ntoskrnl/cc/ @HeisSpiter
115
116 # Cache Manager Rewrite
117 # S: Abandoned
118 /ntoskrnl/cache/
119
120 # CMake Build Scripts
121 # M:
122 # R: learn-more, learn_more, Mark Jansen
123 # R: ThFabba, Thomas Faber
124 # S: Maintained
125 /sdk/cmake/ @learn-more @ThFabba
126 CMakeLists.txt @learn-more @ThFabba
127 *.cmake @learn-more @ThFabba
128
129 # File Patch API
130 # M: learn-more, learn_more, Mark Jansen
131 # S: Maintained
132 /dll/win32/mspatcha/ @learn-more
133
134 # File Systems
135 # M: HeisSpiter, Pierre Schweitzer
136 # S: Maintained
137 # C: Also see "Upstream File Systems"
138 /drivers/filesystems/ @HeisSpiter
139 /sdk/lib/fslib/ @HeisSpiter
140
141 # File Systems Run Time Library
142 # M: HeisSpiter, Pierre Schweitzer
143 # S: Maintained
144 /modules/rostests/kmtests/ntos_fsrtl/ @HeisSpiter
145 /modules/rostests/kmtests/novp_fsrtl/ @HeisSpiter
146 /ntoskrnl/fsrtl/ @HeisSpiter
147 /sdk/lib/drivers/ntoskrnl_vista/fsrtl.c @HeisSpiter
148
149 # Freeloader
150 # M:
151 # R: tkreuzer. ThePhysicist, Timo Kreuzer
152 # R: Extravert-ir, extravert34, Victor Perevertkin
153 # S: Maintained
154 /boot/freeldr/freeldr/ @tkreuzer @Extravert-ir
155
156 # HAL / APIC
157 # M: tkreuzer. ThePhysicist, Timo Kreuzer
158 # S: Maintained
159 /hal/halx86/apic/ @tkreuzer
160
161 # HID Drivers
162 # M:
163 # R: ThFabba, Thomas Faber
164 # S: Maintained
165 /drivers/hid/ @ThFabba
166
167 # Kernel
168 # M:
169 # R: HeisSpiter, Pierre Schweitzer
170 # R: ThFabba, Thomas Faber
171 # R: tkreuzer. ThePhysicist, Timo Kreuzer
172 # S: Maintained
173 /ntoskrnl/ @HeisSpiter @ThFabba @tkreuzer
174
175 # mbed TLS
176 # M: ThFabba, Thomas Faber
177 # S: Upstream
178 # C: See media/doc/3rd Party Files.txt
179 /dll/3rdparty/mbedtls/ @ThFabba
180 /sdk/include/reactos/libs/mbedtls/ @ThFabba
181
182 # Network Drivers
183 # M:
184 # R: ThFabba, Thomas Faber
185 # S: Maintained
186 /drivers/network/ @ThFabba
187
188 # Intel PRO/1000 NIC family driver
189 # M:
190 # R: ThFabba, Thomas Faber
191 # R: Extravert-ir, extravert34, Victor Perevertkin
192 # S: Maintained
193 /drivers/network/dd/e1000/ @ThFabba @Extravert-ir
194
195 # Network File Systems kernel libraries
196 # M: HeisSpiter, Pierre Schweitzer
197 # S: Maintained
198 /sdk/lib/drivers/rdbsslib/ @HeisSpiter
199 /sdk/lib/drivers/rxce/ @HeisSpiter
200
201 # NTDLL
202 # M:
203 # R: HeisSpiter, Pierre Schweitzer
204 # R: learn-more, learn_more, Mark Jansen
205 # R: ThFabba, Thomas Faber
206 # R: tkreuzer. ThePhysicist, Timo Kreuzer
207 # S: Maintained
208 /dll/ntdll/ @HeisSpiter @learn-more @ThFabba @tkreuzer
209
210 # ReactOS API Tests
211 # M:
212 # R: learn-more, learn_more, Mark Jansen
213 # R: ThFabba, Thomas Faber
214 # S: Maintained
215 /modules/rostests/apitests/ @learn-more @ThFabba
216
217 # ReactOS Kernel-Mode Tests
218 # M: ThFabba, Thomas Faber
219 # S: Maintained
220 /modules/rostests/kmtests/ @ThFabba
221
222 # ROS internals tools
223 # M: HeisSpiter, Pierre Schweitzer
224 # S: Maintained
225 /modules/rosapps/applications/rosinternals/ @HeisSpiter
226
227 # Run-Time Library (RTL)
228 # M:
229 # R: HeisSpiter, Pierre Schweitzer
230 # R: learn-more, learn_more, Mark Jansen
231 # R: ThFabba, Thomas Faber
232 # R: tkreuzer. ThePhysicist, Timo Kreuzer
233 # S: Maintained
234 /sdk/lib/rtl/ @HeisSpiter @learn-more @ThFabba @tkreuzer
235
236 # Shell Extensions
237 # M:
238 # R: learn-more, learn_more, Mark Jansen
239 # S: Maintained
240 /dll/shellext @learn-more
241
242 # Upstream File Systems
243 # M: HeisSpiter, Pierre Schweitzer
244 # S: Upstream
245 /base/services/nfsd/ @HeisSpiter
246 /dll/np/nfs/ @HeisSpiter
247 /dll/shellext/shellbtrfs/ @HeisSpiter
248 /drivers/filesystems/btrfs/ @HeisSpiter
249 /drivers/filesystems/cdfs/ @HeisSpiter
250 /drivers/filesystems/ext2/ @HeisSpiter
251 /drivers/filesystems/fastfat_new/ @HeisSpiter
252 /drivers/filesystems/ffs/ @HeisSpiter
253 /drivers/filesystems/nfs/ @HeisSpiter
254 /drivers/filesystems/reiserfs/ @HeisSpiter
255 /media/doc/README.FSD @HeisSpiter
256 /sdk/lib/fslib/btrfslib/ @HeisSpiter
257 /sdk/lib/fslib/ext2lib/ @HeisSpiter
258 /sdk/lib/fslib/vfatlib/check/ @HeisSpiter
259
260 # USB Drivers
261 # M: ThFabba, Thomas Faber
262 # R: Extravert-ir, extravert34, Victor Perevertkin
263 # S: Maintained
264 /drivers/usb/ @ThFabba @Extravert-ir
265 /sdk/lib/drivers/libusb/ @ThFabba @Extravert-ir
266 /sdk/include/reactos/drivers/usbport/ @ThFabba @Extravert-ir
267
268 # Virtual CD-ROM
269 # M: HeisSpiter, Pierre Schweitzer
270 # S: Maintained
271 /modules/rosapps/applications/cmdutils/vcdcli/ @HeisSpiter
272 /modules/rosapps/applications/vcdcontroltool/ @HeisSpiter
273 /modules/rosapps/drivers/vcdrom/ @HeisSpiter
274
275 # Virtual Floppy Disk
276 # M: HeisSpiter, Pierre Schweitzer
277 # S: Upstream
278 /modules/rosapps/applications/cmdutils/vfdcmd/ @HeisSpiter
279 /modules/rosapps/drivers/vfd/ @HeisSpiter
280
281 # Win32 file functions
282 # M: HeisSpiter, Pierre Schweitzer
283 # S: Maintained
284 /dll/win32/kernel32/client/file/ @HeisSpiter
285
286 # Windows Network File Systems functions
287 # M: HeisSpiter, Pierre Schweitzer
288 # S: Upstream
289 /dll/win32/mpr/wnet.c @HeisSpiter
290
291 # Wine Tests
292 # M:
293 # R: ThFabba, Thomas Faber
294 # S: Upstream
295 /modules/rostests/winetests/ @ThFabba
296
297 # zlib
298 # M: ThFabba, Thomas Faber
299 # S: Upstream
300 # C: See media/doc/3rd Party Files.txt
301 /sdk/include/reactos/libs/zlib/ @ThFabba
302 /sdk/lib/3rdparty/zlib/ @ThFabba
303
304 # x64 related code (keep this at the bottom)
305 # M: tkreuzer. ThePhysicist, Timo Kreuzer
306 # S: Maintained
307 amd64/ @tkreuzer
308 /boot/freeldr/freeldr/arch/realmode/amd64.S @tkreuzer
309
310 # Translations
311 de-DE.rc @reactos/lang-german