summaryrefslogtreecommitdiff
path: root/usr/src/cmd
AgeCommit message (Collapse)AuthorFilesLines
2017-11-038074 need to add FMA event for SSD wearout (needs work) [more fixes from ↵Jerry Jelinek9-19/+74
upstream breakage] This reverts commit 85d8f2394fabc93b4699fbf13bad4d86221b4c8f. Conflicts: usr/src/lib/fm/libdiskstatus/common/ds_scsi.c
2017-11-02backout: 8074 need to add FMA event for SSD wearout (needs work)Robert Mustacchi9-74/+19
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-11-01 [illumos-gate merge]Jerry Jelinek10-21/+76
commit 0244979b1714a04f23ac9fa8367e59f6fb75d8f3 8074 need to add FMA event for SSD wearout commit 11c2233db8e23e91bc416bff8a4f6f3a0f84b12c 8720 loader: add ip layer code into libstand commit 7d7fc4572cd7db5584d824c54bcf9daeafe03b9d 8728 "pkg verify system/library" always fails for libc.so.1 commit 1393933c47415701a44c508d10d02147d5160297 8674 mdb txg_list walker is not using CTF Conflicts: usr/src/cmd/mdb/common/modules/zfs/zfs.c
2017-10-318074 need to add FMA event for SSD wearoutAlek Pinchuk9-19/+74
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Ken Mays <maybird1776@yahoo.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-318674 mdb txg_list walker is not using CTFJason King1-3/+10
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-27OS-6424 dladm show-phys -P speaks gibberishRobert Mustacchi1-0/+1
Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-27OS-6355 in-kernel zone page invalidationJerry Jelinek5-1021/+7
Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Jason King <jason.king@joyent.com>
2017-10-27 [illumos-gate merge]Jerry Jelinek1-1/+1
commit ec36cb922c4295cf02789257579a14f4b1ddb7db 8726 loader.efi: Always set the receive mask in loader.efi commit 4db8fe43ed08e19640260f2c294017792ad25f65 8714 sgs: '__*_msg' defined but not used commit 569c04941e3e2bd40e738ef19af79436a7e24503 8565 zpool dumps core trying to destroy unavail/faulted pool and try export it
2017-10-268714 sgs: '__*_msg' defined but not usedToomas Soome1-1/+1
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-20 [illumos-gate merge]Jerry Jelinek2-182/+132
commit 0c950529ae1558b3b4983f2eb6d4dd664ddfa424 8497 ficl: ficlStackCheckNospill should be static inline commit 4dc706964e63dcfacc54b6482c9db8d162f7179b 8723 autofs: cstyle fixes after 8717 commit 2b208da6458bdbaad9f45832216da636f9184765 8719 librpcsoc: clnt_tcp.c cstyle cleanup
2017-10-198723 autofs: cstyle fixes after 8717Toomas Soome2-182/+132
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-18 [illumos-gate merge]Jerry Jelinek2-13/+5
commit 4dfc19d7036761a315a6ece34c6cf9cb4268518f 8721 libwrap is missing global symbol `resident` commit 64ab3274db4bff1fa61f17076c4a40255cf17fb8 8717 autofs: parameter/variable set but not used commit 7d0b359ca572cd04474eb1f2ceec5a8ff39e36c9 8715 sil3xxx: variable set but unused commit 402902c369e6ee05f7df0a98b4987d5916b654c3 8722 loader: __divmoddi4 should check for NULL pointer
2017-10-178717 autofs: parameter/variable set but not usedToomas Soome2-13/+5
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-17OS-3709 vm_getusage when there is a process with a large (10s of GB) amount ↵Jerry Jelinek3-12/+7
of mapped space will cause latency issues Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-13OS-5531 smbios(1M) could decode voltage and curent probesRobert Mustacchi1-1/+244
OS-6379 smbios(1M) could decode cooling devices OS-5532 smbios(1M) could decode temperature probes OS-6378 smb_impl.h structs should comment corresponding type OS-6380 overshifted smbios major version leads to undershifted data OS-6381 smbios(1M) shouldn't print non-existant bios versions Reviewed by: Tim Kordas <tim.kordas@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Jason King <jason.king@joyent.com>
2017-10-12OS-6306 accurate in-kernel zone RSS trackingJerry Jelinek1-223/+13
Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-058671 tail(1) ignores arguments after -c/b/lCody Peter Mello3-44/+259
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2017-10-058672 proc_t changes broke genunix dmods and walkerRyan Zezeski4-59/+169
8673 mdb_pid2proc() and consumers should honor return type Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-10-05OS-6366 lx: need support for PR_GET_NAMEJason King3-5/+67
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-10-05OS-5530 smbios(1M) should display PSU infoRobert Mustacchi1-3/+66
OS-5528 smbios(1M) processor table info can be confusing Reviewed by: Tim Kordas <tim.kordas@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-10-04OS-6372 smbios(1M) confusingly uses literal tabs in output stringsRobert Mustacchi1-12/+12
OS-6373 smbios hex dump isn't aligned for triple digit offsets Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Ryan Zezeski <ryan.zeseski@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-04 [illumos-gate merge]Jerry Jelinek29-295/+33
commit 41f1e5ce90cd52781080a1c5e7aa689846400e74 8422 uts: basic UEFI support for illumos commit 3e76f9d6851ef6c63217178eb67278ec2809b944 8609 want a position independent CRT Conflicts: usr/src/cmd/cron/Makefile usr/src/lib/common/i386/crtn.s
2017-10-028609 want a position independent CRTRichard Lowe29-295/+33
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Albert Lee <trisk@forkgnu.org> Approved by: Dan McDonald <danmcd@joyent.com>
2017-09-29Revert "OS-6306 accurate in-kernel zone RSS tracking" [needs more work]Jerry Jelinek1-13/+223
This reverts commit 5ae84a5233b723c890288b775cb5317db2e54d61.
2017-09-28OS-6323 want stack-clash mitigationPatrick Mooney1-10/+33
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Alex Wilson <alex.wilson@joyent.com> Approved by: Alex Wilson <alex.wilson@joyent.com>
2017-09-28OS-6306 accurate in-kernel zone RSS trackingJerry Jelinek1-223/+13
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-09-28 [illumos-gate merge]Jerry Jelinek5-120/+201
commit 3f7978d02b206a6ebc5652c91aa9f42da6fbe00c 8081 Compiler warnings in zdb
2017-09-258081 Compiler warnings in zdbAlan Somers5-120/+201
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-09-258507 dladm show-link segfaults if you specify too many fieldsBryan Cantrill5-151/+46
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Ryan Zezeski <ryan.zeseski@joyent.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-09-22OS-6362 coreadm(1M) allows one to specify bad global patternsJason King1-0/+8
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Tim Kordas <tim.kordas@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-09-18 [illumos-gate merge]Jerry Jelinek7-9/+8
commit ed992b0aac4e5b70dc1273b1d055c0d471fbb4b1 8604 Avoid unnecessary work search in VFS when unmounting snapshots commit 5f39f884e2035d671ec02148fc4d8420c670bcb4 8605 zfs channel programs: zfs.exists undocumented and non-working commit 2bcb5458541cc6e8bf7dc541303da29297b82e8b 8602 remove unused "dp_early_sync_tasks" field from "dsl_pool" structure commit c861bfbd77c4ae780a0341e9cb6926d8b74341cf 8567 Inconsistent return value in zpool_read_label commit a141dbd6230b88bf7da3b673ca0f9b46918d5684 8655 remove more gender specific language commit 30acb30daf662150e9e016113303bd74f2379dfc 8626 make pcplusmp and apix warning-free Conflicts: usr/src/uts/i86pc/io/pcplusmp/apic_introp.c usr/src/uts/i86pc/io/mp_platform_misc.c
2017-09-15OS-6346 dtrace_unregister()/fasttrap_pid_disable()/prgetmap() deadlockBryan Cantrill1-0/+161
OS-6347 unloadable modules should use NO_UNLOAD stubs Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Tim Kordas <tim.kordas@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-09-158567 Inconsistent return value in zpool_read_labelAlan Somers2-3/+2
Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-09-158655 remove more gender specific languageAlison C5-6/+6
Reviewed by: Jim Salter <github@jrs-s.net> Reviewed by: Serapheim Dimitropoulos <serapheim@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Matt Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-09-13 [illumos-gate merge]Jerry Jelinek30-204/+1146
commit 2ee1ed1ec5dfdf07d2c92db58b11f630de2a6e87 7388 Support -h <hostname> for ipadm DHCP (fix man lint) commit b31320a79e2054c6739b5229259dbf98f3afc547 7388 Support -h <hostname> for ipadm DHCP 8517 Add ipadm and nwam options to allow designating a DHCP address as the primary interface 8518 Allow using system-generated IAID/DUID for all DHCPv4 8519 Add ns_name_pton2 to libresolv2 mapfile commit c6e58d8c85cf3e5d0db157501b40276eb59edf16 8479 nvmeadm doesn't handle namespaces with EUI64 commit faeab80b5dcf1bc503f1f02494131eb0e6da46c3 8649 SD_RESET_THROTTLE_TIMEOUT is defined twice
2017-09-127388 Support -h <hostname> for ipadm DHCPChris Fraire29-204/+1145
8517 Add ipadm and nwam options to allow designating a DHCP address as the primary interface 8518 Allow using system-generated IAID/DUID for all DHCPv4 8519 Add ns_name_pton2 to libresolv2 mapfile Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Gordon Ross <gwr@nexenta.com>
2017-09-128481 nvmeadm: nvme_dskname() string handling is buggyHans Rosenfeld1-9/+17
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-09-128480 nvmeadm should ignore 0-sized namespaces by defaultHans Rosenfeld1-0/+9
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-09-128479 nvmeadm doesn't handle namespaces with EUI64Hans Rosenfeld1-36/+25
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-09-08 [illumos-gate merge]Jerry Jelinek3-0/+12
commit 202ca9ae460faf1825ede303c46abd4e1f6cee28 8616 ld has trouble parsing -z options specified with -Wl
2017-09-078616 ld has trouble parsing -z options specified with -WlAndrew Stormont3-0/+12
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-09-05 [illumos-gate merge]Jerry Jelinek14-561/+273
commit 27b4c18acb5aee865d218de91c475ae0a7cc4e8a 8598 loader: Fix BSD label partition end sector calculation. commit 0a0551200ecbcd4f1b17560acaeeb7b6c8b0090e 640 number_to_scaled_string is duplicated in several commands commit 30c75cb09b4d5e86a94a25a9a7ab7481510b57b0 8093 loader.efi: cleanup loader main and implement comconsole commit ce1d04bfb4326d1e894811fc63d56219b33f2f7a 8447 uts: acpica_check_bios_date() instead of bios-free, use efi-systab commit a62d310a2be18bb1054fea448f82a292724aa661 8445 uts: pci_bios_get_irq_routing() should check for BIOS commit 1271e4b10dfaaed576c08a812f466f6e81370e5e 8585 improve batching done in zil_commit() commit e6ab4525d156c82445c116ecf6b2b874d5e9009d 8590 memory leak in dsl_destroy_snapshots_nvl()
2017-09-04640 number_to_scaled_string is duplicated in several commandsJason King13-558/+264
Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-09-018585 improve batching done in zil_commit()Prakash Surya2-3/+9
Reviewed by: Brad Lewis <brad.lewis@delphix.com> Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-09-01 [illumos-gate merge]Jerry Jelinek5-0/+1182
commit 4b529e40b9b8c5bcd0a4bc923a168c7988b72748 8011 vtfontcvt and console bitmap font import
2017-08-318011 vtfontcvt and console bitmap font importToomas Soome5-0/+1182
Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-08-28OS-6280 transient link remains in dlmgmtd cache file after zone haltRyan Zezeski1-7/+8
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-08-28 [illumos-gate merge]Jerry Jelinek25-178/+64
commit d7c57852794a9ac50d4b6a9c4161cb10919658aa 8485 Remove set but unused variables in usr/src/cmd
2017-08-268485 Remove set but unused variables in usr/src/cmdGary Mills25-178/+64
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-08-22 [illumos-gate merge]Jerry Jelinek1-15/+46
commit 1702cce751c5cb7ead878d0205a6c90b027e3de8 8414 Implemented zpool scrub pause/resume