svn commit: r307767 - in stable/11/sys: arm/broadcom/bcm2835 boot/fdt/dts/arm

2016-10-21 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Oct 22 02:37:59 2016 New Revision: 307767 URL: https://svnweb.freebsd.org/changeset/base/307767 Log: MFC r306430 Add touchscreen support for the official 7" RPi touch display Technically touchscreen chip is FT5406 but all hardware communication is performed

svn commit: r307766 - stable/11/sys/dev/evdev

2016-10-21 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Oct 22 02:31:49 2016 New Revision: 307766 URL: https://svnweb.freebsd.org/changeset/base/307766 Log: MFC r306578: Fix gcc compilation error input_absinfo.code is unsigned so condition is always false Modified: stable/11/sys/dev/evdev/uinput.c Directory

svn commit: r307765 - in stable/11/sys: dev/usb/input modules/usb/ums

2016-10-21 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Oct 22 02:26:33 2016 New Revision: 307765 URL: https://svnweb.freebsd.org/changeset/base/307765 Log: MFC r306134: Add evdev support to ums(4) event generation is disabled by default in favour of sysmouse. This behavoiur is controlled by kern.evdev.rcpt_mask

svn commit: r307764 - in stable/11/sys: dev/usb/input modules/usb/ukbd

2016-10-21 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Oct 22 02:15:39 2016 New Revision: 307764 URL: https://svnweb.freebsd.org/changeset/base/307764 Log: MFC r306132, r306275: r306132: Add evdev support to ukbd driver event generation is disabled by default in favour of kbdmux. This behavoiur is controlled by

svn commit: r307763 - head/sys/dev/dpaa

2016-10-21 Thread Justin Hibbits
Author: jhibbits Date: Sat Oct 22 02:11:53 2016 New Revision: 307763 URL: https://svnweb.freebsd.org/changeset/base/307763 Log: Initialize the ofw_bus_devinfo on the portals to prevent a crash. If the device tree doesn't contain a cpu-handle field in any bman-portal or qman-portal, it

svn commit: r307762 - in stable/11/sys/arm: conf ti

2016-10-21 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Oct 22 01:58:21 2016 New Revision: 307762 URL: https://svnweb.freebsd.org/changeset/base/307762 Log: MFC r305708, r305719 r305708: Add evdev support to TI ADC/touchscreen driver Add generic evdev support to touchscreen part of ti_adc: two absolute

svn commit: r307761 - in head: . contrib/binutils/bfd contrib/gcc/config/rs6000 gnu/lib/libgcc gnu/lib/libgomp gnu/usr.bin/binutils gnu/usr.bin/cc gnu/usr.bin/cc/cc_tools gnu/usr.bin/cc/include gnu...

2016-10-21 Thread Justin Hibbits
Author: jhibbits Date: Sat Oct 22 01:57:15 2016 New Revision: 307761 URL: https://svnweb.freebsd.org/changeset/base/307761 Log: Create a new MACHINE_ARCH for Freescale PowerPC e500v2 Summary: The Freescale e500v2 PowerPC core does not use a standard FPU. Instead, it uses a Signal

svn commit: r307760 - in stable/11: etc/mtree include sys/conf sys/dev/evdev

2016-10-21 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Oct 22 01:38:21 2016 New Revision: 307760 URL: https://svnweb.freebsd.org/changeset/base/307760 Log: MFC r305706, r305749, r306274 r305706: Add evdev protocol implementation evdev is a generic input event interface compatible with Linux evdev API at ioctl

svn commit: r307759 - head/sys/dev/cxgbe/common

2016-10-21 Thread Navdeep Parhar
Author: np Date: Sat Oct 22 00:48:58 2016 New Revision: 307759 URL: https://svnweb.freebsd.org/changeset/base/307759 Log: cxgbe(4): Dump any mailbox command that times out. Modified: head/sys/dev/cxgbe/common/t4_hw.c Modified: head/sys/dev/cxgbe/common/t4_hw.c

svn commit: r307758 - stable/11/lib/libc/sys

