Re: svn commit: r260463 - head/sys/dev/usb/wlan

2014-01-13 Thread Gleb Smirnoff
On Sun, Jan 12, 2014 at 07:27:18PM -0800, Rui Paulo wrote: R> > Replace deprecated M_DONTWAIT with M_NOWAIT. R> R> Argh, just remove M_DONTWAIT already! Yes, I'd like to do that in head, if no objections arise during a week. -- Totus tuus, Glebius. _

svn commit: r260584 - head/usr.bin/atf/atf-sh/tests

2014-01-13 Thread Julio Merino
Author: jmmv Date: Mon Jan 13 10:47:26 2014 New Revision: 260584 URL: http://svnweb.freebsd.org/changeset/base/260584 Log: Prevent misc_helpers from running as a test. Do this by generating misc_helpers explicitly, without using the ATF_TESTS_SH functionality. While this script is te

svn commit: r260586 - head/bin/pax/tests

2014-01-13 Thread Julio Merino
Author: jmmv Date: Mon Jan 13 12:17:41 2014 New Revision: 260586 URL: http://svnweb.freebsd.org/changeset/base/260586 Log: Mark the bin/pax tests as requiring perl. The effect of this is that the test program is marked as skipped when perl is missing, instead of marking it as broken due t

svn commit: r260587 - head/tools/tools/usbtest

2014-01-13 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 13 13:27:00 2014 New Revision: 260587 URL: http://svnweb.freebsd.org/changeset/base/260587 Log: Add new testcase for USB mass storage. Modified: head/tools/tools/usbtest/usb_msc_test.c head/tools/tools/usbtest/usb_msc_test.h Modified: head/tools/tools/usbtest

Re: svn commit: r260586 - head/bin/pax/tests

2014-01-13 Thread Baptiste Daroussin
On Mon, Jan 13, 2014 at 12:17:41PM +, Julio Merino wrote: > Author: jmmv > Date: Mon Jan 13 12:17:41 2014 > New Revision: 260586 > URL: http://svnweb.freebsd.org/changeset/base/260586 > > Log: > Mark the bin/pax tests as requiring perl. > > The effect of this is that the test program is

Re: svn commit: r260474 - stable/9/sys/x86/cpufreq

2014-01-13 Thread Alexey Dokuchaev
On Thu, Jan 09, 2014 at 10:45:38AM +, Alexander Motin wrote: > New Revision: 260474 > URL: http://svnweb.freebsd.org/changeset/base/260474 > > Log: > MFC r259197: > Do not DELAY() for P-state transition unless we want to see the result. > > Intel manual says: "If a transition is alrea

Re: svn commit: r260586 - head/bin/pax/tests

2014-01-13 Thread Julio Merino
On Jan 13, 2014, at 14:59, Baptiste Daroussin wrote: > On Mon, Jan 13, 2014 at 12:17:41PM +, Julio Merino wrote: >> +tap_test_program{name="legacy_test", required_programs="/usr/bin/perl"} > > Shouldn't that be /usr/local/bin/perl or ${LOCALBASE}/bin/perl, we are trying > hard on ports to re

svn commit: r260588 - head/sys/dev/usb/controller

2014-01-13 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 13 15:06:03 2014 New Revision: 260588 URL: http://svnweb.freebsd.org/changeset/base/260588 Log: Separate I/O errors from reception of STALL PID. MFC after:1 week Modified: head/sys/dev/usb/controller/ehci.c head/sys/dev/usb/controller/uhci.c Modified

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

2014-01-13 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 13 15:21:11 2014 New Revision: 260589 URL: http://svnweb.freebsd.org/changeset/base/260589 Log: Implement better error recovery for Transaction Translators, TTs, found in High Speed USB HUBs which translate from High Speed USB into FULL or LOW speed USB. In som

svn commit: r260590 - in stable/8/contrib: gcc gcc/config/rs6000 gcc/cp gcc/doc gcclibs/libcpp

2014-01-13 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 13 15:22:37 2014 New Revision: 260590 URL: http://svnweb.freebsd.org/changeset/base/260590 Log: MFC r258081, r258138, r258143, r258179, r258157, r258204, r258205, r258206, r258207, r258321 This is a series of commits inspired on Google's gcc-4.2.1 for A

svn commit: r260591 - stable/8/contrib/tcpdump

2014-01-13 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 13 15:28:39 2014 New Revision: 260591 URL: http://svnweb.freebsd.org/changeset/base/260591 Log: MFC r258573: Removes strict-aliasing warnings from newer GCC in tcpdump. Modified: stable/8/contrib/tcpdump/extract.h Directory Properties: stable/8/contrib/ (pro

svn commit: r260592 - in stable/8/contrib/gcc: . doc

2014-01-13 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 13 15:32:37 2014 New Revision: 260592 URL: http://svnweb.freebsd.org/changeset/base/260592 Log: MFC r259920: gcc: Implement -Wmost for compatibility with clang. This is equivalent to -Wall -Wno-parentheses. Obtained from:Apple GCC 4.2 - 5531 Mo

svn commit: r260594 - head/sbin/kldload

2014-01-13 Thread Baptiste Daroussin
Author: bapt Date: Mon Jan 13 16:23:09 2014 New Revision: 260594 URL: http://svnweb.freebsd.org/changeset/base/260594 Log: Point the user to dmesg(1) to get informations about why loading a module did fail instead of printing the cryptic "Exec format error" MFC after:1 week Modified

svn commit: r260595 - head/share/man/man4

2014-01-13 Thread Baptiste Daroussin
Author: bapt Date: Mon Jan 13 16:45:43 2014 New Revision: 260595 URL: http://svnweb.freebsd.org/changeset/base/260595 Log: Update the BUGS section according the recent changes in kldload(8) Reviewed by: bdrewery MFC after:1 week Modified: head/share/man/man4/kld.4 Modified: head/

svn commit: r260596 - head/sbin/kldload

2014-01-13 Thread Baptiste Daroussin
Author: bapt Date: Mon Jan 13 16:47:25 2014 New Revision: 260596 URL: http://svnweb.freebsd.org/changeset/base/260596 Log: Fix typo Reported by: dumbbell Modified: head/sbin/kldload/kldload.c Modified: head/sbin/kldload/kldload.c

svn commit: r260597 - in head: sbin/kldload share/man/man4

2014-01-13 Thread Baptiste Daroussin
Author: bapt Date: Mon Jan 13 17:14:10 2014 New Revision: 260597 URL: http://svnweb.freebsd.org/changeset/base/260597 Log: Fix dmesg(1) -> dmesg(8) Reported by: trasz Modified: head/sbin/kldload/kldload.c head/share/man/man4/kld.4 Modified: head/sbin/kldload/kldload.c ===

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

2014-01-13 Thread John Baldwin
Author: jhb Date: Mon Jan 13 18:57:30 2014 New Revision: 260598 URL: http://svnweb.freebsd.org/changeset/base/260598 Log: MFC 243152,255478: Two SOCK_SEQPACKET fixes: - Update comment. - Provide pr_ctloutput method for AF_LOCAL/SOCK_SEQPACKET sockets. Modified: stable/9/sys/kern/uipc_usrr

svn commit: r260599 - head/lib/libkvm

2014-01-13 Thread Marcel Moolenaar
Author: marcel Date: Mon Jan 13 19:01:14 2014 New Revision: 260599 URL: http://svnweb.freebsd.org/changeset/base/260599 Log: Re-apply the part of r260022 that was reverted by r260030 with one significant difference: for LIB32 builds both TARGET_ARCH and MACHINE_ARCH are defined. TARGET_ARCH

svn commit: r260600 - head/lib/libkvm

2014-01-13 Thread Marcel Moolenaar
Author: marcel Date: Mon Jan 13 19:02:31 2014 New Revision: 260600 URL: http://svnweb.freebsd.org/changeset/base/260600 Log: We don't have to worry about page sizes when working on virtual cores (i.e. minidumps). Every segment is virtually contiguous. Modified: head/lib/libkvm/kvm_ia64.c M

svn commit: r260601 - head/gnu/usr.bin/gdb/kgdb

2014-01-13 Thread Marcel Moolenaar
Author: marcel Date: Mon Jan 13 19:08:25 2014 New Revision: 260601 URL: http://svnweb.freebsd.org/changeset/base/260601 Log: When building a cross-kgdb, suppress the registration of the standard core target by declaring coreops_suppress_target with initializer. This is also happening for non

svn commit: r260602 - stable/8/sys/x86/cpufreq

2014-01-13 Thread Alexander Motin
Author: mav Date: Mon Jan 13 19:14:29 2014 New Revision: 260602 URL: http://svnweb.freebsd.org/changeset/base/260602 Log: MFC r259197: Do not DELAY() for P-state transition unless we want to see the result. Intel manual says: "If a transition is already in progress, transition to a new

Re: svn commit: r260474 - stable/9/sys/x86/cpufreq

