From owner-freebsd-current Sun Jan 26 17:04:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA08750 for current-outgoing; Sun, 26 Jan 1997 17:04:52 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id RAA08741 for ; Sun, 26 Jan 1997 17:04:48 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vofUl-0001lp-00; Sun, 26 Jan 1997 18:04:23 -0700 To: Luigi Rizzo Subject: Re: exec bug Cc: dg@root.com, phk@critter.dk.tfs.com, swallace@ece.uci.edu, current@freebsd.org In-reply-to: Your message of "Sun, 26 Jan 1997 22:44:28 +0100." <199701262144.WAA28837@labinfo.iet.unipi.it> References: <199701262144.WAA28837@labinfo.iet.unipi.it> Date: Sun, 26 Jan 1997 18:04:23 -0700 From: Warner Losh Message-Id: Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199701262144.WAA28837@labinfo.iet.unipi.it> Luigi Rizzo writes: : int dont_panic_just_probing= 0; Wouldn't you need some other kind of locking in the SMP case? Warner