The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=37de3763b8d589c6916a1207bb46bbaefb75b4c3
commit 37de3763b8d589c6916a1207bb46bbaefb75b4c3 Author: Ed Maste <[email protected]> AuthorDate: 2026-01-21 15:09:05 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2026-01-21 15:09:58 +0000 CODEOWNERS: Add myself for openssh and makefs --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fb518975b83f..0bc99da6544f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -48,7 +48,7 @@ /contrib/one-true-awk/ @bsdimp /contrib/openpam/lib/libpam/ @dag-erling /contrib/pjdfstest @ngie-eign @asomers -/crypto/openssh @dag-erling +/crypto/openssh @dag-erling @emaste /crypto/openssl/ @juikim /etc/mail @gshapiro /etc/sendmail @gshapiro @@ -130,3 +130,4 @@ /usr.sbin/blocklistctl @jlduran /usr.sbin/blocklistd @jlduran /usr.sbin/lpr @gbergling +/usr.sbin/makefs @emaste
