From owner-soc-status@FreeBSD.ORG Mon Jun 13 06:32:42 2011 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73D081065673; Mon, 13 Jun 2011 06:32:42 +0000 (UTC) (envelope-from gleb.kurtsou@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id D50B28FC17; Mon, 13 Jun 2011 06:32:41 +0000 (UTC) Received: by fxm11 with SMTP id 11so3819208fxm.13 for ; Sun, 12 Jun 2011 23:32:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:cc:subject:message-id:mime-version :content-type:content-disposition:user-agent; bh=8BJzoeIyGpuYw18G6MldYy5t13ZMuRyt+2Cnd2b9aJA=; b=HqRplau0DtNKD702FDN2leZsC7pCKJHwtRPmMtCCzrGdQBEcMfGYGOZc0jH4Y5m6Yp Ucsy/jbgwoBPj9dBNcwU2W284glSd2NVbiRKIAzYMXYWipAusOBwuhsTF3IfogD4h4lw 8Ua4EWT+ZzP9oQx0+SOSDp6JvGPPcID1UpZ/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=OkVExQIImvIZtKVk/JzM9+vQ7/scHIf98/B9W7NJLe5ki3q0hT3QNwcciwsqsJyiRj fBF1NdMn3ECJnOsD1LDTlw6Ybj87H847dYXUzgHODJhD1/XNQRUUix9cLnmWyfn6n0kf sfbhVEAqu1TS9zx+UlgV43ngSX+jo1OoB8KHo= Received: by 10.223.6.198 with SMTP id a6mr4712876faa.128.1307946759852; Sun, 12 Jun 2011 23:32:39 -0700 (PDT) Received: from localhost (lan-78-157-92-5.vln.skynet.lt [78.157.92.5]) by mx.google.com with ESMTPS id n15sm1945236fag.42.2011.06.12.23.32.38 (version=SSLv3 cipher=OTHER); Sun, 12 Jun 2011 23:32:39 -0700 (PDT) Date: Mon, 13 Jun 2011 09:30:39 +0300 From: Gleb Kurtsou To: soc-status@freebsd.org Message-ID: <20110613063039.GA2412@tops> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: ino64 status report 3 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2011 06:32:42 -0000 Done last week: * commited all bits from original patch except changes to struct stat and struct dirent * added a few more tweaks to shlib-compat so it can handle missing symbols better * fixed several issues in user space libs. Next I'm going to add support for libraries without symbol versioning to shlib-compat and run it on all shared libraries installed. I'd like to add symbol versioning to other libs if needed. I'll also commit rest of the patchset.