svn commit: r308568 - head/sys/dev/acpi_support

2016-11-11 Thread Alexander Motin
Author: mav Date: Sat Nov 12 05:09:39 2016 New Revision: 308568 URL: https://svnweb.freebsd.org/changeset/base/308568 Log: Set of improvements to acpi_hp(4) driver. - Attach only to WMI devices that provide supported GUIDs. HP Spectre x360 has two WMI devices, only one of which

Re: svn commit: r308175 - head/libexec/ftpd

2016-11-11 Thread Kurt Lidl
On 11/10/16 4:25 PM, Matteo Riondato wrote: On Nov 1, 2016, at 2:18 PM, Kurt Lidl wrote: Author: lidl Date: Tue Nov 1 18:18:09 2016 New Revision: 308175 URL: https://svnweb.freebsd.org/changeset/base/308175 Log: Revisit blacklistd support in ftpd This commit is

svn commit: r308567 - head/libexec/ftpd

2016-11-11 Thread Kurt Lidl
Author: lidl Date: Sat Nov 12 03:07:41 2016 New Revision: 308567 URL: https://svnweb.freebsd.org/changeset/base/308567 Log: Fix build when WITHOUT_BLACKLIST=yes is specified PR: 214409 Submitted by: matthew Reported by: matteo MFC after:3 days Sponsored by:

svn commit: r308566 - head/sys/dev/virtio/console

2016-11-11 Thread Jakub Wojciech Klama
Author: jceel Date: Sat Nov 12 01:41:43 2016 New Revision: 308566 URL: https://svnweb.freebsd.org/changeset/base/308566 Log: Reserve space for control message payload (currently a port name). Approved by: trasz (mentor) Sponsored by: iXsystems, Inc. Modified:

svn commit: r308565 - head/sys/kern

2016-11-11 Thread John Baldwin
Author: jhb Date: Sat Nov 12 00:23:09 2016 New Revision: 308565 URL: https://svnweb.freebsd.org/changeset/base/308565 Log: Allow scheduling during early boot. - Send IPI wakeups once SMP is started even if cold is true. - Permit preemptions when cold is true. These changes are

svn commit: r308564 - head/sys/kern

2016-11-11 Thread John Baldwin
Author: jhb Date: Sat Nov 12 00:14:13 2016 New Revision: 308564 URL: https://svnweb.freebsd.org/changeset/base/308564 Log: Don't place threads on the run queue after waking up other CPUs. The other CPU might resume and see a still-empty runq and go back to sleep before sched_add() adds

Re: svn commit: r308563 - in head/lib: libgcc_eh libgcc_s

2016-11-11 Thread Joerg Sonnenberger
On Fri, Nov 11, 2016 at 11:28:08PM +, Ed Maste wrote: > Author: emaste > Date: Fri Nov 11 23:28:07 2016 > New Revision: 308563 > URL: https://svnweb.freebsd.org/changeset/base/308563 > > Log: > libcc_{s,eh}: build without SSP > > As in the gnu/lib/libgcc Makefile: > libgcc is

svn commit: r308563 - in head/lib: libgcc_eh libgcc_s

2016-11-11 Thread Ed Maste
Author: emaste Date: Fri Nov 11 23:28:07 2016 New Revision: 308563 URL: https://svnweb.freebsd.org/changeset/base/308563 Log: libcc_{s,eh}: build without SSP As in the gnu/lib/libgcc Makefile: libgcc is linked in last and thus cannot depend on ssp symbols coming from earlier

svn commit: r308562 - head/tools/tools/git

2016-11-11 Thread Ryan Stone
Author: rstone Date: Fri Nov 11 23:07:31 2016 New Revision: 308562 URL: https://svnweb.freebsd.org/changeset/base/308562 Log: Fix git tools when run against a worktree In a git worktree, the gitdir is in an entirely different location. In arcgit, use git rev-parse --git-dir to get the

svn commit: r308561 - head/usr.sbin/bsnmpd/modules/snmp_bridge

2016-11-11 Thread Gavin Atkinson
Author: gavin Date: Fri Nov 11 21:53:38 2016 New Revision: 308561 URL: https://svnweb.freebsd.org/changeset/base/308561 Log: Correct spelling in syslog: getttimeofday -> gettimeofday Modified: head/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_if.c Modified:

svn commit: r308560 - head/sys/dev/fdt

2016-11-11 Thread Justin Hibbits
Author: jhibbits Date: Fri Nov 11 21:29:48 2016 New Revision: 308560 URL: https://svnweb.freebsd.org/changeset/base/308560 Log: Replace another fdt_is_compatible() call. Modified: head/sys/dev/fdt/fdt_powerpc.c Modified: head/sys/dev/fdt/fdt_powerpc.c

