aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2026-01-16 09:43:12 +0000
committerBrooks Davis <brooks@FreeBSD.org>2026-01-16 09:43:12 +0000
commita01a4c0730c50671565ea97ff3ae76e1a6503853 (patch)
treef31979a847a7843859311838682a2773a2e2ec78
parentd78291b0e9736f39f22c55c163978c1b92e601e4 (diff)
CODEOWNERS: register interest in some infrastructure
-rw-r--r--.github/CODEOWNERS4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 3c01ce41a092..fb518975b83f 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -71,7 +71,7 @@
/sbin/veriexec/ @stephane-rochoy-stormshield
/secure/usr.bin/openssl/ @juikim
/share/man/ @concussious
-/share/mk @bsdimp @bapt @bdrewery @emaste
+/share/mk @bsdimp @bapt @bdrewery @brooksdavis @emaste
/stand @bsdimp
/stand/lua @kevans91
/stand/veriexec.mk @stephane-rochoy-stormshield
@@ -101,6 +101,7 @@
/sys/fs/fuse/ @asomers
/sys/fs/procfs/ @dag-erling
/sys/fs/pseudofs/ @dag-erling
+/sys/kern/syscalls.master @brooksdavis
/sys/kern/vfs_aio.c @asomers
/sys/netinet/ip_carp.c @glebius
/sys/netpfil/ipfilter @cschuber
@@ -108,6 +109,7 @@
/sys/opencrypto/ @jmgurney
/sys/security/mac_veriexec/ @stephane-rochoy-stormshield
/sys/security/mac_veriexec_parser/ @stephane-rochoy-stormshield
+/sys/tools/syscalls/ @brooksdavis
/sys/x86/pci @bsdimp @bsdjhb
/tests @ngie-eign
/tests/sys/aio/ @asomers