2016-10-21 Thread Dag-Erling Smørgrav
Author: des Date: Sat Oct 22 00:38:47 2016 New Revision: 307758 URL: https://svnweb.freebsd.org/changeset/base/307758 Log: MFH (r306488, r306494, r306495, r306496): fix markup and cross-references Modified: stable/11/lib/libc/sys/getrlimit.2 stable/11/lib/libc/sys/sigaction.2 Directory

svn commit: r307757 - in stable/11: contrib/top usr.bin/top

2016-10-21 Thread Dag-Erling Smørgrav
Author: des Date: Sat Oct 22 00:35:40 2016 New Revision: 307757 URL: https://svnweb.freebsd.org/changeset/base/307757 Log: MFH (r305414): add a toggle to show approximate swap usage. Modified: stable/11/contrib/top/commands.c stable/11/contrib/top/machine.h stable/11/contrib/top/top.c

Re: cvs commit: src/sys/sys _types.h resource.h

2016-10-21 Thread Dag-Erling Smørgrav
Colin Percival writes: > Dag-Erling Smørgrav writes: > > [...] we might as well change the value of RLIM_INFINITY to (rlim_t)-1 > > to match other OSes, and we can do it without significant breakage. > Should we get a ports experimental run for this? Sure. It

Re: svn commit: r307756 - in head: include sys/sys

2016-10-21 Thread Brooks Davis
On Fri, Oct 21, 2016 at 11:50:02PM +, John Baldwin wrote: > Author: jhb > Date: Fri Oct 21 23:50:02 2016 > New Revision: 307756 > URL: https://svnweb.freebsd.org/changeset/base/307756 > > Log: > Define max_align_t for C11. > > libc++'s stddef.h includes an existing definition of

svn commit: r307756 - in head: include sys/sys

2016-10-21 Thread John Baldwin
Author: jhb Date: Fri Oct 21 23:50:02 2016 New Revision: 307756 URL: https://svnweb.freebsd.org/changeset/base/307756 Log: Define max_align_t for C11. libc++'s stddef.h includes an existing definition of max_align_t for C++11, but it is only defined for C++, not for C. In addition, GCC

Re: cvs commit: src/sys/sys _types.h resource.h

2016-10-21 Thread Colin Percival
On 10/21/16 15:44, Dag-Erling Smørgrav wrote: > Colin Percival writes: >> I wasn't talking about the value of RLIM_INFINITY, but rather about whether >> rlim_t should be signed or unsigned. Right now it is signed; but POSIX says >> it should be unsigned, and most other OSes

Re: cvs commit: src/sys/sys _types.h resource.h

2016-10-21 Thread Dag-Erling Smørgrav
Colin Percival writes: > I wasn't talking about the value of RLIM_INFINITY, but rather about whether > rlim_t should be signed or unsigned. Right now it is signed; but POSIX says > it should be unsigned, and most other OSes follow POSIX's mandate here. Yeah, I was a little

Re: svn commit: r307731 - in head: sys/dev/pci usr.sbin/pciconf

2016-10-21 Thread John Baldwin
On Friday, October 21, 2016 03:23:54 PM Alexander Motin wrote: > Author: mav > Date: Fri Oct 21 15:23:54 2016 > New Revision: 307731 > URL: https://svnweb.freebsd.org/changeset/base/307731 > > Log: > Add names for some DASP devices. > > Submitted by: Dmitry Luhtionov

Re: cvs commit: src/sys/sys _types.h resource.h

