K 10 svn:author V 3 mjg K 8 svn:date V 27 2014-08-17T06:52:35.243088Z K 7 svn:log V 270 MFC r268074: Perform a lockless check in sigacts_shared. It is used only during execve (i.e. singlethreaded), so there is no fear of returning 'not shared' which soon becomes 'shared'. While here reorganize the code a little to avoid proc lock/unlock in shared case. END