From owner-svn-src-all@freebsd.org Wed Mar 1 05:29:01 2017 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 233D7CF69F0 for ; Wed, 1 Mar 2017 05:29:01 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x22d.google.com (mail-io0-x22d.google.com [IPv6:2607:f8b0:4001:c06::22d]) (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 E071ADB2 for ; Wed, 1 Mar 2017 05:29:00 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x22d.google.com with SMTP id f84so23107448ioj.0 for ; Tue, 28 Feb 2017 21:29: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:from:date:message-id :subject:to:cc:content-transfer-encoding; bh=3nj7I7qMCADNYZKZGJ0dfBHDpWfJfxIX8lW9VBbQxb0=; b=Rf2hCNuRU1mJ3bmlbSlBcOr8GFTeEgrDsgJzPbMsBf0JWeZQaVDFg8MydaqbPS5z3x BHehgOIbwoyVR8Msg/LpSzwZa39WjfPWlgrBAnFJDzQWftZ5o42HOdKJjyh38kTTbmis EzRafoNbaD35/CS+4TDMTynhnQHUl8+rNqeDZiZw7XXi/LlqosnxG6aQFTAGsg7gXHFB jjL88IUpj7Ph5u+keHBqIXK7Mtxfq06MrUlmNwmoc9O1neSzRv+EArQPtngq+mWnDkPW dVFPFLH/4Q+qa+rfDMYm9bziEFXcrzLynyComIWyIeFOuBtQHDhS1ROKadS99eqE9EUY VXGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-transfer-encoding; bh=3nj7I7qMCADNYZKZGJ0dfBHDpWfJfxIX8lW9VBbQxb0=; b=JDNqXtD/nqDNdT41PI+s/TPKLhwl2HFF8Px/RrhQ4O8Bxt9d7CwBGSGtlft89JJUow jU9uVOdiaYpeDTrspeyT7wMBOA4MZQaCR+LZkaOgb5y+97HhaEUKud+sO/jfICu45NIf iD3XLAcrU/k7cvrdNnp3LUQG4CMZDzswgp/1LlRftctk2Q/JEjtngdWqSxkyL952d56d nOolaM/ZTgCNJ6nFwoIrfkp9qLgrgBdbEcYjPjAuFr1ZQbAiEPvYA2KgEVXOAEmmwezi 7tneZmOgRz9YU7b+36cpZtgf/9HJfUNzEUBhk/yfEAlIseppouErLaAOXUXNNrUcSyQd ZRlg== X-Gm-Message-State: AMke39kSbeeebN44ivabGjZoCxNL3mWjPcl7MHoDwISZ7hn/pGWGsGMdqirBwTvPwOkGOqtJUH3Ji8x/0bVjnQ== X-Received: by 10.107.174.220 with SMTP id n89mr7226735ioo.166.1488346139803; Tue, 28 Feb 2017 21:28:59 -0800 (PST) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.134.129 with HTTP; Tue, 28 Feb 2017 21:28:59 -0800 (PST) X-Originating-IP: [50.253.99.174] In-Reply-To: <6C4E3882-623D-4536-9080-A004A67D6ED1@gmail.com> References: <201703010505.v21556lZ034584@repo.freebsd.org> <6C4E3882-623D-4536-9080-A004A67D6ED1@gmail.com> From: Warner Losh Date: Tue, 28 Feb 2017 22:28:59 -0700 X-Google-Sender-Auth: dlXUAlNouH17iDciL6HLVsfBh-E Message-ID: Subject: Re: svn commit: r314473 - head To: "Ngie Cooper (yaneurabeya)" Cc: Warner Losh , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 01 Mar 2017 05:29:01 -0000 On Tue, Feb 28, 2017 at 10:13 PM, Ngie Cooper (yaneurabeya) wrote: > >> On Feb 28, 2017, at 21:05, Warner Losh wrote: >> >> Author: imp >> Date: Wed Mar 1 05:05:05 2017 >> New Revision: 314473 >> URL: https://svnweb.freebsd.org/changeset/base/314473 >> >> Log: >> Create README.md file for viewing on github. >> >> This is a lightly edited README using github's MARKDOWN. >> >> Submitted by: Johan >> Pull Request: https://github.com/freebsd/freebsd/pull/56 > > Cool! Would it make sense to refer to the other file? Also, this = might make it a bit interesting for projects that fork FreeBSD and hack on = it when doing future merges, but that=E2=80=99s a caveat that those project= s will have to deal with when the time comes to merge this in. Don't know what's best... That's a good question. I'm inclined to leave it alone for now... Warner