svn commit: r365685 - head/usr.sbin/traceroute6

2020-09-13 Thread Michael Tuexen
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

svn commit: r365686 - head/sys/netinet

2020-09-13 Thread Michael Tuexen
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:

svn commit: r365687 - head/usr.bin/sockstat

2020-09-13 Thread Michael Tuexen
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:

svn commit: r365688 - head/usr.bin/netstat

2020-09-13 Thread Michael Tuexen
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:

Re: svn commit: r365640 - in head: share/man/man5 share/man/man7 tools/build/options

2020-09-13 Thread Niclas Zeising
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

svn commit: r365689 - in stable/12: cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/cmd/zpool sys/cddl/compat/opensolaris/kern sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opensolaris...

2020-09-13 Thread Allan Jude
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

svn commit: r365690 - head/sys/powerpc/aim

2020-09-13 Thread Brandon Bergren
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.

svn commit: r365691 - head/sys/powerpc/aim

2020-09-13 Thread Brandon Bergren
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

svn commit: r365692 - head/tools/build/options

2020-09-13 Thread Ed Maste
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 ___

svn commit: r365693 - head/sys/powerpc/include

2020-09-13 Thread Brandon Bergren
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

svn commit: r365694 - in head: include sys/modules

2020-09-13 Thread Brandon Bergren
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.

svn commit: r365695 - head/release/tools

2020-09-13 Thread Colin Percival
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

svn commit: r365696 - head/release/tools

2020-09-13 Thread Colin Percival
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

svn commit: r365697 - head/sys/powerpc/powerpc

2020-09-13 Thread Brandon Bergren
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

svn commit: r365698 - head/sys/powerpc/powerpc

2020-09-13 Thread Brandon Bergren
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_

svn commit: r365699 - head/sys/powerpc/powerpc

2020-09-13 Thread Brandon Bergren
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.

svn commit: r365700 - head/sbin/newfs

2020-09-13 Thread Kirk McKusick
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

svn commit: r365701 - head

2020-09-13 Thread Ed Maste
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

svn commit: r365702 - in releng/12.2: sys/dev/virtio/block usr.sbin/bhyve

2020-09-13 Thread Allan Jude
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

svn commit: r365703 - head/sys/fs/nfsserver

2020-09-13 Thread Rick Macklem
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

svn commit: r365704 - stable/12/usr.sbin/ntp/ntpd

2020-09-13 Thread Ed Maste
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

svn commit: r365705 - head/sys/sys

2020-09-13 Thread Kyle Evans
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,

svn commit: r365706 - in head/sys: arm/arm arm64/arm64 dev/mpr dev/mps kern mips/mips powerpc/powerpc riscv/riscv sys x86/x86

2020-09-13 Thread Scott Long
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

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

2020-09-13 Thread Scott Long
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.