From owner-freebsd-current@FreeBSD.ORG Thu Nov 2 06:57:17 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 137A516A403 for ; Thu, 2 Nov 2006 06:57:17 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EFE343D49 for ; Thu, 2 Nov 2006 06:57:16 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by qb-out-0506.google.com with SMTP id q17so8536qba for ; Wed, 01 Nov 2006 22:57:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=b//xghKK4X5m/swfj29LY9XPbv+ocoPhdGgrdSBbOlTjBaRzaFHSzgyZwvzR1gXgFu6xOOqia0zDFJ14gE9YxbeRvEgkUmupF/53wLQS4t0l8lgcs7cKU5fRhue1f2amYc4QGyKCGbWyqphVfLRavX1YW7AbclZ+p+FU/GiuoiY= Received: by 10.64.149.15 with SMTP id w15mr147110qbd.1162450636010; Wed, 01 Nov 2006 22:57:16 -0800 (PST) Received: by 10.64.203.6 with HTTP; Wed, 1 Nov 2006 22:57:15 -0800 (PST) Message-ID: <84dead720611012257jbcdd3f3o37ac7f350ed81e9a@mail.gmail.com> Date: Thu, 2 Nov 2006 12:27:15 +0530 From: "Joseph Koshy" To: "FreeBSD Current" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: LibElf patch #1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 06:57:17 -0000 Dear -current, I have put up a patch against -current that implements a preview of libelf, a cross-architecture, BSD-licensed implementation of the SysV ELF(3) API, with a couple of extensions. The patch is available at: http://people.freebsd.org/~jkoshy/download/libelf-patch.gz 56KB, MD5: a86b9337c6951d9b075aa349ecf9a49b A snapshot of a TET-based test suite for libelf is available at: http://people.freebsd.org/~jkoshy/download/libelf-ts.tgz 55KB, MD5: 6ca773a0d785d7b03faadf17fc0be08a The current status of LibElf can be found at: http://wikitest.freebsd.org/LibElf/ImplementationStatus -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy/