Ignore machine-check MSRs
[freebsd-src/fkvm-freebsd.git] / share / misc / committers-doc.dot
blob31e058472b96c2e2608d73785acd0751e2a6f1f2
1 # $FreeBSD$
3 # This file is meant to list all FreeBSD doc+www committers and describe the
4 # mentor-mentee relationships between them.
5 # The graphical output can be generated from this file with the following
6 # command:
7 # $ dot -T png -o file.png committers-doc.dot
9 # The dot binary is part of the graphics/graphviz port.
11 digraph doc {
13 # Node definitions follow this example:
15 # foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
17 # ????/??/?? is the date when the commit bit was obtained, usually the one you
18 # can find looking at CVS logs for the access (or avail) file under CVSROOT.
19 # Use YYYY/MM/DD format.
21 # For returned commit bits, the node definition will follow this example:
23 # foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
25 # The first date is the same as for an active committer, the second date is
26 # the date when the commit bit has been returned. Again, check CVS logs.
28 node [color=grey62, style=filled, bgcolor=black];
30 # Alumni go here. Try to keep things sorted.
32 node [color=lightblue2, style=filled, bgcolor=black];
34 # Current doc committers go here. Try to keep things sorted.
36 ache [label="Andrey Chernov\nache@FreeBSD.org\n1997/06/13"]
37 ale [label="Alex Dupre\nale@FreeBSD.org\n2003/12/22"]
38 blackend [label="Marc Fonvieille\nblackend@FreeBSD.org\n2002/06/16"]
39 bmah [label="Bruce A. Mah\nbmah@FreeBSD.org\n2000/08/22"]
40 brd [label="Brad Davis\nbrd@FreeBSD.org\n2005/06/01"]
41 brueffer [label="Christian Brueffer\nbrueffer@FreeBSD.org\n2003/01/13"]
42 bvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"]
43 ceri [label="Ceri Davies\nceri@FreeBSD.org\n2002/03/17"]
44 chinsan [label="Chinsan Huang\nchinsan@FreeBSD.org\n2006/09/20"]
45 danger [label="Daniel Gerzo\ndanger@FreeBSD.org\n2006/08/20"]
46 den [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"]
47 delphij [label="Xin Li\ndelphij@FreeBSD.org\n2004/09/14"]
48 gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2007/02/02"]
49 ganbold [label="Ganbold Tsagaankhuu\nganbold@FreeBSD.org\n2008/02/26"]
50 garys [label="Gary W. Swearingen\ngarys@FreeBSD.org\n2005/08/21"]
51 jcamou [label="Jesus R. Camou\njcamou@FreeBSD.org\n2005/03/02"]
52 jesusr [label="Jesus Rodriguez Cuesta\njesusr@FreeBSD.org\n1998/12/10"]
53 jim [label="Jim Mock\njim@FreeBSD.org\n1999/08/11\n2003/12/15"]
54 jkois [label="Johann Kois\njkois@FreeBSD.org\n2004/11/11"]
55 joel [label="Joel Dahl\njoel@FreeBSD.org\n2005/04/05"]
56 josef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/01/15"]
57 keramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
58 loader [label="Fukang Chen\nloader@FreeBSD.org\n2007/07/30"]
59 linimon [label="Mark Linimon\nlinimon@FreeBSD.org\n2004/03/31"]
60 manolis [label="Manolis Kiagias\nmanolis@FreeBSD.org\n2008/05/24"]
61 marcel [label="Marcel Moolenaar\nmarcel@FreeBSD.org\n1999/07/03"]
62 marck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
63 miwi [label="Martin Wilke\nmiwi@FreeBSD.org\n2007/10/26"]
64 murray [label="Murray Stokely\nmurray@FreeBSD.org\n2000/04/05"]
65 nik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"]
66 pav [label="Pav Lucistnik\npav@FreeBSD.org\n2005/08/12"]
67 pgj [label="Gabor Pali\npgj@FreeBSD.org\n2008/04/21"]
68 remko [label="Remko Lodder\nremko@FreeBSD.org\n2004/10/16"]
69 roam [label="Peter Pentchev\nroam@FreeBSD.org\n2003/02/14"]
70 simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2003/07/20"]
71 trhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2002/03/25"]
73 # Here are the mentor/mentee relationships.
74 # Group together all the mentees for a particular mentor.
75 # Keep the list sorted by mentor login.
77 blackend -> ale
79 brueffer -> joel
81 ceri -> brd
82 ceri -> brueffer
83 ceri -> linimon
84 ceri -> roam
85 ceri -> simon
87 den -> marck
89 delphij -> chinsan
90 delphij -> loader
92 gabor -> pgj
93 gabor -> manolis
95 jesusr -> jcamou
97 jim -> trhodes
99 jkois -> miwi
101 keramida -> blackend
102 keramida -> danger
103 keramida -> gabor
104 keramida -> ganbold
105 keramida -> garys
106 keramida -> pav
108 marck -> bvs
110 mheinen -> jkois
112 murray -> ceri
113 murray -> delphij
115 nik -> bmah
116 nik -> keramida
118 remko -> jkois
120 simon -> josef
121 simon -> remko
123 trhodes -> danger
124 trhodes -> jcamou