From owner-freebsd-arch@FreeBSD.ORG Mon Oct 24 23:41:38 2005 Return-Path: X-Original-To: arch@freebsd.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from [127.0.0.1] (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 255E616A41F for ; Mon, 24 Oct 2005 23:41:37 +0000 (GMT) (envelope-from davidxu@freebsd.org) Message-ID: <435D7139.6030801@freebsd.org> Date: Tue, 25 Oct 2005 07:41:45 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.10) Gecko/20050806 X-Accept-Language: en-us, en MIME-Version: 1.0 To: arch@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: libc_r is deprecated X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 23:41:38 -0000 Folks, For years development, we now have libpthread and libthr, libc_r does not support SMP or multi-core processor, also it has many bugs (still in our bug database), also threads@ developers seems not have interest to maintain it, it is doomed, so I would like to disconnect it from buildworld, and sometimes later, I would like to remove it. David Xu