Bryan Drewery 03bd1b693e proc0_post: Fix some locking issues
- Filter out PRS_NEW procs as rufetch() tries taking the thread lock
  which may not yet be initialized.
- Hold PROC_LOCK to ensure stability of iterating the threads.
- p_rux fields are protected by the process statlock as well.

MFC after:	2 weeks
Reviewed by:	kib
Sponsored by:	Dell EMC
Differential Revision:	https://reviews.freebsd.org/D15809
2018-06-15 00:36:41 +00:00
..
2018-06-14 07:12:10 +00:00
2018-06-15 00:36:41 +00:00
2018-06-08 18:54:47 +00:00
2018-06-14 06:40:59 +00:00
2018-06-09 14:17:06 +00:00
2018-03-24 21:30:24 +00:00
2018-05-25 08:44:00 +00:00