K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-06-22T23:05:11.000000Z K 7 svn:log V 279 - Grab the proc lock around CURSIG and postsig(). Don't release the proc lock until after grabbing the sched_lock to avoid CURSIG racing with psignal. - Don't grab Giant for addupc_task() as it isn't needed. Reported by: tegge (signal race), bde (addupc_task a while back) END