svn commit: r308559 - head/contrib/llvm/lib/Target/AArch64

2016-11-11 Thread Dimitry Andric
Author: dim Date: Fri Nov 11 21:01:45 2016 New Revision: 308559 URL: https://svnweb.freebsd.org/changeset/base/308559 Log: Pull in r263169 from upstream llvm trunk (by Tim Northover): AArch64: only try to use scaled fcvt ops on legal vector types. Before we ended up calling

svn commit: r308558 - head/sys/sys

2016-11-11 Thread Conrad E. Meyer
Author: cem Date: Fri Nov 11 20:44:33 2016 New Revision: 308558 URL: https://svnweb.freebsd.org/changeset/base/308558 Log: queue.3: Document existing QMD_* macros Feedback from:bapt, bdrewery, emaste Sponsored by: Dell EMC Isilon Differential Revision:

svn commit: r308553 - head/sys/dev/ioat

2016-11-11 Thread Conrad E. Meyer
Author: cem Date: Fri Nov 11 20:09:54 2016 New Revision: 308553 URL: https://svnweb.freebsd.org/changeset/base/308553 Log: ioat(4): Fix race between process_events and reset_hw In the case where a hardware error is detected during ioat_process_events, hardware may advance (by one

svn commit: r308538 - head/sys/dev/cpuctl

2016-11-11 Thread Konstantin Belousov
Author: kib Date: Fri Nov 11 18:57:41 2016 New Revision: 308538 URL: https://svnweb.freebsd.org/changeset/base/308538 Log: Increase the max allowed size of the microcode update blob for x86. Newer CPUs (SkyLakes) have updates of 100K size, which is bigger than current limit 32K. Increase

svn commit: r308537 - head/lib/libgcc_s

2016-11-11 Thread Glen Barber
Author: gjb Date: Fri Nov 11 18:47:53 2016 New Revision: 308537 URL: https://svnweb.freebsd.org/changeset/base/308537 Log: Spell 'PACKAGE' correctly. Submitted by: Kyle Evans, emaste MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/lib/libgcc_s/Makefile

Re: svn commit: r308434 - in head: lib/libstand sys/boot/common sys/boot/efi/libefi sys/boot/efi/loader sys/boot/i386/libfirewire sys/boot/i386/libi386 sys/boot/mips/beri/loader sys/boot/ofw/libofw sy

2016-11-11 Thread Toomas Soome
> On 11. nov 2016, at 19:08, Warner Losh wrote: > > This suggests we've created an update / upgrade problem. Do we? > > Warner Not if the normal build suggestion (make buildworld buildkernel) is followed, as then the headers from the source tree are put in proper place as

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

2016-11-11 Thread Justin Hibbits
Author: jhibbits Date: Fri Nov 11 18:10:13 2016 New Revision: 308536 URL: https://svnweb.freebsd.org/changeset/base/308536 Log: Use ofw_bus_node_is_compatible() instead of fdt_is_compatible() No need to have two functions that do the same thing, let's let fdt_* go away, and use ofw_bus_*

svn commit: r308535 - head/sys/boot/common

2016-11-11 Thread Stephen J. Kiernan
Author: stevek Date: Fri Nov 11 17:41:17 2016 New Revision: 308535 URL: https://svnweb.freebsd.org/changeset/base/308535 Log: Add support for LOADER_RC setting in the pkgfs manifest (defaults to /loader.rc) to specify a Forth file to read from the pkgfs tarball and process by Ficl.

Re: svn commit: r308434 - in head: lib/libstand sys/boot/common sys/boot/efi/libefi sys/boot/efi/loader sys/boot/i386/libfirewire sys/boot/i386/libi386 sys/boot/mips/beri/loader sys/boot/ofw/libofw sy

2016-11-11 Thread Warner Losh
On Fri, Nov 11, 2016 at 10:20 AM, Toomas Soome wrote: > >> On 11. nov 2016, at 19:08, Warner Losh wrote: >> >> This suggests we've created an update / upgrade problem. Do we? >> >> Warner > > > Not if the normal build suggestion (make buildworld buildkernel) is

Re: svn commit: r308434 - in head: lib/libstand sys/boot/common sys/boot/efi/libefi sys/boot/efi/loader sys/boot/i386/libfirewire sys/boot/i386/libi386 sys/boot/mips/beri/loader sys/boot/ofw/libofw sy

2016-11-11 Thread Warner Losh
This suggests we've created an update / upgrade problem. Do we? Warner On Thu, Nov 10, 2016 at 11:52 PM, Kamil Czekirda wrote: > cp /usr/src/lib/libstand/libstand.h /usr/include/stand.h fixed that > > thanks > > 2016-11-10 23:28 GMT+01:00 Toomas Soome : >> >>

