From owner-freebsd-questions Thu Mar 20 23:13:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA01247 for questions-outgoing; Thu, 20 Mar 1997 23:13:22 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA01240 for ; Thu, 20 Mar 1997 23:13:16 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.4/8.6.9) id CAA11415; Fri, 21 Mar 1997 02:12:57 -0500 (EST) From: "John S. Dyson" Message-Id: <199703210712.CAA11415@dyson.iquest.net> Subject: Re: kernel threads in 2.2 ? In-Reply-To: <199703210558.VAA00318@zebedee.local> from Tony Jones at "Mar 20, 97 09:58:33 pm" To: tony@rtd.com (Tony Jones) Date: Fri, 21 Mar 1997 02:12:56 -0500 (EST) Cc: questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I thought I'd read somewhere last year that 2.2 (-current at the time) > had thread support in the kernel, such that a Pthread would use a kernel > thread. > Not yet. There is some support for threads (with rfork), but we still need to add some VM support to do it right. > > >From what I read in the man pages, it looks like the 2.2 libc_r threads > package is still a user mode implementation. > > Is this correct ? Are there plans for a native kernel threads at some > time (I'm not talking about the kernel itself being threaded). > Definitely. John