svn commit: r281685 - head/usr.sbin/bluetooth/hccontrol

2015-04-17 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Sat Apr 18 06:53:13 2015 New Revision: 281685 URL: https://svnweb.freebsd.org/changeset/base/281685 Log: Fix misspelling. Modified: head/usr.sbin/bluetooth/hccontrol/le.c Modified: head/usr.sbin/bluetooth/hccontrol/le.c =

svn commit: r281684 - head/usr.sbin/bluetooth/hccontrol

2015-04-17 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Sat Apr 18 06:48:03 2015 New Revision: 281684 URL: https://svnweb.freebsd.org/changeset/base/281684 Log: Improve code style(9), no functional changes. Differential Revision:D2320 Reviewed by: takawata Modified: head/usr.sbin/bluet

svn commit: r281683 - head/sys/netgraph/bluetooth/include

2015-04-17 Thread Takanori Watanabe
Author: takawata Date: Sat Apr 18 06:16:33 2015 New Revision: 281683 URL: https://svnweb.freebsd.org/changeset/base/281683 Log: Forgot to add default event mask definition. Modified: head/sys/netgraph/bluetooth/include/ng_hci.h Modified: head/sys/netgraph/bluetooth/include/ng_hci.h

svn commit: r281682 - vendor/wpa/2.4

2015-04-17 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 18 05:05:38 2015 New Revision: 281682 URL: https://svnweb.freebsd.org/changeset/base/281682 Log: Tag wpa_supplicant/hostapd 2.4. Added: vendor/wpa/2.4/ - copied from r281681, vendor/wpa/dist/ ___ svn-src-all@freebsd

svn commit: r281681 - in vendor/wpa/dist: . hostapd hs20 hs20/client patches src src/ap src/common src/crypto src/drivers src/eap_common src/eap_peer src/eap_server src/eapol_auth src/eapol_supp sr...

2015-04-17 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 18 05:04:12 2015 New Revision: 281681 URL: https://svnweb.freebsd.org/changeset/base/281681 Log: Vendor import of wpa_supplicant/hostapd 2.4. Major changes are: SAE, Suite B, RFC 7268, EAP-PKE, ACS, and tons of bug fixes. Added: vendor/wpa/dist/CONTRIBUTION

svn commit: r281680 - head/usr.sbin/bluetooth/hccontrol

2015-04-17 Thread Takanori Watanabe
Author: takawata Date: Sat Apr 18 04:53:17 2015 New Revision: 281680 URL: https://svnweb.freebsd.org/changeset/base/281680 Log: Add LE related HCI control command to hccontrol(1). Added: head/usr.sbin/bluetooth/hccontrol/le.c (contents, props changed) Modified: head/usr.sbin/bluetooth/hcc

svn commit: r281679 - in head/sys/arm/allwinner: . a20

2015-04-17 Thread Luiz Otavio O Souza
Author: loos Date: Sat Apr 18 03:07:01 2015 New Revision: 281679 URL: https://svnweb.freebsd.org/changeset/base/281679 Log: Move the items common to all SoCs to a single file. Added: head/sys/arm/allwinner/files.allwinner (contents, props changed) Modified: head/sys/arm/allwinner/a20/file

svn commit: r281678 - head/sys/arm/allwinner

2015-04-17 Thread Luiz Otavio O Souza
Author: loos Date: Sat Apr 18 01:01:39 2015 New Revision: 281678 URL: https://svnweb.freebsd.org/changeset/base/281678 Log: Fix the style(9) and adds two missing parentheses on the licence. Reduce the differences to bring in the MMC/SD driver. Approved by: ganbold (licence change) Mo

svn commit: r281677 - head/sys/kern

2015-04-17 Thread Kirk McKusick
Author: mckusick Date: Sat Apr 18 00:59:03 2015 New Revision: 281677 URL: https://svnweb.freebsd.org/changeset/base/281677 Log: More accurately collect name-cache statistics in sysctl functions sysctl_debug_hashstat_nchash() and sysctl_debug_hashstat_rawnchash(). These changes are in prepara

svn commit: r281675 - head/sys/arm/allwinner

2015-04-17 Thread Luiz Otavio O Souza
Author: loos Date: Sat Apr 18 00:35:00 2015 New Revision: 281675 URL: https://svnweb.freebsd.org/changeset/base/281675 Log: Simplify the receiver code a bit. Drain the RX FIFO and continue on failure. Modified: head/sys/arm/allwinner/if_emac.c head/sys/arm/allwinner/if_emacreg.h Modif

svn commit: r281674 - head/usr.sbin/crunch/crunchide

2015-04-17 Thread Ed Maste
Author: emaste Date: Sat Apr 18 00:30:36 2015 New Revision: 281674 URL: https://svnweb.freebsd.org/changeset/base/281674 Log: crunchide: always include both 32- and 64-bit ELF support This avoids the need to build a target-specific crunchide for cross- uilds. Differential Revision:

