summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2017-12-05 [illumos-gate merge]Jerry Jelinek134-579/+150
commit fb4cdc19f4c1650a26fa4b7f4faf5a036225c7d4 8828 udapl: value computed is not used commit 4432e6b4ec7a3cb1a2915b65a8daae5faa278ba0 8853 libsocket: variable 'addr' set but not used commit 9c88ac3ab4edaa5e8c0130ed1b4b376ea57c545a 8852 libcurses: local unused types commit 712a34becd0c378dd87ef9106ed5275739e2521a 8844 libdns_sd: variable set but not used commit e8dc66e7692c9d61c165fa302f0d05e86ffaced9 8841 smhba: variable 'status' set but not used commit 6cfe4330282a218c2e13a305e7fecc048518aad1 8833 libcmd: variable 'ep' set but not used commit f362c74cdda7b4819bb5d3360149ac0fae9ea013 8774 kadmin/dbutil: variable 'crflags' set but not used commit 96b6509c49b81cb0d89ec222d92d421d946caa0c 8735 libld: variable '_vdp' set but not used commit 1f0c5e612d8dfd7d1a8f4487cef753357b9909f5 8702 PCI addresses with physaddr > 0xffffffff can't be mapped in 8703 pci/npe DDI_CTLOPS_REGSIZE should be 64-bit aware 8704 want OFF_MAX in the kernel 8705 unsupported 64-bit prefetch memory on pci-pci bridge commit 458f44a49dc56cd17a39815122214e7a1b4793e3 8849 libresolv2: remove rcsid commit 6c6e04f2699a6755d7a29e6fc1679b292600616c 8875 loader.efi: efipart should exclude iPXE stub block protocol commit 862246c1516ca78c11bef09650987f3d7171b2c9 8854 libm: variable set but not used commit e34d2eb7802a6af2e2219818b08b2c2ac88a1c81 8839 madv: error: variable 'rc' set but not used commit 13ddffeef026c03c1ddee21119335c00d6b7f3ae 8827 libldap5: variable set but not used Conflicts: usr/src/uts/i86pc/io/rootnex.c
2017-12-048828 udapl: value computed is not usedToomas Soome10-65/+63
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Dan McDonald <danmcd@joyent.com>
2017-12-04OS-6436 lx_ptrace_detach() causes panicJerry Jelinek1-11/+40
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-12-04OS-6475 lx - not reporting mount options in /proc/mountsJerry Jelinek1-4/+84
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-12-038853 libsocket: variable 'addr' set but not usedToomas Soome1-7/+3
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2017-12-038852 libcurses: local unused typesToomas Soome2-4/+6
Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Gordon Ross <gwr@nexenta.com>
2017-12-038844 libdns_sd: variable set but not usedToomas Soome1-0/+2
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Gordon Ross <gwr@nexenta.com>
2017-12-038841 smhba: variable 'status' 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-12-038833 libcmd: variable 'ep' set but not usedToomas Soome1-2/+0
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Gordon Ross <gwr@nexenta.com>
2017-12-038774 kadmin/dbutil: variable 'crflags' set but not usedToomas Soome1-2/+0
Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Gordon Ross <gwr@nexenta.com>
2017-12-038735 libld: variable '_vdp' set but not usedToomas Soome1-1/+1
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2017-12-048702 PCI addresses with physaddr > 0xffffffff can't be mapped inRobert Mustacchi9-213/+289
8703 pci/npe DDI_CTLOPS_REGSIZE should be 64-bit aware 8704 want OFF_MAX in the kernel 8705 unsupported 64-bit prefetch memory on pci-pci bridge Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Albert Lee <trisk@forkgnu.org> Approved by: Gordon Ross <gwr@nexenta.com>
2017-12-048849 libresolv2: remove rcsidToomas Soome93-424/+0
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Dan McDonald <danmcd@joyent.com>
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>