From owner-freebsd-hackers Wed Jun 4 10:43:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA13201 for hackers-outgoing; Wed, 4 Jun 1997 10:43:38 -0700 (PDT) Received: from haldjas.folklore.ee (Haldjas.folklore.ee [193.40.6.121]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA13176 for ; Wed, 4 Jun 1997 10:43:02 -0700 (PDT) Received: from localhost (narvi@localhost) by haldjas.folklore.ee (8.8.4/8.8.4) with SMTP id UAA10727; Wed, 4 Jun 1997 20:37:19 +0300 (EEST) Date: Wed, 4 Jun 1997 20:37:19 +0300 (EEST) From: Narvi To: Borja Marcos cc: hackers@FreeBSD.ORG Subject: Re: Linux clone() system call In-Reply-To: <9706041530.AA02422@sirius.we.lc.ehu.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 4 Jun 1997, Borja Marcos wrote: > > Hello, > > Anyone knows what is the clone() system call in Lunux? > It seems not to be supported by the Linux emulator. I tried running > the Linux version of Inferno and it died with something like > "clone(): unimplemented system call". > > I did a "man clone" in a Linux box and it gave me > the "undocumented calls" man page. > Clone() does something similar to rfork, only it can be used to create a new thread instead of a new process. Used to emulate kernel level threads. Sander > > Borja. > > -- > *********************************************************************** > Borja Marcos * Internet: borjam@we.lc.ehu.es > Alangoeta, 11 1 izq * borjam@well.com > 48990 - Algorta (Vizcaya) * borjamar@sarenet.es > SPAIN * CompuServe: 100015,3502 > *********************************************************************** >