aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove cokane@ from MAINTAINERS for 3dfx(4)/tdfx(4) because their emailEnji Cooper2014-11-251-2/+0
| | | | | | | | | addresses on file bounce (see r252463 for more details) Reviewed by: accounts (dhw) Notes: svn path=/head/; revision=275006
* Add freebsd-testing and myself to MAINTAINERS for contrib/netbsd-tests andEnji Cooper2014-11-161-0/+2
| | | | | | | contrib/pjdfstest Notes: svn path=/head/; revision=274591
* Remove myself from bxe(4) maintenance.David Christensen2014-11-111-1/+0
| | | | Notes: svn path=/head/; revision=274384
* Remove MAINTAINER line for binutils. It has not been maintained byBryan Drewery2014-11-031-1/+0
| | | | | | | | | obrien since 2008. Approved by: core Notes: svn path=/head/; revision=274064
* add myself as opencrypto maintainer as I'm doing some work in theJohn-Mark Gurney2014-08-111-1/+2
| | | | | | | | | area... Note that documentation is requires for commits to what I maintain... Notes: svn path=/head/; revision=269828
* Remove send-pr, the supported interface to submit bugs is now viaGavin Atkinson2014-06-141-1/+0
| | | | | | | | | | | | https://bugs.freebsd.org/submit/ Removing send-pr also removes one more piece of non-BSD-licensed software. Hat: bugmeister MFC after: 3 days Notes: svn path=/head/; revision=267486
* Add Jung-uk Kim as co-maintainer of OpenSSL per discussion onXin LI2014-06-131-1/+1
| | | | | | | -developers and agreed by benl@. Notes: svn path=/head/; revision=267445
* This should have been obvious, but make it so.Peter Grehan2014-04-061-0/+1
| | | | Notes: svn path=/head/; revision=264195
* Since mlaier has been inactive for a long time, grab maintainership on pf.Gleb Smirnoff2014-03-201-1/+1
| | | | Notes: svn path=/head/; revision=263419
* Add my humble request for reviews before nanobsd changes happen.Warner Losh2014-03-191-0/+1
| | | | Notes: svn path=/head/; revision=263371
* Remove lukemftpd. It was disconnected from the build in 2009.Dag-Erling Smørgrav2014-03-141-1/+0
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=263160
* Explicitly request review/regression testing on theGlen Barber2014-03-021-0/+2
| | | | | | | | | | release/release.sh script, as it is heavily used on a regular basis, not just during a release cycle. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=262699
* pkg_install has been removed on 20131031.Sergey Kandaurov2013-11-091-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=257891
* Add myself as maintainer for nvme(4), nvd(4) and nvmecontrol(8).Jim Harris2013-07-311-0/+3
| | | | Notes: svn path=/head/; revision=253846
* Use my @freebsd.org username, rather than ${WORK} username.Adrian Chadd2013-05-181-2/+2
| | | | | | | Pointy hat provided by: kib, thankyou! Notes: svn path=/head/; revision=250778
* Update maintainers with ath/net80211.Adrian Chadd2013-05-181-0/+2
| | | | Notes: svn path=/head/; revision=250776
* Drop any connection to newsyslog. I haven't worked on it for quiteGarance A Drosehn2013-05-171-1/+0
| | | | | | | | 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. Notes: svn path=/head/; revision=250731
* Oh wow.. disassociate/disown any connection with cvs.Peter Wemm2013-04-301-1/+0
| | | | Notes: svn path=/head/; revision=250087
* Update wiht the times.Warner Losh2013-03-281-1/+2
| | | | Notes: svn path=/head/; revision=248805
* MAINTAINERS: Document my maintainership of sh(1).Jilles Tjoelker2013-03-031-0/+3
| | | | Notes: svn path=/head/; revision=247716
* Fix typo ('a' and 'o' are not the same letter apparently)Eitan Adler2012-10-221-1/+1
| | | | | | | Approved by: cperciva (implicit) Notes: svn path=/head/; revision=241891
* Finish migration of MAINTAINER entriesEitan Adler2012-10-221-13/+4
| | | | | | | | Approved by: cperciva MFC after: 3 days Notes: svn path=/head/; revision=241828
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingAttilio Rao2012-10-171-2/+0
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=241629
* Disconnect non-MPSAFE XFS from the build in preparation for droppingAttilio Rao2012-10-161-2/+0
| | | | | | | | | GIANT from VFS. This is not targeted for MFC. Notes: svn path=/head/; revision=241607
* Remove my pre-commit review request for mergemasterDoug Barton2012-10-081-1/+0
| | | | Notes: svn path=/head/; revision=241345
* We moved to subversion ages ago.Eitan Adler2012-09-101-1/+1
| | | | | | | | Approved by: cperciva MFC after: 3 days Notes: svn path=/head/; revision=240316
* Add isci(4) driver for amd64 and i386 targets.Jim Harris2012-01-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=230843
* Farewall, sysinstall! You served us well for many years, but 10.0 is oneNathan Whitehorn2011-10-031-2/+0
| | | | | | | | | | | 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). Notes: svn path=/head/; revision=225937
* - Remove myself from ncurses maintainer due to ENOTIMERong-En Fan2011-08-101-1/+0
| | | | | | | Approved by: re (kib@) Notes: svn path=/head/; revision=224759
* Encourage Ben Laurie to finish getting his commit bit by appointing himColin Percival2011-05-141-1/+1
| | | | | | | | | | as the OpenSSL maintainer. With hat: security-officer Reviewed by: simon (former maintainer) Notes: svn path=/head/; revision=221900
* - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.David Christensen2011-03-141-0/+1
| | | | | | | | | (BCM57710, BCM57711, BCM57711E) MFC after: One month Notes: svn path=/head/; revision=219647
* Drop my OpenSSL maintainer hat. I don't have the motivation to keepSimon L. B. Nielsen2011-02-281-1/+1
| | | | | | | | | | chasing updates etc. Leave a reminder not to commit non-upstream changes (ref: Debian random...). Notes: svn path=/head/; revision=219093
* Add a comment to MAINTAINERS indicating that sbin/routed is in factBruce M Simpson2010-04-101-0/+1
| | | | | | | | | vendor branch code from before contrib existed in FreeBSD's history. Changes should be run by Vernon Schryver at Rhyolite first. Notes: svn path=/head/; revision=206455
* People working on sysinstall are encouraged to contact randi toColin Percival2010-04-081-0/+2
| | | | | | | coordinate major changes. Notes: svn path=/head/; revision=206396
* Tighten my grip on pseudofs, procfs, linprocfs.Dag-Erling Smørgrav2010-03-261-3/+3
| | | | Notes: svn path=/head/; revision=205686
* Remove some stale entries from MAINTAINERS:Gavin Atkinson2010-03-201-8/+0
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=205367
* wollman@ has OK'd dropping his maintainership of zic(8)Gavin Atkinson2010-03-201-1/+0
| | | | | | | | Submitted by: linimon Approved by: wollman (via linimon) Notes: svn path=/head/; revision=205366
* Add heads-up requests for parts of the tree I look after and whichEdwin Groothuis2010-02-181-0/+6
| | | | | | | | | | | are partly maintained by a third party: - share/zoneinfo - usr.sbin/zic - lib/libc/stdtime Notes: svn path=/head/; revision=204061
* Removing pre-commit review on isp(4). It's time to let people have theirMatt Jacob2009-12-301-1/+0
| | | | | | | | way with it, if they so choose. I've been fooling with it since 1997. Enough. Notes: svn path=/head/; revision=201257
* Register a request that all changes to *env(3) be reviewed by secteamColin Percival2009-12-061-0/+2
| | | | | | | prior to commit due to the problematic history of this code. Notes: svn path=/head/; revision=200194
* - pkg_install is maintained by portmgr.Florent Thoumie2009-07-061-2/+1
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=195405
* Remove usb. The need to have core@ approve major changes to usb hasWarner Losh2009-06-241-1/+0
| | | | | | | | | | 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) Notes: svn path=/head/; revision=194863
* Replace anholt with myself as drm maintainer.Robert Noland2009-03-201-1/+1
| | | | | | | | | Noticed by: miwi MFC after: 3 days Notes: svn path=/head/; revision=190171
* Remove self.Søren Schmidt2009-03-011-1/+0
| | | | Notes: svn path=/head/; revision=189233
* Update description textPeter Wemm2008-06-061-1/+1
| | | | Notes: svn path=/head/; revision=179626
* - Associate myself with ncursesRong-En Fan2008-06-041-0/+1
| | | | Notes: svn path=/head/; revision=179534
* Dis-associate from ncurses.Peter Wemm2008-05-311-1/+0
| | | | Notes: svn path=/head/; revision=179451
* Abandon pppd/chatPeter Wemm2008-05-271-1/+0
| | | | Notes: svn path=/head/; revision=179354
* OLDCARD is gone, release imp's lock.Christian Brueffer2008-01-261-1/+0
| | | | | | | Approved by: imp Notes: svn path=/head/; revision=175691
* Update the maintainer id for em driver.Jack F Vogel2007-05-231-1/+1
| | | | Notes: svn path=/head/; revision=169922