Re: svn commit: r354900 - head/usr.sbin/jail

2019-11-20 Thread Li-Wen Hsu
Thanks for the fixes and sorry for the breakage. While others might work on more proper fixes. Does it make sense to have the attached patch to fix riscv* build? BTW, ${LINKER_TYPE} == "bfd" seems causing failure in the clean stage, that's why it didn't be caught in my test and CI, they have

svn commit: r354937 - head/share/man/man7

2019-11-20 Thread Warner Losh
Author: imp Date: Thu Nov 21 06:48:30 2019 New Revision: 354937 URL: https://svnweb.freebsd.org/changeset/base/354937 Log: Include MACHINE in the which variable selection to use section. Modified: head/share/man/man7/arch.7 Modified: head/share/man/man7/arch.7

Re: svn commit: r354900 - head/usr.sbin/jail

2019-11-20 Thread Warner Losh
On Wed, Nov 20, 2019 at 11:19 PM Dimitry Andric wrote: > Yes, such a table would be extremely helpful. :) > Yes. Committed. Great idea. Committed with some verbage about which one to use to. Warner ___ svn-src-head@freebsd.org mailing list

Re: svn commit: r354900 - head/usr.sbin/jail

2019-11-20 Thread Warner Losh
I write: > jhb writes: > >> With PC-98 removed, I don't think we have any cases where MACHINE != >> MACHINE_CPUARCH now? >> > > Well, there's arm64 / aarch64. > And riscv / riscv64. Warner ___ svn-src-head@freebsd.org mailing list

svn commit: r354936 - head/share/man/man7

2019-11-20 Thread Warner Losh
Author: imp Date: Thu Nov 21 06:44:19 2019 New Revision: 354936 URL: https://svnweb.freebsd.org/changeset/base/354936 Log: Add table for MACHINE_CPUARCH Add table and also some additional verbage of which one to use. Modified: head/share/man/man7/arch.7 Modified:

Re: svn commit: r354922 - in head: etc libexec/rc libexec/rc/rc.d share/man/man5 sys/sys

2019-11-20 Thread Alexey Dokuchaev
On Wed, Nov 20, 2019 at 11:45:31PM +, Warner Losh wrote: > New Revision: 354922 > URL: https://svnweb.freebsd.org/changeset/base/354922 > > Log: > Create /etc/os-release file. > > Each boot, regenerate /var/run/os-release based on the currently > running system. Create a

Re: svn commit: r354900 - head/usr.sbin/jail

2019-11-20 Thread Warner Losh
On Wed, Nov 20, 2019 at 11:19 PM Dimitry Andric wrote: > On 21 Nov 2019, at 01:44, John Baldwin wrote: > > > > On 11/20/19 3:42 PM, Bjoern A. Zeeb wrote: > >> On 20 Nov 2019, at 23:32, John Baldwin wrote: > ... > >> You can however find more of these elsewhere: > >> > >>

Re: svn commit: r354900 - head/usr.sbin/jail

2019-11-20 Thread Warner Losh
On Wed, Nov 20, 2019 at 4:32 PM John Baldwin wrote: > On 11/20/19 3:04 PM, Warner Losh wrote: > > On Wed, Nov 20, 2019 at 3:09 PM John Baldwin wrote: > > > >> On 11/20/19 10:01 AM, Warner Losh wrote: > >>> On Wed, Nov 20, 2019 at 9:54 AM Li-Wen Hsu wrote: > >>> > Author: lwhsu >

Re: svn commit: r354900 - head/usr.sbin/jail

2019-11-20 Thread Dimitry Andric
On 21 Nov 2019, at 01:44, John Baldwin wrote: > > On 11/20/19 3:42 PM, Bjoern A. Zeeb wrote: >> On 20 Nov 2019, at 23:32, John Baldwin wrote: ... >> You can however find more of these elsewhere: >> >> ../lib/libc/tests/sys/Makefile:.if ${MACHINE_CPUARCH} != "aarch64" && >> ${MACHINE_CPUARCH} !=

Re: svn commit: r354934 - head/sys/arm/conf

2019-11-20 Thread Ravi Pokala
-Original Message- From: on behalf of Ed Maste Date: 2019-11-20, Wednesday at 19:10 To: , , Subject: svn commit: r354934 - head/sys/arm/conf Author: emaste Date: Thu Nov 21 03:10:02 2019 New Revision: 354934 URL: https://svnweb.freebsd.org/changeset/base/354934

svn commit: r354935 - head/usr.sbin/jail

2019-11-20 Thread Glen Barber
Author: gjb Date: Thu Nov 21 04:12:08 2019 New Revision: 354935 URL: https://svnweb.freebsd.org/changeset/base/354935 Log: Revert r354896, r354899, r354900: Fix build. Sponsored by: Rubicon Communications, LLC (netgate.com) Modified: head/usr.sbin/jail/Makefile Modified:

svn commit: r354934 - head/sys/arm/conf

2019-11-20 Thread Ed Maste
Author: emaste Date: Thu Nov 21 03:10:02 2019 New Revision: 354934 URL: https://svnweb.freebsd.org/changeset/base/354934 Log: mark arm.arm (v4/v5) kernels as NO_UNIVERSE for now r354290 removed arm.arm from universe, but arm.arm kernels were still found and built during the kernel stage.

svn commit: r354933 - head/sys/arm/broadcom/bcm2835

2019-11-20 Thread Kyle Evans
Author: kevans Date: Thu Nov 21 02:49:41 2019 New Revision: 354933 URL: https://svnweb.freebsd.org/changeset/base/354933 Log: bcm2835_sdhci: clean up DMA segments in error handling path Later parts assume that this would've been done if interrupts are enabled, but this is the only case

svn commit: r354932 - head/sys/arm/broadcom/bcm2835

2019-11-20 Thread Kyle Evans
Author: kevans Date: Thu Nov 21 02:47:55 2019 New Revision: 354932 URL: https://svnweb.freebsd.org/changeset/base/354932 Log: bcm2835_sdhci: roll back r354823 r354823 kicked DATA_END handling out of the DMA interrupt path "to make things easy", but this was likely a mistake -- if we know

svn commit: r354931 - head/sys/arm/broadcom/bcm2835

2019-11-20 Thread Kyle Evans
Author: kevans Date: Thu Nov 21 02:44:05 2019 New Revision: 354931 URL: https://svnweb.freebsd.org/changeset/base/354931 Log: Revert r354930: wrong diff, right message. Modified: head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c Modified: head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c

svn commit: r354930 - head/sys/arm/broadcom/bcm2835

2019-11-20 Thread Kyle Evans
Author: kevans Date: Thu Nov 21 02:41:22 2019 New Revision: 354930 URL: https://svnweb.freebsd.org/changeset/base/354930 Log: bcm2835_sdhci: clean up DMA segments in error handling path Later parts assume that this would've been done if interrupts are enabled, but this is the only case

Re: svn commit: r354900 - head/usr.sbin/jail

2019-11-20 Thread Glen Barber
On Wed, Nov 20, 2019 at 04:44:58PM -0800, John Baldwin wrote: > On 11/20/19 3:42 PM, Bjoern A. Zeeb wrote: > > On 20 Nov 2019, at 23:32, John Baldwin wrote: > > > > Hijacking a side-thread: > > > > PreS: I think we have way too many of these options and should just > > remove 3/4 of them again

svn commit: r354929 - in head: sbin/comcontrol sbin/conscontrol sbin/reboot share/man/man4 share/man/man5 sys/conf sys/dev/sio sys/modules/sio usr.sbin/watch

2019-11-20 Thread Gleb Smirnoff
Author: glebius Date: Thu Nov 21 01:24:49 2019 New Revision: 354929 URL: https://svnweb.freebsd.org/changeset/base/354929 Log: Remove sio(4). It had been disconnected from build in r181233 in 2008. Reviewed by: imp Deleted: head/share/man/man4/sio.4 head/sys/dev/sio/

Re: svn commit: r354900 - head/usr.sbin/jail

2019-11-20 Thread John Baldwin
On 11/20/19 3:42 PM, Bjoern A. Zeeb wrote: > On 20 Nov 2019, at 23:32, John Baldwin wrote: > > Hijacking a side-thread: > > PreS: I think we have way too many of these options and should just > remove 3/4 of them again or someone build a proper matrix documenting > them all and in which case

svn commit: r354926 - head/usr.sbin/rtsold

