Commit Graph

260 Commits

Author SHA1 Message Date
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
Peter Grehan
b9569ba05e Remove myself from bhyve maintenance; ENOTIME. 2021-11-19 07:09:30 +10:00
Alan Somers
f0d577fd2d [skip ci] volunteer to maintain POSIX AIO
MFC after:	2 weeks
2021-05-30 17:21:12 -06:00
Mark Murray
2721e6f91b Add a pointer to csprng@ for the CSPRNG driver. This is enforced anyway by
subversion.
2020-09-01 08:02:12 +00:00
Peter Grehan
1649caabbb Update bhyve maintainers.
Suggested by: jhb
Approved by:  jhb, tychon
2020-06-26 06:11:50 +00:00
Eric Joyner
71d104536b ice(4): Introduce new driver for Intel E800 Ethernet controllers
The ice(4) driver is the driver for the Intel E8xx series Ethernet
controllers; currently with codenames Columbiaville and
Columbia Park.

These new controllers support 100G speeds, as well as introducing
more queues, better virtualization support, and more offload
capabilities. Future work will enable virtual functions (like
in ixl(4)) and the other functionality outlined above.

For full functionality, the kernel should be compiled with
"device ice_ddp" like in the amd64 NOTES file, and/or
ice_ddp_load="YES" should be added to /boot/loader.conf so that
the DDP package file included in this commit can be downloaded
to the adapter. Otherwise, the adapter will fall back to a single
queue mode with limited functionality.

A man page for this driver will be forthcoming.

MFC after:	1 month
Relnotes:	yes
Sponsored by:	Intel Corporation
Differential Revision:	https://reviews.freebsd.org/D21959
2020-05-26 23:35:10 +00:00
Dimitry Andric
0b57cec536 Move all sources from the llvm project into contrib/llvm-project.
This uses the new layout of the upstream repository, which was recently
migrated to GitHub, and converted into a "monorepo".  That is, most of
the earlier separate sub-projects with their own branches and tags were
consolidated into one top-level directory, and are now branched and
tagged together.

Updating the vendor area to match this layout is next.
2019-12-20 19:53:05 +00:00
Alan Somers
06e1ffbca6 [skip ci] Add me to MAINTAINERS for fusefs
Sponsored by:	The FreeBSD Foundation
2019-07-28 15:20:47 +00:00
Enji Cooper
f869876e0c Update/reformat maintainer entries that I am a part of
* Replace all instances of freebsd-testing with `#test`. `#test` is the
  Phabricator group that focuses on test-related reviews.
* Replace `atf` with contrib/atf, as that's the actual location for the test
  framework.
* Remove jmmv@ from the maintainers list for atf. He is the upstream project
  owner, but was moved to alumni status after r345787.
* Fix a typo accidentally introduced in r346899 (inpact -> impact).
2019-04-29 18:48:43 +00:00
Niclas Zeising
cb1f2c2f7e Add a note to MAINTAINERS for lkpi for graphics
Add a note to MAINTAINERS requesting pre-commit review from the graphics
team, using phabricator, for changes to the lkpi subsystem.  This is done in
order to give us a chance to test the graphics drivers (drm drivers) for
regressions, and to try to avoid breakage, errors and issues with the
graphics drivers.
The review is done via the #x11 group on phabricator.

Please note that hselasky also want to review changes.

Discussed with:	hselasky, imp
Approved by:	imp
2019-04-29 18:20:51 +00:00
Warner Losh
a03d6f0a16 Add note that I'm the defacto maintainer of libegacy, our
compat shims for building bootstrap tools that use new features
on systems too old to have those new features. The world view
for this part of the build is unique to the whole build process
and continuty of design for new compat shims help this library
remain viable.
2019-04-18 15:19:28 +00:00
Dimitry Andric
14700ca865 Update maintainers for libunwind and lldb. 2019-03-16 13:26:42 +00:00
John Baldwin
62c47c7f6c Update review requests for bhyve.
- Explicitly mention the #bhyve group on Phabricator.
- Request reviews of the userland components (libvmmapi, bhyve,
  bhyvectl, and bhyveload).

Reviewed by:	imp, rgrimes
Differential Revision:	https://reviews.freebsd.org/D17848
2019-02-27 20:09:58 +00:00
Cy Schubert
3c65d0a054 Register a pre-commit review for ipfilter. 2018-12-24 01:12:22 +00:00
Warner Losh
c08ef04422 Fix typo and formatting... 2018-12-18 19:05:57 +00:00
Warner Losh
5211a86d78 add pre-commit review request for drm*.
Move dev/usb/wlan to sys/dev/usb/wlan as it was the odd-man-out.
2018-12-18 18:52:12 +00:00
Warner Losh
c57594ef44 Add pointer to freebsd-numerics for libm. 2018-07-16 15:29:32 +00:00
Peter Grehan
837cac652d Pass on bhyve kernel module maintenance to
tychon and jhb who've both had a long history
with the codebase.

Discussed with:	 tychon, jhb
2018-06-10 04:25:19 +00:00
Eitan Adler
9aeb8f9999 top(1): add myself as a MAINTAIENR
also fix some nits
2018-05-21 05:00:19 +00:00
Emmanuel Vadot
51ef170c9d MAINTAINERS: add myself for Allwinner and 64bits RockChip 2018-02-26 21:50:13 +00:00
Kyle Evans
ea70c96af2 Add MAINTAINERS note for lualoader (stand/lua, specifically)
While it's a work in progress, at least, I would like a chance to review any
lua that goes into the tree for lualoader. I am also willing to help others
get started writing features or fixing any bugs wandered across.
2018-02-26 04:33:05 +00:00
Roger Pau Monné
96ec8b8f35 list myself in the MAINTAINERS file for Xen bits 2018-02-13 16:25:43 +00:00
Marcelo Araujo
e802574612 - I'm not using nis(8) and ypldap(8) anymore, so I'm removing myself
from MAINTAINERS list.
2018-02-13 06:36:27 +00:00
Warner Losh
ca987d4641 Move sys/boot to stand. Fix all references to new location
Sponsored by:	Netflix
2017-11-14 23:02:19 +00:00
Enji Cooper
13bb5a98f9 Add asomers as a pjdfstest co-maintainer per the project status change
made upstream.

MFC after:	1 month
2017-06-28 09:25:15 +00:00
Neel Natu
408b5f809a Due to time constraints remove myself as a vmm(4) maintainer. 2017-04-15 22:42:23 +00:00
Dag-Erling Smørgrav
f28fdcb042 As suggested by several people, note that I prefer to communicate by email. 2017-03-03 20:23:21 +00:00
Randall Stewart
f99ba4823c Remove myself from kern_timeout.c yeah! 2016-07-27 20:37:32 +00:00
Nathan Whitehorn
78243b5cb7 Add myself to MAINTAINERS. 2016-07-20 16:46:13 +00:00
Edward Tomasz Napierala
7f9b1e693a Add myself to MAINTAINERS.
MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
2016-03-14 16:27:43 +00:00
Devin Teske
7aedea5357 Add interests/maintainerships + notes 2015-12-28 19:29:05 +00:00
Craig Rodrigues
26b18977b3 Refer to creating Phabricator Herald notifications
This will allow maintainers to be notified of
any reviews or commits affecting parts of the
tree which they maintain.

Reviewed by:           jhb, emaste, allanjude
Differential Revision: https://reviews.freebsd.org/D4623
2015-12-22 17:46:14 +00:00
John Baldwin
16d63436e3 As previously noted in r290409, purge old entries from MAINTAINERS. 2015-12-21 19:15:06 +00:00
Pawel Jakub Dawidek
31d4f144b3 Keep maintainance of GELI and make it clear which directories I'm interested in. 2015-12-16 01:05:50 +00:00
Glen Barber
2c97ae6939 Err on the side of caution, and assume *env(3) should require
secteam@ review for changes.  so@ can remove this entry, if
necessary.

Submitted by:	jhb (via secteam@)
Sponsored by:	The FreeBSD Foundation
2015-12-16 00:21:21 +00:00
John Baldwin
d921a4eb9c Keep the entries for NFS and the PCI bus code. 2015-12-15 23:06:15 +00:00
Gregory Neil Shapiro
9cc0609146 Retain maintership over sendmail pieces so I can keep upstream in sync 2015-12-11 05:26:46 +00:00
Warner Losh
b1dc5e6dde Move nanobsd up since I'm overhauling it
Sort the new section alphabetically.
2015-12-10 16:44:40 +00:00
Peter Grehan
ae9ef15929 vmm is still maintained. 2015-12-10 12:12:47 +00:00
Randall Stewart
e770fe12a6 Add a couple of spots I tend to look at and Michael for SCTP as well :-) 2015-12-09 23:02:20 +00:00
John Baldwin
40e2cc24b9 Move recently added entry above the "old" line. 2015-11-17 19:03:55 +00:00
Marcelo Araujo
21178e1e44 Take maintainership of nis(8) and yp(8), Pre-commit review
requested.

Approved by:		bapt (mentor)
Differential Revision:	D4118
2015-11-17 01:45:24 +00:00
Gleb Smirnoff
2cab20bf3b - Fix directory name for pf.
- Recommend my reviews for CARP.
2015-11-17 01:01:03 +00:00
Garance A Drosehn
20696c6e3c I'm still interested in reviewing any code changes to lpr & friends
(lpc, lpd, lpq, etc).
2015-11-16 22:08:49 +00:00
Gleb Smirnoff
ad68579738 Review on pf is recommended. Add kp@ to the list. 2015-11-13 21:49:48 +00:00
Bryan Drewery
dd0c6100e7 Add note about usr.sbin/pkg -- Please discuss behavior/flag changes with pkg team. 2015-11-12 18:10:34 +00:00
Sean Bruno
5adfd35da9 spelling is important.
Submitted by:	vangyzen@FreeBSD.org
2015-11-12 17:15:04 +00:00
Sean Bruno
799f0b4670 Intel has requested that changes to these driver get a phabricator review
before commits to keep conflicts down to a minimum.
2015-11-12 16:08:49 +00:00
Hans Petter Selasky
a8a13a7e7f Renew my MAINTAINERS entries. 2015-11-10 11:04:23 +00:00
Enji Cooper
6e6fbf77b5 - Move the testing entries up for netbsd-tests/pjdfstest
- Add pjd to contrib/pjdfstest
- Add atf to the list; add jmmv
- Add tests
- Add share/mk/*.test.mk
2015-11-10 10:59:40 +00:00