#
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 |
| 03-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.
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
show more ...
|
#
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
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.
show more ...
|
#
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.
|
Revision tags: release/5.4.0_cvs, release/5.4.0 |
|
#
1c4bb408 |
| 13-Mar-2005 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Add myself as a maintainer of geom_shsec.
|
Revision tags: release/4.11.0_cvs, release/4.11.0 |
|
#
15f22497 |
| 29-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
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
81b1c12f |
| 08-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 f
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!
show more ...
|
Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
#
66dfe041 |
| 20-May-2004 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Add myself as maintainer for geom_nop, geom_stripe and geom(8).
|
#
5eb4afcb |
| 17-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
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@
show more ...
|
#
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).
|