From owner-svn-src-head@freebsd.org Tue Jul 3 05:38:46 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 F05DF1000994; Tue, 3 Jul 2018 05:38:45 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::22f]) (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 8717F8D59F; Tue, 3 Jul 2018 05:38:45 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-it0-x22f.google.com with SMTP id o5-v6so1473769itc.1; Mon, 02 Jul 2018 22:38:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=Ugb9FfroEuwl31mMCMIcmCqTDy+d+NN0Eps074Bl/WE=; b=Pgjhout2QPveDDSar9vw2NqF/c+rbg+nsdxG0siRV+rpvy1qQ4PJ9zmNlQKsOxvr3v CwFG8891OIk0vYAcvbdl0jCch49oWBWYSAizYbr7w0sTwaQoEVcxKMFrziElOU+ceMm2 CUS9HwoBxEyuQ2Fu5M7kG+2Jj2utcp5wLj9k3Jwg7OEh9H8dVsjxl2yWvq3xjVvlX4Ka WDvbSXdRbfnsm1FlMJyEymzme5YJ8pKyOU3M0Wwpg4aFSONXFyFQXLbIYLu77aCcdjoh 8GayWIOxbJ57DvFEaLxYx3dJqXRzcrlUI3QaG5rU4ZcRZ93IFhT5Xs273Ft4UQpF+n2R hDyw== 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; bh=Ugb9FfroEuwl31mMCMIcmCqTDy+d+NN0Eps074Bl/WE=; b=COuYkAv61YsBNsiQYMHcAB8Js48EgG4s6lbzR/8J0NDmBwDNXIczYhnU53o7BG460x ex4sNF0BDdMaub+S5F1oQTg2OrXrNEC2tsCgTygU6IBHN5kGzLCXoY0usUlVwQ1m9R7l DpSVpqZGrZQUdiovofTJEPH/QvjNtPW2OXhvWaEqHPH3xzTuMkmZn7sonkaUlwXd3vVW HicEXD5krd1q75fZUlHIPK7H+0D8ZKJg3uh/vx63N2xWsFCxsV9x/93Gvv5haMoc/m0F ggQyWpo60nbCwmlmquo/6HTJ4co0X1Xfh74cwrMjTGwm3V2D1SgkhCHzW0ed8x1qNLSn 9nWg== X-Gm-Message-State: APt69E1IF8GNscCOfquCzFb5ykEVNTEldxpNDF7jUcaAHTbWho9HZysP yjehtibedrzXerbHRbnC2gwFHLZauvUf4c2SnR04Dg== X-Google-Smtp-Source: AAOMgpcnleOs8JHcnaPGbmbap8+p3/0iaCidBhM/5wAJk5u2HSTrw+odz1n1p2vvg9oOB4IW1lrZjq4ArzIBhOFYfXw= X-Received: by 2002:a24:3d0b:: with SMTP id n11-v6mr11267246itn.29.1530596324697; Mon, 02 Jul 2018 22:38:44 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 2002:a02:a495:0:0:0:0:0 with HTTP; Mon, 2 Jul 2018 22:38:43 -0700 (PDT) In-Reply-To: <201807010116.w611G35w008185@repo.freebsd.org> References: <201807010116.w611G35w008185@repo.freebsd.org> From: Antoine Brodin Date: Tue, 3 Jul 2018 07:38:43 +0200 X-Google-Sender-Auth: mEzTUA3bQmghoMYDRNPl9_lO4PU Message-ID: Subject: Re: svn commit: r335833 - in head: share/man/man4 sys/net sys/netpfil/pf To: Will Andrews Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 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: Tue, 03 Jul 2018 05:38:46 -0000 On Sun, Jul 1, 2018 at 3:16 AM, Will Andrews wrote: > Author: will > Date: Sun Jul 1 01:16:03 2018 > New Revision: 335833 > URL: https://svnweb.freebsd.org/changeset/base/335833 > > Log: > pf: remove unused ioctls. > > Several ioctls are unused in pf, in the sense that no base utility > references them. Additionally, a cursory review of pf-based ports > indicates they're not used elsewhere either. Some of them have been > unused since the original import. As far as I can tell, they're also > unused in OpenBSD. Finally, removing this code removes the need for > future pf work to take them into account. > > Reviewed by: kp > Differential Revision: https://reviews.freebsd.org/D16076 > > Modified: > head/share/man/man4/pf.4 > head/sys/net/pfvar.h > head/sys/netpfil/pf/pf_ioctl.c Hi, This breaks some ports like net/libdnet, please revert or fix the ports fallout. Antoine (with hat: portmgr)