History log of /freebsd-current/MAINTAINERS
Revision Date Author Comments
# 61a0eaca 14-Jan-2024 Bjoern A. Zeeb <bz@FreeBSD.org>

MAINTAINERS: change linuxkpi review Phabricator group.

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


# 46ebf11f 12-Jan-2024 Warner Losh <imp@FreeBSD.org>

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


# 178679da 12-Jan-2024 Warner Losh <imp@FreeBSD.org>

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.


# d2a736db 26-Dec-2023 Minsoo Choo <minsoochoo0122@proton.me>

Update MAINTAINERS for Git

Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/937


# 05248206 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line bare tag

Remove /^\s*\$FreeBSD\$$\n/


# be68c895 07-May-2023 Warner Losh <imp@FreeBSD.org>

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


# 29866ecb 27-Mar-2023 Andrew Turner <andrew@FreeBSD.org>

Update the Arm Optimized Routines

Import the v23.01 release of the Arm Optimized Routines [1]. This updates
the license to MIT OR Apache-2.0 WITH LLVM-exception.

[1] https://github.com/ARM-software/optimized-routines/tree/v23.01

Approved by: core (License change)
Sponsored by: Arm Ltd


# b6743037 28-Mar-2023 Jung-uk Kim <jkim@FreeBSD.org>

MAINTAINERS: Remove myself from OpenSSL maintenance


# 9f83fca8 28-Feb-2023 Cy Schubert <cy@FreeBSD.org>

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 3b9b51fe464e. And that ipfilter userland
was moved from contrib to sbin/ipf by 41edb306f056 that same day.


# b9569ba0 18-Nov-2021 Peter Grehan <grehan@FreeBSD.org>

Remove myself from bhyve maintenance; ENOTIME.


# f0d577fd 30-May-2021 Alan Somers <asomers@FreeBSD.org>

[skip ci] volunteer to maintain POSIX AIO

MFC after: 2 weeks


# 2721e6f9 01-Sep-2020 Mark Murray <markm@FreeBSD.org>

Add a pointer to csprng@ for the CSPRNG driver. This is enforced anyway by
subversion.


# 1649caab 26-Jun-2020 Peter Grehan <grehan@FreeBSD.org>

Update bhyve maintainers.

Suggested by: jhb
Approved by: jhb, tychon


# 71d10453 26-May-2020 Eric Joyner <erj@FreeBSD.org>

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


# 0b57cec5 20-Dec-2019 Dimitry Andric <dim@FreeBSD.org>

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.


# 06e1ffbc 28-Jul-2019 Alan Somers <asomers@FreeBSD.org>

[skip ci] Add me to MAINTAINERS for fusefs

Sponsored by: The FreeBSD Foundation


# f869876e 29-Apr-2019 Enji Cooper <ngie@FreeBSD.org>

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).


# cb1f2c2f 29-Apr-2019 Niclas Zeising <zeising@FreeBSD.org>

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


# a03d6f0a 18-Apr-2019 Warner Losh <imp@FreeBSD.org>

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.


# 14700ca8 16-Mar-2019 Dimitry Andric <dim@FreeBSD.org>

Update maintainers for libunwind and lldb.


# 62c47c7f 27-Feb-2019 John Baldwin <jhb@FreeBSD.org>

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


# 3c65d0a0 23-Dec-2018 Cy Schubert <cy@FreeBSD.org>

Register a pre-commit review for ipfilter.


# c08ef044 18-Dec-2018 Warner Losh <imp@FreeBSD.org>

Fix typo and formatting...


# 5211a86d 18-Dec-2018 Warner Losh <imp@FreeBSD.org>

add pre-commit review request for drm*.
Move dev/usb/wlan to sys/dev/usb/wlan as it was the odd-man-out.


# c57594ef 16-Jul-2018 Warner Losh <imp@FreeBSD.org>

Add pointer to freebsd-numerics for libm.


# 837cac65 09-Jun-2018 Peter Grehan <grehan@FreeBSD.org>

Pass on bhyve kernel module maintenance to
tychon and jhb who've both had a long history
with the codebase.

Discussed with: tychon, jhb


# 9aeb8f99 20-May-2018 Eitan Adler <eadler@FreeBSD.org>

top(1): add myself as a MAINTAIENR

also fix some nits


# 51ef170c 26-Feb-2018 Emmanuel Vadot <manu@FreeBSD.org>

MAINTAINERS: add myself for Allwinner and 64bits RockChip


# ea70c96a 25-Feb-2018 Kyle Evans <kevans@FreeBSD.org>

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.


# 96ec8b8f 13-Feb-2018 Roger Pau Monné <royger@FreeBSD.org>

list myself in the MAINTAINERS file for Xen bits


# e8025746 12-Feb-2018 Marcelo Araujo <araujo@FreeBSD.org>

- I'm not using nis(8) and ypldap(8) anymore, so I'm removing myself
from MAINTAINERS list.


# ca987d46 14-Nov-2017 Warner Losh <imp@FreeBSD.org>

Move sys/boot to stand. Fix all references to new location

Sponsored by: Netflix


# 13bb5a98 28-Jun-2017 Enji Cooper <ngie@FreeBSD.org>

Add asomers as a pjdfstest co-maintainer per the project status change
made upstream.

MFC after: 1 month


# 408b5f80 15-Apr-2017 Neel Natu <neel@FreeBSD.org>

Due to time constraints remove myself as a vmm(4) maintainer.


# f28fdcb0 03-Mar-2017 Dag-Erling Smørgrav <des@FreeBSD.org>

As suggested by several people, note that I prefer to communicate by email.


# f99ba482 27-Jul-2016 Randall Stewart <rrs@FreeBSD.org>

Remove myself from kern_timeout.c yeah!


# 78243b5c 20-Jul-2016 Nathan Whitehorn <nwhitehorn@FreeBSD.org>

Add myself to MAINTAINERS.


# 7f9b1e69 14-Mar-2016 Edward Tomasz Napierala <trasz@FreeBSD.org>

Add myself to MAINTAINERS.

MFC after: 1 month
Sponsored by: The FreeBSD Foundation


# 7aedea53 28-Dec-2015 Devin Teske <dteske@FreeBSD.org>

Add interests/maintainerships + notes


# 26b18977 22-Dec-2015 Craig Rodrigues <rodrigc@FreeBSD.org>

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


# 16d63436 21-Dec-2015 John Baldwin <jhb@FreeBSD.org>

