svn commit: r235682 - head/sys/dev/ath

2012-05-20 Thread Adrian Chadd
Author: adrian Date: Sun May 20 06:35:22 2012 New Revision: 235682 URL: http://svn.freebsd.org/changeset/base/235682 Log: Migrate the per-frame code out from ath_rx_proc() to ath_rx_pkt(). This will (eventually) be used by the EDMA RX path used by the AR93xx and later NICs. Modified:

svn commit: r235683 - in head/sys/i386: i386 include

2012-05-20 Thread Mitsuru IWASAKI
Author: iwasaki Date: Sun May 20 08:17:20 2012 New Revision: 235683 URL: http://svn.freebsd.org/changeset/base/235683 Log: Remove cpususpend IDT vector for XEN. This broke XEN kernel building. Modified: head/sys/i386/i386/apic_vector.s head/sys/i386/include/smp.h Modified:

svn commit: r235684 - head/sys/dev/iwn

2012-05-20 Thread Bernhard Schmidt
Author: bschmidt Date: Sun May 20 09:29:14 2012 New Revision: 235684 URL: http://svn.freebsd.org/changeset/base/235684 Log: Add some more 100/130 series device IDs. MFC after:3 days Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c

svn commit: r235685 - head/sys/dev/ath

2012-05-20 Thread Bernhard Schmidt
Author: bschmidt Date: Sun May 20 09:46:48 2012 New Revision: 235685 URL: http://svn.freebsd.org/changeset/base/235685 Log: Remove unused variable. Modified: head/sys/dev/ath/if_ath_rx.c Modified: head/sys/dev/ath/if_ath_rx.c

svn commit: r235686 - head/sys/dev/iwn

2012-05-20 Thread Bernhard Schmidt
Author: bschmidt Date: Sun May 20 10:00:36 2012 New Revision: 235686 URL: http://svn.freebsd.org/changeset/base/235686 Log: Discard frames after a DELBA which where queued during an active BA session. MFC after:1 week Modified: head/sys/dev/iwn/if_iwn.c Modified:

svn commit: r235687 - head/sys/dev/iwn

2012-05-20 Thread Bernhard Schmidt
Author: bschmidt Date: Sun May 20 10:02:24 2012 New Revision: 235687 URL: http://svn.freebsd.org/changeset/base/235687 Log: remove unused vap variable MFC after:1 week Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c

Re: svn commit: r235478 - head/cddl/contrib/opensolaris/cmd/zpool

2012-05-20 Thread Pawel Jakub Dawidek
On Tue, May 15, 2012 at 05:07:30PM +, Andriy Gapon wrote: Author: avg Date: Tue May 15 17:07:29 2012 New Revision: 235478 URL: http://svn.freebsd.org/changeset/base/235478 Log: zpool_do_import: use /dev instead of /dev/dsk as a default This affects behavior of zpool import

Re: svn commit: r235478 - head/cddl/contrib/opensolaris/cmd/zpool

2012-05-20 Thread Fabian Keil
Pawel Jakub Dawidek p...@freebsd.org wrote: On Tue, May 15, 2012 at 05:07:30PM +, Andriy Gapon wrote: Author: avg Date: Tue May 15 17:07:29 2012 New Revision: 235478 URL: http://svn.freebsd.org/changeset/base/235478 Log: zpool_do_import: use /dev instead of /dev/dsk as a

svn commit: r235688 - stable/9/sys/amd64/amd64

2012-05-20 Thread Konstantin Belousov
Author: kib Date: Sun May 20 14:15:13 2012 New Revision: 235688 URL: http://svn.freebsd.org/changeset/base/235688 Log: MFC r235538: Fix typo. MFC r23: Use singular form for a modifier. Modified: stable/9/sys/amd64/amd64/fpu.c Directory Properties: stable/9/sys/ (props

svn commit: r235689 - in head/sys: powerpc/aim powerpc/include powerpc/powerpc vm

2012-05-20 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 20 14:33:28 2012 New Revision: 235689 URL: http://svn.freebsd.org/changeset/base/235689 Log: Replace the list of PVOs owned by each PMAP with an RB tree. This simplifies range operations like pmap_remove() and pmap_protect() as well as allowing simple

svn commit: r235690 - stable/9/usr.sbin/bluetooth/hccontrol

2012-05-20 Thread Dimitry Andric
Author: dim Date: Sun May 20 15:10:13 2012 New Revision: 235690 URL: http://svn.freebsd.org/changeset/base/235690 Log: MFC r228976: Reencode files to UTF-8. Drop CP1252 em-dash. Modified: stable/9/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c Directory Properties:

svn commit: r235691 - head/share/man/man7

2012-05-20 Thread Glen Barber
Author: gjb (doc committer) Date: Sun May 20 16:09:40 2012 New Revision: 235691 URL: http://svn.freebsd.org/changeset/base/235691 Log: Typo and mdoc(7) style fixes. PR: 167890 Submitted by: Nobuyuki Koganemaru (koganejp!freebsd!org) MFC after:3 days Modified:

Re: svn commit: r235685 - head/sys/dev/ath

2012-05-20 Thread Adrian Chadd
.. retry with ATH_DEBUG and see if it still fails? Adrian On 20 May 2012 02:46, Bernhard Schmidt bschm...@freebsd.org wrote: Author: bschmidt Date: Sun May 20 09:46:48 2012 New Revision: 235685 URL: http://svn.freebsd.org/changeset/base/235685 Log:  Remove unused variable. Modified:  

svn commit: r235692 - head/sys/dev/acpica

2012-05-20 Thread Mitsuru IWASAKI
Author: iwasaki Date: Sun May 20 16:36:54 2012 New Revision: 235692 URL: http://svn.freebsd.org/changeset/base/235692 Log: Don't start the sleep state transition procedure while sleep is disabled or the system is in shutdown procedure. This should fix the problem which kernel never

svn commit: r235693 - head/share/man/man9

2012-05-20 Thread Glen Barber
Author: gjb (doc committer) Date: Sun May 20 16:43:47 2012 New Revision: 235693 URL: http://svn.freebsd.org/changeset/base/235693 Log: Typo and mdoc(7) style fixes. PR: 168117 Submitted by: Nobuyuki Koganemaru (koganejp!freebsd!org) MFC after:3 days Modified:

svn commit: r235694 - head/sys/boot/uboot/lib

2012-05-20 Thread Tim Kientzle
Author: kientzle Date: Sun May 20 18:07:35 2012 New Revision: 235694 URL: http://svn.freebsd.org/changeset/base/235694 Log: Determine kernel load address dynamically from u-boot memory map. The generic ELF loading code maps the kernel into low memory by subtracting KERN_BASE. So the

Re: svn commit: r235690 - stable/9/usr.sbin/bluetooth/hccontrol

2012-05-20 Thread Dimitry Andric
On 2012-05-20 17:10, Dimitry Andric wrote: Author: dim Date: Sun May 20 15:10:13 2012 New Revision: 235690 URL: http://svn.freebsd.org/changeset/base/235690 Log: MFC r228976: Reencode files to UTF-8. Drop CP1252 em-dash. Note: as of this MFC, stable/9 world + GENERIC should

svn commit: r235695 - head/sys/amd64/amd64

2012-05-20 Thread Alan Cox
Author: alc Date: Sun May 20 18:25:45 2012 New Revision: 235695 URL: http://svn.freebsd.org/changeset/base/235695 Log: Replace all uses of the vm page queues lock by a r/w lock that is private to this pmap.c. This new r/w lock is used primarily to synchronize access to the PV lists.

svn commit: r235696 - stable/9/lib/libipsec

2012-05-20 Thread Bjoern A. Zeeb
Author: bz Date: Sun May 20 20:25:22 2012 New Revision: 235696 URL: http://svn.freebsd.org/changeset/base/235696 Log: MFC r231532: MFp4 204292: Ignore the NAT_T extension types so we can at least dump the SADB from the in-base libipsec/setkey without error when NAT_T support is

svn commit: r235697 - stable/8/lib/libipsec

