* Vladimir Dozen <[EMAIL PROTECTED]> [010930 06:16] wrote: > ehlo. > > > ============================================ > > diff vm/swap_pager.c vm.new/swap_pager.c > > 217a218,219 > > > struct proc* p; > > > > > 218a221,225 > > > /* warn all processes */ > > > for( p = allproc.lh_first; p != 0; p = p->p_list.le_next ) > > > { > > > psignal(p,SIGDANGER); > > > } > > ============================================ > > Oops, it doesn't work. All processes died. Why? > Something should be changed in libc?
I'll take a look at implementing it sometime this week. I want to do the siginfo thing if possible. -- -Alfred Perlstein [[EMAIL PROTECTED]] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message