K 10 svn:author V 3 jhb K 8 svn:date V 27 2003-10-23T21:14:08.000000Z K 7 svn:log V 221 Move the P_COWINPROGRESS flag from being a per-process p_flag to being a per-thread td_pflag which doesn't require any locks to read or write as it is only read or written by curthread on itself. Glanced at by: mckusick END