Re: svn commit: r363031 - in head: contrib/bmake contrib/bmake/lst.lib contrib/bmake/mk contrib/bmake/mk/sys contrib/bmake/unit-tests usr.bin/bmake (make now broken)

2020-07-08 Thread Yuri Pankov
Mark Millard wrote: On 2020-Jul-8, at 20:35, Yuri Pankov wrote: Mark Millard wrote: This seems to have broken doing buildworld buildkernel and other things using make: make[2]: "/usr/src/share/mk/bsd.compiler.mk" line 197: warning: String comparison operator should be either == or !=

Re: svn commit: r363031 - in head: contrib/bmake contrib/bmake/lst.lib contrib/bmake/mk contrib/bmake/mk/sys contrib/bmake/unit-tests usr.bin/bmake (make now broken)

2020-07-08 Thread Mark Millard via svn-src-head
On 2020-Jul-8, at 20:35, Yuri Pankov wrote: > Mark Millard wrote: >> This seems to have broken doing buildworld buildkernel and >> other things using make: >> make[2]: "/usr/src/share/mk/bsd.compiler.mk" line 197: warning: String >> comparison operator should be either == or != >> make[2]:

Re: svn commit: r363031 - in head: contrib/bmake contrib/bmake/lst.lib contrib/bmake/mk contrib/bmake/mk/sys contrib/bmake/unit-tests usr.bin/bmake

2020-07-08 Thread Cy Schubert
In message <45359.1594266...@kaos.jnpr.net>, "Simon J. Gerraty" writes: > Cy Schubert wrote: > > This broke ports. > > I've reverted the change. > > Let me know if you still see issue. As I said in my email, all I did was revert cond.c, and that fixed it. You don't need to revert the whole

Re: svn commit: r363031 - in head: contrib/bmake contrib/bmake/lst.lib contrib/bmake/mk contrib/bmake/mk/sys contrib/bmake/unit-tests usr.bin/bmake (make now broken)

2020-07-08 Thread Simon J. Gerraty via svn-src-head
Mark Millard wrote: > [External Email. Be cautious of content] > > > This seems to have broken doing buildworld buildkernel and > other things using make: Ouch sorry I saw this at one point but couldn't reproduce while trying to work out what it was complaining about. The line numbers did/do

Re: svn commit: r363031 - in head: contrib/bmake contrib/bmake/lst.lib contrib/bmake/mk contrib/bmake/mk/sys contrib/bmake/unit-tests usr.bin/bmake

2020-07-08 Thread Simon J. Gerraty via svn-src-head
Cy Schubert wrote: > This broke ports. I've reverted the change. Let me know if you still see issue. > > cwsys# make checksum > make: "/usr/ports/Mk/Uses/python.mk" line 367: warning: String comparison > operator should be either == or != > make: "/usr/ports/Mk/Uses/python.mk" line 367:

svn commit: r363035 - in head: contrib/bmake contrib/bmake/lst.lib contrib/bmake/mk contrib/bmake/mk/sys contrib/bmake/unit-tests usr.bin/bmake

2020-07-08 Thread Simon J. Gerraty
Author: sjg Date: Thu Jul 9 03:46:07 2020 New Revision: 363035 URL: https://svnweb.freebsd.org/changeset/base/363035 Log: Revert r363031 Modified: head/contrib/bmake/ChangeLog head/contrib/bmake/FILES head/contrib/bmake/LICENSE head/contrib/bmake/VERSION head/contrib/bmake/arch.c

Re: svn commit: r363031 - in head: contrib/bmake contrib/bmake/lst.lib contrib/bmake/mk contrib/bmake/mk/sys contrib/bmake/unit-tests usr.bin/bmake (make now broken)

2020-07-08 Thread Yuri Pankov
Mark Millard wrote: This seems to have broken doing buildworld buildkernel and other things using make: make[2]: "/usr/src/share/mk/bsd.compiler.mk" line 197: warning: String comparison operator should be either == or != make[2]: "/usr/src/share/mk/bsd.compiler.mk" line 197: warning: String