svn commit: r281673 - head/sys/arm/allwinner

2015-04-17 Thread Luiz Otavio O Souza
Author: loos Date: Fri Apr 17 23:49:43 2015 New Revision: 281673 URL: https://svnweb.freebsd.org/changeset/base/281673 Log: Add the necessary support to use both TX queues available on if_emac. Each TX queue can hold one packet (yes, if_emac can send only two(!) packets at a time). E

svn commit: r281670 - in head/sys: fs/ext2fs modules/ext2fs

2015-04-17 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 17 22:26:01 2015 New Revision: 281670 URL: https://svnweb.freebsd.org/changeset/base/281670 Log: Drop experimental dir_index support. The htree directory index is a highly desirable feature for research purposes and was meant to improve performance in our ext2/3

svn commit: r281669 - head/sys/arm/allwinner

2015-04-17 Thread Luiz Otavio O Souza
Author: loos Date: Fri Apr 17 22:17:22 2015 New Revision: 281669 URL: https://svnweb.freebsd.org/changeset/base/281669 Log: Remove unnecessary checks and fix an issue where the interrupt handler could return with lock held. Modified: head/sys/arm/allwinner/if_emac.c Modified: head/sys/arm/

svn commit: r281667 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-04-17 Thread Xin LI
Author: delphij Date: Fri Apr 17 21:21:11 2015 New Revision: 281667 URL: https://svnweb.freebsd.org/changeset/base/281667 Log: Remove vfs.zfs.snapshot_list_prefetch, the corresponding code was gone in r248571 already. MFC after:1 week Modified: head/sys/cddl/contrib/opensolaris/uts

Re: svn commit: r281644 - head/sys/dev/usb/video

2015-04-17 Thread Hans Petter Selasky
On 04/17/15 14:44, John Baldwin wrote: On Friday, April 17, 2015 07:07:07 AM Hans Petter Selasky wrote: Author: hselasky Date: Fri Apr 17 07:07:06 2015 New Revision: 281644 URL: https://svnweb.freebsd.org/changeset/base/281644 Log: Buffers which can be memory mapped into userspace should nev

svn commit: r281666 - head/usr.sbin/bhyve

2015-04-17 Thread Alexander Motin
Author: mav Date: Fri Apr 17 20:20:55 2015 New Revision: 281666 URL: https://svnweb.freebsd.org/changeset/base/281666 Log: Make virtual AHCI more careful with I/O lengths. MFC after:2 weeks Modified: head/usr.sbin/bhyve/pci_ahci.c Modified: head/usr.sbin/bhyve/pci_ahci.c ===

svn commit: r281661 - stable/10/bin/pax

2015-04-17 Thread Eitan Adler
Author: eadler Date: Fri Apr 17 18:33:59 2015 New Revision: 281661 URL: https://svnweb.freebsd.org/changeset/base/281661 Log: MFC r280206: Implement pax -O option to permit limiting a PAX archive to a single volume. -O Force the archive to be one volume. If a volume ends prematurely,

svn commit: r281660 - svnadmin/conf

2015-04-17 Thread Rui Paulo
Author: rpaulo Date: Fri Apr 17 16:38:59 2015 New Revision: 281660 URL: https://svnweb.freebsd.org/changeset/base/281660 Log: Please join me in welcoming Chris Torek. Chris is a long time BSD guy and has been hacking on bhyve for a while. Approved by: core Modified: svnadmin/conf/acc

svn commit: r281659 - head

2015-04-17 Thread Ed Maste
Author: emaste Date: Fri Apr 17 16:02:49 2015 New Revision: 281659 URL: https://svnweb.freebsd.org/changeset/base/281659 Log: Bump crunch BOOTSTRAPPING for ELF header offset fix in r277557 Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 =

svn commit: r281658 - head

2015-04-17 Thread Warner Losh
Author: imp Date: Fri Apr 17 15:55:13 2015 New Revision: 281658 URL: https://svnweb.freebsd.org/changeset/base/281658 Log: RELEASEDIR was removed in FreeBSD 9.x, at the same time /boot/loader stopped using kgzip in the release process. We no longer need to build kgzip as a cross tool, and te

svn commit: r281657 - in stable/10/sys: kern netgraph/atm/sscop netgraph/atm/uni sys

2015-04-17 Thread Randall Stewart
Author: rrs Date: Fri Apr 17 15:39:42 2015 New Revision: 281657 URL: https://svnweb.freebsd.org/changeset/base/281657 Log: MFC of r280785, r280871, r280872, r281510, r218511 - callout fixes. Sponsored by: Netflix Inc. Modified: stable/10/sys/kern/kern_timeout.c stable/10/sys/netgraph/at

svn commit: r281656 - head/sys/netinet6

2015-04-17 Thread Gleb Smirnoff
Author: glebius Date: Fri Apr 17 15:26:08 2015 New Revision: 281656 URL: https://svnweb.freebsd.org/changeset/base/281656 Log: Fix r281649: don't call in6_clearscope() twice. Submitted by: ae Modified: head/sys/netinet6/in6.c Modified: head/sys/netinet6/in6.c ===

Re: svn commit: r281649 - in head/sys: dev/cxgbe/tom netinet netinet6

2015-04-17 Thread Gleb Smirnoff
On Fri, Apr 17, 2015 at 04:05:51PM +0300, Andrey V. Elsukov wrote: A> On 17.04.2015 14:57, Gleb Smirnoff wrote: A> > Author: glebius A> > Date: Fri Apr 17 11:57:06 2015 A> > New Revision: 281649 A> > URL: https://svnweb.freebsd.org/changeset/base/281649 A> > A> > Log: A> > Provide functions to d

svn commit: r281655 - head/usr.sbin/crunch/crunchide

2015-04-17 Thread Ed Maste
Author: emaste Date: Fri Apr 17 15:18:54 2015 New Revision: 281655 URL: https://svnweb.freebsd.org/changeset/base/281655 Log: crunchide: remove unused a.out and non-functional ECOFF support Differential Revision:https://reviews.freebsd.org/D2311 Reviewed by: imp Sponsored by: T

Re: svn commit: r281649 - in head/sys: dev/cxgbe/tom netinet netinet6

2015-04-17 Thread Andrey V. Elsukov
On 17.04.2015 14:57, Gleb Smirnoff wrote: > Author: glebius > Date: Fri Apr 17 11:57:06 2015 > New Revision: 281649 > URL: https://svnweb.freebsd.org/changeset/base/281649 > > Log: > Provide functions to determine presence of a given address > configured on a given interface. > > +/* > + *

Re: svn commit: r281644 - head/sys/dev/usb/video

2015-04-17 Thread John Baldwin
On Friday, April 17, 2015 07:07:07 AM Hans Petter Selasky wrote: > Author: hselasky > Date: Fri Apr 17 07:07:06 2015 > New Revision: 281644 > URL: https://svnweb.freebsd.org/changeset/base/281644 > > Log: > Buffers which can be memory mapped into userspace should never be > freed. Recycle the

svn commit: r281654 - head/sys/arm64/arm64

2015-04-17 Thread Andrew Turner
Author: andrew Date: Fri Apr 17 12:58:09 2015 New Revision: 281654 URL: https://svnweb.freebsd.org/changeset/base/281654 Log: Use the address of fsu_intr_fault, not the first two instructions in it as the address to check if we are handling a trap for fuswintr or suswintr. Sponsored by: T

svn commit: r281649 - in head/sys: dev/cxgbe/tom netinet netinet6

2015-04-17 Thread Gleb Smirnoff
Author: glebius Date: Fri Apr 17 11:57:06 2015 New Revision: 281649 URL: https://svnweb.freebsd.org/changeset/base/281649 Log: Provide functions to determine presence of a given address configured on a given interface. Discussed with: np Sponsored by: Nginx, Inc. Modified: head

svn commit: r281648 - head/sys/arm/arm

2015-04-17 Thread Andrew Turner
Author: andrew Date: Fri Apr 17 09:17:35 2015 New Revision: 281648 URL: https://svnweb.freebsd.org/changeset/base/281648 Log: Remove support for reading the syscall code in OABI. This is unneeded now we can only build for EABI. Modified: head/sys/arm/arm/vm_machdep.c Modified: head/sys/arm

svn commit: r281647 - head/sys/arm/arm

2015-04-17 Thread Andrew Turner
Author: andrew Date: Fri Apr 17 09:14:58 2015 New Revision: 281647 URL: https://svnweb.freebsd.org/changeset/base/281647 Log: Use cp15_ifar_get to get the instruction fault address. When using Thumb-2 the instruction may be over two pages so the program counter could point to the wrong page.

svn commit: r281645 - head/sys/modules/usb

2015-04-17 Thread Hans Petter Selasky
Author: hselasky Date: Fri Apr 17 07:11:10 2015 New Revision: 281645 URL: https://svnweb.freebsd.org/changeset/base/281645 Log: Build the USB DisplayLink driver by default. Modified: head/sys/modules/usb/Makefile Modified: head/sys/modules/usb/Makefile ===

svn commit: r281644 - head/sys/dev/usb/video

2015-04-17 Thread Hans Petter Selasky
Author: hselasky Date: Fri Apr 17 07:07:06 2015 New Revision: 281644 URL: https://svnweb.freebsd.org/changeset/base/281644 Log: Buffers which can be memory mapped into userspace should never be freed. Recycle the buffers instead. This patch also fixes a panic at reboot issue when an UDL adap