K 10 svn:author V 2 ed K 8 svn:date V 27 2014-04-06T20:00:42.386830Z K 7 svn:log V 294 Nit: fix locking of p->p_state in procdesc_close(). According to , this field needs to be locked with either the p_mtx or the p_slock. In this case the damage was quite small. Instead of being reaped, the process would just be reparented to init, so it could be reaped from there. END