svn commit: r208255 - in stable/8: cddl/contrib/opensolaris/cmd/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2010-05-18 Thread Martin Matuska
Author: mm Date: Tue May 18 07:45:27 2010 New Revision: 208255 URL: http://svn.freebsd.org/changeset/base/208255 Log: MFC r207626, r207627: MFC r207626: Speed up ZFS list operation with objset prefetching. MFC r207627: Enable zfs list to list explicitly requested snapshots.

svn commit: r208256 - in head/libexec/rtld-elf: . amd64 arm i386 powerpc sparc64

2010-05-18 Thread Roman Divacky
Author: rdivacky Date: Tue May 18 08:55:23 2010 New Revision: 208256 URL: http://svn.freebsd.org/changeset/base/208256 Log: Only use the cache after the early stage of loading. This is because calling mmap() etc. may use GOT which is not set up yet. Use calloc() instead of mmap() in cases

svn commit: r208258 - in stable/8: contrib/top etc/mtree lib lib/liblzma lib/libusb share/mk usr.bin usr.bin/less usr.bin/lzmainfo usr.bin/xz usr.bin/xzdec

2010-05-18 Thread Martin Matuska
Author: mm Date: Tue May 18 09:59:09 2010 New Revision: 208258 URL: http://svn.freebsd.org/changeset/base/208258 Log: MFC r207842, r207844, r208099: MFC r207842: Import of liblzma, xz, xzdec, lzmainfo from vendor branch Add support for xz and lzma to lesspipe.sh (xzless, lzless)

svn commit: r208259 - stable/8/sys/sys

2010-05-18 Thread Martin Matuska
Author: mm Date: Tue May 18 10:02:45 2010 New Revision: 208259 URL: http://svn.freebsd.org/changeset/base/208259 Log: Bump __FreeBSD_version for liblzma addition. Approved by: delphij (mentor) Modified: stable/8/sys/sys/param.h Modified: stable/8/sys/sys/param.h

svn commit: r208261 - in stable/8/sys: arm/include ddb kern sys

2010-05-18 Thread Attilio Rao
Author: attilio Date: Tue May 18 10:24:23 2010 New Revision: 208261 URL: http://svn.freebsd.org/changeset/base/208261 Log: MFC r207922, r207925, r207929, r208052: - Change the db_printf return value in order to catch up with printf - Make witness_list_locks() and witness_display_spinlock()

svn commit: r208262 - in stable/8: lib/libusbhid usr.sbin/bluetooth/bthidd

2010-05-18 Thread Kai Wang
Author: kaiw Date: Tue May 18 10:32:20 2010 New Revision: 208262 URL: http://svn.freebsd.org/changeset/base/208262 Log: MFC r205728 Merge improvements from kernel HID parser to the userland usbhid(3) parser. This merge does not change any API and should not break any native or

svn commit: r208263 - head/lib/libarchive

2010-05-18 Thread Tim Kientzle
Author: kientzle Date: Tue May 18 14:11:38 2010 New Revision: 208263 URL: http://svn.freebsd.org/changeset/base/208263 Log: Retry reads that fail with EINTR. This fixes a problem with bsdtar failing on SIGINT. Modified: head/lib/libarchive/archive_read_open_fd.c

svn commit: r208264 - in head/sys: kern vm

2010-05-18 Thread Alan Cox
Author: alc Date: Tue May 18 16:40:29 2010 New Revision: 208264 URL: http://svn.freebsd.org/changeset/base/208264 Log: The page queues lock is no longer required by vm_page_set_invalid(), so eliminate it. Assert that the object containing the page is locked in vm_page_test_dirty().

svn commit: r208265 - head/sys/mips/rmi/dev/xlr

2010-05-18 Thread Rui Paulo
Author: rpaulo Date: Tue May 18 17:01:07 2010 New Revision: 208265 URL: http://svn.freebsd.org/changeset/base/208265 Log: Add a device description. Modified: head/sys/mips/rmi/dev/xlr/rge.c Modified: head/sys/mips/rmi/dev/xlr/rge.c

svn commit: r208266 - stable/8/sys/sparc64/pci

2010-05-18 Thread Marius Strobl
Author: marius Date: Tue May 18 17:02:24 2010 New Revision: 208266 URL: http://svn.freebsd.org/changeset/base/208266 Log: MFC: r205254, r208097 - Add quirk handling for Sun Fire V1280. The firmware of these machines provides no ino-bitmap properties so forge them using the default set

svn commit: r208267 - stable/7/sys/sparc64/pci

2010-05-18 Thread Marius Strobl
Author: marius Date: Tue May 18 17:02:35 2010 New Revision: 208267 URL: http://svn.freebsd.org/changeset/base/208267 Log: MFC: r205254, r208097 - Add quirk handling for Sun Fire V1280. The firmware of these machines provides no ino-bitmap properties so forge them using the default set

svn commit: r208268 - stable/8/sys/dev/e1000

2010-05-18 Thread Marius Strobl
Author: marius Date: Tue May 18 17:09:20 2010 New Revision: 208268 URL: http://svn.freebsd.org/changeset/base/208268 Log: MFC: r208117 Fix a mismerge in r206001 (MFC'ed to stable/8 in r206211). PR: 146614 Approved by: jfv (implicit) Modified:

svn commit: r208269 - stable/7/sys/dev/e1000

2010-05-18 Thread Marius Strobl
Author: marius Date: Tue May 18 17:09:22 2010 New Revision: 208269 URL: http://svn.freebsd.org/changeset/base/208269 Log: MFC: r208117 Fix a mismerge in r206001 (MFC'ed to stable/7 in r208105). PR: 146614 Approved by: jfv (implicit) Modified:

Re: svn commit: r207851 - head/sys/dev/sge

2010-05-18 Thread Pyun YongHyeon
On Tue, May 18, 2010 at 03:27:33AM +, Bjoern A. Zeeb wrote: On Mon, 10 May 2010, Pyun YongHyeon wrote: Author: yongari Date: Mon May 10 17:14:14 2010 New Revision: 207851 URL: http://svn.freebsd.org/changeset/base/207851 Log: Implement TSO and TSO over VLAN. Increase number of

svn commit: r208270 - stable/8/share/man/man4

2010-05-18 Thread Marius Strobl
Author: marius Date: Tue May 18 17:15:40 2010 New Revision: 208270 URL: http://svn.freebsd.org/changeset/base/208270 Log: MFC: r208098 Document the led(4) interface to the identification LEDs. Modified: stable/8/share/man/man4/em.4 stable/8/share/man/man4/igb.4 Directory Properties:

svn commit: r208271 - stable/7/share/man/man4

2010-05-18 Thread Marius Strobl
Author: marius Date: Tue May 18 17:15:41 2010 New Revision: 208271 URL: http://svn.freebsd.org/changeset/base/208271 Log: MFC: r208098 Document the led(4) interface to the identification LEDs. Modified: stable/7/share/man/man4/em.4 stable/7/share/man/man4/igb.4 Directory Properties:

svn commit: r208272 - stable/8/sys/dev/ipw

2010-05-18 Thread Bernhard Schmidt
Author: bschmidt Date: Tue May 18 17:43:53 2010 New Revision: 208272 URL: http://svn.freebsd.org/changeset/base/208272 Log: MFC r207926: Enable 5.5 and 11Mbit TX rates. Reviewed by: sam Approved by: rpaulo (mentor) Modified: stable/8/sys/dev/ipw/if_ipw.c Directory Properties:

Re: svn commit: r208075 - in head/usr.sbin/apmd: . contrib

2010-05-18 Thread M. Warner Losh
: Modified: head/usr.sbin/apmd/apmd.c : - execl(_PATH_BSHELL, sh, -c, p-line, (char *)NULL); : + execl(_PATH_BSHELL, sh, -c, p-line, NULL); This looks like a regression to me. Since execl is varadic, you do need this cast... Warner

svn commit: r208273 - head/usr.sbin/ntp/doc

2010-05-18 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Tue May 18 18:14:12 2010 New Revision: 208273 URL: http://svn.freebsd.org/changeset/base/208273 Log: Add a sentence to the man page explaining that the -d option can only be used when ntpd is compiled with DEBUG support. PR: docs/138206

svn commit: r208274 - stable/8/usr.sbin/sade

2010-05-18 Thread Bruce Cran
Author: brucec Date: Tue May 18 18:19:06 2010 New Revision: 208274 URL: http://svn.freebsd.org/changeset/base/208274 Log: MFC r207006: Remove the reference to DD mode, and replace Wizard mode with Expert mode. Also, make sure the Q = Finish text is visible. Reword the boot manager

svn commit: r208276 - head/sys/dev/fb

2010-05-18 Thread Jung-uk Kim
Author: jkim Date: Tue May 18 18:28:17 2010 New Revision: 208276 URL: http://svn.freebsd.org/changeset/base/208276 Log: Remove unnecessary pointer increment. A wrong pointer may be passed to free(9) and it can cause kernel panic when there are multiple graphics controllers in the system.

