svn commit: r345627 - head/sys/net

2019-03-27 Thread Kyle Evans
Author: kevans Date: Thu Mar 28 03:31:51 2019 New Revision: 345627 URL: https://svnweb.freebsd.org/changeset/base/345627 Log: if_bridge(4): ensure all traffic passing over the bridge is accounted for Consider a bridge0 with em0 and em1 members. Traffic rx'd by em0 and transmitted by bridg

svn commit: r345628 - head/usr.bin/dtc

2019-03-27 Thread Kyle Evans
Author: kevans Date: Thu Mar 28 03:48:51 2019 New Revision: 345628 URL: https://svnweb.freebsd.org/changeset/base/345628 Log: dtc(1): Update to 1a79f5f26631 Highlights: - Bugfix for order in which /delete-node/ and /delete-property/ are processed [0] - /omit-if-no-ref/ support has b

svn commit: r345625 - in head: contrib/elftoolchain/readelf lib/libc lib/libthr libexec/rtld-elf sys/sys

2019-03-27 Thread Ed Maste
Author: emaste Date: Thu Mar 28 02:12:32 2019 New Revision: 345625 URL: https://svnweb.freebsd.org/changeset/base/345625 Log: revert r341429 "disable BIND_NOW in libc, libthr, and rtld" r345620 by kib@ fixed the rtld issue that caused a crash at startup during resolution of libc's ifuncs

svn commit: r345620 - head/libexec/rtld-elf

2019-03-27 Thread Konstantin Belousov
Author: kib Date: Wed Mar 27 22:35:28 2019 New Revision: 345620 URL: https://svnweb.freebsd.org/changeset/base/345620 Log: rtld: disable relro enforcement for irelative relocation processing. This fixes yet another breakage for relro + bind now. Reported by: emaste Sponsored by: The

svn commit: r345611 - head/sys/dev/jedec_dimm

2019-03-27 Thread Ravi Pokala
Author: rpokala Date: Wed Mar 27 21:50:01 2019 New Revision: 345611 URL: https://svnweb.freebsd.org/changeset/base/345611 Log: Teach jedec_dimm(4) to be more forgiving of non-fatal errors. It looks like some DIMMs claim to have a TSOD, but actually don't. Some claim they weren't able to c

svn commit: r345601 - head/sys/x86/iommu

2019-03-27 Thread Tycho Nightingale
Author: tychon Date: Wed Mar 27 20:15:51 2019 New Revision: 345601 URL: https://svnweb.freebsd.org/changeset/base/345601 Log: Use the BUS_DMA_NOWRITE flag to expose and create the read-only VT-d IOMMU mappings. Reviewed by: kib Sponsored by: Dell EMC Isilon Differential Revision:

svn commit: r345596 - in head/lib/libutil: . tests

2019-03-27 Thread Mark Johnston
Author: markj Date: Wed Mar 27 19:40:18 2019 New Revision: 345596 URL: https://svnweb.freebsd.org/changeset/base/345596 Log: Fix pidfile_open(3) to handle relative paths with multiple components. r322369's use of basename(3) was incorrect and worked by accident so long as the pidfile path

svn commit: r345594 - head/sys/conf

2019-03-27 Thread Mark Johnston
Author: markj Date: Wed Mar 27 19:34:19 2019 New Revision: 345594 URL: https://svnweb.freebsd.org/changeset/base/345594 Log: Stop using -fdebug-prefix-map to map the object directory. We were doing so as a workaround for the problem addressed by r345593, so it's no longer necessary.

svn commit: r345593 - head/contrib/elftoolchain/libdwarf

2019-03-27 Thread Mark Johnston
Author: markj Date: Wed Mar 27 19:32:21 2019 New Revision: 345593 URL: https://svnweb.freebsd.org/changeset/base/345593 Log: Prepend DW_AT_comp_dir to relative line number directory table entries. Relative directories may appear in the line number program for a CPU if files were included

svn commit: r345585 - head/lib/libvgl

