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

2019-11-13 Thread Alexander Motin
Author: mav Date: Thu Nov 14 04:39:48 2019 New Revision: 354703 URL: https://svnweb.freebsd.org/changeset/base/354703 Log: Pass more reasonable WAIT flags to bus_dma(9) calls. MFC after:2 weeks Modified: head/sys/dev/ioat/ioat.c Modified: head/sys/dev/ioat/ioat.c ===

svn commit: r354702 - in head/sys/dev/ntb: . ntb_hw

2019-11-13 Thread Alexander Motin
Author: mav Date: Thu Nov 14 04:34:58 2019 New Revision: 354702 URL: https://svnweb.freebsd.org/changeset/base/354702 Log: Make ntb(4) send bus_get_dma_tag() requests to parent buses passing real bus' child pointers instead of grandchilds. DMAR does not like requests from devices not pare

svn commit: r354701 - in head/sys: conf powerpc/aim

2019-11-13 Thread Brandon Bergren
Author: bdragon Date: Thu Nov 14 04:34:17 2019 New Revision: 354701 URL: https://svnweb.freebsd.org/changeset/base/354701 Log: powerpc: Kernel fixes for ppc32 and powerpcspe w/ lld Fix wrong section ordering that was causing a ".got is not contiguous with other relro sections" lld error.

svn commit: r354700 - in head/lib/libc/arm: aeabi gen

2019-11-13 Thread Warner Losh
Author: imp Date: Thu Nov 14 01:38:48 2019 New Revision: 354700 URL: https://svnweb.freebsd.org/changeset/base/354700 Log: armv6 soft float build fixed Add ifdefs in the assembler for soft-float compile case. Submitted by: Hiroki Mori Reviewed by: ray@ Differential Review: https://

Re: svn commit: r354694 - in head: lib/libc/gen sys/sys

2019-11-13 Thread Konstantin Belousov
On Wed, Nov 13, 2019 at 03:00:04PM -0500, Ed Maste wrote: > On Wed, 13 Nov 2019 at 18:17, Konstantin Belousov wrote: > > > > On Wed, Nov 13, 2019 at 10:55:35PM +, Brooks Davis wrote: > > > On Thu, Nov 14, 2019 at 12:46:40AM +0200, Konstantin Belousov wrote: > > > > On Wed, Nov 13, 2019 at 09:5

Re: svn commit: r354694 - in head: lib/libc/gen sys/sys

2019-11-13 Thread Ed Maste
On Wed, 13 Nov 2019 at 18:17, Konstantin Belousov wrote: > > On Wed, Nov 13, 2019 at 10:55:35PM +, Brooks Davis wrote: > > On Thu, Nov 14, 2019 at 12:46:40AM +0200, Konstantin Belousov wrote: > > > On Wed, Nov 13, 2019 at 09:51:55PM +, Brooks Davis wrote: > > > > Author: brooks > > > > Dat

svn commit: r354699 - head/lib/libc/gen

2019-11-13 Thread Brooks Davis
Author: brooks Date: Wed Nov 13 23:31:23 2019 New Revision: 354699 URL: https://svnweb.freebsd.org/changeset/base/354699 Log: Improve the description of AT_EXECPATH availability. Reported by: kib Sponsored by: DARPA, AFRL Modified: head/lib/libc/gen/auxv.3 Modified: head/lib/libc/gen

svn commit: r354698 - stable/12

2019-11-13 Thread Brooks Davis
Author: brooks Date: Wed Nov 13 23:26:12 2019 New Revision: 354698 URL: https://svnweb.freebsd.org/changeset/base/354698 Log: MFC r353871 Record prior MFC of r353408 r353408: Fix -DNO_CLEAN build across r353340 and r353381 opensolaris_atomic.S is now only used on i386 with opensola

Re: svn commit: r354694 - in head: lib/libc/gen sys/sys

2019-11-13 Thread Konstantin Belousov
On Wed, Nov 13, 2019 at 10:55:35PM +, Brooks Davis wrote: > On Thu, Nov 14, 2019 at 12:46:40AM +0200, Konstantin Belousov wrote: > > On Wed, Nov 13, 2019 at 09:51:55PM +, Brooks Davis wrote: > > > Author: brooks > > > Date: Wed Nov 13 21:51:55 2019 > > > New Revision: 354694 > > > URL: http