2016-10-21 Thread Colin Percival
On 10/21/16 11:37, Dag-Erling Smørgrav wrote: > Colin Percival writes: >> Dag-Erling Smørgrav writes: >>> -typedef __int64_t __rlim_t; /* resource limit (XXX not >>> unsigned) */ >>> +typedef __int64_t __rlim_t; /* resource limit -

svn commit: r307755 - in head: etc/rc.d sbin/swapon

2016-10-21 Thread Jilles Tjoelker
Author: jilles Date: Fri Oct 21 21:55:50 2016 New Revision: 307755 URL: https://svnweb.freebsd.org/changeset/base/307755 Log: swapoff: Remove only late devices with -aL. Currently, '/etc/rc.d/swaplate stop' removes all swap devices. This can be very slow and may not even be possible if

svn commit: r307754 - head/share/mk

2016-10-21 Thread Dimitry Andric
Author: dim Date: Fri Oct 21 21:52:22 2016 New Revision: 307754 URL: https://svnweb.freebsd.org/changeset/base/307754 Log: Fix building of many ports that use make from base, such as devel/apr1, after r307676, which added transformation rules for .llo and .bco files. These suffixes also

Re: svn commit: r285050 - in head: lib/libutil usr.sbin/pwd_mkdb

2016-10-21 Thread Alan Somers
On Thu, Oct 13, 2016 at 5:06 PM, Don Lewis wrote: > On 13 Oct, Alan Somers wrote: >> On Thu, Jul 2, 2015 at 11:31 AM, Renato Botelho wrote: >>> Author: garga (ports committer) >>> Date: Thu Jul 2 17:30:59 2015 >>> New Revision: 285050 >>> URL:

svn commit: r307752 - head/usr.sbin/pw

2016-10-21 Thread Alan Somers
Author: asomers Date: Fri Oct 21 20:17:19 2016 New Revision: 307752 URL: https://svnweb.freebsd.org/changeset/base/307752 Log: Close some file descriptor leaks in pw MFC after:4 weeks Sponsored by: Spectra Logic Corp Differential Revision:https://reviews.freebsd.org/D8245

svn commit: r307749 - stable/11/release/doc/en_US.ISO8859-1/errata

2016-10-21 Thread Glen Barber
Author: gjb Date: Fri Oct 21 19:23:51 2016 New Revision: 307749 URL: https://svnweb.freebsd.org/changeset/base/307749 Log: Fix grammar. Submitted by: Kevin P. Neal Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/errata/article.xml Modified:

svn commit: r307748 - in stable/11: sbin/mount_msdosfs sys/fs/msdosfs

2016-10-21 Thread Alan Somers
Author: asomers Date: Fri Oct 21 18:57:58 2016 New Revision: 307748 URL: https://svnweb.freebsd.org/changeset/base/307748 Log: MFC r306276, but don't remove findwin95 Mount msdosfs with longnames support by default. The old behavior depended on the FAT version and on what files were

svn commit: r307747 - head/sbin/camcontrol

2016-10-21 Thread Kenneth D. Merry
Author: ken Date: Fri Oct 21 18:54:56 2016 New Revision: 307747 URL: https://svnweb.freebsd.org/changeset/base/307747 Log: Fix a problem in camcontrol(8) that cropped up with r307684. In r307684, I changed rescan_or_reset_bus() to bzero stack-allocated CCBs before sending them to the

Re: svn commit: r307727 - head/share/man/man4

2016-10-21 Thread Michael Tuexen
> On 21 Oct 2016, at 16:36, Marcelo Araujo wrote: > > Bump date too. It was bumped, wasn't it? Best regards Michael > > > On Oct 21, 2016 10:28 PM, "hiren panchasara" > wrote: > On 10/21/16 at 11:29P, Michael Tuexen wrote: > > Author:

Re: svn commit: r307727 - head/share/man/man4

2016-10-21 Thread Michael Tuexen
> On 21 Oct 2016, at 17:26, Eric van Gyzen wrote: > > On 10/21/2016 09:28, hiren panchasara wrote: >> On 10/21/16 at 11:29P, Michael Tuexen wrote: >>> Author: tuexen >>> Date: Fri Oct 21 11:29:25 2016 >>> New Revision: 307727 >>> URL:

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

2016-10-21 Thread Michael Tuexen
Author: tuexen Date: Fri Oct 21 18:45:09 2016 New Revision: 307746 URL: https://svnweb.freebsd.org/changeset/base/307746 Log: Fix a grammar error. Reported by:i hiren, vangyzen MFC after: 1 month X-MFC:r307727 Sponsored by: Netflix Modified: head/share/man/man4/tcp.4

Re: cvs commit: src/sys/sys _types.h resource.h

2016-10-21 Thread Dag-Erling Smørgrav
Colin Percival writes: > Dag-Erling Smørgrav writes: > > -typedef __int64_t __rlim_t; /* resource limit (XXX not > > unsigned) */ > > +typedef __int64_t __rlim_t; /* resource limit - intentionally > > */ > > +

