K 10 svn:author V 5 harti K 8 svn:date V 27 2003-06-04T15:38:32.000000Z K 7 svn:log V 382 Make the internal statistics sysctl an array of integers rather than a string. While a string is readable without a tool, an array is easier to process for a monitoring application. This also prevents the extra hoops we need with sbufs and locking. Move the mtx_init() in en_attach() higher before the first failure point so that we can unconditionally destroy it in en_destroy(). END