committers-src.dot revision 168144
1# $FreeBSD: head/share/misc/committers-src.dot 168144 2007-03-31 18:52:29Z imp $
2
3digraph src {
4
5# Node definitions follow this example:
6#
7#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
8#
9# ????/??/?? is the date when the commit bit was obtained, usually the one you
10# can find looking at CVS logs for the access (or avail) file under CVSROOT.
11#
12# For returned commit bits, the node definition will follow this example:
13#
14#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
15#
16# The first date is the same as for an active committer, the second date is
17# the date when the commit bit has been returned. Again, check CVS logs.
18
19node [color=grey62, style=filled, bgcolor=black];
20
21# Alumni go here.. Try to keep things sorted.
22
23sheldonh [label="Sheldon Hearn\nsheldonh@FreeBSD.org\n1999/06/14"]
24
25node [color=lightblue2, style=filled, bgcolor=black];
26
27# Current src committers go here. Try to keep things sorted.
28
29andre [label="Andr� Oppermann\nandre@FreeBSD.org\n2003/11/12"]
30anholt [label="Eric Anholt\nanholt@FreeBSD.org\n2002/04/22"]
31ariff [label="Ariff Abdullah\nariff@FreeBSD.org\n2005/11/14"]
32benjsc [label="Benjamin Close\nbenjsc@FreeBSD.org\n2007/02/09"]
33bmah [label="Bruce A. Mah\nbmah@FreeBSD.org\n2002/01/29"]
34bms [label="Bruce M Simpson\nbms@FreeBSD.org\n2003/08/06"]
35cperciva [label="Colin Percival\ncperciva@FreeBSD.org\n2004/01/20"]
36dds [label="Diomidis Spinellis\ndds@FreeBSD.org\n2003/06/20"]
37delphij [label="Xin Li\ndelphij@FreeBSD.org\n2004/09/14"]
38des [label="Dag-Erling Smorgrav\ndes@FreeBSD.org\n1998/04/03"]
39dhartmei [label="Daniel Hartmeier\ndhartmei@FreeBSD.org\n2004/04/06"]
40dwmalone [label="David Malone\ndwmalone@FreeBSD.org\n2000/07/11"]
41fanf [label="Tony Finch\nfanf@FreeBSD.org\n2002/05/05"]
42flz [label="Florent Thoumie\nflz@FreeBSD.org\n2006/03/30"]
43grog [label="Greg Lehey\ngrog@FreeBSD.org\n1998/08/30"]
44iedowse [label="Ian Dowse\niedowse@FreeBSD.org\n2000/12/01"]
45imp [label="Warner Losh\nimp@FreeBSD.org\n1996/09/20"]
46jake [label="Jake Burkholder\njake@FreeBSD.org\n2000/05/16"]
47jkh [label="Jordan Hubbard\njkh@FreeBSD.org\n1994/07/24"]
48jkim [label="Jung-uk Kim\njkim@FreeBSD.org\n2005/07/06"]
49jls [label="Jordan Sissel\njls@FreeBSD.org\n2006/12/06"]
50joerg [label="Joerg Wunsch\njoerg@FreeBSD.org\n1994/08/22"]
51le [label="Lukas Ertl\nle@FreeBSD.org\n2004/02/02"]
52matteo [label="Matteo Riondato\nmatteo@FreeBSD.org\n2006/01/18"]
53mjacob [label="Matt Jacob\nmjacob@FreeBSD.org\n1997/08/13"]
54mlaier [label="Max Laier\nmlaier@FreeBSD.org\n2004/02/10"]
55murray [label="Murray Stokely\nmurray@FreeBSD.org\n2000/04/05"]
56netchild [label="Alexander Leidinger\nnetchild@FreeBSD.org\n2005/03/31"]
57njl [label="Nate Lawson\njl@FreeBSD.org\n2002/08/07"]
58obrien [label="David E. O'Brien\nobrien@FreeBSD.org\n1996/10/29"]
59peadar [label="Peter Edwards\npeadar@FreeBSD.org\n2004/03/08"]
60philip [label="Philip Paeps\nphilip@FreBSD.org\n2004/01/21"]
61qingli [label="Qing Li\nqingli@FreeBSD.org\n2005/04/13"]
62rafan [label="Rong-En Fan\nrafan@FreeBSD.org\n2007/01/31"]
63rrs [label="Randall R Stewart\nrrs@FreeBSD.org\n2007/02/08"]
64rse [label="Ralf S. Engelschall\nrse@FreeBSD.org\n1997/07/31"]
65rwatson [label="Robert N. M. Watson\nrwatson@FreeBSD.org\n1999/12/16"]
66sam [label="Sam Leffler\nsam@FreeBSD.org\n2002/07/02"]
67schweikh [label="Jens Schweikhardt\nschweikh@FreeBSD.org\n2001/04/06"]
68simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2006/03/07"]
69thompsa [label="Andrew Thompson\nthompsa@FreeBSD.org\n2005/05/25"]
70wilko [label="Wilko Bulte\nwilko@FreeBSD.org\n2000/01/13"]
71
72# Here are the mentor/mentee relationships.
73# Group together all the mentees for a particular mentor.
74# Keep the list sorted by mentor login.
75
76andre -> qingli
77
78anholt -> jkim
79
80bms -> mlaier
81bms -> dhartmei
82bms -> thompsa
83
84bz -> syrinx
85
86cperciva -> flz
87cperciva -> simon
88
89delphij -> rafan
90
91des -> anholt
92
93eivind -> rwatson
94
95dwmalone -> fanf
96dwmalone -> peadar
97
98gnn -> jinmei
99gnn -> rrs
100
101jake -> bms
102
103jkh -> imp
104
105joerg -> le
106joerg -> netchild
107
108gibbs -> mjacob
109
110grog -> le
111
112mlaier -> benjsc
113mlaier -> dhartmei
114mlaier -> thompsa
115
116murray -> delphij
117
118netchild -> ariff
119
120njl -> philip
121
122obrien -> sam
123
124philip -> jls
125philip -> matteo
126
127rwatson -> adrian
128rwatson -> brueffer
129rwatson -> bz
130rwatson -> cperciva
131rwatson -> emaste
132rwatson -> gnn
133rwatson -> kensmith
134rwatson -> kmacy
135rwatson -> linimon
136rwatson -> tmm
137rwatson -> wsalamon
138
139sam -> andre
140sam -> benjsc
141
142schweikh -> dds
143
144sheldonh -> dwmalone
145sheldonh -> iedowse
146
147ume -> jinmei
148
149}
150