svn commit: r307745 - head/sys/kern

2016-10-21 Thread Hiren Panchasara
Author: hiren Date: Fri Oct 21 18:27:30 2016 New Revision: 307745 URL: https://svnweb.freebsd.org/changeset/base/307745 Log: Rework r306337. In sendit(), if mp->msg_control is present, then in sockargs() we are allocating mbuf to store mp->msg_control. Later in kern_sendit(), call to

svn commit: r307744 - stable/11/sys/vm

2016-10-21 Thread Mark Johnston
Author: markj Date: Fri Oct 21 17:44:47 2016 New Revision: 307744 URL: https://svnweb.freebsd.org/changeset/base/307744 Log: MFC r307236: Plug a vnode lock leak in vm_fault_hold(). Modified: stable/11/sys/vm/vm_fault.c Directory Properties: stable/11/ (props changed) Modified:

svn commit: r307743 - stable/10/sys/vm

2016-10-21 Thread Mark Johnston
Author: markj Date: Fri Oct 21 17:43:25 2016 New Revision: 307743 URL: https://svnweb.freebsd.org/changeset/base/307743 Log: MFC r307236: Plug a vnode lock leak in vm_fault_hold(). Modified: stable/10/sys/vm/vm_fault.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r307742 - in stable/10: sbin/mount_msdosfs sys/fs/msdosfs

2016-10-21 Thread Alan Somers
Author: asomers Date: Fri Oct 21 17:39:05 2016 New Revision: 307742 URL: https://svnweb.freebsd.org/changeset/base/307742 Log: MFC r306276, but don't remove findwin95 Mount msdosfs with longnames support by default. The old behavior depended on the FAT version and on what files were

svn commit: r307741 - head/share/mk

2016-10-21 Thread Ed Maste
Author: emaste Date: Fri Oct 21 17:25:19 2016 New Revision: 307741 URL: https://svnweb.freebsd.org/changeset/base/307741 Log: Allow all subdirectories to be optional via SUBDIR.${MK_*} Reviewed by: br, imp Tested by:br Pointy hat to:emaste Differential Revision:

svn commit: r307740 - stable/11/release/doc/en_US.ISO8859-1/errata

2016-10-21 Thread Glen Barber
Author: gjb Date: Fri Oct 21 16:47:02 2016 New Revision: 307740 URL: https://svnweb.freebsd.org/changeset/base/307740 Log: Fix wording. Submitted by: adamw Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/errata/article.xml Modified:

svn commit: r307739 - stable/11/release/doc/en_US.ISO8859-1/errata

2016-10-21 Thread Glen Barber
Author: gjb Date: Fri Oct 21 16:43:13 2016 New Revision: 307739 URL: https://svnweb.freebsd.org/changeset/base/307739 Log: Document an issue with clang and source-based upgrades from 10.2 and earlier. Submitted by: imp Sponsored by: The FreeBSD Foundation Modified:

svn commit: r307737 - head/lib/libcapsicum

2016-10-21 Thread Mariusz Zaborski
Author: oshogbo Date: Fri Oct 21 16:31:58 2016 New Revision: 307737 URL: https://svnweb.freebsd.org/changeset/base/307737 Log: Fix few sentence in the man page. Pointed out by: wblock Modified: head/lib/libcapsicum/capsicum_helpers.3 Modified:

svn commit: r307732 - stable/11/release/doc/en_US.ISO8859-1/errata

2016-10-21 Thread Glen Barber
Author: gjb Date: Fri Oct 21 16:11:29 2016 New Revision: 307732 URL: https://svnweb.freebsd.org/changeset/base/307732 Log: Document two errata items that may affect systems with ZFS boot pools on GPT. Submitted by: lidl Sponsored by: The FreeBSD Foundation Modified:

svn commit: r307735 - stable/11/release/doc/en_US.ISO8859-1/errata

2016-10-21 Thread Glen Barber
Author: gjb Date: Fri Oct 21 16:14:58 2016 New Revision: 307735 URL: https://svnweb.freebsd.org/changeset/base/307735 Log: Fix a copy/paste error. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/errata/article.xml Modified:

svn commit: r307734 - head/sys/kern

2016-10-21 Thread Mariusz Zaborski
Author: oshogbo Date: Fri Oct 21 16:12:23 2016 New Revision: 307734 URL: https://svnweb.freebsd.org/changeset/base/307734 Log: capsicum: perform copyout without the fildesc lock held in sys_cap_ioctls_get Reviewed by: pjd Modified: head/sys/kern/sys_capability.c Modified:

svn commit: r307733 - stable/11/release/doc/en_US.ISO8859-1/errata

2016-10-21 Thread Glen Barber
Author: gjb Date: Fri Oct 21 16:12:09 2016 New Revision: 307733 URL: https://svnweb.freebsd.org/changeset/base/307733 Log: Fix a spacing nit and a typo. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/errata/article.xml Modified:

Re: svn commit: r307727 - head/share/man/man4

2016-10-21 Thread Eric van Gyzen
On 10/21/2016 09:28, hiren panchasara wrote: > On 10/21/16 at 11:29P, Michael Tuexen wrote: >> Author: tuexen >> Date: Fri Oct 21 11:29:25 2016 >> New Revision: 307727 >> URL: https://svnweb.freebsd.org/changeset/base/307727 >> >> Log: >> Document the TCP sysctl variables insecure_rst and

svn commit: r307731 - in head: sys/dev/pci usr.sbin/pciconf

2016-10-21 Thread Alexander Motin
Author: mav Date: Fri Oct 21 15:23:54 2016 New Revision: 307731 URL: https://svnweb.freebsd.org/changeset/base/307731 Log: Add names for some DASP devices. Submitted by: Dmitry Luhtionov MFC after:1 week Modified: head/sys/dev/pci/pci.c

svn commit: r307730 - head/sys/conf

2016-10-21 Thread Ed Maste
Author: emaste Date: Fri Oct 21 15:17:42 2016 New Revision: 307730 URL: https://svnweb.freebsd.org/changeset/base/307730 Log: netmap: if_ptnet depends on inet Modified: head/sys/conf/files Modified: head/sys/conf/files

Re: svn commit: r307676 - head/share/mk

2016-10-21 Thread Dimitry Andric
On 20 Oct 2016, at 17:14, Jonathan Anderson wrote: > > Author: jonathan > Date: Thu Oct 20 15:14:21 2016 > New Revision: 307676 > URL: https://svnweb.freebsd.org/changeset/base/307676 > > Log: > Add make rules to build LLVM IR from C/C++ sources. > > As a foundation for

Re: svn commit: r307727 - head/share/man/man4

2016-10-21 Thread Marcelo Araujo
Bump date too. On Oct 21, 2016 10:28 PM, "hiren panchasara" wrote: > On 10/21/16 at 11:29P, Michael Tuexen wrote: > > Author: tuexen > > Date: Fri Oct 21 11:29:25 2016 > > New Revision: 307727 > > URL: https://svnweb.freebsd.org/changeset/base/307727 > > > > Log: > >

svn commit: r307729 - in stable/11: contrib/unbound contrib/unbound/cachedb contrib/unbound/compat contrib/unbound/contrib contrib/unbound/daemon contrib/unbound/dns64 contrib/unbound/dnstap contri...

2016-10-21 Thread Dag-Erling Smørgrav
Author: des Date: Fri Oct 21 14:28:35 2016 New Revision: 307729 URL: https://svnweb.freebsd.org/changeset/base/307729 Log: MFH (r305381, r306457): upgrade to unbound 1.5.10 via 1.5.9 Added: stable/11/contrib/unbound/cachedb/ - copied from r305381, head/contrib/unbound/cachedb/

