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"] 56ae [label="Andrey V. Elsukov\[email protected]\n2010/06/03"] 57akiyama [label="Shunsuke Akiyama\[email protected]\n2000/06/19"] 58ambrisko [label="Doug Ambrisko\[email protected]\n2001/12/19"] 59anchie [label="Ana Kukec\[email protected]\n2010/04/14"] 60andre [label="Andre Oppermann\[email protected]\n2003/11/12"] 61anholt [label="Eric Anholt\[email protected]\n2002/04/22"] 62antoine [label="Antoine Brodin\[email protected]\n2008/02/03"] 63ariff [label="Ariff Abdullah\[email protected]\n2005/11/14"] 64avg [label="Andriy Gapon\[email protected]\n2009/02/18"] 65benjsc [label="Benjamin Close\[email protected]\n2007/02/09"] 66benno [label="Benno Rice\[email protected]\n2000/11/02"] 67bmah [label="Bruce A. Mah\[email protected]\n2002/01/29"] 68bmilekic [label="Bosko Milekic\[email protected]\n????/??/??"] 69bms [label="Bruce M Simpson\[email protected]\n2003/08/06"] 70brian [label="Brian Somers\[email protected]\n1996/12/16"] 71brooks [label="Brooks Davis\[email protected]\n2001/06/21"] 72brucec [label="Bruce Cran\[email protected]\n2010/01/29"] 73brueffer [label="Christian Brueffer\[email protected]\n2006/02/28"] 74bruno [label="Bruno Ducrot\[email protected]\n2005/07/18"] 75bschmidt [label="Bernhard Schmidt\[email protected]\n2010/02/06"] 76bz [label="Bjoern A. Zeeb\[email protected]\n2004/07/27"] 77ceri [label="Ceri Davies\[email protected]\n2006/11/07"] 78cokane [label="Coleman Kane\[email protected]\n2000/06/19"] 79cperciva [label="Colin Percival\[email protected]\n2004/01/20"] 80csjp [label="Christian S.J. Peron\[email protected]\n2004/05/04"] 81davidxu [label="David Xu\[email protected]\n2002/09/02"] 82dds [label="Diomidis Spinellis\[email protected]\n2003/06/20"] 83delphij [label="Xin Li\[email protected]\n2004/09/14"] 84des [label="Dag-Erling Smorgrav\[email protected]\n1998/04/03"] 85dg [label="David Greenman\[email protected]\n1993/06/14"] 86dhartmei [label="Daniel Hartmeier\[email protected]\n2004/04/06"] 87dmlb [label="Duncan Barclay\[email protected]\n2001/12/14"] 88dwmalone [label="David Malone\[email protected]\n2000/07/11"] 89ed [label="Ed Schouten\[email protected]\n2008/05/22"] 90edwin [label="Edwin Groothuis\[email protected]\n2007/06/25"] 91eik [label="Oliver Eikemeier\[email protected]\n2004/05/20"] 92emaste [label="Ed Maste\[email protected]\n2005/10/04"] 93emax [label="Maksim Yevmenkin\[email protected]\n2003/10/12"] 94eri [label="Ermal Luci\[email protected]\n2008/06/11"] 95fabient [label="Fabien Thomas\[email protected]\n2009/03/16"] 96fanf [label="Tony Finch\[email protected]\n2002/05/05"] 97fjoe [label="Max Khon\[email protected]\n2001/08/06"] 98flz [label="Florent Thoumie\[email protected]\n2006/03/30"] 99gabor [label="Gabor Kovesdan\[email protected]\n2010/02/02"] 100gad [label="Garance A. Drosehn\[email protected]\n2000/10/27"] 101gallatin [label="Andrew Gallatin\[email protected]\n????/??/??"] 102gavin [label="Gavin Atkinson\[email protected]\n2009/12/07"] 103gibbs [label="Justin T. Gibbs\[email protected]\n????/??/??"] 104glebius [label="Gleb Smirnoff\[email protected]\n2004/07/14"] 105gnn [label="George V. Neville-Neil\[email protected]\n2004/10/11"] 106grehan [label="Peter Grehan\[email protected]\n2002/08/08"] 107grog [label="Greg Lehey\[email protected]\n1998/08/30"] 108gshapiro [label="Gregory Shapiro\[email protected]\n2000/07/12"] 109iedowse [label="Ian Dowse\[email protected]\n2000/12/01"] 110imp [label="Warner Losh\[email protected]\n1996/09/20"] 111ivoras [label="Ivan Voras\[email protected]\n2008/06/10"] 112jake [label="Jake Burkholder\[email protected]\n2000/05/16"] 113jamie [label="Jamie Gritton\[email protected]\n2009/01/28"] 114jayanth [label="Jayanth Vijayaraghavan\[email protected]\n2000/05/08"] 115jchandra [label="Jayachandran C.\[email protected]\n2010/05/19"] 116jdp [label="John Polstra\[email protected]\n????/??/??"] 117jh [label="Jaakko Heinonen\[email protected]\n2009/10/02"] 118jhb [label="John Baldwin\[email protected]\n1999/08/23"] 119jilles [label="Jilles Tjoelker\[email protected]\n2009/05/22"] 120jinmei [label="JINMEI Tatuya\[email protected]\n2007/03/17"] 121jkh [label="Jordan K. Hubbard\[email protected]\n1993/06/12"] 122jkim [label="Jung-uk Kim\[email protected]\n2005/07/06"] 123jkoshy [label="A. Joseph Koshy\[email protected]\n1998/05/13"] 124jls [label="Jordan Sissel\[email protected]\n2006/12/06"] 125joe [label="Josef Karthauser\[email protected]\n1999/10/22"] 126joerg [label="Joerg Wunsch\[email protected]\n1993/11/14"] 127jon [label="Jonathan Chen\[email protected]\n2000/10/17"] 128julian [label="Julian Elischer\[email protected]\n1993/??/??"] 129kaiw [label="Kai Wang\[email protected]\n2007/09/26"] 130kensmith [label="Ken Smith\[email protected]\n2004/01/23"] 131kevlo [label="Kevin Lo\[email protected]\n2006/07/23"] 132kib [label="Konstantin Belousov\[email protected]\n2006/06/03"] 133kmacy [label="Kip Macy\[email protected]\n2005/06/01"] 134le [label="Lukas Ertl\[email protected]\n2004/02/02"] 135linimon [label="Mark Linimon\[email protected]\n2006/09/30"] 136lstewart [label="Lawrence Stewart\[email protected]\n2008/10/06"] 137lulf [label="Ulf Lilleengen\[email protected]\n2007/10/24"] 138marcel [label="Marcel Moolenaar\[email protected]\n1999/07/03"] 139markm [label="Mark Murray\[email protected]\n199?/??/??"] 140marks [label="Mark Santcroos\[email protected]\n2004/03/18"] 141markus [label="Markus Brueffer\[email protected]\n2006/06/01"] 142matteo [label="Matteo Riondato\[email protected]\n2006/01/18"] 143mav [label="Alexander Motin\[email protected]\n2007/04/12"] 144maxim [label="Maxim Konovalov\[email protected]\n2002/02/07"] 145mdf [label="Matthew Fleming\[email protected]\n2010/06/04"] 146mjacob [label="Matt Jacob\[email protected]\n1997/08/13"] 147mlaier [label="Max Laier\[email protected]\n2004/02/10"] 148mr [label="Michael Reifenberger\[email protected]\n2001/09/30"] 149murray [label="Murray Stokely\[email protected]\n2000/04/05"] 150neel [label="Neel Natu\[email protected]\n2009/09/20"] 151netchild [label="Alexander Leidinger\[email protected]\n2005/03/31"] 152njl [label="Nate Lawson\[email protected]\n2002/08/07"] 153nork [label="Norikatsu Shigemura\[email protected]\n2009/06/09"] 154np [label="Navdeep Parhar\[email protected]\n2009/06/05"] 155nwhitehorn [label="Nathan Whitehorn\[email protected]\n2008/07/03"] 156obrien [label="David E. O'Brien\[email protected]\n1996/10/29"] 157olli [label="Oliver Fromme\[email protected]\n2008/02/14"] 158onoe [label="Atsushi Onoe\[email protected]\n2000/07/21"] 159peadar [label="Peter Edwards\[email protected]\n2004/03/08"] 160peter [label="Peter Wemm\[email protected]\n????/??/??"] 161philip [label="Philip Paeps\[email protected]\n2004/01/21"] 162phk [label="Poul-Henning Kamp\[email protected]\n1994/02/21"] 163pho [label="Peter Holm\[email protected]\n2008/11/16"] 164pjd [label="Pawel Jakub Dawidek\[email protected]\n2004/02/02"] 165ps [label="Paul Saab\[email protected]\n2000/02/23"] 166qingli [label="Qing Li\[email protected]\n2005/04/13"] 167rafan [label="Rong-En Fan\[email protected]\n2007/01/31"] 168randi [label="Randi Harper\[email protected]\n2010/04/20"] 169remko [label="Remko Lodder\[email protected]\n2007/02/23"] 170rik [label="Roman Kurakin\[email protected]\n2003/12/18"] 171rink [label="Rink Springer\[email protected]\n2006/01/16"] 172rnoland [label="Robert Noland\[email protected]\n2008/09/15"] 173roberto [label="Ollivier Robert\[email protected]\n1995/02/22"] 174rpaulo [label="Rui Paulo\[email protected]\n2007/09/25"] 175rrs [label="Randall R Stewart\[email protected]\n2007/02/08"] 176rse [label="Ralf S. Engelschall\[email protected]\n1997/07/31"] 177rstone [label="Ryan Stone\[email protected]\n2010/04/19"] 178ru [label="Ruslan Ermilov\[email protected]\n1999/05/27"] 179rwatson [label="Robert N. M. Watson\[email protected]\n1999/12/16"] 180sam [label="Sam Leffler\[email protected]\n2002/07/02"] 181sanpei [label="MIHIRA Sanpei Yoshiro\[email protected]\n2000/06/19"] 182scf [label="Sean C. Farley\[email protected]\n2007/06/24"] 183schweikh [label="Jens Schweikhardt\[email protected]\n2001/04/06"] 184sepotvin [label="Stephane E. Potvin\[email protected]\n2007/02/15"] 185shiba [label="Takeshi Shibagaki\[email protected]\n2000/06/19"] 186simon [label="Simon L. Nielsen\[email protected]\n2006/03/07"] 187sobomax [label="Maxim Sobolev\[email protected]\n2001/07/25"] 188snb [label="Nick Barkas\[email protected]\n2009/05/05"] 189sson [label="Stacey Son\[email protected]\n2008/07/08"] 190suz [label="SUZUKI Shinsuke\[email protected]\n2002/03/26"] 191syrinx [label="Shteryana Shopova\[email protected]\n2006/10/07"] 192takawata [label="Takanori Watanabe\[email protected]\n2000/07/06"] 193thompsa [label="Andrew Thompson\[email protected]\n2005/05/25"] 194ticso [label="Bernd Walter\[email protected]\n2002/01/31"] 195trasz [label="Edward Tomasz Napierala\[email protected]\n2008/08/22"] 196trhodes [label="Tom Rhodes\[email protected]\n2002/05/28"] 197tuexen [label="Michael Tuexen\[email protected]\n2009/06/06"] 198ume [label="Hajimu UMEMOTO\[email protected]\n2000/02/26"] 199uqs [label="Ulrich Spoerlein\[email protected]\n2010/01/28"] 200vanhu [label="Yvan Vanhullebus\[email protected]\n2008/07/21"] 201versus [label="Konrad Jankowski\[email protected]\n2008/10/27"] 202weongyo [label="Weongyo Jeong\[email protected]\n2007/12/21"] 203wes [label="Wes Peters\[email protected]\n1998/11/25"] 204wilko [label="Wilko Bulte\[email protected]\n2000/01/13"] 205wsalamon [label="Wayne Salamon\[email protected]\n2005/06/25"] 206yar [label="Yar Tikhiy\[email protected]\n2001/03/25"] 207yongari [label="Pyun YongHyeon\[email protected]\n2004/08/01"] 208zec [label="Marko Zec\[email protected]\n2008/06/22"] 209 210# Pseudo target representing rev 1.1 of commit.allow 211day1 [label="Birth of FreeBSD"] 212 213# Here are the mentor/mentee relationships. 214# Group together all the mentees for a particular mentor. 215# Keep the list sorted by mentor login. 216 217day1 -> jtc 218day1 -> jkh 219day1 -> nate 220day1 -> rgrimes 221day1 -> alm 222day1 -> dg 223 224andre -> qingli 225 226anholt -> jkim 227 228benno -> grehan 229 230billf -> dougb 231billf -> gad 232billf -> jedgar 233billf -> jhb 234billf -> shafeeq 235 236bmilekic -> csjp 237 238bms -> dhartmei 239bms -> mlaier 240bms -> thompsa 241 242brian -> joe 243 244brooks -> bushman 245brooks -> jamie 246 247bz -> anchie 248bz -> jamie 249bz -> syrinx 250 251cperciva -> flz 252cperciva -> randi 253cperciva -> simon 254 255csjp -> bushman 256 257delphij -> gabor 258delphij -> rafan 259 260des -> anholt 261des -> hmp 262des -> mike 263des -> olli 264des -> ru 265 266dds -> versus 267 268dwmalone -> fanf 269dwmalone -> peadar 270dwmalone -> snb 271 272ed -> gavin 273ed -> jilles 274ed -> rdivacky 275ed -> uqs 276 277eivind -> des 278eivind -> rwatson 279 280emaste -> rstone 281 282emax -> markus 283 284gallatin -> ticso 285 286gibbs -> mjacob 287gibbs -> njl 288 289glebius -> mav 290 291gnn -> jinmei 292gnn -> rrs 293gnn -> ivoras 294gnn -> vanhu 295gnn -> lstewart 296gnn -> np 297 298grog -> edwin 299grog -> le 300 301imp -> akiyama 302imp -> ambrisko 303imp -> bmah 304imp -> bruno 305imp -> dmlb 306imp -> emax 307imp -> furuta 308imp -> joe 309imp -> jon 310imp -> keichii 311imp -> mb 312imp -> mr 313imp -> neel 314imp -> non 315imp -> nork 316imp -> onoe 317imp -> remko 318imp -> rik 319imp -> rink 320imp -> sanpei 321imp -> shiba 322imp -> takawata 323imp -> toshi 324imp -> uch 325 326jake -> bms 327jake -> gordon 328jake -> harti 329jake -> jeff 330jake -> kmacy 331jake -> robert 332jake -> yongari 333 334jb -> sson 335 336jdp -> fjoe 337 338jhb -> arr 339jhb -> avg 340jhb -> jeff 341jhb -> kbyanc 342jhb -> rnoland 343 344jkh -> imp 345jkh -> jlemon 346jkh -> joerg 347jkh -> phk 348jkh -> wes 349jkh -> yar 350 351jkoshy -> kaiw 352jkoshy -> fabient 353jkoshy -> rstone 354 355jlemon -> bmilekic 356jlemon -> brooks 357 358joerg -> brian 359joerg -> eik 360joerg -> le 361joerg -> netchild 362 363julian -> glebius 364julian -> davidxu 365julian -> archie 366julian -> adrian 367julian -> zec 368 369kan -> kib 370 371kib -> ae 372kib -> dchagin 373kib -> lulf 374kib -> pho 375kib -> rdivacky 376kib -> rmacklem 377kib -> stas 378 379kmacy -> lstewart 380 381marcel -> arun 382marcel -> marius 383marcel -> nwhitehorn 384 385markm -> sheldonh 386 387mav -> ae 388 389mdodd -> jake 390 391mlaier -> benjsc 392mlaier -> dhartmei 393mlaier -> thompsa 394mlaier -> eri 395 396msmith -> cokane 397msmith -> scottl 398 399murray -> delphij 400 401netchild -> ariff 402 403njl -> marks 404njl -> philip 405njl -> rpaulo 406njl -> sepotvin 407 408obrien -> benno 409obrien -> groudier 410obrien -> gshapiro 411obrien -> kan 412obrien -> sam 413 414peter -> asmodai 415peter -> jayanth 416peter -> ps 417 418philip -> ed 419philip -> jls 420philip -> matteo 421philip -> uqs 422 423pjd -> kib 424pjd -> lulf 425 426rgrimes -> markm 427 428rpaulo -> avg 429rpaulo -> bschmidt 430 431rrs -> brucec 432rrs -> jchandra 433rrs -> tuexen 434 435ru -> ceri 436ru -> cjc 437ru -> eik 438ru -> maxim 439ru -> sobomax 440 441rwatson -> adrian 442rwatson -> antoine 443rwatson -> bmah 444rwatson -> brueffer 445rwatson -> bz 446rwatson -> cperciva 447rwatson -> emaste 448rwatson -> gnn 449rwatson -> jh 450rwatson -> kensmith 451rwatson -> kmacy 452rwatson -> linimon 453rwatson -> rmacklem 454rwatson -> shafeeq 455rwatson -> tmm 456rwatson -> trasz 457rwatson -> trhodes 458rwatson -> wsalamon 459 460sam -> andre 461sam -> benjsc 462sam -> sephe 463 464schweikh -> dds 465 466scottl -> pjd 467scottl -> sah 468scottl -> yongari 469 470sheldonh -> dwmalone 471sheldonh -> iedowse 472 473shin -> ume 474 475sos -> marcel 476 477thompsa -> weongyo 478thompsa -> eri 479 480trasz -> jh 481 482ume -> jinmei 483ume -> suz 484ume -> tshiozak 485 486wes -> scf 487 488wollman -> gad 489 490zml -> mdf 491 492} 493