From owner-svn-src-all@freebsd.org Mon Jan 4 03:06:01 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55BC3A61762 for ; Mon, 4 Jan 2016 03:06:01 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qg0-x231.google.com (mail-qg0-x231.google.com [IPv6:2607:f8b0:400d:c04::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 192431F32 for ; Mon, 4 Jan 2016 03:06:00 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qg0-x231.google.com with SMTP id 6so168119528qgy.1 for ; Sun, 03 Jan 2016 19:06:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=EPnTteQ+ExW22v9qgagVCGvQG+qaWDWKKXMKs4MZDQo=; b=sMwu0BsAGBiOk0nzUf76pjXjIzlM+PbmiRSAbBhDtG1wbTytfTyQkyZxCf4rsHKD/D d8DIYKBeTAgfQPScRqiB/cXUZ+wLqCmrvAtlMLh+08p3mF4gGmc+zHUGoMovseuNF1YC YDz5kDKJpnG96sA0qKZ4M8DNsxQbluVheicybrlmII7nxNX8mxJJ2Lxtdz97Pz+9NDbO HUWLN7w2fjx7L6j5C4Ulbvl/df0MIBhKdZbJBHx4HQoDuAYDy7KMOR5bDbjhuXBehwu7 qQiLlWIXvh6cOJ5xG0VdyNm32+/wfFNbMSIh5HTOGmsV0sLiMwWhtZGGptVn7ng5UIsr Dv0w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=EPnTteQ+ExW22v9qgagVCGvQG+qaWDWKKXMKs4MZDQo=; b=Cp+MX0VDWolXTaD0766bl8cWEkjOZsPa/SYAbR7NTZ4IqSUdbd6H5OjEMOaSfhVptn /KrXHFtc/CK0hnJY0RaPU8nX3gv7XDz7FBayXwtfJrmr0zNC2MngfrnJBQ/keLzaju31 0vowA0a7Ub03duiZtz0JeAJdm+KjTPYGiGMNFxah+351+12LNx5796ddhGz4//FaLwT3 plEJI/LSkNlllANxJqvS9BiiaJNKnDV54nblzH9MvxVCQUwJVrB7DyQb7BfSEerPgaoq N0BKhBQKjtJotAMPen7/fDtn3AAH2OkY+pAnQRMrPssfMGhsc86LGTgYqm/VAadJFK9F S6Lw== X-Gm-Message-State: ALoCoQm0fRVPueZlduuKyOI2sswI9pRBAr55l8HaZRB0wOlvcrfRdv5sOTl3kgmM9gSnBdYj36BLnrsdfjBgaYHXlo71x7K76A== MIME-Version: 1.0 X-Received: by 10.140.93.77 with SMTP id c71mr77721866qge.46.1451876759928; Sun, 03 Jan 2016 19:05:59 -0800 (PST) Sender: wlosh@bsdimp.com Received: by 10.140.27.181 with HTTP; Sun, 3 Jan 2016 19:05:59 -0800 (PST) X-Originating-IP: [2607:fb90:190f:beae:0:4b:58f4:e301] Received: by 10.140.27.181 with HTTP; Sun, 3 Jan 2016 19:05:59 -0800 (PST) In-Reply-To: References: <201601030432.u034W6en043633@repo.freebsd.org> Date: Sun, 3 Jan 2016 20:05:59 -0700 X-Google-Sender-Auth: wvGz0yuNfV4IbOZb8fpGRzOuyic Message-ID: Subject: Re: svn commit: r293068 - in head/etc: . mtree From: Warner Losh To: Dimitry Andric Cc: src-committers , svn-src-head@freebsd.org, svn-src-all@freebsd.org, Warner Losh Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2016 03:06:01 -0000 Perhaps. Do you have any advice? Warner On Jan 3, 2016 10:40 AM, "Dimitry Andric" wrote: > On 03 Jan 2016, at 05:32, Warner Losh wrote: > > > > Author: imp > > Date: Sun Jan 3 04:32:05 2016 > > New Revision: 293068 > > URL: https://svnweb.freebsd.org/changeset/base/293068 > > > > Log: > > Add libsoft to the tree, just like lib32. > > Hmm, are there going to be more of these "multilib" things? :) > > -Dimitry > >