svn commit: r207768 - head/sys/dev/usb/wlan

2010-05-08 Thread Ed Maste
Author: emaste Date: Sat May 8 11:56:00 2010 New Revision: 207768 URL: http://svn.freebsd.org/changeset/base/207768 Log: Add dummy function for ic_update_mcast (a la if_urtw) to avoid console spam. Modified: head/sys/dev/usb/wlan/if_rum.c Modified: head/sys/dev/usb/wlan/if_rum.c

svn commit: r207769 - stable/8/sys/amd64/amd64

2010-05-08 Thread Konstantin Belousov
Author: kib Date: Sat May 8 12:40:38 2010 New Revision: 207769 URL: http://svn.freebsd.org/changeset/base/207769 Log: MFC r207463: Remove debugging code that was not used once since commit. Modified: stable/8/sys/amd64/amd64/trap.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r207770 - stable/8/sys/cam/ata

2010-05-08 Thread Alexander Motin
Author: mav Date: Sat May 8 12:58:22 2010 New Revision: 207770 URL: http://svn.freebsd.org/changeset/base/207770 Log: MFC r207428: Report PMP absence using target 15, same as for precence (not a wildcard), to not confuse target ID checks at SIMs. Modified: stable/8/sys/cam/ata/ata_xpt.c

svn commit: r207771 - stable/8/sys/dev/ahci

2010-05-08 Thread Alexander Motin
Author: mav Date: Sat May 8 13:02:52 2010 New Revision: 207771 URL: http://svn.freebsd.org/changeset/base/207771 Log: MFC r207430: Add Target/LUN ID checks and deny access to targets 1-14 when PMP absent. Enforce PMA bit clearing when PMP detached to avoid further scan timeouts. Modified:

svn commit: r207772 - stable/8/sys/dev/siis

2010-05-08 Thread Alexander Motin
Author: mav Date: Sat May 8 13:05:27 2010 New Revision: 207772 URL: http://svn.freebsd.org/changeset/base/207772 Log: MFC r207431: Add Target/LUN ID checks and deny access to targets 1-14 when PMP absent. Modified: stable/8/sys/dev/siis/siis.c Directory Properties: stable/8/sys/

svn commit: r207773 - stable/8/sys/dev/ata

2010-05-08 Thread Alexander Motin
Author: mav Date: Sat May 8 13:07:50 2010 New Revision: 207773 URL: http://svn.freebsd.org/changeset/base/207773 Log: MFC r207432: Add Target/LUN ID checks. Modified: stable/8/sys/dev/ata/ata-all.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/

svn commit: r207774 - stable/8/sys/cam

2010-05-08 Thread Alexander Motin
Author: mav Date: Sat May 8 13:09:36 2010 New Revision: 207774 URL: http://svn.freebsd.org/changeset/base/207774 Log: MFC r207433: Revert r198705. As scottl@ noticed, max_target/max_lun was intended to be only a hint for existing bus scanner. Some FC/SAS SIMs report fake values there,

svn commit: r207775 - stable/8/sbin/camcontrol

2010-05-08 Thread Alexander Motin
Author: mav Date: Sat May 8 13:12:52 2010 New Revision: 207775 URL: http://svn.freebsd.org/changeset/base/207775 Log: MFC r207498: Add -d and -f arguments to `camcontrol cmd`, to execute DMA ATA commands. Modified: stable/8/sbin/camcontrol/camcontrol.8

svn commit: r207776 - in stable/6/gnu/usr.bin/gdb: . gdbserver

2010-05-08 Thread Warner Losh
Author: imp Date: Sat May 8 13:21:22 2010 New Revision: 207776 URL: http://svn.freebsd.org/changeset/base/207776 Log: Merge gdbserver support for arm from head (r185023). Added: stable/6/gnu/usr.bin/gdb/gdbserver/fbsd-arm-low.c - copied unchanged from r185023,

svn commit: r207777 - in stable/7/gnu/usr.bin/gdb: . gdbserver

2010-05-08 Thread Warner Losh
Author: imp Date: Sat May 8 13:23:57 2010 New Revision: 20 URL: http://svn.freebsd.org/changeset/base/20 Log: MFC 185023 (by raj): Initial gdbserver support for ARM. Obtained from: Juniper Networks, Semihalf Added: stable/7/gnu/usr.bin/gdb/gdbserver/fbsd-arm-low.c -

svn commit: r207778 - in stable/6/lib/libthread_db: . arch/arm

2010-05-08 Thread Warner Losh
Author: imp Date: Sat May 8 13:41:01 2010 New Revision: 207778 URL: http://svn.freebsd.org/changeset/base/207778 Log: MFC r173703(cognet): Add arm support in libthread_db Added: stable/6/lib/libthread_db/arch/arm/ - copied from r173703, head/lib/libthread_db/arch/arm/ Modified:

svn commit: r207779 - stable/6/lib

2010-05-08 Thread Warner Losh
Author: imp Date: Sat May 8 13:41:58 2010 New Revision: 207779 URL: http://svn.freebsd.org/changeset/base/207779 Log: Hand merge in support for compiling libthread_db on arm (from change r173703). Given the large delta between this and head, mergeinfo likely would do more harm than good.

svn commit: r207780 - stable/6/lib/libthread_db/arch/arm

2010-05-08 Thread Warner Losh
Author: imp Date: Sat May 8 13:46:59 2010 New Revision: 207780 URL: http://svn.freebsd.org/changeset/base/207780 Log: MFC r181044 (marcel): Cleanup for WARNS 2. Modified: stable/6/lib/libthread_db/arch/arm/libpthread_md.c Modified: stable/6/lib/libthread_db/arch/arm/libpthread_md.c

svn commit: r207782 - stable/6/lib/libthread_db/arch/arm

2010-05-08 Thread Warner Losh
Author: imp Date: Sat May 8 13:49:43 2010 New Revision: 207782 URL: http://svn.freebsd.org/changeset/base/207782 Log: MFC r181341 (marcel): Cleanup for WARNS 6. Modified: stable/6/lib/libthread_db/arch/arm/libpthread_md.c Directory Properties: stable/6/lib/libthread_db/ (props

svn commit: r207783 - head/bin/sh

2010-05-08 Thread Jilles Tjoelker
Author: jilles Date: Sat May 8 14:00:01 2010 New Revision: 207783 URL: http://svn.freebsd.org/changeset/base/207783 Log: sh: Have only one copy of _PATH_STDPATH in the binary. Modified: head/bin/sh/eval.c Modified: head/bin/sh/eval.c

svn commit: r207784 - stable/6/gnu/usr.bin

2010-05-08 Thread Warner Losh
Author: imp Date: Sat May 8 14:12:04 2010 New Revision: 207784 URL: http://svn.freebsd.org/changeset/base/207784 Log: gdb compiles and seems to work on arm on stable/6, so enable building it. Modified: stable/6/gnu/usr.bin/Makefile Modified: stable/6/gnu/usr.bin/Makefile

svn commit: r207785 - head/sys/fs/nfs

2010-05-08 Thread Rick Macklem
Author: rmacklem Date: Sat May 8 14:50:12 2010 New Revision: 207785 URL: http://svn.freebsd.org/changeset/base/207785 Log: Fix typos in macros. PR: kern/146375 Submitted by: simon AT comsys.ntu-kpi.kiev.ua MFC after:1 week Modified: head/sys/fs/nfs/nfskpiport.h

svn commit: r207786 - head/usr.bin/tar

2010-05-08 Thread Tim Kientzle
Author: kientzle Date: Sat May 8 15:43:59 2010 New Revision: 207786 URL: http://svn.freebsd.org/changeset/base/207786 Log: Various manpage updates, including many long-option synonyms that were previously undocumented. Modified: head/usr.bin/tar/bsdtar.1 Modified:

svn commit: r207787 - in stable/8: sbin/camcontrol sys/cam sys/cam/ata sys/dev/ahci sys/dev/siis

2010-05-08 Thread Alexander Motin
Author: mav Date: Sat May 8 16:06:54 2010 New Revision: 207787 URL: http://svn.freebsd.org/changeset/base/207787 Log: MFC r207499: Make SATA XPT negotiate and enable some additional SATA features, such as: - device initiated power management (some devices support only this way); -

svn commit: r207788 - stable/8/sys/dev/ahci

2010-05-08 Thread Alexander Motin
Author: mav Date: Sat May 8 16:10:54 2010 New Revision: 207788 URL: http://svn.freebsd.org/changeset/base/207788 Log: MFC r207511: Enable PCI busmastering explicitly to be sure. Modified: stable/8/sys/dev/ahci/ahci.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r207789 - head/sys/geom/vinum

2010-05-08 Thread Ulf Lilleengen
Author: lulf Date: Sat May 8 16:19:17 2010 New Revision: 207789 URL: http://svn.freebsd.org/changeset/base/207789 Log: - Remove obsolete flags. MFC after:1 week Modified: head/sys/geom/vinum/geom_vinum_var.h Modified: head/sys/geom/vinum/geom_vinum_var.h

svn commit: r207790 - head/usr.bin/tar

2010-05-08 Thread Tim Kientzle
Author: kientzle Date: Sat May 8 16:28:22 2010 New Revision: 207790 URL: http://svn.freebsd.org/changeset/base/207790 Log: Config updates. Modified: head/usr.bin/tar/config_freebsd.h Modified: head/usr.bin/tar/config_freebsd.h

svn commit: r207791 - head/usr.bin/tar

2010-05-08 Thread Tim Kientzle
Author: kientzle Date: Sat May 8 16:29:02 2010 New Revision: 207791 URL: http://svn.freebsd.org/changeset/base/207791 Log: FreeBSD is now using bsdtar 2.8.3. Modified: head/usr.bin/tar/Makefile Modified: head/usr.bin/tar/Makefile

svn commit: r207792 - head/usr.bin/cpio

2010-05-08 Thread Tim Kientzle
Author: kientzle Date: Sat May 8 16:47:33 2010 New Revision: 207792 URL: http://svn.freebsd.org/changeset/base/207792 Log: bsdcpio 2.8.3 Added: head/usr.bin/cpio/err.h (contents, props changed) head/usr.bin/cpio/line_reader.c (contents, props changed) head/usr.bin/cpio/line_reader.h

svn commit: r207793 - in stable/8/sys: amd64/include arm/include i386/include ia64/include kern mips/include powerpc/include sparc64/include sun4v/include sys

2010-05-08 Thread Konstantin Belousov
Author: kib Date: Sat May 8 18:54:47 2010 New Revision: 207793 URL: http://svn.freebsd.org/changeset/base/207793 Log: MFC r204051 (by imp): n64 has a different size for KINFO_PROC_SIZE. Approved by: imp MFC r207152: Move the constants specifying the size of struct kinfo_proc

svn commit: r207794 - stable/7/usr.sbin/iostat

2010-05-08 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Sat May 8 20:02:39 2010 New Revision: 207794 URL: http://svn.freebsd.org/changeset/base/207794 Log: MFC r196254 iostat: add a bit of space between tty in/out columns The columns for tty input and output may bump against each other if the tty output

svn commit: r207797 - stable/8/etc

2010-05-08 Thread Doug Barton
Author: dougb Date: Sat May 8 21:18:22 2010 New Revision: 207797 URL: http://svn.freebsd.org/changeset/base/207797 Log: MFC r206686: Make 'stop' work even if ${name}_enable is not set. Modified: stable/8/etc/rc.subr Directory Properties: stable/8/etc/ (props changed) Modified:

svn commit: r207798 - head/sys/vm

2010-05-08 Thread Alan Cox
Author: alc Date: Sat May 8 21:35:51 2010 New Revision: 207798 URL: http://svn.freebsd.org/changeset/base/207798 Log: Minimize the scope of the page queues lock in vm_fault(). Modified: head/sys/vm/vm_fault.c head/sys/vm/vm_page.c Modified: head/sys/vm/vm_fault.c

svn commit: r207800 - stable/7/etc

2010-05-08 Thread Doug Barton
Author: dougb Date: Sat May 8 22:13:48 2010 New Revision: 207800 URL: http://svn.freebsd.org/changeset/base/207800 Log: MFC r179870: Move the check for enabled knobs further down in run_rc_command() so that bogus commands cause usage information to be printed instead of diagnostics

svn commit: r207801 - stable/7/etc

2010-05-08 Thread Doug Barton
Author: dougb Date: Sat May 8 22:15:05 2010 New Revision: 207801 URL: http://svn.freebsd.org/changeset/base/207801 Log: MFC r206686: Make 'stop' work even if ${name}_enable is not set. Modified: stable/7/etc/rc.subr Directory Properties: stable/7/etc/ (props changed) Modified:

svn commit: r207802 - stable/8/etc/rc.d

2010-05-08 Thread Doug Barton
Author: dougb Date: Sat May 8 22:24:01 2010 New Revision: 207802 URL: http://svn.freebsd.org/changeset/base/207802 Log: MFC 207346: Fix named-checkconf in the situation where named_chroot_autoupdate is NOT set, but named_chrootdir IS set. Remove required_files for named.conf,

svn commit: r207803 - stable/7/etc/rc.d

2010-05-08 Thread Doug Barton
Author: dougb Date: Sat May 8 22:24:31 2010 New Revision: 207803 URL: http://svn.freebsd.org/changeset/base/207803 Log: MFC 207346: Fix named-checkconf in the situation where named_chroot_autoupdate is NOT set, but named_chrootdir IS set. Remove required_files for named.conf,

svn commit: r207804 - stable/6/etc/rc.d

2010-05-08 Thread Doug Barton
Author: dougb Date: Sat May 8 22:25:37 2010 New Revision: 207804 URL: http://svn.freebsd.org/changeset/base/207804 Log: MFC 207346: Fix named-checkconf in the situation where named_chroot_autoupdate is NOT set, but named_chrootdir IS set. Remove required_files for named.conf,

svn commit: r207805 - head/sys/kern

2010-05-08 Thread Alan Cox
Author: alc Date: Sat May 8 23:01:47 2010 New Revision: 207805 URL: http://svn.freebsd.org/changeset/base/207805 Log: Update a comment: It no longer makes sense to talk about the page queues lock here. Modified: head/sys/kern/sys_pipe.c Modified: head/sys/kern/sys_pipe.c

svn commit: r207806 - head/sys/vm

2010-05-08 Thread Alan Cox
Author: alc Date: Sun May 9 00:32:52 2010 New Revision: 207806 URL: http://svn.freebsd.org/changeset/base/207806 Log: Remove the page queues lock around a call to vm_page_activate(). Make the page dirty before adding it to the active queue. Modified: head/sys/vm/swap_pager.c Modified:

svn commit: r207807 - svnadmin/conf

2010-05-08 Thread Jeff Roberson
Author: jeff Date: Sun May 9 02:04:20 2010 New Revision: 207807 URL: http://svn.freebsd.org/changeset/base/207807 Log: - Temporarily raise my size limit so I can checkin ofed. Sponsored by: Isilon Systems, iX Systems, and Panasas. Modified: svnadmin/conf/sizelimit.conf Modified: