svn commit: r308673 - head/sbin/ipfw

2016-11-14 Thread Andrey V. Elsukov
Author: ae Date: Tue Nov 15 07:13:16 2016 New Revision: 308673 URL: https://svnweb.freebsd.org/changeset/base/308673 Log: Add missing support of named lookup tables to the IPv6 code. PR: 214419 MFC after:1 week Sponsored by: Yandex LLC Modified: head/sbin/ipfw/ipfw2.c

svn commit: r308672 - in head/sys: arm/allwinner arm/allwinner/clk boot/fdt/dts/arm

2016-11-14 Thread Emmanuel Vadot
Author: manu Date: Tue Nov 15 07:08:33 2016 New Revision: 308672 URL: https://svnweb.freebsd.org/changeset/base/308672 Log: Upstream DTS provides PLL3 and PLL7 nodes (and their x2 form), so remove them from our DTS and adapt the code to handle them correctly. This fix HDMI video on A20.

svn commit: r308671 - head/share/zoneinfo

2016-11-14 Thread Julian Elischer
Author: julian Date: Tue Nov 15 06:37:44 2016 New Revision: 308671 URL: https://svnweb.freebsd.org/changeset/base/308671 Log: When you select make OLDTIMEZONES=1 then you need a few added directories to be made or the command fails Sponsored by: panzura Modified:

svn commit: r308670 - head/sys/powerpc/conf

2016-11-14 Thread Justin Hibbits
Author: jhibbits Date: Tue Nov 15 05:05:51 2016 New Revision: 308670 URL: https://svnweb.freebsd.org/changeset/base/308670 Log: Add sdhci and mmc drivers to MPC85XX/MPC85XXSPE sdhci was missing from MPC85XXSPE, and mmc/mmcsd were missing from both. Modified:

svn commit: r308669 - head/sys/powerpc/mpc85xx

2016-11-14 Thread Justin Hibbits
Author: jhibbits Date: Tue Nov 15 04:49:26 2016 New Revision: 308669 URL: https://svnweb.freebsd.org/changeset/base/308669 Log: Write to the correct GPIO registers. Offset 0 is the direction register, not the data register. MFC after:1 week Modified:

svn commit: r308668 - in head/sys: dev/kbdmux modules/kbdmux

2016-11-14 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Nov 15 04:12:19 2016 New Revision: 308668 URL: https://svnweb.freebsd.org/changeset/base/308668 Log: [evdev] Add evdev support to kbdmux(4) driver To enable event sourcing from kbdmux(4) kern.evdev.rcpt_mask value should have bit 1 set (this is default)

svn commit: r308667 - head/sys/kern

2016-11-14 Thread Mateusz Guzik
Author: mjg Date: Tue Nov 15 03:43:10 2016 New Revision: 308667 URL: https://svnweb.freebsd.org/changeset/base/308667 Log: cache: plug a write-only variable in cache_negative_zap_one Modified: head/sys/kern/vfs_cache.c Modified: head/sys/kern/vfs_cache.c

svn commit: r308665 - head/sys/kern

2016-11-14 Thread Mateusz Guzik
Author: mjg Date: Tue Nov 15 03:38:05 2016 New Revision: 308665 URL: https://svnweb.freebsd.org/changeset/base/308665 Log: cache: fix a race between entry removal and demotion The negative list shrinker can demote an entry with only hotlist + neglist locks held. On the other hand entry

svn commit: r308664 - in head: contrib/hyperv/tools etc/devd etc/mtree include share/man/man4 sys/conf sys/dev/hyperv/utilities sys/modules/hyperv/utilities usr.sbin/hyperv usr.sbin/hyperv/tools us...

2016-11-14 Thread Sepherosa Ziehau
Author: sephe Date: Tue Nov 15 02:36:12 2016 New Revision: 308664 URL: https://svnweb.freebsd.org/changeset/base/308664 Log: hyperv/vss: Add driver and tools for VSS VSS stands for "Volume Shadow Copy Service". Unlike virtual machine snapshot, it only takes snapshot for the virtual

svn commit: r308663 - head/sys/net80211

2016-11-14 Thread Adrian Chadd
Author: adrian Date: Tue Nov 15 01:47:37 2016 New Revision: 308663 URL: https://svnweb.freebsd.org/changeset/base/308663 Log: [net80211] announce 11n capabilities in probe requests in IBSS mode. The 802.11-2012 specification notes that a subset of IEs should be present in IBSS probe

svn commit: r308662 - head/sys/kern

