K 10 svn:author V 3 knu K 8 svn:date V 27 2001-05-07T18:07:29.000000Z K 7 svn:log V 611 Properly copy the P_ALTSTACK flag in struct proc::p_flag to the child process on fork(2). It is the supposed behavior stated in the manpage of sigaction(2), and Solaris, NetBSD and FreeBSD 3-STABLE correctly do so. The previous fix against libc_r/uthread/uthread_fork.c fixed the problem only for the programs linked with libc_r, so back it out and fix fork(2) itself to help those not linked with libc_r as well. PR: kern/26705 Submitted by: KUROSAWA Takahiro Tested by: knu, GOTOU Yuuzou , and some other people Not objected by: hackers MFC in: 3 days END