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 eff
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 can'
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 with
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 lookin
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:
he
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
=
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
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 str
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 explic
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
S
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
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 ret
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 rtl
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
head/libexec/rtld-elf/arm/Makefile.
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 optimiz
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.
>
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
Modifi
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 M
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:https://re
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 will
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 save/resto
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 this
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
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 none
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:https://reviews.freebsd.org/D241
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-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"
27 matches
Mail list logo