summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys
AgeCommit message (Collapse)AuthorFilesLines
2021-10-2414019 Allow more control over zone init exit actionsJerry Jelinek1-0/+4
Portions contributed by: Joshua M. Clulow <jmc@joyent.com> Portions contributed by: Andy Fiddaman <andy@omnios.org> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2021-09-22 [illumos-gate merge]release-20210923Dan McDonald1-2/+2
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-2214098 handle failure when muxing non-device streamsRichard Lowe1-2/+2
Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2021-09-14 [illumos-gate merge]Dan McDonald1-27/+35
commit d9c3e05c2d8261e3f133b5e96a300b4fa6c0f1b7 13975 support for higher baud rates commit 60414d478553487f99278a4302d1116e73d5f6dc 12791 rpcgen: if main is not provided, _svcstate_lock should be extern
2021-09-1413975 support for higher baud ratesJoshua M. Clulow1-27/+35
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2021-08-17Merge ../illumos-gateDan McDonald1-81/+0
commit d083fed0c91296a88878f7a468910ad5b5c888ea 13940 with the 32bit intel kernel gone, we should remove obsolete 32-bit only DDI interfaces
2021-08-1613940 with the 32bit intel kernel gone, we should remove obsolete 32-bit ↵Richard Lowe1-81/+0
only DDI interfaces Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Approved by: Garret D'Amore <garrett@damore.org>
2021-07-28OS-8289 Pull in June 2021 LX fixes from OmniOSrelease-20210729Dan McDonald1-0/+5
Actual-author: Andy Fiddaman <andy@omnios.org> Reviewed by: Mike Zeller <mike.zeller@joyent.com> Approved by: Mike Zeller <mike.zeller@joyent.com>
2021-07-07 [illumos-gate merge]Dan McDonald1-0/+2
commit ffc946bc87951cc850a82348f705c4081080f818 13900 Update Intel microcode to 20210608 commit afcdc73a9924f4ee06d1c0e75823ab1db7d742c3 13901 Incorrect calculation of Intel microcode extended patch signature checksum commit b3d11974d0ef0679e47da102fafb125bb1d94470 13929 SMB encryption does not work with macOS 11.4 commit 74e12c43fe52f2c30f36e65a4d0fb0e8dfd7068a 3163 nss: need local netgroup implementation commit 1a065e93eee983124652c3eb0cfdcb4776cd89ab 12782 GRUB should pass pool and vdev GUIDs in $ZFS-BOOTFS commit 3a18338393f3485e50eae6288b6a9ab89e9f715a 13890 Some manual pages miss spaces next to formatting commit 88e8a81ba29ce242b8e7eade29af1f3d301ac525 13889 ctfdump -c should sort output stably commit 7781236b33d51a2eb1e29bf336bdba8ddfcfff6e 13884 dis(1) should pick stable names for symbols commit 1e9e241fbdc7ae75a7b37c1e7afc8c96d2f43e1e 13905 zfs holds is quadratic commit 6b641d7a35808436d7283b7057a01791e2e2a4e2 13861 bhyve apicv logic could take more care Conflicts: exception_lists/copyright exception_lists/keywords exception_lists/wscheck manifest
2021-07-0613901 Incorrect calculation of Intel microcode extended patch signature checksumAndy Fiddaman1-0/+2
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2021-07-0213902 Fix for 13717 may break 8-disk raidz2Dan McDonald1-2/+3
13915 installctx() blocking allocate causes problems Portions contributed by: Jerry Jelinek <gjelinek@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2021-07-01OS-8288 Pull in 13902 and 13915 early (#370)release-20210701Dan McDonald1-2/+3
Portions contributed by: Jerry Jelinek <gjelinek@gmail.com>
2021-06-29 [illumos-gate merge]Dan McDonald1-7/+18
commit d67c7e5398eea7064dd670882e5992ac756c6fe6 13899 usbecm should bind to interface association commit cefe3a5bc6997118798a0014a97aafc3a381efce 13818 Insyde BMC virtual CD-ROM confused by MODE SENSE commit 47b9747f90c9eb7e841fb67c110f8cc5fca20cd1 13817 scsa2usb quirks list does not correctly use revision field commit a547d3069fbb76f7603ab6fe082827b54e008a3e 13848 nfssrv: excessive crdup/crfree cause bottleneck after fixing 6770 Package change to files: usr/src/uts/intel/os/driver_aliases
2021-06-2913818 Insyde BMC virtual CD-ROM confused by MODE SENSEJoshua M. Clulow1-0/+7
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2021-06-2913817 scsa2usb quirks list does not correctly use revision fieldJoshua M. Clulow1-7/+11
Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2021-06-24 [illumos-gate merge]Dan McDonald5-15/+35
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-2313891 ucodeadm cannot handle latest Intel microcodeAndy Fiddaman1-2/+4
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-06-2313876 tem: we should support CSI 38 and 48 sequences for RGB colorsToomas Soome4-13/+31
Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2021-05-26 [illumos-gate merge]Dan McDonald1-1/+1
commit 115f9ea8610878d992d097ec5df5c7c244c0bc49 13763 Want rx-only DLPI promiscuous modes Conflicts: usr/src/uts/common/io/dls/dls.c usr/src/uts/common/sys/dlpi.h
2021-05-2513763 Want rx-only DLPI promiscuous modesRobert Mustacchi2-1/+3
Portions contributed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-05-10 [illumos-gate merge]Dan McDonald2-5/+20
commit eee96f107560ac00d5cc32e4aa8a02376aaf19d4 13747 udfs: variable may be used uninitialized commit 920f538e9d81325e0e046cbc740f5c127eaee05a 13748 ypcmd: variable may be used uninitialized commit c6c850bf6e55f15fd8f56fb2e2c696a02b87948d 13746 statd: variable may be used uninitialized commit 826703e5ab8201460531b75273c9fa3814413cd9 13760 luxadm: variable may be used uninitialized commit a16c2dd277fe07b088b1a5da5b953f5415ce55ec 13717 kernel fpu use can still lead to panic commit 55dca7cbc3def8d68188566c201eb08bfa439fde 13709 sparc: we should be able to read boot_archive in cpio format commit e476cc14bc84d0f0ee2be4b969d558ef54fd2d8f 13779 su: cast between incompatible function types commit 2696d28bdff8fd7efcfc04100ee084df09358c52 13773 zs: cast between incompatible function types commit e3d11eee533a61e848d8b250c8db63f7cb855904 13629 nxge: build errors with gcc 10 commit 1ba081ee9f36cc673e86a7218c97c558c5b193e1 13782 Add missing capabilities for SPARC T4 commit aec0cbfb50629fbd4e80cf64ed4d22f1bb36a1f0 13771 util-tests: create svr4pkg tests commit 2663b0582183d1cc1437bc1462ecd94eca977da2 13411 zfs_mount_all_mountpoints.ksh: cleanup_all should leave pool root mounted commit 8459c777fc1aaabb2f7dad05de1313aa169417cd 11245 zfstest rename_dirs_001_pos RENAME_DIRS is undefined commit c778cbeb4bc8b9609f43b41183c6c774f574a9c2 13745 Make SMBsrv compatible with Modern Cups/ OpenPrinting Cups commit 9facd51aead02cdbd00e66663a6c34c9254ed0e7 13766 Restore ARC MFU/MRU pressure Conflicts: usr/src/pkg/manifests/system-test-utiltest.mf usr/src/test/util-tests/tests/Makefile
2021-05-1013629 nxge: build errors with gcc 10Toomas Soome1-3/+3
Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-05-1013782 Add missing capabilities for SPARC T4Toomas Soome1-2/+17
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2021-04-21 [illumos-gate merge]release-20210422Dan McDonald1-3/+1
commit f5ac85908213ce2217329b835bf3c91f1c04b793 13727 rust demangler loops when characters trail terminating E commit 64b8fdd9a26cb9749e154c721f0688932b5e0094 13178 ::msgbuf could see more than 8KB of logs
2021-04-1913178 ::msgbuf could see more than 8KB of logsNick Ewins1-3/+1
Reviewed by: Andy Fiddaman <Andy@omniosce.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-04-07OS-8278 lx improve O_PATH|O_NOFOLLOW emulation for symlinksMichael Zeller1-0/+5
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Mike Zeller <mike.zeller@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-04-06 [illumos-gate merge]Dan McDonald2-1/+13
commit 7687d0d8812e33aceb40697eb2a8b408c1fe7b52 13687 want tool for PCIe device, config space display commit 80d1a7bde98a8ab2881940a6fe6775073564f253 13359 mlxcx_update_link_state can race against mlxcx_register_mac 13370 mlxcx_intr_n doing redundant check on mleqe_event_type commit b4100263209f454c9f030b30aec0d337c7614e0e 13692 bhyve panic if vmm_drv_purge() fails commit ffb6483089015eb90be1f5e7fc2a96c9929546a6 11698 Want NVMe Hotplug Support 11699 x86 pci configurator should not fail device teardown if device is gone 11700 DDI hotplug request handler resets connection handle state before performing state change operations 11701 ldi_handle dcmd segfaults occasionally commit 8054a0e4c809d98ffb44f17b9a8b932ca2c24b2c 13695 Can't create VNICs over vioif after 13637 commit f980a4bbce3d867e2bb5e61c180593f416d181a5 13684 ld aborts when input object has no file name commit b4adc50c2ffdb6ae8e81d8be3c37ed01066fe920 13693 loader: we should support pools without features Conflicts: manifest usr/src/test/util-tests/tests/Makefile
2021-04-0613687 want tool for PCIe device, config space displayRobert Mustacchi2-1/+13
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Ryan Zezeski <ryan@oxide.computer> Approved by: Dan McDonald <danmcd@joyent.com>
2021-04-0511698 Want NVMe Hotplug SupportJordan Paige Hendricks3-1/+27
11699 x86 pci configurator should not fail device teardown if device is gone 11700 DDI hotplug request handler resets connection handle state before performing state change operations 11701 ldi_handle dcmd segfaults occasionally Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Rob Johnston <rob.johnston@joyent.com> Reviewed by: Paul Winder <paul@winder.uk.net> Approved by: Dan McDonald <danmcd@joyent.com>
2021-03-16 [illumos-gate merge]Dan McDonald2-4/+4
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-1313590 sol_uverbs: implicit conversion from 'ibt_cep_state_t' to 'enum ↵Toomas Soome1-1/+1
ib_qp_state' Reviewed by: C Fraire <cfraire@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2021-03-1213608 tem: use dynamic array for tab stopsToomas Soome1-3/+3
Reviewed by: Yuri Pankov <yuripv@yuripv.dev> Approved by: Dan McDonald <danmcd@joyent.com>
2021-03-10 [illumos-gate merge]release-20210311Dan McDonald1-53/+212
commit d1efd55638746ba7b4c5bf294cdc87e141ef5c67 13563 Update nvmeadm status codes to 1.4 commit 8d5300d3859436fa82e7199f50011911090c65dc 13530 Update nvmeadm identify to 1.4
2021-03-1013530 Update nvmeadm identify to 1.4Robert Mustacchi1-53/+212
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-03-09 [illumos-gate merge]Dan McDonald1-4/+4
commit 29940bf8af05acccf7b0a08eec421d2c1db7d560 13603 March 2021 hwdata update 13604 pci.ids make update should use https commit 24ffd7b4991aba1983bd17ddf22f48fddd796956 13609 i86xpv needs to be more careful with ao_gendisp commit 9f160f41aaee44e207fb709edec8d6493d3c4f2d 13565 umem should only have one text section commit 6d14434bff9ecb720b0d5e27ee39f9ec442f837e 13600 Fix regression in ctftest-convert-no-dwarf commit 5ed99ae722c542671009b80e3fb34623a2ee0a73 13602 cpuset funcs could be more const Conflict: usr/src/uts/common/sys/cpuvar.h
2021-03-0513602 cpuset funcs could be more constPatrick Mooney1-4/+4
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-03-01 [illumos-gate merge]Dan McDonald1-0/+1
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-03-0113589 ccid: implicit conversion from 'atr_protocol_t' 'uccid_prot_t'Toomas Soome1-0/+1
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2021-02-05 [illumos-gate merge]Dan McDonald4-7/+9
commit 3c2328bf3bf6527c6b28445336d32183a277b1e1 13471 zoneadmd should infer zone.max-processes 13472 Man pages missing the max-processes resource control commit 6d177d7a4a2c4b126a6f5ecc7a226e1dcac383ed 13390 clean up libdlpi warning gags commit f915e6d33fea11e547f382c9f44614aa99739ba5 13467 Update tzdata to 2021a commit 602e131c272200d35797cbad3554783e0c0fdb04 13493 usba: multiply-defined symbols commit f6ef42236c2f60c5f16c454c9b574a4dc35e1cab 13092 ZFS I/O pipeline should use the pageout_reserve pool commit 2d9166aee5315081107056f3d663e4adee4c1c2a 13097 improve VM tunables for modern systems 13107 pageout should use hrtime instead of lbolt commit 3770e1fa2763b08d66814eeb974a28a87198fee1 13490 4133 missed Makefile.asthdr commit 475b46fedca96b852acd24d70191d29fb444a008 13486 cmd/ast should use fewer FRC dependencies commit 6960cd891105f9a002a0327e31a6182f9c6de88e 13379 bhyve upstream sync 2020 Dec Conflicts: git add usr/src/uts/common/os/vm_pageout.c git add usr/src/cmd/zoneadmd/vplat.c git add usr/src/man/man5/resource_controls.5 vm_pageout.c conflict resolution by Andy Fiddaman <omnios@citrus-it.co.uk>
2021-02-0313493 usba: multiply-defined symbolsToomas Soome1-2/+2
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@joyent.com>
2021-02-0213092 ZFS I/O pipeline should use the pageout_reserve poolJoshua M. Clulow2-4/+6
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-02-0213097 improve VM tunables for modern systemsJoshua M. Clulow1-1/+1
13107 pageout should use hrtime instead of lbolt Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2021-01-27 [illumos-gate merge]release-20210128Dan McDonald5-17/+40
commit beed421eff10640141fe8f9da29a5c8033a97f52 13383 generalize check for serializing LFENCE 13384 tsc_read() should use lfence when prudent 13387 bhyve should expose lfence serialize in DE_CFG MSR commit 78801af7286cd73dbc996d470f789e75993cf15d 13365 Add option to testrunner to re-run just failed tests commit 2d84dc94714fa18a51c85173f806acbc2d1b4257 13360 loader: use BGRA RBG data in gfx functions commit a98e9e2e16f7c0305e8538246f8f8464517b3884 13432 idm: symbol 'idm' is multiply-defined commit a35d0bb9919a1ab99b0305e759552bef6a8bd053 13431 rdsib: multiply-defined symbols commit 245cbc655bd26e8de57809bc109b82105a30693d 13430 scsi_vhci: multiply-defined symbols commit 9868091de5a69073a55e3b8cc1a378cac9220edf 13429 nge: multiply-defined symbols commit 6626685934fc28e358a8038d599be9e53aa0715e 13428 rdsv3: symbol 'rdsv3_one_sec_in_hz' is multiply-defined commit 734e1f66c3254ea498ea4ce3fe6dc7e6f9f293ff 13473 svccfg: dirs for manifests are manifest not manifests commit 4f1c2d80debdaa7ad92b0677c6c86fb6b782e811 13425 i86xpv: multiply-defined symbols Conflicts: usr/src/test/zfs-tests/cmd/scripts/zfstest.ksh
2021-01-2613360 loader: use BGRA RBG data in gfx functionsToomas Soome1-4/+31
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2021-01-2613432 idm: symbol 'idm' is multiply-definedToomas Soome1-1/+1
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-01-2613431 rdsib: multiply-defined symbolsToomas Soome1-4/+2
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-01-2613430 scsi_vhci: multiply-defined symbolsToomas Soome1-7/+5
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-01-2613428 rdsv3: symbol 'rdsv3_one_sec_in_hz' is multiply-definedToomas Soome1-1/+1
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-01-20 [illumos-gate merge]Dan McDonald1-5/+5
commit 0b35c8bcd86de836ba2ab241e3b4ac7955c4148c 13424 unix: multiply-defined symbols commit f976337ad91e7232287bf3bc0e038987a11a8949 13451 beadm needs to do more with temporary BE activation commit ee6e522102d701504922a982938c5873c599b3ff 13422 ufs: symbol 'iuniqtime' is multiply-defined
2021-01-1913422 ufs: symbol 'iuniqtime' is multiply-definedToomas Soome1-5/+5
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>