From owner-svn-src-head@freebsd.org Sat Jan 13 19:59:29 2018 Return-Path: Delivered-To: svn-src-head@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 B8D1CE7CCA7; Sat, 13 Jan 2018 19:59:29 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f175.google.com (mail-io0-f175.google.com [209.85.223.175]) (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 882FA74F40; Sat, 13 Jan 2018 19:59:29 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f175.google.com with SMTP id c17so9344610iod.1; Sat, 13 Jan 2018 11:59:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-transfer-encoding; bh=TfSx/SNfCrfC+PFVDHqWDV696oXuVu/Tdll2aTerVlY=; b=gL64YJhlRguXVVc3/rLecJUw8q/Jv5Gz4/FSXRkBrikSN/b4Zr6P8S7v3XUmD6R3I3 ZI835CrO7RROEpx/JRcScslr9AynLqYqdRMiqIZE7x4Arh1A5fTM7MjfDMETzTmyprpp kvipzODquWTkCzaQ5R90fZPi7Yp8uh8w5zbwAfM1U2y6GtM2peW5leMPNt2AY3GMOYhS 8IaofhX5+nm/lo9MaHSO7YZmi7zhFGoDvu/vg00XJjEfp+dfyski28Ho0g83/pXWzho7 ayi0gmGtAJryYD5Rzhs6NIBdCAU65E459tcs0wQXJVxIXIjRndv80c6usS/olTw25N/E weEQ== X-Gm-Message-State: AKwxytf3O/nkNg1Gk0QBzRbMxTbuKBVjR75snCpYE7DidCR95elcxeaA SmKxfi9s32GTF5dS7RbwV+G6FmnU X-Google-Smtp-Source: ACJfBotBrsPPz8yk7+Igt/DQ9oIHPhEz++z1WH1kpN99+e2Gq8g3MSiMa8lxGjqrBf5DHWXFy2KFTA== X-Received: by 10.107.205.203 with SMTP id d194mr27705731iog.42.1515873568269; Sat, 13 Jan 2018 11:59:28 -0800 (PST) Received: from mail-it0-f48.google.com (mail-it0-f48.google.com. [209.85.214.48]) by smtp.gmail.com with ESMTPSA id f202sm3460117itc.40.2018.01.13.11.59.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 13 Jan 2018 11:59:28 -0800 (PST) Received: by mail-it0-f48.google.com with SMTP id q8so1255071itb.2; Sat, 13 Jan 2018 11:59:28 -0800 (PST) X-Received: by 10.36.249.67 with SMTP id l64mr9111687ith.119.1515873568031; Sat, 13 Jan 2018 11:59:28 -0800 (PST) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.74.80 with HTTP; Sat, 13 Jan 2018 11:59:27 -0800 (PST) In-Reply-To: References: <201801131902.w0DJ2p5m097642@repo.freebsd.org> From: Conrad Meyer Date: Sat, 13 Jan 2018 11:59:27 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r327940 - head/sys/contrib/zstd/lib/freebsd To: Pedro Giffuni Cc: 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-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jan 2018 19:59:29 -0000 On Sat, Jan 13, 2018 at 11:54 AM, Pedro Giffuni wrote: > On 01/13/18 14:24, Conrad Meyer wrote: > > This is not in contrib code -- > https://lists.freebsd.org/pipermail/svn-src-all/2018-January/156505.html > . > Thanks, I read it late... > > Shouldn't the local code be in usr.bin/zstd ? No =E2=80=94 this code ports zstd to the kernel. It would not make sense i= n usr.bin. Conrad