svn commit: r327173 - in head/sys: arm/allwinner arm/allwinner/clk arm/arm arm/broadcom/bcm2835 arm64/arm64 cam/ata cam/scsi dev/al_eth dev/axgbe dev/e1000 dev/extres/clk dev/extres/regulator dev/f...

2017-12-24 Thread Alexander Kabaev
Author: kan Date: Mon Dec 25 04:48:39 2017 New Revision: 327173 URL: https://svnweb.freebsd.org/changeset/base/327173 Log: Do pass removing some write-only variables from the kernel. This reduces noise when kernel is compiled by newer GCC versions, such as one used by external toolchain

svn commit: r327168 - head/sys/vm

2017-12-24 Thread Mark Johnston
Author: markj Date: Sun Dec 24 19:45:16 2017 New Revision: 327168 URL: https://svnweb.freebsd.org/changeset/base/327168 Log: Fix two problems with the page daemon control loop. Both issues caused the page daemon to erroneously go to sleep when applications are consuming free pages at a

svn commit: r327167 - head/sys/cddl/contrib/opensolaris/uts/common/sys

2017-12-24 Thread Dimitry Andric
Author: dim Date: Sun Dec 24 19:17:15 2017 New Revision: 327167 URL: https://svnweb.freebsd.org/changeset/base/327167 Log: Remove obsolete register keyword from opensolaris's sysmacros.h. When compiling zfsd with recent clang, it leads to a warning about the register storage class being

svn commit: r327166 - head/sys/x86/isa

2017-12-24 Thread Warner Losh
Author: imp Date: Sun Dec 24 17:59:48 2017 New Revision: 327166 URL: https://svnweb.freebsd.org/changeset/base/327166 Log: Further investigation shows this shouldn't have been added at all. Remove it. Modified: head/sys/x86/isa/orm.c Modified: head/sys/x86/isa/orm.c

Re: svn commit: r327140 - head/sbin/ipfw

2017-12-24 Thread Cy Schubert
In message , "Andrey V. Elsukov " writes: > This is an OpenPGP/MIME signed message (RFC 4880 and 3156) > --hploe8mi8b5CeIbHnELgS0brwST9uiIfp > Content-Type: multipart/mixed; boundary="Ua6VdxS4jpKDm90X0cEvNMeMts7m7TLRO"; > protected-headers="v1" >

svn commit: r327164 - in head/contrib/binutils: bfd include

2017-12-24 Thread Dimitry Andric
Author: dim Date: Sun Dec 24 16:51:59 2017 New Revision: 327164 URL: https://svnweb.freebsd.org/changeset/base/327164 Log: Fix clang 6.0.0 compiler warnings in binutils Latest clang git has a warning -Wnull-pointer-arithmetic which will trigger a -Werror failure. Addition and subtraction

svn commit: r327163 - head/usr.sbin/efibootmgr

2017-12-24 Thread Alexander Kabaev
Author: kan Date: Sun Dec 24 16:39:57 2017 New Revision: 327163 URL: https://svnweb.freebsd.org/changeset/base/327163 Log: Remove write-only opt and useless optlen variables. This squashes the warning gebnerated by GCC 6.x. Since variables that are now removed had come documentation

svn commit: r327162 - head/sys/x86/isa

2017-12-24 Thread Warner Losh
Author: imp Date: Sun Dec 24 16:36:50 2017 New Revision: 327162 URL: https://svnweb.freebsd.org/changeset/base/327162 Log: Comment this out until I have time to get to the bottom of why it's failing for some people. Modified: head/sys/x86/isa/orm.c Modified: head/sys/x86/isa/orm.c

svn commit: r327161 - head/share/mk

2017-12-24 Thread Dimitry Andric
Author: dim Date: Sun Dec 24 16:34:54 2017 New Revision: 327161 URL: https://svnweb.freebsd.org/changeset/base/327161 Log: Follow-up to r326375, by moving the block that disables errors on the new clang 6.0.0 -Wtautological-constant-compare warning to the WARNS <= 6 level. (This warning is

Re: svn commit: r327013 - head/sys/net

2017-12-24 Thread Oleg Bulyzhin
On Sat, Dec 23, 2017 at 11:13:37PM -0500, Stephen Hurd wrote: > Hrm, can you try it with: > optionsEARLY_AP_STARTUP > > In slave-amd64-smp-debug? yes, it does boot now: ix0: port 0xcc00-0xcc1f mem 0xfd

Re: svn commit: r327120 - in head/sys: isa x86/isa

2017-12-24 Thread Colin Percival
On 12/23/17 14:57, Warner Losh wrote: > - device_probe_and_attach(child); > + err = device_probe_and_attach(child); > + if (err == 0 && idev->id_vendorid == 0 && > + strcmp(kern_ident, "GENERIC") == 0) > + device_printf(child,