Commit Graph

28 Commits

Author SHA1 Message Date
Enji Cooper 8f9aabbdbc OpenSSL: update MAINTAINERS/CODEOWNERS
I've been the quasi-defacto component maintainer for OpenSSL since
14.0-RELEASE. Make it official via CODEOWNERS/MAINTAINERS.

The goal is to help guide those interested in making changes in this
space to solicit my input with the new vendor import process and
coordinate fixes with upstream until things are at a point where most of
this is automated a system of automated checks and balances to confirm
that the updates being made to the component help maintain a security
supply chain for this given component.

Thank you benl and jkim for your past efforts in this component area.
Hopefully I can do my part to help improve this critical space further
as you both did in your respective tenures.

MFC after:	3 days
2026-06-09 12:37:52 -07:00
Dag-Erling Smørgrav b3a8659f36 MAINTAINERS, CODEOWNERS: Add myself to fts and stdio 2026-06-04 15:03:49 +02:00
Andrew Turner a6ad3d4ca0 CODEOWNERS: Add myself for sys/arm64/vmm
Sponsored by:	Arm Ltd
2026-02-18 15:15:41 +00:00
Ed Maste d255b40e2d MAINTAINERS, CODEOWNERS: Add myself for vt(4) review 2026-02-08 12:41:58 -05:00
Ed Maste b773da180e MAINTAINERS, CODEOWNERS: Update capsicum-test
Fixes: 670b568ec1 ("capsicum-test: Move out of contrib")
Sponsored by: The FreeBSD Foundation
2026-02-05 13:21:52 -05:00
Ed Maste 670b568ec1 capsicum-test: Move out of contrib
Google developed the Capsicum unit test suite[1] as part of the
Capsicum-Linux[2] project, based on unit tests that existed in FreeBSD
and unit tests developed as part of the initial Capsicum-Linux port.

Capsicum-Linux was archived as of October 31, 2022 and is no longer
being maintained.  FreeBSD is currently the only consumer of and
contributor to the test suite.  Move the src into tests/sys/capsicum to
simplify ongoing maintenance.

The makefiles were deleted as we (continue to) use the existing bespoke
FreeBSD Makefile, and CONTRIBUTING.md was removed as the Google CLA is
no longer applicable.

[1] https://github.com/google/capsicum-test
[2] https://github.com/google/capsicum-linux

Reviewed by:	asomers, oshogbo
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D54917
2026-01-28 16:23:26 -05:00
Cy Schubert af9d11303c CODEOWNERS: Add myself to WPA 2026-01-27 07:52:05 -08:00
Cy Schubert 19a913c4ed CODEOWNERS: Add myself to Heimdal and MIT KRB5 2026-01-27 07:52:04 -08:00
Ed Maste 5b036b2585 CODEOWNERS: Add myself to capsicum-test 2026-01-27 10:29:01 -05:00
Ed Maste 37de3763b8 CODEOWNERS: Add myself for openssh and makefs 2026-01-21 10:09:58 -05:00
Brooks Davis a01a4c0730 CODEOWNERS: register interest in some infrastructure 2026-01-16 09:43:12 +00:00
Jose Luis Duran fd26fb8987 CODEOWNERS: Add jlduran as a blocklist CODEOWNER
Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D54696
2026-01-14 17:07:56 +00:00
Robert Clausecker c1d7c95789 CODEOWNERS: add @fuz for libc/string
Approved by:	markj (mentor)
Differential Revision:	https://reviews.freebsd.org/D54664
2026-01-13 13:51:27 +01:00
Alexander Ziaee 7ff1d2be5d MAINTAINERS/CODEOWNERS: Fix intro wrap + gitadm
+ svnadmin has apparently been superceeded by gitadm@
+ fix intro prose wrapping to be consistent at 72 for trad console

MFC after:	3 days
2026-01-12 09:36:18 -05:00
Alexander Ziaee 2fb7c416c8 MAINTAINERS/CODEOWNERS: Add ziaee to mandoc + man/
If you tag me on manual reviews, I will help you. I'm very intersted in
helping keep things standard and predictable across the manual. As these
files say, this is not intended to imply any desire for blocking.

MFC after:	3 days
2026-01-12 09:34:57 -05:00
Warner Losh 0b908de1d0 CODEOWNERS: Better reflect current #bhyve
So as a proof of concept, sync the info we have with the #bhyve
phabricator group. This is imperfect, but will help test out providing
better feedback to diff submitters.

Sponsored by:		Netflix
2026-01-11 17:55:15 -07:00
Warner Losh 9b54998d1b MAINTAINERS/CODEOWNERS: Add myself to mpr, mps and mpi3mr
Yea, I realize these are decaying, but I'm going to take a run at
automatically tagging reviews for github pull requests. I suspect that
tagging will help with the 'stale' issues with at least CODEOWNER.  As
better data becomes available, especailly for contrib, I'll update
things.

Sponsored by:		Netflix
2026-01-11 12:36:02 -07:00
Jose Luis Duran 1991946cff CODEOWNERS: Add nuageinit 2024-07-25 11:15:29 +02:00
Warner Losh 0854004bba CODEOWNERS: Add Stephane Rochoy
Stephane Rochoy isn't quite the maintainer of these items, but has an
interest in them. As an experiment, see if this is a viable thing to do.
2024-03-01 09:18:08 -07:00
Warner Losh 46ebf11f5a MAINTAINERS: Add myself for nvme entries, remove jimharris
Jim Harris no longer has a commit bit and has moved on from being the
FreeBSD nvme driver maintainer at Intel. I've been reviewing things
so I'll take that up.

Sponsored by:		Netflix
2024-01-12 12:12:15 -07:00
Warner Losh 178679daa9 MAINTAINERS, etc: Remove hselasky entries
Sadly, Hans-Peter has passed away. Remove his entries out of respect for
his many years of service to the project.
2024-01-12 12:02:28 -07:00
Warner Losh be68c895c8 MAINTAINERS: Add myself to stand
People email me when the boot loader breaks anyway, so ask to be
included in reviews. And ask strongly since I've had to deal with too
many major breakages lately, distruting other things I need to do.

Sponsored by:		Netflix
2023-05-07 22:30:10 -06:00
Cy Schubert 9f83fca886 MAINTAINERS+GitHub: Reflect ipfilter was moved from contrib to netpfil
Reflect the fact that ipfilter was moved from contrib to netpfil
on December 20, 2021 by 3b9b51fe46. And that ipfilter userland
was moved from contrib to sbin/ipf by 41edb306f0 that same day.
2023-02-28 10:33:03 -08:00
Andrew Turner 8aad241ed0 Add myself to the github code owners file 2023-02-20 12:29:55 +00:00
Jose Luis Duran bff83dd395 GitHub: Add libefivar's path to CODEOWNERS
Code owners are automatically requested for review when someone opens a
pull request that modifies code that they own.

https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

Pull Request: https://github.com/freebsd/freebsd-src/pull/581
2022-02-27 09:11:39 -07:00
Alan Somers 4f831830fa [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
2021-07-22 10:58:54 -06:00
Alan Somers f0d577fd2d [skip ci] volunteer to maintain POSIX AIO
MFC after:	2 weeks
2021-05-30 17:21:12 -06:00
Alan Somers 5a20c351ea [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
2021-05-30 16:49:07 -06:00