# $FreeBSD: head/share/misc/committers-src.dot 168140 2007-03-31 17:26:54Z rwatson $ digraph src { # Node definitions follow this example: # # foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"] # # ????/??/?? is the date when the commit bit was obtained, usually the one you # can find looking at CVS logs for the access (or avail) file under CVSROOT. # # For returned commit bits, the node definition will follow this example: # # foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"] # # The first date is the same as for an active committer, the second date is # the date when the commit bit has been returned. Again, check CVS logs. node [color=grey62, style=filled, bgcolor=black]; # Alumni go here.. Try to keep things sorted. sheldonh [label="Sheldon Hearn\nsheldonh@FreeBSD.org\n1999/06/14"] node [color=lightblue2, style=filled, bgcolor=black]; # Current src committers go here. Try to keep things sorted. andre [label="André Oppermann\nandre@FreeBSD.org\n2003/11/12"] anholt [label="Eric Anholt\nanholt@FreeBSD.org\n2002/04/22"] ariff [label="Ariff Abdullah\nariff@FreeBSD.org\n2005/11/14"] benjsc [label="Benjamin Close\nbenjsc@FreeBSD.org\n2007/02/09"] bmah [label="Bruce A. Mah\nbmah@FreeBSD.org\n2002/01/29"] bms [label="Bruce M Simpson\nbms@FreeBSD.org\n2003/08/06"] cperciva [label="Colin Percival\ncperciva@FreeBSD.org\n2004/01/20"] dds [label="Diomidis Spinellis\ndds@FreeBSD.org\n2003/06/20"] delphij [label="Xin Li\ndelphij@FreeBSD.org\n2004/09/14"] des [label="Dag-Erling Smorgrav\ndes@FreeBSD.org\n1998/04/03"] dhartmei [label="Daniel Hartmeier\ndhartmei@FreeBSD.org\n2004/04/06"] dwmalone [label="David Malone\ndwmalone@FreeBSD.org\n2000/07/11"] fanf [label="Tony Finch\nfanf@FreeBSD.org\n2002/05/05"] flz [label="Florent Thoumie\nflz@FreeBSD.org\n2006/03/30"] grog [label="Greg Lehey\ngrog@FreeBSD.org\n1998/08/30"] iedowse [label="Ian Dowse\niedowse@FreeBSD.org\n2000/12/01"] jake [label="Jake Burkholder\njake@FreeBSD.org\n2000/05/16"] jkim [label="Jung-uk Kim\njkim@FreeBSD.org\n2005/07/06"] jls [label="Jordan Sissel\njls@FreeBSD.org\n2006/12/06"] joerg [label="Joerg Wunsch\njoerg@FreeBSD.org\n1994/08/22"] le [label="Lukas Ertl\nle@FreeBSD.org\n2004/02/02"] matteo [label="Matteo Riondato\nmatteo@FreeBSD.org\2006/01/18"] mlaier [label="Max Laier\nmlaier@FreeBSD.org\n2004/02/10"] murray [label="Murray Stokely\nmurray@FreeBSD.org\n2000/04/05"] netchild [label="Alexander Leidinger\nnetchild@FreeBSD.org\n2005/03/31"] njl [label="Nate Lawson\njl@FreeBSD.org\n2002/08/07"] obrien [label="David E. O'Brien\nobrien@FreeBSD.org\n1996/10/29"] peadar [label="Peter Edwards\npeadar@FreeBSD.org\n2004/03/08"] philip [label="Philip Paeps\nphilip@FreBSD.org\n2004/01/21"] qingli [label="Qing Li\nqingli@FreeBSD.org\n2005/04/13"] rafan [label="Rong-En Fan\nrafan@FreeBSD.org\n2007/01/31"] rrs [label="Randall R Stewart\nrrs@FreeBSD.org\n2007/02/08"] rse [label="Ralf S. Engelschall\nrse@FreeBSD.org\n1997/07/31"] rwatson [label="Robert N. M. Watson\nrwatson@FreeBSD.org\n1999/12/16"] sam [label="Sam Leffler\nsam@FreeBSD.org\n2002/07/02"] schweikh [label="Jens Schweikhardt\nschweikh@FreeBSD.org\n2001/04/06"] simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2006/03/07"] thompsa [label="Andrew Thompson\nthompsa@FreeBSD.org\n2005/05/25"] # Here are the mentor/mentee relationships. # Group together all the mentees for a particular mentor. # Keep the list sorted by mentor login. andre -> qingli anholt -> jkim bms -> mlaier bms -> dhartmei bms -> thompsa bz -> syrinx cperciva -> flz cperciva -> simon delphij -> rafan des -> anholt eivind -> rwatson dwmalone -> fanf dwmalone -> peadar gnn -> jinmei gnn -> rrs jake -> bms joerg -> le joerg -> netchild grog -> le mlaier -> benjsc mlaier -> dhartmei mlaier -> thompsa murray -> delphij netchild -> ariff njl -> philip obrien -> sam philip -> jls philip -> matteo rwatson -> adrian rwatson -> brueffer rwatson -> bz rwatson -> cperciva rwatson -> emaste rwatson -> gnn rwatson -> kensmith rwatson -> kmacy rwatson -> linimon rwatson -> tmm rwatson -> wsalamon sam -> andre sam -> benjsc schweikh -> dds sheldonh -> dwmalone sheldonh -> iedowse ume -> jinmei }