You can view, comment on, or merge this pull request online at:

  https://github.com/openzfs/openzfs/pull/446

-- Commit Summary --

  * 8562 xencons: 'instance' may be used uninitialized in this function
  * 8557 remove trusted desktop remnants
  * 8541 pfiles does not properly identify PF_KEY or PF_POLICY
  * 8503 snoop seems to delay packets doing DNS resolution
  * 8527 tty buffer/queue sizes should be larger
  * 8573 cmd/krb5: dmake should build 'all' as default target
  * 8547 update mandoc to 1.14.3
  * 8559 Add EFI utility functions to libefi
  * 8575 regcomp(3C): handle invalid {} constructs consistently
  * 8568 fnmatch, glob: fix exponential CPU use with repeated '*' operators
  * 8561 export all ixgbe tx ring stats
  * 8577 libstand: add stpcpy stpncpy
  * 8448 uts: pci_autoconfig should test for BIOS
  * 7846 loader: UEFI variable support development
  * 8455 Simple post-mortem reporter for amd64 loader.efi
  * 8534 Want AVX-512 Support
  * 8092 loader.efi: set console mode early in efi_main()
  * 8549 svc:/system/pools/dynamic manifest and method are in the 
service/resource-pools package instead of service/resource-pools/poold
  * 8444 uts: set_console_mode() should check for BIOS
  * 8443 uts: progressbar_init() should check for BIOS
  * 8442 uts: startup_bios_disk() should check for BIOS
  * 8465 aggressive-loop-optimizations error in rt2860.c
  * 8441 uts: apic_probe_common() should check for BIOS
  * 8446 uts: pci_check_bios() should check for BIOS
  * 8414 Implemented zpool scrub pause/resume
  * Merge remote-tracking branch 'illumos/master' into illumos-sync

