From owner-freebsd-standards@FreeBSD.ORG Sat Apr 19 14:58:34 2003 Return-Path: Delivered-To: freebsd-standards@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9714337B401 for ; Sat, 19 Apr 2003 14:58:34 -0700 (PDT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F0AE43FDD for ; Sat, 19 Apr 2003 14:58:34 -0700 (PDT) (envelope-from leimy2k@mac.com) Received: from asmtp02.mac.com (asmtp02-qfe3 [10.13.10.66]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h3JLwXjC014376 for ; Sat, 19 Apr 2003 14:58:33 -0700 (PDT) Received: from mac.com ([67.33.226.72]) by asmtp02.mac.com (Netscape Messaging Server 4.15) with ESMTP id HDM2DL00.37T for ; Sat, 19 Apr 2003 14:58:33 -0700 Date: Sat, 19 Apr 2003 16:58:32 -0500 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed From: David Leimbach To: freebsd-standards@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <0FC33C7D-72B2-11D7-A08E-0003937E39E0@mac.com> X-Mailer: Apple Mail (2.552) Subject: Implementations of _r functions X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2003 21:58:34 -0000 They seem to be there now and on CURRENT some people are giving backtraces of the new functions being used! This is good but someone needs to update the C99 status page. I didn't do the getpwnam_r obviously so my name should come down from the chart. I have started looking into doing some extra regression testing of various pieces of FreeBSD. Libc is first on my list. I was also asked to try to implement some of the assembly stuff for libc for i386 platforms. I am looking into that as well. Dave