You can view, comment on, or merge this pull request online at:
https://github.com/openzfs/openzfs/pull/692
-- Commit Summary --
* 711 smb_rename has its bitwise ops muddled
* 9769 SMB domain logon fails with I18N user name
* 9763 zfs(1M): broken formatting in allow/unallow description
* 5709 Add binary compatibility with Solaris 10 update 10
* 9684 Transform GCC_ROOT->GNUC_ROOT
* 9742 libi386: Add workaround for HP BIOS issues
* 9762 Split the custr functions into their own library
* 9767 loader: linux.c unused variable 'mem'
* 9756 tests: badseg.c error: variable 'rc' set but not used
* 9765 pkgadd has no Z option
* 9764 loader.efi: 'efi_mmap' is used uninitialized
* 9766 loader: 'mbi' may be used uninitialized
* 9699 loader: biosdisk should prefer smaller (safer) sectors value from INT13
* 9775 format: number of sectors is reported one less in case of GPT
* 3354 kernel crash in rpcsec_gss after using gsscred
* 9772 Panic in ahci when the failed slot spkt is NULL
* 9700 ZFS resilvered mirror does not balance reads
* 9720 kernel: support for booting with cpio-based boot_archive
* Merge remote-tracking branch 'illumos/master' into illumos-sync
-- File Changes --
M exception_lists/packaging (19)
M usr/src/Makefile.master (8)
M usr/src/boot/sys/boot/common/multiboot2.c (1)
M usr/src/boot/sys/boot/efi/boot1/Makefile (2)
M usr/src/boot/sys/boot/efi/libefi/Makefile (2)
M usr/src/boot/sys/boot/efi/loader/Makefile (2)
M usr/src/boot/sys/boot/efi/loader/memmap.c (1)
M usr/src/boot/sys/boot/ficl/Makefile.inc (2)
M usr/src/boot/sys/boot/i386/btx/btx/Makefile (2)
M usr/src/boot/sys/boot/i386/btx/btxldr/Makefile (2)
M usr/src/boot/sys/boot/i386/btx/lib/Makefile (2)
M usr/src/boot/sys/boot/i386/cdboot/Makefile (2)
M usr/src/boot/sys/boot/i386/gptzfsboot/Makefile (2)
M usr/src/boot/sys/boot/i386/libi386/Makefile (2)
M usr/src/boot/sys/boot/i386/libi386/biosdisk.c (21)
M usr/src/boot/sys/boot/i386/libi386/linux.c (1)
M usr/src/boot/sys/boot/i386/loader/Makefile (2)
M usr/src/boot/sys/boot/i386/pxeldr/Makefile (2)
M usr/src/boot/sys/boot/libstand/Makefile.com (2)
M usr/src/boot/sys/boot/zfs/Makefile.com (2)
M usr/src/cmd/format/menu_command.c (6)
M usr/src/cmd/mailx/Makefile (6)
M usr/src/cmd/mailx/hdr/def.h (4)
M usr/src/cmd/smbsrv/dtrace/smbd-all.d (10)
M usr/src/cmd/smbsrv/dtrace/smbd-authsvc.d (6)
M usr/src/cmd/smbsrv/dtrace/smbd-doorsvc.d (6)
M usr/src/cmd/smbsrv/dtrace/smbd-pipesvc.d (10)
M usr/src/cmd/svr4pkg/hdrs/libinst.h (3)
M usr/src/cmd/svr4pkg/hdrs/messages.h (15)
M usr/src/cmd/svr4pkg/pkgadd/main.c (27)
M usr/src/grub/grub-0.97/Makefile.solaris.defs (6)
M usr/src/lib/Makefile (2)
M usr/src/lib/libc/port/mapfile-vers (5)
M usr/src/lib/libcmdutils/Makefile.com (3)
M usr/src/lib/libcmdutils/common/mapfile-vers (21)
M usr/src/lib/libcmdutils/libcmdutils.h (56)
A usr/src/lib/libcustr/Makefile (43)
A usr/src/lib/libcustr/Makefile.com (40)
A usr/src/lib/libcustr/amd64/Makefile (19)
R usr/src/lib/libcustr/common/custr.c (5)
A usr/src/lib/libcustr/common/libcustr.h (82)
A usr/src/lib/libcustr/common/llib-lcustr (20)
A usr/src/lib/libcustr/common/mapfile-vers (46)
A usr/src/lib/libcustr/i386/Makefile (18)
A usr/src/lib/libcustr/sparc/Makefile (18)
A usr/src/lib/libcustr/sparcv9/Makefile (19)
M usr/src/lib/libmlrpc/common/ndr_process.c (5)
M usr/src/man/man1m/zfs.1m (11)
M usr/src/pkg/manifests/system-kernel-platform.mf (2)
M usr/src/pkg/manifests/system-library.mf (3)
M usr/src/psm/stand/bootblks/ufs/i386/Makefile (4)
M usr/src/test/libc-tests/tests/symbols/Makefile (11)
M usr/src/test/libc-tests/tests/symbols/symbols_test.c (4)
M usr/src/test/os-tests/tests/i386/badseg.c (12)
M usr/src/tools/cw/Makefile (8)
M usr/src/tools/cw/cw.1onbld (18)
M usr/src/tools/cw/cw.c (2)
M usr/src/tools/quick/make-smbsrv (2)
M usr/src/tools/scripts/bldenv.sh (10)
M usr/src/tools/scripts/nightly.sh (10)
M usr/src/tools/scripts/ws.sh (10)
M usr/src/uts/common/fs/smbsrv/smb_cmn_rename.c (2)
M usr/src/uts/common/fs/zfs/spa.c (5)
M usr/src/uts/common/io/sata/adapters/ahci/ahci.c (84)
A usr/src/uts/common/krtld/THIRDPARTYLICENSE.bootrd_cpio (15)
A usr/src/uts/common/krtld/THIRDPARTYLICENSE.bootrd_cpio.descrip (1)
M usr/src/uts/common/krtld/bootrd.c (10)
A usr/src/uts/common/krtld/bootrd_cpio.c (484)
M usr/src/uts/common/rpc/rpcmod.c (48)
M usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c (183)
M usr/src/uts/common/rpc/svc.c (33)
M usr/src/uts/common/rpc/svc.h (41)
M usr/src/uts/common/rpc/svc_clts.c (10)
M usr/src/uts/common/rpc/svc_cots.c (10)
M usr/src/uts/common/rpc/svc_rdma.c (8)
M usr/src/uts/intel/Makefile.files (3)
-- Patch Links --
https://github.com/openzfs/openzfs/pull/692.patch
https://github.com/openzfs/openzfs/pull/692.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/692
------------------------------------------
openzfs: openzfs-developer
Permalink:
https://openzfs.topicbox.com/groups/developer/T9ba776eae291bbdd-M0a54af0be9f8b0cf903b68d2
Delivery options: https://openzfs.topicbox.com/groups/developer/subscription