2019-11-20 Thread Mark Johnston
Author: markj Date: Thu Nov 21 00:17:14 2019 New Revision: 354926 URL: https://svnweb.freebsd.org/changeset/base/354926 Log: Avoid relying on pollution from libcasper.h. Reported by: sjg Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/rtsold/cap_llflags.c Modified:

svn commit: r354925 - head/usr.sbin/efibootmgr

2019-11-20 Thread Warner Losh
Author: imp Date: Wed Nov 20 23:58:36 2019 New Revision: 354925 URL: https://svnweb.freebsd.org/changeset/base/354925 Log: Add --esp/-E argument to print the currently booted ESP Add code to decode the BootCurrent and Boot variable it points at to deduce the ESP used to boot the

svn commit: r354924 - head/contrib/openresolv

2019-11-20 Thread Pedro F. Giffuni
Author: pfg Date: Wed Nov 20 23:56:20 2019 New Revision: 354924 URL: https://svnweb.freebsd.org/changeset/base/354924 Log: MFV 354917, 354918, 354919 openresolv: update to version 3.9.2 MFC after:3 weeks Added: head/contrib/openresolv/LICENSE - copied unchanged from r354917,

svn commit: r354922 - in head: etc libexec/rc libexec/rc/rc.d share/man/man5 sys/sys

2019-11-20 Thread Warner Losh
Author: imp Date: Wed Nov 20 23:45:31 2019 New Revision: 354922 URL: https://svnweb.freebsd.org/changeset/base/354922 Log: Create /etc/os-release file. Each boot, regenerate /var/run/os-release based on the currently running system. Create a /etc/os-release symlink pointing to this file

Re: svn commit: r354900 - head/usr.sbin/jail

2019-11-20 Thread Bjoern A. Zeeb
On 20 Nov 2019, at 23:32, John Baldwin wrote: Hijacking a side-thread: PreS: I think we have way too many of these options and should just remove 3/4 of them again or someone build a proper matrix documenting them all and in which case to use in the developers handbook ;-) This one also

Re: svn commit: r354900 - head/usr.sbin/jail

2019-11-20 Thread John Baldwin
On 11/20/19 3:04 PM, Warner Losh wrote: > On Wed, Nov 20, 2019 at 3:09 PM John Baldwin wrote: > >> On 11/20/19 10:01 AM, Warner Losh wrote: >>> On Wed, Nov 20, 2019 at 9:54 AM Li-Wen Hsu wrote: >>> Author: lwhsu Date: Wed Nov 20 16:54:21 2019 New Revision: 354900 URL:

Re: svn commit: r354900 - head/usr.sbin/jail

2019-11-20 Thread Warner Losh
On Wed, Nov 20, 2019 at 3:09 PM John Baldwin wrote: > On 11/20/19 10:01 AM, Warner Losh wrote: > > On Wed, Nov 20, 2019 at 9:54 AM Li-Wen Hsu wrote: > > > >> Author: lwhsu > >> Date: Wed Nov 20 16:54:21 2019 > >> New Revision: 354900 > >> URL: https://svnweb.freebsd.org/changeset/base/354900 >

Re: svn commit: r354900 - head/usr.sbin/jail

2019-11-20 Thread John Baldwin
On 11/20/19 10:01 AM, Warner Losh wrote: > On Wed, Nov 20, 2019 at 9:54 AM Li-Wen Hsu wrote: > >> Author: lwhsu >> Date: Wed Nov 20 16:54:21 2019 >> New Revision: 354900 >> URL: https://svnweb.freebsd.org/changeset/base/354900 >> >> Log: >> Use the correct variable, also limit the scope to bfd

svn commit: r354915 - in head: etc/mtree share/man/man7 share/mk

2019-11-20 Thread Warner Losh
Author: imp Date: Wed Nov 20 21:06:29 2019 New Revision: 354915 URL: https://svnweb.freebsd.org/changeset/base/354915 Log: Standardize EFI's ESP mount point. Mount the UEFI ESP on /boot/efi. No current system uses this by default, but there are many ad-hoc schemes that do this in /efi or

svn commit: r354914 - head/sys/cam/scsi

2019-11-20 Thread Alexander Motin
Author: mav Date: Wed Nov 20 20:00:03 2019 New Revision: 354914 URL: https://svnweb.freebsd.org/changeset/base/354914 Log: Set handling for some "Logical unit not ready" errors. MFC after:2 weeks Sponsored by: iXsystems, Inc. Modified: head/sys/cam/scsi/scsi_all.c Modified:

svn commit: r354913 - head/sys/dev/random

2019-11-20 Thread Conrad Meyer
Author: cem Date: Wed Nov 20 19:55:43 2019 New Revision: 354913 URL: https://svnweb.freebsd.org/changeset/base/354913 Log: random/ivy: Trivial refactoring It is clearer to me to return success/error (true/false) instead of some retry count linked to the inline assembly implementation.

svn commit: r354912 - in head: contrib/netbsd-tests/usr.bin/unifdef usr.bin/unifdef

2019-11-20 Thread Conrad Meyer
Author: cem Date: Wed Nov 20 19:43:34 2019 New Revision: 354912 URL: https://svnweb.freebsd.org/changeset/base/354912 Log: Re-apply fixed r354847 unifdef(1): Improve worst-case bound on symbol resolution Use RB_TREE to make some algorithms O(lg N) and O(N lg N) instead of O(N) and

svn commit: r354911 - head/usr.bin/unifdef

2019-11-20 Thread Conrad Meyer
Author: cem Date: Wed Nov 20 19:07:22 2019 New Revision: 354911 URL: https://svnweb.freebsd.org/changeset/base/354911 Log: Revert r354847 for now It was broken. PR: 242095 Reported by: lwhsu Modified: head/usr.bin/unifdef/unifdef.c Modified:

svn commit: r354910 - head

2019-11-20 Thread Dimitry Andric
ING == --- head/UPDATING Wed Nov 20 18:36:58 2019(r354909) +++ head/UPDATING Wed Nov 20 19:07:08 2019(r354910) @@ -32,7 +32,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW: for automounting. 20191120: - Defining the long deprected NO_CTF, NO_DEBUG_FI

svn commit: r354909 - in head: . share/mk

2019-11-20 Thread Brooks Davis
WHO THINK THAT FreeBSD 13.x IS SLOW: removed in the future. As of FreeBSD 10.1 the autofs(5) is available for automounting. +20191120: + Defining the long deprected NO_CTF, NO_DEBUG_FILES, NO_INSTALLLIB, + NO_MAN, NO_PROFILE, and NO_WARNS variables is now an error

svn commit: r354908 - in head/lib/clang: libclang libllvm libllvmminimal

2019-11-20 Thread Dimitry Andric
Author: dim Date: Wed Nov 20 18:12:01 2019 New Revision: 354908 URL: https://svnweb.freebsd.org/changeset/base/354908 Log: Add explanatory comments for the different SRCS_xxx variables used in the Makefiles for libllvm and libclang. While here, cleanup a commented out SRCS entry in

Re: svn commit: r354899 - head/usr.sbin/jail

2019-11-20 Thread Warner Losh
On Wed, Nov 20, 2019 at 9:58 AM Li-Wen Hsu wrote: > On Thu, Nov 21, 2019 at 12:42 AM John Baldwin wrote: > > > > On 11/20/19 8:35 AM, Li-Wen Hsu wrote: > > > Author: lwhsu > > > Date: Wed Nov 20 16:35:58 2019 > > > New Revision: 354899 > > > URL: https://svnweb.freebsd.org/changeset/base/354899

Re: svn commit: r354900 - head/usr.sbin/jail

2019-11-20 Thread Warner Losh
On Wed, Nov 20, 2019 at 9:54 AM Li-Wen Hsu wrote: > Author: lwhsu > Date: Wed Nov 20 16:54:21 2019 > New Revision: 354900 > URL: https://svnweb.freebsd.org/changeset/base/354900 > > Log: > Use the correct variable, also limit the scope to bfd > > PR: 242109 > Reported by: jhb >

svn commit: r354907 - head/sys/vm

2019-11-20 Thread Andrew Turner
Author: andrew Date: Wed Nov 20 18:00:43 2019 New Revision: 354907 URL: https://svnweb.freebsd.org/changeset/base/354907 Log: As with r354905 use uint16_t to store aflags on the stack and as function arguments as the aflags size in vm_page_t has increased. Sponsored by: DARPA, AFRL

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

2019-11-20 Thread Ed Maste
Author: emaste Date: Wed Nov 20 17:57:46 2019 New Revision: 354906 URL: https://svnweb.freebsd.org/changeset/base/354906 Log: src.conf.5: regen for several recent changes r354289 armv6: Switch to LLD by default r354290 Take arm.arm (armv5) out of universe r354348 armv6, armv7: Switch

