svn commit: r360460 - head/lib/liblua

2020-04-29 Thread Ed Maste
Author: emaste Date: Wed Apr 29 13:41:32 2020 New Revision: 360460 URL: https://svnweb.freebsd.org/changeset/base/360460 Log: liblua: ensure that "require" will fail in bootstrap flua We do not want to support bootstrapping lua modules, so ensure that require will fail by providing a

svn commit: r360465 - head/sbin/bectl/tests

2020-04-29 Thread Olivier Cochard
Author: olivier (ports committer) Date: Wed Apr 29 14:15:21 2020 New Revision: 360465 URL: https://svnweb.freebsd.org/changeset/base/360465 Log: Skip bectl jail test if jail not installed (WITHOUT_JAIL). Approved by: kevans Sponsored by: Netflix Differential Revision:

svn commit: r360461 - head/sys/arm64/rockchip

2020-04-29 Thread Michal Meloun
Author: mmel Date: Wed Apr 29 13:43:15 2020 New Revision: 360461 URL: https://svnweb.freebsd.org/changeset/base/360461 Log: Multiple fixes for rockchip iodomain driver: - always initialize selector of voltage signaling standard. Various versions of U-boot leaves voltage signaling standard

svn commit: r360467 - head/sys/dev/dwc

2020-04-29 Thread Michal Meloun
Author: mmel Date: Wed Apr 29 14:36:50 2020 New Revision: 360467 URL: https://svnweb.freebsd.org/changeset/base/360467 Log: Fix style(9). Strip write only variables. Not a functional change. MFC after:1 week Modified: head/sys/dev/dwc/if_dwc.c head/sys/dev/dwc/if_dwcvar.h

Re: svn commit: r360463 - head/libexec/rtld-elf

2020-04-29 Thread Konstantin Belousov
On Wed, Apr 29, 2020 at 02:06:42PM +, Michal Meloun wrote: > Author: mmel > Date: Wed Apr 29 14:06:42 2020 > New Revision: 360463 > URL: https://svnweb.freebsd.org/changeset/base/360463 > > Log: > Don't allow to use FPU inside of rtld library. > Clang10 may use FPU instructions for

svn commit: r360462 - head/sys/arm64/rockchip

2020-04-29 Thread Michal Meloun
Author: mmel Date: Wed Apr 29 13:45:21 2020 New Revision: 360462 URL: https://svnweb.freebsd.org/changeset/base/360462 Log: Don't try to re-initialize already preseted regulator. Don't set initial voltage for regulators having their voltage already in allowed range. As side effect of

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

2020-04-29 Thread Michal Meloun
Author: mmel Date: Wed Apr 29 14:06:42 2020 New Revision: 360463 URL: https://svnweb.freebsd.org/changeset/base/360463 Log: Don't allow to use FPU inside of rtld library. Clang10 may use FPU instructions for optimizing operations with memory blocks. But we don't want to do lengthy

Re: svn commit: r360453 - head

2020-04-29 Thread John Baldwin
On 4/28/20 7:18 PM, Bryan Drewery wrote: > Author: bdrewery > Date: Wed Apr 29 02:18:39 2020 > New Revision: 360453 > URL: https://svnweb.freebsd.org/changeset/base/360453 > > Log: > Use universe-toolchain config(8) > > This is a temporary hack to aid with config(8) changing in r360443. >

svn commit: r360469 - in head/libexec/rtld-elf: . arm

2020-04-29 Thread Michal Meloun
Author: mmel Date: Wed Apr 29 16:05:50 2020 New Revision: 360469 URL: https://svnweb.freebsd.org/changeset/base/360469 Log: Move ARM specific flags to arm/Makefile.inc Requested by: kib MFC with: r360463 Modified: head/libexec/rtld-elf/Makefile

Re: svn commit: r360463 - head/libexec/rtld-elf

2020-04-29 Thread Michal Meloun
On 29.04.2020 17:20, Konstantin Belousov wrote: > On Wed, Apr 29, 2020 at 02:06:42PM +, Michal Meloun wrote: >> Author: mmel >> Date: Wed Apr 29 14:06:42 2020 >> New Revision: 360463 >> URL: https://svnweb.freebsd.org/changeset/base/360463 >> >> Log: >> Don't allow to use FPU inside of

svn commit: r360464 - head/sys/kern

2020-04-29 Thread Michal Meloun
Author: mmel Date: Wed Apr 29 14:14:15 2020 New Revision: 360464 URL: https://svnweb.freebsd.org/changeset/base/360464 Log: Don't try to set frequendcy for enumerated but newer started CPUs. Openfirmare enumerates and installs the driver for all processors, regardless of whether they

svn commit: r360466 - head/sys/arm64/arm64

2020-04-29 Thread Michal Meloun
Author: mmel Date: Wed Apr 29 14:31:25 2020 New Revision: 360466 URL: https://svnweb.freebsd.org/changeset/base/360466 Log: Export tracing facility of GIC500 ITS block. Possibility of tracing of processing message based interrupts is very useful for debugging of PCIe driver, mainly for its

svn commit: r360475 - in head/sys: net netinet6

2020-04-29 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Apr 29 19:28:56 2020 New Revision: 360475 URL: https://svnweb.freebsd.org/changeset/base/360475 Log: Add nhop to the ifa_rtrequest() callback. With the upcoming multipath changes described in D24141, rt->rt_nhop can potentially point to a nexthop group instead

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

2020-04-29 Thread Eric Joyner
Hi Aleksandr, Part of this patch was to introduce a driver-dependent iflib function that would allow drivers to tell iflib whether or not to flap the interface when a vlan is registered or unregistered. I think this could be fixed for em(4) by having it implement that function to either always

svn commit: r360476 - in head/cddl/usr.sbin/dtrace/tests: . tools

2020-04-29 Thread Bryan Drewery
Author: bdrewery Date: Wed Apr 29 21:12:32 2020 New Revision: 360476 URL: https://svnweb.freebsd.org/changeset/base/360476 Log: dtrace tests: Support globbing for excludes Downstream this makes skipping tests like common/ip/tst.*sctp*.ksh simpler. Reviewed by: vangyzen, cem, markj

svn commit: r360478 - in head/sys/net: . route

2020-04-29 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Apr 29 21:54:09 2020 New Revision: 360478 URL: https://svnweb.freebsd.org/changeset/base/360478 Log: Convert more rtentry field accesses into nhop fields accesses. Continue routing subsystem conversion to nhop objects defined in r359823. Use fields from nhop

svn commit: r360477 - in head/sys/netinet: . tcp_stacks

2020-04-29 Thread Richard Scheffenegger
Author: rscheff Date: Wed Apr 29 21:48:52 2020 New Revision: 360477 URL: https://svnweb.freebsd.org/changeset/base/360477 Log: Correctly set up the initial TCP congestion window in all cases, by not including the SYN bit sequence space in cwnd related calculations. Snd_und is adjusted

svn commit: r360479 - in head/sys/netinet: . tcp_stacks

2020-04-29 Thread Richard Scheffenegger
Author: rscheff Date: Wed Apr 29 22:01:33 2020 New Revision: 360479 URL: https://svnweb.freebsd.org/changeset/base/360479 Log: Prevent premature shrinking of the scaled receive window which can cause a TCP client to use invalid or stale TCP sequence numbers for ACK packets. Packets with

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

2020-04-29 Thread Aleksandr Fedorov
___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

svn commit: r360480 - head/share/man/man5

2020-04-29 Thread Ed Maste
Author: emaste Date: Thu Apr 30 00:14:14 2020 New Revision: 360480 URL: https://svnweb.freebsd.org/changeset/base/360480 Log: src.conf.5: regen after 359736, ZONEINFO_OLD_TIMEZONES_SUPPORT removal Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r360486 - head/stand/defaults

2020-04-29 Thread Kyle Evans
Author: kevans Date: Thu Apr 30 02:50:58 2020 New Revision: 360486 URL: https://svnweb.freebsd.org/changeset/base/360486 Log: loader.conf(5): document that loader_conf_files may be clobbered A future change in lualoader may take some liberties with the loader_conf_files in the name of

svn commit: r360484 - head/sys/cam/nvme

2020-04-29 Thread Warner Losh
Author: imp Date: Thu Apr 30 00:43:07 2020 New Revision: 360484 URL: https://svnweb.freebsd.org/changeset/base/360484 Log: Implement the NVME_GET_NSID and NVME_PASSTHROUGH_CMD ioctls With these two ioctls implemented in the nda driver, nvmecontrol now works with nda just like it does

svn commit: r360483 - in head/sys: cam dev/nvme

2020-04-29 Thread Warner Losh
Author: imp Date: Thu Apr 30 00:43:02 2020 New Revision: 360483 URL: https://svnweb.freebsd.org/changeset/base/360483 Log: Return the nvmeX device associated with the ndaX device. Add the nvmeX device to the XPT_PATH_INQ nvme specific information. while one could figure this out by

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

2020-04-29 Thread Warner Losh
Author: imp Date: Thu Apr 30 00:43:11 2020 New Revision: 360485 URL: https://svnweb.freebsd.org/changeset/base/360485 Log: Make sure that we get the sbuf resources we need. Since we're calling sbuf_new with NOWAIT, make sure it can allocate a buffer to use. Don't print anything if we

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

2020-04-29 Thread Warner Losh
Author: imp Date: Thu Apr 30 00:27:19 2020 New Revision: 360482 URL: https://svnweb.freebsd.org/changeset/base/360482 Log: Generate a devctl event for interesting events When we reset the controller, and when the controller tells us about a critical warning, send an event. Modified:

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

2020-04-29 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Wed Apr 29 11:25:04 2020 New Revision: 360458 URL: https://svnweb.freebsd.org/changeset/base/360458 Log: When copying and pasting the code in the EXAMPLE section, it would result in the following error: "ngctl: send msg: Invalid argument" The reason

svn commit: r360459 - head/share/man/man9

2020-04-29 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Wed Apr 29 11:46:01 2020 New Revision: 360459 URL: https://svnweb.freebsd.org/changeset/base/360459 Log: Add HISTORY section to domain(9). Submitted by: gbergling_gmail.com Approved by: bcr Differential Revision: