Re: svn commit: r195785 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2009-07-22 Thread Edward Tomasz Napierala
On 0720T1916, Edward Tomasz Napierala wrote: Author: trasz Date: Mon Jul 20 19:16:42 2009 New Revision: 195785 URL: http://svn.freebsd.org/changeset/base/195785 Log: Fix permission handling for extended attributes in ZFS. Without this change, ZFS uses SunOS Alternate Data Streams

Re: svn commit: r195817 - head/usr.sbin/sysinstall

2009-07-22 Thread Alexander Motin
Colin Percival wrote: Author: cperciva Date: Wed Jul 22 03:50:54 2009 New Revision: 195817 URL: http://svn.freebsd.org/changeset/base/195817 Log: Remove the dedicated disk mode partitioning option from sysinstall, in both the disk partitioning screen (the 'F' key) and via install.cfg

Re: svn commit: r195817 - head/usr.sbin/sysinstall

2009-07-22 Thread Dmitry Morozovsky
On Wed, 22 Jul 2009, Colin Percival wrote: CP Modified: head/usr.sbin/sysinstall/disks.c CP == CP --- head/usr.sbin/sysinstall/disks.cWed Jul 22 01:07:49 2009 (r195816) CP +++

Re: svn commit: r195817 - head/usr.sbin/sysinstall

2009-07-22 Thread Scott Long
Alexander Motin wrote: Colin Percival wrote: Author: cperciva Date: Wed Jul 22 03:50:54 2009 New Revision: 195817 URL: http://svn.freebsd.org/changeset/base/195817 Log: Remove the dedicated disk mode partitioning option from sysinstall, in both the disk partitioning screen (the 'F' key)

Re: svn commit: r195817 - head/usr.sbin/sysinstall

2009-07-22 Thread Juli Mallett
On Wed, Jul 22, 2009 at 01:42, Alexander Motinm...@freebsd.org wrote: Colin Percival wrote:   Remove the dedicated disk mode partitioning option from sysinstall, in   both the disk partitioning screen (the 'F' key) and via install.cfg (the   VAR_DEDICATED_DISK option).  This functionality is

Re: svn commit: r195785 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2009-07-22 Thread Artis Caune
2009/7/20 Edward Tomasz Napierala tr...@freebsd.org: Author: trasz Date: Mon Jul 20 19:16:42 2009 New Revision: 195785 URL: http://svn.freebsd.org/changeset/base/195785 Log:  Fix permission handling for extended attributes in ZFS.  Without  this change, ZFS uses SunOS Alternate Data

Re: svn commit: r195817 - head/usr.sbin/sysinstall

2009-07-22 Thread Alexander Motin
Juli Mallett wrote: On Wed, Jul 22, 2009 at 01:42, Alexander Motinm...@freebsd.org wrote: Colin Percival wrote: Remove the dedicated disk mode partitioning option from sysinstall, in both the disk partitioning screen (the 'F' key) and via install.cfg (the VAR_DEDICATED_DISK option).

Re: svn commit: r195817 - head/usr.sbin/sysinstall

2009-07-22 Thread Alexander Motin
Erik Trulsson wrote: On Wed, Jul 22, 2009 at 01:28:14PM +0300, Alexander Motin wrote: Juli Mallett wrote: On Wed, Jul 22, 2009 at 01:42, Alexander Motinm...@freebsd.org wrote: Colin Percival wrote: Remove the dedicated disk mode partitioning option from sysinstall, in both the disk

svn commit: r195818 - in head: share/man/man4 sys/dev/mxge

2009-07-22 Thread Andrew Gallatin
Author: gallatin Date: Wed Jul 22 11:57:34 2009 New Revision: 195818 URL: http://svn.freebsd.org/changeset/base/195818 Log: mxge's tunable hw.mxge.rss_hash_type cannot be set from the loader, because it uses a reserved suffix (_type). Fix this by removing the _ and renaming the tunable to

svn commit: r195819 - head/sys/fs/nfsclient

2009-07-22 Thread Rick Macklem
Author: rmacklem Date: Wed Jul 22 14:32:28 2009 New Revision: 195819 URL: http://svn.freebsd.org/changeset/base/195819 Log: When using an NFSv4 mount in the experimental nfs client with delegations being issued from the server, there was a case where an Open issued locally based on the

svn commit: r195820 - in head/sys/amd64: amd64 include

2009-07-22 Thread Konstantin Belousov
Author: kib Date: Wed Jul 22 14:32:38 2009 New Revision: 195820 URL: http://svn.freebsd.org/changeset/base/195820 Log: When the page caching attributes are changed, after new mapping is established, OS shall flush the caches on all processors that may have used the mapping previously. This

svn commit: r195821 - in head/sys/fs: nfs nfsclient

2009-07-22 Thread Rick Macklem
Author: rmacklem Date: Wed Jul 22 14:37:53 2009 New Revision: 195821 URL: http://svn.freebsd.org/changeset/base/195821 Log: Add changes to the experimental nfs client to use the PBDRY flag for msleep(9) when a vnode lock or similar may be held. The changes are just a clone of the changes

svn commit: r195822 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2009-07-22 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 22 15:15:58 2009 New Revision: 195822 URL: http://svn.freebsd.org/changeset/base/195822 Log: Fix extattr_list_file(2) on ZFS in case the attribute directory doesn't exist and user doesn't have write access to the file. Without this fix, it returns bogus value

svn commit: r195823 - stable/7/contrib/gcc

2009-07-22 Thread Bruce M Simpson
Author: bms Date: Wed Jul 22 15:26:19 2009 New Revision: 195823 URL: http://svn.freebsd.org/changeset/base/195823 Log: Mark the dwarf2out.c bug fix, r195815 as integrated; using --record-only. Pointy hat to:bms Requested by: kib Modified: stable/7/contrib/gcc/ (props

Re: svn commit: r195817 - head/usr.sbin/sysinstall

2009-07-22 Thread Randi Harper
On Wed, Jul 22, 2009 at 3:28 AM, Alexander Motin m...@freebsd.org wrote: Juli Mallett wrote: If you're interested in fixing this issue, you might want to look at the need for compatibility names so that existing DD installs aren't broken, and so DD installs work as-is without correcting

Re: svn commit: r195817 - head/usr.sbin/sysinstall

2009-07-22 Thread Randi Harper
On Wed, Jul 22, 2009 at 1:51 AM, Dmitry Morozovsky ma...@rinet.ru wrote: While you're here, don't you think it's time to rename Wizard mode to Expert mode to not confuse users too much? I'll be here for quite a while, and nitpicking menu options really isn't in my to-do list during a code

svn commit: r195825 - head/sys/fs/nfsclient

2009-07-22 Thread Rick Macklem
Author: rmacklem Date: Wed Jul 22 18:10:44 2009 New Revision: 195825 URL: http://svn.freebsd.org/changeset/base/195825 Log: When vfs.newnfs.callback_addr is set to an IPv4 address, the experimental NFSv4 client might try and use it as an IPv6 address, breaking callbacks. The fix simply

Re: svn commit: r195820 - in head/sys/amd64: amd64 include

2009-07-22 Thread Kostik Belousov
On Wed, Jul 22, 2009 at 02:44:52PM -0400, Jung-uk Kim wrote: On Wednesday 22 July 2009 10:32 am, Konstantin Belousov wrote: Author: kib Date: Wed Jul 22 14:32:38 2009 New Revision: 195820 URL: http://svn.freebsd.org/changeset/base/195820 Log: When the page caching attributes are

svn commit: r195827 - head/lib/libc/gen

2009-07-22 Thread Ken Smith
Author: kensmith Date: Wed Jul 22 20:46:17 2009 New Revision: 195827 URL: http://svn.freebsd.org/changeset/base/195827 Log: It is believed the last subsystem that limited ID sizes to something other than the current system-wide size (32-bits) has been updated so for now just cautiously turn

svn commit: r195829 - stable/7/sys/dev/usb

2009-07-22 Thread Bruce M Simpson
Author: bms Date: Thu Jul 23 01:35:13 2009 New Revision: 195829 URL: http://svn.freebsd.org/changeset/base/195829 Log: MFC r182138: Greatly expand the devices listed as being supported. This list was taken from PR/121184 which was mechanically generated from similar lists in the Linux

Re: svn commit: r195829 - stable/7/sys/dev/usb

2009-07-22 Thread Bruce Simpson
Hi all, I haven't updated the mergeinfo for this file, as the USB stack in HEAD has been completely replaced with the new USB stack. If this is desired, please let me know how to proceed -- I'm new to mergeinfo. When I used the following command to try to maintain the mergeinfo