From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29038 invoked by alias); 29 Nov 2004 09:01:34 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27168 invoked from network); 29 Nov 2004 09:01:23 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 29 Nov 2004 09:01:23 -0000 Received: from elgar.sibelius.xs4all.nl (elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id iAT91MoN002429 for ; Mon, 29 Nov 2004 10:01:22 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (localhost [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6) with ESMTP id iAT91MD0003149 for ; Mon, 29 Nov 2004 10:01:22 +0100 (CET) (envelope-from kettenis@elgar.sibelius.xs4all.nl) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6/Submit) id iAT91Mcg003146; Mon, 29 Nov 2004 10:01:22 +0100 (CET) Date: Mon, 29 Nov 2004 09:01:00 -0000 Message-Id: <200411290901.iAT91Mcg003146@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: gdb-patches@sources.redhat.com In-reply-to: <20041128175506.GF24639@nevyn.them.org> (message from Daniel Jacobowitz on Sun, 28 Nov 2004 12:55:06 -0500) Subject: Re: [RFC] To fork or to vfork References: <200411232217.iANMH3F9014455@elgar.sibelius.xs4all.nl> <20041128175506.GF24639@nevyn.them.org> X-SW-Source: 2004-11/txt/msg00507.txt.bz2 Date: Sun, 28 Nov 2004 12:55:06 -0500 From: Daniel Jacobowitz No objections - this sounds like a great reason to use fork. Committed now. Mark