Jeff Roberson b61ce5b0e6 - Move all of the PS_ flags into either p_flag or td_flags.
- p_sflag was mostly protected by PROC_LOCK rather than the PROC_SLOCK or
   previously the sched_lock.  These bugs have existed for some time.
 - Allow swapout to try each thread in a process individually and then
   swapin the whole process if any of these fail.  This allows us to move
   most scheduler related swap flags into td_flags.
 - Keep ki_sflag for backwards compat but change all in source tools to
   use the new and more correct location of P_INMEM.

Reported by:	pho
Reviewed by:	attilio, kib
Approved by:	re (kensmith)
2007-09-17 05:31:39 +00:00
..
2006-12-23 09:25:23 +00:00
2006-11-02 19:10:05 +00:00
2006-07-09 21:47:37 +00:00
2006-12-18 15:45:01 +00:00
2007-03-04 19:52:07 +00:00
2006-09-17 17:40:07 +00:00
2007-03-04 09:15:12 +00:00
2006-12-27 11:28:00 +00:00
2006-12-27 12:14:56 +00:00
2006-12-14 10:42:46 +00:00