summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2017-12-048875 loader.efi: efipart should exclude iPXE stub block protocolToomas Soome1-0/+10
Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-12-048854 libm: variable set but not usedToomas Soome19-22/+24
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-12-048839 madv: error: variable 'rc' set but not usedToomas Soome1-20/+21
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Dan McDonald <danmcd@joyent.com>
2017-12-048827 libldap5: variable set but not usedToomas Soome1-7/+2
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Dan McDonald <danmcd@joyent.com>
2017-12-01 [illumos-gate merge]Jerry Jelinek69-389/+5502
commit cd964fce751ca752af4158842063a9579a2d4331 5869 Need AES CMAC support in KCF+PKCS11 commit 6dfcdabd85f09409c5d2f9fb25a3013384ffaf74 8800 loader: use the same option list for dhcp discovery and request commit dfbc6f2daa6bb8fc06fad985ead27d5db30eab3a 8799 loader: Always issue the pxe request commit 494a2e4857c10ebf74b8a5652d96466bd9e02f2c 8865 nightly shouldn't depend on specific /usr/bin/egrep behavior
2017-11-305869 Need AES CMAC support in KCF+PKCS11Matt Barden64-337/+5467
Portions contributed by: Jason King <jason.king@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2017-11-308800 loader: use the same option list for dhcp discovery and requestToomas Soome1-29/+31
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-308880 improve DTrace error checkingJerry Jelinek1-0/+7
Reviewed by: Tim Kordas <tim.kordas@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-30OS-6395 improve DTrace error checkingJerry Jelinek1-0/+7
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Tim Kordas <tim.kordas@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-308799 loader: Always issue the pxe requestToomas Soome4-46/+28
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-308865 nightly shouldn't depend on specific /usr/bin/egrep behaviorAlexander Pyhalov1-1/+0
Reviewed by: Adam Števko <adam.stevko@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-30backout: OS-6461 fac_prov_ipmi should support binding by entity id and ↵Robert Mustacchi3-103/+22
instance (causes deadlocks) Reviewed by: Joshua M. Clulow <jmc@joyent.com> Approved by: Joshua M. Clulow <jmc@joyent.com>
2017-11-30 [illumos-gate merge]Jerry Jelinek5-46/+40
commit fff286c84bdfba2236facfa589335ba013241952 8824 libadutils: variable 'class' set but not used commit 3934d9d608fe872ef1424714cad422bc624293b5 8698 AMD does not make an OPERTRON commit c3f7a870373b38f01b2fb5e6ec30cb456c90ad32 8734 prof: variable 's_inv' set but not used commit cf07d3da9915c0d22da8f59e991639f819463cef 8603 rename zilog's "zl_writer_lock" to "zl_issuer_lock" Conflicts: usr/src/uts/common/sys/smbios.h
2017-11-298824 libadutils: variable 'class' set but not usedToomas Soome1-1/+1
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Gordon Ross <gwr@nexenta.com>
2017-11-30OS-6461 fac_prov_ipmi should support binding by entity id and instanceRob Johnston3-22/+103
OS-6464 ipmi topo plugin should automatically enumerate sensors on nodes it enumerates Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com> Approved by: Joshua M. Clulow <jmc@joyent.com>
2017-11-29OS-6466 libtopo mdb module needs generic topo_list_t walkerRob Johnston1-2/+49
Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com> Approved by: Robert Mustacchi <robert.mustacchi@joyent.com>
2017-11-29OS-6448 fmdump(1m) should be more resilient in the face of missing message ↵Rob Johnston1-5/+9
content Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com> Approved by: Robert Mustacchi <robert.mustacchi@joyent.com>
2017-11-298698 AMD does not make an OPERTRONRobert Mustacchi1-1/+1
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-298676 Add SMBIOS 3.1.1 definitionsRobert Mustacchi1-1/+3
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-298734 prof: variable 's_inv' set but not usedToomas Soome1-17/+11
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Robert Mustacchi <rm@joyent.com>
2017-11-298603 rename zilog's "zl_writer_lock" to "zl_issuer_lock"Prakash Surya2-27/+27
Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-29 [illumos-gate merge]Jerry Jelinek52-281/+204
commit f27dfbe1ab97352a1070fc81db8c8acaa338079a 8797 loader: Support URI scheme for root-path in netbooting commit 61d32c33314163cd44fd93c77f2606de94baee81 8762 syslogd: variable 'prev' set but not used commit c5bab7026b8e0ac44b25ee08507ea360f177d844 8861 more manpage spelling errors
2017-11-288797 loader: Support URI scheme for root-path in netbootingToomas Soome1-22/+83
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-298762 syslogd: variable 'prev' set but not usedToomas Soome1-2/+11
Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Reviewed by: C Fraire <cfraire@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-11-288861 more manpage spelling errorsPeter Tribble50-257/+110
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@joyent.com>
2017-11-28 [illumos-gate merge]Jerry Jelinek15-221/+177
commit a71e11eee4676204c7609c4c9703cc98fbf4669d 8855 libnsl: variable 'p' set but not used commit 10fb0c97e3ab2d7cb9ece84c177e49668137d68f 8851 libast: parameter/variable set but not used commit 1d2945e8b51a96806bfb1bc3cb0b1cf6732925e4 8847 libadm: variable 'daynum' set but not used commit df9cdf1096bbdb93cb9c2bb9d089a7804dc1d809 8845 libima: variable set but not used commit d87d03b4c0f66bf125e607ef8b0d9c5481040d20 8842 libmail: right-hand operand of comma expression has no effect commit 38fc59d1a32bf4ebde45c04f9e8a896ccc3db337 8840 libtnfctl: variable 'ret_pp' set but not used commit 100ea781a0fa9beb2f6704a2e6f207a83aa2a853 8837 libsmedia: variable 'retformat' set but not used commit 3c0e18f37537a4cc1475e6f715030b5457141261 8836 libsum: 'id' defined but not used commit 8659a363582025a151043e8e5450174179fd637b 8834 libpp: 'id' defined but not used commit a9ecb23444fb4086c2f46388f05df21dca317b58 8832 libdll: 'id' defined but not used commit bb4d45692c48b2f803f7ec1f690be050a0b2bf05 8831 mpapi: variable 'status' set but not used commit c532a89174aae7a12b4a8cef1517e723d26ff477 8829 librdc: variable 'trc' set but not used
2017-11-278855 libnsl: variable 'p' set but not usedToomas Soome1-18/+19
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-278851 libast: parameter/variable set but not usedToomas Soome1-0/+2
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-278847 libadm: variable 'daynum' set but not usedToomas Soome1-4/+1
Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-278845 libima: variable set but not usedToomas Soome3-32/+25
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-278842 libmail: right-hand operand of comma expression has no effectToomas Soome2-24/+23
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-278840 libtnfctl: variable 'ret_pp' set but not usedToomas Soome1-76/+60
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-278837 libsmedia: variable 'retformat' set but not usedToomas Soome1-49/+39
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-278836 libsum: 'id' defined but not usedToomas Soome1-2/+0
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-278834 libpp: 'id' defined but not usedToomas Soome1-2/+0
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-278832 libdll: 'id' defined but not usedToomas Soome1-2/+0
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-278831 mpapi: variable 'status' set but not usedToomas Soome1-2/+1
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-278829 librdc: variable 'trc' set but not usedToomas Soome1-10/+7
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-27 [illumos-gate merge]Jerry Jelinek13-100/+140
commit 4b44494bc0063e420eaa97f89cac1d1ff036c9da 8826 libnisdb: variable set but not used commit 9b7c09359fb54caf6aad4de74967d415a48a88aa 8825 libsldap: variable 'buf' set but not used commit 942ab016774d03e12180dd0492e27e8227871a89 8821 smbsrv: error: variable 'dnptrs' set but not used commit ff7e8ba86ba6352405bed47d89bd49c659eb6871 8820 pam_modules: variable set but not used commit 8c69cc8fbe729fa7b091e901c4b50508ccc6bb33 8818 i86xpv/generic_cpu: variable set but not used commit 1f0a297725d06da62d0c701916f52e7f403ee0fc 8817 ntxn: parameter 'mode_dont_care' set but not used commit f58b22cff52aa6f7ce2ef23b9bbcc9d9e13f6cd7 8796 loader.efi: efipart does not recognize partitionless disks commit f924f33d7af04fdea77591a059dd9c734448b76b 8816 mr_sas: variable set but not used commit c873de809dcfeab9e738982f896c992a43066ee5 8815 mega_sas: variable set but not used commit 41be0ab3c9666e1f4bec924d95785dc06ab87662 8811 bfe: variable 'prom' set but not used commit d1c3d93af2b0ea9ce0e658a1baa771aafbd5aafe 8753 linker errors don't show up in the "mail_msg" file
2017-11-238826 libnisdb: variable set but not usedToomas Soome1-10/+2
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
2017-11-238825 libsldap: variable 'buf' set but not usedToomas Soome1-7/+5
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
2017-11-238821 smbsrv: error: variable 'dnptrs' set but not usedToomas Soome1-4/+0
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
2017-11-238820 pam_modules: variable set but not usedToomas Soome1-2/+2
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
2017-11-238818 i86xpv/generic_cpu: variable set but not usedToomas Soome1-4/+1
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
2017-11-238817 ntxn: parameter 'mode_dont_care' set but not usedToomas Soome3-19/+14
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
2017-11-238796 loader.efi: efipart does not recognize partitionless disksToomas Soome1-11/+100
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
2017-11-238816 mr_sas: variable set but not usedToomas Soome1-12/+4
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
2017-11-238815 mega_sas: variable set but not usedToomas Soome1-17/+4
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
2017-11-238811 bfe: variable 'prom' set but not usedToomas Soome1-9/+0
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
2017-11-228753 linker errors don't show up in the "mail_msg" filePaul Dagnelie1-5/+8
Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com> Reviewed by: Prashanth Sreenivasa <pks@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>