aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
Commit message (Collapse)AuthorAgeFilesLines
* MAINTAINERS: change linuxkpi review Phabricator group.Bjoern A. Zeeb2024-01-161-3/+1
| | | | | | | | | | Direct the review request to #linuxkpi instead of #x11 as it also is #wireless these days and possibly others in the future. I would suggest #x11 reviewers also add themselves to #linuxkpi instead. Reviewed by: manu, emaste Differential Revision: https://reviews.freebsd.org/D43458
* MAINTAINERS: Add myself for nvme entries, remove jimharrisWarner Losh2024-01-121-6/+3
| | | | | | | | 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
* MAINTAINERS, etc: Remove hselasky entriesWarner Losh2024-01-121-7/+3
| | | | | Sadly, Hans-Peter has passed away. Remove his entries out of respect for his many years of service to the project.
* Update MAINTAINERS for GitMinsoo Choo2023-12-261-2/+2
| | | | | | Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/937
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*\$FreeBSD\$$\n/
* MAINTAINERS: Add myself to standWarner Losh2023-05-081-0/+1
| | | | | | | | 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
* MAINTAINERS: Remove myself from OpenSSL maintenanceJung-uk Kim2023-03-281-1/+1
|
* MAINTAINERS+GitHub: Reflect ipfilter was moved from contrib to netpfilCy Schubert2023-02-281-2/+2
| | | | | | Reflect the fact that ipfilter was moved from contrib to netpfil on December 20, 2021 by 3b9b51fe464e. And that ipfilter userland was moved from contrib to sbin/ipf by 41edb306f056 that same day.
* Remove myself from bhyve maintenance; ENOTIME.Peter Grehan2021-11-181-6/+6
|
* [skip ci] volunteer to maintain POSIX AIOAlan Somers2021-05-301-0/+1
| | | | MFC after: 2 weeks
* Add a pointer to csprng@ for the CSPRNG driver. This is enforced anyway byMark Murray2020-09-011-0/+2
| | | | | | | subversion. Notes: svn path=/head/; revision=365028
* Update bhyve maintainers.Peter Grehan2020-06-261-3/+3
| | | | | | | | Suggested by: jhb Approved by: jhb, tychon Notes: svn path=/head/; revision=362643
* ice(4): Introduce new driver for Intel E800 Ethernet controllersEric Joyner2020-05-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=361541
* Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-201-7/+8
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=355940
* [skip ci] Add me to MAINTAINERS for fusefsAlan Somers2019-07-281-0/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/fuse2/; revision=350389
* Update/reformat maintainer entries that I am a part ofEnji Cooper2019-04-291-7/+10
| | | | | | | | | | | | | * 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). Notes: svn path=/head/; revision=346904
* Add a note to MAINTAINERS for lkpi for graphicsNiclas Zeising2019-04-291-0/+4
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=346899
* Add note that I'm the defacto maintainer of libegacy, ourWarner Losh2019-04-181-0/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=346354
* Update maintainers for libunwind and lldb.Dimitry Andric2019-03-161-1/+2
| | | | Notes: svn path=/head/; revision=345230
* Update review requests for bhyve.John Baldwin2019-02-271-1/+6
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=344631
* Register a pre-commit review for ipfilter.Cy Schubert2018-12-241-0/+2
| | | | Notes: svn path=/head/; revision=342384
* Fix typo and formatting...Warner Losh2018-12-181-1/+1
| | | | Notes: svn path=/head/; revision=342196
* add pre-commit review request for drm*.Warner Losh2018-12-181-1/+3
| | | | | | | Move dev/usb/wlan to sys/dev/usb/wlan as it was the odd-man-out. Notes: svn path=/head/; revision=342195
* Add pointer to freebsd-numerics for libm.Warner Losh2018-07-161-0/+1
| | | | Notes: svn path=/head/; revision=336347
* Pass on bhyve kernel module maintenance toPeter Grehan2018-06-101-1/+1
| | | | | | | | | | tychon and jhb who've both had a long history with the codebase. Discussed with: tychon, jhb Notes: svn path=/head/; revision=334913
* top(1): add myself as a MAINTAIENREitan Adler2018-05-211-0/+1
| | | | | | | also fix some nits Notes: svn path=/head/; revision=333965
* MAINTAINERS: add myself for Allwinner and 64bits RockChipEmmanuel Vadot2018-02-261-0/+2
| | | | Notes: svn path=/head/; revision=330039
* Add MAINTAINERS note for lualoader (stand/lua, specifically)Kyle Evans2018-02-261-0/+1
| | | | | | | | | 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. Notes: svn path=/head/; revision=330011
* list myself in the MAINTAINERS file for Xen bitsRoger Pau Monné2018-02-131-0/+3
| | | | Notes: svn path=/head/; revision=329219
* - I'm not using nis(8) and ypldap(8) anymore, so I'm removing myselfMarcelo Araujo2018-02-131-1/+0
| | | | | | | from MAINTAINERS list. Notes: svn path=/head/; revision=329193
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-1/+1
| | | | | | | Sponsored by: Netflix Notes: svn path=/head/; revision=325834
* Add asomers as a pjdfstest co-maintainer per the project status changeEnji Cooper2017-06-281-1/+1
| | | | | | | | | made upstream. MFC after: 1 month Notes: svn path=/head/; revision=320450
* Due to time constraints remove myself as a vmm(4) maintainer.Neel Natu2017-04-151-1/+1
| | | | Notes: svn path=/head/; revision=316990
* As suggested by several people, note that I prefer to communicate by email.Dag-Erling Smørgrav2017-03-031-7/+7
| | | | Notes: svn path=/head/; revision=314622
* Remove myself from kern_timeout.c yeah!Randall Stewart2016-07-271-1/+0
| | | | Notes: svn path=/head/; revision=303412
* Add myself to MAINTAINERS.Nathan Whitehorn2016-07-201-0/+1
| | | | Notes: svn path=/head/; revision=303097
* Add myself to MAINTAINERS.Edward Tomasz Napierala2016-03-141-0/+3
| | | | | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=296863
* Add interests/maintainerships + notesDevin Teske2015-12-281-0/+6
| | | | Notes: svn path=/head/; revision=292839
* Refer to creating Phabricator Herald notificationsCraig Rodrigues2015-12-221-0/+9
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=292612
* As previously noted in r290409, purge old entries from MAINTAINERS.John Baldwin2015-12-211-69/+0
| | | | Notes: svn path=/head/; revision=292559
* Keep maintainance of GELI and make it clear which directories I'm interested in.Pawel Jakub Dawidek2015-12-161-1/+1
| | | | Notes: svn path=/head/; revision=292310
* Err on the side of caution, and assume *env(3) should requireGlen Barber2015-12-161-2/+2
| | | | | | | | | | | secteam@ review for changes. so@ can remove this entry, if necessary. Submitted by: jhb (via secteam@) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=292304
* Keep the entries for NFS and the PCI bus code.John Baldwin2015-12-151-2/+2
| | | | Notes: svn path=/head/; revision=292291
* Retain maintership over sendmail pieces so I can keep upstream in syncGregory Neil Shapiro2015-12-111-5/+3
| | | | Notes: svn path=/head/; revision=292076
* Move nanobsd up since I'm overhauling itWarner Losh2015-12-101-36/+36
| | | | | | | Sort the new section alphabetically. Notes: svn path=/head/; revision=292065
* vmm is still maintained.Peter Grehan2015-12-101-1/+2
| | | | Notes: svn path=/head/; revision=292061
* Add a couple of spots I tend to look at and Michael for SCTP as well :-)Randall Stewart2015-12-091-0/+3
| | | | Notes: svn path=/head/; revision=292035
* Move recently added entry above the "old" line.John Baldwin2015-11-171-1/+1
| | | | Notes: svn path=/head/; revision=290997
* Take maintainership of nis(8) and yp(8), Pre-commit reviewMarcelo Araujo2015-11-171-0/+1
| | | | | | | | | | requested. Approved by: bapt (mentor) Differential Revision: D4118 Notes: svn path=/head/; revision=290971
* - Fix directory name for pf.Gleb Smirnoff2015-11-171-1/+2
| | | | | | | - Recommend my reviews for CARP. Notes: svn path=/head/; revision=290966