Re: svn commit: r307727 - head/share/man/man4

2016-10-21 Thread hiren panchasara
On 10/21/16 at 11:29P, Michael Tuexen wrote: > Author: tuexen > Date: Fri Oct 21 11:29:25 2016 > New Revision: 307727 > URL: https://svnweb.freebsd.org/changeset/base/307727 > > Log: > Document the TCP sysctl variables insecure_rst and insecure_syn. > > MFC after: 1 month > Sponsored by:

svn commit: r307728 - head/sys/dev/netmap

2016-10-21 Thread Ed Maste
Author: emaste Date: Fri Oct 21 13:51:47 2016 New Revision: 307728 URL: https://svnweb.freebsd.org/changeset/base/307728 Log: netmap: fix kernel build on GCC-using architectures GCC produced a multiple declaration warning from the SYSCTL_DECL(_dev_netmap). Modified:

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

2016-10-21 Thread Michael Tuexen
Author: tuexen Date: Fri Oct 21 11:29:25 2016 New Revision: 307727 URL: https://svnweb.freebsd.org/changeset/base/307727 Log: Document the TCP sysctl variables insecure_rst and insecure_syn. MFC after: 1 month Sponsored by: netflix Modified: head/share/man/man4/tcp.4 Modified:

svn commit: r307726 - in head/sys: netinet netinet6

2016-10-21 Thread Michael Tuexen
Author: tuexen Date: Fri Oct 21 10:32:57 2016 New Revision: 307726 URL: https://svnweb.freebsd.org/changeset/base/307726 Log: Make ICMPv6 hard error handling for TCP consistent with the ICMPv4 handling. Ensure that: * Protocol unreachable errors are handled by indicating ECONNREFUSED to

svn commit: r307725 - stable/11/sys/boot/userboot/userboot

2016-10-21 Thread Baptiste Daroussin
Author: bapt Date: Fri Oct 21 09:15:34 2016 New Revision: 307725 URL: https://svnweb.freebsd.org/changeset/base/307725 Log: MFC: r307316 Fix build WITHOUT_FORTH Sponsored by: Gandi.net Modified: stable/11/sys/boot/userboot/userboot/Makefile Directory Properties: stable/11/

svn commit: r307724 - stable/11/usr.bin/sed/tests

2016-10-21 Thread Ngie Cooper
Author: ngie Date: Fri Oct 21 08:40:24 2016 New Revision: 307724 URL: https://svnweb.freebsd.org/changeset/base/307724 Log: MFC r303367: Testcase 7.8 no longer needs to be marked TODO It passes out of the box today Modified: stable/11/usr.bin/sed/tests/multi_test.sh Directory

svn commit: r307723 - stable/11/tests/sys

2016-10-21 Thread Ngie Cooper
Author: ngie Date: Fri Oct 21 08:38:18 2016 New Revision: 307723 URL: https://svnweb.freebsd.org/changeset/base/307723 Log: MFC r305963,r305970: r305963: Reindent TESTSDIR definition for consistency/readability r305970: Remove change accidentally committed via r305963 for

svn commit: r307722 - in stable/10/libexec/atf: atf-check atf-sh

2016-10-21 Thread Ngie Cooper
Author: ngie Date: Fri Oct 21 08:36:30 2016 New Revision: 307722 URL: https://svnweb.freebsd.org/changeset/base/307722 Log: MFstable/11 r307721: MFC r306029: Use SRCTOP instead of the longhand version for defining the path to contrib/atf Modified:

svn commit: r307721 - in stable/11/libexec/atf: atf-check atf-sh

2016-10-21 Thread Ngie Cooper
Author: ngie Date: Fri Oct 21 08:35:20 2016 New Revision: 307721 URL: https://svnweb.freebsd.org/changeset/base/307721 Log: MFC r306029: Use SRCTOP instead of the longhand version for defining the path to contrib/atf Modified: stable/11/libexec/atf/atf-check/Makefile

svn commit: r307720 - in stable/11/lib/libc/tests: net/getaddrinfo sys

2016-10-21 Thread Ngie Cooper
Author: ngie Date: Fri Oct 21 08:33:51 2016 New Revision: 307720 URL: https://svnweb.freebsd.org/changeset/base/307720 Log: MFC r305961: Re-add PACKAGE=> tests to lib/libc/tests/net/getaddrinfo/Makefile and add it to lib/libc/tests/sys/Makefile [*] Even though make -VPACKAGE and

svn commit: r307719 - stable/10/lib/libc/tests/stdio

2016-10-21 Thread Ngie Cooper
Author: ngie Date: Fri Oct 21 08:32:26 2016 New Revision: 307719 URL: https://svnweb.freebsd.org/changeset/base/307719 Log: MFstable/11 r307718: MFC r305920: Remove spurious newlines from atf_tc_fail calls This changes the results from broken (incorrect) to failed (correct) on

svn commit: r307718 - stable/11/lib/libc/tests/stdio

2016-10-21 Thread Ngie Cooper
Author: ngie Date: Fri Oct 21 08:31:15 2016 New Revision: 307718 URL: https://svnweb.freebsd.org/changeset/base/307718 Log: MFC r305920: Remove spurious newlines from atf_tc_fail calls This changes the results from broken (incorrect) to failed (correct) on i386 Modified:

svn commit: r307717 - in stable/11/lib/libc/tests: iconv net/getaddrinfo

2016-10-21 Thread Ngie Cooper
Author: ngie Date: Fri Oct 21 08:29:17 2016 New Revision: 307717 URL: https://svnweb.freebsd.org/changeset/base/307717 Log: MFC r305919: Don't define PACKAGE in lib/libc/tests/{iconv,net/getaddrinfo} needlessly This is already being done by bsd.test.mk The other subdirectory

svn commit: r307716 - stable/10/tests/sys/mac/bsdextended

2016-10-21 Thread Ngie Cooper
Author: ngie Date: Fri Oct 21 08:25:03 2016 New Revision: 307716 URL: https://svnweb.freebsd.org/changeset/base/307716 Log: MFstable/11 r307715: MFC r305916,r305918: r305916: Make sure $TMPDIR is created with 0755 permissions This is required to ensure that the temporary

svn commit: r307715 - stable/11/tests/sys/mac/bsdextended

2016-10-21 Thread Ngie Cooper
Author: ngie Date: Fri Oct 21 08:22:39 2016 New Revision: 307715 URL: https://svnweb.freebsd.org/changeset/base/307715 Log: MFC r305916,r305918: r305916: Make sure $TMPDIR is created with 0755 permissions This is required to ensure that the temporary script can be executed, as

svn commit: r307714 - head/sys/dev/hyperv/netvsc

2016-10-21 Thread Sepherosa Ziehau
Author: sephe Date: Fri Oct 21 08:21:23 2016 New Revision: 307714 URL: https://svnweb.freebsd.org/changeset/base/307714 Log: hyperv/hn: Function renaming; consistent w/ hardware capabilities query. MFC after:1 week Sponsored by: Microsoft Differential Revision:

svn commit: r307713 - head/tools/build/mk

2016-10-21 Thread Ngie Cooper
Author: ngie Date: Fri Oct 21 08:12:18 2016 New Revision: 307713 URL: https://svnweb.freebsd.org/changeset/base/307713 Log: Remove /usr/libexec/bsdinstall/hardening if MK_BSDINSTALL == no MFC after:3 days Sponsored by: Dell EMC Isilon Modified:

svn commit: r307712 - in head/sys: dev/hyperv/netvsc net

2016-10-21 Thread Sepherosa Ziehau
Author: sephe Date: Fri Oct 21 08:02:05 2016 New Revision: 307712 URL: https://svnweb.freebsd.org/changeset/base/307712 Log: hyperv/hn: Add network change support. Currently the network change is simulated by link status changes. MFC after:1 week Sponsored by: Microsoft

svn commit: r307711 - head/sys/dev/hyperv/netvsc

