summaryrefslogtreecommitdiff
path: root/usr/src/tools
AgeCommit message (Collapse)AuthorFilesLines
2021-09-22 [illumos-gate merge]release-20210923Dan McDonald1-3/+23
commit fdd257eae4dc81bf98126bf8010bb705761a232a 14099 14073 breaks gcc4 builds on x86, should be SPARC-only commit 489c4c5ee49bb6dca6f69e0c79b358fd79799b73 14098 handle failure when muxing non-device streams commit c3d5f7c437ff92ea7e52cd66a2b9b892f58d46b0 14080 cw does not honor dmake silent flag
2021-09-2114080 cw does not honor dmake silent flagRyan Goodfellow1-3/+23
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2021-08-18 [illumos-gate merge]Dan McDonald1-2/+2
commit 4772ec9f4bc326d705888dcda49bcc395df74999 13983 onu could support updating on Helios commit 998cfd7bd13f4dffec51769e903ceec265afce6f 13988 libproc leaks zoneroot commit 9148a91fab5cca2666b01bab18514159f4480f9e 13989 libproc can leak core CTF data commit 50d4d24e9f62b588d2123e06f654ecb230e4857c 13987 libproc could use standard lists Conflicts: manifest
2021-08-1713983 onu could support updating on HeliosJoshua M. Clulow1-2/+2
Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2021-08-05 [illumos-gate merge]Dan McDonald2-8/+5
commit cb6ebde4d2e9718424e9027981a71f98e373d10d 13710 create_ramdisk: prepare cpio boot archive for sparc commit 40218bdb5639ffca8a4bf8a1697cf2d6a8d875e2 13993 loader: tftp client should use server address from rootip commit 8914555476924f9788507968bd2eb71da689dcc4 13991 loader.efi: check return value from malloc commit dc7739930da754fee6930428942636e4857201e7 13953 tran_destroy_pkt is presumably not an alternative to itself in tran_setup_pkt(9E) commit 41de07bd56f0c6833f260525e40c1f1bf295e9b2 13947 Typo in scsi_hba_attach_setup(9F) commit 6ff4183c538023f1acb277f9d3b05296bb816e66 13985 Support building with OpenSSL 3.0 commit 575694f6d7409fab127e6f2f326e13a764cc9a00 13354 illumos should calibrate the TSC earlier in the boot process. commit 5d228828cbfb65f9632a1eedca4291380fca8303 13926 core files can fail to dump leading large sections 13927 core dump of PROT_NONE segment leads to confusing behavior Conflicts: usr/src/uts/common/exec/elf/elf.c
2021-08-0413985 Support building with OpenSSL 3.0Andy Fiddaman2-8/+5
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-08-02 [illumos-gate merge]Dan McDonald1-0/+12
commit 1d806c5f41e9c01235a8d6889ebc483b3de3cf4c 13982 excessive threads slows down find_elf
2021-07-3013982 excessive threads slows down find_elfRobert Mustacchi1-0/+12
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-06-24 [illumos-gate merge]Dan McDonald8-8/+8
commit 6a8b10fec05a8e99fc3f7ca1dc0f8962a075a165 13876 tem: we should support CSI 38 and 48 sequences for RGB colors (fix SPARC) commit 3f770aab815d6900f53f0b0f317aaf74a8f95018 13841 python tools should not add user's site directory commit ada023d26fbb04273c643d7c7fade1b24da764fb 13891 ucodeadm cannot handle latest Intel microcode commit fa9eb22261c7b7a35c7a6957acb3c2b26c39e15b 13876 tem: we should support CSI 38 and 48 sequences for RGB colors
2021-06-2313841 python tools should not add user's site directoryAndy Fiddaman8-8/+8
Reviewed by: Matt Fiddaman <illumos@m.fiddaman.uk> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-06-18 [illumos-gate merge]Dan McDonald1-43/+42
commit 26e7d9a88aea4fa6939315466aa8b8b9946409d8 13856 findunref runs too early commit b7afa311209be3c026130832cda2a5199c7f44e1 13855 example code in ddi_dmae_req(9S) isn't code commit 3184921aa9155f2314caa4909eba31a0be558b3d 13854 manual should say "illumos DDI" Conflicts: usr/src/man/man9f/ddi_fm_init.9f
2021-06-1613856 findunref runs too earlyRichard Lowe1-43/+42
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2021-06-08 [illumos-gate merge]Mike Zeller1-24/+69
commit 6f1fa39e3cf1b335f342bbca41590e9d76ab29b7 13853 Some SMB commands missing CTF support commit 5015ecc336998f9971d6310c6faa7e992f95cc4b 13852 smbstat -r dumps core commit 4b69ad0900e9388c55c1b0e0b522dae0a595b4fa 13851 panic in smb_llist_enter() with bad rwlock commit a9931e68d716928f41c32ca936a443c797116f9c 13850 SMB session logoff stuck in smb_ofile_hold_olbrk
2021-06-0713853 Some SMB commands missing CTF supportGordon Ross1-24/+69
Reviewed by: Evan Layton <elayton@tintri.com> Reviewed by: Joyce McIntosh <jmcintosh@tintri.com> Reviewed by: Matt Barden <mbarden@tintri.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2021-06-01 [illumos-gate merge]Mike Zeller1-2/+24
commit 10c0779de9b4d8c4ebdb274e17730c49bc925f00 13740 net-routing-setup should support default gateway via link-local routes commit 05c0ef072824e9e875c8b4ba7db90d3d270fccf7 13815 Trusted extensions /etc/security/tsol/label_encodings file installed with wrong permissions during gate build commit 1a414bb636b35c18399549b05b65aef849e6f9df 13828 beadm: Fix wrong array size commit cf409e3f26ef8db450f46ba9760eb9734f603ae0 13825 consolidate vm-related headers for bhyve commit 3a9318192067bc7735a0a8b261c598c7d4129177 13318 Tidy up libdtrace_jni javadoc commit 3984682357d7bf0332a2f7d5406e349229f168e2 13831 lofi: lofi_close() can not tear down lofi instance commit 5cf013a3c9d3f3ca3a892f013ac067904135da06 13090 junk characters in `zpool online -e` EACCES error message commit 517877177d6b869e3aecde6716479541650da10d 13836 several packages are missing license actions Conflicts: usr/src/Makefile usr/src/man/man1m/route.1m usr/src/cmd/svc/milestone/net-routing-setup usr/src/uts/i86pc/io/vmm/vm/vm_map.h
2021-05-2913836 several packages are missing license actionsRichard Lowe1-2/+24
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2021-05-24 [illumos-gate merge]Dan McDonald1-0/+3
commit e31da75739e46b82cd7fdd6e51590fefa97cc9c0 13826 lofi: delayed mapping deletion can panic due to NULL ls_stacked_vp commit 9c529ec6574455bcb43e19fed8ca49fe5518be38 13792 zfs_program_json zfs test can sometimes fail due to poor json comparison commit c3dd121863a136d2808141899d80b1d0ebbd32d8 13802 nwamd: variable may be used uninitialized commit 69617e9d765c3ae7217200a7f7f5bb470ab27f81 13813 libast: function may return address of local variable commit 9cc2e6ac8556ab1cd4646da3f3a7dea34a98e0f2 13667 pkg lint should not run if we are not building packages commit b0ab67fe1fed1c9039c9b1838218f89cf9be09b5 13724 zdb: dump_history can be improved
2021-05-2113667 pkg lint should not run if we are not building packagesMatt Fiddaman1-0/+3
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-05-04 [illumos-gate merge]Dan McDonald1-31/+65
commit 0597f6f3c66723c1dd0a4c1ad4b79db2dfd71b12 13756 mdb: cast between incompatible function types commit b3013b70462052910fea345a14462dcaa00cf7f6 13642 onu could support updating on OmniOS 13646 onu fails if the system being updated has linked image zones 13647 onu does not work with python3.x commit 5b8dd251e631f58e50129eeb313228a0646df3fe 13718 ksh: segfault on typeset -l/-u against special/read-only variables commit b0be34a9836f228ccc040cc619b03ae1fe91256e 13720 ksh: segfault on unsetting/changing ${.sh.lineno} commit f96a0cef040313f6281fbc014a0b63d5c5cc760f 13762 stop passing MFLAGS to make(1) commit 59460b493cd70b38e999010c370d57e58b989e45 13723 expose bhyve metrics as kstats 13741 want microstates for bhyve vCPUs commit 166fc0161da8f2aef0ff36cc5241a32f8f0cf3bc 13725 ms: cast between incompatible function types commit 26613631796368939c5265b0fc7346569774e7a2 13772 viona: Typo in block comment. commit dfae6925aa6a17baa5c4ac06bcda3654657432d1 13749 users: variable may be used uninitialized Conflicts: usr/src/uts/i86pc/io/vmm/vmm.c
2021-05-0413642 onu could support updating on OmniOSAndy Fiddaman1-31/+65
13646 onu fails if the system being updated has linked image zones 13647 onu does not work with python3.x Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-04-14 [illumos-gate merge]Dan McDonald3-0/+11
commit 15276eb5b5c891978242f14352c27676ed336244 13704 add Ice Lake Xeon to PPIN list 13705 add recent Intel models to x86_archext.h commit 6dcbfae4aa2c2aab7ebd7174bd2f0232528126b7 13201 IPS image re-hydration fails commit 8222814ef8560ee0ba222eca8ca5acffc6cd0e44 13487 want mapfile-based assertions about symbol properties commit 99ea293e719ac006d413e4fde6ac0d5cd4dd6c59 7668 zfs get only outputs 3 columns if "clones" property is empty Conflicts: usr/src/lib/libzfs/common/mapfile-vers
2021-04-0913487 want mapfile-based assertions about symbol propertiesRichard Lowe3-0/+11
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-04-02 [illumos-gate merge]Dan McDonald1-1/+2
commit 5eb35ba24893e16e4e108a951856b8d948493f28 13675 use NATIVE_LIBS don't pass -zassert-deflib manually commit 1d9fea2a5ece48bb3a7c454829f0c8a68b9fe5e1 13683 libc: uninitialized variables commit dd699a3e07422d6135575d35b14927cd260ef32e 13682 libc: '_getcontext' specifies less restrictive attribute than its target commit 4ba84af54d7e87f645088b6bb6f9baac08e77373 13680 libfruraw: 'hash_obj' may be used uninitialized Conflicts: usr/src/lib/libc/i386/Makefile.com usr/src/lib/libc/amd64/Makefile usr/src/lib/libc/Makefile.targ
2021-04-0113675 use NATIVE_LIBS don't pass -zassert-deflib manuallyRichard Lowe1-1/+2
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2021-03-26 [illumos-gate merge]Dan McDonald1-1/+1
commit d4d62540c939a1f768b551ce50297d66799bd53e 13652 xargs: writing 1 byte into a region of size 0 commit 49950d9c675502476d8644b1e5bb1bf0d743f53b 13666 stackalign: add SPARC support commit 373fc975de7796bc28f551ba20f2d72b529dfe48 13670 OmniOS openssl package renames commit 3307fc5b1f2f4445f00811b556ab80d50467262a 13660 stackalign: cast between incompatible function types commit 89af4c7b28b4436849bcbafbdebd243918ee0969 13661 printf builtin should ignore leading -- commit e49fc96399e3e599d5736b0968a49892988d60b3 13612 Convert ksh93.1 to mdoc commit ff02f816914596a5b08ed3ef117ba39db27d217f 13656 pbchk: filter HTTP 401 responses commit c063eb990f530561e469b3c1e4bb64230456c0da 2755 split ksh93 from core package 13460 ksh93 tests should be moved out of usr/demo 518 ksh documentation should be moved out of SUNWcsr commit a7792e7bce645a8015cc7d0eda87b7a21f380874 13653 Failing to enable promiscuous mode should not be a fatal error in snoop(1M) commit 8a37ae750765321f9d9de63763676fa7280d93da 13630 libpcidb could know about class codes Conflicts: usr/src/test/util-tests/tests/Makefile usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop.h usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop.c
2021-03-2513656 pbchk: filter HTTP 401 responsesToomas Soome1-1/+1
Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2021-03-16 [illumos-gate merge]Dan McDonald3-57/+104
commit 974fceab66899bd599db3037669647d0e261838d 13618 mdb: cast between incompatible function types commit 24537d3ef87e4452da693fc3143ef18a1a0f3cac 13617 mdb: variable may be used uninitialized commit 258f91c6020f3614878f3dcd49df02d9e004de2c 13527 csh: multiply-defined symbols commit ffe7853a48540d186f99d86ee9801b5f00135d9c 13549 vi: multiply-defined symbols commit a522dae157f0619c63fd51d4b80abc2ded60ec51 13590 sol_uverbs: implicit conversion from 'ibt_cep_state_t' to 'enum ib_qp_state' commit 1769817e9676d2db341d2b6828c199f0eabac823 13620 _lib_version should not be present in mapfile-vers commit 915894ef19890baaed00080f85f6b69e225cda98 13508 door_layout() should align the stack to 16 bytes for i386 processes commit b8ccc4133d4adaea81b30537c9a156ae726b2146 13519 pkcs11_tpm: symbol 'hPrivateLeafKey' is multiply-defined commit 20af54a8dfd25497aa77acb3ad11cf1e91b122e9 13528 bnu: multiply-defined symbols commit 144488712135c03d546fb15b718e6a21f4f6d4cf 13550 gprof: multiply-defined symbols commit 28ab0ca48b3e331cbbb231b1c8325f9f24f9af95 13551 error: multiply-defined symbols commit 830ec39e9a3d673fcf5865875006ab471d56b85b 13553 iasl: multiply-defined symbols commit 92163adad0f33b8ee626f71225670465b4718da2 13532 ftp: multiply-defined symbols commit 835b861bfa01968a312484d1d7bd1798865ea383 13608 tem: use dynamic array for tab stops commit ba2848d4cb17292e88f04f6a47e0b3305f17efa7 13607 loader: tem should use dynamic array for tab stops commit a11d78d661ddb4b26a53fad39aba982d2bb5a63b 13531 format: multiply-defined symbols commit e0dfa398a76c38cdf3380b38117ee2d1ed3249f0 13525 backup: multiply-defined symbols commit 3a4671b6f0da381fd0891bf9fe1fcb82176d9897 13524 cdrw: multiply-defined symbols commit 9c508120caba0f594e67ae6e1f0ca8a7e3a274e5 13521 libnisdb: symbol 'ldapConfig' is multiply-defined commit 518a3de174fca27c87a655a6dab31dc0d75a66a9 13517 libeti: multiply-defined symbols commit 288166677c0b62978c976160131a2cc1cf4176b4 13614 user-level thread swtch panic commit 431a74760e42d5af1054ef3d5de0e389ea277476 13580 cpcgen frees bad buffer commit c45618a5778581b6ec976bf7c034fd7afaa757d7 13581 geniconvtbl gets really confused about freeing cpp options commit b8767451d156f585534afac0bf22721810d0dc63 13588 want a tools geniconvtbl commit 63be7eb52ac2a58b3a00a7c7dff8d701df814cc0 12302 ksh dumps core while parsing functions Conflicts: usr/src/tools/Makefile
2021-03-1013580 cpcgen frees bad bufferRichard Lowe1-2/+1
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2021-03-1013588 want a tools geniconvtblRichard Lowe2-67/+115
Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2021-03-01 [illumos-gate merge]Dan McDonald1-2/+4
commit ae5c3fb759f05e5de586c82b204aabe1e336b578 13589 ccid: implicit conversion from 'atr_protocol_t' 'uccid_prot_t' commit 8ad466288742ffe497149f668ec1c028def2c686 13585 stmf: array subscript is above array bounds commit 718fc4ac1dfcd860e967fb444c831507f97cd300 13512 ksh's >; is not reliable with `-c' commit 3be0d903330def6576e70a1a8a028f5828c9ea45 13174 mac_prop_info_set_default_fec should be added to mac_prop_info(9F) commit 25a9a7aaf35c7e4a2b5a57d3875af906147710d5 13572 SMB Query FileFsVolumeInformation should allow truncation commit 4d00d81bf82141f996e032f9c53e0e996a5f7204 13501 smbutil view crashes in ndr_clnt_get_frags() commit 7713a0580ffd38602449546f743c4eaccdeff06d 13582 wsdiff does not like non-proto directories commit e39a7b5b5afda54edb90e52709591832137db39f 12849 ixgbe can do unnecessary allocations during tx commit 3a51e5c06fdc66b1c3883ded28372f6ae8e9cedb 13573 stop working around broken _msg makefiles and fix them commit cd93bdd351ff6db57bb306f3135a27aff71919d0 13535 snoop: multiply-defined symbols commit f6e9c6bd978eaf32de099c7f4a16eb9d2f1e5ab1 13541 powertop: symbol 'g_turbo_supported' is multiply-defined commit f641a59486e69100969f92a7ec309574f76b238d 13426 xpv_psm: symbol 'acpi_isop' is multiply-defined
2021-02-2713582 wsdiff does not like non-proto directoriesAndy Fiddaman1-2/+4
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@fingolfin.org>
2021-02-22 [illumos-gate merge]Dan McDonald1-2/+2
commit 6859ab0054a96093394fe85f055fac9cf93b38ee 13557 pf[k]sh fails to properly resolve paths (missing diffs) commit 944411b5616a6d498985ec4579bd6448b8baacfe 13557 pf[k]sh fails to properly resolve paths commit 56ffda179176d14e2fb160bdc85f6da601f1eac7 13559 remove lingering references to usr/closed commit 3aa6c13072f3d4792a18693e916aed260a496c1f 13558 remove support for optional subdirectories in the build commit 1f0845f1dfb179d6aa598ad89bb44d432f4e1020 13515 panic with bad mutex in smb_ofile_hold_olbrk commit 174aa483b26ab13af096f2d478f7c15afdaf9784 13514 smbsrv panic in smb2_dh_read_nvlist commit 8bf842e01303492318712f55e3f715097c4df992 13561 nfs: implicit conversion from 'enum nfsstat4' to 'enum clnt_stat' commit 0189c0b054f5460e8b23f56112cd0763c993cd05 13523 libsmbns: symbol 'smb_node_type' is multiply-defined commit c5286370b84c690a18e8100a5237a1000d7e29c6 6729 incremental replication stream of a fs tree with lots of snapshots trips assert in zfs recv
2021-02-2013559 remove lingering references to usr/closedRichard Lowe1-2/+2
Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Yuri Pankov <yuripv@yuripv.dev> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2021-02-16 [illumos-gate merge]Dan McDonald1-1/+1
commit 2e7b048c07a7326784648e68fd1a7c30f1e1d3eb 13408 cxgbe ufm support commit 89f249c9183aad7ca607490285fba9fc6cfa2cd0 13407 reduce smatch gags in t4nex commit 6be183eef7ea336db825abd64d8b464ca990a38b 13542 wsdiff can strip first character of pathnames commit 42757785c4c4da261e053d2c6e2ef6cb2d348a15 13513 Do not use >; in cmd/ast/tools/Makefile commit a6a3654bcffa104b87e407c5450559b8c235b4f9 13510 usr/src/data could build with more parallelism commit 622d9a34dc9e68ddd38b93df5eda1bc20f0d507a 13509 psm is sparc only, don't build it on i386 commit e860a055849021760ba50651d1d9d174f9ecd8c6 13529 dis: symbol 'g_error' is multiply-defined commit 1502345d2f71778fdc0a78f6530cd512c93223d3 13406 nexus drivers evade topo nic logic commit d9529689937cca41f8af4b28094109ebe366870d 6036 ufsrestore segfaults in lookupparent commit 648766a76d4408cb08159179078fb2d5d2bb26cc 13503 ctags should be mediated in the packaging commit 45dce8f04affdadfb6a71ff8b651688af9c856c6 13462 ctags crashes building full illumos tag table commit 278421a2b87c5c3cd55ab18ad050c255f8aa36c8 13504 ancient misc vi source should be deleted, not built and discarded
2021-02-1513542 wsdiff can strip first character of pathnamesAndy Fiddaman1-1/+1
Reviewed by: Jason King <jason.king@joyent.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2021-02-09 [illumos-gate merge]Dan McDonald5-54/+127
commit 9250eb132f1fc3950c838b7a5746f1bcdac7eba1 13375 bhyve should expose invariant TSC 13381 support TSC offsets on AMD bhyve 13382 consolidate MSR emulation in bhyve commit a8facf2616619e45ebfa3de1fa4def4b433a0245 13481 ld(1) should skip GCC local aliases when building symsort sections commit a8e9db1c816399e66d096a343815a6e845a7a0cd 13299 File mtime changes twice, when file is modified using SMB server commit f74a127feb6111d3b6890ae374a142eda1fd4e3e 13227 SMB server serializes writes where it should not commit a32b2b2a1fc68ee509dbff96287ca2c319495b53 13480 wsdiff didn't use to care about directory naming commit 735d82f0eed0b47d38f86a63ede0e523c18eab09 13479 /etc/ksh.kshrc prompt could work with set nounset commit f4fe62a3c26a7b15283589c57a3c10ed9695b529 13497 libresolv: symbol 'h_errno' is multiply-defined commit 13904da86c95bce026575f75b430075604bb28e4 13474 pbchk could lint shell scripts
2021-02-0813480 wsdiff didn't use to care about directory namingAndy Fiddaman1-52/+57
Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@joyent.com>
2021-02-0513474 pbchk could lint shell scriptsAndy Fiddaman4-2/+70
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Alexander Eremin <aeremin@tintri.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2021-02-01 [illumos-gate merge]Dan McDonald8-64/+54
commit ce8560eeb961d528e27685fcdd2ffb03e9478dbf 13169 CVE-2020-1472 (ZeroLogon) and SMB authentication commit 9e3ab9e9117808af4e738ea3ac45888be11e4045 13442 SMB server should try harder to protect SACLs commit 0a73e6f973645e207d33a7012fed997991b4e531 13441 SMB: Creating named streams on existing files is not quite right commit b30d193948be5a7794d7ae3ba0ed9c2f72c88e0f 13405 ksh93 update to 2012-08-01 13434 sh: mishandles backslash as last character of a block of input 11750 ksh mkdir builtin doesn't honor special file permissions 9199 ksh93 builtin *grep -v mishandles blank lines, blows up libgcrypt-config 6756 sh (and ksh) have issues with ${1+"$@"} 6520 ksh: sleep could wait forever 4860 ksh93: core in printf 3791 /bin/sh's builtin 'rm' busted: 'rm -f' without arguments returns error 1047 ksh overwrites child core files 880 ksh93 coredumps on 'unset' 499 "interrupted system call" when using "tee" builtin in ksh commit df36e06d12cbf655ddf22339ef8c39fa2b83ebf8 13334 Recognize X710 10GBaseT*L Family commit 43449cdcd0600512dd862537f2cf014140dd0844 13468 Update Intel perfmon data to Jan 2021
2021-01-3013169 CVE-2020-1472 (ZeroLogon) and SMB authenticationMatt Barden6-4/+35
Reviewed by: Joyce McIntosh <jmcintosh@tintri.com> Reviewed by: Evan Layton <elayton@tintri.com> Reviewed by: Gordon Ross <gordon.ross@tintri.com> Reviewed by: Prashanth Badari <prbadari@tintri.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: C Fraire <cfraire@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2021-01-3013405 ksh93 update to 2012-08-01Andy Fiddaman1-59/+1
13434 sh: mishandles backslash as last character of a block of input 11750 ksh mkdir builtin doesn't honor special file permissions 9199 ksh93 builtin *grep -v mishandles blank lines, blows up libgcrypt-config 6756 sh (and ksh) have issues with ${1+"$@"} 6520 ksh: sleep could wait forever 4860 ksh93: core in printf 3791 /bin/sh's builtin 'rm' busted: 'rm -f' without arguments returns error 1047 ksh overwrites child core files 880 ksh93 coredumps on 'unset' 499 "interrupted system call" when using "tee" builtin in ksh Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Dominik Hassler <hadfl@omnios.org> Approved by: Rich Lowe <richlowe@richlowe.net>
2021-01-2913468 Update Intel perfmon data to Jan 2021Robert Mustacchi1-1/+18
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2021-01-13 [illumos-gate merge]release-20210114Dan McDonald1-2/+5
commit f73e1ebf60792a8bdb2d559097c3131b68c09318 13352 disable mdns date and time in version string commit 20a2a10f2c0bcd395700659efe34b54ab4404444 10447 ACPI binaries should be reproducible commit abe1d126b4a1229ee2861d65508e7a52bd8c2721 13440 ppin disablement path missing state transition commit ae9405842e25ee75c6a9fd1996e04b41fbd2eda3 13420 libld: symbol 'dynsort_compare_syms' is multiply-defined commit 338c2f033035af5b17f61d9df825917015c95a35 13415 psvcpolicy: variable 'curr_state' set but not used commit 71f73b0075fdda332f0e079884f3aa28497b0806 13414 libcurses: symbol '_win' is multiply-defined commit 2cbc828d66d6088914f685ae0e77169ecc9fc7f9 13443 gate build missing some NATIVE_LIBS commit bac90afdc3c952be2a041bb1b669ac56cef7d145 13444 libbe_py should provide nextboot information commit 3561e562ae78c234d96711f36e19360789b0ffe3 13410 ddi_ufm(9E) typos and such commit aa35d5f200c519c3e5425cb26762e2d01ce2e66f 13416 libprtdiag_psr: variable 'ap_args' set but not used commit 16d53a891df2f19b4dc37110081555be4e474d8c 13413 svc.startd: 'contract_list_pool' is multiply-defined Conflicts: usr/src/cmd/bhyve/Makefile
2021-01-1213443 gate build missing some NATIVE_LIBSAndy Fiddaman1-2/+5
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2021-01-04 [illumos-gate merge]Dan McDonald5-303/+86
commit 0a554e9f2c0d440dc40a97fae2d18f1d428ca786 13404 man page spelling errors commit 9f76c6ed5b6ee0cc0bf631daca15ac3dc5fc70c4 13400 zfs-tests: implicit conversion from 'enum dmu_objset_type' to 'enum lzc_dataset_type' commit ef96fc31fc4f4306719704352d5c3e33573c039f 13399 zfs: error: implicit conversion from 'boolean_t' to 'ds_hold_flags_t' commit 56870e8c76c2675bcef1fcee5d519585ce9c768e 13393 cheetah: case value '47616' not in enumerated type commit 8247326397b1a16f37e70cf13f5b7a4f50d06712 13403 zfs: symbol 'g_zfs' is multiply-defined commit 436b964b19ef06803ad9165542d80d9d731d6486 13402 zpool: symbol 'g_zfs' is multiply-defined commit 99308ed0417a2b8ab73c5856a8a5345ce2a7aea7 13396 PoolsExecption typo in resource pools javadoc commit 1575b751c16622553e958c1e5c45e59c86b15c6e 13392 px: case value '3' not in enumerated type commit 9b0429a10eec9313ec782d8421272aff70adbfdc 13339 Add support for Hygon Dhyana Family 18h processor commit d20422bd742384b77102bb3bd09e0dc4b7372e50 13351 loader: vbe_find_mode_xydm() is using wrong safety and iteration is buggy commit 174b8e455f9a6974e69fa4e28792580acde0892d 13311 uptime(1) dazed and confused for a minute after boot commit f816551bb187d104fbf2757703d7a5d2189a3a18 13401 eeprom: 'lv' may be used uninitialized in this function commit 5e96da73c99d9d17ff5a58b793fff2ab6dcadf25 13391 fm: build errors with gcc 7 on SPARC commit 58b55f701e285559e4799354996fd284238ed0d4 13398 libstand: xdrproc_t should return bool commit c6a28d7650029501a356f7b75b2a10a5c4430cef 13394 fhc: case value '4294967295' not in enumerated type commit 58d4b16fe601073f2408de78e3db7e9bfa9abfd2 13355 remove topo module warning gags commit 1473b8d60e902819558a8b0e8a257eb0d754c3c3 13388 ZFS list bookmark not working on zvols commit 4bba12ca5cd6f92aaf0d4c0d19d05528110bc095 13368 libbe_py should support temporary BE activation commit a92282e44f968185a6bba094d1e5fece2da819cf 13376 fm: variable may be used uninitialized commit 8b1df8bf71b7b62e7e4d46fe6b457d4d6447b2b8 13367 beadm activate -t should not promote new BE datasets commit 9704bf7fb82e71b685e194a967937ff03843e73a 13317 Decrease contention on dn_struct_rwlock commit 88a08813800ed7ba7c927986421cee437f7f2233 13363 ctfconvert could support more granular ignore for missing debug data commit 3dd4cd56e7843e01a8ab147a0d102cd4f6d732c1 13342 ctfconvert could encode _Float128 for 32-bit objects commit 73197b540cc5f0434c409b68ca9e1a514a6ce91b 13336 ctfconvert should be able to unconditionally attempt conversion commit dd4422524768709a579a2a93a10c78a88a6b0ecb 13280 CTF: provide option to truncate and continue Conflicts & other fixes (with help from Jason King <jbk@joyent.com>): usr/src/lib/fm/topo/modules/common/ipmi/ipmi_enum.c usr/src/lib/libctf/common/ctf_convert.c usr/src/lib/libctf/common/ctf_lib.c usr/src/lib/libctf/common/libctf.h usr/src/lib/libproc/common/Psymtab.c usr/src/man/man1/ld.so.1.1 usr/src/man/man4/process.4
2020-12-1713363 ctfconvert could support more granular ignore for missing debug dataAndy Fiddaman5-299/+52
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Rich Lowe <richlowe@richlowe.net>
2020-12-1713336 ctfconvert should be able to unconditionally attempt conversionAndy Fiddaman1-4/+18
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Rich Lowe <richlowe@richlowe.net>
2020-12-1713280 CTF: provide option to truncate and continueAndy Fiddaman1-3/+19
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Rich Lowe <richlowe@richlowe.net>
2020-11-20 [illumos-gate merge]Dan McDonald1-3/+50
commit 56e9aab1260c03d8b79e246590e46e9aa0ee0531 13305 Update Intel microcode to 20201112 commit ef1b64136eb11e65f9eb27b6083536fe1b69c707 13248 parallelise the quest for elves
2020-11-1913248 parallelise the quest for elvesDominik Hassler1-3/+50
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>