svn commit: r244650 - in head/sys/dev/usb: . storage wlan

2012-12-24 Thread Hans Petter Selasky
Author: hselasky Date: Mon Dec 24 10:10:18 2012 New Revision: 244650 URL: http://svnweb.freebsd.org/changeset/base/244650 Log: Fix more regression issue after r244503. usbd_transfer_setup() does not set a default length for USB transfers. Only the number of frames is automatically setup.

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

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

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

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

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

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

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

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
+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 several nullfs + optimizations and fixes. All filesystem modules must

Re: svn commit: r244663 - stable/9

2012-12-24 Thread Alfred Perlstein
(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 the merge

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:

Re: svn commit: r244469 - head/sys/arm/arm

2012-12-24 Thread Peter Jeremy
On 2012-Dec-20 00:35:27 +, Olivier Houchard cog...@freebsd.org wrote: Author: cognet Date: Thu Dec 20 00:35:26 2012 New Revision: 244469 URL: http://svnweb.freebsd.org/changeset/base/244469 Log: Use the new allocator in bus_dmamem_alloc(). Modified: head/sys/arm/arm/busdma_machdep-v6.c

svn commit: r244665 - head/sys/netinet

2012-12-24 Thread Gleb Smirnoff
Author: glebius Date: Mon Dec 24 21:35:48 2012 New Revision: 244665 URL: http://svnweb.freebsd.org/changeset/base/244665 Log: Minor style(9) changes: - Remove declaration in initializer. - Add empty line between logical blocks. Modified: head/sys/netinet/in.c Modified:

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:

svn commit: r244670 - stable/8/sbin/sysctl

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

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:

svn commit: r244672 - head/tools/tools/netrate/netreceive

2012-12-24 Thread Luigi Rizzo
Author: luigi Date: Tue Dec 25 07:29:25 2012 New Revision: 244672 URL: http://svnweb.freebsd.org/changeset/base/244672 Log: various connections to last commit Modified: head/tools/tools/netrate/netreceive/Makefile head/tools/tools/netrate/netreceive/netreceive.c Modified:

svn commit: r244673 - head/contrib/libstdc++/include/std

2012-12-24 Thread Andrew Turner
Author: andrew Date: Tue Dec 25 07:37:33 2012 New Revision: 244673 URL: http://svnweb.freebsd.org/changeset/base/244673 Log: Fix the __glibcxx_min and __glibcxx_max macros for a signed wchar_t. * The __glibcxx_max macro came from GCC svn r138078, the last GPLv2 revision of this file.

Re: svn commit: r244665 - head/sys/netinet

2012-12-24 Thread Luigi Rizzo
On Mon, Dec 24, 2012 at 09:35:49PM +, Gleb Smirnoff wrote: Author: glebius Date: Mon Dec 24 21:35:48 2012 New Revision: 244665 URL: http://svnweb.freebsd.org/changeset/base/244665 Log: Minor style(9) changes: - Remove declaration in initializer. i am really curious, what is the