committers-src.dot revision 168147
1# $FreeBSD: head/share/misc/committers-src.dot 168147 2007-03-31 19:18:22Z des $
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
92des -> hmp
93des -> mike
94
95eivind -> des
96eivind -> rwatson
97
98dwmalone -> fanf
99dwmalone -> peadar
100
101gnn -> jinmei
102gnn -> rrs
103
104jake -> bms
105
106jkh -> imp
107
108joerg -> le
109joerg -> netchild
110
111gibbs -> mjacob
112
113grog -> le
114
115mlaier -> benjsc
116mlaier -> dhartmei
117mlaier -> thompsa
118
119murray -> delphij
120
121netchild -> ariff
122
123njl -> philip
124
125obrien -> sam
126
127philip -> jls
128philip -> matteo
129
130rwatson -> adrian
131rwatson -> brueffer
132rwatson -> bz
133rwatson -> cperciva
134rwatson -> emaste
135rwatson -> gnn
136rwatson -> kensmith
137rwatson -> kmacy
138rwatson -> linimon
139rwatson -> tmm
140rwatson -> wsalamon
141
142sam -> andre
143sam -> benjsc
144
145schweikh -> dds
146
147sheldonh -> dwmalone
148sheldonh -> iedowse
149
150ume -> jinmei
151
152}
153