Re: svn commit: r354694 - in head: lib/libc/gen sys/sys

2019-11-13 Thread Brooks Davis
On Thu, Nov 14, 2019 at 12:46:40AM +0200, Konstantin Belousov wrote: > On Wed, Nov 13, 2019 at 09:51:55PM +, Brooks Davis wrote: > > Author: brooks > > Date: Wed Nov 13 21:51:55 2019 > > New Revision: 354694 > > URL: https://svnweb.freebsd.org/changeset/base/354694 > > > > Log: > > elf_aux_i

Re: svn commit: r354694 - in head: lib/libc/gen sys/sys

2019-11-13 Thread Konstantin Belousov
On Wed, Nov 13, 2019 at 09:51:55PM +, Brooks Davis wrote: > Author: brooks > Date: Wed Nov 13 21:51:55 2019 > New Revision: 354694 > URL: https://svnweb.freebsd.org/changeset/base/354694 > > Log: > elf_aux_info: Add support for AT_EXECPATH. > > Reviewed by:emaste, sef > MFC af

svn commit: r354697 - head/usr.sbin/cpucontrol

2019-11-13 Thread Konstantin Belousov
Author: kib Date: Wed Nov 13 22:43:11 2019 New Revision: 354697 URL: https://svnweb.freebsd.org/changeset/base/354697 Log: cpucontrol: print more useful information when MSR access fails. Instead of providing ioctl cmd value, which has no meaning to user, print MSR number. The later is w

svn commit: r354696 - head/sys/amd64/amd64

2019-11-13 Thread Konstantin Belousov
Author: kib Date: Wed Nov 13 22:39:46 2019 New Revision: 354696 URL: https://svnweb.freebsd.org/changeset/base/354696 Log: amd64: only set PCB_FULL_IRET pcb flag when #gp or similar exception comes from usermode. If CPU supports RDFSBASE, the flag also means that userspace fsbase and gs

svn commit: r354695 - stable/12/sys/sys

2019-11-13 Thread Brooks Davis
Author: brooks Date: Wed Nov 13 22:25:53 2019 New Revision: 354695 URL: https://svnweb.freebsd.org/changeset/base/354695 Log: MFC r354420: Fix the alignment of struct xunpcb on systems with >64-bit pointers. Reviewed by: emaste Obtained from:CheriBSD Sponsored by: DARPA, A

svn commit: r354694 - in head: lib/libc/gen sys/sys

2019-11-13 Thread Brooks Davis
Author: brooks Date: Wed Nov 13 21:51:55 2019 New Revision: 354694 URL: https://svnweb.freebsd.org/changeset/base/354694 Log: elf_aux_info: Add support for AT_EXECPATH. Reviewed by: emaste, sef MFC after:3 days Sponsored by: DARPA, AFRL Differential Revision:https://revie

svn commit: r354693 - head

2019-11-13 Thread John Baldwin
Author: jhb Date: Wed Nov 13 21:49:46 2019 New Revision: 354693 URL: https://svnweb.freebsd.org/changeset/base/354693 Log: Refine r354661 to unbreak the GCC_BOOTSTRAP case. MK_CLANG_IS_CC controls installing links for GCC, not just clang. Set MK_CLANG_IS_CC to the value of MK_CLANG_BOOTS

svn-src-all@freebsd.org, outstanding notification! (1654-165)

2019-11-13 Thread US-eBay-Contact-email-16540482373733072736-20191113042515
___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

svn commit: r354692 - head/contrib/llvm/lib/Support/Unix

2019-11-13 Thread Ed Maste
Author: emaste Date: Wed Nov 13 21:02:18 2019 New Revision: 354692 URL: https://svnweb.freebsd.org/changeset/base/354692 Log: llvm: use AT_EXECPATH from ELF auxiliary vectors for getExecutablePath /proc/curproc/file and the KERN_PROC_PATHNAME sysctl may not return the desired path if ther

svn commit: r354691 - in head/share/man: man4 man5

2019-11-13 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Nov 13 20:32:23 2019 New Revision: 354691 URL: https://svnweb.freebsd.org/changeset/base/354691 Log: Improve Linuxulator man pages to better reflect the current state, and add some missing Xrs. Reviewed by: brueffer, emaste (earlier version) MFC after:2 week