svn commit: r208278 - head/sys/powerpc/include

2010-05-18 Thread Rafal Jaworowski
Author: raj Date: Tue May 18 21:23:51 2010 New Revision: 208278 URL: http://svn.freebsd.org/changeset/base/208278 Log: Provide missing members for Book-E pmap (and fix build). Modified: head/sys/powerpc/include/pmap.h Modified: head/sys/powerpc/include/pmap.h

svn commit: r208279 - head/sys/dev/fb

2010-05-18 Thread Jung-uk Kim
Author: jkim Date: Tue May 18 22:30:55 2010 New Revision: 208279 URL: http://svn.freebsd.org/changeset/base/208279 Log: Restore the previous VESA mode after BIOS POST, just in case. Modified: head/sys/dev/fb/vesa.c Modified: head/sys/dev/fb/vesa.c

Re: svn commit: r207851 - head/sys/dev/sge

2010-05-18 Thread Bjoern A. Zeeb
On Tue, 18 May 2010, Pyun YongHyeon wrote: On Tue, May 18, 2010 at 03:27:33AM +, Bjoern A. Zeeb wrote: On Mon, 10 May 2010, Pyun YongHyeon wrote: Author: yongari Date: Mon May 10 17:14:14 2010 New Revision: 207851 URL: http://svn.freebsd.org/changeset/base/207851 Log: Implement TSO and

Re: svn commit: r207851 - head/sys/dev/sge

2010-05-18 Thread Pyun YongHyeon
On Tue, May 18, 2010 at 10:53:27PM +, Bjoern A. Zeeb wrote: On Tue, 18 May 2010, Pyun YongHyeon wrote: On Tue, May 18, 2010 at 03:27:33AM +, Bjoern A. Zeeb wrote: On Mon, 10 May 2010, Pyun YongHyeon wrote: Author: yongari Date: Mon May 10 17:14:14 2010 New Revision: 207851 URL:

Re: svn commit: r207851 - head/sys/dev/sge

2010-05-18 Thread Bjoern A. Zeeb
On Tue, 18 May 2010, Pyun YongHyeon wrote: On Tue, May 18, 2010 at 10:53:27PM +, Bjoern A. Zeeb wrote: On Tue, 18 May 2010, Pyun YongHyeon wrote: On Tue, May 18, 2010 at 03:27:33AM +, Bjoern A. Zeeb wrote: On Mon, 10 May 2010, Pyun YongHyeon wrote: Author: yongari Date: Mon May 10

svn commit: r208282 - head/sys/dev/ixgbe

2010-05-18 Thread Jack F Vogel
Author: jfv Date: Wed May 19 00:03:48 2010 New Revision: 208282 URL: http://svn.freebsd.org/changeset/base/208282 Log: A few changes: When not defining header split do not allocate mbufs, this can be a BIG savings in the mbuf memory pool. Also keep seperate dma maps for the

svn commit: r208283 - head/sys/ia64/include

2010-05-18 Thread Marcel Moolenaar
Author: marcel Date: Wed May 19 00:23:10 2010 New Revision: 208283 URL: http://svn.freebsd.org/changeset/base/208283 Log: Switch to C99 exact-width types. Modified: head/sys/ia64/include/ia64_cpu.h head/sys/ia64/include/pmap.h head/sys/ia64/include/runq.h head/sys/ia64/include/sal.h

svn commit: r208284 - head/sys/netinet6

2010-05-18 Thread Alfred Perlstein
Author: alfred Date: Wed May 19 00:35:47 2010 New Revision: 208284 URL: http://svn.freebsd.org/changeset/base/208284 Log: Fix our version of IPv6 address representation. We do not respect rules 3 and 4 in the required list: 1. omit leading zeros 2. :: used to their maximum extent

svn commit: r208285 - head/sys/powerpc/powermac

2010-05-18 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed May 19 01:37:47 2010 New Revision: 208285 URL: http://svn.freebsd.org/changeset/base/208285 Log: Correct a typo. Pointy hat to:me Modified: head/sys/powerpc/powermac/cpcht.c Modified: head/sys/powerpc/powermac/cpcht.c

svn commit: r208286 - svnadmin/conf

2010-05-18 Thread Randall Stewart
Author: rrs Date: Wed May 19 04:00:42 2010 New Revision: 208286 URL: http://svn.freebsd.org/changeset/base/208286 Log: 1) jchandra - Jachandran C 2) JC will be working on mips specializing on RMI/Netlogic XLR/XLS and XLP Approved by: Core Modified: svnadmin/conf/mentors