Re: rthreads: fix sharing of signal stacks and actions

2011-04-07 Thread Philip Guenther
On Wed, Apr 6, 2011 at 8:16 PM, Brad b...@comstyle.com wrote: I take it this PF diff was not supposed to be in there.. ? Index: sys/net/pf.c Yep. Not even the right thing. I'll reverse that chunk so I don't do a thib and accidentally commit it... Philip

Re: rthreads: fix sharing of signal stacks and actions

2011-04-06 Thread Brad
On 06/04/11 9:34 PM, Philip Guenther wrote: Signal stacks are supposed to be per-thread, but they're currently in the shared sigacts structure, so move them to struct proc. The SAS_ALTSTACK flag can go away completely: it was always the inverse of the SS_DISABLE flag on the sigstk, so just use