svn commit: r219395 - head/sys/dev/usb

2011-03-08 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 8 08:02:39 2011 New Revision: 219395 URL: http://svn.freebsd.org/changeset/base/219395 Log: - Bugfix: Root HUBs do not support re-enumeration. MFC after:14 days Approved by: thompsa (mentor) Modified: head/sys/dev/usb/usb_generic.c Modified:

svn commit: r219396 - head/sys/kern

2011-03-08 Thread Konstantin Belousov
Author: kib Date: Tue Mar 8 11:50:59 2011 New Revision: 219396 URL: http://svn.freebsd.org/changeset/base/219396 Log: Do not assert buffer lock in VFS_STRATEGY() when kernel already paniced. Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/kern/vfs_subr.c

svn commit: r219397 - head/sys/netinet

2011-03-08 Thread Randall Stewart
Author: rrs Date: Tue Mar 8 11:58:25 2011 New Revision: 219397 URL: http://svn.freebsd.org/changeset/base/219397 Log: Tunes and fixes the new DC-CC to seem to hit the right mix. Still may need some tweaks but it appears to almost not give away too much to an RFC2581 flow, but can really

svn commit: r219398 - head/tools/tools/ath/athrd

2011-03-08 Thread Adrian Chadd
Author: adrian Date: Tue Mar 8 12:08:23 2011 New Revision: 219398 URL: http://svn.freebsd.org/changeset/base/219398 Log: Update to keep in sync with the HAL Modified: head/tools/tools/ath/athrd/athrd.c Modified: head/tools/tools/ath/athrd/athrd.c

svn commit: r219399 - head/sys/kern

2011-03-08 Thread John Baldwin
Author: jhb Date: Tue Mar 8 14:18:21 2011 New Revision: 219399 URL: http://svn.freebsd.org/changeset/base/219399 Log: When constructing a new cpuset, apply the parent cpuset's mask to the new set's mask rather than the root mask. This was causing the root mask to be modified incorrectly.

svn commit: r219400 - head/sys/geom/label

2011-03-08 Thread Maxim Sobolev
Author: sobomax Date: Tue Mar 8 17:00:31 2011 New Revision: 219400 URL: http://svn.freebsd.org/changeset/base/219400 Log: Some linux distros put mount point into the ext2fs labels, such as '/', or '/boot', which confuses the devfs code and can cause userland programs to fail reading

svn commit: r219401 - stable/8/sys/fs/tmpfs

2011-03-08 Thread Jaakko Heinonen
Author: jh Date: Tue Mar 8 17:27:36 2011 New Revision: 219401 URL: http://svn.freebsd.org/changeset/base/219401 Log: MFC r201773: - Change the type of size_max to u_quad_t because its value is converted with vfs_scanopt(9) using the %qu format string. - Limit the maximum value of

svn commit: r219402 - stable/8/share/man/man5

2011-03-08 Thread Jaakko Heinonen
Author: jh Date: Tue Mar 8 17:41:07 2011 New Revision: 219402 URL: http://svn.freebsd.org/changeset/base/219402 Log: MFC r196526 by delphij: Add a missing .El. Modified: stable/8/share/man/man5/tmpfs.5 Directory Properties: stable/8/share/man/man5/ (props changed) Modified:

svn commit: r219403 - stable/7/share/man/man5

2011-03-08 Thread Jaakko Heinonen
Author: jh Date: Tue Mar 8 17:43:35 2011 New Revision: 219403 URL: http://svn.freebsd.org/changeset/base/219403 Log: MFC r196526 by delphij: Add a missing .El. Modified: stable/7/share/man/man5/tmpfs.5 Directory Properties: stable/7/share/man/man5/ (props changed) Modified:

Re: svn commit: r219400 - head/sys/geom/label

2011-03-08 Thread Jaakko Heinonen
On 2011-03-08, Maxim Sobolev wrote: Some linux distros put mount point into the ext2fs labels, such as '/', or '/boot', which confuses the devfs code and can cause userland programs to fail reading /dev/ext2fs directory with weird error code, such as any program that uses pwlib. Do

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

2011-03-08 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Mar 8 18:39:41 2011 New Revision: 219404 URL: http://svn.freebsd.org/changeset/base/219404 Log: Correct readdir over ZFS handling. Reported by: Pierre Beyssac p...@fasterix.frmug.org MFC after:1 month Modified:

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

2011-03-08 Thread Pawel Jakub Dawidek
On Tue, Mar 08, 2011 at 06:39:41PM +, Pawel Jakub Dawidek wrote: Author: pjd Date: Tue Mar 8 18:39:41 2011 New Revision: 219404 URL: http://svn.freebsd.org/changeset/base/219404 Log: Correct readdir over ZFS handling. s/ZFS/NFS/ -- Pawel Jakub Dawidek

svn commit: r219405 - in head/sys: amd64/amd64 amd64/linux32 arm/arm compat/ia32 compat/linux compat/svr4 i386/i386 i386/ibcs2 i386/linux ia64/ia64 kern mips/mips powerpc/powerpc sparc64/sparc64 sys

2011-03-08 Thread Dmitry Chagin
Author: dchagin Date: Tue Mar 8 19:01:45 2011 New Revision: 219405 URL: http://svn.freebsd.org/changeset/base/219405 Log: Extend struct sysvec with new method sv_schedtail, which is used for an explicit process at fork trampoline path instead of eventhadler(schedtail) invocation for each

svn commit: r219406 - head/sys/sys

2011-03-08 Thread Dmitry Chagin
Author: dchagin Date: Tue Mar 8 19:05:14 2011 New Revision: 219406 URL: http://svn.freebsd.org/changeset/base/219406 Log: Bump __FreeBSD_version for struct sysvec (sv_schedtail) changes. Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r219407 - head/sys/dev/dc

2011-03-08 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 8 19:49:16 2011 New Revision: 219407 URL: http://svn.freebsd.org/changeset/base/219407 Log: Rearrange dc_tx_underrun() a bit to correctly set TX FIFO threshold value. Controllers that always require store and forward mode( Davicom and PNIC 82C168) have no way

svn commit: r219408 - head/usr.sbin/pw

2011-03-08 Thread Jung-uk Kim
Author: jkim Date: Tue Mar 8 20:13:29 2011 New Revision: 219408 URL: http://svn.freebsd.org/changeset/base/219408 Log: Stop hard-coding default directory mode as 0777. Modified: head/usr.sbin/pw/cpdir.c head/usr.sbin/pw/pw.h head/usr.sbin/pw/pw_conf.c head/usr.sbin/pw/pw_user.c

svn commit: r219409 - vendor/tzdata/dist

2011-03-08 Thread Edwin Groothuis
Author: edwin Date: Tue Mar 8 21:06:17 2011 New Revision: 219409 URL: http://svn.freebsd.org/changeset/base/219409 Log: Vendor import of tzdata2011c - No leapsecond in June 2011 - Add and update timezones for America/Juneau, America/Sitka, America/Metlakatla - Change of Summer

svn commit: r219410 - vendor/tzdata/tzdata2011c

2011-03-08 Thread Edwin Groothuis
Author: edwin Date: Tue Mar 8 21:07:53 2011 New Revision: 219410 URL: http://svn.freebsd.org/changeset/base/219410 Log: Tag of tzdata2011c Added: vendor/tzdata/tzdata2011c/ - copied from r219409, vendor/tzdata/dist/ ___

svn commit: r219411 - head/contrib/tzdata

2011-03-08 Thread Edwin Groothuis
Author: edwin Date: Tue Mar 8 21:11:31 2011 New Revision: 219411 URL: http://svn.freebsd.org/changeset/base/219411 Log: MFV of tzdata2011c, r219409 - No leapsecond in June 2011 - Add and update timezones for America/Juneau, America/Sitka, America/Metlakatla - Change of Summer time

svn commit: r219412 - stable/8/share/zoneinfo

2011-03-08 Thread Edwin Groothuis
Author: edwin Date: Tue Mar 8 21:14:02 2011 New Revision: 219412 URL: http://svn.freebsd.org/changeset/base/219412 Log: MFC of tzdata2011c, r219411 - No leapsecond in June 2011 - Add and update timezones for America/Juneau, America/Sitka, America/Metlakatla - Change of Summer time

svn commit: r219413 - stable/7/share/zoneinfo

2011-03-08 Thread Edwin Groothuis
Author: edwin Date: Tue Mar 8 21:14:14 2011 New Revision: 219413 URL: http://svn.freebsd.org/changeset/base/219413 Log: MFC of tzdata2011c, r219411 - No leapsecond in June 2011 - Add and update timezones for America/Juneau, America/Sitka, America/Metlakatla - Change of Summer time

svn commit: r219414 - stable/6/share/zoneinfo

2011-03-08 Thread Edwin Groothuis
Author: edwin Date: Tue Mar 8 21:14:18 2011 New Revision: 219414 URL: http://svn.freebsd.org/changeset/base/219414 Log: MFC of tzdata2011c, r219411 - No leapsecond in June 2011 - Add and update timezones for America/Juneau, America/Sitka, America/Metlakatla - Change of Summer time

Re: svn commit: r219405 - in head/sys: amd64/amd64 amd64/linux32 arm/arm compat/ia32 compat/linux compat/svr4 i386/i386 i386/ibcs2 i386/linux ia64/ia64 kern mips/mips powerpc/powerpc sparc64/sparc64 s

