Re: svn commit: r362767 - in stable/12/usr.bin/mkimg: . tests

2020-06-28 Thread Li-Wen Hsu
On Mon, Jun 29, 2020 at 8:36 AM Oleksandr Tymoshenko wrote: > > Author: gonzo > Date: Mon Jun 29 00:34:11 2020 > New Revision: 362767 > URL: https://svnweb.freebsd.org/changeset/base/362767 > > Log: > MFC r361935: > > Add VHDX support to mkimg(1) > > VHDX is the successor of Microsoft's VHD

svn commit: r362771 - in stable/11/usr.bin/mkimg: . tests

2020-06-28 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jun 29 05:03:03 2020 New Revision: 362771 URL: https://svnweb.freebsd.org/changeset/base/362771 Log: MFC r361935: Add VHDX support to mkimg(1) VHDX is the successor of Microsoft's VHD file format. It increases maximum capacity of the virtual drive to 64TB and

svn commit: r362770 - head/share/ctypedef

2020-06-28 Thread Hiroki Sato
Author: hrs Date: Mon Jun 29 03:23:13 2020 New Revision: 362770 URL: https://svnweb.freebsd.org/changeset/base/362770 Log: Fix CTYPE for ja_JP.eucJP and ja_JP.SJIS. PR: 163168 MFC after:3 days Modified: head/share/ctypedef/ja_JP.eucJP.src Modified:

svn commit: r362769 - in head/sys: amd64/linux amd64/linux32 arm64/linux compat/linux i386/linux

2020-06-28 Thread Kyle Evans
Author: kevans Date: Mon Jun 29 03:09:14 2020 New Revision: 362769 URL: https://svnweb.freebsd.org/changeset/base/362769 Log: linuxolator: implement memfd_create syscall This effectively mirrors our libc implementation, but with minor fudging -- name needs to be copied in from userspace,

Re: svn commit: r342699 - head/sbin/savecore

2020-06-28 Thread Mark Johnston
On Sun, Jun 28, 2020 at 06:40:59PM -0600, Alan Somers wrote: > On Wed, Jan 2, 2019 at 10:09 AM Mark Johnston wrote: > > > Author: markj > > Date: Wed Jan 2 17:09:35 2019 > > New Revision: 342699 > > URL: https://svnweb.freebsd.org/changeset/base/342699 > > > > Log: > > Capsicumize

Re: svn commit: r342699 - head/sbin/savecore

2020-06-28 Thread Alan Somers
On Sun, Jun 28, 2020 at 6:46 PM Warner Losh wrote: > > > On Sun, Jun 28, 2020, 6:41 PM Alan Somers wrote: > >> On Wed, Jan 2, 2019 at 10:09 AM Mark Johnston wrote: >> >>> Author: markj >>> Date: Wed Jan 2 17:09:35 2019 >>> New Revision: 342699 >>> URL:

Re: svn commit: r342699 - head/sbin/savecore

2020-06-28 Thread Warner Losh
On Sun, Jun 28, 2020, 6:41 PM Alan Somers wrote: > On Wed, Jan 2, 2019 at 10:09 AM Mark Johnston wrote: > >> Author: markj >> Date: Wed Jan 2 17:09:35 2019 >> New Revision: 342699 >> URL: https://svnweb.freebsd.org/changeset/base/342699 >> >> Log: >> Capsicumize savecore(8). >> >> - Use

Re: svn commit: r342699 - head/sbin/savecore

2020-06-28 Thread Alan Somers
On Wed, Jan 2, 2019 at 10:09 AM Mark Johnston wrote: > Author: markj > Date: Wed Jan 2 17:09:35 2019 > New Revision: 342699 > URL: https://svnweb.freebsd.org/changeset/base/342699 > > Log: > Capsicumize savecore(8). > > - Use cap_fileargs(3) to open dump devices after entering capability >

svn commit: r362748 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:31:24 2020 New Revision: 362748 URL: https://svnweb.freebsd.org/changeset/base/362748 Log: bhyve: add locks around NVMe queue accesses The NVMe code attempted to ensure thread safety through a combination of using atomics and a "busy" flag. But this

svn commit: r362761 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:32:08 2020 New Revision: 362761 URL: https://svnweb.freebsd.org/changeset/base/362761 Log: bhyve: Add AER support to NVMe emulation This adds support to bhyve's NVMe device emulation for processing Async Event Requests but not returning them (i.e. Async

svn commit: r362752 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:31:37 2020 New Revision: 362752 URL: https://svnweb.freebsd.org/changeset/base/362752 Log: bhyve: fix NVMe queue creation and deletion Add checks for various types of invalid I/O Queue Create and Delete command parameters, including: - QID=0 -

svn commit: r362767 - in stable/12/usr.bin/mkimg: . tests

2020-06-28 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jun 29 00:34:11 2020 New Revision: 362767 URL: https://svnweb.freebsd.org/changeset/base/362767 Log: MFC r361935: Add VHDX support to mkimg(1) VHDX is the successor of Microsoft's VHD file format. It increases maximum capacity of the virtual drive to 64TB and

svn commit: r362759 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:32:01 2020 New Revision: 362759 URL: https://svnweb.freebsd.org/changeset/base/362759 Log: bhyve: implement NVMe SMART data I/O statistics SMART data in NVMe includes statistics for number of read and write commands issued as well as the number of "data

svn commit: r362763 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:32:15 2020 New Revision: 362763 URL: https://svnweb.freebsd.org/changeset/base/362763 Log: bhyve: add NVMe Feature Interrupt Vector Config This adds support for NVMe Get Features, Interrupt Vector Config parameter error checking done by the UNH

svn commit: r362765 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:32:21 2020 New Revision: 362765 URL: https://svnweb.freebsd.org/changeset/base/362765 Log: bhyve: NVMe handle zero length DSM ranges Dataset Management range specifications may have a zero length (a.k.a. an empty range definition). Handle the case of all

svn commit: r362757 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:31:54 2020 New Revision: 362757 URL: https://svnweb.freebsd.org/changeset/base/362757 Log: bhyve: base pci_nvme_ioreq size on advertised MDTS NVMe controllers advertise their Max Data Transfer Size (MDTS) to limit the number of page descriptors in an I/O

svn commit: r362762 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:32:11 2020 New Revision: 362762 URL: https://svnweb.freebsd.org/changeset/base/362762 Log: bhyve: add basic NVMe Firmware Commit support This commit updates the Identify Controller data to advertise the Controller supports a single firmware slot and that

svn commit: r362758 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:31:58 2020 New Revision: 362758 URL: https://svnweb.freebsd.org/changeset/base/362758 Log: bhyve: validate NVMe deallocate range values For NVMe emulation, validate the Data Set Management LBA ranges do not exceed the capacity of the backing storage. If

svn commit: r362755 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:31:47 2020 New Revision: 362755 URL: https://svnweb.freebsd.org/changeset/base/362755 Log: bhyve: implement NVMe Format NVM command The Format NVM command mainly allows the host to specify the block size and protection information used for the Namespace.

svn commit: r362754 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:31:44 2020 New Revision: 362754 URL: https://svnweb.freebsd.org/changeset/base/362754 Log: bhyve: make unsupported NVMe commands a debug message Tested by:Jason Tubnor MFC after:2 weeks Differential Revision: https://reviews.freebsd.org/D24888

svn commit: r362764 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:32:18 2020 New Revision: 362764 URL: https://svnweb.freebsd.org/changeset/base/362764 Log: bhyve: fix NVMe Get Features, Predictable Latency If the Predictable Latency Mode is not supported, NVMe Controllers must return Invalid Field in Command status

svn commit: r362760 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:32:04 2020 New Revision: 362760 URL: https://svnweb.freebsd.org/changeset/base/362760 Log: bhyve: validate the NVMe LBA start and count Add checks that the combination of Starting LBA and Number of Logical Blocks in a command will not exceed the range of

svn commit: r362766 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:32:24 2020 New Revision: 362766 URL: https://svnweb.freebsd.org/changeset/base/362766 Log: bhyve: fix NVMe Active Namespace list The NVMe specification requires unused entries in the Identify, Active Namespace ID data to be zero. Fix is bzero the

svn commit: r362753 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:31:41 2020 New Revision: 362753 URL: https://svnweb.freebsd.org/changeset/base/362753 Log: bhyve: add more compliant NVMe Get/Set Features Create a generic Get/Set Features by saving off the contents of CDW11 from the Set command and returning the saved

svn commit: r362751 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:31:34 2020 New Revision: 362751 URL: https://svnweb.freebsd.org/changeset/base/362751 Log: bhyve: fix NVMe Get Log Page command Fix the logic in nvme_opc_get_log_page to calculate the number of DWORDS (uint32_t) instead of WORDS (uint16_t) for the byte

