svn commit: r348504 - in head: lib/clang/libllvm tools/build/mk usr.bin/clang

2019-06-01 Thread Kyle Evans
Author: kevans Date: Sun Jun 2 04:04:21 2019 New Revision: 348504 URL: https://svnweb.freebsd.org/changeset/base/348504 Log: llvm-symbolizer: Move out of CLANG_EXTRAS, into CLANG ASAN reports become a lot more useful with llvm-symbolizer in $PATH, and the build is not much more

svn commit: r348503 - head/usr.bin/grep

2019-06-01 Thread Kyle Evans
Author: kevans Date: Sun Jun 2 02:38:44 2019 New Revision: 348503 URL: https://svnweb.freebsd.org/changeset/base/348503 Log: grep: Move lone 'r'grep case into the adjacent switch This 'r' case should have belonged to the switch in the first place, but I had somehow missed the switch

svn commit: r348502 - head/sys/vm

2019-06-01 Thread Mark Johnston
Author: markj Date: Sun Jun 2 01:00:17 2019 New Revision: 348502 URL: https://svnweb.freebsd.org/changeset/base/348502 Log: Add a vm_page_wired() predicate. Use it instead of accessing the wire_count field directly. No functional change intended. Reviewed by: alc, kib MFC

svn commit: r348501 - in head: share/misc usr.bin/calendar/calendars

2019-06-01 Thread Brandon Bergren
Author: bdragon Date: Sun Jun 2 00:08:24 2019 New Revision: 348501 URL: https://svnweb.freebsd.org/changeset/base/348501 Log: Add myself to committers-src.dot and calendar.freebsd Approved by: jhibbits (mentor) Modified: head/share/misc/committers-src.dot

svn commit: r348500 - head/lib/msun/tests

2019-06-01 Thread Dimitry Andric
Author: dim Date: Sat Jun 1 20:08:10 2019 New Revision: 348500 URL: https://svnweb.freebsd.org/changeset/base/348500 Log: Partially revert r271349, which disabled the msun cexp test #4 on i386. Ensure the expected result is stored first in a volatile variable with the desired type.

svn commit: r348499 - head/stand/common

2019-06-01 Thread Rebecca Cran
Author: bcran Date: Sat Jun 1 19:47:15 2019 New Revision: 348499 URL: https://svnweb.freebsd.org/changeset/base/348499 Log: Fix comment parsing in interp_simple.c loader.rc has comment lines without a trailing space, which get interpreted as commands. Avoid this by only matching against

svn commit: r348498 - head/lib/atf/libatf-c/tests

2019-06-01 Thread Ed Maste
Author: emaste Date: Sat Jun 1 18:26:07 2019 New Revision: 348498 URL: https://svnweb.freebsd.org/changeset/base/348498 Log: libatf: remove workaround not required after atf >= 0.18 update lib/atf/libatf-c/tests/Makefile added the -Wno-duplicate-decl-specifier due to an issue with an

svn commit: r348497 - head/sys/mips/cavium/usb

2019-06-01 Thread Ed Maste
Author: emaste Date: Sat Jun 1 18:19:16 2019 New Revision: 348497 URL: https://svnweb.freebsd.org/changeset/base/348497 Log: octusb: fix detach loop over USB ports MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/sys/mips/cavium/usb/octusb_octeon.c Modified:

Re: svn commit: r348484 - head/sys/vm

2019-06-01 Thread Konstantin Belousov
On Sat, Jun 01, 2019 at 12:13:36PM -0500, Doug Moore wrote: > On 5/31/19 10:05 PM, Kubilay Kocak wrote: > > > On 1/06/2019 7:02 am, Doug Moore wrote: > >> Author: dougm > >> Date: Fri May 31 21:02:42 2019 > >> New Revision: 348484 > >> URL: https://svnweb.freebsd.org/changeset/base/348484 > >> >

Re: svn commit: r348484 - head/sys/vm

2019-06-01 Thread Doug Moore
On 5/31/19 10:05 PM, Kubilay Kocak wrote: > On 1/06/2019 7:02 am, Doug Moore wrote: >> Author: dougm >> Date: Fri May 31 21:02:42 2019 >> New Revision: 348484 >> URL: https://svnweb.freebsd.org/changeset/base/348484 >> > Can this be an MFC candidate? If one of my mentors wants it to be, and then

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

2019-06-01 Thread Alexander Motin
Author: mav Date: Sat Jun 1 16:04:20 2019 New Revision: 348496 URL: https://svnweb.freebsd.org/changeset/base/348496 Log: Document max_chains bump to 16384 at r330049. MFC after:1 week Modified: head/share/man/man4/mpr.4 head/share/man/man4/mps.4 Modified:

svn commit: r348495 - head/sys/dev/nvme

2019-06-01 Thread Warner Losh
Author: imp Date: Sat Jun 1 15:37:44 2019 New Revision: 348495 URL: https://svnweb.freebsd.org/changeset/base/348495 Log: Since a fatal trap can happen at aribtrary times, don't panic when the completions are not in a consistent state. Cope with the different places the normal I/O

Re: svn commit: r344648 - in head: . sys/kern sys/sys

2019-06-01 Thread Ian Lepore
On Sat, 2019-06-01 at 11:02 +0300, Andriy Gapon wrote: > On 01/06/2019 03:46, Warner Losh wrote: > > When we move to git, stuff like this just won't matter. So it's > > hard to get > > worked up about it now... and even if we weren't heading that way, > > the history > > preserved is so small as

Re: svn commit: r348494 - head/sys/netinet

2019-06-01 Thread Bjoern A. Zeeb
On 1 Jun 2019, at 14:57, Bjoern A. Zeeb wrote: > Author: bz > Date: Sat Jun 1 14:57:42 2019 > New Revision: 348494 > URL: https://svnweb.freebsd.org/changeset/base/348494 > > Log: > After parts of the locking fixes in r346595, syzkaller found > another one in udp_output(). This one is a race

svn commit: r348494 - head/sys/netinet

2019-06-01 Thread Bjoern A. Zeeb
Author: bz Date: Sat Jun 1 14:57:42 2019 New Revision: 348494 URL: https://svnweb.freebsd.org/changeset/base/348494 Log: After parts of the locking fixes in r346595, syzkaller found another one in udp_output(). This one is a race condition. We do check on the laddr and lport without

svn commit: r348493 - head/sys/dev/sdhci

2019-06-01 Thread Bjoern A. Zeeb
Author: bz Date: Sat Jun 1 14:39:12 2019 New Revision: 348493 URL: https://svnweb.freebsd.org/changeset/base/348493 Log: Improve error/debug messages in sdhci.c When starting a command also print the opcode and flags. More consitently print flags as hex. Use slot_printf rather than

Re: svn commit: r344648 - in head: . sys/kern sys/sys

2019-06-01 Thread Andriy Gapon
On 01/06/2019 03:46, Warner Losh wrote: > When we move to git, stuff like this just won't matter. So it's hard to get > worked up about it now... and even if we weren't heading that way, the history > preserved is so small as to say more than "meh" here. There is too little ROI > to > get worked