2011-03-08 Thread John Baldwin
On Tuesday, March 08, 2011 2:01:45 pm Dmitry Chagin wrote: Author: dchagin Date: Tue Mar 8 19:01:45 2011 New Revision: 219405 URL: http://svn.freebsd.org/changeset/base/219405 Log: Extend struct sysvec with new method sv_schedtail, which is used for an explicit process at fork

svn commit: r219415 - head/sbin/geom/class/part

2011-03-08 Thread Andrey V. Elsukov
Author: ae Date: Tue Mar 8 21:36:42 2011 New Revision: 219415 URL: http://svn.freebsd.org/changeset/base/219415 Log: Add -p option to `gpart show` command to show provider's names of partitions instead of partition's indexes. This may be useful with GPT partitioning scheme or EBR without

Re: svn commit: r219399 - head/sys/kern

2011-03-08 Thread John Baldwin
On Tuesday, March 08, 2011 9:18:21 am John Baldwin wrote: Author: jhb Date: Tue Mar 8 14:18:21 2011 New Revision: 219399 URL: http://svn.freebsd.org/changeset/base/219399 Log: When constructing a new cpuset, apply the parent cpuset's mask to the new set's mask rather than the root

svn commit: r219416 - head/sbin/geom/class/part

2011-03-08 Thread Andrey V. Elsukov
Author: ae Date: Tue Mar 8 22:01:47 2011 New Revision: 219416 URL: http://svn.freebsd.org/changeset/base/219416 Log: It is better to sometimes have not aligned columns than often have wrapped lines. MFC after:2 weeks Modified: head/sbin/geom/class/part/geom_part.c Modified:

svn commit: r219418 - head/contrib/gdb/gdb

2011-03-08 Thread Ed Maste
Author: emaste Date: Wed Mar 9 02:23:21 2011 New Revision: 219418 URL: http://svn.freebsd.org/changeset/base/219418 Log: Remove stray semicolon. This fix appears in later upstream gdb versions. Submitted by: eadler Modified: head/contrib/gdb/gdb/i386-tdep.c Modified:

svn commit: r219419 - in head/sys/dev/ath/ath_hal: ar5212 ar5416

2011-03-08 Thread Adrian Chadd
Author: adrian Date: Wed Mar 9 04:39:35 2011 New Revision: 219419 URL: http://svn.freebsd.org/changeset/base/219419 Log: For chips that are full reset in ar5416ChipReset(), save and restore the TSF. Merlin (ar9280) and later were full-reset if they're doing open-loop TX power control

svn commit: r219420 - in head/tools/tools/ath: ath_ee_v14_print ath_ee_v4k_print

2011-03-08 Thread Adrian Chadd
Author: adrian Date: Wed Mar 9 04:48:06 2011 New Revision: 219420 URL: http://svn.freebsd.org/changeset/base/219420 Log: The regdomain entries are 16 bits, not 8. Print out all 16 bits. Modified: head/tools/tools/ath/ath_ee_v14_print/ath_ee_v14_print.c

Re: svn commit: r219405 - in head/sys: amd64/amd64 amd64/linux32 arm/arm compat/ia32 compat/linux compat/svr4 i386/i386 i386/ibcs2 i386/linux ia64/ia64 kern mips/mips powerpc/powerpc sparc64/sparc64 s

2011-03-08 Thread Chagin Dmitry
On Tue, Mar 08, 2011 at 04:27:36PM -0500, John Baldwin wrote: On Tuesday, March 08, 2011 2:01:45 pm Dmitry Chagin wrote: Author: dchagin Date: Tue Mar 8 19:01:45 2011 New Revision: 219405 URL: http://svn.freebsd.org/changeset/base/219405 Log: Extend struct sysvec with new method

svn commit: r219422 - in vendor/gdtoa/dist: . test

2011-03-08 Thread David Schultz
Author: das Date: Wed Mar 9 06:14:33 2011 New Revision: 219422 URL: http://svn.freebsd.org/changeset/base/219422 Log: Import gdtoa sources dated 2011-03-04. This version includes a number of bugfixes, although I believe we already have local patches for the ones people are likely to

svn commit: r219423 - vendor/gdtoa/20110304

2011-03-08 Thread David Schultz
Author: das Date: Wed Mar 9 06:14:57 2011 New Revision: 219423 URL: http://svn.freebsd.org/changeset/base/219423 Log: Tag gdtoa-20110304. Added: vendor/gdtoa/20110304/ - copied from r219422, vendor/gdtoa/dist/ ___ svn-src-all@freebsd.org

svn commit: r219424 - head/sbin/geom/class/eli

2011-03-08 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Mar 9 07:43:51 2011 New Revision: 219424 URL: http://svn.freebsd.org/changeset/base/219424 Log: Change example to not be controversial. I'm sorry to anyone who felt offended by this. PR: docs/155385 Reported by: maga_lena mi...@riseup.net MFC after: