Warner Losh
0ebab8ae8e
Since there's no emulation person, move the entry to upper section
2005-06-04 16:56:35 +00:00
Jens Schweikhardt
e201f9ecd1
Release n_hibma's maintainership due to his ENOTIME.
...
Discussed with, okayed, authorized, requested by, on behalf of: n_hibma (MAINTAINER)
2005-06-04 10:58:39 +00:00
Juli Mallett
943af9df1b
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.
2005-06-03 18:42:49 +00:00
Warner Losh
46813f9674
Missed rwatson's redundancy
2005-06-03 15:50:55 +00:00
Warner Losh
474a2ca954
Remove libz and pppd redundancy
2005-06-03 15:25:13 +00:00
Warner Losh
97216e04f1
Tidy up cvs entries (missed one)
2005-06-03 15:12:15 +00:00
Takanori Watanabe
ecf737da9a
Drop maintainership.
2005-06-03 15:10:15 +00:00
Warner Losh
f92a6dac5e
Tidy up cvs entries
2005-06-03 15:08:30 +00:00
Warner Losh
f9644214eb
I've not had time to take care of wi lately...
2005-06-03 15:04:09 +00:00
Andrew Gallatin
e002f01ed1
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.
2005-06-03 12:37:56 +00:00
Ruslan Ermilov
a46b53b37c
Explain what's so special about share/mk, and be even more friendly.
2005-06-03 09:26:49 +00:00
Mark Murray
8a5cdc73da
Revise my status slightly for the bits that I am concerned with.
2005-06-03 07:14:54 +00:00
Peter Wemm
d97f4741a4
Document the previously existing RELENG_[45]_* security branch locks.
...
Approved by: core (quite a while ago)
2005-06-02 22:57:30 +00:00
Peter Wemm
072f68a7c4
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
2005-06-02 21:28:33 +00:00
David E. O'Brien
d27006c826
Reassert some maintainership. People aren't using good judgment.
2005-05-31 20:12:59 +00:00
Jens Schweikhardt
cf27ba88ea
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.
2005-05-25 17:37:57 +00:00
Jens Schweikhardt
5d2e2fcd18
Update (reduce) the list of committers with MAINTAINER= lines in Makefiles.
2005-05-24 18:54:07 +00:00
Kirill Ponomarev
47ab15f504
Put myself on behalf of portmgr as maintainer of pkg_install tools.
2005-05-24 08:23:01 +00:00
Pawel Jakub Dawidek
1c4bb40841
Add myself as a maintainer of geom_shsec.
2005-03-13 15:30:01 +00:00
Garance A Drosehn
15f224973d
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.
2004-12-29 03:49:58 +00:00
Oliver Eikemeier
77450f62c1
add myself as the contact for the pkg_install tools
2004-11-30 20:04:47 +00:00
Greg Lehey
81b1c12f51
Remove vinum from the list. I no longer have the time and energy to
...
even review changes.
2004-09-08 02:08:33 +00:00
Pawel Jakub Dawidek
816659f6d1
Add myself as geom_raid3 maintainer.
2004-08-16 10:43:41 +00:00
Pawel Jakub Dawidek
99130297c0
Fix spelling.
...
Pointed out by: mux, ru
2004-08-05 21:01:27 +00:00
Pawel Jakub Dawidek
31ce1f853b
Be a bit nicer for those who want to work on my code.
...
Dedicated to: mux, bosko
2004-08-05 15:07:16 +00:00
Pawel Jakub Dawidek
9bab5050fc
Add myself as a maintainer of geom_mirror.
2004-08-05 13:51:56 +00:00
Alfred Perlstein
08b9aa31b9
s/manditory/mandatory
...
Obtained from: Ceri Davies
2004-07-17 20:22:24 +00:00
Alfred Perlstein
55f0207c6d
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.
2004-07-17 20:00:45 +00:00
Alfred Perlstein
881848b931
Request that diffs against nfs, rpc and rpc.lockd are run by me.
2004-07-16 21:47:43 +00:00
Pawel Jakub Dawidek
e1237b285b
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!
2004-07-02 19:40:36 +00:00
Pawel Jakub Dawidek
66dfe041c8
Add myself as maintainer for geom_nop, geom_stripe and geom(8).
2004-05-20 12:44:23 +00:00
Nate Lawson
5eb4afcbb9
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@
2004-05-16 22:05:25 +00:00
Pawel Jakub Dawidek
d4bd6f11c7
Add myself as maintainer for geom_concat and geom_gate.
2004-05-10 10:07:25 +00:00
Tony Ackerman
5adb82276f
Adding Tony Ackerman (tackerman) as the maintainer for the em(4) Intel Gigabit Ethernet driver.
2004-04-19 17:47:45 +00:00
Ruslan Ermilov
43935fddb9
Suspend my interest in maintaining libalias(3) and natd(8).
2004-04-17 06:15:16 +00:00
Vinod Kashyap
b3f9e6e20e
Adding Vinod Kashyap (vkashyap) as the maintainer for twa.
2004-04-08 01:43:34 +00:00
Johan Karlsson
72673aaaa2
Remove these MAINTAINER lines since the maintainers has had their
...
commit bits retired for safe keeping.
2004-04-01 20:31:49 +00:00
Scott Long
7cca215b12
Remove raidframe from the list
2004-03-25 20:02:17 +00:00
Max Laier
8c26723371
Add myself as maintainer for contrib/pf
...
Approved by: bms(mentor)
2004-03-23 21:22:24 +00:00
David E. O'Brien
57f5e24fec
Update for reality.
2004-03-01 16:34:39 +00:00
Vinod Kashyap
78dcc84595
Adding Vinod Kashyap (vkashyap) as the maintainer for twe.
2004-02-28 00:48:20 +00:00
Scott Long
6c2a427ef3
Add somemore items to the list. The purpose is not to extert control over
...
these, but to let people know that they are maintained.
2004-02-20 21:27:04 +00:00
Jacques Vidrine
b00ddae648
I'll continue to babysit the Kerberos-related stuff.
2004-01-30 15:40:33 +00:00
Colin Percival
2720e4a16f
Add an entry for RELENG_5_* to match the RELENG_4_* entry.
...
Reviewed by: nectar
Approved by: rwatson (mentor)
Bikesheds to: nectar
2004-01-27 14:33:33 +00:00
Martin Blapp
5f589737a7
I'll maintain dhclient from now on.
...
Ok'd by: murray
2003-08-01 17:54:11 +00:00
Boris Popov
177f5441d5
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
2003-07-30 10:43:13 +00:00
Mark Murray
121d81b884
Adjust for new telnet situation (single telnet source tree).
2003-07-19 00:17:36 +00:00
David Malone
936664b119
Move my inetd maintainer note to src/MAINTAINERS.
2003-07-15 16:52:22 +00:00
Gregory Neil Shapiro
dce6e6518b
Remove MAINTAINER= lines from individual Makefiles in favor of the
...
MAINTAINER file (which already had entries for sendmail).
2003-07-07 03:54:04 +00:00
David E. O'Brien
86a3ec92c1
Also remove the ones that snuck in at the bottom.
2003-06-16 16:12:05 +00:00