From owner-freebsd-hackers Mon May 19 13:33:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA15510 for hackers-outgoing; Mon, 19 May 1997 13:33:37 -0700 (PDT) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA15502 for ; Mon, 19 May 1997 13:33:32 -0700 (PDT) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id NAA14674; Mon, 19 May 1997 13:28:41 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd014670; Mon May 19 20:28:38 1997 Message-ID: <3380B7DE.493F66A8@whistle.com> Date: Mon, 19 May 1997 13:28:14 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Terry Lambert CC: "David S. Miller" , deischen@iworks.InterWorks.org, freebsd-hackers@FreeBSD.ORG, jb@freebsd1.cimlogic.com.au Subject: Re: GNAT-pthreads integration bugs/questions References: <199705190241.TAA23225@phaeton.artisoft.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Terry Lambert wrote: > > > Date: Sun, 18 May 1997 19:10:36 -0500 (CDT) > > From: "Daniel M. Eischen" > > > > I need to be able to bind a structure (pointer) to a process ID. > > > > Put it at the bottom on the threads stack... > > There is no threads stack in an rfork. actually terry there IS fork is like linux CLONE (with the correct options set) and simply increments a reference count to the VM structure. thus ALL vm regions are shared. (unless you try some fancy options) > > Terry Lambert > terry@lambert.org > --- > Any opinions in this posting are my own and not those of my present > or previous employers.