K 10 svn:author V 3 mjg K 8 svn:date V 27 2015-03-21T20:25:34.762939Z K 7 svn:log V 285 proc: use MTX_NEW flag in proc_init This allows us to get rid of bzero which was added specifically to make mtx_init on p_mtx reliable. This also fixes a potential problem where mtx_init on other mutexes could trip over on unitialized memory and fire an assertion. Reviewed by: kib END