Re: svn commit: r363031 - in head: contrib/bmake contrib/bmake/lst.lib contrib/bmake/mk contrib/bmake/mk/sys contrib/bmake/unit-tests usr.bin/bmake

2020-07-08 Thread Cy Schubert
In message <202007082120.068lkcen067...@repo.freebsd.org>, "Simon J. Gerraty" w rites: > Author: sjg > Date: Wed Jul 8 21:20:12 2020 > New Revision: 363031 > URL: https://svnweb.freebsd.org/changeset/base/363031 > > Log: > Update to bmake-20200704 > > Key changes include reduced noise at

svn commit: r363034 - in head/sys/geom: . cache concat eli journal label mirror mountver multipath nop part raid raid3 stripe vinum virstor

2020-07-08 Thread Xin LI
Author: delphij Date: Thu Jul 9 02:52:39 2020 New Revision: 363034 URL: https://svnweb.freebsd.org/changeset/base/363034 Log: sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/". Reviewed by: cem MFC after:2 weeks Differential Revision:

Re: svn commit: r363031 - in head: contrib/bmake contrib/bmake/lst.lib contrib/bmake/mk contrib/bmake/mk/sys contrib/bmake/unit-tests usr.bin/bmake (make now broken)

2020-07-08 Thread Mark Millard via svn-src-head
This seems to have broken doing buildworld buildkernel and other things using make: make[2]: "/usr/src/share/mk/bsd.compiler.mk" line 197: warning: String comparison operator should be either == or != make[2]: "/usr/src/share/mk/bsd.compiler.mk" line 197: warning: String comparison operator

svn commit: r363032 - in head: etc/mtree include

2020-07-08 Thread Olivier Cochard
Author: olivier (ports committer) Date: Wed Jul 8 21:40:27 2020 New Revision: 363032 URL: https://svnweb.freebsd.org/changeset/base/363032 Log: Install extra TCP stack header files: They are needed to compile a userland component of TCP Blackbox Recorder as example. Approved by: rrs

svn commit: r363031 - in head: contrib/bmake contrib/bmake/lst.lib contrib/bmake/mk contrib/bmake/mk/sys contrib/bmake/unit-tests usr.bin/bmake

2020-07-08 Thread Simon J. Gerraty
Author: sjg Date: Wed Jul 8 21:20:12 2020 New Revision: 363031 URL: https://svnweb.freebsd.org/changeset/base/363031 Log: Update to bmake-20200704 Key changes include reduced noise at end of failed build log and avoid evaluation of unnecessary terms in conditionals. MFC after:1

svn commit: r363021 - head/sys/dev/iicbus/twsi

2020-07-08 Thread Emmanuel Vadot
Author: manu Date: Wed Jul 8 19:14:44 2020 New Revision: 363021 URL: https://svnweb.freebsd.org/changeset/base/363021 Log: twsi: Fix for > Allwinner A20 Every revision of twsi after the A20 have a bug where we need to write again the control register after each interrupts. We also need

svn commit: r363020 - head/lib/libkvm/tests

2020-07-08 Thread Alfredo Dal'Ava Junior
Author: alfredo Date: Wed Jul 8 18:58:44 2020 New Revision: 363020 URL: https://svnweb.freebsd.org/changeset/base/363020 Log: test: add libkvm read test This test checks if value received from kvm_read is sane, based on value returned by sysctl interface. This should catch

svn commit: r363015 - head/sys/dev/extres/syscon

2020-07-08 Thread Emmanuel Vadot
Author: manu Date: Wed Jul 8 17:14:44 2020 New Revision: 363015 URL: https://svnweb.freebsd.org/changeset/base/363015 Log: extres/syscon_generic: Make device quiet if not in boot verbose On some boards there is a lot of of syscon node that are unused as more specific drivers is probed

svn commit: r363014 - in head: sys/geom/eli tests/sys/geom/class/eli

