From owner-svn-src-all@freebsd.org Sun Jul 1 08:06:54 2018 Return-Path: Delivered-To: svn-src-all@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 28D00FDDCB0; Sun, 1 Jul 2018 08:06:54 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-wr0-x22e.google.com (mail-wr0-x22e.google.com [IPv6:2a00:1450:400c:c0c::22e]) (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 8E62D84C94; Sun, 1 Jul 2018 08:06:53 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: by mail-wr0-x22e.google.com with SMTP id u7-v6so12521292wrn.12; Sun, 01 Jul 2018 01:06:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=6feKQtFYqRqKnZRpZx118iZgs616xB3kd3IgaVhCFFw=; b=pEm11cDXi7IGV/EJ8WT4+dzNmjhFCLOoXDcdG/5Xvmf0Pv0QwYQYl1oY3kipqLXQwi GG1wqPdDPLmydQFYkFk5YSr8B9pxqe2+9uxqEVTc1i82qFHiQ0p7dU2rpD7pTogAlnz+ f+FvohlhP7J8kHyZpMK9CpDP3W4lkiX+LUUQiJH+BWduWdzXzXKAbydfv430QPMXrDRQ S6xm/HF9uqy7LQsQ7rYQgwySS9tYuYZnIOXDUpZvB9kLqyroh7wZUbumKc4za/5OpI+l 8NZTBnzUGyetbdZSdcBTniQnIGsDtvkvADyAaS8g2jULLf2MeMdIWeX9+msP9E++v/Vo vL3w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=6feKQtFYqRqKnZRpZx118iZgs616xB3kd3IgaVhCFFw=; b=ONTkQNQtCwtZlO1kXVrDN8WJ0e1/8MB30j4B+1MkbWBgci4yl6Y4TaDeYviUHs/bn0 nGbVAVMaV+UWEU6Mm9nORVazF8xr6Uf/FxYurM871jaYYzioWkesxKMrutZsI2iTQft5 Poh1mfw7H9tJbcWHEFgW/7yCvddg19kyc534q0z21xT9NWYxDIhzehckl0zf2arhHKjh /cq2bH5c5930sFgz6z8Ki/nhrG5FHp9CoDlUrFVomahT3YsGTM1kRpMr/rVRC2uT01d3 eUVUMxkJBbPGIjeG5SFKkIrGfi8Pbvfs9OAy2LKW8YMfby+R1rgPX4G7k53uHy5QTabu 70hQ== X-Gm-Message-State: APt69E337yAQyvL5ESQUfHUfZG2dCcGhMH5niZnh9U5iZ8PFCKeNlFwe hO3kJRvfDXXyneh+a/+psX8Wgg== X-Google-Smtp-Source: AAOMgpfCjO3lN4FBvUD2SNGc12FP48mtvnNPyXJia0xKrNCz3rajYJ1wdWfxYbnLorX/0XPuB0sBlA== X-Received: by 2002:a5d:6981:: with SMTP id g1-v6mr2756340wru.77.1530432411399; Sun, 01 Jul 2018 01:06:51 -0700 (PDT) Received: from pesky.lan (93-34-93-211.ip49.fastwebnet.it. [93.34.93.211]) by smtp.gmail.com with ESMTPSA id j198-v6sm44857wmd.18.2018.07.01.01.06.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 01 Jul 2018 01:06:50 -0700 (PDT) Sender: Mark Johnston Date: Sun, 1 Jul 2018 04:06:46 -0400 From: Mark Johnston To: Will Andrews Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r335833 - in head: share/man/man4 sys/net sys/netpfil/pf Message-ID: <20180701080646.GA3926@pesky.lan> References: <201807010116.w611G35w008185@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201807010116.w611G35w008185@repo.freebsd.org> User-Agent: Mutt/1.10.0 (2018-05-17) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 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: Sun, 01 Jul 2018 08:06:54 -0000 On Sun, Jul 01, 2018 at 01:16:03AM +0000, 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. sshuttle seems to use DIOCCHANGERULE.