2014-01-13 Thread Alexander Motin
On 13.01.2014 16:23, Alexey Dokuchaev wrote: On Thu, Jan 09, 2014 at 10:45:38AM +, Alexander Motin wrote: New Revision: 260474 URL: http://svnweb.freebsd.org/changeset/base/260474 Log: MFC r259197: Do not DELAY() for P-state transition unless we want to see the result. Intel manua

svn commit: r260603 - stable/10/sys/dev/oce

2014-01-13 Thread Xin LI
Author: delphij Date: Mon Jan 13 19:34:23 2014 New Revision: 260603 URL: http://svnweb.freebsd.org/changeset/base/260603 Log: MFC r260110: Eliminate unused drbr_stats_update implementation in oce(4) driver. Noticed by: dim Modified: stable/10/sys/dev/oce/oce_if.c Directory Propert

svn commit: r260604 - stable/9/sys/dev/oce

2014-01-13 Thread Xin LI
Author: delphij Date: Mon Jan 13 19:42:37 2014 New Revision: 260604 URL: http://svnweb.freebsd.org/changeset/base/260604 Log: MFC r260110: Eliminate unused drbr_stats_update implementation in oce(4) driver. Noticed by: dim Modified: stable/9/sys/dev/oce/oce_if.c Directory Properti

svn commit: r260605 - head/share/keys/pkg/trusted

2014-01-13 Thread Bryan Drewery
Author: bdrewery Date: Mon Jan 13 20:55:15 2014 New Revision: 260605 URL: http://svnweb.freebsd.org/changeset/base/260605 Log: Remove scary comment about this being a test key. There has been no need to regenerate the signing key. Reported by: mat Approved by: bapt (mentor) MFC a

svn commit: r260606 - in stable/8: share/man/man4 sys/kern tools/regression/sockets/unix_seqpacket tools/regression/sockets/unix_seqpacket_exercise usr.bin/netstat

2014-01-13 Thread John Baldwin
Author: jhb Date: Mon Jan 13 21:29:34 2014 New Revision: 260606 URL: http://svnweb.freebsd.org/changeset/base/260606 Log: MFC 197775,19-197779,197781,197794,243152,243313,255478: First cut at implementing SOCK_SEQPACKET support for UNIX (local) domain sockets. This allows for reliable b

svn commit: r260607 - head/sys/modules/sound/driver/ai2s

2014-01-13 Thread Andreas Tobler
Author: andreast Date: Mon Jan 13 21:44:17 2014 New Revision: 260607 URL: http://svnweb.freebsd.org/changeset/base/260607 Log: The onyx codec works also as module, so add it. MFC after:1 month Modified: head/sys/modules/sound/driver/ai2s/Makefile Modified: head/sys/modules/sound/dri

svn commit: r260608 - stable/10/share/keys/pkg/trusted

2014-01-13 Thread Bryan Drewery
Author: bdrewery Date: Mon Jan 13 22:07:36 2014 New Revision: 260608 URL: http://svnweb.freebsd.org/changeset/base/260608 Log: MFC r260605: Remove scary comment about this being a test key. There has been no need to regenerate the signing key. Early MFC as it is just a comment

svn commit: r260609 - releng/10.0/share/keys/pkg/trusted

2014-01-13 Thread Bryan Drewery
Author: bdrewery Date: Mon Jan 13 22:15:57 2014 New Revision: 260609 URL: http://svnweb.freebsd.org/changeset/base/260609 Log: MFS r260608: Remove scary comment about this being a test key. There has been no need to regenerate the signing key. Approved by: bapt (mentor, impli

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

2014-01-13 Thread Andreas Tobler
Author: andreast Date: Mon Jan 13 22:21:29 2014 New Revision: 260610 URL: http://svnweb.freebsd.org/changeset/base/260610 Log: Described in the man page but not implemented. Here it comes, atomic_swap_32/64. The latter only for powerpc64. MFC after:1 month Modified: head/sys/powerp

svn commit: r260611 - in releng/10.0/release/doc/en_US.ISO8859-1: errata hardware installation readme relnotes

2014-01-13 Thread Glen Barber
Author: gjb Date: Mon Jan 13 23:15:51 2014 New Revision: 260611 URL: http://svnweb.freebsd.org/changeset/base/260611 Log: Update copyright year. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: releng/10.0/release/doc/en_US.ISO8859-1/errata/article.xml relen

svn commit: r260612 - head/share/misc

2014-01-13 Thread Bruce A. Mah
Author: bmah (ports committer) Date: Mon Jan 13 23:27:24 2014 New Revision: 260612 URL: http://svnweb.freebsd.org/changeset/base/260612 Log: Move myself from ports alumni to active ports committer section. Add an edge indicating mat as my ports mentor. Approved by: mat (mentor) Modified

