1# $FreeBSD$ 2 3# This file is meant to list all FreeBSD src 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-src.dot 8# 9# The dot binary is part of the graphics/graphviz port. 10 11digraph src { 12 13# Node definitions follow this example: 14# 15# foo [label="Foo Bar\[email protected]\n????/??/??"] 16# 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# 20# For returned commit bits, the node definition will follow this example: 21# 22# foo [label="Foo Bar\[email protected]\n????/??/??\n????/??/??"] 23# 24# The first date is the same as for an active committer, the second date is 25# the date when the commit bit has been returned. Again, check CVS logs. 26 27node [color=grey62, style=filled, bgcolor=black]; 28 29# Alumni go here.. Try to keep things sorted. 30 31adrian [label="Adrian Chadd\[email protected]\n2000/07/03\n2006/05/30"] 32alm [label="Andrew Moore\[email protected]\n1993/06/12\n????/??/??"] 33archie [label="Archie Cobbs\[email protected]\n1998/11/06\n2006/06/09"] 34asmodai [label="Jeroen Ruigrok\[email protected]\n1999/12/16\n2001/11/16"] 35cjc [label="Crist J. Clark\[email protected]\n2001/06/01\n2006/12/29"] 36furuta [label="Atsushi Furuta\[email protected]\n2000/06/21\n????/??/??"] 37jtc [label="J.T. Conklin\[email protected]\n1993/06/12\n????/??/??"] 38keichii [label="Michael Wu\[email protected]\n2001/03/07\n2006/04/28"] 39mb [label="Maxim Bolotin\[email protected]\n2000/04/06\n????/??/??"] 40nate [label="Nate Willams\[email protected]\n1993/06/12\n2003/12/15"] 41non [label="Noriaki Mitsnaga\[email protected]\n2000/06/19\n2007/03/06"] 42rgrimes [label="Rod Grimes\[email protected]\n1993/06/12\n????/??/??"] 43shafeeq [label="Shafeeq Sinnamohideen\[email protected]\n2000/06/19\n????/??/??"] 44sheldonh [label="Sheldon Hearn\[email protected]\n1999/06/14\n2006/05/13"] 45shin [label="Yoshinobu Inoue\[email protected]\n1999/07/29\n2003/03/08"] 46tmm [label="Thomas Moestl\[email protected]\n2001/03/07\n2006/07/12"] 47toshi [label="Toshihiko Arai\[email protected]\n2000/07/06\n????/??/??"] 48tshiozak [label="Takuya SHIOZAKI\[email protected]\n2001/04/25\n2003/03/08"] 49uch [label="UCHIYAMA Yasushi\[email protected]\n2000/06/21\n????/??/??"] 50 51node [color=lightblue2, style=filled, bgcolor=black]; 52 53# Current src committers go here. Try to keep things sorted. 54 55ache [label="Andrey Chernov\[email protected]\n1993/10/31"] 56akiyama [label="Shunsuke Akiyama\[email protected]\n2000/06/19"] 57ambrisko [label="Doug Ambrisko\[email protected]\n2001/12/19"] 58andre [label="Andre Oppermann\[email protected]\n2003/11/12"] 59anholt [label="Eric Anholt\[email protected]\n2002/04/22"] 60antoine [label="Antoine Brodin\[email protected]\n2008/02/03"] 61ariff [label="Ariff Abdullah\[email protected]\n2005/11/14"] 62benjsc [label="Benjamin Close\[email protected]\n2007/02/09"] 63benno [label="Benno Rice\[email protected]\n2000/11/02"] 64bmah [label="Bruce A. Mah\[email protected]\n2002/01/29"] 65bmilekic [label="Bosko Milekic\[email protected]\n????/??/??"] 66bms [label="Bruce M Simpson\[email protected]\n2003/08/06"] 67brian [label="Brian Somers\[email protected]\n1996/12/16"] 68brooks [label="Brooks Davis\[email protected]\n2001/06/21"] 69brueffer [label="Christian Brueffer\[email protected]\n2006/02/28"] 70bruno [label="Bruno Ducrot\[email protected]\n2005/07/18"] 71bz [label="Bjoern A. Zeeb\[email protected]\n2004/07/27"] 72ceri [label="Ceri Davies\[email protected]\n2006/11/07"] 73cokane [label="Coleman Kane\[email protected]\n2000/06/19"] 74cperciva [label="Colin Percival\[email protected]\n2004/01/20"] 75csjp [label="Christian S.J. Peron\[email protected]\n2004/05/04"] 76davidxu [label="David Xu\[email protected]\n2002/09/02"] 77dds [label="Diomidis Spinellis\[email protected]\n2003/06/20"] 78delphij [label="Xin Li\[email protected]\n2004/09/14"] 79des [label="Dag-Erling Smorgrav\[email protected]\n1998/04/03"] 80dg [label="David Greenman\[email protected]\n1993/06/14"] 81dhartmei [label="Daniel Hartmeier\[email protected]\n2004/04/06"] 82dmlb [label="Duncan Barclay\[email protected]\n2001/12/14"] 83dwmalone [label="David Malone\[email protected]\n2000/07/11"] 84ed [label="Ed Schouten\[email protected]\n2008/05/22"] 85edwin [label="Edwin Groothuis\[email protected]\n2007/06/25"] 86eik [label="Oliver Eikemeier\[email protected]\n2004/05/20"] 87emaste [label="Ed Maste\[email protected]\n2005/10/04"] 88emax [label="Maksim Yevmenkin\[email protected]\n2003/10/12"] 89eri [label="Ermal Luci\[email protected]\n2008/06/11"] 90fanf [label="Tony Finch\[email protected]\n2002/05/05"] 91fjoe [label="Max Khon\[email protected]\n2001/08/06"] 92flz [label="Florent Thoumie\[email protected]\n2006/03/30"] 93gad [label="Garance A. Drosehn\[email protected]\n2000/10/27"] 94gallatin [label="Andrew Gallatin\[email protected]\n????/??/??"] 95gibbs [label="Justin T. Gibbs\[email protected]\n????/??/??"] 96glebius [label="Gleb Smirnoff\[email protected]\n2004/07/14"] 97gnn [label="George V. Neville-Neil\[email protected]\n2004/10/11"] 98grehan [label="Peter Grehan\[email protected]\n2002/08/08"] 99grog [label="Greg Lehey\[email protected]\n1998/08/30"] 100gshapiro [label="Gregory Shapiro\[email protected]\n2000/07/12"] 101iedowse [label="Ian Dowse\[email protected]\n2000/12/01"] 102imp [label="Warner Losh\[email protected]\n1996/09/20"] 103ivoras [label="Ivan Voras\[email protected]\n2008/06/10"] 104jake [label="Jake Burkholder\[email protected]\n2000/05/16"] 105jayanth [label="Jayanth Vijayaraghavan\[email protected]\n2000/05/08"] 106jinmei [label="JINMEI Tatuya\[email protected]\n2007/03/17"] 107jdp [label="John Polstra\[email protected]\n????/??/??"] 108jkh [label="Jordan K. Hubbard\[email protected]\n1993/06/12"] 109jkim [label="Jung-uk Kim\[email protected]\n2005/07/06"] 110jkoshy [label="A. Joseph Koshy\[email protected]\n1998/05/13"] 111jls [label="Jordan Sissel\[email protected]\n2006/12/06"] 112joe [label="Josef Karthauser\[email protected]\n1999/10/22"] 113joerg [label="Joerg Wunsch\[email protected]\n1993/11/14"] 114jon [label="Jonathan Chen\[email protected]\n2000/10/17"] 115julian [label="Julian Elischer\[email protected]\n1993/??/??"] 116kaiw [label="Kai Wang\[email protected]\n2007/09/26"] 117kensmith [label="Ken Smith\[email protected]\n2004/01/23"] 118kevlo [label="Kevin Lo\[email protected]\n2006/07/23"] 119kmacy [label="Kip Macy\[email protected]\n2005/06/01"] 120le [label="Lukas Ertl\[email protected]\n2004/02/02"] 121linimon [label="Mark Linimon\[email protected]\n2006/09/30"] 122lulf [label="Ulf Lilleengen\[email protected]\n2007/10/24"] 123marcel [label="Marcel Moolenaar\[email protected]\n1999/07/03"] 124marks [label="Mark Santcroos\[email protected]\n2004/03/18"] 125markus [label="Markus Brueffer\[email protected]\n2006/06/01"] 126matteo [label="Matteo Riondato\[email protected]\n2006/01/18"] 127mav [label="Alexander Motin\[email protected]\n2007/04/12"] 128maxim [label="Maxim Konovalov\[email protected]\n2002/02/07"] 129mjacob [label="Matt Jacob\[email protected]\n1997/08/13"] 130mlaier [label="Max Laier\[email protected]\n2004/02/10"] 131mr [label="Michael Reifenberger\[email protected]\n2001/09/30"] 132murray [label="Murray Stokely\[email protected]\n2000/04/05"] 133netchild [label="Alexander Leidinger\[email protected]\n2005/03/31"] 134njl [label="Nate Lawson\[email protected]\n2002/08/07"] 135nwhitehorn [label="Nathan Whitehorn\[email protected]\n2008/07/03"] 136obrien [label="David E. O'Brien\[email protected]\n1996/10/29"] 137olli [label="Oliver Fromme\[email protected]\n2008/02/14"] 138onoe [label="Atsushi Onoe\[email protected]\n2000/07/21"] 139peadar [label="Peter Edwards\[email protected]\n2004/03/08"] 140peter [label="Peter Wemm\[email protected]\n????/??/??"] 141philip [label="Philip Paeps\[email protected]\n2004/01/21"] 142phk [label="Poul-Henning Kamp\[email protected]\n1994/02/21"] 143pjd [label="Pawel Jakub Dawidek\[email protected]\n2004/02/02"] 144ps [label="Paul Saab\[email protected]\n2000/02/23"] 145qingli [label="Qing Li\[email protected]\n2005/04/13"] 146rafan [label="Rong-En Fan\[email protected]\n2007/01/31"] 147remko [label="Remko Lodder\[email protected]\n2007/02/23"] 148rik [label="Roman Kurakin\[email protected]\n2003/12/18"] 149rink [label="Rink Springer\[email protected]\n2006/01/16"] 150rpaulo [label="Rui Paulo\[email protected]\n2007/09/25"] 151rrs [label="Randall R Stewart\[email protected]\n2007/02/08"] 152rse [label="Ralf S. Engelschall\[email protected]\n1997/07/31"] 153ru [label="Ruslan Ermilov\[email protected]\n1999/05/27"] 154rwatson [label="Robert N. M. Watson\[email protected]\n1999/12/16"] 155sam [label="Sam Leffler\[email protected]\n2002/07/02"] 156sanpei [label="MIHIRA Sanpei Yoshiro\[email protected]\n2000/06/19"] 157scf [label="Sean C. Farley\[email protected]\n2007/06/24"] 158schweikh [label="Jens Schweikhardt\[email protected]\n2001/04/06"] 159sepotvin [label="Stephane E. Potvin\[email protected]\n2007/02/15"] 160shiba [label="Takeshi Shibagaki\[email protected]\n2000/06/19"] 161simon [label="Simon L. Nielsen\[email protected]\n2006/03/07"] 162sobomax [label="Maxim Sobolev\[email protected]\n2001/07/25"] 163sson [label="Stacey Son\[email protected]\n2008/07/08"] 164suz [label="SUZUKI Shinsuke\[email protected]\n2002/03/26"] 165syrinx [label="Shteryana Shopova\[email protected]\n2006/10/07"] 166takawata [label="Takanori Watanabe\[email protected]\n2000/07/06"] 167thompsa [label="Andrew Thompson\[email protected]\n2005/05/25"] 168ticso [label="Bernd Walter\[email protected]\n2002/01/31"] 169trasz [label="Edward Tomasz Napierala\[email protected]\n2008/08/22"] 170trhodes [label="Tom Rhodes\[email protected]\n2002/05/28"] 171ume [label="Hajimu UMEMOTO\[email protected]\n2000/02/26"] 172vanhu [label="Yvan Vanhullebus\[email protected]\n2008/07/21"] 173weongyo [label="Weongyo Jeong\[email protected]\n2007/12/21"] 174wes [label="Wes Peters\[email protected]\n1998/11/25"] 175wilko [label="Wilko Bulte\[email protected]\n2000/01/13"] 176wsalamon [label="Wayne Salamon\[email protected]\n2005/06/25"] 177yar [label="Yar Tikhiy\[email protected]\n2001/03/25"] 178yongari [label="Pyun YongHyeon\[email protected]\n2004/08/01"] 179 180# Pseudo target representing rev 1.1 of commit.allow 181day1 [label="Birth of FreeBSD"] 182 183# Here are the mentor/mentee relationships. 184# Group together all the mentees for a particular mentor. 185# Keep the list sorted by mentor login. 186 187day1 -> jtc 188day1 -> jkh 189day1 -> nate 190day1 -> rgrimes 191day1 -> alm 192day1 -> dg 193 194andre -> qingli 195 196anholt -> jkim 197 198benno -> grehan 199 200billf -> dougb 201billf -> gad 202billf -> jedgar 203billf -> jhb 204billf -> shafeeq 205 206bmilekic -> csjp 207 208bms -> dhartmei 209bms -> mlaier 210bms -> thompsa 211 212brian -> joe 213 214brooks -> bushman 215 216bz -> syrinx 217 218cperciva -> flz 219cperciva -> simon 220 221csjp -> bushman 222 223delphij -> rafan 224 225des -> anholt 226des -> hmp 227des -> mike 228des -> olli 229des -> ru 230 231dwmalone -> fanf 232dwmalone -> peadar 233 234eivind -> des 235eivind -> rwatson 236 237emax -> markus 238 239gallatin -> ticso 240 241gibbs -> mjacob 242gibbs -> njl 243 244glebius -> mav 245 246gnn -> jinmei 247gnn -> rrs 248gnn -> ivoras 249gnn -> vanhu 250 251grog -> edwin 252grog -> le 253 254imp -> akiyama 255imp -> ambrisko 256imp -> bmah 257imp -> bruno 258imp -> dmlb 259imp -> emax 260imp -> furuta 261imp -> joe 262imp -> jon 263imp -> keichii 264imp -> mb 265imp -> mr 266imp -> non 267imp -> onoe 268imp -> remko 269imp -> rik 270imp -> rink 271imp -> sanpei 272imp -> shiba 273imp -> takawata 274imp -> toshi 275imp -> uch 276 277jake -> bms 278jake -> gordon 279jake -> harti 280jake -> jeff 281jake -> kmacy 282jake -> robert 283jake -> yongari 284 285jb -> sson 286 287jdp -> fjoe 288 289jhb -> arr 290jhb -> jeff 291jhb -> kbyanc 292 293jkh -> imp 294jkh -> jlemon 295jkh -> joerg 296jkh -> phk 297jkh -> wes 298jkh -> yar 299 300jkoshy -> kaiw 301 302jlemon -> bmilekic 303jlemon -> brooks 304 305joerg -> brian 306joerg -> eik 307joerg -> le 308joerg -> netchild 309 310julian -> glebius 311julian -> davidxu 312julian -> archie 313julian -> adrian 314 315kib -> lulf 316 317marcel -> arun 318marcel -> marius 319marcel -> nwhitehorn 320 321mdodd -> jake 322 323mlaier -> benjsc 324mlaier -> dhartmei 325mlaier -> thompsa 326mlaier -> eri 327 328msmith -> cokane 329msmith -> scottl 330 331murray -> delphij 332 333netchild -> ariff 334 335njl -> marks 336njl -> philip 337njl -> rpaulo 338njl -> sepotvin 339 340obrien -> benno 341obrien -> groudier 342obrien -> gshapiro 343obrien -> kan 344obrien -> sam 345 346peter -> asmodai 347peter -> jayanth 348peter -> ps 349 350philip -> jls 351philip -> matteo 352 353pjd -> lulf 354 355ru -> ceri 356ru -> cjc 357ru -> eik 358ru -> maxim 359ru -> sobomax 360 361rwatson -> adrian 362rwatson -> antoine 363rwatson -> bmah 364rwatson -> brueffer 365rwatson -> bz 366rwatson -> cperciva 367rwatson -> emaste 368rwatson -> gnn 369rwatson -> kensmith 370rwatson -> kmacy 371rwatson -> linimon 372rwatson -> shafeeq 373rwatson -> tmm 374rwatson -> trasz 375rwatson -> trhodes 376rwatson -> wsalamon 377 378sam -> andre 379sam -> benjsc 380sam -> sephe 381 382schweikh -> dds 383 384scottl -> pjd 385scottl -> sah 386scottl -> yongari 387 388sheldonh -> dwmalone 389sheldonh -> iedowse 390 391shin -> ume 392 393sos -> marcel 394 395thompsa -> weongyo 396thompsa -> eri 397 398ume -> jinmei 399ume -> suz 400ume -> tshiozak 401 402wes -> scf 403 404wollman -> gad 405 406} 407