From owner-freebsd-arch@FreeBSD.ORG Thu Jul 11 06:10:06 2013 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F36A727F; Thu, 11 Jul 2013 06:10:05 +0000 (UTC) (envelope-from to.my.trociny@gmail.com) Received: from mail-ee0-x232.google.com (mail-ee0-x232.google.com [IPv6:2a00:1450:4013:c00::232]) by mx1.freebsd.org (Postfix) with ESMTP id 6491E12CC; Thu, 11 Jul 2013 06:10:05 +0000 (UTC) Received: by mail-ee0-f50.google.com with SMTP id d49so5342092eek.9 for ; Wed, 10 Jul 2013 23:10:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=TI9w8VPqk5PoSW/HItBeqQG9r0r7L4COQyYO5zXTH2w=; b=VMMg9gXe9HGsJoJtPFNuLqLdVomxC/Ig9/JjFt3NPyzVVTbmLfKFbe9kzdwFA3rMX3 PJRr1tNl7kjd3gByHUlZ/EGiynraBe6Vx+dz0nKz95aYhCO7rn0kyQF7vsF60SpofjWd Pg4c66ZwaA15/CVU8AXlms3M1t3oaG/tRsLsAW3SkQCdpteYSX2Ny90Jg5ii1aEcBMY3 Dhc0IlIb7eSO/Dkby6j6OfZPdoPN29ZVJvXLaDJkJ1tFaCnh182A5mTQjnVjtJc/Vv30 aRcpXigxQFC+JyjVeu8uf6fR3T+kI2zVnH7eA0cK3KJ2QOE/Cl/cBmwWeVbyEsbc2KgC /ckg== X-Received: by 10.15.36.133 with SMTP id i5mr40161739eev.52.1373522997647; Wed, 10 Jul 2013 23:09:57 -0700 (PDT) Received: from localhost ([188.230.122.226]) by mx.google.com with ESMTPSA id n5sm66204723eed.9.2013.07.10.23.09.55 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 10 Jul 2013 23:09:56 -0700 (PDT) Date: Thu, 11 Jul 2013 09:09:54 +0300 From: Mikolaj Golub To: Jilles Tjoelker Subject: Re: ABI change in libkvm (kvm_uread removal) Message-ID: <20130711060953.GA64536@gmail.com> References: <20130709185846.GA19508@gmail.com> <20130709211657.GA86400@stack.nl> <20130710063406.GA39842@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130710063406.GA39842@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-arch@freebsd.org, Robert Millan X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jul 2013 06:10:06 -0000 On Wed, Jul 10, 2013 at 09:34:08AM +0300, Mikolaj Golub wrote: > Thank you all for your suggestions. I like Jilles' the most. So I am > going to return kvm_uread back to stable/9 by a direct commit and > remove it entirely from head and bump soname. > Done (r253166, r253167). Thanks. -- Mikolaj Golub