As previously noted in r290409, purge old entries from MAINTAINERS.


# 31d4f144 15-Dec-2015 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Keep maintainance of GELI and make it clear which directories I'm interested in.


# 2c97ae69 15-Dec-2015 Glen Barber <gjb@FreeBSD.org>

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


# d921a4eb 15-Dec-2015 John Baldwin <jhb@FreeBSD.org>

Keep the entries for NFS and the PCI bus code.


# 9cc06091 10-Dec-2015 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

Retain maintership over sendmail pieces so I can keep upstream in sync


# b1dc5e6d 10-Dec-2015 Warner Losh <imp@FreeBSD.org>

Move nanobsd up since I'm overhauling it
Sort the new section alphabetically.


# ae9ef159 09-Dec-2015 Peter Grehan <grehan@FreeBSD.org>

vmm is still maintained.


# e770fe12 09-Dec-2015 Randall Stewart <rrs@FreeBSD.org>

Add a couple of spots I tend to look at and Michael for SCTP as well :-)


# 40e2cc24 17-Nov-2015 John Baldwin <jhb@FreeBSD.org>

Move recently added entry above the "old" line.


# 21178e1e 16-Nov-2015 Marcelo Araujo <araujo@FreeBSD.org>

Take maintainership of nis(8) and yp(8), Pre-commit review
requested.

Approved by: bapt (mentor)
Differential Revision: D4118


# 2cab20bf 16-Nov-2015 Gleb Smirnoff <glebius@FreeBSD.org>

- Fix directory name for pf.
- Recommend my reviews for CARP.


# 20696c6e 16-Nov-2015 Garance A Drosehn <gad@FreeBSD.org>

I'm still interested in reviewing any code changes to lpr & friends
(lpc, lpd, lpq, etc).


# ad685797 13-Nov-2015 Gleb Smirnoff <glebius@FreeBSD.org>

Review on pf is recommended. Add kp@ to the list.


# dd0c6100 12-Nov-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Add note about usr.sbin/pkg -- Please discuss behavior/flag changes with pkg team.


# 5adfd35d 12-Nov-2015 Sean Bruno <sbruno@FreeBSD.org>

spelling is important.

Submitted by: vangyzen@FreeBSD.org


# 799f0b46 12-Nov-2015 Sean Bruno <sbruno@FreeBSD.org>

Intel has requested that changes to these driver get a phabricator review
before commits to keep conflicts down to a minimum.


# a8a13a7e 10-Nov-2015 Hans Petter Selasky <hselasky@FreeBSD.org>

Renew my MAINTAINERS entries.


# 6e6fbf77 10-Nov-2015 Enji Cooper <ngie@FreeBSD.org>

- 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


# e8ae2f65 10-Nov-2015 Dag-Erling Smørgrav <des@FreeBSD.org>

Upgrade my claim on fetch and libfetch since people don't seem to give a
hoot about "advance notification requested".


# d11ca824 06-Nov-2015 Dimitry Andric <dim@FreeBSD.org>

Add maintainer entries for llvm, lldb, compiler-rt, libc++ and libcxxrt.


# d3565bb6 06-Nov-2015 Dag-Erling Smørgrav <des@FreeBSD.org>

Refresh my entries


# ca84d429 06-Nov-2015 Jim Harris <jimharris@FreeBSD.org>

I am still maintaining iscsi, nvme, nvd and nvmecontrol.


# 36375b89 06-Nov-2015 Jilles Tjoelker <jilles@FreeBSD.org>

I still maintain sh(1).


# 0be73b85 05-Nov-2015 Glen Barber <gjb@FreeBSD.org>

Update MAINTAINERS file to reflect re (gjb) wants to review changes
to release.sh

Sponsored by: The FreeBSD Foundation


# 1df9703b 05-Nov-2015 Jung-uk Kim <jkim@FreeBSD.org>

OpenSSL is still maintained by us.


# 296d4611 05-Nov-2015 John-Mark Gurney <jmg@FreeBSD.org>

I'm still maintaining these...


# 2ff57ca0 05-Nov-2015 Adrian Chadd <adrian@FreeBSD.org>

Add wifi bits.


# 71318c4d 05-Nov-2015 Warner Losh <imp@FreeBSD.org>

make is hard, so definitely move it.
Still mulling moving vs deleting the rest of mine.


# e6b973b5 05-Nov-2015 John Baldwin <jhb@FreeBSD.org>

Start a cleanup of the MAINTAINERS file. This adds an "OLD" line at the
top of the list. Any entries in the list that are still below this line
after December 5th will be removed.

Approved by: core


# 4609a2a6 29-Oct-2015 Warner Losh <imp@FreeBSD.org>

PC Card and Cardbus are now in extended maintenance mode. No need to
have them cluttering up MAINTAINERS.


# 6fb116c1 29-Oct-2015 Hans Petter Selasky <hselasky@FreeBSD.org>

Add myself to MAINTAINERS.


# db65a64c 27-Oct-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Update nfs note and remove some other stale ones.


# 74e75dc2 27-Oct-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Update notes about zfs and geom. Also add a note on how to find the real
maintainers in case of bitrot.


# 67b1ab56 27-Oct-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Add a hint on who can help with share/mk currently.


# 62b57d9a 24-Nov-2014 Enji Cooper <ngie@FreeBSD.org>

Remove cokane@ from MAINTAINERS for 3dfx(4)/tdfx(4) because their email
addresses on file bounce (see r252463 for more details)

Reviewed by: accounts (dhw)


# cf1f5712 16-Nov-2014 Enji Cooper <ngie@FreeBSD.org>

Add freebsd-testing and myself to MAINTAINERS for contrib/netbsd-tests and
contrib/pjdfstest


# 1cb8f1cd 11-Nov-2014 David Christensen <davidch@FreeBSD.org>

Remove myself from bxe(4) maintenance.


# 4d3eb55b 03-Nov-2014 Bryan Drewery <bdrewery@FreeBSD.org>

Remove MAINTAINER line for binutils. It has not been maintained by
obrien since 2008.

Approved by: core


# fa450d2f 11-Aug-2014 John-Mark Gurney <jmg@FreeBSD.org>

add myself as opencrypto maintainer as I'm doing some work in the
area...

Note that documentation is requires for commits to what I maintain...


# c67bc4db 14-Jun-2014 Gavin Atkinson <gavin@FreeBSD.org>

Remove send-pr, the supported interface to submit bugs is now via
https://bugs.freebsd.org/submit/

Removing send-pr also removes one more piece of non-BSD-licensed software.

Hat: bugmeister
MFC after: 3 days


# b30283c0 13-Jun-2014 Xin LI <delphij@FreeBSD.org>

Add Jung-uk Kim as co-maintainer of OpenSSL per discussion on
-developers and agreed by benl@.


# f3c447c4 06-Apr-2014 Peter Grehan <grehan@FreeBSD.org>

This should have been obvious, but make it so.


# f0e23c5e 20-Mar-2014 Gleb Smirnoff <glebius@FreeBSD.org>

Since mlaier has been inactive for a long time, grab maintainership on pf.


# 36858c65 19-Mar-2014 Warner Losh <imp@FreeBSD.org>

Add my humble request for reviews before nanobsd changes happen.


# cf961c95 14-Mar-2014 Dag-Erling Smørgrav <des@FreeBSD.org>

Remove lukemftpd. It was disconnected from the build in 2009.

MFC after: 3 days


# df1dff36 02-Mar-2014 Glen Barber <gjb@FreeBSD.org>

Explicitly request review/regression testing on the
release/release.sh script, as it is heavily used on
a regular basis, not just during a release cycle.

Sponsored by: The FreeBSD Foundation


# 2ca1ee57 09-Nov-2013 Sergey Kandaurov <pluknet@FreeBSD.org>

pkg_install has been removed on 20131031.

Approved by: portmgr (bdrewery)


# cac0f72e 31-Jul-2013 Jim Harris <jimharris@FreeBSD.org>

Add myself as maintainer for nvme(4), nvd(4) and nvmecontrol(8).


# 5d206304 18-May-2013 Adrian Chadd <adrian@FreeBSD.org>

Use my @freebsd.org username, rather than ${WORK} username.

Pointy hat provided by: kib, thankyou!


# 319bf087 18-May-2013 Adrian Chadd <adrian@FreeBSD.org>

Update maintainers with ath/net80211.


# cd94a384 16-May-2013 Garance A Drosehn <gad@FreeBSD.org>

Drop any connection to newsyslog. I haven't worked on it for quite
some time. Note that I do want to keep the pre-commit review for
usr.sbin/lpr. I am actively working on some updates for that.


# c9838c3a 29-Apr-2013 Peter Wemm <peter@FreeBSD.org>

Oh wow.. disassociate/disown any connection with cvs.


# e9d210a5 27-Mar-2013 Warner Losh <imp@FreeBSD.org>

Update wiht the times.


# ac232dc7 03-Mar-2013 Jilles Tjoelker <jilles@FreeBSD.org>

MAINTAINERS: Document my maintainership of sh(1).


# a7a437c1 22-Oct-2012 Eitan Adler <eadler@FreeBSD.org>

Fix typo ('a' and 'o' are not the same letter apparently)

Approved by: cperciva (implicit)


# 4e730560 21-Oct-2012 Eitan Adler <eadler@FreeBSD.org>

Finish migration of MAINTAINER entries

Approved by: cperciva
MFC after: 3 days


# e6116d5b 17-Oct-2012 Attilio Rao <attilio@FreeBSD.org>

Disconnect non-MPSAFE NWFS from the build in preparation for dropping
GIANT from VFS. In addition, disconnect also netncp, which is a base
requirement for NWFS.

In the possibility of a future maintenance of the code and later
readd to the FreeBSD base, maybe we should think about a better location
for netncp. I'm not entirely sure the / top location is actually right,
however I will let network people to comment on that more specifically.

This is not targeted for MFC.


# 4b0bdbfd 16-Oct-2012 Attilio Rao <attilio@FreeBSD.org>

Disconnect non-MPSAFE XFS from the build in preparation for dropping
GIANT from VFS.

This is not targeted for MFC.


# 42624634 08-Oct-2012 Doug Barton <dougb@FreeBSD.org>

Remove my pre-commit review request for mergemaster


# b4f5ebc4 10-Sep-2012 Eitan Adler <eadler@FreeBSD.org>

We moved to subversion ages ago.

Approved by: cperciva
MFC after: 3 days


# f11c7f63 31-Jan-2012 Jim Harris <jimharris@FreeBSD.org>

Add isci(4) driver for amd64 and i386 targets.

The isci driver is for the integrated SAS controller in the Intel C600
(Patsburg) chipset. Source files in sys/dev/isci directory are
FreeBSD-specific, and sys/dev/isci/scil subdirectory contains
an OS-agnostic library (SCIL) published by Intel to control the SAS
controller. This library is used primarily as-is in this driver, with
some post-processing to better integrate into the kernel build
environment.

isci.4 and a README in the sys/dev/isci directory contain a few
additional details.

This driver is only built for amd64 and i386 targets.

Sponsored by: Intel
Reviewed by: scottl
Approved by: scottl


# e59e2d8e 03-Oct-2011 Nathan Whitehorn <nwhitehorn@FreeBSD.org>

Farewall, sysinstall! You served us well for many years, but 10.0 is one
digit beyond your time.

Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.)
will be cleaned up in coming days. Some will take longer than others due to
a few other consumers (tzsetup and sade).


# 2bf43f7d 10-Aug-2011 Rong-En Fan <rafan@FreeBSD.org>

- Remove myself from ncurses maintainer due to ENOTIME

Approved by: re (kib@)


# e7127137 14-May-2011 Colin Percival <cperciva@FreeBSD.org>

Encourage Ben Laurie to finish getting his commit bit by appointing him
as the OpenSSL maintainer.

With hat: security-officer
Reviewed by: simon (former maintainer)


# dd46ab31 14-Mar-2011 David Christensen <davidch@FreeBSD.org>

- Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.
(BCM57710, BCM57711, BCM57711E)

MFC after: One month


# 00603a0f 27-Feb-2011 Simon L. B. Nielsen <simon@FreeBSD.org>

Drop my OpenSSL maintainer hat. I don't have the motivation to keep
chasing updates etc.

Leave a reminder not to commit non-upstream changes (ref: Debian
random...).


# b3cded65 30-Oct-2010 Dimitry Andric <dim@FreeBSD.org>

Import the binutils master branch from the sourceware CVS repository,
exactly as it was on Tue, 3 Jul 2007 07:54:19 +0000.

Corresponds to git commit 397a64b350470350c8e0adb2af84439ea0f89272,
which was the last commit before switching to GPLv3.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# 7a815afd 19-Oct-2010 Dimitry Andric <dim@FreeBSD.org>

Import the binutils-2_17-branch from the sourceware CVS repository,
exactly as it was on Tue, 7 Aug 2007 00:00:13 +0000.

Corresponds to git commit b458c361f01f7a257f897d0961d0a379ee999aaa.

This is currently (and most likely forever :) the last commit on this
branch.


# e259b9c7 09-Apr-2010 Bruce M Simpson <bms@FreeBSD.org>

Add a comment to MAINTAINERS indicating that sbin/routed is in fact
vendor branch code from before contrib existed in FreeBSD's history.

Changes should be run by Vernon Schryver at Rhyolite first.


# e1f28bd7 08-Apr-2010 Colin Percival <cperciva@FreeBSD.org>

People working on sysinstall are encouraged to contact randi to
coordinate major changes.


# 344523ac 25-Mar-2010 Dag-Erling Smørgrav <des@FreeBSD.org>

Tighten my grip on pseudofs, procfs, linprocfs.


# a108555b 19-Mar-2010 Gavin Atkinson <gavin@FreeBSD.org>

Remove some stale entries from MAINTAINERS:
- aradford@amcc.com bounces.
- gad said to drop pkill(1) and ps(1).
- jmallett said to drop libufs.
- joerg said to drop fdc(4) and sppp(4)

Submitted by: linimon
Approved by: gad, jmallett, joerg (via linimon)


# 0d0a5555 20-Mar-2010 Gavin Atkinson <gavin@FreeBSD.org>

wollman@ has OK'd dropping his maintainership of zic(8)

Submitted by: linimon
Approved by: wollman (via linimon)


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 358a01b4 18-Feb-2010 Edwin Groothuis <edwin@FreeBSD.org>

Add heads-up requests for parts of the tree I look after and which
are partly maintained by a third party:

- share/zoneinfo
- usr.sbin/zic
- lib/libc/stdtime


# 34364e90 30-Dec-2009 Matt Jacob <mjacob@FreeBSD.org>

Removing pre-commit review on isp(4). It's time to let people have their
way with it, if they so choose. I've been fooling with it since 1997.
Enough.


# cd53fc8e 06-Dec-2009 Colin Percival <cperciva@FreeBSD.org>

Register a request that all changes to *env(3) be reviewed by secteam
prior to commit due to the problematic history of this code.


# dcf1c8c8 06-Jul-2009 Florent Thoumie <flz@FreeBSD.org>

- pkg_install is maintained by portmgr.
- BSD.x11{,-4}.dist aren't used anymore and BSD.local.dist now lives
in ports/Templates/. Most people apparently missed that move and still
commit to the src copy, so I'll have to remove it eventually but for
now, the MAINTAINERS line can go.

Approved by: re (kib)


# 3ae218fe 24-Jun-2009 Warner Losh <imp@FreeBSD.org>

Remove usb. The need to have core@ approve major changes to usb has
passed now that the new usb stack is in the tree. The coordination
issues that necessitated this entry are now OBE.

Approved by: core (rwatson)


# f981ba17 05-May-2009 David E. O'Brien <obrien@FreeBSD.org>

Flatten vendor/binutils/dist.


# 8302ce44 20-Mar-2009 Robert Noland <rnoland@FreeBSD.org>

Replace anholt with myself as drm maintainer.

Noticed by: miwi

MFC after: 3 days


# 90e6d6f0 01-Mar-2009 Søren Schmidt <sos@FreeBSD.org>

Remove self.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 47b4fb40 06-Jun-2008 Peter Wemm <peter@FreeBSD.org>

Update description text


# 7d829414 04-Jun-2008 Rong-En Fan <rafan@FreeBSD.org>

- Associate myself with ncurses


# 875ce65b 31-May-2008 Peter Wemm <peter@FreeBSD.org>

Dis-associate from ncurses.


# 33226dc8 27-May-2008 Peter Wemm <peter@FreeBSD.org>

Abandon pppd/chat


# 87772951 26-Jan-2008 Christian Brueffer <brueffer@FreeBSD.org>

OLDCARD is gone, release imp's lock.

Approved by: imp


# 9fc2ffa2 23-May-2007 Jack F Vogel <jfv@FreeBSD.org>

Update the maintainer id for em driver.


# 2a3b7123 26-Apr-2007 Warner Losh <imp@FreeBSD.org>

Note core's interest in coordinating major changes to our usb code base.


# 53279ddd 06-Apr-2007 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Claim maintainership of ZFS.


# 7926709d 11-Nov-2006 Kris Kennaway <kris@FreeBSD.org>

Request pre-commit review of BSD.{local,x11*}.dist by portmgr, since these
files interface with ports and we have policies for how/when they should be
updated.


# 5c24178d 11-Sep-2006 Simon L. B. Nielsen <simon@FreeBSD.org>

Add myself as OpenSSL janitor/maintainer.


# 48ffe56a 31-Aug-2006 Colin Percival <cperciva@FreeBSD.org>

Add FreeBSD Update 2.0 client code. The build code is in the projects
repository.

Sponsored by: FreeBSD security development fundraiser


# 8004384a 11-Jul-2006 Matt Jacob <mjacob@FreeBSD.org>

Remove pre-commit review on mpt.


# 1da811ef 09-Jul-2006 Mark Murray <markm@FreeBSD.org>

More inactive maintainers.


# 0c2fd33a 03-Jul-2006 Brooks Davis <brooks@FreeBSD.org>

Remove dhcp entries. They have been incorrect since the import from
OpenBSD.


# 93c00592 01-Jul-2006 Mark Murray <markm@FreeBSD.org>

Housekeeping. Update for maintainers who have handed in their commit bits
or (in my case) no longer feel that oversight is necessary.


# 97fd2473 02-Jun-2006 Scott Long <scottl@FreeBSD.org>

Remove stale entries.


# 5fe76ab8 31-May-2006 Matt Jacob <mjacob@FreeBSD.org>

Add scottl to maintainers to ask for Pre-commit review on all busdma
changes. I was unaware of Scott's claim in this area and was abruptly
so informed. Let's put such an interest in some visible place.


# 07691dc0 28-May-2006 John-Mark Gurney <jmg@FreeBSD.org>

document that I'm still maintaining kqueue and want to review commits to
it before they hit the tree...


# 3462e911 24-May-2006 Wilko Bulte <wilko@FreeBSD.org>

Vinod has passed the maintainership for the twa/twe drivers to
Adam Radford as follows:

