summaryrefslogtreecommitdiff
path: root/usr/src/cmd/stat
AgeCommit message (Collapse)AuthorFilesLines
2018-09-17OS-7250 undo c99 change in dkio.hJerry Jelinek6-13/+1
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2018-09-11OS-7227 dkio.h C99 change requires additional lint cleanupJerry Jelinek6-1/+13
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2018-03-22 [illumos-gate merge]Jerry Jelinek1-2/+5
commit b6bf6e1540f30bd97b8d6e2c21d95e17841e0f23 9189 Add debug to vdev_label_read_config when txg check fails commit de753e34f9c399037936e8bc547d823bba9d4b0d 9284 arc_reclaim_thread has 2 jobs commit 243952c7eeef020886e3e2e3df99a513df40584a 9280 Assertion failure while running removal_with_ganging test with 4K devices commit 0a052a62e5b55bf138983a4b3ef88eb752006ae4 9322 Print stats since boot for first line of arcstat.pl commit 268bbb2a2fa79c36d4695d13a595ba50a7754b76 9188 increase size of dbuf cache to reduce indirect block decompression commit 9be12bd737714550277bd02b0c693db560976990 9321 arc_loan_compressed_buf() can increment arc_loaned_bytes by the wrong value Conflicts: usr/src/uts/common/fs/zfs/arc.c
2018-03-219322 Print stats since boot for first line of arcstat.plPascal6661-2/+5
Reviewed by: Prakash Surya <prakash.surya@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2017-09-05 [illumos-gate merge]Jerry Jelinek2-110/+49
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 King2-110/+49
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-02-23 [illumos-gate merge]Jerry Jelinek1-1/+2
commit 1951a93366b3e52f7c49ec9b2dbfb21bccc56a3e 7837 smbios3 64-bit entry point support commit ec2c76eb1d5ecd7a4fccccefc1bc4aa7c1531606 7854 installboot should set MBR to load partition boot block if it was installed commit 48bbca816818409505a6e214d0911fda44e622e3 7812 Remove gender specific language commit e40108ff341f07fe03e96c751c6cf2cb5867d1a8 7898 mdb's ::netstat doesn't print UDP conn_t pointer correctly Conflicts: usr/src/uts/common/syscall/poll.c
2017-02-227812 Remove gender specific languageDaniel Hoffman1-1/+2
Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Steve Gonczi <steve.gonczi@delphix.com> Reviewed by: Chris Williamson <chris.williamson@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-01-12 [illumos-gate merge]Jerry Jelinek1-185/+57
commit ad309d3e2ef712dfdf1bc08758f232ebd5fe1612 7761 bootfs_005_neg's pool destruction must handle EBUSY commit 555da5111b0f2552c42d057b211aba89c9c79f6c 7743 per-vdev-zaps have no initialize path on upgrade commit 0e93ddde309a21971dc41356b4834acecaeb9e20 7739 zfs_inherit_003_pos fails due to improperly generated random strings commit 4648396c072c3d0c2a1a38afa5f6717799eb1ac7 7731 libdladm`i_dladm_set_single_prop() leaks memory when resetting properties without default value commit 5f10ef697f250374b7b917e10961c4e02d4e3112 6396 remove SVM Conflicts: usr/src/cmd/dladm/Makefile usr/src/cmd/Makefile.check usr/src/lib/Makefile usr/src/Makefile.lint
2017-01-116396 remove SVMYuri Pankov1-185/+57
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2016-12-307701 kstat -j does not produce valid JSONBryan Cantrill4-37/+157
7702 kstat(1) doesn't deal well with uninitialized named kstats 7703 in some locales, kstat -j produces invalid JSON Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-11-01OS-4907 kstat -j does not produce valid JSONBryan Cantrill4-37/+157
OS-5724 kstat(1) doesn't deal well with uninitialized named kstats OS-5757 in some locales, kstat -j produces invalid JSON Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-04-06 [illumos-gate merge]Jerry Jelinek1-5/+24
commit 7e61e14d83b646ca8dbac7c2abdecf23066d7ce5 6623 iostat -exrn has missing comma (field separator) in header commit 02525cd08fb3730fff3a69cb5376443d481f7839 6842 Fix empty xattr dir causing lockup commit 399cc7d5d9aff97c714b708af3e3f0280ceab93f 6843 Make xattr dir truncate and remove in one tx commit 445e67805dd2ca6c3a2363b2ec9e163c62370233 6841 Undirty freed spill blocks
2016-04-056623 iostat -exrn has missing comma (field separator) in headerJames Blachly1-5/+24
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-03-28 [illumos-gate merge]Patrick Mooney1-2/+3
commit a4888653b44963eab5e74d73b1ac425648d2e62b 6828 iprb should have alias for pci8086,1064 commit 6a19b8666104dbf912da5a4fb193c9c2b29e21bb 4740 kstat(1M) prints wrong snaptime commit 1ef6182819f36233702ddc54686e703bb23a0153 2902 iscsit should fold the case of scsi names that we get from initiators commit 2e27316f97ec8fac1caee78fe7fe05306261e070 439 Need man page for timegm() commit 5335409b2fd9c9c1d570d3e83bd2386dd8f526de 6001 strcat(9f) needs a manpage commit b6dd77d465d357e7777305038b5579625ae268c1 6726 ctype(3C): missing description for isxdigit_l commit aa9ab05c0bbc3211e983fe34e9174559f1462665 4704 thr_sigsetmask(3c): Minor typos in the man page commit efbf89fbc68a0864d303fe237fc420cf018d52f7 6497 nvlist_empty() needs to appear in man pages commit a6ae009119d792a981d8b7153f8cb3851fe04ebb 6471 avl_remove(9F) man page is needed commit 79192153bee37eb85baa06695c8a483f93466f71 6489 atomic_bits(3C) should list atomic_ops(3C) in See Also commit 22f7b4012dd9e585f59664dcaf9573289230d516 6241 Minor typo in mount_nfs(1m) man page commit 4bfcae809e209680a47fe4a1a1d2ed8f5ad0790f 6693 mdoc(5): typos in MT-LEVEL names commit 44f88c2eeb6a7c329d82467a31c4a501eae16fec 6721 tran_setup_pkt(9E) returns int, not a pointer commit 4854f07f374eaa71835ef1badc7ba55466f85ef9 6718 tran_tgt_init(9E) returns int, not void commit 979eca435dd26bdb0460d501038ad90a972807d1 6783 ddi_fm_service_impact has wrong synopsis commit 7bc870e686dc02eed8049c71d916e03f1c233a1a 6753 remove acpi_fw.h commit e5b33823e7efd785e2f2ada4683abdef7c2a436c 6817 libbe should not free string from nvlist_lookup_string() commit e4cb59f791c5c6dea7ad4caa6dee845024ce71ef 6781 zpool man page needs updated to remove duplicate entry of "cannot be" where it discusses cache devices commit 63d0f4f15e0d9605137029897b712a2774ed7fa8 6746 startup_bios_disk() should not be built for xpv commit 797f979d1fe26bfb1cdeb3e7a86ed24c0b654200 6684 Allow sending from IPv6 SLAAC addresses within a zone using IP spoofing protection Conflicts: usr/src/man/man9f/Makefile usr/src/uts/common/io/mac/mac_protect.c
2016-03-254740 kstat(1M) prints wrong snaptimeRobert Mustacchi1-2/+3
Reviewed by: Dave Pacheco <dap@joyent.com> Reviewed by: David Höppner <0xffea@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-03-07 [illumos-gate merge]Jerry Jelinek1-3/+1
commit 5c5f137104b2d56181283389fa902220f2023809 2976 remove useless offsetof() macros commit 876de206688d9fe008ad80c116a23a56701579d1 3373 gcc >= 4.5 concerns about offsetof()
2016-03-052976 remove useless offsetof() macrosRichard Lowe1-3/+1
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>
2015-11-06 [illumos-gate merge]Jerry Jelinek1-4/+17
commit 53de82f8192091fc067cfa8315c2debac58adc0a 6427 cscope-fast clobber misses scanner.c commit bef9e21af8ac4992b7dfef56530c7b0ed9184096 6305 blkdev should provide the device_error kstat for iostat -E commit 374f65e730bef62a7c83fb2cb0250f74d2a6a1e8 6304 iostat(1M) should be able to handle KSTAT_DATA_STRING commit c0e96d867a045da50bf7e014cab94cb44528a0f5 6303 support KSTAT_DATA_STRING in non-virtual named kstats commit 3c8ab7ef4c92d599fef219e45c08fe01e0fbe880 6302 kstat module needs cleanup commit f1bf06561684fdb7e38b282b7a4508d35a50985b 6301 format(1M) should be able to use device inquiry properties commit 510a68476ba6e33759b7603130d76db4cec783d1 6300 blkdev and blkdev drivers should provide inquiry properties commit 0c6eaab480b44a0c790ad94e7cb6084792411de9 6299 SATA inquiry property generation doesn't work as advertised Conflicts: usr/src/tools/cscope-fast/Makefile
2015-11-056304 iostat(1M) should be able to handle KSTAT_DATA_STRINGHans Rosenfeld1-4/+17
Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Reviewed by: Garrett D'Amore <garrett@damore.org>
2015-04-07 [illumos-gate merge]Jerry Jelinek1-7/+11
commit be3e2ab906b80af79c7b22885f279e45ad8fb995 5766 Avoid 128K kmem allocations in mzap_upgrade() commit 20a95fb2c4af266e063e0cf86037f910a303c710 5768 zfsctl_snapshot_inactive() can leak a vnode hold commit 309d9ad9da46080f1b86b839b1c868d8769899c0 5772 isxdigit_l, iswxdigit_l not exported (missing from mapfile) commit 61a52ead5b18fada129835d3958519853b5e74ba 5710 iswblank_l missing from headers commit 105958d7eca6f896fb8caab1f9777157eb0a352c 5773 Extra pointless steps in kernel module builds commit 78d7e9613776b02098bc0b12fc9b9652b788b605 5564 arcstat does not work after 5497 commit de572d98af8238405c5d1292a788b1a85b0c68eb 5293 desire symbol visibility test commit 8c76e0763bcf0029556e106377da859f6492a7ee 5769 Cast 'zfs bad bloc' to ULL for x86 Conflicts: usr/src/tools/ctf/Makefile usr/src/test/libc-tests/tests/Makefile usr/src/test/libc-tests/runfiles/default.run usr/src/pkg/manifests/system-test-libctest.mf
2015-04-065564 arcstat does not work after 5497Prakash Surya1-10/+12
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george@delphix.com> Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-02-26OS-3940 arcstat pines for "recycle_miss" kstat; lost since 5497Joshua M. Clulow1-3/+1
2014-02-27 [illumos-gate merge]Keith M Wesolowski2-69/+94
commit d0054224e0ba320a05d1c27de508dc5224ff99d1 1186 integrate arcstat commit 5a8d3db1a9faa71e948f85f673574967cfdad948 4623 Remove -Wno-unused-label from mpt_sas commit cf988fac1debd92859f8068ee3d3e53782043469 4620 Add OmniOS as a runnable usr/src/test distro Conflicts: usr/src/cmd/stat/arcstat/arcstat.pl (OS-201) usr/src/cmd/stat/arcstat/Makefile (OS-201) usr/src/cmd/stat/Makefile (OS-147)
2014-02-271186 integrate arcstatAdam Stevko3-1/+398
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2013-10-17OS-1244 vfsstat output is confusingJerry Jelinek1-2/+3
2013-08-053988 kstat(1) woefully inefficient on fully specified kstatsBryan Cantrill1-1/+2
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-06-24 [illumos-gate merge]Keith M Wesolowski1-1/+1
commit a103bf89db0ff375f6549abb96b8869031d1e122 2893 build_osnet should go away commit 861bfc8941f2c557f1bcb7a6d7f62f9da98ee4db 3843 kstat should handle NULL string values
2013-06-233843 kstat should handle NULL string valuesTheo Schlossnagle1-1/+1
Reviewed by: Carlos Cardenas <carlos.cardenas@joyent.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-06-13OS-2308 kstat(1) woefully inefficient on fully specified kstatsBryan Cantrill1-1/+2
2013-04-22 [illumos-gate merge]Keith M Wesolowski1-3/+3
commit 5918f984c877663f045498a174106df2e489ab55 3724 kstat reports idle time as io_wait, kernel as pio_wait, etc commit ef16f6b5e980be84e2248939502c5aa269ef026d 3616 SHF_GROUP sections should not be discarded via other COMDAT mechanisms 3709 need sloppy relocation for GNU .debug_macro commit 9e647765f079a9527bc9430bd6805745b590091b 667 cp support for -a flag
2013-04-193724 kstat reports idle time as io_wait, kernel as pio_wait, etcRichard Lowe1-3/+3
Reviewed by: Brendan Gregg <brendan.gregg@joyent.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-03-15Merge /root/git/illumos-gateKeith M Wesolowski1-9/+2
* /root/git/illumos-gate: commit 7994dfdd2a48fab1a1e1dc23109801c2f4cac5b3 3567 dtrace print() doesn't play well with ::dtrace commit fd9d0a82261102319cc3b862d8f2609c68e0fd23 2986 nfs: exi refcounter leak at rfs3_lookup commit 596bc2391087577f88d3665a6fb36aba8f1f2003 Back out hg changeset 829c00a55a37, bug 2986 -- introduces vulnerability commit 617413d1af18e7e9e5c76f416263615bbf1174a5 3623 kstat must accept partial stat specification Conflicts: usr/src/cmd/mdb/common/modules/dtrace/dtrace.c usr/src/uts/common/fs/nfs/nfs_server.c
2013-03-143623 kstat must accept partial stat specificationRichard Lowe1-9/+2
Reviewed by: Theo Schlossnagle <jesus@omniti.com> Reviewed by: David Höppner <0xffea@gmail.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
2013-02-21Merge github.com:illumos/illumos-gateKeith M Wesolowski7-9/+1828
* github.com:illumos/illumos-gate: (49 commits) commit c61ea5668634a215fd1c9000beb7f6d2853b3468 3557 dumpvp_size is not updated correctly when a dump zvol's size is changed 3558 setting the volsize on a dump device does not return back ENOSPC 3559 setting a volsize larger than the space available sometimes succeeds 3560 dumpadm should be able to remove a dump device commit 9eb57f7f3fbb970d4b9b89dcd5ecf543fe2414d5 3578 transferring the freed map to the defer map should be constant time 3579 ztest trips assertion in metaslab_weight() commit 9583f7179cb3bb19c38f4a8567cb8d51786036f1 3501 mdb: ::thread -d needs the SWITCH column commit 870e339d55f32bf17ce54ee9557ef0ac88ab4d5f 3496 sysevent runtime files are under /var/run commit 03205638622365000528794a52a1c0a8e846554e 3431 sharectl prints garbage when it failed commit cfe63ebf3593a7e45618955bfd1a754f30fc5fcf 3412 The ascii art in nfs4.h needs update commit 11bb729e438c0522ef1254effe8c8a39e441d7d5 1927 nfs4 stale clientid loop (OI server, Linux client) commit 28f2c52052034474a5881e13013564f72ffa345f 3515 sd gives RMW warnings for reads commit 16a4a8074274d2d7cc408589cf6359f4a378c861 3552 condensing one space map burns 3 seconds of CPU in spa_sync() thread 3564 spa_sync() spends 5-10% of its time in metaslab_sync() (when not condensing) 3566 recursive mutex panic in specfs commit 20128a0826f9c53167caa9215c12f08beee48e30 3561 arc_meta_limit should be exposed via kstats 3116 zpool reguid may log negative guids to internal SPA history commit c3a66015199e1814c2af8f7e6929af2004302e7e 3537 want pool io kstats commit ccc71be50bb49efb4e31004c77fb3e065e9c0596 3523 SMB NT Notify returning too soon commit bfbce3c1273efa22c185ea2995c57c37163fd7c3 3223 SMB FindFirst/FindNext don't fill in Last Name Offset commit 42c141d3747f50c9bfb13e3cf5f32828312a7b79 374 cron should send more useful mail commit 1f9f06cf154565efc5425d8e2c4d511ea99b0a58 3529 iostat should display time used by dtrace commit d5285cae913f4e01ffa0e6693a6d8ef1fbea30ba 3522 zfs module should not allow uninitialized variables commit 7535ae1914017b0e648abd7a139aca709fa82be3 3503 usba doesn't initialize cc_no_resources, causes gibberish output in kstat: commit e5dc7eac9e55f81548c4f12c8a2879d42a35ad84 3531 Race between log_sysevent_filename() and log_event_upcall() can cause panic commit 644b952899ad74c91b80401bc5cec525cdd9d87f 3512 rounding discrepancy in sa_find_sizes() 3513 mismatch between SA header size and layout commit 43ae55058ad99c869a9ae39d039490e8a3680520 3534 Disable EEE support in igb for I350 commit 838d71726afbdb6e9ea1358597d7a2da477d6831 3535 mdb ::print should pretty-print ipaddr_t and friends commit 15c4b7fc60958757a4ae2244a3910f06c3308202 3305 smbfs mount shows password commit 9dc3941c735ef88de46e850f745aa556d3a071a5 3507 Tunable to allow block allocation even on degraded vdevs commit e98f46cc16b6ba1555409cb3c7e384bdb0792875 3519 DTrace fails to resolve const types from fbt 3520 dtrace internal error -- token type 316 is not a valid D compilation token 3521 clean up dtrace unit tests commit db8a3845f437a4151d759cc8d253e54e2911d7e6 3516 Leftover multidata transmit kernel statistics in ipv6 commit fabf08ae7a95a47c3e249ee651d83d26f798bcfa 3514 Spurious errors setting up new SMB client sessions commit 1b912ec7100c10e7243bf0879af0fe580e08c73d 3498 panic in arc_read(): !refcount_is_zero(&pbuf->b_hdr->b_refcnt) commit aea676fd5203d93bed37515d4f405d6a31c21509 3508 NFS4 data corruption (client side) commit c93cc65a53e442bf8f9292f82e8c0797e0ed3f3d 3511 dtrace.c erroneously checks for memory alignment on amd64 commit 39f633a09e54fab2b9cf8d9d3ddc2a043b3e7465 3325 nsmb_close locking and teardown deadlock commit 28e4da25922bdfc5cba7ab29f47de911bbd78009 3465 ::walk ... | ::<dcmd> misinterprets input as symbol names 3466 ::tsd should handle missing/NULL values better 3467 mdb_ctf_vread() could be more useful 3468 mdb enhancements for zfs development 3470 ::whatis does not print callers from KMF_LITE 3473 mdb_get_module() returns wrong module commit 52fd7480cd8cd8da8ccac00d6af67471a23f06d2 3371 dumpadm -z is not documented in manpage 3380 zfs man page: documentation for zfs allow is confusing commit a0900badd8eb6bcca99411c8906b483e84f2da91 3196 ao_gendisp use by make is racey commit ff512403afa294019aee0a9c4e4f778f1d7ed207 3237 r10 is added 2 times to panic info commit 4846df9b53c813b173160a71c267f6678e9bf59b 3502 panic in smb_server_shutdown (sl_count assertion) commit 5f1ef25c7a11451cbd3080dc3ce8e8db4ca996c4 604 CIFS server should traverse child mount points commit e633f2d79475b51f0a4d46972282225abf851733 749 "/usr/bin/kstat" should be rewritten in C (fix SPARC build) commit 66448911ac89c254e89afc52e114402115a497e3 749 "/usr/bin/kstat" should be rewritten in C commit b17f03d7d89b75b69b9b7db22f2316b700e3a5a8 3485 statd is not handling incoming SM_NOTIFY properly when the hostname is not resolvable commit b7c47e8c412d4654019e45625cf2be8f7fd6ee66 3492 some e1000g devices don't support 15 unicast addresses commit 452fab4bfe0f4a0322a258885624366426683ae8 3419 usbftdi needs to support the BeagleBone commit 33c41f2b7f5e60517664bd7f392221865f833526 3477 SunSSH config should accept TCPKeepAlive as synonym for KeepAlive commit 3c1e517454d5ef05eda14277b3af58472e9b26a9 452 getconf should support NPROCESSORS_* commit c92bf99ee60c0b1fe1289fef2b4034126c7867a5 3474 tar should support -C on extract commit a6f561b4aee75d0d028e7b36b151c8ed8a86bc76 3035 LZ4 compression support in ZFS and GRUB commit 7b1753e64ab6c8c68e7cd79acbedfdfba12bd7f8 3444 README for usr/src/test 3445 ZFS tests for restricted aclmode Conflicts: usr/src/cmd/cron/cron.c usr/src/cmd/mdb/common/mdb/mdb_ctf.c usr/src/cmd/mdb/common/mdb/mdb_ctf.h usr/src/cmd/ssh/libssh/common/readconf.c usr/src/cmd/ssh/sshd/servconf.c usr/src/cmd/stat/Makefile usr/src/common/zfs/zfeature_common.c usr/src/common/zfs/zfeature_common.h usr/src/common/zfs/zfs_prop.c usr/src/man/man1m/zfs.1m usr/src/man/man4/ssh_config.4 usr/src/man/man4/sshd_config.4 usr/src/man/man5/zpool-features.5 usr/src/uts/common/fs/zfs/zfs_ioctl.c usr/src/uts/common/io/scsi/targets/sd.c
2013-02-103529 iostat should display time used by dtraceMatthew Ahrens3-9/+23
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Bryan Cantrill <bmc@joyent.com> Reviewed by: Brendan Gregg <brendan.gregg@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-01-27749 "/usr/bin/kstat" should be rewritten in C (fix SPARC build)Richard Lowe3-6/+10
2013-01-26749 "/usr/bin/kstat" should be rewritten in CDavid Höppner4-3/+1801
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Brendan Gregg <brendan.gregg@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-11-07Illumos syncJohn Sonnenschein4-0/+10
2012-09-07OS-1512 improved FSS observabilityJerry Jelinek3-387/+1
2012-09-222933 compiler warning gags need better granularityRichard Lowe4-0/+10
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-01-16OS-507 need better fss observabilityJerry Jelinek3-2/+388
2011-12-13OS-611 vfsstat crashes as zones boot and haltBill Pijewski1-14/+13
2011-03-31OS-172 ziostat's wsvc_t column is unimplementedBill Pijewski2-42/+41
OS-339 vfsstat should show I/O throttle statistics OS-355 ziostat doesn't need columns for w/s and kw/s
2011-03-24OS-338 Kstat counters to show "slow" VFS operationsBill Pijewski1-4/+9
2011-03-11OS-264 Merge from upstream (illumos)John Sonnenschein1-3/+0
2011-03-09OS-289 ziostat and vfsstat not working on no.de zonesBill Pijewski2-15/+32
2011-03-09OS-301 'arcstat 1' does the wrong thingBill Pijewski1-3/+8
2011-03-04OS-285 Don't print header for every line in ziostat/vfsstatBill Pijewski2-4/+18
2011-02-11OS-228 Want -z option for vfsstat and ziostatBill Pijewski2-10/+23