svn commit: r362750 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:31:30 2020 New Revision: 362750 URL: https://svnweb.freebsd.org/changeset/base/362750 Log: bhyve: implement NVMe Namespace Identification Descriptor NVMe 1.3 compliant controllers must implement the Namespace Identification Descriptor structure (i.e.

svn commit: r362747 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:31:20 2020 New Revision: 362747 URL: https://svnweb.freebsd.org/changeset/base/362747 Log: bhyve: add a comment explaining NVME dsm option Tested by:Jason Tubnor MFC after:2 weeks Differential Revision: https://reviews.freebsd.org/D24881

svn commit: r362756 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:31:51 2020 New Revision: 362756 URL: https://svnweb.freebsd.org/changeset/base/362756 Log: bhyve: refactor NVMe I/O read/write Split the NVM I/O function (i.e. nvme_opc_write_read) into separate functions - one for RAM based backing-store and another for

svn commit: r362749 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:31:27 2020 New Revision: 362749 URL: https://svnweb.freebsd.org/changeset/base/362749 Log: bhyve: Consolidate NVMe CQ update Consolidate the code which writes Completion Queue entries and updates the CQ doorbell value. While in the neighborhood, convert

svn commit: r362746 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:31:17 2020 New Revision: 362746 URL: https://svnweb.freebsd.org/changeset/base/362746 Log: bhyve: implement NVMe Flush command This adds support for the NVMe I/O command Flush. For block-based devices, submit a DIOCGFLUSH to the backing storage.

svn commit: r362744 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:31:11 2020 New Revision: 362744 URL: https://svnweb.freebsd.org/changeset/base/362744 Log: bhyve: convert NVMe logging statements Convert the debug and warning logging macros to be parameterized and correctly use bhyve's PRINTLN macro. Reviewed by:

svn commit: r362745 - head/usr.sbin/bhyve

2020-06-28 Thread Chuck Tuffli
Author: chuck Date: Mon Jun 29 00:31:14 2020 New Revision: 362745 URL: https://svnweb.freebsd.org/changeset/base/362745 Log: bhyve: refactor NVMe IO command handling This refactors the NVMe I/O command processing function to make adding new commands easier. The main change is to move

svn commit: r362743 - in stable/12/sys: arm/freescale/imx dev/hdmi

2020-06-28 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jun 29 00:28:11 2020 New Revision: 362743 URL: https://svnweb.freebsd.org/changeset/base/362743 Log: MFC r362029-r362030 r362029: Fix reading EDID on TVs/monitors without E-DCC support Writing segment id to I2C device 0x30 only required if the segment is

svn commit: r362742 - head/usr.sbin/config

2020-06-28 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Sun Jun 28 22:04:52 2020 New Revision: 362742 URL: https://svnweb.freebsd.org/changeset/base/362742 Log: Do not use macros in the argument to -width This patch improves the presentation of the FILES section dramatically. MFC after:2 weeks

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

2020-06-28 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Sun Jun 28 21:48:56 2020 New Revision: 362741 URL: https://svnweb.freebsd.org/changeset/base/362741 Log: Document that Intel Dual Band Wireless AC 8265 is supported by iwm(4) MFC after:2 weeks Modified: head/share/man/man4/iwm.4

svn commit: r362740 - head/sys/vm

2020-06-28 Thread Mark Johnston
Author: markj Date: Sun Jun 28 21:35:04 2020 New Revision: 362740 URL: https://svnweb.freebsd.org/changeset/base/362740 Log: Fix UMA's first-touch policy on systems with empty domains. Suppose a thread is running on a CPU in a NUMA domain with no physical RAM. When an item is freed to a

svn commit: r362739 - in head/sys: compat/linuxkpi/common/src dev/md

2020-06-28 Thread Mark Johnston
Author: markj Date: Sun Jun 28 21:34:38 2020 New Revision: 362739 URL: https://svnweb.freebsd.org/changeset/base/362739 Log: Remove some redundant assignments and computations. Reported by: alc Reviewed by: alc, kib Sponsored by: The FreeBSD Foundation MFC after:1 week

svn commit: r362738 - head/bin/sh/tests

2020-06-28 Thread Jilles Tjoelker
Author: jilles Date: Sun Jun 28 21:33:08 2020 New Revision: 362738 URL: https://svnweb.freebsd.org/changeset/base/362738 Log: sh/tests: Re-enable bin.sh.execution.functional_test.bg12.0 This reverts r362646. PR: 247559 MFC after:1 week Modified:

svn commit: r362737 - head/bin/sh/tests/execution

2020-06-28 Thread Jilles Tjoelker
Author: jilles Date: Sun Jun 28 21:15:29 2020 New Revision: 362737 URL: https://svnweb.freebsd.org/changeset/base/362737 Log: sh/tests: Fix flaky execution/bg12.0 When job control is not enabled, the shell ignores SIGINT while waiting for a foreground process unless that process exits on

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

2020-06-28 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Jun 28 21:11:10 2020 New Revision: 362736 URL: https://svnweb.freebsd.org/changeset/base/362736 Log: Configure rx_delay/tx_delay values for RK3399/RK3328 GMAC For 1000Mb mode to work reliably TX/RX delays need to be configured between the TX/RX clock and the

svn commit: r362735 - head/sys/compat/linux

2020-06-28 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jun 28 18:56:32 2020 New Revision: 362735 URL: https://svnweb.freebsd.org/changeset/base/362735 Log: Make linux(4) support SO_PROTOCOL. Running Python test suite with python3.8 from Focal triggers those. MFC after:2 weeks Sponsored by: The FreeBSD

svn commit: r362734 - head/usr.bin/clang/llvm-strings

2020-06-28 Thread Dimitry Andric
Author: dim Date: Sun Jun 28 18:02:51 2020 New Revision: 362734 URL: https://svnweb.freebsd.org/changeset/base/362734 Log: Fix llvm-strings.1 not installing, this was a copy/paste error. MFC after:3 weeks Modified: head/usr.bin/clang/llvm-strings/Makefile Modified:

svn commit: r362733 - head

2020-06-28 Thread Dimitry Andric
Author: dim Date: Sun Jun 28 18:02:12 2020 New Revision: 362733 URL: https://svnweb.freebsd.org/changeset/base/362733 Log: Remove older llvm-ranlib.1 entry from ObsoleteFiles.inc, as it has gotten its own manpage now, and should be no longer be removed by "make delete-old". MFC after:

svn commit: r362732 - stable/12/sys/riscv/conf

2020-06-28 Thread Mitchell Horne
Author: mhorne Date: Sun Jun 28 17:51:17 2020 New Revision: 362732 URL: https://svnweb.freebsd.org/changeset/base/362732 Log: MFC r354259: RISC-V: Remove EARLY_AP_STARTUP from GENERIC Modified: stable/12/sys/riscv/conf/GENERIC Directory Properties: stable/12/ (props changed)

svn commit: r362731 - stable/12/share/man/man7

2020-06-28 Thread Mitchell Horne
Author: mhorne Date: Sun Jun 28 17:49:41 2020 New Revision: 362731 URL: https://svnweb.freebsd.org/changeset/base/362731 Log: MFC r362546: arch(7): small corrections for RISC-V Modified: stable/12/share/man/man7/arch.7 Directory Properties: stable/12/ (props changed) Modified:

svn commit: r362730 - stable/12/stand/efi/gptboot

2020-06-28 Thread Mitchell Horne
Author: mhorne Date: Sun Jun 28 17:47:41 2020 New Revision: 362730 URL: https://svnweb.freebsd.org/changeset/base/362730 Log: MFC r361754: gptboot.efi: align secbuf to 4K Modified: stable/12/stand/efi/gptboot/proto.c Directory Properties: stable/12/ (props changed) Modified:

svn commit: r362729 - stable/12/sys/conf

2020-06-28 Thread Mitchell Horne
Author: mhorne Date: Sun Jun 28 17:45:13 2020 New Revision: 362729 URL: https://svnweb.freebsd.org/changeset/base/362729 Log: MFC r361402: Simplify the RISC-V kernel linker invocation Modified: stable/12/sys/conf/Makefile.riscv Directory Properties: stable/12/ (props changed)

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

2020-06-28 Thread Mitchell Horne
Author: mhorne Date: Sun Jun 28 17:43:48 2020 New Revision: 362728 URL: https://svnweb.freebsd.org/changeset/base/362728 Log: MFC r360826: Sync relocation definitions Modified: stable/12/sys/sys/elf_common.h Directory Properties: stable/12/ (props changed) Modified:

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

2020-06-28 Thread Michael Gmelin
Author: grembo (ports committer) Date: Sun Jun 28 17:28:11 2020 New Revision: 362727 URL: https://svnweb.freebsd.org/changeset/base/362727 Log: Adapt documentation of kern.tty_info_kstacks. s/stack/kernel stack/, as this feature only shows kernel stacks. Reported by: jhb Reviewed

svn commit: r362726 - in head/sys/arm64: arm64 include

2020-06-28 Thread Andrew Turner
Author: andrew Date: Sun Jun 28 15:03:07 2020 New Revision: 362726 URL: https://svnweb.freebsd.org/changeset/base/362726 Log: Use EFI memory map to determine attributes for Acpi mappings on arm64. AcpiOsMapMemory is used for device memory when e.g. an _INI method wants to access physical

svn commit: r362725 - stable/12/share/man/man7

2020-06-28 Thread Gordon Bergling
Author: gbe (doc committer) Date: Sun Jun 28 14:40:48 2020 New Revision: 362725 URL: https://svnweb.freebsd.org/changeset/base/362725 Log: MFC r360604: Add references for the most important man7 pages worth reading to intro(7). Approved by: bcr (mentor) Differential Revision:

svn commit: r362724 - stable/12/share/man/man4

2020-06-28 Thread Gordon Bergling
Author: gbe (doc committer) Date: Sun Jun 28 14:36:56 2020 New Revision: 362724 URL: https://svnweb.freebsd.org/changeset/base/362724 Log: MFC r359633, r359656, r360190: Add a manpage for smbios(4). PR: 240252, 163830 Approved by: bcr (mentor) Differential Revision:

svn commit: r362723 - stable/12/share/man/man5

2020-06-28 Thread Gordon Bergling
Author: gbe (doc committer) Date: Sun Jun 28 14:22:57 2020 New Revision: 362723 URL: https://svnweb.freebsd.org/changeset/base/362723 Log: MFC r360493: Add a new manual page for unionfs(5) Approved by: bcr Differential Revision:https://reviews.freebsd.org/D24589 Added:

svn commit: r362722 - head/sys/netinet

2020-06-28 Thread Michael Tuexen
Author: tuexen Date: Sun Jun 28 14:11:36 2020 New Revision: 362722 URL: https://svnweb.freebsd.org/changeset/base/362722 Log: Don't send packets containing ERROR chunks in response to unknown chunks when being in a state where the verification tag to be used is not known yet. MFC

svn commit: r362721 - stable/12/share/man/man9

2020-06-28 Thread Gordon Bergling
Author: gbe (doc committer) Date: Sun Jun 28 14:02:49 2020 New Revision: 362721 URL: https://svnweb.freebsd.org/changeset/base/362721 Log: MFC r360459: Add a HISTORY section to domain(9). Approved by: bcr Differential Revision:https://reviews.freebsd.org/D24150 Modified:

svn commit: r362720 - head/sys/netinet

2020-06-28 Thread Michael Tuexen
Author: tuexen Date: Sun Jun 28 11:12:03 2020 New Revision: 362720 URL: https://svnweb.freebsd.org/changeset/base/362720 Log: Don't check ch for not being NULL, since that is true. MFC after:1 week Modified: head/sys/netinet/sctp_input.c Modified:

Re: svn commit: r362681 - in head: contrib/bc contrib/bc/gen contrib/bc/include contrib/bc/locales contrib/bc/manuals contrib/bc/src contrib/bc/src/bc contrib/bc/src/dc contrib/bc/src/history contrib/

2020-06-28 Thread Stefan Eßer
Am 27.06.20 um 23:52 schrieb Eric van Gyzen: > On 6/27/20 8:11 AM, John Baldwin wrote: >> On 6/27/20 5:02 AM, Stefan Eßer wrote: >>> Author: se >>> Date: Sat Jun 27 12:02:01 2020 >>> New Revision: 362681 >>> URL: https://svnweb.freebsd.org/changeset/base/362681 >>> >>> Log: >>>    Import new

svn commit: r362719 - in head: contrib/llvm-project contrib/llvm-project/clang/lib/CodeGen contrib/llvm-project/compiler-rt/lib/builtins/riscv contrib/llvm-project/libcxx/include contrib/llvm-proje...

2020-06-28 Thread Dimitry Andric
Author: dim Date: Sun Jun 28 07:43:43 2020 New Revision: 362719 URL: https://svnweb.freebsd.org/changeset/base/362719 Log: Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp llvmorg-10.0.1-rc2-0-g77d76b71d7d. Also add a few more llvm utilities under

svn commit: r362718 - head/usr.sbin/fifolog/lib

2020-06-28 Thread Adrian Chadd
Author: adrian Date: Sun Jun 28 06:52:39 2020 New Revision: 362718 URL: https://svnweb.freebsd.org/changeset/base/362718 Log: [fifolog] wrap the recno when we hit the end of the provided file size. Without this the log just keeps growing to infinity. Reviewed by: phk Differential