svn commit: r260613 - releng/10.0/release/doc/en_US.ISO8859-1/relnotes

2014-01-13 Thread Glen Barber
Author: gjb Date: Mon Jan 13 23:34:43 2014 New Revision: 260613 URL: http://svnweb.freebsd.org/changeset/base/260613 Log: Add entity for if_cxgbe(4) manual. Fix a typo. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: releng/10.0/release/doc/en_US.ISO8859-1/

svn commit: r260614 - releng/10.0/release/doc/en_US.ISO8859-1/relnotes

2014-01-13 Thread Glen Barber
Author: gjb Date: Mon Jan 13 23:48:01 2014 New Revision: 260614 URL: http://svnweb.freebsd.org/changeset/base/260614 Log: Add punctuation to sentences where missing. Remove one instance of unneeded punctuation. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified:

svn commit: r260615 - releng/10.0/release/doc/en_US.ISO8859-1/relnotes

2014-01-13 Thread Glen Barber
Author: gjb Date: Tue Jan 14 00:25:46 2014 New Revision: 260615 URL: http://svnweb.freebsd.org/changeset/base/260615 Log: Fix various release notes nits. Submitted by: d...@gmx.com (via -doc@) Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: releng/10.0/rele

Re: svn commit: r260474 - stable/9/sys/x86/cpufreq

2014-01-13 Thread Alexey Dokuchaev
On Mon, Jan 13, 2014 at 09:15:06PM +0200, Alexander Motin wrote: > On 13.01.2014 16:23, Alexey Dokuchaev wrote: > >On Thu, Jan 09, 2014 at 10:45:38AM +, Alexander Motin wrote: > >>New Revision: 260474 > >>URL: http://svnweb.freebsd.org/changeset/base/260474 > >>[...] > >>Modified: > >> stable

svn commit: r260616 - releng/10.0/release/doc/en_US.ISO8859-1/relnotes

2014-01-13 Thread Glen Barber
Author: gjb Date: Tue Jan 14 01:04:11 2014 New Revision: 260616 URL: http://svnweb.freebsd.org/changeset/base/260616 Log: Clean up unnecessary blank lines. Clean up leading/trailing whitespace. Wrap long lines. End 'para' tags on the correct line. Approved by: re (implicit) Sponsor

svn commit: r260617 - in stable/10: cddl/contrib/opensolaris/cmd/zhack sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-01-13 Thread Xin LI
Author: delphij Date: Tue Jan 14 01:28:08 2014 New Revision: 260617 URL: http://svnweb.freebsd.org/changeset/base/260617 Log: MFC r259811: MFV r258373: 4168 ztest assertion failure in dbuf_undirty 4169 verbatim import causes zdb to segfa 4170 zhack leaves pool in ACTIVE state

svn commit: r260618 - head/lib/libc/stdlib

2014-01-13 Thread Xin LI
Author: delphij Date: Tue Jan 14 01:52:34 2014 New Revision: 260618 URL: http://svnweb.freebsd.org/changeset/base/260618 Log: ANSI-fy prototype. MFC after:2 weeks Modified: head/lib/libc/stdlib/getsubopt.c Modified: head/lib/libc/stdlib/getsubopt.c ==

svn commit: r260619 - in head/sys/amd64: include vmm vmm/amd vmm/intel vmm/io

2014-01-13 Thread Neel Natu
Author: neel Date: Tue Jan 14 01:55:58 2014 New Revision: 260619 URL: http://svnweb.freebsd.org/changeset/base/260619 Log: Add an API to rendezvous all active vcpus in a virtual machine. The rendezvous can be initiated in the context of a vcpu thread or from the bhyve(8) control process.

svn commit: r260620 - releng/10.0/release/doc/en_US.ISO8859-1/relnotes

2014-01-13 Thread Glen Barber
Author: gjb Date: Tue Jan 14 03:18:29 2014 New Revision: 260620 URL: http://svnweb.freebsd.org/changeset/base/260620 Log: Revert r260613, iw_cxgbe is correct, but does not have a manual page. Submitted by: np Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified:

svn commit: r260621 - head/usr.bin/elfdump

2014-01-13 Thread Justin Hibbits
Author: jhibbits Date: Tue Jan 14 04:28:41 2014 New Revision: 260621 URL: http://svnweb.freebsd.org/changeset/base/260621 Log: Add missing EM_PPC64 to e_machine header display. MFC after:1 week Modified: head/usr.bin/elfdump/elfdump.c Modified: head/usr.bin/elfdump/elfdump.c ===