2016-11-14 Thread Adrian Chadd
Author: adrian Date: Tue Nov 15 01:41:45 2016 New Revision: 308662 URL: https://svnweb.freebsd.org/changeset/base/308662 Log: [mips] enable relbuf on mips for now to work around page aliasing in mips hardware. Although the higher end MIPS hardware handles cache aliasing issues in

svn commit: r308661 - in head/sys: conf kern

2016-11-14 Thread Adrian Chadd
Author: adrian Date: Tue Nov 15 01:34:38 2016 New Revision: 308661 URL: https://svnweb.freebsd.org/changeset/base/308661 Log: [mips] make UMTX_CHAINS configurable at compile time. The default (512) wastes quite a bit of space which doesn't really buy us much on highly embedded systems

svn commit: r308659 - head/sys/contrib/vchiq/interface/compat

2016-11-14 Thread Luiz Otavio O Souza
Author: loos Date: Tue Nov 15 00:58:31 2016 New Revision: 308659 URL: https://svnweb.freebsd.org/changeset/base/308659 Log: Reduce dmesg verbosity. Modified: head/sys/contrib/vchiq/interface/compat/vchi_bsd.c Modified: head/sys/contrib/vchiq/interface/compat/vchi_bsd.c

Re: svn commit: r308432 - in head: bin/echo bin/sleep usr.bin/basename usr.bin/dc usr.bin/dirname usr.bin/fold usr.bin/getopt usr.bin/locate/bigram usr.bin/logname usr.bin/printenv usr.bin/yes

2016-11-14 Thread Conrad Meyer
On Mon, Nov 14, 2016 at 5:25 AM, Jean-Sébastien Pédron wrote: > On 08.11.2016 06:31, Conrad E. Meyer wrote: >> Author: cem >> Date: Tue Nov 8 05:31:01 2016 >> New Revision: 308432 >> URL: https://svnweb.freebsd.org/changeset/base/308432 >> >> Log: >> Capsicumize some

svn commit: r308657 - head/usr.bin/fold

2016-11-14 Thread Conrad E. Meyer
Author: cem Date: Tue Nov 15 00:24:18 2016 New Revision: 308657 URL: https://svnweb.freebsd.org/changeset/base/308657 Log: fold(1): Revert incorrect r308432 As Jean-Sébastien notes, fold(1) requires handling argv-supplied files. That will require a slightly more sophisticated approach.

svn commit: r308656 - head/sys/net80211

2016-11-14 Thread Andriy Voskoboinyk
Author: avos Date: Mon Nov 14 23:51:28 2016 New Revision: 308656 URL: https://svnweb.freebsd.org/changeset/base/308656 Log: net80211: switch from ieee80211_iterate_nodes() to ieee80211_iterate_nodes_vap() where possible; this should make the code a bit cleaner. Modified:

Re: svn commit: r308640 - in head/sys/arm: altera/socfpga broadcom/bcm2835 freescale/imx freescale/vybrid lpc mv rockchip ti ti/am335x versatile xilinx

