From owner-cvs-sys Mon Apr 7 04:42:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA10286 for cvs-sys-outgoing; Mon, 7 Apr 1997 04:42:16 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA10277; Mon, 7 Apr 1997 04:42:13 -0700 (PDT) Date: Mon, 7 Apr 1997 04:42:13 -0700 (PDT) From: Peter Wemm Message-Id: <199704071142.EAA10277@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 exception.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/04/07 04:42:13 Modified: sys/i386/i386 exception.s Log: Lower the spl() of the new process from splhigh() right away, since nothing else will lower it until either much later, or never(?) for kernel processes. This basically re-fixes what Bruce fixed in rev 1.29 of kern_fork.c, which was broken again now the child does not execute back up the fork() calling tree. Revision Changes Path 1.23 +9 -2 src/sys/i386/i386/exception.s