K 10 svn:author V 5 trasz K 8 svn:date V 27 2011-03-18T06:47:23.780889Z K 7 svn:log V 343 In vm_daemon(), when iterating over all processes in the system, skip those which are not yet fully initialized (i.e. ones with p_state == PRS_NEW). Without it, we could panic in _thread_lock_flags(). Note that there may be other instances of FOREACH_PROC_IN_SYSTEM() that require similar fix. Reported by: pho, keramida Discussed with: kib END