From owner-svn-src-head@freebsd.org Wed Oct 24 18:22:09 2018 Return-Path: Delivered-To: svn-src-head@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 167151008795; Wed, 24 Oct 2018 18:22:09 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 939527397E; Wed, 24 Oct 2018 18:22:08 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro-2.local (ralph.baldwin.cx [66.234.199.215]) by mail.baldwin.cx (Postfix) with ESMTPSA id EA8FA10B429; Wed, 24 Oct 2018 14:22:06 -0400 (EDT) Subject: Re: svn commit: r339563 - in head: . share/man/man4 sys/conf sys/dev/joy sys/modules sys/modules/joy sys/sys tools/kerneldoc/subsys To: Jan Beich , Warner Losh References: <201810220234.w9M2Y0Wk043492@repo.freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org From: John Baldwin Message-ID: <810fae05-8f1f-8efa-c42e-6cc2572feede@FreeBSD.org> Date: Wed, 24 Oct 2018 11:22:06 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Wed, 24 Oct 2018 14:22:07 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 24 Oct 2018 18:22:09 -0000 On 10/24/18 8:42 AM, Jan Beich wrote: > Warner Losh writes: > >> Author: imp >> Date: Mon Oct 22 02:34:00 2018 >> New Revision: 339563 >> URL: https://svnweb.freebsd.org/changeset/base/339563 >> >> Log: >> Remove joy(4) driver. >> >> This driver was marked as gone in 12. We're at 13 now. Remove it. >> Data from nycbug's dmesg cache shows only one potential user, >> suggesting it never was used much. >> >> RelNotes: yes >> Differential Revision: https://reviews.freebsd.org/D17629 > > Breaking userland API but not bothering with an exp-run or bumping __FreeBSD_version. > Is the following the pointy hat you were looking for? > > https://forums.freebsd.org/threads/graphics-freeglut-fails-to-build-sys-joystick-h-not-found.68002/ Jan, While breaking the userland API isn't something we should do, your tone in this mail isn't helpful. -- John Baldwin