twe aradford@amcc.com Pre-commit review requested
twa aradford@amcc.com Pre-commit review requested

With hat: core-secretary
Requested by: vkashyap


# e9b54d9c 05-May-2006 Craig Rodrigues <rodrigc@FreeBSD.org>

Add Russell Cattelan to list of pre-commit reviewers for changes to XFS.

Requested by: Russell Cattelan <cattelan at xfs dot org>


# 05603d90 01-Apr-2006 Scott Long <scottl@FreeBSD.org>

Saying that asr(4) has a maintainer is like saying that a politician has
integrity.


# 5a8199e1 04-Mar-2006 Robert Watson <rwatson@FreeBSD.org>

Add OpenBSM and src/sys/security/audit to the maintainer list.


# 778a4603 11-Dec-2005 Craig Rodrigues <rodrigc@FreeBSD.org>

Remove extra geom_zero.

Noticed by: pjd


# c84b7832 11-Dec-2005 Craig Rodrigues <rodrigc@FreeBSD.org>

Request pre-commit review for XFS.


# afe2435b 24-Oct-2005 Ceri Davies <ceri@FreeBSD.org>

Note that bugmaster would like to review commits to send-pr.


# 7a481a4f 25-Aug-2005 Maksim Yevmenkin <emax@FreeBSD.org>

Add myself as a maintainer of Bluetooth code


# 6fb01948 08-Aug-2005 Colin Percival <cperciva@FreeBSD.org>

Add portsnap to the base system. This is a secure, easy to use,
fast, lightweight, and generally good way for users to keep their
ports trees up to date.

This is version 0.9.4 from the ports tree (sysutils/portsnap) with
the following changes:
1. The experimental pipelined http code is enabled. No seatbelts
in -CURRENT. (^_^)
2. The working directory has moved from /usr/local/portsnap to
/var/db/portsnap (as discussed on -arch two days ago).
3. Portsnap now fetches a list of mirrors (distributed as DNS SRV
records) and selects one randomly. This should help to avoid the
uneven loading which plagues the cvsup mirror network.
4. The license is now 2-clause BSD instead of 3-clause BSD.
5. Various incidental changes to make portsnap fit into the base
system's build mechanics.

X-MFC-After: 6.0-RELEASE
X-MFC-Before: 5.5-RELEASE
X-MFC-To: RELENG_6, RELENG_5, ports
discussed on: -arch and several other places
"yes please" from: simon, remko, flz, Diane Bruce
thinks this is a great idea: bsdimp
Hopes he didn't forget any files: cperciva


# a113a8dd 06-Aug-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Add myself as a maintainer of GELI and GZERO classes.


# f9300868 05-Aug-2005 Colin Percival <cperciva@FreeBSD.org>

Mention that I'd like to review commits to bsdiff and bspatch.


# 0ebab8ae 04-Jun-2005 Warner Losh <imp@FreeBSD.org>

Since there's no emulation person, move the entry to upper section


# e201f9ec 04-Jun-2005 Jens Schweikhardt <schweikh@FreeBSD.org>

Release n_hibma's maintainership due to his ENOTIME.

Discussed with, okayed, authorized, requested by, on behalf of: n_hibma (MAINTAINER)


# 943af9df 03-Jun-2005 Juli Mallett <jmallett@FreeBSD.org>

Remove my involvement from the regression test stuff, I don't know the modified
framework well, and nobody's ever sought my help with writing regression tests,
most people just don't bother with them at all, regrettably.


# 46813f96 03-Jun-2005 Warner Losh <imp@FreeBSD.org>

Missed rwatson's redundancy


# 474a2ca9 03-Jun-2005 Warner Losh <imp@FreeBSD.org>

Remove libz and pppd redundancy


# 97216e04 03-Jun-2005 Warner Losh <imp@FreeBSD.org>

Tidy up cvs entries (missed one)


# ecf737da 03-Jun-2005 Takanori Watanabe <takawata@FreeBSD.org>

Drop maintainership.


# f92a6dac 03-Jun-2005 Warner Losh <imp@FreeBSD.org>

Tidy up cvs entries


# f9644214 03-Jun-2005 Warner Losh <imp@FreeBSD.org>

I've not had time to take care of wi lately...


# e002f01e 02-Jun-2005 Andrew Gallatin <gallatin@FreeBSD.org>

Remove myself as maintainer of the OSF/1 compat code. I haven't had
an alpha booting -current since my xp1000 died over a year ago, and I
don't think I touched the osf1 code since long before then.


# a46b53b3 03-Jun-2005 Ruslan Ermilov <ru@FreeBSD.org>

Explain what's so special about share/mk, and be even more friendly.


# 8a5cdc73 03-Jun-2005 Mark Murray <markm@FreeBSD.org>

Revise my status slightly for the bits that I am concerned with.


# d97f4741 02-Jun-2005 Peter Wemm <peter@FreeBSD.org>

Document the previously existing RELENG_[45]_* security branch locks.

Approved by: core (quite a while ago)


# 072f68a7 02-Jun-2005 Peter Wemm <peter@FreeBSD.org>

Add a 'statement of intent' blurb to the top of MAINTAINERS. Split
the role of MAINTAINERS into advisory and strict parts. Introduce a
new LOCKS file to document enforced locked parts of the tree.

Strict locks are only added with core approval and will generally
have a renewal timeout.

Clarify that the source tree is a community effort, not a place to stake
out 'turf'.

This will be refined as needed.

With-core-hat-on: Yes


# d27006c8 31-May-2005 David E. O'Brien <obrien@FreeBSD.org>

Reassert some maintainership. People aren't using good judgment.


# cf27ba88 25-May-2005 Jens Schweikhardt <schweikh@FreeBSD.org>

Looking just at Makefiles was slightly too narrow to catch all
"inofficial" declarations of maintainership. Grep all plain files,
and insert the actual command the list was generated with, so
future updates avoid that pitfall.

Removed sheldonh@ who just released his maintainership of ntp/doc
after I informed him of this effort.


# 5d2e2fcd 24-May-2005 Jens Schweikhardt <schweikh@FreeBSD.org>

Update (reduce) the list of committers with MAINTAINER= lines in Makefiles.


# 47ab15f5 24-May-2005 Kirill Ponomarev <krion@FreeBSD.org>

Put myself on behalf of portmgr as maintainer of pkg_install tools.


# 1c4bb408 13-Mar-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Add myself as a maintainer of geom_shsec.


