summaryrefslogtreecommitdiff
path: root/usr/src/cmd/fm
AgeCommit message (Collapse)AuthorFilesLines
2020-04-27 [illumos-gate merge]Jerry Jelinek6-55/+59
commit 132f92b0e6c7ef46ac10daee56575ea421313e21 12596 A typo in usr/src/man/man1/ls.1 commit c3267a7bdebfa73aeda8a9cc71aa02f5420ba00c 12594 bge device IDs do not have a leading 0x commit 7112648bd7986a88f0ffa61263d5cbf7229d8b03 12472 pam_list does not have 'group' option commit fba27d8741c08c38aa9cf5fd383633304ddad810 12592 stmf_sbd: panic in _init on sparc commit 9d9483ac38cb12576b0b6e2a6d950e6d65a622a0 12547 pci_pci: NULL pointer errors commit 692bcae7eb9419bcc3f9d011a67c6a5c6497a72f 12542 dtrace: NULL pointer errors commit 12551037071c8ef2216bb540edd94a5bff5e90ae 12532 unix: NULL pointer errors commit 13c31a0ee516ab913296f7367d3c09a79ff3ba21 12533 cfgadm_plugins: NULL pointer errors commit 67dca347c78f6433be936f7be1c9bbf7069a19ec 12534 fm: NULL pointer errors
2020-04-2412534 fm: NULL pointer errorsToomas Soome6-55/+59
Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Dan McDonald <danmcd@joyent.com>
2020-03-26 [illumos-gate merge]Jerry Jelinek1-11/+14
commit 8b11ca880a902725fb8b0bb2c639f3671ac806d6 12382 Mellanox driver is missing advertisement in dladm link-prop commit e5c541a6c70df2548bbaa19fa43a7dbebe4b637a 12425 /opt/util-tests/bin/utiltest needs default run file handling commit 7adb68a6af9135eabca6203d488597cb40c4675c 12196 fmadm faulty NULL pointer dereference
2020-03-2512196 fmadm faulty NULL pointer dereferenceHans Rosenfeld1-11/+14
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-03-2411609 Want modern Intel IMC driverRobert Mustacchi3-1/+348
11612 x86 PCI enumeration should not rely on bios max bus Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Rob Johnston <rob.johnston@joyent.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-03-09 [illumos-gate merge]Jerry Jelinek10-33/+297
commit 4e4d1bad19e83eed004cbbbec13ba7d42ae7d17a 12356 Update hwdata to 2020.02.22 commit 86b2c59a1c0693176ce8e6e5347f533716a6fcb0 12354 It should not be possible to create persistent VNICs over temporary objects commit f11c6b604a17df4ddc8c4987e50f5b8d8a945516 12364 mdb trips assertion related to autowrap commit ebb7c6fd4f966f94af3e235242b8a39b7a53664a 12204 want driver for Mellanox ConnectX-4/5/6 NICs commit da40b2648878aa9434c7199422846fe5a7032714 12203 FMA fault ASRUs missing FMRI annotations commit 12eb87fbfbcd9e0abde89898daa0a87c695807e4 12205 want generic NIC transceiver fault events commit a23b3b1bb4e08abaac9fb78fea486e678ce6d6de 12319 ipsecah/ipsecesp: smatch errors commit ab82c29b6e890d0f1241f9cd0cefda3430f46bd5 12173 ip: variable may be used uninitialized in this function Conflicts: usr/src/lib/libdladm/common/libdladm.h usr/src/lib/libdladm/common/libdladm.c
2020-03-0412203 FMA fault ASRUs missing FMRI annotationsAlex Wilson4-30/+45
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Paul Winder <paul@winders.demon.co.uk> Reviewed by: Rob Johnston <rob.johnston@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2020-03-0412205 want generic NIC transceiver fault eventsAlex Wilson6-3/+252
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Paul Winder <paul@winders.demon.co.uk> Reviewed by: Rob Johnston <rob.johnston@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2020-02-27 [illumos-gate merge]Jerry Jelinek14-74/+101
commit 3e8c7f16168b2700c28b981ab66ca8ff755c5a5d 12333 loader: replace zfs_alloc/zfs_free with malloc/free commit 1743a90d9abccc6cd1e57ef89729c674b859fc6e 12099 fm: cast between incompatible function types
2020-02-2712099 fm: cast between incompatible function typesToomas Soome14-74/+101
Reviewed by: Matthias Scheler <mscheler@tintri.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-02-06 [illumos-gate merge]Jerry Jelinek2-14/+4
commit 5801b0f01c3c34499a929ed96164a5a68b470945 12217 add ld assert-deflib and guidance to gate build commit 948761701ebc8a0cf820a973780b2fbb931c4390 12262 Suboptimal vmem hash table slows down boot commit cdd7a662d2c0914e93e1daa44cebae7003c99777 12254 python changes have broken the zfs test suite Conflicts: usr/src/lib/libzonecfg/Makefile.com usr/src/lib/libc/sparcv9/Makefile.com usr/src/lib/libc/sparc/Makefile.com usr/src/lib/libc/i386/Makefile.com usr/src/lib/libc/amd64/Makefile usr/src/lib/krb5/plugins/preauth/pkinit/Makefile.com usr/src/lib/Makefile usr/src/cmd/sendmail/src/Makefile usr/src/cmd/cmd-inet/usr.lib/wpad/Makefile
2020-02-0512217 add ld assert-deflib and guidance to gate buildToomas Soome2-14/+4
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-01-21 [illumos-gate merge]Jerry Jelinek1-4/+4
commit 9841a15cbf9e40fb0b20da8312543d7ebd941848 12170 libsasl: use prev == NULL in _is_sun_reg() commit f145c7bf459e3e8adb065780b1526104381e4dc5 12137 Want AMD temperature sensor for F10h-F16h commit 7f2871dd6d7706d0fc556939604a0a457306c509 12218 the ncp man page is for a driver we no longer ship commit 101bc1d0ed2db80397d361f46931aeb97e0f5513 12208 dboot_printf(): support %u commit b1d07aba78c3ce908f3d863c20e1c345bebf9bf6 12202 noise in example code in some section 3pool man pages commit 3b379e2a4b3fe1592962563cb8c50c330ce393d8 12200 fmd: Wrong prerequisites for generated files commit 95faac55ed9158a0f593df1059de9fffbe33c5b4 12212 typos in some section 3tecla man pages commit 87a1342d3c2df15f45d414c1f50911670e60194b 12214 genunix: sparc is missing nosys32 commit bdd776d0084e7937ba9e46f78ea1d0cf3a673a94 12198 typo paramter in some section 3pool man pages commit c3f3f3816bf6b9c1c6f71ea84d0907efc0a7dc7b 12197 sleeptest is failing
2020-01-2012200 fmd: Wrong prerequisites for generated filesMarcel Telka1-4/+4
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-01-1510241 ZFS not detecting faulty spares in a timely manner [fix mismerge]Jerry Jelinek1-1/+0
2020-01-15 [illumos-gate merge]Jerry Jelinek2-1/+4
commit e25cb0e77ab84d3147918b8aef1f5161fbccb30e 11967 need TAA mitigation commit b666b5bebdde1067e2d0f2b91fd28a5243311a1a 12165 lp: argument to 'alloca' may be too large commit dd2ed563fd8f7f157d5cd583cae81fef585c2ffc 12151 libc: specifies less restrictive attribute than its target commit e830fb12ed60bbd91c87459b169b5d1cc6ef0b9e 10241 ZFS not detecting faulty spares in a timely manner 12132 zfs-retire agent crashes fmd on systems without vdev devids 12034 zfs test send_encrypted_props can fail commit 356ce177517a15babb8fd801d490f239298643b7 12178 Allow bytes to be removed from a custr Conflicts: usr/src/uts/intel/sys/x86_archext.h usr/src/uts/common/fs/zfs/spa_misc.c usr/src/test/util-tests/tests/Makefile
2020-01-1410241 ZFS not detecting faulty spares in a timely mannerKody A Kantor2-20/+126
12132 zfs-retire agent crashes fmd on systems without vdev devids 12034 zfs test send_encrypted_props can fail Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Rob Johnston <rob.johnston@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-12-20OS-8071 pool vdevs should not have a probe failure SERD (#243)Kody A Kantor1-5/+81
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Rob Johnston <rob.johnston@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2019-11-1111946 clean up improper use of mdb_getoptsJordan Paige Hendricks1-2/+4
Portions contributed by: Jason King <jason.king@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: John Levon <john.levon@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-09 [illumos-gate merge]Jerry Jelinek3-3/+25
commit 793ac993be490bb7c16673e5f2588c6d18672894 11654 libipmi/Makefile.com has an invalid and unused variable substitution commit d8109ce4330e1b8ad6c29f9fccacec969066bb9d 11653 tools/make/bin/Makefile has an invalid and unused variable substitution commit bdf3516c67ac96d42da6a8adc5bf9a0a5b72b060 11652 Remove unused archive library rules from cmd/sgs commit 2b1ff28bbd88f04a83e6ca2d284eb7be0959c43c 11647 6026 regressed after 5980 commit 21ec5af72097881ccdcd81ebfd26e1c85b609ad6 11662 nss_ldap: group members are not comma separated commit aa5636e518a7c706134caf5072a16f9f85f7497a 11633 SPARC NULL pointer errors in libprtdiag_psr commit 3f8c0768c028803de6022c542bbd9e9e6f08289f 11632 SPARC NULL pointer error in libtsalarm commit 53bfe442a2e3c2938be0ac7b2b05d096689c2ea6 11631 SPARC NULL pointer error in libds commit 9cb0a1d4446fe891a01d01e07b2e27f0177c84cd 11630 remove checks for 64-bit capable hardware commit 95bfa623bf6336d9476ba272ebda6e2c2a305e6f 10852 libficl-sys: implement loader emulator commands with linker set commit 90ce8b937724b0472efa92ca9911002383cf25a2 10851 want sys/linker_set.h commit bfa93d3911fd4856c353c9b190c18cdb98fc36b4 11610 PCI ID ambiguity leads to driver induced mayhem 11611 pchtemp driver should use new IPD 9 aliases commit 96fc3fdf646c403f7896ecd3e9657d0474025bba 11617 esc fails with /usr/bin/cpp present commit 5711d3938643272e5ca2aaf5d868e612e7bc97b6 11640 add zpool ashift property tunable commit 2c54ade085d70dd5a2914f0fa5cf7fe208cd36a6 11603 smbadm has wrong exit code while listing SMB group properties commit 69b1fd3f24d0ee2e682883606201c61f52085805 11461 should use a native link-editor during the build 11463 SUNWonld has passed its use-by date 11464 cmd/sgs/tools should contain tools, not common code 11465 sgsmsg should be built with the rest of the build tools commit d58ceae2ed78dc65ab682a0281ce523d6c4116fe 11646 fbt entry probes incorrectly placed due to -fshrink-wrap Conflicts: usr/src/uts/Makefile.uts
2019-09-0611617 esc fails with /usr/bin/cpp presentRobert Mustacchi2-3/+10
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Yuri Pankov <yuripv@yuripv.net> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-0611640 add zpool ashift property tunableloli10K1-0/+15
Portions contributed by: Richard Laager <rlaager@wiktel.com> Portions contributed by: Christian Kohlschutter <christian@kohlschutter.com> Portions contributed by: Cyril Plisko <cyril.plisko@mountall.com> Portions contributed by: Brian Behlendorf <behlendorf1@llnl.gov> Portions contributed by: Martin Matuska <martin@matuska.org> Portions contributed by: Kody Kantor <kody.kantor@joyent.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Giuseppe Di Natale <dinatale2@llnl.gov> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-04OS-7971 clean up improper use of mdb_getoptsJordan Paige Hendricks1-2/+4
Reviewed by: Cody Peter Mello <melloc@writev.io> Reviewed by: John Levon <john.levon@joyent.com> Approved by: John Levon <john.levon@joyent.com>
2019-08-27OS-5553 Want NVMe Hotplug SupportJordan Paige Hendricks3-12/+94
OS-7968 x86 pci configurator should not fail device teardown if device is gone OS-7969 DDI hotplug request handler resets connection handle state before performing state change operations OS-7691 ldi_handle dcmd segfaults occasionally Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Rob Johnston <rob.johnston@joyent.com> Approved by: Joshua M. Clulow <jmc@joyent.com>
2019-08-22 [illumos-gate merge]Jerry Jelinek1-1/+4
commit 44bf619d328827ce5eca6833fcd5c69f1592e578 10703 smatch unreachable code checking needs reworking
2019-08-2110703 smatch unreachable code checking needs reworkingJohn Levon1-1/+4
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-08-16 [illumos-gate merge]Jerry Jelinek12-12/+12
commit d3b5f56344d8bfcdd6cfb82446af0e5e55ad9ebe 11528 Makefile.noget can get gone 11529 Use -Wno-maybe-initialized commit c4ccc1f9004b70b07e4cdb57641c38ab607306c9 11226 Remove NetraCT support commit dcfeff93f67a1188722a358e0fbfcd604993e573 11561 loader script needs to place .eh_frame after .text commit a8ffe4975d219124d53dcd9de30126f3a595d28f 11555 gptzfsboot: boot prompt is not refreshed on device change commit 79940ff6ac581ff9431c474dcfa18c78f1cb7a50 11556 ip_attr.c functions need to not dereference conn_ixa directly after lock drop commit fe949611d4f0a0f42a6923a31cd3073e5b2bc97c 10540 wsdiff much slower under python3 than python2 commit c1064fd7ce62fe763a4475e9988ffea3b22137de 11541 allocation_classes feature must be enabled to add log device Conflicts: usr/src/uts/sparc/Makefile.sparc usr/src/uts/intel/dev/Makefile usr/src/uts/i86pc/pcie/Makefile usr/src/cmd/zoneadmd/Makefile
2019-08-1611528 Makefile.noget can get goneJohn Levon12-12/+12
11529 Use -Wno-maybe-initialized Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
2019-07-12OS-6500 Want modern Intel IMC driverRobert Mustacchi3-1/+348
OS-6629 x86 PCI enumeration should not rely on bios max bus Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Rob Johnston <rob.johnston@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2019-07-12 [illumos-gate merge]Jerry Jelinek8-53/+54
commit ef826847d2347ce01d945c4301ece23ced413215 11352 idmap: NULL pointer errors commit 33c72b7598992897b94815b1f47b7b8077e53808 11351 iscsiadm: NULL pointer errors commit d21f0ec32d7dd9a0641312159d9c22ab2bd0ad7f 11350 isns: NULL pointer errors commit 20a3e33ee8365e14c2734bec09c4c97516bea96c 11349 intrstat: NULL pointer errors commit 607aa931e7656f4705307ba7e4d3137c82cbafae 11348 iscsitsvc: NULL pointer errors commit 08cab4be4299a328b9f434f66247c070e06b5845 11347 isainfo: NULL pointer errors commit 32248f11785f2b2ee12fa041aa8a92932c1245ca 11346 hal: NULL pointer errors commit 1940b2a8f27c546bb66a973012e36f32123042ca 11345 halt: NULL pointer errors commit 940f2f5868892c7a40e071319100921b5b859283 11344 fm: NULL pointer errors commit 0ab8aa7074d0531c1e2453adcf08e519888b024d 11342 gss: NULL pointer errors commit 869657d0e7833bf270a27c5cff9895b431d6b0a5 11341 grpck: NULL pointer errors commit 2e837a72011f54762249b6612c2a64f171efcd43 11340 gettext: NULL pointer errors commit e83c55625a2d838a6e4fe2413b8eb464ec8af2a3 11458 SMB ioctl issues still incomplete commit 24f90e6d0193ecf0799ac0dee495a53a3e7ee9fa 11327 scalb should not be exposed in XPG7 commit da90d5b8133e037164268f8957ab823e806a7bfb 11227 smb code needs smatch fixes commit 142d813a06c6f9a6142e2c276b62129a17a31a65 11339 getent: NULL pointer errors commit 4d7452f8473ff4636be68c3aa2ec185d6aa00315 11338 format: NULL pointer errors commit e6aecaeeb5918142935e45d37651ac1c267d8e2a 11337 geniconvtbl: NULL pointer errors commit 27d3a16929acf0d6b894b2210438d0d6915826fe 11336 find: NULL pointer errors commit 46d64c14791e94efc5b1534ccf8db76ed1fadcfc 11335 mailx: NULL pointer errors commit 5521b7639b10e877e2e517a3498114aaf131b72d 11334 file: NULL pointer errors commit bcc2c2b83b7fa504ab39a003964e07c06e7af053 11333 exstr: NULL pointer errors
2019-07-1211344 fm: NULL pointer errorsToomas Soome8-53/+54
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-05-28 [illumos-gate merge]Jerry Jelinek6-141/+19
commit 1f4c6dbc37f14382f7ff4575a74da056dbd34d66 10864 Remove starcat support commit 7811b028df2f34164be65174d666b570b73d32c3 11066 zfs clean_mirror tests should scrub between tests commit f006f886619b16083d53ffdfa28948267e57cccf 10502 zfs_mount_006_pos.ksh wanders outside the test area Conflicts: usr/src/man/man1m/Makefile
2019-05-2410864 Remove starcat supportPeter Tribble6-141/+19
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: John Levon <john.levon@joyent.com> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2019-05-2211048 need a way to disable SMTJohn Levon1-0/+4
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Gergo Doma <domag02@gmail.com> Approved by: Gordon Ross <gwr@nexenta.com>
2019-05-15OS-7662 need a way to disable SMTJohn Levon1-0/+4
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2019-05-1410898 Add topo method to determine occupant statusRob Johnston1-1/+9
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gwr@nexenta.com>
2019-04-25 [illumos-gate merge]Jerry Jelinek1-2/+3
commit 446c407deb93d79642a777eef22cf998e34a3248 10569 MDB module for disk labelling would be useful commit 9b8f194103574e93a8789067d2afccef3c586885 10476 file(1) could be smatch clean commit b6a0e2cd4ce8d91fe9dc750c44e662d7c7e5fb8e 10366 ld(1) should support GNU-style linker sets 10581 ld(1) should know kernel modules are a thing commit ab65fd2a6cf8b63577d26411f2ea4b628591d56d 10593 illumos build should not use kernel modules as link-editor input commit c524b4fe42d7c586615aacae917f985e3379a108 10346 ld(1) should not reduce symbol visibility of COMDAT symbols when producing relocatable objects commit 32e09e17e4529edf39ffb44fb13cdb6a0fb45733 10804 Enable unused warnings outside of uts commit 8e718be9d8b2bb15811a2dc0b61cbb5cc5fa3070 10770 idm: NULL pointer errors commit 4da99751f967c5f8f04e17d8881a68c2940f3b06 10790 i86pc: NULL pointer errors commit 36f99a58464a4c3e25e881cab429881edb09951b 10778 mac: NULL pointer errors Conflicts: usr/src/uts/common/io/mac/mac_datapath_setup.c usr/src/uts/common/io/mac/mac_client.c usr/src/uts/common/io/mac/mac.c
2019-04-2410804 Enable unused warnings outside of utsJohn Levon1-2/+3
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-29OS-7676 Add topo method to determine occupant statusRob Johnston1-1/+9
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Jordan Hendricks <jordan.hendricks@joyent.com>
2019-03-1310515 libtopo's XML serialization code is broken and incompleteRob Johnston1-26/+31
10516 fmtopo is missing code to handle properties of type TOPO_TYPE_FMRI_ARRAY Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2019-02-28OS-7560 libtopo's XML serialization code is broken and incomplete (fix ↵Rob Johnston1-2/+1
unused var) OS-7609 fmtopo is missing code to handle properties of type TOPO_TYPE_FMRI_ARRAY (fix unused var)
2019-02-28OS-7560 libtopo's XML serialization code is broken and incompleteRob Johnston1-24/+30
OS-7609 fmtopo is missing code to handle properties of type TOPO_TYPE_FMRI_ARRAY Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Jordan Hendricks <jordan.hendricks@joyent.com>
2019-02-06OS-6602 ZFS not detecting faulty spares in a timely mannerKody A Kantor2-15/+44
OS-7499 ZFS retire agent cannot fault inactive spares Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2019-02-04 [illumos-gate merge]Jerry Jelinek4-12/+23
commit 022bfefbcaaea5feb95b93e32451de7e29dbcb58 10324 topo_usb_parse_port_type() gets value check wrong commit b1f626711b7485860ff0a6eb5e6edc949958f605 10130 smatch fixes for usr/src/cmd/fm commit 8e4148b01b8967e1a9ff6fdb6c8a2baff7363432 10115 ses topo module needs smatch fixes commit 0627591eb8261c55a48bc3b17ff3dfe0d0568939 10114 fmev_proxy_cb() doesn't need inval checks commit f1c3c46914bb8b71335ee0d065b1a639f9caad89 10113 fmd_adm_xprt_f should return void commit 29c3ebdbcfe9e0ec2a1d2e45961c53e573b9d3ab 10102 libnvfru needs smatch fixes commit f6b3f249ec2ef9f94d38d7a7c1b4fcbe2e891933 9776 mandoc(1) does not support an ERRORS section for 7I man pages 9778 Convert agpgart_io(7I) to mandoc 9779 Convert audio(7I) to mandoc 9780 Convert cdio(7I) to mandoc 9777 Convert dsp(7I) to mandoc commit 1bc1e552b353b59f21e7697fe988ec2d86d09d4b 10325 sparc also needs plat_diagpath for consconfig_dacf commit 406d4d29fb52df8ec016b6e9a83e030013fa1514 10333 cw: error: comparison between pointer and zero character constant
2019-02-0110130 smatch fixes for usr/src/cmd/fmJohn Levon3-4/+13
Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2019-02-0110113 fmd_adm_xprt_f should return voidJohn Levon1-8/+10
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2019-01-15 [illumos-gate merge]Jerry Jelinek9-3/+34
commit c653bb4713ca694c2d16b04b65d5b76c0bb46bd4 10197 build smatch in parallel commit 15c07adc1c7b828006b5e3c4d528b92229d6bd23 10081 smatch indenting fixes for usr/src/uts commit 5661bb7641e85c46713da7a3002b29ecd2c3daf0 10080 smatch Makefile changes for usr/src/cmd commit 05ede3db5e3b7d540afbccdc872c735770e82ef3 10079 smatch Makefile changes for usr/src/lib commit cadd68ea0014761eda6a293664086dfa80686d85 10078 smatch fixes for UCB commit 1ea94c756c0bc9170021d7b570944a24f224c03f 10202 loader: use screen-#rows to find bottom left co-ordinates commit 08487eea68a2fa501b5042131c6db068089f82e1 10173 loader: support newer ZFS versions Conflicts: usr/src/lib/libdladm/Makefile.com usr/src/lib/fm/topo/modules/i86pc/chip/Makefile
2019-01-1410080 smatch Makefile changes for usr/src/cmdJohn Levon9-3/+34
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@joyent.com>
2018-07-12 [illumos-gate merge]Jerry Jelinek1-5/+4
commit 7e085c24801940886227c1724772c2fa5bca864e 9314 Cyclic dependency in usr/src/cmd/fm/eversholt/Makefile.esc.com
2018-07-119314 Cyclic dependency in usr/src/cmd/fm/eversholt/Makefile.esc.comAndrew Stormont1-5/+4
Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Reviewed by: Ken Mays <kmays2000@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>