From owner-freebsd-current@FreeBSD.ORG Mon Jun 4 03:01:42 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: by hub.freebsd.org (Postfix, from userid 680) id 5697616A46B; Mon, 4 Jun 2007 03:01:42 +0000 (UTC) Date: Mon, 4 Jun 2007 03:01:42 +0000 From: Darren Reed To: current@freebsd.org Message-ID: <20070604030142.GA85958@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: IPFilter updated in HEAD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2007 03:01:42 -0000 Hi, I've just finished updating the in-tree source code for IPFilter from 4.1.13 to 4.1.23. I'm hoping that for the first time I've managed to do an import without breaking the build (although there are some new compiler warnings from include files.) Thanks to Pawel and ZFS for making it easy to do testing of this through snapshots and rollback :) As the cvs messages say, for a full list of changes see the HISTORY file for IPFilter. THe most significant change has been the move of the various "stats" programs from being /dev/kmem grovellers to using ioctls so that they can function on systems without /dev/kmem. I'll be around if there are any problems... Darren