The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=4f831830fa07cbede2601501d5055b3252587d32
commit 4f831830fa07cbede2601501d5055b3252587d32 Author: Alan Somers <asom...@freebsd.org> AuthorDate: 2021-06-21 18:20:51 +0000 Commit: Alan Somers <asom...@freebsd.org> CommitDate: 2021-07-22 16:58:54 +0000 [skip ci] fix syntax in CODEOWNERS * Fix invalid usernames - Fix spelling of ngie-eign - Delete users who aren't members of the FreeBSD org * Fix spelling of usr.bin/fetch in CODEOWNERS * rm "a directory anywhere in the repo" patterns from CODEOWNERS Even though they're documented as working, in practice they don't. https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners#codeowners-file-location MFC after: 2 weeks Sponsored by: Axcient Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D30849 --- .github/CODEOWNERS | 62 ++++++++++++++++++++++++++---------------------------- 1 file changed, 30 insertions(+), 32 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index de6f0c72f471..f64ce9d91d15 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -31,73 +31,71 @@ # revision or makes a commit to the specified subtree. # *** -autofs/ @trasz -iscsi/ @trasz -kqueue/ @jmgurney -libpam/ @dag-erling -linprocfs/ @dag-erling -opencrypto/ @jmgurney -openssl/ @juikim -procfs/ @dag-erling -pseudofs/ @dag-erling -rctl/ @trasz -vmm/ @bsdjhb @grehan-freebsd /bin/sh @jillest -/contrib/atf @ngie -/contrib/capsicum-test @ngie -/contrib/googletest @ngie +/contrib/atf @ngie-eign +/contrib/capsicum-test @ngie-eign +/contrib/googletest @ngie-eign /contrib/ipfilter @cschuber /contrib/libcxxrt @DimitryAndric @emaste /contrib/llvm-project @DimitryAndric /contrib/llvm-project/libunwind @DimitryAndric @emaste @bsdjhb /contrib/llvm-project/lldb @DimitryAndric @emaste /contrib/llvm-project/openmp @DimitryAndric @emaste -/contrib/netbsd-tests @ngie -/contrib/pjdfstest @ngie @asomers +/contrib/netbsd-tests @ngie-eign +/contrib/netbsd-tests/crypto/opencrypto/ @jmgurney +/contrib/netbsd-tests/kernel/kqueue/ @jmgurney +/contrib/openpam/lib/libpam/ @dag-erling +/contrib/pjdfstest @ngie-eign @asomers /crypto/openssh @dag-erling +/crypto/openssl/ @juikim /etc/mail @gshapiro /etc/sendmail @gshapiro /lib/libc/sys/kevent.c @jmgurney -/lib/libdpv @devinteske /lib/libfetch @dag-erling /lib/libfigpar @dag-erling +/lib/libpam/ @dag-erling /lib/libvmmapi @bsdjhb @grehan-freebsd +/libexec/rc/rc.d/rctl/ @trasz /sbin/mount_fusefs @asomers -/share/mk @bsdimp @bapt @bdrewery @emaste @sgerraty -/stand/forth @devinteske +/secure/usr.bin/openssl/ @juikim +/share/mk @bsdimp @bapt @bdrewery @emaste /stand/lua @kevans91 /sys/amd64/pci @bsdimp @bsdjhb +/sys/amd64/vmm/ @bsdjhb @grehan-freebsd /sys/arm/allwinner @evadot /sys/arm64/rockchip @evadot +/sys/compat/linprocfs/ @dag-erling /sys/compat/linuxkpi @hselasky -/sys/contrib/dev/ice @ricera /sys/contrib/ipfilter @cschuber +/sys/crypto/openssl/ @juikim /sys/dev/drm2 @bsdimp -/sys/dev/e1000 @ricera -/sys/dev/ice @ricera -/sys/dev/ixgbe @ricera -/sys/dev/ixl @ricera -/sys/dev/ofw @nwhitehorn +/sys/dev/iscsi/ @trasz /sys/dev/pci @bsdimp @bsdjhb /sys/dev/sound/usb @hselasky /sys/dev/usb @hselasky +/sys/fs/autofs/ @trasz /sys/fs/fuse/ @asomers +/sys/fs/procfs/ @dag-erling +/sys/fs/pseudofs/ @dag-erling /sys/kern/vfs_aio.c @asomers /sys/netinet/ip_carp.c @glebius -/sys/netinet/sctp_* @tuexen -/sys/netpfil/pf @kprovost @glebius +/sys/netpfil/pf @glebius +/sys/opencrypto/ @jmgurney /sys/x86/pci @bsdimp @bsdjhb -/tests @ngie +/tests @ngie-eign /tests/sys/aio/ @asomers /tests/sys/fs/fusefs/ @asomers +/tests/sys/kqueue/ @jmgurney +/tests/sys/opencrypto/ @jmgurney /tools/build @bsdimp +/tools/regression/iscsi/ @trasz +/tools/regression/sockets/kqueue/ @jmgurney /tools/tools/nanobsd @bsdimp -/usr.bin/dpv @devinteske +/usr.bin/fetch @dag-erling +/usr.bin/rctl/ @trasz /usr.bin/top @grimreaper +/usr.sbin/autofs/ @trasz /usr.sbin/bhyve @bsdjhb @grehan-freebsd /usr.sbin/bhyvectl @bsdjhb @grehan-freebsd /usr.sbin/bhyveload @bsdjhb @grehan-freebsd -/usr.sbin/bsdconfig @devinteske /usr.sbin/lpr @gbergling -/usr.sbin/sysrc @devinteske -/usr/bin/fetch @dag-erling _______________________________________________ dev-commits-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"