Rene Ladan
7c8a79a8a8
share/misc/organization.dot: list myself as the new portmgr-secretary
2016-05-30 19:30:41 +00:00
Baptiste Daroussin
b821f297e0
Update pci_vendors to 2016.05.23
2016-05-23 22:01:06 +00:00
Nick Hibma
3868814725
Add myself to the list of src committers. I've never been added it
...
seems.
2016-05-12 20:04:09 +00:00
Ben Woods
faef00a3e1
Add myself (woodsb02) as ports committer, and update mentor/mentee relationships
...
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6275
2016-05-09 20:01:18 +00:00
Gordon Tetlow
a48214425f
Add myself (finally) to the port committer's dot file.
...
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D6074
2016-04-24 21:19:00 +00:00
Emmanuel Vadot
6c65acb507
Add myself as src commiter.
...
Approved by: cognet (mentor)
2016-04-24 14:49:01 +00:00
Maxim Konovalov
aaeb469b3b
OpenBSD 5.9 and FreeBSD 10.3 releases added.
2016-04-04 10:27:48 +00:00
Baptiste Daroussin
d69b292c7c
Update pci_vendors database to 2016-02-27
...
MFC after: 1 week
2016-03-26 11:13:17 +00:00
Christoph Moench-Tegeder
3135102b59
Add myself as a ports committer
...
Mentors are miwi@ and rene@
Approved by: rene (mentor)
2016-03-05 11:20:02 +00:00
Phil Shafer
f487b23214
Add entries for Phil Shafer (phil@)
...
Differential Revision: https://reviews.freebsd.org/D5246
Approved by: sjg (mentor)
2016-02-29 04:50:24 +00:00
Jason Unovitch
3b2a0d99af
- Add myself to ports-secteam
...
Approved by: delphij, miwi, feld
2016-02-27 23:39:59 +00:00
Stanislav Galabov
d173587f9a
Add myself as src committer
...
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D5438
M committers-src.dot
2016-02-25 19:29:55 +00:00
Jared McNeill
fa104e4174
Add myself as src committer.
...
Approved by: gonzo (mentor)
2016-02-25 01:03:34 +00:00
Olivier Cochard
f53fab99ae
Add myself as ports committer (including calendar)
...
Approved by: jadawin
Differential Revision: https://reviews.freebsd.org/D5295
2016-02-16 10:33:45 +00:00
Svatopluk Kraus
832c5c3960
Fix my email.
2016-01-27 14:47:00 +00:00
Frederic Culot
e6e403c3f3
Welcome miwi back to the portmgr team
2016-01-20 12:19:34 +00:00
Wojciech Macek
a72c8092c7
Adding info about myself to committers-src.xml
...
Approved by: cognet (mentor)
Differential revision: https://reviews.freebsd.org/D5001
2016-01-20 11:15:54 +00:00
Sepherosa Ziehau
290bc19b5b
committer-src.dot: Add {adrian,delphij}->me
...
Approved by: adrian (mentor)
2016-01-10 08:41:01 +00:00
Ed Maste
2332dd9492
Use standard name for ASCII LF and FF control codes
...
PR: 205778
MFC after: 2 weeks
2016-01-06 21:47:49 +00:00
Martin Wilke
ac8cb02f74
- Sort ports-secteam
2015-12-29 15:54:34 +00:00
Martin Wilke
5df461fa7b
- Add myself to ports-secteam
...
Approved by: delphij (implicit)
2015-12-29 15:36:46 +00:00
Bernard Spil
c77e464aea
Update mentors for brnrd
...
- Remove vsevolod as mentor for brnrd
- Add feld as mentor for brnrd
Reviewed by: koobs (mentor), vsevolod (mentor p.t.), feld (mentor h.t.)
Approved by: koobs (mentor)
Differential Revision: https://reviews.freebsd.org/D4702
2015-12-24 16:51:03 +00:00
Maxim Konovalov
8adf31cadd
o DragonFly 4.4.1 release added.
2015-12-08 01:16:53 +00:00
Ravi Pokala
e38d647a53
Add myself (rpokala) and my mentor (jhb)
...
Approved by: jhb (mentor)
Differential Revision: https://reviews.freebsd.org/D4231
2015-11-20 21:03:04 +00:00
Michal Meloun
11113be653
Install myself as src committer.
...
Approved by: kib (mentor)
2015-11-01 16:54:55 +00:00
Svatopluk Kraus
4547d42225
Install myself as src committer.
...
Approved by: kib (mentor)
2015-10-29 21:40:32 +00:00
Jonathan T. Looney
df1475e542
Add myself (jtl) and my mentor to the committers-src.dot file.
...
Approved by: gnn (mentor)
Differential Revision: https://reviews.freebsd.org/D4029
2015-10-29 21:00:11 +00:00
Kurt Lidl
4faa71f113
Add myself and my mentors to the committers-src.dot file.
...
Approved by: rpaulo (mentor)
Differential Revision: https://reviews.freebsd.org/D4006
2015-10-27 03:48:42 +00:00
Enji Cooper
d53226d715
Use 't' (bit-field) not 'b' (bit-sized integral type) for describing MRIE (aka
...
"Method of Reporting Informational Exceptions") in the SCSI mode database.
T10/04-371 revision 2 (revision 4; page 2, table 1) describes it as a
bit-field of 4 bits wide.
1. http://www.t10.org/ftp/t10/document.04/04-371r2.pdf
This a recommit of head@r289913 to fix the original commit message, in
particular:
- I incorrectly claimed that unit change was 'i' -> 't'.
- The spec I reference in this commit is 2 decades newer than the one noted in
r289913. The fields in the SCSI mode database are more complete in the newer
spec, so it'll be easier for someone to decipher this commit if need be
later.
- I screwed up the bug entry in the previous commit message
Pointyhat to: ngie (for botching up r289913)
PR: 200619
Reported by: Michael Baptist
Submitted by: Lars Skodje
Sponsored by: EMC / Isilon Storage Divisionf
2015-10-25 04:04:25 +00:00
Enji Cooper
e54187eb89
Revert r289913 -- I botched up the commit message by accident
...
Will redo the commit shortly
2015-10-25 03:22:21 +00:00
Enji Cooper
93709850e0
Use 't' (bits) not 'i' (bytes) for describing MRIE (aka
...
"Method of Reporting Informational Exceptions") in the SCSI mode database as
the field described in X3T10/94-190 (revision 4; page 2, table 1) [1.] is
4 bits wide, not 4 bytes wide
1. http://ftp.t10.org/ftp/t10/document.94/94-190r4.pdf
Bug 200619
MFC after: 1 week
Reported by: Michael Baptist <mbaptist@isilon.com>
Submitted by: Lars Skodje <lskodje@isilon.com>
Sponsored by: EMC / Isilon Storage Division
2015-10-25 03:16:08 +00:00
Andriy Voskoboinyk
b4244a2779
Add myself (avos) to committers-src.dot
...
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D3941
2015-10-21 22:31:17 +00:00
Sergey Kandaurov
d712e17c96
o NetBSD 7.0, OpenBSD 5.8, FreeBSD 10.2, OS X 10.11 added.
2015-10-20 11:37:16 +00:00
Mark Felder
7914733e69
jhg -> jgh
...
Submitted by: junovitch
Approved by: delphij (implicit)
2015-09-05 01:00:02 +00:00
Mark Felder
74f40e9c30
Update ports-secteam roster
...
Approved by: delphij
2015-09-04 20:15:20 +00:00
Baptiste Daroussin
fcb92d50f7
Update to use the latest version of the PCI IDs Repository.
...
MFC after: 1 week
2015-08-15 12:55:06 +00:00
Marcelo Araujo
f6f5a3ea22
Add myself into the src graph.
...
Approved by: bapt (mentor)
Differential Revision: D3294
2015-08-09 02:10:20 +00:00
Marcelo Araujo
9b133ca7d9
Add rodrigc@ to the committers graph.
...
Approved by: bapt (mentor)
Differential Revision: D3288
2015-08-09 02:08:28 +00:00
Jason Unovitch
994cfa1f63
- Add myself to the committers-ports.dot and add my mentor relationship.
...
- Add myself to the calendar.freebsd.
Approved by: delphij (mentor)
Differential Revision: https://reviews.FreeBSD.org/D3265
2015-08-01 17:29:52 +00:00
Allan Jude
91ed97ddd8
Updat the committers graph
...
Approved by: marcel (mentor)
Differential Revision: https://reviews.freebsd.org/D3251
2015-07-30 17:02:23 +00:00
Conrad Meyer
80f295a415
Add myself to committers-src.dot
...
Approved by: markj (mentor)
2015-07-08 03:20:28 +00:00
Maxim Konovalov
2a52334e0b
o DragonFly 4.2.0 added.
2015-06-30 07:46:06 +00:00
Matthew Seaman
4311777e58
Steve KArgl's commit bit taken in at his own request
...
With hat: core-secretary
Approved by: core
2015-06-28 09:03:26 +00:00
Simon J. Gerraty
ccfb965433
Add META_MODE support.
...
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
2015-06-13 19:20:56 +00:00
Simon J. Gerraty
5b381db8cc
Remove NO_OBJ
...
For meta mode we will want objdirs.
Differential Revision: D2748
Reviewed by: brooks imp
2015-06-11 04:22:17 +00:00
Simon J. Gerraty
44d314f704
dirdeps.mk now sets DEP_RELDIR
2015-06-08 23:35:17 +00:00
Bernard Spil
07d93540fc
Add myself (brnrd / Bernard Spil) to committers docs
...
- Add myself and vsevolod (mentor) to committers-ports.dot
- Add koobs and vsevolod as mentors to committers-ports.dot
Submitted by: brnrd@freebsd.org
Approved by: vsevolod (mentor), koobs (mentor)
Differential Revision: https://reviews.freebsd.org/D2648
2015-06-06 11:19:21 +00:00
Simon J. Gerraty
98e0ffaefb
Merge sync of head
2015-05-27 01:19:58 +00:00
Sergey A. Osokin
618223117e
Fix DragonFly 4.0.5 release date.
...
Reported by: vangyzen
2015-05-06 01:29:31 +00:00
Sergey A. Osokin
ba993026d4
Add "The Design and Implementation of the FreeBSD OS, 2nd Ed.".
2015-05-05 11:39:54 +00:00
Sergey A. Osokin
29709006f7
Document DragonFly releases 4.0.2 - 4.0.5 and OpenBSD 5.7.
...
Fix typo for NetBSD 6.1.5.
2015-05-05 11:12:20 +00:00
Mariusz Zaborski
49ceb674df
Add myself (oshogbo) to calendar.freebsd and committers-src.dot.
...
Approved by: pjd (mentor)
2015-04-27 16:45:16 +00:00
Kristof Provost
0a8343d787
Add myself (kp) to committers-src.dot
...
Approved by: philip (mentor)
2015-03-26 15:27:38 +00:00
Frederic Culot
04ca8f71be
Update the portmgr members list
2015-03-25 18:02:06 +00:00
Jason A. Harmening
553f54b8c5
Adding myself (jah) to committers-src.dot
...
Approved by: kib (mentor)
2015-03-11 12:57:07 +00:00
Eric van Gyzen
0f8b21ceb5
Add myself to the src committers graph, with kib as my mentor.
...
Approved by: kib (mentor)
2015-03-10 17:45:46 +00:00
Wei Hu
86b86ce035
Add myself (whu) to committers-src.dot.
...
Approved by: royger (mentor)
2015-03-04 09:05:20 +00:00
Bjoern Heidotting
66a14ee8fc
Add myself to committers-doc.dot
...
Approved by: bcr (mentor)
2015-02-19 21:47:31 +00:00
Enji Cooper
b6f503dde0
Clean up more usb related files when MK_USB == no when dealing with
...
manpages, libraries, and binaries
MFC after: 1 week
X-MFC with: r278135
Sponsored by: EMC / Isilon Storage Division
2015-02-04 11:43:19 +00:00
Eric Joyner
e3bf410907
Add myself (erj) to committers-src.dot.
...
Approved by: gnn (mentor), jfv (mentor)
2015-01-30 18:19:22 +00:00
Jan Beich
d142f0da9f
- Add jbeich as a ports committer
...
- List bapt and flo as his mentors
Differential Revision: https://reviews.freebsd.org/D1562
Approved by: flo (mentor)
2015-01-20 21:49:50 +00:00
Andrew Rybchenko
9c20a2f180
Add myself (arybchik) to committers-src.dot
...
Approved by: gnn (mentor)
2015-01-08 05:46:16 +00:00
Muhammad Moinur Rahman
819d692b5e
Fix missing \n in committers-ports.dot while adding myself
...
Differential Revision: https://reviews.freebsd.org/D1365
Submitted by: danfe
Approved by: bapt(mentor)
2014-12-24 13:25:22 +00:00
Muhammad Moinur Rahman
c418933aee
Update Mentor and Mentee Information (bofh)
...
Differential Revision: https://reviews.freebsd.org/D1363
Reviewed by: bapt
Approved by: bapt
2014-12-24 09:25:16 +00:00
Rui Paulo
12339d2e51
Add myself.
2014-12-11 18:58:22 +00:00
Baptiste Daroussin
dbdf98e9a9
Fix rendering
2014-12-06 22:28:51 +00:00
Sean Bruno
b19403fe3b
Add myself as a ports committer, mentored by bapt/bdrewery.
2014-12-06 22:03:12 +00:00
Baptiste Daroussin
ffc5fcca2a
Update to reflect the current members of portmgr
2014-12-06 21:55:18 +00:00
Baptiste Daroussin
2a0aa1c307
add some missing mentor->mentee relationship
2014-12-06 21:50:35 +00:00
Dominic Fandrey
d34492d118
Add mentor information for kami a.k.a. me.
...
My mentors are cs and koobs.
Differential Revision: https://reviews.freebsd.org/D975
Reviewed by: cs
Approved by: cs
2014-12-06 21:34:37 +00:00
Maxim Konovalov
2da9bf1ddc
o NetBSD 6.1.5, OpenBSD 5.6, FreeBSD 10.1, DragonFly 4.0.1 added.
2014-11-27 14:54:17 +00:00
Enji Cooper
0341ccf227
Clean up more usb related files when MK_USB == no when dealing with
...
manpages, libraries, and binaries
2014-11-26 21:18:52 +00:00
Simon J. Gerraty
9268022b74
Merge from head@274682
2014-11-19 01:07:58 +00:00
Sergey Kandaurov
f2f9dcf1e1
Mac OS X 10.10 added.
2014-10-20 15:41:11 +00:00
Alexander Motin
ec05088b9c
Add LBPERE mode bit definition.
2014-10-14 08:30:02 +00:00
Julien Charbon
cdcab7b62a
Add myself (jch) to calendar.freebsd and committers-src.dot
...
Approved by: jhb (mentor)
2014-09-24 22:31:40 +00:00
Alonso Schaich
3e1dba58ed
Add Alonso Schaich to ports developers. Mentors: makc@, rakuco@
...
Approved by: rakuco (mentor)
2014-08-28 23:32:56 +00:00
Bryan Drewery
11cb1b138e
Add recent DragonFly releases.
...
Submitted by: Zach Crownover <zachary.crownover@gmail.com>
MFC after: 1 week
2014-08-19 20:35:09 +00:00
Simon J. Gerraty
ee7b0571c2
Merge head from 7/28
2014-08-19 06:50:54 +00:00
Dmitry Morozovsky
2f9234fdfd
(belatedly) Document FreeBSD 9.3-R
...
MFC after: 1 week
M misc/bsd-family-tree
2014-08-12 16:51:37 +00:00
Dan Langille
d04d9cb775
Add Dan Langille (myself) to committers-ports.dot file with mat and wg as mentors.
...
Approved by: wg (mentor)
2014-08-12 14:37:33 +00:00
Hiren Panchasara
8aeed43915
Add myself to committers-src.dot.
...
Better late than never :-)
2014-08-03 00:29:03 +00:00
Enji Cooper
04cadbc959
Add myself to calendar.freebsd and committers-src.dot
...
Phabric: D522
Reviewed by: jmmv
Approved by: jmmv (co-mentor)
2014-08-02 16:45:55 +00:00
Gabor Pali
7724489236
- Update core-secretary
2014-07-09 13:37:24 +00:00
Gabor Pali
8ba33cf6fd
- Update core members
2014-07-09 11:41:32 +00:00
Frederic Culot
f9dbe55d07
Update organization.dot to reflect current portmgr@
2014-07-09 09:15:08 +00:00
Gavin Atkinson
0e1c7b34cc
Add missing linefeed.
2014-06-24 12:57:48 +00:00
Bartek Rutkowski
f1d3a55dbf
Add Bartek Rutkowski (myself) to committers-ports.dot file with swills and marino as mentors.
...
Approved by: swills (mentor)
2014-06-19 06:31:27 +00:00
Maxim Konovalov
3832e9de5a
Mac OS X 10.10 is not released yet, removed.
...
Pointed out by: pluknet
2014-06-05 09:27:42 +00:00
Maxim Konovalov
e0c29e91d9
OpenBSD 5.5, Mac OS X 10.10, Dragonfly BSD 3.8.0 added.
2014-06-05 07:28:27 +00:00
Patrick Kelsey
7650e67d84
- Added myself and mentor/mentee relationship to the src committers
...
graph.
- Added my info to the FreeBSD calendar.
Approved by: jmallett (mentor)
2014-05-31 05:16:12 +00:00
Stephen McConnell
33f50a0985
- Add myself to committers-src.dot
...
Approved by: ken/scottl (mentors)
2014-05-20 22:11:52 +00:00
Allan Jude
a7b1372283
Note my mentors in the committers graph.
...
Add my birthday to the calendar.
Approved by: bcr (mentor)
2014-05-18 04:21:12 +00:00
Simon J. Gerraty
3b8f084595
Merge head
2014-04-28 07:50:45 +00:00
Eitan Adler
b2ba559513
bsd-family-tree: Fix date
2014-04-28 06:24:37 +00:00
Eitan Adler
a388c42d32
bsd-family-tree: Add missing releases
...
- NetBSD 6.0.4
- DragonFly 3.6.2
2014-04-21 02:04:37 +00:00
Eitan Adler
f53d329e7c
bsd-family-tree: Add NetBSD 6.1.4, 6.0.5
...
Part of 6.0.4 is still missing: this really needs to be automated
2014-04-20 03:27:38 +00:00
Gabor Pali
da64d3cf7e
- Move davidxu to the alumni section
...
Approved by: core (implicit)
2014-04-14 06:34:08 +00:00
Johannes Jost Meixner
606b39f1e0
- Adding myself to the committers-ports.dot
...
- Adding myself to the freebsd calendar
Approved by: swills (mentor)
2014-04-10 18:34:26 +00:00
Gabor Pali
d464d78756
- Move carl to the alumni section
2014-03-06 17:33:12 +00:00
Eitan Adler
ffb99a64dd
bsd-family-tree: Add DragonFly 3.6.1 to the tree.
2014-02-22 21:35:40 +00:00
Eitan Adler
7153f30113
bsd-family-tree: Add DragonFly 3.6.1 to the tree.
2014-02-22 21:34:28 +00:00
Maxim Konovalov
c19e0fb1d0
o NetBSD 6.1.3 added.
2014-01-31 08:48:25 +00:00
Ulrich Spörlein
96aff461c2
Add FreeBSD 2.2.9, the April Fools release.
...
I decided not to extend the graph to the actual point in time when it
was released, that would just look silly.
2014-01-28 21:39:46 +00:00
Steven Kreuzer
fd6f71e126
Add missing 'n' after '\'
...
Reported by: gavin
Approved by: hrs (mentor)
2014-01-28 14:11:09 +00:00
Rodrigo Osorio
8085bde7f3
Add myself as a developer
...
Add bapt@ and kwm@ as mentors
Approved by: kwm@ (co-mentor)
2014-01-27 11:10:06 +00:00
Steven Kreuzer
0ffaf1f854
add myself to committers-doc.dot
...
Approved by: hrs (mentor)
2014-01-22 14:11:40 +00:00
Tycho Nightingale
88bee036cd
Add myself to the src-committers list.
...
Approved by: neel (mentor)
2014-01-21 23:45:31 +00:00
Michael Gmelin
2656b5237b
Add grembo as a ports committer
...
Approved by: flo (mentor)
2014-01-21 13:23:18 +00:00
Jason Helfman
d85d78e1bd
add myself to committers-doc.dot
...
Approved by: bcr (mentor)
2014-01-21 09:01:08 +00:00
Glen Barber
615eca9b9d
Add 11.0-CURRENT.
...
Sponsored by: The FreeBSD Foundation
2014-01-21 05:56:35 +00:00
Glen Barber
31b2e513a1
Add 10.0-RELEASE.
...
Sponsored by: The FreeBSD Foundation
2014-01-21 05:54:14 +00:00
Bruce A. Mah
57afe75b5b
Move myself from ports alumni to active ports committer section.
...
Add an edge indicating mat as my ports mentor.
Approved by: mat (mentor)
2014-01-13 23:27:24 +00:00
Thomas Zander
f1575af8e4
Add myself as a ports committer
...
Approved by: thierry (mentor)
2014-01-11 14:56:04 +00:00
Jonathan Chu
a91afa2091
milki is a new committer for ports.
...
Approved by: swills (mentor)
2013-12-17 05:13:37 +00:00
Bryan Drewery
77cf51096f
Add myself to the src-committers list
...
Approved by: bapt (mentor)
2013-12-16 17:05:03 +00:00
Mark Peek
bcc4cae9d6
Add myself to the committers-src list.
2013-11-27 23:26:54 +00:00
Stefan Eßer
95bd7290ab
- add myself to the committers list (it's about time,
...
having been a committer for more than 19 years ...)
2013-11-27 19:12:29 +00:00
Roger Pau Monné
168d70db8a
Add myself to the committers-src list.
...
Approved by: gibbs (mentor)
2013-11-27 15:58:07 +00:00
Sergey Kandaurov
937353f7fb
DragonFly 3.6.0 released.
2013-11-26 08:07:24 +00:00
Alexey Degtyarev
d0e1bc6d0d
- Add myself as port committer and my mentor's relationship.
...
- Add myself to calendar.freebsd.
Approved: wg (mentor)
2013-11-10 20:24:41 +00:00
Julio Merino
6ab0d9cf41
Add myself to the committers-src list and to the calendar.
...
Approved by: rpaulo (mentor)
2013-11-04 11:59:44 +00:00
Sergey Kandaurov
bedc59de87
OpenBSD 5.4 added.
2013-11-01 18:55:56 +00:00
Mikolaj Golub
b24e24eb7d
Add myself as a ports committer
...
Approved by: bdrewery (mentor)
2013-10-31 19:55:36 +00:00
Sergey Kandaurov
a0b91aad67
Fixed typo.
...
Submitted by: Nikolai Lifanov
Pointyhat: pluknet
2013-10-29 14:15:09 +00:00
Sergey Kandaurov
f582ba849d
OS X 10.9 added.
2013-10-29 13:44:19 +00:00
Simon J. Gerraty
3caf0790a8
Merge head@256284
2013-10-13 02:35:19 +00:00
Simon J. Gerraty
c8191bc69e
We do want objdir
2013-10-13 00:27:34 +00:00
Eitan Adler
92aece216f
Fix NetBSD release number
...
Submitted by: pluknet
Approved by: re (glebius)
2013-10-11 18:51:37 +00:00
Eric Davis
783bfbc5a1
New committer info.
...
Approved by: re@ (gjb)
Approved by: davidch (mentor)
2013-10-10 17:41:41 +00:00
Eitan Adler
3bad2eaa98
Add the latest NetBSD and FreeBSD releases.
...
Approved by: re (glebius)
2013-10-07 19:27:54 +00:00
Glen Barber
5bbecb65b8
Add FreeBSD 9.2-RELEASE to the BSD Family Tree
...
Approved by: re (hrs)
Sponsored by: The FreeBSD Foundation
2013-10-02 04:40:46 +00:00
Eitan Adler
426ab28269
Add the newest NetBSD releases.
...
Approved by: re (gjb)
2013-09-29 23:38:53 +00:00
Danilo Egea Gondolfo
de16bcc52d
- Add myself as port commiter and my mentors relationship.
...
- Add myself to calendar.freebsd.
Approved by: re (gjb), wg (mentor)
2013-09-24 04:00:49 +00:00
Simon J. Gerraty
d1d0158641
Merge from head
2013-09-05 20:18:59 +00:00
Zbigniew Bodek
dbbd7a968b
Add myself as a new committer and cognet as my mentor.
...
Approved by: cognet (mentor)
2013-09-04 20:49:32 +00:00
George V. Neville-Neil
a9e5c5a364
Add myself to the list of ports committers.
...
Approved by: skreuzer (mentor)
2013-09-04 20:12:33 +00:00
Ruslan Bukin
908ea20751
- Add myself as a src committer
...
- Note cognet is my mentor
Approved by: cognet (mentor)
2013-09-04 11:28:47 +00:00
John-Mark Gurney
976a220f2c
Joerg was my mentor way back when...
2013-08-26 17:36:55 +00:00
Rusmir Dusko
d1c64a6d1d
- Add myself in committers-ports.dot
...
Approved by: miwi/wxs/wg (mentors)
2013-08-15 16:03:09 +00:00
John Marino
de11bcac39
Add John Marino to committers-port.dot
...
Approved by: bapt (mentor)
2013-07-10 22:12:48 +00:00
Luiz Otavio O Souza
411286bfe1
- add myself to the committers list and add adrian as my mentor
...
Approved by: adrian (mentor)
2013-07-04 01:48:55 +00:00
Mark Felder
87230f6c4b
- Adding myself to the committers-ports.dot
...
- Adding myself to the freebsd calendar
Approved by: swills (mentor)
2013-06-26 02:21:37 +00:00
Ruslan Makhmatkhanov
3686430269
- add my mentor -> mentee relation with koobs
2013-06-17 03:56:31 +00:00
Veniamin Gvozdikov
5ba7914bce
Added my another mentors: osa and eadler
...
Approved by: rm (mentor)
2013-06-16 21:49:37 +00:00
Veniamin Gvozdikov
38f84e920c
Add myself as ports committer.
...
Approved by: rm (mentor)
2013-06-16 21:45:04 +00:00
Joel Dahl
f814793b09
cvsweb -> svnweb
2013-06-16 07:16:44 +00:00
Eitan Adler
6a5335f59c
Merge latest NetBSD changes.
...
This adds some new NetBSD releases and makes some simple formatting changes.
With this commit NetBSD and FreeBSD should have identical files.
DragonflyFBSD has the version immediately prior to this commit.
When committing to this file please try to coordinate with all three groups.
Submitted by: Alan Barrett <apb@cequrux.com>
2013-06-11 21:47:16 +00:00
Sergey Kandaurov
39405eaa44
FreeBSD 8.4 added.
2013-06-07 17:06:08 +00:00
Glen Barber
7a6b84f702
Add myself to committers-src.dot, and note kib is my mentor.
...
Approved by: kib (mentor)
2013-06-04 16:02:00 +00:00
Chris Rees
bcde90e3c5
Add my entry.
...
Approved by: bcr, gjb (mentors)
2013-05-29 13:36:33 +00:00
Maxim Konovalov
95beb4525d
NetBSD 6.1 added.
2013-05-20 15:11:30 +00:00
Eitan Adler
7a2b450ff8
Fxi a bunch of typos.
...
PR: misc/174625
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
2013-05-10 16:41:26 +00:00
Eitan Adler
d881730627
By request, add an arrow from NetBSD-0.8 to FreeBSD-1.0.
...
While here, add a few more NetBSD versions to the tree itself.
Submitted by: Alan Barrett <apb@cequrux.com>
Submitted by: Thomas Klausner <wiz@netbsd.org>
2013-05-07 12:39:14 +00:00
Eitan Adler
f5d38abdaf
I miscopied the previous date. Also add another NetBSD release.
...
Obtained from: NetBSD
2013-05-07 02:05:00 +00:00
Eitan Adler
ddfc3165be
Add two missing NetBSD releases
...
Obtained from: NetBSD
2013-05-07 02:03:00 +00:00
Niclas Zeising
8233b689e1
Add DragonFly BSD 3.4.1, released April 29 2013.
...
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
2013-05-01 17:59:41 +00:00
Niclas Zeising
1dcb7a5fbe
Add OpenBSD 5.3, released today, May 1 2013.
2013-05-01 17:29:42 +00:00
Alan Somers
eccc722c93
Add myself as a src committer
...
Approved by: ken (mentor)
2013-04-24 23:38:04 +00:00
Kenneth D. Merry
c4a4d2eb59
Add myself to the committers list.
2013-04-24 23:32:47 +00:00
Eitan Adler
ef721f618e
iso639: Add Standard Moroccan Tamazight.
...
See http://www.loc.gov/standards/iso639-2/php/code_changes.php
Obtained from: DragonflyBSD (commit 2d64ea1d0ec1beacc8f4e22353b7eb84c6f2b3f0)
2013-04-24 00:41:36 +00:00
Simon J. Gerraty
89e0f621b2
New/updated dependencies
2013-04-14 01:22:39 +00:00
Simon J. Gerraty
69e6d7b75e
sync from head
2013-04-12 20:48:55 +00:00
Gavin Atkinson
ef816ea3d7
Add some more dates and relationships.
...
Submitted by: jkoshy, gj, dfr
2013-04-12 17:01:07 +00:00
Gavin Atkinson
9b35844a16
Update with several early mentor/mentee relationships and dates commit
...
bits were granted. Relationships have been provided by the mentees,
dates have been sourced from either the mentees or the CVS mailing list
archives.
Obtained from: mux, wilko, msmith, peter, schweikh
Obtained from: gallatin, dfr, murray, jkoshy
2013-04-12 08:39:18 +00:00
Gavin Atkinson
4bbec5e191
- Add entries for alc and akoszek, alredy referenced elsewhere
...
- Add phk -> mux relationship, confirmed by mux@
- Add scottl -> sbruno relationship
- Move four ex-committers to the alumni section
- Sort.
2013-04-11 17:16:08 +00:00
Antoine Brodin
b5a099c64f
Add myself as a ports committer
...
Approved by: eadler (mentor)
2013-04-05 21:17:37 +00:00
William Grzybowski
6678108f37
Add myself as a ports committer and my mentor relationship.
...
While in the repository, add myself to calendar.freebsd.
Approved by: jpaetzel (mentor)
2013-04-04 23:11:56 +00:00
Tijl Coosemans
bb44b57367
Add myself as ports committer.
...
Approved by: crees (mentor)
2013-03-28 12:46:04 +00:00
Joel Dahl
5dcbcee7b0
Add FreeBSD 9.1.
2013-03-14 21:20:46 +00:00
Eitan Adler
25d74ee052
Remove pav from portmgr whom had also stepped down a few months ago.
...
Thank you for your years of service.
Reported by: rene
2013-03-12 23:14:18 +00:00
Eitan Adler
eaa45f5968
Welcome Bryan to the team.
2013-03-12 23:07:34 +00:00
Eitan Adler
d43e357b6a
Update Ruslan's last name per request.
...
Submitted by: rm
2013-03-12 13:03:31 +00:00
Eitan Adler
29c70b5ed9
Remove two members of portmgr that have recently stepped down. Thank
...
you for your time on portmgr.
Remove one member from bugmeister that has stepped down recently. Thank
you for your time on bugmeister.
While here clean up the graph a bit (remove dead cvs repos)
2013-03-12 04:37:04 +00:00
Po-Chien Lin
3df6c5bf31
Add myself as a ports committer and my mentor relationship.
...
Approved by: swills (mentor)
2013-02-13 05:44:35 +00:00
David E. O'Brien
d9a447559b
Sync with HEAD.
2013-02-08 16:10:16 +00:00
Achim Leubner
f710aaa725
Add myself as a src committer and my mentor relationship.
...
Approved by: emaste (co-mentor)
2013-02-07 14:49:55 +00:00
Dru Lavigne
c4856cf253
add myself to committers-doc.dot
...
Approved by: bcr (mentor)
2013-01-22 18:27:19 +00:00
Ian Lepore
f230ef543f
Add myself as a committer, and my mentor relationship.
...
Approved by: cognet (mentor)
2013-01-17 18:00:19 +00:00
Carl Delsey
f7e925398c
Add myself and my mentor relationship.
...
Approved by: jimharris (mentor)
2013-01-16 19:05:49 +00:00
Rene Ladan
c2e1d98de5
Add gjb as my co-mentor now that I have a full doc/www bit.
...
Approved by: remko (mentor)
2013-01-15 17:17:54 +00:00
David Naylor
7bea72f78a
Add myself as a port committer (with eadler@ and bdrewery@ as mentors).
...
While in the repository, add myself to calendar.freebsd.
Approved by: eadler/bdrewery (mentor)
2013-01-15 05:33:40 +00:00
Marius Strobl
6f1b440f45
Record my ports commit bit.
2013-01-03 22:05:20 +00:00
Mark Johnston
43d0cfa3d8
Add myself as a new src committer.
...
Approved by: emaste (co-mentor)
2012-12-19 04:18:21 +00:00
Steven Hartland
01487e405c
Fixed missing 'n' of \n for my committers line
...
Approved by: avg (mentor)
2012-12-13 09:55:26 +00:00
Jim Harris
866fb54847
Add my ex-mentors.
2012-12-12 22:25:31 +00:00
Steven Hartland
83da9362b7
Add myself as a new src committer
...
Approved by: pjd (mentor)
2012-12-12 16:59:07 +00:00
Eitan Adler
fd53babd77
Sync with Library of Congress list.
...
Approved by: cperciva (implicit)
Obtained from: DragonflyBSD
MFC after: 3 days
2012-12-08 05:51:27 +00:00
Eitan Adler
dc5e7eb62e
Connect organization.dot to the build
...
Approved by: cperciva
MFC after: 3 days
2012-12-05 13:05:24 +00:00
Gabor Pali
a746dc9af7
- Update organization.dot to reflect that attilio resigned from core
...
Approved by: core (implicit)
2012-11-28 22:04:18 +00:00
Barbara Guida
f114e8dbc7
Add my mentor relationships to committers-ports.dot
...
Approved by: flo (mentor)
2012-11-25 21:32:13 +00:00
Eitan Adler
b2c3d69208
Correct spelling of "lily" [0]
...
Correct spelling of Camellia
PR: misc/173655 [0]
Submitted by: John Ryan <john@shiftregister.net> [0]
Approved by: cperciva
MFC after: 1 week
2012-11-16 14:46:32 +00:00
Bryan Venteicher
65f6f7ae43
Add myself as a new src committer
...
Approved by: grehan (mentor)
2012-11-06 00:41:59 +00:00
Grzegorz Blach
d4cc50ba14
- Add my mentor relationships to committers-ports.dot
...
- Add myself to calendar.freebsd
Approved by: tabthorpe (mentor)
2012-11-04 08:47:41 +00:00
Simon J. Gerraty
23090366f7
Sync from head
2012-11-04 02:52:03 +00:00
Maxim Konovalov
87ae2c7848
o DragonFly 2.3.1 added.
2012-11-03 19:26:08 +00:00
Philip Paeps
acdff4634b
MFV pciids-20121024, r242469
...
Update to use the latest version of the PCI IDs Repository.
MFC after: 1 week
2012-11-02 11:13:44 +00:00
Maxim Konovalov
6c5ed44028
o OpenBSD 5.2 added.
2012-11-02 07:36:16 +00:00
Simon J. Gerraty
bc12605bee
Add entry for sjg
...
Approved by: marcel (mentor)
2012-10-24 14:06:47 +00:00
Eitan Adler
ac9caaf57f
Update re members to reality
...
MFC after: 3 days
2012-10-22 17:13:15 +00:00
Sergey Kandaurov
77833fb00d
Document NetBSD 6.0
2012-10-18 15:52:00 +00:00
Eitan Adler
aca9beed35
Add my new association with bcr and jkois.
...
Thanks!
MFC after: 3 days
2012-10-15 17:10:41 +00:00
Peter Jeremy
e6f5b72e5d
- Add myself as a new src committer.
...
- Sort jhb's mentees
- Add grog's (ex-)mentor
Approved by: jhb (co-mentor), grog (co-mentor)
2012-09-16 06:44:58 +00:00
Edson Brandi
c99c0499e0
Add myself, and show gabor@ as my mentor.
...
Approved by: gabor (mentor)
2012-09-15 20:09:08 +00:00
Eitan Adler
ebce2fe6d3
Belatedly add myself
...
MFC after: 3 days
2012-09-14 01:23:28 +00:00
Jason E. Hale
8e5c2a044e
- Add myself to calendar.freebsd
...
- Add my mentor relationships to committers-ports.dot
Approved by: makc (mentor)
2012-09-11 13:29:50 +00:00
Eitan Adler
9a9e843eae
Follow up to doc r39516:
...
Update the Vendor Relations Team information to reflect that
incoming email is now handled by core@ and the Foundation.
Reviewed by: gjb
MFC after: 3 days
2012-09-11 02:29:36 +00:00
Eitan Adler
451abc51c9
hrs has yet to create clones of himself
...
MFC after: 3 days
X-MFC-With: r240318, r240294
2012-09-10 16:51:43 +00:00
Eitan Adler
24c6bb6ed1
Update a few more teams and hats with new members.
...
Remove explicit re${arch} teams as they are not listed anywhere else.
MFC after: 3 days
X-MFC-With: r240294
2012-09-10 16:19:12 +00:00
Eitan Adler
372c42cf95
Keep this file relatively up to date (taken from f.b.o/adminstration)
...
MFC after: 3 days
2012-09-10 02:40:17 +00:00
Eitan Adler
e9ee984536
Sync access file date recommendation
...
Change from CVS to svn for canconical source of information
MFC after: 3 days
2012-09-10 02:40:02 +00:00
Marcel Moolenaar
7750ad47a9
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
...
Requested by: Simon Gerraty <sjg@juniper.net>
2012-08-22 19:25:57 +00:00
Andrey Zonov
64964ed77d
- Add myself as a new src committer.
...
Approved by: kib (mentor)
2012-08-21 12:39:38 +00:00
Bryan Drewery
7b2873fb83
- Add myself to calendar.freebsd
...
- Add my mentor relationships to committers-ports.dot
Approved by: eadler (mentor)
2012-08-01 17:48:38 +00:00
Sergey Kandaurov
6f5d431991
Add OS X 10.8.
...
Although they dropped the 'Mac' in this version,
prefer to stick with it for consistency.
Reviewed by: maxim
2012-07-26 11:51:29 +00:00
Gavin Atkinson
1a2585391a
Update for new core team. Looks like this file was not updated two years
...
ago for the last core team.
MFC after: 3 days
2012-07-12 12:11:32 +00:00
Niclas Zeising
d9455a4113
Add myself to commiters-[doc,ports].dot and calendar.freebsd
...
Approved by: joel (doc/www mentor) kwm (ports mentor)
2012-07-03 07:28:57 +00:00
Glen Barber
8a5e58a68d
Update entries in organization.dot for the following groups:
...
coresecretary, portmgr, portmgrsecretary, secteam
Sort entries by last name.
Note: core is left as-is intentionally for now.
Submitted by: bcr, rpaulo
2012-06-28 03:27:35 +00:00
Glen Barber
9609b4de0b
Remove a '\n' that crept in accidentally.
2012-06-28 00:17:45 +00:00
Glen Barber
e0b094653e
Update organization.dot to reflect current doceng@.
...
While here, sort line by last name.
2012-06-28 00:03:37 +00:00
Glen Barber
ca6b7e9e17
Add my entry to committers-ports.dot.
2012-06-27 23:58:52 +00:00
John Baldwin
b99d8b0ae0
Add pfg@ as one of my mentees.
2012-06-12 20:55:57 +00:00
Mateusz Guzik
932c975298
Add myself as a new committer.
...
Approved by: trasz (mentor)
2012-06-04 15:21:13 +00:00
Tom Judge
0e55135627
- Fix my botched merge and correct mentor ordering. (Spotted by flo)
...
- Fix missing new line in node block. (Spotted by gavin)
- Sort the node list while I'm here.
Approved by: eadler (mentor)
2012-05-31 19:33:51 +00:00
Tom Judge
8ffe408c2f
Add my mentor relationships.
...
Approved by: eadler (mentor)
2012-05-31 02:36:30 +00:00
Jase Thew
65403eb28f
Add myself and mentors relationship.
...
Approved by: flo (mentor)
2012-05-30 22:48:01 +00:00
Olivier Duchateau
54171f992c
Add myself and my relation to my mentors.
...
Approved by: miwi@, rene@
2012-05-29 20:16:26 +00:00
Gavin Atkinson
89e36b6494
Update to reflect various doc commit bits taken into safekeeping.
...
MFC after: 1 week
2012-05-26 16:26:23 +00:00
Gavin Atkinson
48de59e89e
Updates to reflect recent commit bits handed back, etc.
...
MFC after: 1 week
2012-05-26 14:44:18 +00:00
Sergey Kandaurov
b04b94d332
Revert r235194: 10.8 appears to be a developer preview.
...
Reported by: trasz
2012-05-09 16:06:20 +00:00
Sergey Kandaurov
32c5eb2487
Mac OS X 10.8 added (belatedly).
2012-05-09 15:22:39 +00:00
Sergey Kandaurov
7c01b8a930
OpenBSD 5.1 added.
2012-05-06 19:03:36 +00:00
Isabell Long
d2b79d58ec
- Add my mentor/mentee relationship to committers-doc.dot.
...
(where me = issyl0)
Approved by: gabor (mentor)
2012-05-05 16:50:12 +00:00
John W. De Boskey
d30ae758dd
Add myself to this file - it didn't exist last time.
...
Approved by: rmacklem (mentor)
2012-05-01 01:19:56 +00:00
Jean-Sébastien Pédron
fa268e5523
Add myself.
2012-04-30 16:16:37 +00:00
Jeremie Le Hen
3fa1d362b7
Add my informations.
...
Approved by: kib (mentor)
2012-04-23 09:16:56 +00:00
Devin Teske
9e5332de82
Add myself as a new committer.
...
Approved by: emaste (mentor)
2012-04-18 18:35:19 +00:00
Maxim Konovalov
5c7680afa8
o FreeBSD 8.3-RELEASE added.
2012-04-18 15:23:21 +00:00
Alexander Motin
d151862b11
Add some more SCSI mode pages from SPC-4 spec.
...
MFC after: 1 week
2012-04-17 11:13:03 +00:00
Armin Pirkovitsch
b4882cb383
Add myself to committers-ports
...
Approved by: beat (mentor)
2012-04-16 15:08:01 +00:00
Jason Evans
6543769220
Added myself to committers-src.dot.
2012-04-13 20:58:01 +00:00
Monthadar Al Jaberi
09c35035a0
Add myself as a new committer and add adrian as my mentor.
...
Approved by: adrian (mentor)
2012-04-13 16:53:00 +00:00
Guido Falsi
9d65a33c2a
Add myself and my relation to my mentors.
...
Approved by: crees
2012-04-12 20:22:17 +00:00
Alex Kozlov
3d876232e5
Add myself
...
Approved by: itetcu (mentor)
2012-03-01 20:03:44 +00:00
Sergey Kandaurov
4278ee3b07
Add myself, and show marck@ as my mentor.
...
Approved by: marck (mentor)
2012-02-29 20:13:53 +00:00
Maxim Konovalov
b3191640f9
DragonFly 3.0.1 added.
2012-02-22 17:52:53 +00:00
Matthew Seaman
147fa51f5f
Adding myself as a new committer
...
Approved by: shaun (mentor)
2012-02-09 14:15:20 +00:00
Ulrich Spörlein
2fd40de72a
Record my ports mentor relationship.
...
Approved by: beat (mentor)
2012-02-07 11:53:08 +00:00
Davide Italiano
67b6f45325
Add myself to the relevant docs.
...
Approved by: alc, gnn (mentors)
2012-02-01 19:46:12 +00:00
Maxim Konovalov
ab80dcdb1c
Copyright years updated.
2012-01-13 06:18:23 +00:00