# 15f22497 28-Dec-2004 Garance A Drosehn <gad@FreeBSD.org>

Drop hold on patch. ENOTIME for long-stalled ideas here. Too busy elsewhere.
Add lines for interest in 'ps' and 'pkill', where I'm more active.


# 77450f62 30-Nov-2004 Oliver Eikemeier <eik@FreeBSD.org>

add myself as the contact for the pkg_install tools


# 81b1c12f 07-Sep-2004 Greg Lehey <grog@FreeBSD.org>

Remove vinum from the list. I no longer have the time and energy to
even review changes.


# 816659f6 16-Aug-2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Add myself as geom_raid3 maintainer.


# 99130297 05-Aug-2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Fix spelling.

Pointed out by: mux, ru


# 31ce1f85 05-Aug-2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Be a bit nicer for those who want to work on my code.

Dedicated to: mux, bosko


# 9bab5050 05-Aug-2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Add myself as a maintainer of geom_mirror.


# 08b9aa31 17-Jul-2004 Alfred Perlstein <alfred@FreeBSD.org>

s/manditory/mandatory

Obtained from: Ceri Davies


# 55f0207c 17-Jul-2004 Alfred Perlstein <alfred@FreeBSD.org>

Explain that for nfs, rpc.lockd and truss I am just noting that I _can_
and would like to review changes if desired.

Maintain my strict lock on libc/rpc.


# 881848b9 16-Jul-2004 Alfred Perlstein <alfred@FreeBSD.org>

Request that diffs against nfs, rpc and rpc.lockd are run by me.


# e1237b28 02-Jul-2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Introduce GEOM_LABEL class.
This class is used for detecting volume labels on file systems:
UFS, MSDOSFS (FAT12, FAT16, FAT32) and ISO9660.
It also provide native labelization (there is no need for file system).

g_label_ufs.c is based on geom_vol_ffs from Gordon Tetlow.
g_label_msdos.c and g_label_iso9660.c are probably hacks, I just found
where volume labels are stored and I use those offsets here,
but with this class it should be easy to do it as it should be done by
someone who know how.
Implementing volume labels detection for other file systems also should
be trivial.

New providers are created in those directories:
/dev/ufs/ (UFS1, UFS2)
/dev/msdosfs/ (FAT12, FAT16, FAT32)
/dev/iso9660/ (ISO9660)
/dev/label/ (native labels, configured with glabel(8))

Manual page cleanups and some comments inside were submitted by
Simon L. Nielsen, who was, as always, very helpful. Thanks!


# 66dfe041 19-May-2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Add myself as maintainer for geom_nop, geom_stripe and geom(8).


# 5eb4afcb 16-May-2004 Nate Lawson <njl@FreeBSD.org>

Remove myself from da(4). MIHIRA Sanpei Yoshiro will be taking over quirk
maintenance given his work on USB. Also, the root cause of spamming da(4)
with NO_6_BYTE quirks was fixed last year and the extraneous quirks have
been removed. Please coordinate future quirk issues with sanpei@


# d4bd6f11 10-May-2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Add myself as maintainer for geom_concat and geom_gate.


# 5adb8227 19-Apr-2004 Tony Ackerman <tackerman@FreeBSD.org>

Adding Tony Ackerman (tackerman) as the maintainer for the em(4) Intel Gigabit Ethernet driver.


# 43935fdd 17-Apr-2004 Ruslan Ermilov <ru@FreeBSD.org>

Suspend my interest in maintaining libalias(3) and natd(8).


# b3f9e6e2 07-Apr-2004 Vinod Kashyap <vkashyap@FreeBSD.org>

Adding Vinod Kashyap (vkashyap) as the maintainer for twa.


# 72673aaa 01-Apr-2004 Johan Karlsson <johan@FreeBSD.org>

Remove these MAINTAINER lines since the maintainers has had their
commit bits retired for safe keeping.


# 7cca215b 25-Mar-2004 Scott Long <scottl@FreeBSD.org>

Remove raidframe from the list


# 8c267233 23-Mar-2004 Max Laier <mlaier@FreeBSD.org>

Add myself as maintainer for contrib/pf

Approved by: bms(mentor)


# 57f5e24f 01-Mar-2004 David E. O'Brien <obrien@FreeBSD.org>

Update for reality.


# 78dcc845 27-Feb-2004 Vinod Kashyap <vkashyap@FreeBSD.org>

Adding Vinod Kashyap (vkashyap) as the maintainer for twe.


# 6c2a427e 20-Feb-2004 Scott Long <scottl@FreeBSD.org>

Add somemore items to the list. The purpose is not to extert control over
these, but to let people know that they are maintained.


# b00ddae6 30-Jan-2004 Jacques Vidrine <nectar@FreeBSD.org>

I'll continue to babysit the Kerberos-related stuff.


# 2720e4a1 27-Jan-2004 Colin Percival <cperciva@FreeBSD.org>

Add an entry for RELENG_5_* to match the RELENG_4_* entry.

Reviewed by: nectar
Approved by: rwatson (mentor)
Bikesheds to: nectar


# 5f589737 01-Aug-2003 Martin Blapp <mbr@FreeBSD.org>

I'll maintain dhclient from now on.

Ok'd by: murray


# 177f5441 30-Jul-2003 Boris Popov <bp@FreeBSD.org>

Release contrib/smbfs from the import-only mode. Now changes can be committed
directly without import process. The same about MFCs.

Put a note about nwfs.

Discussed with: peter


# 121d81b8 18-Jul-2003 Mark Murray <markm@FreeBSD.org>

Adjust for new telnet situation (single telnet source tree).


# 936664b1 15-Jul-2003 David Malone <dwmalone@FreeBSD.org>

Move my inetd maintainer note to src/MAINTAINERS.


# dce6e651 06-Jul-2003 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

Remove MAINTAINER= lines from individual Makefiles in favor of the
MAINTAINER file (which already had entries for sendmail).


# 86a3ec92 16-Jun-2003 David E. O'Brien <obrien@FreeBSD.org>

Also remove the ones that snuck in at the bottom.


# 2b34e5d6 14-Jun-2003 David E. O'Brien <obrien@FreeBSD.org>

Update and try to remain out of area where conflict exists.


# 50a7fdae 13-Jun-2003 Kenneth D. Merry <ken@FreeBSD.org>

Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcam
and libdevstat, since the new way of doing things is to just list
maintainership in src/MAINTAINERS.

