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

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

-- Commit Summary --

  * 8171 loader: distinguish NFS versus TFTP boot by rootpath
  * 8194 kmfcfg: case value not in enumerated type
  * 8279 socketpair(AF_UNIX, SOCK_DGRAM,...) broken after 7590
  * 8262 sadp is neither built nor used
  * 7768 Avoid vgatext dependency on agpmaster
  * 8238 xdr_callmsg() should clear residual bytes
  * 8247 uts: Remove archaic register keyword from zmod
  * 8271 loader: Replacing iterating over rootpath by strsep
  * 8240 AVX512 dis - opmask instruction support
  * 8239 Want NVMe 1.2 support
  * 8162 cscope-fast: this statement may fall through
  * 8191 in.routed: misleading-indentation
  * 8298 snoop: dhcp option_types list is missing strings
  * 6961 64-bit octal printf may overflow internal buffer
  * 8132 loader: boot does leave BE menu in environment
  * 8281 ucbcmd/ls: misleading-indentation
  * 8282 hci1394: self-comparison always evaluates to true
  * 8288 uts: common/os/cap_util.c has misleading indentation
  * 8289 sun_fc: Sun_fcAdapterCreateWWN.cc is missing unistd.h
  * 8290 libwanboot: misleading-indentation
  * 8291 sdbc: misleading-indentation
  * 8292 rdc: misleading-indentation
  * 8294 auditd: case values not in enum
  * 8295 tsol: misleading-indentation
  * 8055 mr_sas online-controller-reset (OCR) does not work with some gen3 
adapters.
  * Merge remote-tracking branch 'illumos/master' into illumos-sync

-- File Changes --

    M usr/src/boot/Makefile.version (2)
    M usr/src/boot/lib/libstand/bootp.c (21)
    M usr/src/boot/lib/libstand/bootp.h (1)
    M usr/src/boot/lib/libstand/globals.c (2)
    M usr/src/boot/sys/boot/common/dev_net.c (26)
    M usr/src/boot/sys/boot/forth/menusets.4th (32)
    M usr/src/boot/sys/boot/i386/libi386/pxe.c (12)
    M usr/src/cmd/auditd/doorway.c (5)
    M usr/src/cmd/cmd-crypto/kmfcfg/kmfcfg.c (7)
    M usr/src/cmd/cmd-inet/usr.sbin/in.routed/table.c (5)
    M usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_dhcp.c (2)
    M usr/src/cmd/sa/Makefile (5)
    D usr/src/cmd/sa/sadp.c (1449)
    M usr/src/cmd/tsol/tnctl/tnctl.c (5)
    M usr/src/common/dis/i386/dis_tables.c (122)
    M usr/src/common/net/wanboot/boot_http.c (7)
    M usr/src/lib/libc/port/print/print.h (4)
    M usr/src/lib/libnsl/rpc/rpc_callmsg.c (37)
    M usr/src/lib/sun_fc/common/Sun_fcAdapterCreateWWN.cc (2)
    M usr/src/man/man5/pxeboot.5 (15)
    M usr/src/man/man7d/nvme.7d (4)
    M usr/src/pkg/manifests/system-test-libctest.mf (1)
    M usr/src/pkg/manifests/system-test-utiltest.mf (4)
    M usr/src/test/libc-tests/runfiles/default.run (3)
    M usr/src/test/libc-tests/tests/Makefile (4)
    A usr/src/test/libc-tests/tests/printf-6961.c (115)
    M usr/src/test/os-tests/tests/sockfs/sockpair.c (82)
    M usr/src/test/util-tests/tests/dis/Makefile (4)
    A usr/src/test/util-tests/tests/dis/i386/32.opmask.out (73)
    A usr/src/test/util-tests/tests/dis/i386/32.opmask.s (112)
    A usr/src/test/util-tests/tests/dis/i386/64.opmask.out (75)
    A usr/src/test/util-tests/tests/dis/i386/64.opmask.s (114)
    M usr/src/tools/cscope-fast/global.h (2)
    M usr/src/tools/cscope-fast/scanner.l (4)
    M usr/src/ucbcmd/ls/ls.c (16)
    M usr/src/uts/common/avs/ns/rdc/rdc_diskq.c (6)
    M usr/src/uts/common/avs/ns/sdbc/sd_bcache.c (27)
    M usr/src/uts/common/fs/sockfs/socktpi.c (11)
    M usr/src/uts/common/io/1394/adapters/hci1394_ixl_update.c (34)
    M usr/src/uts/common/io/mr_sas/mr_sas.h (4)
    M usr/src/uts/common/io/mr_sas/mr_sas_tbolt.c (85)
    M usr/src/uts/common/io/nvme/nvme.c (8)
    M usr/src/uts/common/os/cap_util.c (3)
    M usr/src/uts/common/rpc/rpc_calmsg.c (25)
    M usr/src/uts/common/zmod/adler32.c (2)
    M usr/src/uts/common/zmod/crc32.c (10)
    M usr/src/uts/common/zmod/crc32.h (2)
    M usr/src/uts/common/zmod/deflate.c (32)
    M usr/src/uts/common/zmod/deflate.h (2)
    M usr/src/uts/common/zmod/inffast.c (2)
    M usr/src/uts/common/zmod/inffast.h (2)
    M usr/src/uts/common/zmod/inffixed.h (2)
    M usr/src/uts/common/zmod/inflate.c (2)
    M usr/src/uts/common/zmod/inflate.h (2)
    M usr/src/uts/common/zmod/inftrees.c (2)
    M usr/src/uts/common/zmod/inftrees.h (2)
    M usr/src/uts/common/zmod/trees.c (4)
    M usr/src/uts/common/zmod/zconf.h (2)
    M usr/src/uts/common/zmod/zlib.h (2)
    M usr/src/uts/common/zmod/zlib_lint.c (2)
    M usr/src/uts/common/zmod/zmod_subr.c (2)
    M usr/src/uts/common/zmod/zutil.c (2)
    M usr/src/uts/common/zmod/zutil.h (2)
    M usr/src/uts/intel/io/vgatext/vgatext.c (40)
    M usr/src/uts/intel/vgatext/Makefile (3)

-- Patch Links --

https://github.com/openzfs/openzfs/pull/393.patch
https://github.com/openzfs/openzfs/pull/393.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/393

------------------------------------------
openzfs-developer
Archives: 
https://openzfs.topicbox.com/groups/developer/discussions/T9c4e26838afdbd36-M0dbdff628194b624a46f083f
Powered by Topicbox: https://topicbox.com

Reply via email to