svn commit: r244651 - in stable/9/sys: kern sys

2012-12-24 Thread Konstantin Belousov
Author: kib Date: Mon Dec 24 12:54:12 2012 New Revision: 244651 URL: http://svnweb.freebsd.org/changeset/base/244651 Log: MFC r240283: Add MNTK_LOOKUP_EXCL_DOTDOT struct mount flag, which specifies to the lookup code that dotdot lookups shall override any shared lock requests with the excl

svn commit: r244652 - in stable/9/sys: kern sys

2012-12-24 Thread Konstantin Belousov
Author: kib Date: Mon Dec 24 13:01:07 2012 New Revision: 244652 URL: http://svnweb.freebsd.org/changeset/base/244652 Log: MFC r240284: Add a facility for vgone() to inform the set of subscribed mounts about vnode reclamation. Typical use is for the bypass mounts like nullfs to get a notifi

svn commit: r244653 - stable/9/sys/kern

2012-12-24 Thread Konstantin Belousov
Author: kib Date: Mon Dec 24 13:05:27 2012 New Revision: 244653 URL: http://svnweb.freebsd.org/changeset/base/244653 Log: MFC r242560: Add decoding of the missed MNTK_ flags to ddb "show mount" command. Modified: stable/9/sys/kern/vfs_subr.c Directory Properties: stable/9/sys/ (props ch

svn commit: r244654 - stable/9/sys/fs/nullfs

2012-12-24 Thread Konstantin Belousov
Author: kib Date: Mon Dec 24 13:14:38 2012 New Revision: 244654 URL: http://svnweb.freebsd.org/changeset/base/244654 Log: MFC r240285: Allow shared lookups for nullfs mounts, if lower filesystem supports it. MFC r241548: Replace the XXX comment with the proper description. MFC r2

svn commit: r244655 - stable/9/sys/fs/nullfs

2012-12-24 Thread Konstantin Belousov
Author: kib Date: Mon Dec 24 13:17:22 2012 New Revision: 244655 URL: http://svnweb.freebsd.org/changeset/base/244655 Log: MFC r243340: Remove the check and panic for an impossible condition. Modified: stable/9/sys/fs/nullfs/null_subr.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r244658 - in stable/9/sys: compat/linux fs/coda fs/nfsserver kern nfsserver vm

2012-12-24 Thread Konstantin Belousov
Author: kib Date: Mon Dec 24 13:22:32 2012 New Revision: 244658 URL: http://svnweb.freebsd.org/changeset/base/244658 Log: MFC r241025: Fix the mis-handling of the VV_TEXT on the nullfs vnodes. Add a set of VOPs for the VV_TEXT query, set and clear operations, which are correctly bypassed t

svn commit: r244660 - in stable/9/sys: compat/linux fs/nullfs fs/unionfs i386/ibcs2 kern ufs/ufs vm

2012-12-24 Thread Konstantin Belousov
Author: kib Date: Mon Dec 24 13:29:22 2012 New Revision: 244660 URL: http://svnweb.freebsd.org/changeset/base/244660 Log: MFC r242476: The r241025 fixed the case when a binary, executed from nullfs mount, was still possible to open for write from the lower filesystem. There is a symmetric

svn commit: r244663 - stable/9

2012-12-24 Thread Konstantin Belousov
portupgrade. +20121224: + The VFS KBI was changed with the merge of several nullfs + optimizations and fixes. All filesystem modules must be + recompiled. + 20121218: With the addition of auditdistd(8), a new auditdistd user is now depended on during installworld

Re: svn commit: r244663 - stable/9

2012-12-24 Thread Adrian Chadd
n Dec 24 14:22:52 2012(r244663) > @@ -11,6 +11,11 @@ handbook: > Items affecting the ports and packages system can be found in > /usr/ports/UPDATING. Please read that file before running portupgrade. > > +20121224: > + The VFS KBI was changed with the merge of sever

Re: svn commit: r244663 - stable/9

2012-12-24 Thread Alfred Perlstein
2012(r244662) +++ stable/9/UPDATING Mon Dec 24 14:22:52 2012(r244663) @@ -11,6 +11,11 @@ handbook: Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. +20121224: + The VFS KBI was changed with

svn commit: r244664 - stable/9/release/doc/en_US.ISO8859-1/relnotes

2012-12-24 Thread Hiroki Sato
Author: hrs Date: Mon Dec 24 20:33:37 2012 New Revision: 244664 URL: http://svnweb.freebsd.org/changeset/base/244664 Log: Fix various grammatical errors. Submitted by: bjk Modified: stable/9/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/9/release/doc/en_US.ISO8859-1/

svn commit: r244669 - stable/9/sbin/sysctl

2012-12-24 Thread Xin LI
Author: delphij Date: Tue Dec 25 00:24:43 2012 New Revision: 244669 URL: http://svnweb.freebsd.org/changeset/base/244669 Log: MFC r244104: In parse(): - Only operate on copy, don't operate on source. - Eliminate home-rolled strsep(). - Constify the parameter. Modified: stable

svn commit: r244671 - stable/9/release/doc/en_US.ISO8859-1/errata

2012-12-24 Thread Hiroki Sato
Author: hrs Date: Tue Dec 25 06:07:34 2012 New Revision: 244671 URL: http://svnweb.freebsd.org/changeset/base/244671 Log: Add Errata items: - mfi(4) driver overflow issue, - typos in Installation Instructions. Modified: stable/9/release/doc/en_US.ISO8859-1/errata/article.x