summaryrefslogtreecommitdiff
path: root/usr/src/cmd
AgeCommit message (Collapse)AuthorFilesLines
2016-03-052976 remove useless offsetof() macrosRichard Lowe5-13/+6
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Andy Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-03-03OS-5198 zlogin must handle args when su binary is missingPatrick Mooney1-119/+122
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-03-03OS-5188 dtrace_canstore_statvar() fails for some valid static variablesBryan Cantrill2-0/+61
2016-02-29 [illumos-gate merge]Jerry Jelinek48-227/+107
commit aab83bb83be7342f6cfccaed8d5fe0b2f404855d 6659 nvlist_free(NULL) is a no-op commit d643a855cbd8c4fb4fe966406fa05dff70673597 6674 sys/isa_defs.h shouldn't unconditionally define _ILP32 commit bcf23f43dc1b73080eeded927585ee86feab40a7 6596 Macro redefined in strtolctype.h
2016-02-276659 nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek48-227/+107
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-266416 ptime -p could support multiple processes [fix mis-meerge]Jerry Jelinek1-1/+0
2016-02-26 [illumos-gate merge]Jerry Jelinek35-23825/+39936
commit 5ffb0c9b03b5149ff4f5821a62be4a52408ada2a 3661 Sync mDNS with upstream commit 8551f527eff6d736e8191795ffafe40abbdb71e6 6416 ptime -p could support multiple processes Conflicts: usr/src/man/man1/proc.1 usr/src/lib/libdns_sd/java/com/apple/dnssd/DNSSDRecordRegistrar.java usr/src/cmd/ptools/ptime/ptime.c usr/src/cmd/cmd-inet/usr.lib/mdnsd/DNSCommon.c
2016-02-253661 Sync mDNS with upstreamToomas Soome34-23811/+39918
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-25OS-5185 zlogin fails to execute command when 'su' is missingPatrick Mooney1-19/+32
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-02-256416 ptime -p could support multiple processesRobert Mustacchi1-36/+76
Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Ryan Zezeski <ryan@zinascii.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-23 [illumos-gate merge]Jerry Jelinek1-1/+10
commit e014e7f89c5273294b22953615734b04c11b1b4f 6641 deadman fires spuriously when running on VMware commit 8808ac5dae118369991f158b6ab736cb2691ecde 4521 zfstest is trying to execute evil "zfs unmount -a"
2016-02-22OS-5177 Filtering on 'rarp' with snoop(1M) is brokenCody Peter Mello1-2/+2
2016-02-224521 zfstest is trying to execute evil "zfs unmount -a"Yuri Pankov1-1/+10
Reviewed by: Andriy Gapon <avg@FreeBSD.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-16 [illumos-gate merge]Jerry Jelinek10-43/+40
commit 7f11fd00fc23e2af7ae21cc8837a2b86380dcfa7 6648 illumos build should be explicit about C standards commit eae164eb03cbb004dcf9154f36352e62f693eb6c 6645 sgsmsg relies on undefined behaviour of loop-scoped variables commit a7317ceb814150d472383df8b987d7e3282ea15b 6639 uhci_qh walker contains whacky boolean logic commit 1665390b481087ca2aaff06a502c62b3ee91d530 6638 ::pfiles walks out of bounds on array of vnode types commit d456640d8a14f0ba35a7ec232f0ce9ebd34541cb 6647 MANSECTS should not require a trailing comma commit 0803e914d3511e82e0b1cc0c888af873a4aaa7d1 6603 zfeature_register() should verify ZFEATURE_FLAG_PER_DATASET implies SPA_FEATURE_EXTENSIBLE_DATASET commit 22b6687e7850d421c61bf433a388b7db306aca00 6586 Whitespace inconsistencies in the spa feature dependency arrays in zfeature_common.c commit 892586e8a147c02d7f4053cc405229a13e796928 6585 sha512, skein, and edonr have an unenforced dependency on extensible dataset commit 971640e6aa954c91b0706543741aa4570299f4d7 6541 Pool feature-flag check defeated if "verify" is included in the dedup property value commit bd94aa560898627952fba8f09dda95c4492e7d9e 6644 MBOOT_SCAN_SIZE in usr/src/cmd/boot/common/mboot_extra.h is wrong
2016-02-146648 illumos build should be explicit about C standardsRichard Lowe5-19/+10
Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-146645 sgsmsg relies on undefined behaviour of loop-scoped variablesRichard Lowe1-1/+1
Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-136639 uhci_qh walker contains whacky boolean logicRichard Lowe1-5/+3
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-136638 ::pfiles walks out of bounds on array of vnode typesRichard Lowe1-3/+5
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-126647 MANSECTS should not require a trailing commaYuri Pankov1-14/+20
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-116644 MBOOT_SCAN_SIZE in usr/src/cmd/boot/common/mboot_extra.h is wrongToomas Soome1-1/+1
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Alexander Pyhalov <apyhalov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-11 [illumos-gate merge]Jerry Jelinek6-61/+52
commit c16bcc4577f389573eff411c7b7e040294078c3b 6550 cmd/zfs: cleanup gcc warnings commit b327cd3f3b4dab4f29e7140159b1e01ed2ceef2a 6551 cmd/zpool: cleanup gcc warnings
2016-02-106550 cmd/zfs: cleanup gcc warningsIgor Kozhukhov2-23/+38
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-106551 cmd/zpool: cleanup gcc warningsIgor Kozhukhov4-38/+14
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-10 [illumos-gate merge]Jerry Jelinek1-3/+3
commit d189620258b3c9b0e2f7e2104840be2eee7c68e5 6637 replacing "dontclose" with "should_close" commit 5f7a8e6d750cb070a3347f045201c6206caee6aa 6562 Refquota on receive doesn't account for overage
2016-02-096637 replacing "dontclose" with "should_close"David Schwartz1-3/+3
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-09 [illumos-gate merge]Jerry Jelinek4-0/+4
commit d7e7cb9c207e40874f6a4b61ca8ea1526b5555bd 6528 need casesensitivity/normalization test cases for zfs-tests commit c3d26abc9ee97b4f60233556aadeb57e0bd30bb9 5027 zfs large block support (add copyright)
2016-02-08OS-3748 lxbrand remove the remaining obsolete audio codeJerry Jelinek1-19/+0
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-02-085027 zfs large block support (add copyright)Matthew Ahrens4-0/+4
2016-02-07 [illumos-gate merge]Jerry Jelinek12-121/+73
commit 6d6fcbbb256ba9a8fe3e6076ae8a1f493b1f1a99 6600 cmd/fm should use the msgfmt(1) that Makefile.master tells it to commit aeac2d873b68a43f6650e0d0f021c02f5a653a21 6606 pysolaris has no translations but pretends otherwise commit f3b6506e5de00944c5a877f02a83b5e850f37ef5 6564 F_FLOCKW and F_FLOCK are undefined symbols in SPARC build commit 238d8f47d92b5b99a374f9639e0704420d3aef77 6601 Various GLD drivers return EINVAL instead of ENOTSUP for unused mac_prop_id_t's commit 4870e0a7381ec2ec57437062574e6ddc3dd48d7f 6582 initial reorg adding sys/null.h for 5218 6487 clean up __STDC__ ifdefs in rpcsvc/dbm.h 6563 fmtmsg.h should be simplified and neither define NULL nor _NULL Conflicts: usr/src/lib/Makefile
2016-02-066600 cmd/fm should use the msgfmt(1) that Makefile.master tells it toRichard Lowe3-5/+2
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-056582 initial reorg adding sys/null.h for 5218Richard PALO9-116/+71
6487 clean up __STDC__ ifdefs in rpcsvc/dbm.h 6563 fmtmsg.h should be simplified and neither define NULL nor _NULL Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Robert Mustacci <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-05OS-5139 cpu_cap is sometimes off by 1 when set with package fss or cap_cap ↵Jerry Jelinek1-6/+9
direct update Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-02-04OS-5070 missing autofs dev ioctls - automounter restart recovery doesn't workJerry Jelinek1-2/+16
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-01-28 [illumos-gate merge]Jerry Jelinek1-0/+15
commit 5e11cc3944e416541ce1ee9bae5126d0cce3f661 6573 kclient should support aggregated subnets in getSubnets
2016-01-276573 kclient should support aggregated subnets in getSubnetsToomas Soome1-0/+15
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-01-27 [illumos-gate merge]Jerry Jelinek2-7/+11
commit cc641e8dc4d38800076a2260f4d959bf86003257 6579 installgrub efi_alloc_and_read() return value check is faulty commit a38ee58261c5aa81028a4329e73da4016006aa99 6572 clinfo(1M): Typo in the error message commit 3a36268e678711ec7f0ae522d7ef460e51186768 6554 Deadlock between rfs4_do_lock() and rfs4_op_read()
2016-01-266579 installgrub efi_alloc_and_read() return value check is faultyToomas Soome1-2/+3
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Robert Mustacchi <rm@joyent.com>
2016-01-266572 clinfo(1M): Typo in the error messageMarcel Telka1-5/+8
Reviewed by: David Höppner <0xffea@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-01-26[illumos-gate merge]Jerry Jelinek4-17/+124
commit 2de0a7d66c00b4cb047dc93352fe8b77707d2838
2016-01-25 [illumos-gate merge]Jerry Jelinek35-140/+976
commit c2b09db8b5b01162dadf9205ddd83ccf4f7d5535 6465 zfs-tests/tests/functional/cli_root/zpool_upgrade/zpool_upgrade_007_pos is broken commit 38d61036746e2273cc18f6698392e1e29f87d1bf 6450 scrub/resilver unnecessarily traverses snapshots created after the scrub started commit 7ddce99911fbb5e44b38ac65e991a22e42267ee9 6123 SMF ipfilter support needs improvement
2016-01-25Revert "6057 login(1) "Last login" hostname is too short"Dan McDonald10-27/+296
(Needs further testing.) This reverts commit 6249f9725f411468c70516176806c553ac983270.
2016-01-22OS-5073 lx-branded zones should request options when using DHCPCody Peter Mello1-3/+33
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-01-226123 SMF ipfilter support needs improvementHans Rosenfeld37-141/+990
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Attila Fülöp <attila@fueloep.org> Reviewed by: Cody Mello <melloc@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-11 [illumos-gate merge]Jerry Jelinek1-3/+108
commit 97e81309571898df9fdd94aab1216dfcf23e060b 6531 Provide mechanism to artificially limit disk performance commit 6b4a8fe20e9d0459e1b43ecaea243341c29d0041 6256 mptsas: deadlock in mptsas_handle_topo_change Conflicts: usr/src/uts/common/fs/zfs/sys/zio.h
2016-01-106531 Provide mechanism to artificially limit disk performancePrakash Surya1-3/+108
Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-06OS-5052 zoneadmd should be able to rotate files when they reach a specified sizeJerry Jelinek1-7/+70
Reviewed by: Josh Wilsdon <josh.wilsdon@joyent.com>
2016-01-05 [illumos-gate merge]Jerry Jelinek1-15/+58
commit f285096a3146a243a565abdce1ba710a9ce24b0b 6535 Add pbind -e commit 3970ef31ccf022ca6d11dfb49d296ee0cbcd45a6 6540 pam_unix_session needs to support nowarn option
2016-01-046535 Add pbind -eRyan Zezeski1-15/+58
Reviewed by: Mohamed Khalfella <khalfella@gmail.com> Reviewed by: Cody Mello <melloc@joyent.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-12-29 [illumos-gate merge]Jerry Jelinek4-124/+17
commit 6249f9725f411468c70516176806c553ac983270 6057 login(1) "Last login" hostname is too short commit 43b03420337dfd6b23d347fb1a237f0554fcde98 6534 Improve processor_bind(2) EINVAL description commit b2b464a48ff6cc58978813dbfc2f622e2dab29ce 6525 nlm_unexport() should not call nlm_vhold_clean() with g->lock held
2015-12-286057 login(1) "Last login" hostname is too shortLauri Tirkkonen10-296/+27
Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Albert Lee <trisk@omniti.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Alex Wilson <alex.wilson@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>