From owner-svn-src-projects@freebsd.org Tue Feb 26 15:30:30 2019 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59EFC151CC1E for ; Tue, 26 Feb 2019 15:30:30 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC2CC8A419; Tue, 26 Feb 2019 15:30:29 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from [192.168.0.5] (unknown [181.52.72.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: pfg) by smtp.freebsd.org (Postfix) with ESMTPSA id 688641CD21; Tue, 26 Feb 2019 15:30:29 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Subject: Re: svn commit: r344558 - in projects/fuse2: . sbin/ifconfig To: Alan Somers , src-committers@freebsd.org, svn-src-projects@freebsd.org References: <201902260328.x1Q3SEbK009132@repo.freebsd.org> From: Pedro Giffuni Organization: FreeBSD Message-ID: Date: Tue, 26 Feb 2019 10:30:27 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: <201902260328.x1Q3SEbK009132@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: EC2CC8A419 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2019 15:30:30 -0000 Hi; On 2/25/19 10:28 PM, Alan Somers wrote: > Author: asomers > Date: Tue Feb 26 03:28:14 2019 > New Revision: 344558 > URL: https://svnweb.freebsd.org/changeset/base/344558 > > Log: > Create a project branch for fuse(4) work. > > The branch will be used for a new test suite, bug fixes, and various other > enhancements to fuse. > > Sponsored by: The FreeBSD Foundation Cool! FWIW, updating the protocol would probably help us use more devices. I failed miserably at that though, but at least the revert will give hints on what is needed: https://svnweb.freebsd.org/base?view=revision&revision=253619 Cheers, Pedro.