From owner-cvs-sys Wed Apr 23 01:57:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA17652 for cvs-sys-outgoing; Wed, 23 Apr 1997 01:57:19 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA17647; Wed, 23 Apr 1997 01:57:14 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id SAA25690; Wed, 23 Apr 1997 18:50:08 +1000 Date: Wed, 23 Apr 1997 18:50:08 +1000 From: Bruce Evans Message-Id: <199704230850.SAA25690@godzilla.zeta.org.au> To: ache@nagual.ru, dyson@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_fork.c Cc: cvs-all@FreeBSD.org, CVS-committers@FreeBSD.org, cvs-sys@FreeBSD.org Sender: owner-cvs-sys@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> Give up on the fast vfork() for a while. > >We hide shell_imgact.c "const" modifying bug againg by this change. :-( The const not-modifying bugs are still there :-]. (If argv[0] is in read-only storage, then it is not modified, so the wrong value is passed to the new process image; suword() returns a value that is usually ignored.) Bruce