2012-05-20 Thread Bjoern A. Zeeb
Author: bz Date: Sun May 20 20:25:57 2012 New Revision: 235697 URL: http://svn.freebsd.org/changeset/base/235697 Log: MFC r231532: MFp4 204292: Ignore the NAT_T extension types so we can at least dump the SADB from the in-base libipsec/setkey without error when NAT_T support is

svn commit: r235698 - head/sys/arm/at91

2012-05-20 Thread Warner Losh
Author: imp Date: Sun May 20 20:50:40 2012 New Revision: 235698 URL: http://svn.freebsd.org/changeset/base/235698 Log: Minor cleanup before some more major changes: o main_clock_hz isn't used, eliminate it o move main clock calculation code and table so we have only one ifdef. Modified:

svn commit: r235700 - stable/9/usr.sbin/jls

2012-05-20 Thread Bjoern A. Zeeb
Author: bz Date: Sun May 20 22:06:32 2012 New Revision: 235700 URL: http://svn.freebsd.org/changeset/base/235700 Log: MFC r232613: Fix building with WITHOUT_INET_SUPPORT set. Reviewed by: jamie (actually provided the real fix) Modified: stable/9/usr.sbin/jls/jls.c Directory

svn commit: r235701 - in stable/9/cddl/contrib/opensolaris: cmd/zdb cmd/zfs lib/libzfs/common

2012-05-20 Thread Martin Matuska
Author: mm Date: Sun May 20 22:21:59 2012 New Revision: 235701 URL: http://svn.freebsd.org/changeset/base/235701 Log: MFC r235212, r235216, r235217: MFC r325212 [1]: Import illumos changeset 13618:c6ae14a341e8 2088 zdb could use a reasonable manual page Rewrite new zdb manpage to

svn commit: r235702 - in stable/8/cddl/contrib/opensolaris: cmd/zdb cmd/zfs lib/libzfs/common

2012-05-20 Thread Martin Matuska
Author: mm Date: Sun May 20 22:23:58 2012 New Revision: 235702 URL: http://svn.freebsd.org/changeset/base/235702 Log: MFC r235212, r235216, r235217: MFC r325212 [1]: Import illumos changeset 13618:c6ae14a341e8 2088 zdb could use a reasonable manual page Rewrite new zdb manpage to

svn commit: r235703 - stable/9/sys/netinet6

2012-05-20 Thread Bjoern A. Zeeb
Author: bz Date: Sun May 20 22:55:24 2012 New Revision: 235703 URL: http://svn.freebsd.org/changeset/base/235703 Log: MFC r232514: In nd6_options() ignore the RFC 6106 options completely rather than printing them if nd6_debug is enabled as unknown. Leave a comment about the RFC4191

svn commit: r235704 - stable/8/sys/netinet6

2012-05-20 Thread Bjoern A. Zeeb
Author: bz Date: Sun May 20 22:58:37 2012 New Revision: 235704 URL: http://svn.freebsd.org/changeset/base/235704 Log: MFC r232514: In nd6_options() ignore the RFC 6106 options completely rather than printing them if nd6_debug is enabled as unknown. Leave a comment about the RFC4191

svn commit: r235705 - stable/9/sys/netinet

2012-05-20 Thread Bjoern A. Zeeb
Author: bz Date: Sun May 20 23:33:10 2012 New Revision: 235705 URL: http://svn.freebsd.org/changeset/base/235705 Log: MFC r232513: Correct typo in the RFC number for the constants based on IANA assignments for IPv6 Neighbor Discovery Option types for IPv6 Router Advertisement

svn commit: r235706 - stable/8/sys/netinet

2012-05-20 Thread Bjoern A. Zeeb
Author: bz Date: Mon May 21 00:03:13 2012 New Revision: 235706 URL: http://svn.freebsd.org/changeset/base/235706 Log: MFC r232513: Correct typo in the RFC number for the constants based on IANA assignments for IPv6 Neighbor Discovery Option types for IPv6 Router Advertisement

svn commit: r235707 - stable/9/usr.bin/join