2016-10-21 Thread Sepherosa Ziehau
Author: sephe Date: Fri Oct 21 07:46:35 2016 New Revision: 307711 URL: https://svnweb.freebsd.org/changeset/base/307711 Log: hyperv/hn: Check NVS version for HASHVAL pktinfo on sending path. MFC after:1 week Sponsored by: Microsoft Differential Revision:

svn commit: r307710 - head/sys/dev/hyperv/netvsc

2016-10-21 Thread Sepherosa Ziehau
Author: sephe Date: Fri Oct 21 07:37:29 2016 New Revision: 307710 URL: https://svnweb.freebsd.org/changeset/base/307710 Log: hyperv/hn: Always query RSS capabilities. - This avoid distributing NDIS version check. - Only NDIS 6.20 required (earlier NDIS uses different indirect table

svn commit: r307709 - head/sys/conf

2016-10-21 Thread Sepherosa Ziehau
Author: sephe Date: Fri Oct 21 07:35:49 2016 New Revision: 307709 URL: https://svnweb.freebsd.org/changeset/base/307709 Log: LINT: Unhook netmap from LINT-NOIP and LINT-NOINET temporarily. After fixing ptnet NOINET support, netmap can be linked back to these two LINTs. Sponsored by:

svn commit: r307708 - in head/tools/regression/bpf/bpf_filter: . tests

2016-10-21 Thread Jung-uk Kim
Author: jkim Date: Fri Oct 21 06:56:30 2016 New Revision: 307708 URL: https://svnweb.freebsd.org/changeset/base/307708 Log: Clean up and add some test cases for ALU instructions. Added: head/tools/regression/bpf/bpf_filter/tests/test0085.h (contents, props changed)

svn commit: r307707 - in head: share/man/man4 sys/amd64/amd64 sys/i386/i386 sys/net

2016-10-21 Thread Jung-uk Kim
Author: jkim Date: Fri Oct 21 06:55:07 2016 New Revision: 307707 URL: https://svnweb.freebsd.org/changeset/base/307707 Log: Implement BPF_MOD and BPF_XOR instructions. These two ALU instructions first appeared on Linux. Then, libpcap adopted and made them available since 1.6.2. Now

svn commit: r307706 - head/sys/dev/netmap

2016-10-21 Thread Sepherosa Ziehau
Author: sephe Date: Fri Oct 21 06:32:45 2016 New Revision: 307706 URL: https://svnweb.freebsd.org/changeset/base/307706 Log: netmap: Unbreak LINT-VIMAGE building Sponsored by: Microsoft Modified: head/sys/dev/netmap/netmap_freebsd.c Modified: head/sys/dev/netmap/netmap_freebsd.c

svn commit: r307705 - in head/sys: amd64/amd64 i386/i386

2016-10-21 Thread Jung-uk Kim
Author: jkim Date: Fri Oct 21 06:09:30 2016 New Revision: 307705 URL: https://svnweb.freebsd.org/changeset/base/307705 Log: Redude code for conditional jumps. Modified: head/sys/amd64/amd64/bpf_jit_machdep.c head/sys/i386/i386/bpf_jit_machdep.c Modified:

svn commit: r307704 - in head/sys: amd64/amd64 i386/i386

2016-10-21 Thread Jung-uk Kim
Author: jkim Date: Fri Oct 21 06:06:54 2016 New Revision: 307704 URL: https://svnweb.freebsd.org/changeset/base/307704 Log: Fix compiler warnings for user land. Modified: head/sys/amd64/amd64/bpf_jit_machdep.c head/sys/i386/i386/bpf_jit_machdep.c Modified:

svn commit: r307703 - head/sys/dev/netmap

2016-10-21 Thread Sepherosa Ziehau
Author: sephe Date: Fri Oct 21 06:05:16 2016 New Revision: 307703 URL: https://svnweb.freebsd.org/changeset/base/307703 Log: netmap: Unbreak i386 LINT building Sponsored by: Microsoft Modified: head/sys/dev/netmap/netmap_freebsd.c Modified: head/sys/dev/netmap/netmap_freebsd.c