2016-11-14 Thread Jared McNeill
On Nov 14, 2016, at 8:03 AM, Andrew Turner wrote: > > Modified: head/sys/arm/broadcom/bcm2835/bcm2835_fb.c ... > if (sc->height == 0) { > if ((OF_getprop(display, "broadcom,height", > , sizeof(cell))) > 0) > -

svn commit: r308653 - in head/sys/mips: include mips

2016-11-14 Thread Michael Zhilin
Author: mizhka Date: Mon Nov 14 21:38:36 2016 New Revision: 308653 URL: https://svnweb.freebsd.org/changeset/base/308653 Log: [MIPS] Print Config7 on boot for several MIPS architectures Config7 contains useful fields, for instance, field AR indicating that the D-cache is configured to

svn commit: r308651 - head/sys/arm/conf

2016-11-14 Thread Luiz Otavio O Souza
Author: loos Date: Mon Nov 14 20:57:30 2016 New Revision: 308651 URL: https://svnweb.freebsd.org/changeset/base/308651 Log: Add the cpsw, the NIC driver for ti/am335x, to GENERIC kernel. While here: - remove 'device mii' - included by miibus; - remove 'device smcphy' - included by

svn commit: r308650 - in head/sys/dev/rtwn: rtl8192c/usb rtl8812a/usb rtl8821a/usb

2016-11-14 Thread Andriy Voskoboinyk
Author: avos Date: Mon Nov 14 20:37:07 2016 New Revision: 308650 URL: https://svnweb.freebsd.org/changeset/base/308650 Log: rtwn: drop excessive includes. Since rom_defs.h is included in rxxx_var.h there is no need to include both of them. Submitted by: kevlo Modified:

svn commit: r308649 - head/sys/arm/conf

2016-11-14 Thread Luiz Otavio O Souza
Author: loos Date: Mon Nov 14 19:53:46 2016 New Revision: 308649 URL: https://svnweb.freebsd.org/changeset/base/308649 Log: Build the Ti/AM335x DTBs as part of GENERIC kernel. Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/sys/arm/conf/GENERIC Modified:

svn commit: r308644 - head/sys/riscv/riscv

2016-11-14 Thread Ruslan Bukin
Author: br Date: Mon Nov 14 18:30:03 2016 New Revision: 308644 URL: https://svnweb.freebsd.org/changeset/base/308644 Log: Check if L2 entry exists for the given VA before loading L3 entry. This is a fix for a panic that was easy to reproduce executing "(/bin/ls &)" in the shell.

svn commit: r308643 - head/sys/dev/e1000

2016-11-14 Thread Sean Bruno
Author: sbruno Date: Mon Nov 14 17:19:03 2016 New Revision: 308643 URL: https://svnweb.freebsd.org/changeset/base/308643 Log: Update WOL support for newer em(4) devices. Do not overwrite the contents of the WUC register, add E1000_WUC_PME_EN to the register contents, leaving the default

Re: svn commit: r308432 - in head: bin/echo bin/sleep usr.bin/basename usr.bin/dc usr.bin/dirname usr.bin/fold usr.bin/getopt usr.bin/locate/bigram usr.bin/logname usr.bin/printenv usr.bin/yes

2016-11-14 Thread Jean-Sébastien Pédron
On 08.11.2016 06:31, Conrad E. Meyer wrote: > Author: cem > Date: Tue Nov 8 05:31:01 2016 > New Revision: 308432 > URL: https://svnweb.freebsd.org/changeset/base/308432 > > Log: > Capsicumize some trivial stdio programs > > Trivially capsicumize some simple programs that just interact

svn commit: r308642 - head/sys/kern

2016-11-14 Thread Konstantin Belousov
Author: kib Date: Mon Nov 14 13:20:10 2016 New Revision: 308642 URL: https://svnweb.freebsd.org/changeset/base/308642 Log: Initialize reserved bytes in struct mq_attr and its 32compat counterpart, to avoid kernel stack content leak in kmq_setattr(2) syscall. Also slightly simplify the

svn commit: r308641 - head/sys/sys

2016-11-14 Thread Konrad Witaszczyk
Author: def Date: Mon Nov 14 12:56:18 2016 New Revision: 308641 URL: https://svnweb.freebsd.org/changeset/base/308641 Log: Move text dump version as it's not an architecture version. Reported by: jhb Approved by: pjd (mentor) Modified: head/sys/sys/kerneldump.h Modified:

svn commit: r308640 - in head/sys/arm: altera/socfpga broadcom/bcm2835 freescale/imx freescale/vybrid lpc mv rockchip ti ti/am335x versatile xilinx

2016-11-14 Thread Andrew Turner
Author: andrew Date: Mon Nov 14 12:03:08 2016 New Revision: 308640 URL: https://svnweb.freebsd.org/changeset/base/308640 Log: Use the correct OF_getencprop over OF_getprop + fdt32_to_cpu to read integer data from the device tree. Sponsored by: ABT Systems Ltd Modified:

svn commit: r308639 - in head/sys/arm: allwinner amlogic/aml8726 annapurna/alpine freescale/imx ti

2016-11-14 Thread Andrew Turner
Author: andrew Date: Mon Nov 14 11:52:22 2016 New Revision: 308639 URL: https://svnweb.freebsd.org/changeset/base/308639 Log: Move including fdt_pinctrl.h after openfirm.h to get th edefinition of phandle_t and remove the need for including fdt_common.h. Sponsored by: ABT Systems Ltd

svn commit: r308638 - in head/sys/arm: allwinner allwinner/a10 allwinner/a20 allwinner/clk altera/socfpga amlogic/aml8726 annapurna/alpine arm at91 broadcom/bcm2835 freescale/imx freescale/vybrid l...

2016-11-14 Thread Andrew Turner
Author: andrew Date: Mon Nov 14 11:41:22 2016 New Revision: 308638 URL: https://svnweb.freebsd.org/changeset/base/308638 Log: Stop including fdt_common.h from the arm code when it's unneeded. Sponsored by: ABT Systems Ltd Modified: head/sys/arm/allwinner/a10/a10_intc.c

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

2016-11-14 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Nov 14 10:41:04 2016 New Revision: 308637 URL: https://svnweb.freebsd.org/changeset/base/308637 Log: Fix function prototypes in usbdi(9) man page, and tweak it a little. MFC after:1 month Modified: head/share/man/man9/usbdi.9 Modified: