From owner-dev-commits-src-main@freebsd.org Sun May 30 22:49:38 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 19DBF6390B3; Sun, 30 May 2021 22:49:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FtYX20DXnz4f96; Sun, 30 May 2021 22:49:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E429025143; Sun, 30 May 2021 22:49:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14UMnbbn094542; Sun, 30 May 2021 22:49:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14UMnbcl094541; Sun, 30 May 2021 22:49:37 GMT (envelope-from git) Date: Sun, 30 May 2021 22:49:37 GMT Message-Id: <202105302249.14UMnbcl094541@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Alan Somers Subject: git: 5a20c351ea45 - main - [skip ci] add a CODEOWNERS file MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: asomers X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5a20c351ea457d2beae661c197fcaa97c9ec0637 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 May 2021 22:49:38 -0000 The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=5a20c351ea457d2beae661c197fcaa97c9ec0637 commit 5a20c351ea457d2beae661c197fcaa97c9ec0637 Author: Alan Somers AuthorDate: 2021-05-30 21:54:46 +0000 Commit: Alan Somers CommitDate: 2021-05-30 22:49:07 +0000 [skip ci] add a CODEOWNERS file Summary: Convert MAINTAINERS into a Github CODEOWNERS file. This will automatically assign reviewers to some GH pull requests. The conversion is not 1:1; some committers don't have Github accounts (e.g. adrian), some functional areas don't neatly correspond to a set of files (e.g. kqueue), and mailing lists can't be assigned as a reviewer (e.g. secteam@). But it's a start. MFC after: 2 weeks Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D30559 --- .github/CODEOWNERS | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000000..8cdb55e3b58a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,101 @@ +# Please note that the content of this file is strictly advisory. +# No locks listed here are valid. The only strict review requirements +# are granted by core. These are documented in head/LOCKS and enforced +# by svnadmin/conf/approvers. +# +# The source tree is a community effort. However, some folks go to the +# trouble of looking after particular areas of the tree. In return for +# their active caretaking of the code it is polite to coordinate changes +# with them. This is a list of people who have expressed an interest in +# part of the code or listed their active caretaking role so that other +# committers can easily find somebody who is familiar with it. The notes +# should specify if there is a 3rd party source tree involved or other +# things that should be kept in mind. +# +# However, this is not a 'big stick', it is an offer to help and a source +# of guidance. It does not override the communal nature of the tree. +# It is not a registry of 'turf' or private property. +# +# *** +# This list is prone to becoming stale quickly. The best way to find the recent +# maintainer of a sub-system is to check recent logs for that directory or +# sub-system. +# *** +# +# *** +# Maintainers are encouraged to visit: +# https://reviews.freebsd.org/herald +# +# and configure Phabricator notifications for parts of the tree which they +# maintain. Notifications can automatically be sent when someone proposes a +# 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/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 +/crypto/openssh @dag-erling +/etc/mail @gshapiro +/etc/sendmail @gshapiro +/lib/libc/sys/kevent.c @jmgurney +/lib/libdpv @devinteske +/lib/libfetch @dag-erling +/lib/libfigpar @dag-erling +/lib/libvmmapi @bsdjhb @grehan-freebsd +/sbin/mount_fusefs @asomers +/share/mk @bsdimp @bapt @bdrewery @emaste @sgerraty +/stand/forth @devinteske +/stand/lua @kevans91 +/sys/amd64/pci @bsdimp @bsdjhb +/sys/arm/allwinner @evadot +/sys/arm64/rockchip @evadot +/sys/compat/linuxkpi @hselasky +/sys/contrib/dev/ice @ricera +/sys/contrib/ipfilter @cschuber +/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/pci @bsdimp @bsdjhb +/sys/dev/sound/usb @hselasky +/sys/dev/usb @hselasky +/sys/fs/fuse/ @asomers +/sys/netinet/ip_carp.c @glebius +/sys/netinet/sctp_* @tuexen +/sys/netpfil/pf @kprovost @glebius +/sys/x86/pci @bsdimp @bsdjhb +/tests @ngie +/tests/sys/fs/fusefs/ @asomers +/tools/build @bsdimp +/tools/tools/nanobsd @bsdimp +/usr.bin/dpv @devinteske +/usr.bin/top @grimreaper +/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