Date: Thu, 23 Apr 2015 23:22:03 +0000 From: Paul Goyette <[email protected]>
Modularize sysmon and its components Why does this introduce a sysmon(4) autoconf device? It seems like needless bookkeeping -- you could just make the mutex global, like all the state it protects, and skip all the match/attach/detach/cfdriver autoconf business.