svn commit: r354690 - in head/libexec/rc: . rc.d

2019-11-13 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Nov 13 20:27:38 2019 New Revision: 354690 URL: https://svnweb.freebsd.org/changeset/base/354690 Log: Add 'linux_mounts_enable' rc.conf(5) variable, to make it possible to disable mounting Linux-specific filesystems under /compat/linux when 'linux_enable' is set to YES

Re: svn commit: r354672 - head/lib/libc/secure

2019-11-13 Thread Pedro Giffuni
On 13/11/2019 13:23, Warner Losh wrote: On Wed, Nov 13, 2019 at 8:52 AM Pedro Giffuni > wrote: Hi; On 12/11/2019 23:44, Warner Losh wrote: On Tue, Nov 12, 2019 at 9:20 PM Kyle Evans mailto:kev...@freebsd.org>> wrote: On Tue, Nov 12, 2019, 2

Re: svn commit: r354672 - head/lib/libc/secure

2019-11-13 Thread Kyle Evans
On Wed, Nov 13, 2019 at 12:23 PM Warner Losh wrote: > > > > On Wed, Nov 13, 2019 at 8:52 AM Pedro Giffuni wrote: >> >> Hi; >> >> On 12/11/2019 23:44, Warner Losh wrote: >> >> >> >> On Tue, Nov 12, 2019 at 9:20 PM Kyle Evans wrote: >>> >>> >>> >>> On Tue, Nov 12, 2019, 22:04 Pedro Giffuni wrote:

Re: svn commit: r354672 - head/lib/libc/secure

2019-11-13 Thread Warner Losh
On Wed, Nov 13, 2019 at 8:52 AM Pedro Giffuni wrote: > Hi; > On 12/11/2019 23:44, Warner Losh wrote: > > > > On Tue, Nov 12, 2019 at 9:20 PM Kyle Evans wrote: > >> >> >> On Tue, Nov 12, 2019, 22:04 Pedro Giffuni wrote: >> >>> >>> On 12/11/2019 22:00, Kyle Evans wrote: >>> >>> Author: kevans >>>

svn commit: r354689 - head/lib/libc/secure

2019-11-13 Thread Kyle Evans
Author: kevans Date: Wed Nov 13 18:21:06 2019 New Revision: 354689 URL: https://svnweb.freebsd.org/changeset/base/354689 Log: ssp: further refine the conditional used for constructor priority __has_attribute(__constructor__) is a better test for clang than defined(__clang__). Switch to it

svn commit: r354688 - head/sys/mips/mips

2019-11-13 Thread Brooks Davis
Author: brooks Date: Wed Nov 13 18:10:42 2019 New Revision: 354688 URL: https://svnweb.freebsd.org/changeset/base/354688 Log: Fix a typo in the PMAP_PTE_SET_CACHE_BITS macro. The second argument should have been "pa" not "ps". It worked by accident because the argument was always "pa" wh

svn commit: r354687 - svnadmin/conf

2019-11-13 Thread Joseph Mingrone
Author: jrm (ports committer) Date: Wed Nov 13 17:10:46 2019 New Revision: 354687 URL: https://svnweb.freebsd.org/changeset/base/354687 Log: Take in the commit bit of Sean Farley (scf). Approved by: core (implicit) With hat: core-secretary Modified: svnadmin/conf/access Modified:

svn commit: r354686 - head/sys/conf

2019-11-13 Thread John Baldwin
Author: jhb Date: Wed Nov 13 17:06:10 2019 New Revision: 354686 URL: https://svnweb.freebsd.org/changeset/base/354686 Log: Add t4_keyctx.c to sys/conf/files for the non-module build. Missed in r354667. Pointy hat to:jhb MFC after:1 month Sponsored by: Chelsio Communicat

Re: svn commit: r354661 - head

2019-11-13 Thread John Baldwin
On 11/13/19 5:19 AM, Kyle Evans wrote: > On Tue, Nov 12, 2019 at 3:29 PM John Baldwin wrote: >> >> Author: jhb >> Date: Tue Nov 12 21:29:52 2019 >> New Revision: 354661 >> URL: https://svnweb.freebsd.org/changeset/base/354661 >> >> Log: >> Force MK_CLANG_IS_CC on in XMAKE. >> >> This ensures t

svn commit: r354685 - head/sys/net

2019-11-13 Thread Gleb Smirnoff
Author: glebius Date: Wed Nov 13 16:28:53 2019 New Revision: 354685 URL: https://svnweb.freebsd.org/changeset/base/354685 Log: In if_siocaddmulti() enter VNET. Reported & tested by: garga Modified: head/sys/net/if.c Modified: head/sys/net/if.c ===

svn commit: r354684 - in head/sys: security/mac vm

2019-11-13 Thread Doug Moore
Author: dougm Date: Wed Nov 13 15:56:07 2019 New Revision: 354684 URL: https://svnweb.freebsd.org/changeset/base/354684 Log: Define wrapper functions vm_map_entry_{succ,pred} to act as wrappers around entry->{next,prev} when those are used for ordered list traversal, and use those wrapper fu

Re: svn commit: r354672 - head/lib/libc/secure

2019-11-13 Thread Pedro Giffuni
Hi; On 12/11/2019 23:44, Warner Losh wrote: On Tue, Nov 12, 2019 at 9:20 PM Kyle Evans > wrote: On Tue, Nov 12, 2019, 22:04 Pedro Giffuni mailto:p...@freebsd.org>> wrote: On 12/11/2019 22:00, Kyle Evans wrote: Author: kevans Date: W

svn commit: r354683 - head/sys/dev/fb

2019-11-13 Thread Scott Long
Author: scottl Date: Wed Nov 13 15:31:31 2019 New Revision: 354683 URL: https://svnweb.freebsd.org/changeset/base/354683 Log: Stop the VESA driver from whining loudly in the dmesg during boot on systems that use EFI instead of BIOS. Modified: head/sys/dev/fb/vesa.c Modified: head/sys/dev/f

svn commit: r354682 - head/sys/netinet6

2019-11-13 Thread Bjoern A. Zeeb
Author: bz Date: Wed Nov 13 14:28:07 2019 New Revision: 354682 URL: https://svnweb.freebsd.org/changeset/base/354682 Log: nd6: remove unused structs and defines Remove a collections of unused structs and #defines to make it easier to understand what is actually in use. Sponsored by:

svn commit: r354681 - head/sys/netinet6

2019-11-13 Thread Bjoern A. Zeeb
Author: bz Date: Wed Nov 13 13:53:17 2019 New Revision: 354681 URL: https://svnweb.freebsd.org/changeset/base/354681 Log: nd6: make nd6_alloc() file static nd6_alloc() is a function used only locally. Make it static and no longer export it. Keeps the KPI smaller. Sponsored by: Netf

Re: svn commit: r354661 - head

2019-11-13 Thread Kyle Evans
On Tue, Nov 12, 2019 at 3:29 PM John Baldwin wrote: > > Author: jhb > Date: Tue Nov 12 21:29:52 2019 > New Revision: 354661 > URL: https://svnweb.freebsd.org/changeset/base/354661 > > Log: > Force MK_CLANG_IS_CC on in XMAKE. > > This ensures that a bootstrap clang compiler is always installed

svn commit: r354680 - head/sys/netinet6

2019-11-13 Thread Bjoern A. Zeeb
Author: bz Date: Wed Nov 13 12:05:48 2019 New Revision: 354680 URL: https://svnweb.freebsd.org/changeset/base/354680 Log: nd6 defrouter: consolidate nd_defrouter manipulations in nd6_rtr.c Move the nd_defrouter along with the sysctl handler from nd6.c to nd6_rtr.c and make the variable fi

svn commit: r354679 - head/sys/net

2019-11-13 Thread Bjoern A. Zeeb
Author: bz Date: Wed Nov 13 11:21:02 2019 New Revision: 354679 URL: https://svnweb.freebsd.org/changeset/base/354679 Log: lltabl: remove dead code Remove the long (8? years ago) #if 0 marked function lltable_drain() and while here also remove the unused function llentry_alloc() which has

svn commit: r354678 - in stable/12/sys: dts/arm/overlays modules/dtb/allwinner

2019-11-13 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Wed Nov 13 10:08:45 2019 New Revision: 354678 URL: https://svnweb.freebsd.org/changeset/base/354678 Log: MFC r351452 dtso: allwinner: Add an overlay for H3 thermal node Added: stable/12/sys/dts/arm/overlays/sun8i-h3-ths.dtso (contents, props changed) Modified: stab