summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-03-26OS-7478 Add rust demangling supportrust-demangleJason King25-52/+1179
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2019-03-26OS-7449 Add custom allocators to libcustrJason King3-11/+190
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Mike Gerdts <mike.gerdts@joyent.com>
2019-03-25 [illumos-gate merge]Jerry Jelinek6-46/+37
commit 61233e713d6c3509d5c076a791c0c2c09cf5cb76 10112 cfga_sata.c needs a smatch fix commit 6efbc8a970529717f3354109b91e2916527c0286 10575 tem: NULL pointer errors commit 776eb96f94b73b997414a501a97c83ac35469fa4 10574 iwscn: NULL pointer errors commit 3bb8546d907194e91bea367d863eb10ce3fe6621 10558 usbkbm: cast between incompatible function types commit 9a03ec49b04c02049a85eeb9407566482f469376 10557 srv.9e and put.9e synopsis is broken
2019-03-2310112 cfga_sata.c needs a smatch fixJohn Levon1-1/+2
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-2210575 tem: NULL pointer errorsToomas Soome1-1/+1
Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-2210574 iwscn: NULL pointer errorsToomas Soome1-2/+2
Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-2210558 usbkbm: cast between incompatible function typesToomas Soome1-24/+26
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-2210557 srv.9e and put.9e synopsis is brokenToomas Soome2-18/+6
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-22 [illumos-gate merge]Jerry Jelinek11-154/+230
commit d6d53e641a3b316390a4230fe98744882d9a4c10 10555 fix build race in usr/src/boot/sys/boot/i386/loader commit 5e06bd59d59926d13427e57eb4e217f32c667310 10090 rt2860_free_rx_ring doesn't need to check for NULL array commit 1752e73c5b177fe2f2284c58df9d4e11fa24ffdf 10542 spdsock: cast between incompatible function types commit 2bcc9601e83363d9147978a7616864c880b5c05a 10538 sppp: cast between incompatible function types commit a484bfa2079bc90573ca9a036def78c0cc8aa809 10537 softmac: cast between incompatible function types commit 1ef1b39822f02981cf693197a94ee81aa30c1c26 10536 st: cast between incompatible function types commit a2f10c447c8cfe20ac08f6c287fe67307f2a5175 10481 loader.efi: comconsole needs to identify the port handle better commit c83793e8beca1f638b19f9fba9570ee705f7a494 10116 mech_dh needs smatch fixes
2019-03-2210555 fix build race in usr/src/boot/sys/boot/i386/loaderLauri Tirkkonen1-3/+3
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: John Levon <john.levon@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-2110090 rt2860_free_rx_ring doesn't need to check for NULL arrayJohn Levon1-5/+5
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2019-03-21OS-7386 Want primordial CTF test suiteRobert Mustacchi50-2/+4694
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: John Levon <john.levon@joyent.com> Approved by: John Levon <john.levon@joyent.com>
2019-03-2110542 spdsock: cast between incompatible function typesToomas Soome1-38/+41
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-2110538 sppp: cast between incompatible function typesToomas Soome3-29/+34
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-2110537 softmac: cast between incompatible function typesToomas Soome1-20/+25
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-2110536 st: cast between incompatible function typesToomas Soome1-39/+38
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Rob Johnston <rob.johnston@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-2110481 loader.efi: comconsole needs to identify the port handle betterToomas Soome2-17/+79
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-2110116 mech_dh needs smatch fixesJohn Levon1-3/+5
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-21OS-7672 recursive mutex enter in ahciHans Rosenfeld1-6/+7
2019-03-21OS-7607 savecore(1M) should be able to work on read-only dump devicesHans Rosenfeld2-22/+39
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: John Levon <john.levon@joyent.com> Approved by: John Levon <john.levon@joyent.com>
2019-03-21 [illumos-gate merge]Jerry Jelinek1-3/+7
commit feb176ed7e0a1726bd78c575ee5225ae49b5b0a8 10108 libstmfproxy needs smatch fixes
2019-03-21OS-7241 topo_sensor_state_name() needs workRob Johnston2-9/+35
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Jordan Hendricks <jordan.hendricks@joyent.com>
2019-03-2010108 libstmfproxy needs smatch fixesJohn Levon1-3/+7
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-03-20OS-7651 umem_genasm needs to be stricter about segmentsRobert Mustacchi9-59/+199
OS-7650 Clean up umem smatch and cerrwarn Reviewed by: Cody Peter Mello <melloc@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2019-03-20OS-7645 ctf symbol mapping needs workRobert Mustacchi6-309/+536
OS-7653 ctf tools shouldn't add blank labels Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: John Levon <john.levon@joyent.com> Approved by: John Levon <john.levon@joyent.com>
2019-03-20OS-7646 want ZFS metaslab load/unload countersKody A Kantor4-1/+65
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2019-03-20OS-7671 add zpool_sync zfs tests to smartos run fileJerry Jelinek1-0/+3
Reviewed by: Kody Kantor <kody.kantor@joyent.com> Approved by: Kody Kantor <kody.kantor@joyent.com>
2019-03-20 [illumos-gate merge]Jerry Jelinek2-2/+11
commit fefb716a9c60aee35065c9c8fb74b17ccf5ae303 10101 audio tools need smatch fixes
2019-03-1910101 audio tools need smatch fixesJohn Levon2-2/+11
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-19 [illumos-gate merge]Jerry Jelinek26-167/+3002
commit 9c2acf00e275b6b2125a306f33cdddcc58393220 10554 Implemented zpool sync command commit 9e4af98f99ed7cc13379dff1aca68e7a3dfe29bd 10543 dls_unbind() needs better checking commit edd669a7ce20a2f7406e8f00489c426c0690f1bd 10104 pam_set_data() dereferences pointer before checking for NULL commit 1e87a401c9ee341d1e7b7c52fa78039172333053 10534 uts: update usbdevs
2019-03-1810554 Implemented zpool sync commandAlek Pinchuk22-39/+425
Portions contributed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Kody Kantor <kody.kantor@joyent.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-18OS-7647 want nm option to not sort symbolsRobert Mustacchi6-199/+238
OS-7652 nm should be smatch and CERRWARN clean Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: John Levon <john.levon@joyent.com>
2019-03-18OS-7600 want exclusive hma registrationAndy Fiddaman4-12/+50
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2019-03-1810543 dls_unbind() needs better checkingRobert Mustacchi1-7/+9
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Ryan Zezeski <rpz@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2019-03-1810104 pam_set_data() dereferences pointer before checking for NULLJohn Levon1-7/+11
Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2019-03-18OS-6158 signed math leads getelfshdr astrayPatrick Mooney16-592/+681
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Cody Peter Mello <melloc@writev.io> Approved by: Mike Gerdts <mike.gerdts@joyent.com>
2019-03-1810534 uts: update usbdevsToomas Soome2-114/+2557
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-18 [illumos-gate merge]Jerry Jelinek16-135/+188
commit 945e3b4bc345679cad92f0a896670030a411c8f8 10089 phy_check() is bitwise, should be streetwise commit 618d207ffd5dca94c4a4715afd5a15b0025530ea 10495 libc should know how many FPU exceptions there are commit 6760681825872e5ab549ae9309431453fa97e428 10548 libumem doesn't free memory allocated by valloc or memalign commit 10ea3ab2fe049f8d68567cf4cb2e04fda1e4645b 10553 ipadm.1m should document hostmodel property commit fec53dd46f43e58822d823ac73a281d6f0a1e782 10511 loader: comconsole comc_setup should return boolean commit 2c26b085561320ff0be162e984d17279aafda6a9 10493 pts: cast between incompatible function types commit 74d419caec602f7f32a3bdea419b7f3155d3eebc 10492 ptsl: cast between incompatible function types commit e2b861771c2991875108755a59b246b86f928eab 10490 ptm: cast between incompatible function types commit ff2c0cbf8b71c56c475188b2be1d96686bc645e9 10489 mr_sas: cast between incompatible function types commit 91f8444216cbe1f7457a80ed179210c918674c8b 10488 nxge: cast between incompatible function types commit 63638116bbacd9d275b00b4602da8dca12542a53 10487 nca: cast between incompatible function types
2019-03-1610089 phy_check() is bitwise, should be streetwiseJohn Levon1-1/+5
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-1510495 libc should know how many FPU exceptions there areRichard Lowe4-10/+17
Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2019-03-1510548 libumem doesn't free memory allocated by valloc or memalignPavel Zakharov1-8/+10
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Marco van Wieringen <mvw@planets.elm.net> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-1510553 ipadm.1m should document hostmodel propertyAndy Fiddaman1-0/+12
Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-1510511 loader: comconsole comc_setup should return booleanToomas Soome3-48/+65
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-1510493 pts: cast between incompatible function typesToomas Soome1-16/+19
Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-1510492 ptsl: cast between incompatible function typesToomas Soome1-5/+7
Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-1510490 ptm: cast between incompatible function typesToomas Soome1-15/+18
Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-1510489 mr_sas: cast between incompatible function typesToomas Soome1-6/+6
Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-1510488 nxge: cast between incompatible function typesToomas Soome1-19/+20
Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-1510487 nca: cast between incompatible function typesToomas Soome1-7/+9
Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-159735 Need to provide SMB 2.1 Client [fix manifest]Jerry Jelinek1-2/+0