From owner-freebsd-hackers Fri Oct 20 21:43:53 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA03141 for hackers-outgoing; Fri, 20 Oct 1995 21:43:53 -0700 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id VAA03136 for ; Fri, 20 Oct 1995 21:43:52 -0700 Received: (from julian@localhost) by ref.tfs.com (8.6.11/8.6.9) id VAA01450; Fri, 20 Oct 1995 21:43:33 -0700 From: Julian Elischer Message-Id: <199510210443.VAA01450@ref.tfs.com> Subject: Re: A quick vote on pthreads PLZ To: chuckr@eng.umd.edu (Chuck Robey) Date: Fri, 20 Oct 1995 21:43:32 -0700 (PDT) Cc: hackers@FreeBSD.org In-Reply-To: from "Chuck Robey" at Oct 21, 95 00:24:06 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 498 Sender: owner-hackers@FreeBSD.org Precedence: bulk > > On Fri, 20 Oct 1995, Julian Elischer wrote: > > > > > A/port/package > > or > > B/new base part of the system? > > > > there will be some changes to libc to make it thread-safe too. > > > > I vote for B > > > > B also. You mean kernel threads? no, not yet, (but it's on the way) this would be the pthreads user-level library, but it will EVENTUALLY grow kernel thread support when something happens to the kernel (The something might intitially be rfork() and may change later) julian