The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=a01a4c0730c50671565ea97ff3ae76e1a6503853
commit a01a4c0730c50671565ea97ff3ae76e1a6503853 Author: Brooks Davis <[email protected]> AuthorDate: 2026-01-16 09:43:12 +0000 Commit: Brooks Davis <[email protected]> CommitDate: 2026-01-16 09:43:12 +0000 CODEOWNERS: register interest in some infrastructure --- .github/CODEOWNERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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
