From owner-freebsd-current@FreeBSD.ORG Fri Nov 10 17:36:41 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 9A37D16A416 for ; Fri, 10 Nov 2006 17:36:41 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3B2C43D5E for ; Fri, 10 Nov 2006 17:36:40 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so344058nzh for ; Fri, 10 Nov 2006 09:36:40 -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=TDTTcXGjTMEeKWOlIgadksNXjJbXmB/vf56TwFe3heOe23K/goozOvGc6CqGV/ID7fIP0nTW2fhspgrv4SMW6JtkYpJChM9fmA2mvhVqeEOhBAt+GQoO75ZB1ZQokGrHgRBrFVf3OMH0E51BqgaE46xLBZPE2gLkQjeubDiPVGI= Received: by 10.65.54.9 with SMTP id g9mr2646513qbk.1163180200064; Fri, 10 Nov 2006 09:36:40 -0800 (PST) Received: by 10.64.204.15 with HTTP; Fri, 10 Nov 2006 09:36:39 -0800 (PST) Message-ID: <84dead720611100936j26fac40o2bac790fe55a1f43@mail.gmail.com> Date: Fri, 10 Nov 2006 23:06:40 +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: [patch] libelf patch #2 available 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: Fri, 10 Nov 2006 17:36:41 -0000 I've put up patch #2 implementing ELF(3) at: http://people.freebsd.org/~jkoshy/download/libelf-patch-2.gz 63KB, MD5: 06a3b844d098046f29c3889771b6f52c This patch implements the complete set of ELF(3) an GELF(3) APIs; a total of 82 functions and associated manual pages. This library helps in writing programs that need to parse or create ELF files. New features since patch #1: - ar(1) archive handling. - support for ELF objects using extended section indexing. - a few gelf_*() functions that were missed out from patch #1. - bug fixes. Wiki page: http://wiki.freebsd.org/LibElf I'd like to add libelf to -current soon, so reviews, comments, etc. would be welcome. -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy