From owner-svn-src-head@FreeBSD.ORG Mon Jun 10 05:39:31 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EECD4E7B; Mon, 10 Jun 2013 05:39:30 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by mx1.freebsd.org (Postfix) with ESMTP id D317E1C0E; Mon, 10 Jun 2013 05:39:30 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.6/8.14.6) with ESMTP id r5A5dU03017577; Sun, 9 Jun 2013 22:39:30 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.6/8.14.6/Submit) id r5A5dUoR017576; Sun, 9 Jun 2013 22:39:30 -0700 (PDT) (envelope-from sgk) Date: Sun, 9 Jun 2013 22:39:30 -0700 From: Steve Kargl To: Glen Barber Subject: Re: svn commit: r251590 - in head/sys: kern sys Message-ID: <20130610053930.GA17558@troutmask.apl.washington.edu> References: <201306092351.r59NpRTZ024888@svn.freebsd.org> <20130610053719.GU13292@glenbarber.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130610053719.GU13292@glenbarber.us> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, Marcel Moolenaar , src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 10 Jun 2013 05:39:31 -0000 On Mon, Jun 10, 2013 at 01:37:19AM -0400, Glen Barber wrote: > On Sun, Jun 09, 2013 at 11:51:27PM +0000, Marcel Moolenaar wrote: > > Author: marcel > > Date: Sun Jun 9 23:51:26 2013 > > New Revision: 251590 > > URL: http://svnweb.freebsd.org/changeset/base/251590 > > > > Log: > > Add vfs_mounted and vfs_unmounted events so that components can be informed > > about mount and unmount events. This is used by Juniper to implement a more > > optimal implementation of NetBSD's veriexec. > > > > Submitted by: stevek@juniper.net > > Obtained from: Juniper Networks, Inc > > > > Modified: > > head/sys/kern/vfs_mount.c > > head/sys/sys/mount.h > > > > This breaks head/ for me. > A 15000 line post. Really? -- steve