svn commit: r308534 - head/sys/boot/common

2016-11-11 Thread Stephen J. Kiernan
Author: stevek Date: Fri Nov 11 16:59:26 2016 New Revision: 308534 URL: https://svnweb.freebsd.org/changeset/base/308534 Log: The file_loadraw function grew an argument, update install function accordingly. Reviewed by: imp Approved by: sjg (mentor) MFC after:2 weeks

svn commit: r308533 - in head/sys/dev: fdt uart usb/net

2016-11-11 Thread Andrew Turner
Author: andrew Date: Fri Nov 11 15:42:12 2016 New Revision: 308533 URL: https://svnweb.freebsd.org/changeset/base/308533 Log: Use ofw_bus_node_is_compatible in more drivers used on arm. Sponsored by: ABT Systems Ltd Modified: head/sys/dev/fdt/fdt_arm_platform.c

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

2016-11-11 Thread Andriy Gapon
Author: avg Date: Fri Nov 11 15:16:37 2016 New Revision: 308532 URL: https://svnweb.freebsd.org/changeset/base/308532 Log: update SMB_BWRITE documentation, clarify SMB_BREAD After removal of SMB_TRANS some information in the description of SMB_BWRITE has become stale. E.g., the maximum

svn commit: r308531 - in head/sys/arm: allwinner annapurna/alpine arm at91 broadcom/bcm2835 lpc mv rockchip ti/am335x versatile

2016-11-11 Thread Andrew Turner
Author: andrew Date: Fri Nov 11 15:13:30 2016 New Revision: 308531 URL: https://svnweb.freebsd.org/changeset/base/308531 Log: Use the modern spelling of ofw_bus_node_is_compatible in sys/arm. Sponsored by: ABT Systems Ltd Modified: head/sys/arm/allwinner/aw_ccu.c

svn commit: r308530 - head/sys/dev/iicbus

2016-11-11 Thread Andriy Gapon
Author: avg Date: Fri Nov 11 15:11:54 2016 New Revision: 308530 URL: https://svnweb.freebsd.org/changeset/base/308530 Log: iicsmb: SMB_MAXBLOCKSIZE can be used again The constant was set to the correct value in r308242. While there, fix iicsmb_bread() to not use a value of an out

svn commit: r308529 - head/sys/dev/intpm

2016-11-11 Thread Andriy Gapon
Author: avg Date: Fri Nov 11 15:08:12 2016 New Revision: 308529 URL: https://svnweb.freebsd.org/changeset/base/308529 Log: intpm: clean up intsmb_bread and intsmb_pcall The hardware does not implement SMBus Process Call command, so remove ifdef-ed out code from intsmb_pcall. The code

svn commit: r308527 - head/sys/dev/smbus

2016-11-11 Thread Andriy Gapon
Author: avg Date: Fri Nov 11 14:41:02 2016 New Revision: 308527 URL: https://svnweb.freebsd.org/changeset/base/308527 Log: smb: fix SMB_READB, SMB_READW, SMB_PCALL to work as documented Previously, those ioctls were defined as 'in' only, so rdata.byte and rdata.word were never updated in

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

2016-11-11 Thread Andrew Turner
Author: andrew Date: Fri Nov 11 14:30:09 2016 New Revision: 308526 URL: https://svnweb.freebsd.org/changeset/base/308526 Log: Fix ata_at91_alloc_resource to use rman_res_t. Sponsored by: ABT Systems Ltd Modified: head/sys/arm/at91/at91_cfata.c Modified: head/sys/arm/at91/at91_cfata.c

svn commit: r308525 - in head/sys/arm: altera/socfpga freescale/vybrid rockchip samsung/exynos xilinx

2016-11-11 Thread Andrew Turner
Author: andrew Date: Fri Nov 11 14:22:35 2016 New Revision: 308525 URL: https://svnweb.freebsd.org/changeset/base/308525 Log: Remove more unneeded users of the fdt_pic_decode_t table. Sponsored by: ABT Systems Ltd Deleted: head/sys/arm/rockchip/rk30xx_common.c Modified:

svn commit: r308524 - head/sys/dev/fdt

2016-11-11 Thread Andrew Turner
Author: andrew Date: Fri Nov 11 14:19:12 2016 New Revision: 308524 URL: https://svnweb.freebsd.org/changeset/base/308524 Log: Replace OF_getprop ... fdt32_to_cpu with OF_getencprop. The latter correctly adjusts for the endian. MFC after:1 week Sponsored by: ABT Systems Ltd