svn commit: r233077 - stable/9/sys/dev/iwi

2012-03-16 Thread Mitsuru IWASAKI
Author: iwasaki Date: Sat Mar 17 06:48:13 2012 New Revision: 233077 URL: http://svn.freebsd.org/changeset/base/233077 Log: MFC r232785 Fix wrong asresp frame parsing in iwi_checkforqos(). Modified: stable/9/sys/dev/iwi/if_iwi.c Modified: stable/9/sys/dev/iwi/if_iwi.c ===

svn commit: r233076 - in stable/9/sys: cddl/dev/dtrace/i386 i386/conf

2012-03-16 Thread Marcel Moolenaar
Author: marcel Date: Sat Mar 17 05:45:21 2012 New Revision: 233076 URL: http://svn.freebsd.org/changeset/base/233076 Log: MFC r227430: On i386, fbt probes are implemented by writing an invalid opcode over certain instructions in a function prologue or epilogue. DTrace has a hook into the

svn commit: r233063 - stable/9/libexec/rtld-elf

2012-03-16 Thread Konstantin Belousov
Author: kib Date: Sat Mar 17 01:37:40 2012 New Revision: 233063 URL: http://svn.freebsd.org/changeset/base/233063 Log: MFC r232777: Optimize tls_get_addr_common(). Modified: stable/9/libexec/rtld-elf/rtld.c Directory Properties: stable/9/libexec/rtld-elf/ (props changed) Modified: stab

svn commit: r233062 - stable/9/lib/libc/string

2012-03-16 Thread Konstantin Belousov
Author: kib Date: Sat Mar 17 01:27:09 2012 New Revision: 233062 URL: http://svn.freebsd.org/changeset/base/233062 Log: MFC r232973: Fix indentation. Modified: stable/9/lib/libc/string/strerror.c Directory Properties: stable/9/lib/libc/ (props changed) Modified: stable/9/lib/libc/string

svn commit: r233061 - stable/9/sys/dev/uart

2012-03-16 Thread Konstantin Belousov
Author: kib Date: Sat Mar 17 01:23:49 2012 New Revision: 233061 URL: http://svn.freebsd.org/changeset/base/233061 Log: MFC r232967: Add PCI Id for the AMT SOL UART on G4x series Intel chipsets. Modified: stable/9/sys/dev/uart/uart_bus_pci.c Directory Properties: stable/9/sys/ (props cha

svn commit: r233060 - stable/9/sys/sys

2012-03-16 Thread Konstantin Belousov
Author: kib Date: Sat Mar 17 01:19:36 2012 New Revision: 233060 URL: http://svn.freebsd.org/changeset/base/233060 Log: MFC r232776: Add brackets around bare '-1' used as the macro body. Modified: stable/9/sys/sys/unistd.h Directory Properties: stable/9/sys/ (props changed) Modified: st

svn commit: r233059 - stable/9/sys/conf

2012-03-16 Thread Xin LI
Author: delphij Date: Sat Mar 17 01:04:07 2012 New Revision: 233059 URL: http://svn.freebsd.org/changeset/base/233059 Log: MFC r232990: Add the missing IPOIB option. Sponsored by: iXsystems, Inc. Modified: stable/9/sys/conf/options Directory Properties: stable/9/sys/ (props chan

svn commit: r233046 - in stable/9/sys: i386/conf netinet netinet6

2012-03-16 Thread John Baldwin
Author: jhb Date: Fri Mar 16 21:28:05 2012 New Revision: 233046 URL: http://svn.freebsd.org/changeset/base/233046 Log: MFC 226340,226340: Use queue(3) macros instead of home-rolled versions in several places in the INET6 code. This includes retiring the 'ndpr_next' and 'pfr_next' macros.

svn commit: r233032 - stable/9/sys/dev/aac

2012-03-16 Thread Ed Maste
Author: emaste Date: Fri Mar 16 13:44:40 2012 New Revision: 233032 URL: http://svn.freebsd.org/changeset/base/233032 Log: MFC r232668: Use bus_get_dma_tag() to inherit the PCI bus' 4G boundary constraint. Modified: stable/9/sys/dev/aac/aac_pci.c Directory Properties: stable/9/sys/

svn commit: r233029 - stable/9/libexec/rtld-elf

2012-03-16 Thread Konstantin Belousov
Author: kib Date: Fri Mar 16 11:00:55 2012 New Revision: 233029 URL: http://svn.freebsd.org/changeset/base/233029 Log: MFC r232729: Remove the use of toupper() from rtld_printf.c. Modified: stable/9/libexec/rtld-elf/rtld_printf.c Directory Properties: stable/9/libexec/rtld-elf/ (props c

svn commit: r233028 - stable/9/sys/kern

2012-03-16 Thread Konstantin Belousov
Author: kib Date: Fri Mar 16 10:59:04 2012 New Revision: 233028 URL: http://svn.freebsd.org/changeset/base/233028 Log: MFC r232947: Lock the process around manipulations with p_flag. Modified: stable/9/sys/kern/kern_exit.c Directory Properties: stable/9/sys/ (props changed) Modified: s

svn commit: r233027 - in stable/9/sys: kern sys ufs/ffs

2012-03-16 Thread Konstantin Belousov
Author: kib Date: Fri Mar 16 10:51:42 2012 New Revision: 233027 URL: http://svn.freebsd.org/changeset/base/233027 Log: MFC r232709: Decomission mnt_noasync. Introduce MNTK_NOASYNC mnt_kern_flag which allows a filesystem to request VFS to not allow MNTK_ASYNC. MFC note: the mnt_noasync m

svn commit: r233024 - in stable/9/sys/dev: advansys ahb aic7xxx amr an arcmsr asr buslogic bxe ciss cxgb de dpt en glxsb hatm hifn hptiop hptmv ida if_ndis iir ips ipw ixgb ixgbe lmc mfi mge mlx ml...

2012-03-16 Thread Scott Long
Author: scottl Date: Fri Mar 16 08:46:58 2012 New Revision: 233024 URL: http://svn.freebsd.org/changeset/base/233024 Log: MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag() Modified: stable/9/sys/dev/advansys/adv_eisa.c stable/9/sys/dev/advansys/adv_isa.c stable/9/sys/dev/advans