You can view, comment on, or merge this pull request online at:
https://github.com/openzfs/openzfs/pull/689
-- Commit Summary --
* 9711 fts(3C) needs to be largefile aware
* 9461 kbd does not switch keyboard layout
* 9626 move 'static xuio_stats_t xuio_stats' to file where it use
* 9716 libstand: cstyle cleanup of what we just did touch
* 9723 provide support for VMM's GDT handling
* 9725 getent has unused variables and implicit function declarations
* 9730 Audit Configuration execution profile doesn't work
* 9367 troff: comparison between pointer and zero character constant
* 9242 st: this statement may fall through
* 8548 want memset_s(3C)
* 9728 3secdb man pages need some tlc
* 9418 iwn: rate array in struct iwn_ks_txpower should have size
IWN_RIDX_MAX+1
* 9703 loader: stage1 should not probe floppies for zfs
* 9717 libstand: build with -Wall only
* 9719 uts/i86pc: add way to set bootrd_debug
* 9726 getent could list the attr databases
* 9736 kmdb tortures via single-step miscellaneous trap
* Merge remote-tracking branch 'illumos/master' into illumos-sync
-- File Changes --
M usr/src/boot/Makefile.version (2)
M usr/src/boot/include/isofs/cd9660/cd9660_rrip.h (66)
M usr/src/boot/include/isofs/cd9660/iso.h (339)
M usr/src/boot/lib/libstand/bootp.c (368)
M usr/src/boot/lib/libstand/bootp.h (100)
M usr/src/boot/lib/libstand/cd9660.c (97)
M usr/src/boot/lib/libstand/dosfs.c (1262)
M usr/src/boot/lib/libstand/gzipfs.c (508)
M usr/src/boot/lib/libstand/netif.c (26)
M usr/src/boot/lib/libstand/nfs.c (125)
M usr/src/boot/sys/boot/i386/gptzfsboot/zfsboot.c (2)
M usr/src/boot/sys/boot/libstand/Makefile.com (4)
M usr/src/boot/sys/sys/types.h (3)
M usr/src/cmd/getent/Makefile (10)
A usr/src/cmd/getent/dogetauthattr.c (88)
A usr/src/cmd/getent/dogetexecattr.c (93)
M usr/src/cmd/getent/dogetnetmask.c (4)
A usr/src/cmd/getent/dogetprofattr.c (87)
M usr/src/cmd/getent/dogetsp.c (3)
A usr/src/cmd/getent/dogetuserattr.c (101)
M usr/src/cmd/getent/getent.c (5)
M usr/src/cmd/getent/getent.h (5)
M usr/src/cmd/kbd/kbd.c (1)
M usr/src/cmd/mdb/common/kmdb/kaif_start.c (33)
M usr/src/cmd/mdb/i86pc/modules/unix/unix.c (12)
M usr/src/cmd/mdb/i86pc/modules/unix/unix_sup.h (2)
M usr/src/cmd/mdb/i86pc/modules/unix/unix_sup.s (47)
M usr/src/cmd/troff/n1.c (19)
M usr/src/head/fts.h (16)
M usr/src/head/iso/stddef_iso.h (13)
M usr/src/head/iso/stdlib_c11.h (20)
M usr/src/head/iso/string_iso.h (16)
M usr/src/head/stdint.h (7)
M usr/src/lib/libc/amd64/Makefile (2)
M usr/src/lib/libc/i386/Makefile.com (3)
M usr/src/lib/libc/inc/libc.h (10)
M usr/src/lib/libc/port/gen/fts.c (13)
A usr/src/lib/libc/port/gen/memset_s.c (76)
A usr/src/lib/libc/port/gen/set_constraint_handler_s.c (107)
M usr/src/lib/libc/port/mapfile-vers (19)
M usr/src/lib/libc/port/threads/assfail.c (2)
M usr/src/lib/libc/sparc/Makefile.com (3)
M usr/src/lib/libc/sparcv9/Makefile.com (2)
M usr/src/lib/libsecdb/exec_attr.txt (2)
M usr/src/man/man1/kbd.1 (18)
M usr/src/man/man1m/getent.1m (494)
M usr/src/man/man3c/Makefile (9)
A usr/src/man/man3c/memset_s.3c (104)
A usr/src/man/man3c/set_constraint_handler_s.3c (133)
M usr/src/man/man3secdb/getauthattr.3secdb (37)
M usr/src/man/man3secdb/getexecattr.3secdb (49)
M usr/src/man/man3secdb/getprofattr.3secdb (19)
M usr/src/man/man3secdb/getuserattr.3secdb (18)
M usr/src/man/man3secdb/kva_match.3secdb (9)
M usr/src/pkg/manifests/system-library.man3c.inc (6)
M usr/src/pkg/manifests/system-test-libctest.mf (4)
M usr/src/pkg/manifests/system-test-ostest.mf (1)
M usr/src/test/libc-tests/runfiles/default.run (12)
M usr/src/test/libc-tests/tests/Makefile (7)
A usr/src/test/libc-tests/tests/memset_s.c (126)
A usr/src/test/libc-tests/tests/set_constraint_handler_s.c (44)
M usr/src/test/os-tests/runfiles/default.run (2)
M usr/src/test/os-tests/tests/i386/Makefile (15)
A usr/src/test/os-tests/tests/i386/badseg.c (146)
M usr/src/uts/common/fs/zfs/dmu.c (22)
M usr/src/uts/common/fs/zfs/sys/dmu_impl.h (14)
M usr/src/uts/common/io/iwn/if_iwn.c (2)
M usr/src/uts/common/io/iwn/if_iwnvar.h (6)
M usr/src/uts/common/io/scsi/targets/st.c (8)
M usr/src/uts/common/sys/feature_tests.h (29)
M usr/src/uts/i86pc/os/fakebop.c (9)
M usr/src/uts/intel/amd64/sys/kdi_regs.h (49)
M usr/src/uts/intel/ia32/os/desctbls.c (22)
M usr/src/uts/intel/kdi/kdi_asm.s (6)
M usr/src/uts/intel/kdi/kdi_idt.c (3)
M usr/src/uts/intel/sys/x86_archext.h (4)
-- Patch Links --
https://github.com/openzfs/openzfs/pull/689.patch
https://github.com/openzfs/openzfs/pull/689.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/689
------------------------------------------
openzfs: openzfs-developer
Permalink:
https://openzfs.topicbox.com/groups/developer/T41f1c44c48aa5334-Md0021dad43c35826aa1cbe53
Delivery options: https://openzfs.topicbox.com/groups/developer/subscription