Commit Graph

257 Commits

Author SHA1 Message Date
markm
60f812fd37 Add a pointer to csprng@ for the CSPRNG driver. This is enforced anyway by
subversion.
2020-09-01 08:02:12 +00:00
grehan
9d77bc5a0d Update bhyve maintainers.
Suggested by: jhb
Approved by:  jhb, tychon
2020-06-26 06:11:50 +00:00
erj
ba15208e99 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
dim
d111c7844e 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
asomers
96cec15eec [skip ci] Add me to MAINTAINERS for fusefs
Sponsored by:	The FreeBSD Foundation
2019-07-28 15:20:47 +00:00
ngie
fec44797cd 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
zeising
d6a8ed9132 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
imp
0c97cd095f 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
dim
2b7278f31e Update maintainers for libunwind and lldb. 2019-03-16 13:26:42 +00:00
jhb
11f8a196e3 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
7b4de680d3 Register a pre-commit review for ipfilter. 2018-12-24 01:12:22 +00:00
imp
d127144aee Fix typo and formatting... 2018-12-18 19:05:57 +00:00
imp
7451744e80 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
imp
cf1c97f955 Add pointer to freebsd-numerics for libm. 2018-07-16 15:29:32 +00:00
grehan
3812f3b556 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
eadler
35503e9abf top(1): add myself as a MAINTAIENR
also fix some nits
2018-05-21 05:00:19 +00:00
manu
3304fa6bd1 MAINTAINERS: add myself for Allwinner and 64bits RockChip 2018-02-26 21:50:13 +00:00
kevans
4e19f8f67d 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
royger
d123f846b5 list myself in the MAINTAINERS file for Xen bits 2018-02-13 16:25:43 +00:00
araujo
e63cefb08a - 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
imp
433bd38e3a Move sys/boot to stand. Fix all references to new location
Sponsored by:	Netflix
2017-11-14 23:02:19 +00:00
ngie
cfcc78c45a 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
eb5b435351 Due to time constraints remove myself as a vmm(4) maintainer. 2017-04-15 22:42:23 +00:00
des
1314b0c247 As suggested by several people, note that I prefer to communicate by email. 2017-03-03 20:23:21 +00:00
rrs
a17d1e34c0 Remove myself from kern_timeout.c yeah! 2016-07-27 20:37:32 +00:00
nwhitehorn
ba64d61236 Add myself to MAINTAINERS. 2016-07-20 16:46:13 +00:00
trasz
4838993073 Add myself to MAINTAINERS.
MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
2016-03-14 16:27:43 +00:00
dteske
42cdd645e4 Add interests/maintainerships + notes 2015-12-28 19:29:05 +00:00
rodrigc
0bddc33f9a 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
jhb
7d273b530f As previously noted in r290409, purge old entries from MAINTAINERS. 2015-12-21 19:15:06 +00:00
pjd
1ffa534b03 Keep maintainance of GELI and make it clear which directories I'm interested in. 2015-12-16 01:05:50 +00:00
gjb
7541e09c63 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
jhb
d6a50be3da Keep the entries for NFS and the PCI bus code. 2015-12-15 23:06:15 +00:00
gshapiro
fc4fd2608b Retain maintership over sendmail pieces so I can keep upstream in sync 2015-12-11 05:26:46 +00:00
imp
82f92a0952 Move nanobsd up since I'm overhauling it
Sort the new section alphabetically.
2015-12-10 16:44:40 +00:00
grehan
751afca717 vmm is still maintained. 2015-12-10 12:12:47 +00:00
rrs
acde7f54c8 Add a couple of spots I tend to look at and Michael for SCTP as well :-) 2015-12-09 23:02:20 +00:00
jhb
e73e0c7b63 Move recently added entry above the "old" line. 2015-11-17 19:03:55 +00:00
araujo
8b819ab5ca 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
glebius
aa15bac7df - Fix directory name for pf.
- Recommend my reviews for CARP.
2015-11-17 01:01:03 +00:00
gad
17ef85f978 I'm still interested in reviewing any code changes to lpr & friends
(lpc, lpd, lpq, etc).
2015-11-16 22:08:49 +00:00
glebius
10c8fd7b78 Review on pf is recommended. Add kp@ to the list. 2015-11-13 21:49:48 +00:00
bdrewery
0646de3d20 Add note about usr.sbin/pkg -- Please discuss behavior/flag changes with pkg team. 2015-11-12 18:10:34 +00:00
sbruno
e33b47ae92 spelling is important.
Submitted by:	vangyzen@FreeBSD.org
2015-11-12 17:15:04 +00:00
sbruno
01470382a9 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
hselasky
62de1ff2b2 Renew my MAINTAINERS entries. 2015-11-10 11:04:23 +00:00
ngie
4fc0c8e7f2 - 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
des
6c89db9850 Upgrade my claim on fetch and libfetch since people don't seem to give a
hoot about "advance notification requested".
2015-11-10 10:49:26 +00:00
dim
5c556d172b Add maintainer entries for llvm, lldb, compiler-rt, libc++ and libcxxrt. 2015-11-06 22:24:41 +00:00
des
90d6699fcc Refresh my entries 2015-11-06 17:29:51 +00:00