2019-03-27 Thread Bruce Evans
Author: bde Date: Wed Mar 27 18:03:34 2019 New Revision: 345585 URL: https://svnweb.freebsd.org/changeset/base/345585 Log: Fix accessing pixels under the mouse cursor: Reading of single pixels didn't look under the cursor. Copying of 1x1 bitmaps didn't look under the cursor for either

svn commit: r345584 - head

2019-03-27 Thread Emmanuel Vadot
Author: manu Date: Wed Mar 27 17:55:39 2019 New Revision: 345584 URL: https://svnweb.freebsd.org/changeset/base/345584 Log: pkgbase: Use uname as ABI_FILE Add some more missed in r345159 MFC after:1 week Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r345583 - head/tools/tools/makeroot

2019-03-27 Thread Ed Maste
Author: emaste Date: Wed Mar 27 17:28:23 2019 New Revision: 345583 URL: https://svnweb.freebsd.org/changeset/base/345583 Log: revert r302146: makeroot: zero out subsecond component of time= keywords After r345281 by mhorne subsecond components are supported. PR: 194703 Spon

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

2019-03-27 Thread Ruslan Bukin
Author: br Date: Wed Mar 27 16:26:03 2019 New Revision: 345581 URL: https://svnweb.freebsd.org/changeset/base/345581 Log: Grab timer frequency from FDT. RISC-V timer has no dedicated DTS node and we have to get timer frequency from cpus node. Tested on Government Furnished Equipment

svn commit: r345579 - in head: crypto/openssh secure/usr.bin/ssh

2019-03-27 Thread Dag-Erling Smørgrav
Author: des Date: Wed Mar 27 15:17:29 2019 New Revision: 345579 URL: https://svnweb.freebsd.org/changeset/base/345579 Log: Add workaround for a QoS-related bug in VMWare Workstation. Submitted by: yuripv Differential Revision:https://reviews.freebsd.org/D18636 Modified: head/cr

svn commit: r345576 - head/crypto/openssh

2019-03-27 Thread Ed Maste
Author: emaste Date: Wed Mar 27 14:35:38 2019 New Revision: 345576 URL: https://svnweb.freebsd.org/changeset/base/345576 Log: Merge r345574 from vendor-crypto: upstream: when checking that filenames sent by the server side match what the client requested, be prepared to handle shell-st

Re: svn commit: r345549 - head/sys/dev/smartpqi

2019-03-27 Thread Edward Napierala
On Tue, 26 Mar 2019 at 15:47, Edward Tomasz Napierala wrote: > > Author: trasz > Date: Tue Mar 26 15:47:13 2019 > New Revision: 345549 > URL: https://svnweb.freebsd.org/changeset/base/345549 > > Log: > Make smartpqi(4) behave better when running out of memory, by returning > CAM_RESRC_UNAVAIL

svn commit: r345573 - in head/sys/dev: mpr mps

2019-03-27 Thread Scott Long
Author: scottl Date: Wed Mar 27 12:25:46 2019 New Revision: 345573 URL: https://svnweb.freebsd.org/changeset/base/345573 Log: Add missing break statements. Coverity CID 1400446. Reported by: mav Modified: head/sys/dev/mpr/mpr_table.c head/sys/dev/mps/mps_table.c Modified: head/sys/d

Re: svn commit: r345491 - in head/sys: conf fs/tmpfs modules/tmpfs

2019-03-27 Thread Eugene Grosbein
25.03.2019 21:12, Ian Lepore wrote: > On Mon, 2019-03-25 at 05:42 -0700, Cy Schubert wrote: >> In message <201903250746.x2p7kkuu019...@repo.freebsd.org>, Allan >> Jude >> writes: >>> Author: allanjude >>> Date: Mon Mar 25 07:46:20 2019 >>> New Revision: 345491 >>> URL: https://svnweb.freebsd.org/

svn commit: r345568 - head/lib/libvgl

2019-03-27 Thread Bruce Evans
Author: bde Date: Wed Mar 27 08:02:55 2019 New Revision: 345568 URL: https://svnweb.freebsd.org/changeset/base/345568 Log: Fix copying of bitmaps in depths > 8. This fix is complete, except different depths for the source and target are not supported. The bits for higher numbered planes (m