2012-05-20 Thread Glen Barber
Author: gjb (doc committer) Date: Mon May 21 00:15:34 2012 New Revision: 235707 URL: http://svn.freebsd.org/changeset/base/235707 Log: MFC r235597: Fix a typo that crept in. Modified: stable/9/usr.bin/join/join.1 Directory Properties: stable/9/usr.bin/join/ (props changed)

svn commit: r235708 - stable/8/usr.bin/join

2012-05-20 Thread Glen Barber
Author: gjb (doc committer) Date: Mon May 21 00:15:47 2012 New Revision: 235708 URL: http://svn.freebsd.org/changeset/base/235708 Log: MFC r235597: Fix a typo that crept in. Modified: stable/8/usr.bin/join/join.1 Directory Properties: stable/8/usr.bin/join/ (props changed)

svn commit: r235709 - stable/7/usr.bin/join

2012-05-20 Thread Glen Barber
Author: gjb (doc committer) Date: Mon May 21 00:15:58 2012 New Revision: 235709 URL: http://svn.freebsd.org/changeset/base/235709 Log: MFC r235597: Fix a typo that crept in. Modified: stable/7/usr.bin/join/join.1 Directory Properties: stable/7/usr.bin/join/ (props changed)

svn commit: r235710 - head/sys/libkern

2012-05-20 Thread Kevin Lo
Author: kevlo Date: Mon May 21 02:23:20 2012 New Revision: 235710 URL: http://svn.freebsd.org/changeset/base/235710 Log: Remove dead code Modified: head/sys/libkern/iconv_ucs.c Modified: head/sys/libkern/iconv_ucs.c

svn commit: r235711 - in head/sys: libkern sys

2012-05-20 Thread Kevin Lo
Author: kevlo Date: Mon May 21 02:30:22 2012 New Revision: 235711 URL: http://svn.freebsd.org/changeset/base/235711 Log: Fix improper handling of variadic args with ICDEBUG PR: kern/168095 Submitted by: gcooper Modified: head/sys/libkern/iconv.c head/sys/sys/iconv.h Modified:

svn commit: r235712 - head/sys/libkern

2012-05-20 Thread Kevin Lo
Author: kevlo Date: Mon May 21 02:41:15 2012 New Revision: 235712 URL: http://svn.freebsd.org/changeset/base/235712 Log: Fix broken ref count Submitted by: gcooper Modified: head/sys/libkern/iconv.c Modified: head/sys/libkern/iconv.c

svn commit: r235713 - head/sys/libkern

2012-05-20 Thread Kevin Lo
Author: kevlo Date: Mon May 21 02:45:47 2012 New Revision: 235713 URL: http://svn.freebsd.org/changeset/base/235713 Log: Use strcmp that I replaced by accident. Modified: head/sys/libkern/iconv_ucs.c Modified: head/sys/libkern/iconv_ucs.c

svn commit: r235714 - head/gnu/usr.bin/gdb/libgdb

2012-05-20 Thread David Xu
Author: davidxu Date: Mon May 21 03:06:31 2012 New Revision: 235714 URL: http://svn.freebsd.org/changeset/base/235714 Log: Print key value, an index, otherwise we don't know which key is allocated. Modified: head/gnu/usr.bin/gdb/libgdb/fbsd-threads.c Modified:

svn commit: r235715 - head/sys/arm/at91

2012-05-20 Thread Warner Losh
Author: imp Date: Mon May 21 04:24:58 2012 New Revision: 235715 URL: http://svn.freebsd.org/changeset/base/235715 Log: Another minor re-arrangement of the code: calcualte the master clock frequency in the at91_pmc_clock_init rather than passing it in. Allow for frequencies = 21MHz by

svn commit: r235716 - head/contrib/com_err

2012-05-20 Thread Stanislav Sedov
Author: stas Date: Mon May 21 04:29:11 2012 New Revision: 235716 URL: http://svn.freebsd.org/changeset/base/235716 Log: - On FreeBSD, com_err.h is installed into /usr/include, not /usr/include/krb5. Reflect that in the manpage. PR: bin/167986 Reported by: truckman@