From owner-freebsd-standards@FreeBSD.ORG Fri Dec 12 11:33:40 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 5D0E716A4CE for ; Fri, 12 Dec 2003 11:33:40 -0800 (PST) Received: from quic.net (rrcs-central-24-123-205-180.biz.rr.com [24.123.205.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5144043D09 for ; Fri, 12 Dec 2003 11:33:39 -0800 (PST) (envelope-from utsl@quic.net) Received: from localhost (localhost [127.0.0.1]) (uid 1032) by quic.net with local; Fri, 12 Dec 2003 14:33:38 -0500 Date: Fri, 12 Dec 2003 14:33:37 -0500 To: giffunip@asme.org Message-ID: <20031212193337.GA14768@quic.net> References: <20031130205803.83961.qmail@web13407.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <20031130205803.83961.qmail@web13407.mail.yahoo.com> User-Agent: Mutt/1.3.28i From: Nathan Hawkins cc: freebsd-standards@FreeBSD.org Subject: Re: libc should provide ftw/nftw (from NetBSD's PR database) 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: Fri, 12 Dec 2003 19:33:40 -0000 On Sun, Nov 30, 2003 at 08:58:03PM +0000, Pedro F. Giffuni wrote: > Hi; > > Someone might want to contact the author of this NetBSD PR: > > http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=18378 > > The author is working on Debian-NetBSD and his website > seems to be temporarily down, but when I emailed him last year he was willing > to contribute to FreeBSD too. If the website in question is hosted at debian.org, it is probably due to cleanup of Debian's servers after the recent intrusion. The Debian/BSD porting efforts have accumulated other code that could be useful to FreeBSD. I have also code to support utmp(x) and the shadow password API (based on SUSv2 and glibc). These would need some work to integrate, though. You can find them here: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/freebsd-libc/?cvsroot=glibc-bsd Or by CVS: cvs -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/glibc-bsd co freebsd-libc All this code is BSD licensed. ---Nathan