svn commit: r354905 - head/sys/vm

2019-11-20 Thread Andrew Turner
Author: andrew Date: Wed Nov 20 17:49:58 2019 New Revision: 354905 URL: https://svnweb.freebsd.org/changeset/base/354905 Log: Use atomic_load_16 to load aflags as it's a uint16_t after r354820. Sponsored by: DARPA, AFRL Modified: head/sys/vm/vm_page.c Modified: head/sys/vm/vm_page.c

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

2019-11-20 Thread Ed Maste
Author: emaste Date: Wed Nov 20 17:49:32 2019 New Revision: 354904 URL: https://svnweb.freebsd.org/changeset/base/354904 Log: src.conf.5: regen after r354902, WITHOUT_AMD by default Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

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

2019-11-20 Thread Ed Maste
Author: emaste Date: Wed Nov 20 17:45:31 2019 New Revision: 354903 URL: https://svnweb.freebsd.org/changeset/base/354903 Log: Add description for WITH_AMD WITHOUT_AMD is now the default as of r354902. Sponsored by: The FreeBSD Foundation Added: head/tools/build/options/WITH_AMD

svn commit: r354902 - in head: . share/mk

2019-11-20 Thread Ed Maste
: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20191120: + The amd(8) automount daemon has been disabled by default, and will be + removed in the future. As of FreeBSD 10.1 the autofs(5) is

svn commit: r354901 - head/usr.bin/xinstall

2019-11-20 Thread Alex Richardson
Author: arichardson Date: Wed Nov 20 17:24:49 2019 New Revision: 354901 URL: https://svnweb.freebsd.org/changeset/base/354901 Log: Allow boostrapping xinstall on Linux Linux does not have st_flags so we have to avoid using it there. Reviewed By: emaste, imp Differential Revision:

Re: svn commit: r354899 - head/usr.sbin/jail

2019-11-20 Thread Li-Wen Hsu
On Thu, Nov 21, 2019 at 12:42 AM John Baldwin wrote: > > On 11/20/19 8:35 AM, Li-Wen Hsu wrote: > > Author: lwhsu > > Date: Wed Nov 20 16:35:58 2019 > > New Revision: 354899 > > URL: https://svnweb.freebsd.org/changeset/base/354899 > > > > Log: > > Limit the workaround to riscv only > > > >

svn commit: r354900 - head/usr.sbin/jail

2019-11-20 Thread Li-Wen Hsu
Author: lwhsu Date: Wed Nov 20 16:54:21 2019 New Revision: 354900 URL: https://svnweb.freebsd.org/changeset/base/354900 Log: Use the correct variable, also limit the scope to bfd PR: 242109 Reported by: jhb Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r354899 - head/usr.sbin/jail

2019-11-20 Thread John Baldwin
On 11/20/19 8:35 AM, Li-Wen Hsu wrote: > Author: lwhsu > Date: Wed Nov 20 16:35:58 2019 > New Revision: 354899 > URL: https://svnweb.freebsd.org/changeset/base/354899 > > Log: > Limit the workaround to riscv only > > PR: 242109 > Sponsored by: The FreeBSD Foundation > >

svn commit: r354899 - head/usr.sbin/jail

2019-11-20 Thread Li-Wen Hsu
Author: lwhsu Date: Wed Nov 20 16:35:58 2019 New Revision: 354899 URL: https://svnweb.freebsd.org/changeset/base/354899 Log: Limit the workaround to riscv only PR: 242109 Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/jail/Makefile Modified:

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

2019-11-20 Thread Alan Cox
Author: alc Date: Wed Nov 20 16:32:13 2019 New Revision: 354898 URL: https://svnweb.freebsd.org/changeset/base/354898 Log: Until every possible root cause for an "invalid ASID" assertion failure is resolved, assign every pmap a valid ASID when it is first initialized. Modified:

svn commit: r354897 - head/crypto/openssh

2019-11-20 Thread Ed Maste
Author: emaste Date: Wed Nov 20 16:30:37 2019 New Revision: 354897 URL: https://svnweb.freebsd.org/changeset/base/354897 Log: sshd: make getpwclass wrapper MON_ISAUTH not MON_AUTH In r339216 a privsep wrapper was added for login_getpwclass to address PR 231172. Unfortunately the change