Also, remove duplicate entries in src/MAINTAINERS for those utilities. I
already had entries for them.


# d392a163 11-Jun-2003 Garance A Drosehn <gad@FreeBSD.org>

Remove duplicate lines for 'lpr' (copied from lpr/Makefile).
Add myself as low-key maintainer for newsyslog.


# e86c7447 11-Jun-2003 Mike Barcroft <mike@FreeBSD.org>

Drop maintainership of whois(1). If someone needs a review they can
find me in the whois.c revision history.


# 192b13b8 09-Jun-2003 Mark Murray <markm@FreeBSD.org>

Clarify the telnet requirements slightly, and state an area-of-interest
in the crypto source. This is not a lock.


# aff35e3a 06-Jun-2003 Guido van Rooij <guido@FreeBSD.org>

Move my maintainership of parts of ipfilter back to Darren Reed


# b6bf7843 04-Jun-2003 Ollivier Robert <roberto@FreeBSD.org>

Follow the trend of moving MAINTAINER lines from Makefile into
src/MAINTAINERS.


# c6d5decc 04-Jun-2003 Mark Murray <markm@FreeBSD.org>

Remove this maintainer bit. Another version will be added a
bit later.


# 486e15f4 04-Jun-2003 Mark Murray <markm@FreeBSD.org>

Drop stale maintainer bits.


# 7dd825c4 04-Jun-2003 Tony Finch <fanf@FreeBSD.org>

Move unifdef to the original section of the file.


# 43a340a6 04-Jun-2003 Doug Barton <dougb@FreeBSD.org>

Copy the (normalized) MAINTAINER= entries from Makefile's and other sources,
and suggest consolidating them into this file instead.


# 5618db48 26-Apr-2003 Warner Losh <imp@FreeBSD.org>

OBE


# 361efec2 18-Apr-2003 Jacques Vidrine <nectar@FreeBSD.org>

I'd like to keep an eye on nsdispatch and friends for a while.


# dc2368a4 17-Feb-2003 Juli Mallett <jmallett@FreeBSD.org>

Nuke xargs, I haven't had to help anyone with it, so I assume it stands on
its own just fine. Nuke request for heads-up on libufs, most of my work on
it these days is gradual, and mention that I'm willing to help with work in
it, so that others can feel free to make it suck less, and get feedback from
me in a purely "I understand this crud" sort of way.


# 29afd89d 03-Feb-2003 Poul-Henning Kamp <phk@FreeBSD.org>

Now that the need for "landgrabs" in this file is no longer present,
I release "my" bits of code, trusting the remaining committers to
be a sensible lot who will do the right thing.


# 09e510ef 30-Jan-2003 Gordon Tetlow <gordon@FreeBSD.org>

Deregister etc/rc.* commit request notification. mtm is doing a better job
at it than I am.


# 54d85f91 17-Dec-2002 John Baldwin <jhb@FreeBSD.org>

Remove request for i386 boot[012] review. I didn't have time recently to
work on the UFS2 stuff and people were committing patches w/o sending them
my way anyways, so it seems rather pointless for me to be in here. :)


# 424b99a0 27-Nov-2002 David E. O'Brien <obrien@FreeBSD.org>

Note file, one-true-awk, lukemftpd.


# cc4ade40 21-Nov-2002 Ruslan Ermilov <ru@FreeBSD.org>

A number of people objected to make(1) being treated specially.

Approved by: re


# 33fb5c1d 11-Nov-2002 Matt Jacob <mjacob@FreeBSD.org>

Remove my 'pre-commit' on sa(4).


# 95af37ed 10-Nov-2002 Matt Jacob <mjacob@FreeBSD.org>

Lay claim to mpt for requesting pre-commit review.


# 4cdaba77 06-Nov-2002 Juli Mallett <jmallett@FreeBSD.org>

Add a MAINTAINERS entry for make(1), to the make@ alias, which anyone can use
to run patches to make(1) by. Hopefully this will make it easier to get bugs
fixed in make(1), as well as get review by people with experience working on,
in, around, etc., make(1).

Currently it points to two people who have demonstrated maintainership (ru@
and myself) and one person interested in helping (alane@). That list is
subject to expansion and contraction.


# 75c3973a 29-Oct-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

Clarify my feelings towards fetch / libfetch.


# 74a45c94 18-Oct-2002 Nate Lawson <njl@FreeBSD.org>

Add myself as da(4) maintainer. This is mostly so I can review and commit
quirks.


# 82b583d6 01-Sep-2002 Robert Watson <rwatson@FreeBSD.org>

Point at myself for reviews on commits to the MAC Framework and
MAC modules.


# a66c7b85 17-Jul-2002 Ruslan Ermilov <ru@FreeBSD.org>

Added groff(1) and natd(8) entries.


# 16bbf2f4 10-Jul-2002 Joerg Wunsch <joerg@FreeBSD.org>

Express my interest about being notified for fdc(4) and sppp(4) changes.

This file is getting unparseable. IMHO we should at least sort it by
maintainer, or even better by subsystem. Opinions?


# 83e26f65 08-Jul-2002 Gordon Tetlow <gordon@FreeBSD.org>

Add my interest in etc/rc.* to help keep etc/rc.d in sync as much as possible.


# 8a6d0ed2 08-Jul-2002 Matt Jacob <mjacob@FreeBSD.org>

Simplify isp(4) line; add sa(4) for pre-commit review. Remove myself from
CAM review list.


# 02473686 08-Jul-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

Register an interest in pseudofs, procfs and linprocfs.


# 20938dbf 30-Jun-2002 Juli Mallett <jmallett@FreeBSD.org>

Add libufs, a library for dealing with UFS filesystems from userland to
the build. It is here to compartmentalise functionality currently duplicated
in many notable programs in the base system. It currently handles block
reads and writes, as well as reading and writing of the filesystem superblock,
and the reading/lookup of inode data. It supports both UFS and UFS2. I
will be maintaining it, and porting programs to use it, however for now, it
is simply being built as part of world.


# 2e8c6713 28-Jun-2002 Juli Mallett <jmallett@FreeBSD.org>

Add a module for src/tools/regression (`regression').

Add a MAINTAINERS line for the regression module, specifically referring to
src/tools/regression/usr.bin, right now, but applicable to other things, to
make clear that I am willing to help write new tests. The framework is all
modularised now, so it is easy to write new tests, etc., and since I'd like
to see tests for more and more things as bugs get fixed, it seems to be the
right thing to do to stand up and offer to help people write tests.


# c81d70a7 23-Jun-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

I hope I won't regret this too much.


# 223071e1 23-Jun-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

Resign my maintainership of OpenSSH.


# 0004e89d 20-Jun-2002 Juli Mallett <jmallett@FreeBSD.org>

It seems the hard lock on m4(1) is viewed as superfluous. Okay. It's gone.

I'm sick of waiting on OpenBSD to make a number of changes anyway. If someone
else wants to take over fixing m4(1), I'll be glad to make them aware of the
existing issues.


# 0d9d1e78 20-Jun-2002 Juli Mallett <jmallett@FreeBSD.org>

That's right, you can shove your xargs(1) issues in my direction, and I'm
also glad to review changes to it.


# 291ebad8 17-Jun-2002 Eric Anholt <anholt@FreeBSD.org>

Fill in my MAINTAINER info for drm

Approved by: des


# a86d3e44 14-Jun-2002 Warner Losh <imp@FreeBSD.org>

I'm keeping an eye on xten


# 82e65462 30-May-2002 Bill Fumerola <billf@FreeBSD.org>

indent tdfx line similarly to rest of the file

note that freebsd-ipfw@freebsd.org should be sent patches before making
changes to ipfw.


# 3a473599 30-May-2002 Juli Mallett <jmallett@FreeBSD.org>

Keep people from introducing local changes I do not know about to m4 for the
time being, until OpenBSD's -s support is finished being fixed, so I have a
chance in hell of getting one last clean merge against OpenBSD.


# 4ec3f323 20-May-2002 Robert Watson <rwatson@FreeBSD.org>

Use more common phrasing for the "request reviews" text. Add UFS EAs,
POSIX.1e ACLs to the list of things I like to review changes for.


# 4cfa53bd 18-May-2002 Mark Murray <markm@FreeBSD.org>

Drop perl5 hard lock as perl5 is now gone.


# 163c384f 12-May-2002 Ruslan Ermilov <ru@FreeBSD.org>

Document my willingness in maintaining share/mk infrastructure.


# 0348e621 12-May-2002 David E. O'Brien <obrien@FreeBSD.org>

Do as you want with GCC.


# ec5b87c7 09-May-2002 Peter Wemm <peter@FreeBSD.org>

Add a couple of entries. My MAINTAINER= lines are not locks.


# 639a7d1c 09-May-2002 Greg Lehey <grog@FreeBSD.org>

Add entry for Vinum.


# d748c73e 09-May-2002 Mark Murray <markm@FreeBSD.org>

Place a hard lock on base-perl until it is deleted.


# 2b6eac05 09-May-2002 Garance A Drosehn <gad@FreeBSD.org>

Add lines for lpr and patch.


# 70e01b9a 03-May-2002 Poul-Henning Kamp <phk@FreeBSD.org>

I have no idea how I managed to get two lines about geom in there...


# 523ca9d7 25-Apr-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

Grmf. I really didn't want to do this, but it seems to be the only way
to keep people honest.


# a8885623 24-Apr-2002 Robert Nordier <rnordier@FreeBSD.org>

Drop myself from an entry I was unexpectedly included in.


# 5e4252f5 23-Apr-2002 Coleman Kane <cokane@FreeBSD.org>

Add me to the MAINTAINERS for 3dfx card stuff.


# 33e8d2d1 22-Apr-2002 Ruslan Ermilov <ru@FreeBSD.org>

Align for one true tab size of 8 in revision 1.2.


# 79d6dd12 20-Apr-2002 Jake Burkholder <jake@FreeBSD.org>

I decided I don't want to be part of this.


# 623726ce 19-Apr-2002 Jacques Vidrine <nectar@FreeBSD.org>

Add a reminder that commits to the security branches must go through the
Security Officer.


# 5cdb0b3d 17-Apr-2002 Murray Stokely <murray@FreeBSD.org>

Require approval for DHCP commits. I have commit access to isc.org
DHCP, so it should not be too much to ask to keep the sources synced.


# 0b924052 16-Apr-2002 Matt Jacob <mjacob@FreeBSD.org>

Note that CAM changes should be sent to scsi@freebsd.org.

Add isp(4)- but note that the FreeBSD specific files (isp_freebsd.?,
isp_pci.c) just need a headsup. The other files are common with five
other platforms and changes need to be coordinated.


# d91993cf 16-Apr-2002 Jake Burkholder <jake@FreeBSD.org>

Go with the flow. Add sparc64.


# cfa8611c 16-Apr-2002 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

Add my little piece of the world.
I guess nobody planned on 8 letter usernames.


# 7b74a303 16-Apr-2002 Warner Losh <imp@FreeBSD.org>

Minor regularization of 'pre-commit review requested'


# 09c0425e 16-Apr-2002 Kenneth D. Merry <ken@FreeBSD.org>

Note my areas of interest.


# 47d25c1d 16-Apr-2002 Benno Rice <benno@FreeBSD.org>

List that I'd like pre-commit review on PowerPC changes.


# 362494f6 16-Apr-2002 Scott Long <scottl@FreeBSD.org>

Note my areas of interest


# a509ba12 16-Apr-2002 Søren Schmidt <sos@FreeBSD.org>

Update my preferred way of handling ATA related stuff.


# 67d2f7fa 16-Apr-2002 Poul-Henning Kamp <phk@FreeBSD.org>

Try to express (in 15 char or less) the areas of kernel infrastructure
where I pretend to know what happens.


# 85c17fe7 16-Apr-2002 John Baldwin <jhb@FreeBSD.org>

Specify my personal desired level of review for commits to several portions
of the i386 bootstrap code and witness.


# dd890d6e 16-Apr-2002 Mark Murray <markm@FreeBSD.org>

Document the degree of maintainership that I am prepared to assume for
perl and telnet.


# de424178 16-Apr-2002 Robert Watson <rwatson@FreeBSD.org>

Review opportunity preferred for changes to libc/posix1e.


# 601e9f7c 15-Apr-2002 Warner Losh <imp@FreeBSD.org>

Add my level of stuff preference to MAINTAINERS


# 18051d0f 15-Apr-2002 Warner Losh <imp@FreeBSD.org>

Use the one true tab size of 8, to match style(9)


# aa9009bf 15-Apr-2002 David E. O'Brien <obrien@FreeBSD.org>

Implement dougb's excellent suggestion, and satisfy one desire of ru.