From owner-freebsd-hackers@FreeBSD.ORG Wed Nov 6 17:24:16 2013 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2942ABB for ; Wed, 6 Nov 2013 17:24:16 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-qe0-x234.google.com (mail-qe0-x234.google.com [IPv6:2607:f8b0:400d:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB81C2E90 for ; Wed, 6 Nov 2013 17:24:15 +0000 (UTC) Received: by mail-qe0-f52.google.com with SMTP id w7so6532917qeb.39 for ; Wed, 06 Nov 2013 09:24:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=SP0rR78/zJkhxqhzzWfRyDpvBY9RpmKTCEWZLJZ7lr8=; b=AVOvnnrKesZTaBB/XsI8+WYqjFlY4LB4HY+iYI2kww6Xo31a4HYQGbdtI5FAFEfhlt yyT1X+M4DdIIc5e7ON8nLs9C8oTWRkl/GIRd9yf4jPWXdUHYDSsvkZWwo0e9A3G58MxR SD0YrDqjSTkd6Hf6ueyir3AhrNotgvH+l6JOA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=SP0rR78/zJkhxqhzzWfRyDpvBY9RpmKTCEWZLJZ7lr8=; b=PyVXFFj6/YK5yqvz/160gs3RaKJwE1LVeMbC6d/yU6WqSVowH7YW/PANv4vMZnFprn vjA2BlQ648lCxgxWU7zUpsJcdUzl3HmAmujdDMhdDt3LmUSvNATEw5YTyKwbSjGpfNXw xISsUvbDLE8gLOgWUwZqWVwoCcO0TgDlnZV9nlKIjKUbreQI2W6yc1nhC1QX8cGnATNZ 6KEWTIsbfq4qGiG7/l9/BIQag+ogr9HI/xZotfInrCIupyYmShriVkSAf0MKvvayVti8 p8JVVm0lUfZ5PY/BDW1LuFYwWeJQrvPzKJwsNpetsyEsuFUqRtp/j+ZjzhwUFbTWbqAW 7jmA== X-Gm-Message-State: ALoCoQlcS/NYUTTRSCWaijpC5xDfEj/eybIHjo5pm4kzJRHNuU52ZFK/n1yf5zyr0BkKYcSUvG56 X-Received: by 10.224.69.132 with SMTP id z4mr7455809qai.78.1383758655075; Wed, 06 Nov 2013 09:24:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.96.63.101 with HTTP; Wed, 6 Nov 2013 09:23:44 -0800 (PST) In-Reply-To: <20131106084550.GA21489@ass.pp.htv.fi> References: <20131027232628.GB74512@ithaqua.etoilebsd.net> <20131105220225.GF37879@caravan.chchile.org> <20131106084550.GA21489@ass.pp.htv.fi> From: Eitan Adler Date: Wed, 6 Nov 2013 12:23:44 -0500 Message-ID: Subject: Re: Importing netbsd cdb To: Atte Peltomaki Content-Type: text/plain; charset=UTF-8 Cc: Baptiste Daroussin , hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Nov 2013 17:24:16 -0000 On Wed, Nov 6, 2013 at 3:45 AM, Atte Peltomaki wrote: > On Tue, Nov 05, 2013 at 11:02:26PM +0100, Jeremie Le Hen wrote: >> On Mon, Oct 28, 2013 at 12:26:28AM +0100, Baptiste Daroussin wrote: >> > >> > Here is a code that imports the cdbrw from netbsd into a new lib/libcdbrw >> > library, the read part is also added to libc but not exposed. ... This change seems reasonable to me. Would the compatibility code be removed eventually? After the next major release? -- Eitan Adler