From owner-cvs-sys Fri Apr 11 16:37:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA00364 for cvs-sys-outgoing; Fri, 11 Apr 1997 16:37:26 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA00356; Fri, 11 Apr 1997 16:37:25 -0700 (PDT) Date: Fri, 11 Apr 1997 16:37:25 -0700 (PDT) From: John Dyson Message-Id: <199704112337.QAA00356@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_exec.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 97/04/11 16:37:24 Modified: sys/kern kern_exec.c Log: Allow a kernel-supported process thread to do an exec without blasting away the VM space of all of the other, associated threads. Revision Changes Path 1.58 +24 -7 src/sys/kern/kern_exec.c