summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
Commit message (Collapse)AuthorAgeFilesLines
* I'll maintain dhclient from now on.mbr2003-08-011-1/+1
| | | | Ok'd by: murray
* Release contrib/smbfs from the import-only mode. Now changes can be committedbp2003-07-301-0/+4
| | | | | | | | directly without import process. The same about MFCs. Put a note about nwfs. Discussed with: peter
* Adjust for new telnet situation (single telnet source tree).markm2003-07-191-3/+2
|
* Move my inetd maintainer note to src/MAINTAINERS.dwmalone2003-07-151-1/+1
|
* Remove MAINTAINER= lines from individual Makefiles in favor of thegshapiro2003-07-071-15/+0
| | | | MAINTAINER file (which already had entries for sendmail).
* Also remove the ones that snuck in at the bottom.obrien2003-06-161-6/+0
|
* Update and try to remain out of area where conflict exists.obrien2003-06-141-7/+0
|
* Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcamken2003-06-141-4/+0
| | | | | | | | 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.
* Remove duplicate lines for 'lpr' (copied from lpr/Makefile).gad2003-06-121-2/+1
| | | | Add myself as low-key maintainer for newsyslog.
* Drop maintainership of whois(1). If someone needs a review they canmike2003-06-121-1/+0
| | | | find me in the whois.c revision history.
* Clarify the telnet requirements slightly, and state an area-of-interestmarkm2003-06-101-1/+5
| | | | in the crypto source. This is not a lock.
* Move my maintainership of parts of ipfilter back to Darren Reedguido2003-06-061-8/+8
|
* Follow the trend of moving MAINTAINER lines from Makefile intoroberto2003-06-051-2/+1
| | | | src/MAINTAINERS.
* Remove this maintainer bit. Another version will be added amarkm2003-06-041-1/+0
| | | | bit later.
* Drop stale maintainer bits.markm2003-06-041-4/+0
|
* Move unifdef to the original section of the file.fanf2003-06-041-1/+1
|
* Copy the (normalized) MAINTAINER= entries from Makefile's and other sources,dougb2003-06-041-0/+104
| | | | and suggest consolidating them into this file instead.
* OBEimp2003-04-271-1/+0
|
* I'd like to keep an eye on nsdispatch and friends for a while.nectar2003-04-181-0/+2
|
* Nuke xargs, I haven't had to help anyone with it, so I assume it stands onjmallett2003-02-181-4/+1
| | | | | | | 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.
* Now that the need for "landgrabs" in this file is no longer present,phk2003-02-041-7/+0
| | | | | I release "my" bits of code, trusting the remaining committers to be a sensible lot who will do the right thing.
* Deregister etc/rc.* commit request notification. mtm is doing a better jobgordon2003-01-301-1/+0
| | | | at it than I am.
* Remove request for i386 boot[012] review. I didn't have time recently tojhb2002-12-171-1/+0
| | | | | 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. :)
* Note file, one-true-awk, lukemftpd.obrien2002-11-281-0/+5
|
* A number of people objected to make(1) being treated specially.ru2002-11-211-1/+0
| | | | Approved by: re
* Remove my 'pre-commit' on sa(4).mjacob2002-11-111-1/+0
|
* Lay claim to mpt for requesting pre-commit review.mjacob2002-11-101-0/+1
|
* Add a MAINTAINERS entry for make(1), to the make@ alias, which anyone can usejmallett2002-11-061-0/+1
| | | | | | | | | | 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.
* Clarify my feelings towards fetch / libfetch.des2002-10-301-0/+2
|
* Add myself as da(4) maintainer. This is mostly so I can review and commitnjl2002-10-181-0/+1
| | | | quirks.
* Point at myself for reviews on commits to the MAC Framework andrwatson2002-09-011-0/+2
| | | | MAC modules.
* Added groff(1) and natd(8) entries.ru2002-07-181-0/+2
|
* Express my interest about being notified for fdc(4) and sppp(4) changes.joerg2002-07-101-0/+2
| | | | | This file is getting unparseable. IMHO we should at least sort it by maintainer, or even better by subsystem. Opinions?
* Add my interest in etc/rc.* to help keep etc/rc.d in sync as much as possible.gordon2002-07-081-0/+1
|
* Simplify isp(4) line; add sa(4) for pre-commit review. Remove myself frommjacob2002-07-081-5/+3
| | | | CAM review list.
* Register an interest in pseudofs, procfs and linprocfs.des2002-07-081-0/+3
|
* Add libufs, a library for dealing with UFS filesystems from userland tojmallett2002-07-011-1/+3
| | | | | | | | | 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.
* Add a module for src/tools/regression (`regression').jmallett2002-06-281-0/+1
| | | | | | | | | 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.
* I hope I won't regret this too much.des2002-06-241-0/+1
|
* Resign my maintainership of OpenSSH.des2002-06-231-1/+0
|
* It seems the hard lock on m4(1) is viewed as superfluous. Okay. It's gone.jmallett2002-06-201-1/+0
| | | | | | 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.
* That's right, you can shove your xargs(1) issues in my direction, and I'mjmallett2002-06-201-0/+2
| | | | also glad to review changes to it.
* Fill in my MAINTAINER info for drmanholt2002-06-171-0/+1
| | | | Approved by: des
* I'm keeping an eye on xtenimp2002-06-141-0/+1
|
* indent tdfx line similarly to rest of the filebillf2002-05-301-1/+2
| | | | | note that freebsd-ipfw@freebsd.org should be sent patches before making changes to ipfw.
* Keep people from introducing local changes I do not know about to m4 for thejmallett2002-05-301-0/+1
| | | | | 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.
* Use more common phrasing for the "request reviews" text. Add UFS EAs,rwatson2002-05-201-1/+3
| | | | POSIX.1e ACLs to the list of things I like to review changes for.
* Drop perl5 hard lock as perl5 is now gone.markm2002-05-181-2/+0
|
* Document my willingness in maintaining share/mk infrastructure.ru2002-05-121-0/+1
|
* Do as you want with GCC.obrien2002-05-121-1/+0
|
OpenPOWER on IntegriCloud