From owner-freebsd-hackers@FreeBSD.ORG Sun Jun 7 13:45:47 2009 Return-Path: Delivered-To: hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C09E710656E9 for ; Sun, 7 Jun 2009 13:45:46 +0000 (UTC) (envelope-from hdante@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.25]) by mx1.freebsd.org (Postfix) with ESMTP id EA92D8FC24 for ; Sun, 7 Jun 2009 13:45:44 +0000 (UTC) (envelope-from hdante@gmail.com) Received: by qw-out-2122.google.com with SMTP id 3so1344993qwe.7 for ; Sun, 07 Jun 2009 06:45:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=jwr7oX3tRefH/lKvR72tBb1G02fpln+0eOHJLuNLAIo=; b=yE7llPYwBH+cuBWfUhqX9MWZyfbINqexkKUeyB0Nn5CsYhHaQ1Mx4I1vPQhU42tm2t /YqwX8sKjZ2QL1AzcJGzSgENe6AxNI/nOSOthLGnWF2rGjMe+rDVEtH9vbjCnCMYEQzz LfA1QdCqYkFTHYyjL2jwyLuI3HU4KNl7eXFws= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=oj/zZEKQQ2C87+qY3lALosEuq28lnxtYm4SSfqPCBj9/YUSAkwbYfjV+X1QbuJBzWx 9k5yfV3YgdaUR5V3dkUBIqdBn18vYjq72+5Hn4Qm8vlm1G+i5B5Z8ZtbliO24efcyQD4 baaCNNdjqN4AOf9puLs4zE3yVcebEd63T/BtQ= MIME-Version: 1.0 Received: by 10.220.85.6 with SMTP id m6mr3158870vcl.69.1244380843429; Sun, 07 Jun 2009 06:20:43 -0700 (PDT) Date: Sun, 7 Jun 2009 10:20:43 -0300 Message-ID: From: Henrique Almeida To: hackers@FreeBSD.org X-Mailman-Approved-At: Sun, 07 Jun 2009 14:47:36 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: New "libc" project libposix X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2009 13:46:08 -0000 Hello, I've created a new project to build a compliant POSIX 2008 library. The goals of the project are to build a cross platform, easy to use library that will unify the POSIX implementation on all systems. Everybody is welcome, specially "libc" developers. ;-) http://libposix.sourceforge.net/ -- Henrique Dante de Almeida hdante@gmail.com