2020-07-08 Thread Alan Somers
Author: asomers Date: Wed Jul 8 17:12:12 2020 New Revision: 363014 URL: https://svnweb.freebsd.org/changeset/base/363014 Log: geli: enable direct dispatch geli does all of its crypto operations in a separate thread pool, so g_eli_start, g_eli_read_done, and g_eli_write_done don't

svn commit: r363013 - head/contrib/llvm-project/clang/lib/Sema

2020-07-08 Thread Dimitry Andric
Author: dim Date: Wed Jul 8 16:50:47 2020 New Revision: 363013 URL: https://svnweb.freebsd.org/changeset/base/363013 Log: Merge commit 065fc1eafe7c from llvm git (by Richard Smith): PR45521: Preserve the value kind when performing a standard conversion sequence on a glvalue

svn commit: r363012 - head/sys/netinet

2020-07-08 Thread Michael Tuexen
Author: tuexen Date: Wed Jul 8 16:23:40 2020 New Revision: 363012 URL: https://svnweb.freebsd.org/changeset/base/363012 Log: Improve consistency. MFC after:1 week Modified: head/sys/netinet/sctp_input.c Modified: head/sys/netinet/sctp_input.c

svn commit: r363011 - head/sys/netinet

2020-07-08 Thread Michael Tuexen
Author: tuexen Date: Wed Jul 8 16:04:06 2020 New Revision: 363011 URL: https://svnweb.freebsd.org/changeset/base/363011 Log: Fix error description. MFC after:1 week Modified: head/sys/netinet/sctp_indata.c Modified: head/sys/netinet/sctp_indata.c

svn commit: r363010 - head/sys/netinet

2020-07-08 Thread Michael Tuexen
Author: tuexen Date: Wed Jul 8 15:49:30 2020 New Revision: 363010 URL: https://svnweb.freebsd.org/changeset/base/363010 Log: Don't accept FORWARD-TSN chunks when I-FORWARD-TSN was negotiated and vice versa. MFC after:1 week Modified: head/sys/netinet/sctp_input.c

svn commit: r363008 - head/sys/netinet

2020-07-08 Thread Michael Tuexen
Author: tuexen Date: Wed Jul 8 12:25:19 2020 New Revision: 363008 URL: https://svnweb.freebsd.org/changeset/base/363008 Log: Improve handling of PKTDROP chunks. This includes the input validation to address two issues found by ossfuzz testing the userland stack: *

Re: Introduce WITH(OUT)_LTO? (was: Re: svn commit: r362987 - in head: contrib/bc usr.bin/gh-bc)

2020-07-08 Thread Mark Millard via svn-src-head
On 2020-Jul-8, at 01:28, Stefan Eßer wrote: > Am 08.07.20 um 09:01 schrieb Mark Millard: >> The following is more informational than anything as far >> as I'm concerned. But there may be implications that I'm >> unaware of. (I sometimes experiment with toolchain use >> to see what the current

Introduce WITH(OUT)_LTO? (was: Re: svn commit: r362987 - in head: contrib/bc usr.bin/gh-bc)

2020-07-08 Thread Stefan Eßer
Am 08.07.20 um 09:01 schrieb Mark Millard: > The following is more informational than anything as far > as I'm concerned. But there may be implications that I'm > unaware of. (I sometimes experiment with toolchain use > to see what the current status is for such use.) > > I attempted to build a

Re: svn commit: r362987 - in head: contrib/bc usr.bin/gh-bc

2020-07-08 Thread Mark Millard via svn-src-head
The following is more informational than anything as far as I'm concerned. But there may be implications that I'm unaware of. (I sometimes experiment with toolchain use to see what the current status is for such use.) I attempted to build a system for 32-bit powerpc using clang and binutils,

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

2020-07-08 Thread Takanori Watanabe
Author: takawata Date: Wed Jul 8 06:33:07 2020 New Revision: 363003 URL: https://svnweb.freebsd.org/changeset/base/363003 Log: Add support for [read|write] supported data length commands. Fix ng_hci_le_long_term_key_request_negative_reply_cp struct while here. PR: 247809