From owner-freebsd-questions Thu Sep 4 02:03:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA16935 for questions-outgoing; Thu, 4 Sep 1997 02:03:32 -0700 (PDT) Received: from inet-smtp-gw-1.us.oracle.com (inet-smtp-gw-1.us.oracle.com [192.86.155.81]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA16928 for ; Thu, 4 Sep 1997 02:03:28 -0700 (PDT) Received: from insun023 (insun023.in.oracle.com [152.69.168.23]) by inet-smtp-gw-1.us.oracle.com (8.8.5/8.8.5) with SMTP id CAA27591; Thu, 4 Sep 1997 02:03:23 -0700 (PDT) Received: from combat250.in.oracle.com by insun023 with SMTP (SMI-8.6/37.8) id DAA15368; Thu, 4 Sep 1997 03:55:37 -0500 Message-ID: <340F2833.41C67EA6@nc.com> Date: Fri, 05 Sep 1997 02:59:23 +0530 From: Suresh Mali X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: POSIX Thread Suport Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I have few questions about Posix thread (pthread) support in FreeBSD-2.2.2-RELEASE 1. Is it 100 % complint to POSIX standards? 2. Is it kernel or user threads? 3. After recompiling libc_r i.e. cd /usr/src/lib/libc_r make depend && make all && make install Will all the libraries be thread-safe? 4. Is this implementation of pthread is stable? Thanks Suresh