Author: tuexen
Date: Sun Sep 13 09:00:00 2020
New Revision: 365685
URL: https://svnweb.freebsd.org/changeset/base/365685
Log:
Add a -t option to traceroute6 to control the traffic class used when
sending probe packets.
Reviewed by: rscheff
MFC after:1 week
Sponsor
Author: tuexen
Date: Sun Sep 13 09:06:50 2020
New Revision: 365686
URL: https://svnweb.freebsd.org/changeset/base/365686
Log:
Export the name of the congestion control. This will be used by sockstat
and netstat.
Reviewed by: rscheff
MFC after:1 week
Sponsored by:
Author: tuexen
Date: Sun Sep 13 09:12:25 2020
New Revision: 365687
URL: https://svnweb.freebsd.org/changeset/base/365687
Log:
Add a -C option to sockstat to display the congestion control for TCP
connections.
Reviewed by: rscheff
MFC after:1 week
Sponsored by:
Author: tuexen
Date: Sun Sep 13 09:14:32 2020
New Revision: 365688
URL: https://svnweb.freebsd.org/changeset/base/365688
Log:
Add a -C option to netstat to display the congestion control for
TCP connections.
Reviewed by: rscheff
MFC after:1 week
Sponsored by:
On 2020-09-13 07:57, Gordon Bergling wrote:
Hi Niclas,
On Sat, Sep 12, 2020 at 09:13:33PM +0200, Niclas Zeising wrote:
On 2020-09-11 20:09, Gordon Bergling wrote:
Author: gbe (doc committer)
Date: Fri Sep 11 18:09:49 2020
New Revision: 365640
URL: https://svnweb.freebsd.org/changeset/base/3656
Author: allanjude
Date: Sun Sep 13 16:28:25 2020
New Revision: 365689
URL: https://svnweb.freebsd.org/changeset/base/365689
Log:
MFOpenZFS: Introduce read/write kstats per dataset
The following patch introduces a few statistics on reads and writes
grouped by dataset. These statistics are
Author: bdragon
Date: Sun Sep 13 16:42:49 2020
New Revision: 365690
URL: https://svnweb.freebsd.org/changeset/base/365690
Log:
[PowerPC64] Implement pmap_mincore() for moea64
Implement pmap_mincore() for moea64.
This will need some slight tweaks when large page support in HPT lands.
Author: bdragon
Date: Sun Sep 13 16:46:03 2020
New Revision: 365691
URL: https://svnweb.freebsd.org/changeset/base/365691
Log:
[PowerPC] Implement pmap_mincore() for moea
Do the same as previous for moea.
Tested on G4.
Modified:
head/sys/powerpc/aim/mmu_oea.c
Modified: head/sys/pow
Author: emaste
Date: Sun Sep 13 17:13:32 2020
New Revision: 365692
URL: https://svnweb.freebsd.org/changeset/base/365692
Log:
Remove WITHOUT_BMAKE description
The option was retired in r265423 and bmake is the only make in tree.
Deleted:
head/tools/build/options/WITHOUT_BMAKE
___
Author: bdragon
Date: Sun Sep 13 17:36:43 2020
New Revision: 365693
URL: https://svnweb.freebsd.org/changeset/base/365693
Log:
[PowerPC64LE] Adjust ELF definitions for LE.
Set ELF_TARG_DATA correctly on PowerPC64LE.
Sponsored by: Tag1 Consulting, Inc.
Modified:
head/sys/powerpc/incl
Author: bdragon
Date: Sun Sep 13 18:24:15 2020
New Revision: 365694
URL: https://svnweb.freebsd.org/changeset/base/365694
Log:
[PowerPC64LE] Ensure nvram is built on powerpc64le.
Fix some cases where conditionals that were trying to exclude powerpcspe
were also excluding powerpc64le.
Author: cperciva
Date: Sun Sep 13 19:11:45 2020
New Revision: 365695
URL: https://svnweb.freebsd.org/changeset/base/365695
Log:
Bump the size of EC2 AMIs up to 5 GB.
The FreeBSD base system continues to expand. 4GB is now insufficient;
we passed 3 GB in May 2019; we passed 2 GB in August
Author: cperciva
Date: Sun Sep 13 19:56:53 2020
New Revision: 365696
URL: https://svnweb.freebsd.org/changeset/base/365696
Log:
Spawn the DHCPv6 client in EC2 instances via rtsold.
Prior to this commit, EC2 AMIs used a "dual-dhclient" tool which was
launched in place of dhclient and spawn
Author: bdragon
Date: Sun Sep 13 21:22:39 2020
New Revision: 365697
URL: https://svnweb.freebsd.org/changeset/base/365697
Log:
[PowerPC64LE] Bus space prep for LE
Swap the BE and LE bus_space tags when on LE, and adjust the nexus tag
to match.
This is prep for a a followup that makes
Author: bdragon
Date: Sun Sep 13 21:27:30 2020
New Revision: 365698
URL: https://svnweb.freebsd.org/changeset/base/365698
Log:
[PowerPC] bus_space cleanup part 1 - rename bs_be / bs_le functions
The intention of the bus_be naming was for those to be the no-endian-swapping
and for the bus_
Author: bdragon
Date: Sun Sep 13 21:34:32 2020
New Revision: 365699
URL: https://svnweb.freebsd.org/changeset/base/365699
Log:
[PowerPC] bus_space cleanup part 2: Convert to c99 initializers.
To make it easier to work with this in the future, convert to c99
designated initializer syntax.
Author: mckusick
Date: Sun Sep 13 22:57:50 2020
New Revision: 365700
URL: https://svnweb.freebsd.org/changeset/base/365700
Log:
In the newfs(8) utility, use the more appropriate sbwrite() and cgwrite()
libufs interfaces rather than sbput() and cgput().
No functional change.
MFC after
Author: emaste
Date: Sun Sep 13 23:05:19 2020
New Revision: 365701
URL: https://svnweb.freebsd.org/changeset/base/365701
Log:
Makefile.inc1: remove more old stale depend hacks
Current stale dependency hacks are in tools/build/depend-cleanup.sh.
These ones were almost a year old; remove th
Author: allanjude
Date: Sun Sep 13 23:51:07 2020
New Revision: 365702
URL: https://svnweb.freebsd.org/changeset/base/365702
Log:
MFC r360229, r363255
MFS r365614
r360229:
Add VIRTIO_BLK_T_DISCARD (TRIM) support to the bhyve virtio-blk backend
This will advertise support for TRIM to
Author: rmacklem
Date: Mon Sep 14 00:44:50 2020
New Revision: 365703
URL: https://svnweb.freebsd.org/changeset/base/365703
Log:
Fix a case where the NFSv4.0 server might crash if delegations are enabled.
asomers@ reported a crash on an NFSv4.0 server with a backtrace of:
kdb_backtrace
v
Author: emaste
Date: Mon Sep 14 01:20:57 2020
New Revision: 365704
URL: https://svnweb.freebsd.org/changeset/base/365704
Log:
MFC r365422: ntp: whitespace and typo fix in conf file
PR: 248942
Submitted by: Jose Luis Duran (whitespace), igor (typo)
Modified:
stable/12/usr.sbin
Author: kevans
Date: Mon Sep 14 01:56:29 2020
New Revision: 365705
URL: https://svnweb.freebsd.org/changeset/base/365705
Log:
__FreeBSD_version bump for r365605 (crunchgen producing WARNS-clean)
The change in D26397 will need a __FreeBSD_version to base off of for
bootstrapping crunchgen,
Author: scottl
Date: Mon Sep 14 05:58:12 2020
New Revision: 365706
URL: https://svnweb.freebsd.org/changeset/base/365706
Log:
Refine the busdma template interface. Provide tools for filling in fields
that can be extended, but also ensure compile-time type checking. Refactor
common code out
Author: scottl
Date: Mon Sep 14 06:26:36 2020
New Revision: 365707
URL: https://svnweb.freebsd.org/changeset/base/365707
Log:
Update bus_dma.9 for the expanded template API. Add some
clarifying language about the operation of parent tags in templates.
Modified:
head/share/man/man9/bus_dma.
24 matches
Mail list logo