-- File Changes --

    A usr/src/boot/lib/libc/string/stpcpy.c (42)
    A usr/src/boot/lib/libc/string/stpncpy.c (43)
    M usr/src/boot/lib/libstand/Makefile.inc (5)
    M usr/src/boot/sys/amd64/include/cpufunc.h (74)
    A usr/src/boot/sys/amd64/include/frame.h (5)
    A usr/src/boot/sys/amd64/include/segments.h (105)
    A usr/src/boot/sys/amd64/include/tss.h (69)
    M usr/src/boot/sys/boot/common/bootstrap.h (2)
    M usr/src/boot/sys/boot/common/pnp.c (45)
    A usr/src/boot/sys/boot/efi/include/Guid/MemoryTypeInformation.h (36)
    A usr/src/boot/sys/boot/efi/include/Guid/MtcVendor.h (31)
    A usr/src/boot/sys/boot/efi/include/Guid/ZeroGuid.h (25)
    A usr/src/boot/sys/boot/efi/include/Protocol/EdidActive.h (52)
    A usr/src/boot/sys/boot/efi/include/Protocol/EdidDiscovered.h (50)
    A usr/src/boot/sys/boot/efi/include/Protocol/EdidOverride.h (67)
    M usr/src/boot/sys/boot/efi/include/efiapi.h (3)
    M usr/src/boot/sys/boot/efi/include/efidef.h (28)
    M usr/src/boot/sys/boot/efi/include/efilib.h (24)
    M usr/src/boot/sys/boot/efi/libefi/Makefile (7)
    A usr/src/boot/sys/boot/efi/libefi/env.c (1160)
    M usr/src/boot/sys/boot/efi/libefi/errno.c (66)
    M usr/src/boot/sys/boot/efi/libefi/libefi.c (29)
    M usr/src/boot/sys/boot/efi/libefi/time.c (329)
    A usr/src/boot/sys/boot/efi/libefi/wchar.c (72)
    M usr/src/boot/sys/boot/efi/loader/Makefile (1)
    M usr/src/boot/sys/boot/efi/loader/arch/amd64/Makefile.inc (8)
    A usr/src/boot/sys/boot/efi/loader/arch/amd64/exc.S (163)
    M usr/src/boot/sys/boot/efi/loader/arch/amd64/ldscript.amd64 (5)
    A usr/src/boot/sys/boot/efi/loader/arch/amd64/trap.c (407)
    M usr/src/boot/sys/boot/efi/loader/arch/arm/ldscript.arm (5)
    M usr/src/boot/sys/boot/efi/loader/arch/arm64/ldscript.arm64 (5)
    M usr/src/boot/sys/boot/efi/loader/arch/i386/ldscript.i386 (5)
    M usr/src/boot/sys/boot/efi/loader/main.c (336)
    M usr/src/boot/sys/boot/forth/Makefile.inc (1)
    A usr/src/boot/sys/boot/forth/efi.4th (29)
    M usr/src/boot/sys/boot/forth/loader.4th (3)
    M usr/src/boot/sys/boot/i386/libi386/Makefile (5)
    M usr/src/boot/sys/boot/i386/libi386/biospci.c (179)
    M usr/src/boot/sys/boot/i386/libi386/libi386.h (4)
    A usr/src/boot/sys/x86/include/frame.h (157)
    A usr/src/boot/sys/x86/include/segments.h (273)
    M usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c (108)
    M usr/src/cmd/cmd-inet/usr.sbin/ping/ping.c (22)
    M usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ipaddr.c (58)
    M usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute.c (66)
    M usr/src/cmd/krb5/Makefile (6)
    M usr/src/cmd/mandoc/Makefile.common (8)
    M usr/src/cmd/mandoc/THIRDPARTYLICENSE (14)
    M usr/src/cmd/mandoc/THIRDPARTYLICENSE.descrip (2)
    M usr/src/cmd/mandoc/att.c (3)
    M usr/src/cmd/mandoc/chars.c (21)
    M usr/src/cmd/mandoc/config.h (17)
    M usr/src/cmd/mandoc/eqn.c (863)
    M usr/src/cmd/mandoc/eqn_html.c (92)
    M usr/src/cmd/mandoc/eqn_term.c (56)
    M usr/src/cmd/mandoc/html.c (131)
    M usr/src/cmd/mandoc/html.h (11)
    M usr/src/cmd/mandoc/lib.c (3)
    M usr/src/cmd/mandoc/libman.h (5)
    M usr/src/cmd/mandoc/libmandoc.h (15)
    M usr/src/cmd/mandoc/libmdoc.h (23)
    M usr/src/cmd/mandoc/libroff.h (27)
    M usr/src/cmd/mandoc/main.c (214)
    M usr/src/cmd/mandoc/main.h (4)
    M usr/src/cmd/mandoc/man.c (114)
    M usr/src/cmd/mandoc/man.h (46)
    D usr/src/cmd/mandoc/man_hash.c (103)
    M usr/src/cmd/mandoc/man_html.c (83)
    M usr/src/cmd/mandoc/man_macro.c (63)
    M usr/src/cmd/mandoc/man_term.c (294)
    M usr/src/cmd/mandoc/man_validate.c (133)
    M usr/src/cmd/mandoc/manconf.h (5)
    M usr/src/cmd/mandoc/mandoc.c (46)
    M usr/src/cmd/mandoc/mandoc.h (84)
    M usr/src/cmd/mandoc/mandoc_aux.c (15)
    M usr/src/cmd/mandoc/mandoc_aux.h (5)
    A usr/src/cmd/mandoc/mandoc_xr.c (121)
    A usr/src/cmd/mandoc/mandoc_xr.h (31)
    M usr/src/cmd/mandoc/mandocdb.c (52)
    M usr/src/cmd/mandoc/manpath.c (11)
    M usr/src/cmd/mandoc/mansearch.c (182)
    M usr/src/cmd/mandoc/mansearch.h (7)
    M usr/src/cmd/mandoc/mdoc.c (133)
    M usr/src/cmd/mandoc/mdoc.h (131)
    M usr/src/cmd/mandoc/mdoc_argv.c (38)
    D usr/src/cmd/mandoc/mdoc_hash.c (95)
    M usr/src/cmd/mandoc/mdoc_html.c (350)
    M usr/src/cmd/mandoc/mdoc_macro.c (145)
    M usr/src/cmd/mandoc/mdoc_man.c (247)
    A usr/src/cmd/mandoc/mdoc_markdown.c (1569)
    M usr/src/cmd/mandoc/mdoc_state.c (16)
    M usr/src/cmd/mandoc/mdoc_term.c (375)
    M usr/src/cmd/mandoc/mdoc_validate.c (697)
    M usr/src/cmd/mandoc/out.c (104)
    M usr/src/cmd/mandoc/out.h (12)
    M usr/src/cmd/mandoc/read.c (224)
    M usr/src/cmd/mandoc/roff.c (1864)
    M usr/src/cmd/mandoc/roff.h (0)
    M usr/src/cmd/mandoc/roff_html.c (0)
    M usr/src/cmd/mandoc/roff_int.h (0)
    M usr/src/cmd/mandoc/roff_term.c (0)
    M usr/src/cmd/mandoc/roff_validate.c (0)
    M usr/src/cmd/mandoc/st.c (0)
    M usr/src/cmd/mandoc/st.in (0)
    M usr/src/cmd/mandoc/tbl.c (0)
    M usr/src/cmd/mandoc/tbl_data.c (0)
    M usr/src/cmd/mandoc/tbl_html.c (0)
    M usr/src/cmd/mandoc/tbl_layout.c (0)
    M usr/src/cmd/mandoc/tbl_term.c (0)
    M usr/src/cmd/mandoc/term.c (0)
    M usr/src/cmd/mandoc/term.h (0)
    M usr/src/cmd/mandoc/term_ascii.c (0)
    M usr/src/cmd/mandoc/term_ps.c (0)
    M usr/src/cmd/mandoc/term_tab.c (0)
    M usr/src/cmd/mandoc/tree.c (0)
    M usr/src/cmd/oamuser/user/funcs.c (0)
    M usr/src/cmd/passmgmt/passmgmt.c (0)
    M usr/src/cmd/ptools/pfiles/pfiles.c (0)
    M usr/src/cmd/sgs/include/rtld.h (0)
    M usr/src/cmd/sgs/rtld/amd64/boot_elf.s (0)
    M usr/src/common/elfcap/elfcap.c (0)
    M usr/src/common/elfcap/elfcap.h (0)
    M usr/src/common/ficl/ficl.h (0)
    M usr/src/common/ficl/loader.c (0)
    M usr/src/head/auth_list.h (0)
    M usr/src/head/limits.h (0)
    M usr/src/head/user_attr.h (0)
    M usr/src/lib/libc/port/locale/fnmatch.c (0)
    M usr/src/lib/libc/port/regex/glob.c (0)
    M usr/src/lib/libc/port/regex/regcomp.c (0)
    M usr/src/lib/libsecdb/auth_attr.txt (0)
    M usr/src/lib/libsecdb/help/auths/LabelWinDowngrade.html (0)
    M usr/src/lib/libsecdb/help/auths/LabelWinNoView.html (0)
    M usr/src/lib/libsecdb/help/auths/LabelWinUpgrade.html (0)
    M usr/src/lib/libsecdb/help/auths/Makefile (0)
    M usr/src/lib/libsecdb/prof_attr.txt (0)
    M usr/src/man/Makefile.man (0)
    M usr/src/man/man1/apropos.1 (0)
    M usr/src/man/man1/mandoc.1 (0)
    M usr/src/man/man1m/automount.1m (0)
    M usr/src/man/man1m/ipadm.1m (0)
    M usr/src/man/man1m/lofiadm.1m (0)
    M usr/src/man/man1m/mount_nfs.1m (0)
    M usr/src/man/man1m/share_nfs.1m (0)
    M usr/src/man/man1m/stmfadm.1m (0)
    M usr/src/man/man1m/zdb.1m (0)
    M usr/src/man/man1m/zfs.1m (0)
    M usr/src/man/man1m/zpool.1m (0)
    M usr/src/man/man3/Intro.3 (0)
    M usr/src/man/man3c/thrd_detach.3c (0)
    M usr/src/man/man3lib/libpkcs11.3lib (0)
    M usr/src/man/man3proc/Lgrab_error.3proc (0)
    M usr/src/man/man3proc/Pgetareg.3proc (0)
    M usr/src/man/man3proc/Pgrab_file.3proc (0)
    M usr/src/man/man3proc/Plwp_getspymaster.3proc (0)
    M usr/src/man/man3proc/Psysentry.3proc (0)
    M usr/src/man/man4/Makefile (0)
    M usr/src/man/man4/exec_attr.4 (0)
    M usr/src/man/man4/sel_config.4 (0)
    M usr/src/man/man4/user_attr.4 (0)
    M usr/src/man/man5/beastie.4th.5 (0)
    M usr/src/man/man5/eqn.5 (0)
    M usr/src/man/man5/loader.5 (0)
    M usr/src/man/man5/mandoc_char.5 (0)
    M usr/src/man/man5/mandoc_roff.5 (0)
    M usr/src/man/man5/mdoc.5 (0)
    M usr/src/man/man5/regex.5 (0)
    M usr/src/man/man5/tbl.5 (0)
    M usr/src/man/man5/trusted_extensions.5 (0)
    M usr/src/man/man7d/usba.7d (0)
    M usr/src/man/man9e/mc_propinfo.9e (0)
    M usr/src/man/man9f/mac_alloc.9f (0)
    M usr/src/man/man9f/mac_init_ops.9f (0)
    M usr/src/man/man9s/mac_callbacks.9s (0)
    M usr/src/pkg/manifests/consolidation-osnet-osnet-message-files.mf (0)
    M usr/src/pkg/manifests/service-resource-pools-poold.mf (0)
    M usr/src/pkg/manifests/service-resource-pools.mf (0)
    M usr/src/pkg/manifests/system-boot-loader.mf (0)
    M usr/src/pkg/manifests/system-trusted.mf (0)
    M usr/src/test/libc-tests/tests/regex/data/repet_bounded.in (0)
    M usr/src/test/libc-tests/tests/regex/data/repet_multi.in (0)
    M usr/src/tools/mandoc/Makefile (0)
    M usr/src/tools/mandoc/config.h (0)
    M usr/src/tools/mandoc/fts.h (0)
    M usr/src/tools/onbld/Checks/ManLint.py (0)
    M usr/src/tools/scripts/webrev.sh (0)
    M usr/src/uts/common/inet/ip/keysock.c (0)
    M usr/src/uts/common/inet/ip/spdsock.c (0)
    M usr/src/uts/common/inet/ipsec_impl.h (0)
    M usr/src/uts/common/io/ixgbe/ixgbe_debug.h (0)
    M usr/src/uts/common/io/ixgbe/ixgbe_stat.c (0)
    M usr/src/uts/common/io/ixgbe/ixgbe_sw.h (0)
    M usr/src/uts/common/io/ixgbe/ixgbe_tx.c (0)
    M usr/src/uts/common/io/ldterm.c (0)
    M usr/src/uts/common/io/ptem.c (0)
    M usr/src/uts/common/io/ptm.c (0)
    M usr/src/uts/common/io/pts.c (0)
    M usr/src/uts/common/io/rwn/rt2860.c (0)
    M usr/src/uts/common/io/zcons.c (0)
    M usr/src/uts/common/os/lwp.c (0)
    M usr/src/uts/common/sys/auxv_386.h (0)
    M usr/src/uts/common/sys/param.h (0)
    M usr/src/uts/common/sys/proc.h (0)
    M usr/src/uts/common/xen/io/xencons.c (0)
    M usr/src/uts/i86pc/io/mp_platform_common.c (0)
    M usr/src/uts/i86pc/os/biosdisk.c (0)
    M usr/src/uts/i86pc/os/cpuid.c (0)
    M usr/src/uts/i86pc/os/ddi_impl.c (0)
    M usr/src/uts/i86pc/os/fpu_subr.c (0)
    M usr/src/uts/i86pc/os/graphics.c (0)
    M usr/src/uts/i86pc/os/machdep.c (0)
    M usr/src/uts/i86pc/os/mlsetup.c (0)
    M usr/src/uts/i86pc/os/pci_cfgspace.c (0)
    M usr/src/uts/i86pc/sys/asm_misc.h (0)
    M usr/src/uts/intel/ia32/ml/exception.s (0)
    M usr/src/uts/intel/ia32/ml/float.s (0)
    M usr/src/uts/intel/ia32/ml/modstubs.s (0)
    M usr/src/uts/intel/ia32/os/archdep.c (0)
    M usr/src/uts/intel/ia32/os/fpu.c (0)
    M usr/src/uts/intel/ia32/os/sundep.c (0)
    M usr/src/uts/intel/io/pci/pci_resource.c (0)
    M usr/src/uts/intel/sys/archsystm.h (0)
    M usr/src/uts/intel/sys/fp.h (0)
    M usr/src/uts/intel/sys/x86_archext.h (0)
    M usr/src/uts/sparc/ml/modstubs.s (0)
    M usr/src/uts/sun4/os/machdep.c (0)

-- Patch Links --

https://github.com/openzfs/openzfs/pull/446.patch
https://github.com/openzfs/openzfs/pull/446.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/446

------------------------------------------
openzfs-developer
Archives: 
https://openzfs.topicbox.com/groups/developer/discussions/T9f358ec8a42fe29b-M0ec65729af46e9891a8f8a59
Powered by Topicbox: https://topicbox.com

Reply via email to