svn commit: r354896 - head/usr.sbin/jail

2019-11-20 Thread Li-Wen Hsu
Author: lwhsu Date: Wed Nov 20 16:20:49 2019 New Revision: 354896 URL: https://svnweb.freebsd.org/changeset/base/354896 Log: Workaround riscv64 build when using binutils 2.33.1 PR: 242109 Reviewed by: bapt Sponsored by: The FreeBSD Foundation Differential Revision:

svn commit: r354895 - in head/sys: security/mac vm

2019-11-20 Thread Doug Moore
Author: dougm Date: Wed Nov 20 16:06:48 2019 New Revision: 354895 URL: https://svnweb.freebsd.org/changeset/base/354895 Log: Instead of looking up a predecessor or successor to the current map entry, when that entry has been seen already, keep the already-looked-up value in a variable and

svn commit: r354894 - in head/sys: kern sys

2019-11-20 Thread Andrew Turner
Author: andrew Date: Wed Nov 20 14:37:48 2019 New Revision: 354894 URL: https://svnweb.freebsd.org/changeset/base/354894 Log: Import the NetBSD Kernel Concurrency Sanitizer (KCSAN) runtime. KCSAN is a tool to find concurrent memory access that may race each other. After a determined

svn commit: r354893 - head/sys/kern

2019-11-20 Thread Mateusz Guzik
Author: mjg Date: Wed Nov 20 12:08:32 2019 New Revision: 354893 URL: https://svnweb.freebsd.org/changeset/base/354893 Log: cache: minor stat cleanup Remove duplicated stats and move numcachehv from debug to vfs.cache. Modified: head/sys/kern/vfs_cache.c Modified:

svn commit: r354892 - head/sys/kern

2019-11-20 Thread Mateusz Guzik
Author: mjg Date: Wed Nov 20 12:07:54 2019 New Revision: 354892 URL: https://svnweb.freebsd.org/changeset/base/354892 Log: vfs: perform a more racy check in vfs_notify_upper Locking mp does not buy anything interms of correctness and only contributes to contention. Modified:

svn commit: r354890 - in head/sys: fs/devfs kern sys

2019-11-20 Thread Mateusz Guzik
Author: mjg Date: Wed Nov 20 12:05:59 2019 New Revision: 354890 URL: https://svnweb.freebsd.org/changeset/base/354890 Log: vfs: change si_usecount management to count used vnodes Currently si_usecount is effectively a sum of usecounts from all associated vnodes. This is maintained by

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

2019-11-20 Thread Mateusz Guzik
Author: mjg Date: Wed Nov 20 12:06:29 2019 New Revision: 354891 URL: https://svnweb.freebsd.org/changeset/base/354891 Log: linux: avoid overhead of P_CONTROLT checks if possible Sponsored by: The FreeBSD Foundation Modified: head/sys/compat/linux/linux_file.c Modified:

svn commit: r354889 - head/sys/amd64/amd64

2019-11-20 Thread Konstantin Belousov
Author: kib Date: Wed Nov 20 11:12:19 2019 New Revision: 354889 URL: https://svnweb.freebsd.org/changeset/base/354889 Log: amd64: in double fault handler, do not rely on sane gsbase value. Typical reasons for doublefault faults are either kernel stack overflow or bugs in the code that

svn commit: r354886 - head/cddl/contrib/opensolaris/cmd/zpool

2019-11-20 Thread Andriy Gapon
Author: avg Date: Wed Nov 20 08:56:01 2019 New Revision: 354886 URL: https://svnweb.freebsd.org/changeset/base/354886 Log: zpool.8: remove a paragraph about quorum disks FreeBSD has no such thing. illumos and ZoL manuals do not talk about quorum disks either. Only Oracle ZFS mentions

svn commit: r354885 - head/cddl/contrib/opensolaris/cmd/zpool

2019-11-20 Thread Andriy Gapon
Author: avg Date: Wed Nov 20 08:49:13 2019 New Revision: 354885 URL: https://svnweb.freebsd.org/changeset/base/354885 Log: fix up r354804, resolve merge conflicts in zpool.8 Somehow I managed to commit the manual page with unresolved conflicts in it. While here, I also replaced .sp