summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2013-04-15OS-2140 ::dtrace can yield no outputus-west-2Bryan Cantrill1-1/+2
2013-04-15OS-2131 dtrace(1M) should never create DOF with empty probes sectionBryan Cantrill5-8/+83
2013-04-15OS-2122 Only probes from the first DTrace object file will be includedBryan Cantrill4-3/+114
2013-04-11 [illumos-gate merge]Keith M Wesolowski1-1/+8
commit 13e9820caebe8c029f40f741656ee17dbb2deaa4 3668 add "%H" to mdb_printf() for human-readable sizes (fix kmdb)
2013-04-113668 add "%H" to mdb_printf() for human-readable sizes (fix kmdb)Bryan Cantrill1-3/+17
2013-04-11OS-2132 mdb_printf()'s "%H" must not use floating point under _KMDBBryan Cantrill1-2/+9
2013-04-10 [illumos-gate merge]Keith M Wesolowski2-58/+11
commit 37cc68d40a0ab1290a015e66cad4cade598c921b 3674 onbld Checks should not query opensolaris.org commit de8d9cff565e928d0ace86f3ea0e2b15094d61df 3645 dmu_send_impl: possibilty of pool hold leak 3692 Panic on zfs receive of a recursive deduplicated stream commit cab8de142f6f9cba01161c444d3f6bda08561e45 3668 add "%H" to mdb_printf() for human-readable sizes
2013-04-103674 onbld Checks should not query opensolaris.orgJoshua M. Clulow1-52/+3
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2013-04-103645 dmu_send_impl: possibilty of pool hold leakMatthew Ahrens1-6/+8
3692 Panic on zfs receive of a recursive deduplicated stream Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-04-093668 add "%H" to mdb_printf() for human-readable sizesBryan Cantrill2-3/+145
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Carlos Cardenas <carlos.cardenas@joyent.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-04-09OS-2113 multiple extern map file definitions corrupt symbol table entryBryan Cantrill1-24/+25
Reviewed by: Robert Mustacchi <rm@joyent.com>
2013-04-08 [illumos-gate merge]Keith M Wesolowski10-214/+161
commit 22ce014825a14b6ce90123db2834a13e343d6caf 3650 mdb global symbol tab completion should find all symbols 3651 mdb_readsym() and friends should find all symbols 3652 convert ::spa and ::spa_vdevs to use mdb_ctf_vread() 3653 userland ::whatis always complains about "umem_internal_arena" symbol commit d5ee8a1311accef11ec2057f70da38d1dd687088 3654 zdb should print number of ganged blocks 3655 ::rrwlock and ::refcount print errors on non-debug kernels 3656 remove unused function zap_cursor_move_to_key() 3657 mdb_ctf_vread() should allow conversion of pointer to uintptr_t
2013-04-083650 mdb global symbol tab completion should find all symbolsMatthew Ahrens5-61/+37
3651 mdb_readsym() and friends should find all symbols 3652 convert ::spa and ::spa_vdevs to use mdb_ctf_vread() 3653 userland ::whatis always complains about "umem_internal_arena" symbol Reviewed by: Henrik Mattson <henrik.mattson@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-04-073654 zdb should print number of ganged blocksMatthew Ahrens7-154/+125
3655 ::rrwlock and ::refcount print errors on non-debug kernels 3656 remove unused function zap_cursor_move_to_key() 3657 mdb_ctf_vread() should allow conversion of pointer to uintptr_t Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-04-05 [illumos-gate merge]Keith M Wesolowski9-199/+202
commit b1fa6326238973aeaf12c34fcda75985b6c06be1 3675 DTrace print() should try to resolve function pointers 3676 dt_print_enum hardcodes a value of zero commit cba073b1ec508c3bc83d649fd197b7d1c483eb55 3677 /dev/ipnet can duplicate packets commit dfc0fed81813380fb526f1a003d3be17ab26ce3b 3683 pfiles shouldn't try to trace itself 3684 pfiles crashes on processes with no files 3685 getsockname should set the sa_family_t for unbound unix domain sockets 3686 pfiles shows incorrect socket information on some getsockname calls commit bd6433eb4d5b16c480f15cd77e2201c318b2556d 3682 /usr/bin/head should implement -c -q and -v commit a1c36c8ba5112b6713dabac615bf8d56a45f0764 3500 Support LSI SAS2008 (Falcon) Skinny FW for mr_sas(7D) Conflicts: usr/src/man/man1/head.1 usr/src/cmd/head/head.c Manifests adapted: usr/src/pkg/manifests/driver-storage-mr_sas.mf [driver_aliases] usr/src/pkg/manifests/system-dtrace-tests.mf [nop]
2013-04-053675 DTrace print() should try to resolve function pointersRobert Mustacchi4-4/+86
3676 dt_print_enum hardcodes a value of zero Reviewed by: Carlos Cardenas <carlos.cardenas@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-04-053677 /dev/ipnet can duplicate packetsRobert Mustacchi1-4/+23
Reviewed by: Carlos Cardenas <carlos.cardenas@joyent.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-04-053683 pfiles shouldn't try to trace itselfRobert Mustacchi3-13/+25
3684 pfiles crashes on processes with no files 3685 getsockname should set the sa_family_t for unbound unix domain sockets 3686 pfiles shows incorrect socket information on some getsockname calls Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Gordon Ross <gwr@nexenta.com>
2013-04-053672 mac_unregister does not clear mi_dstaddr_setRobert Mustacchi1-0/+1
Reviewed by: Carlos Cardenas <carlos.cardenas@joyent.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-04-043682 /usr/bin/head should implement -c -q and -vRobert Mustacchi2-30/+88
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Carlos Cardenas <carlos.cardenas@joyent.com> Reviewed by: Alexander Eremin <alexander.r.eremin@gmail.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-04-043500 Support LSI SAS2008 (Falcon) Skinny FW for mr_sas(7D)Dan McDonald5-190/+194
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Garrett D'Amore <garrett@damore.org>
2013-04-03 [illumos-gate merge]20130404release-20130404Keith M Wesolowski8-191/+159
commit b075ad5b007248d50e4c2e838b460c9c7cfd9fad 3665 Implement O_CLOEXEC as an open() flag commit 3cc3202e63472d673bcac160bfb86d1865dd9fe7 918 Need better IP fanout (esp. with VLANs present) commit a8c23f9d905fadb090654516236f546ef3f0a1b2 3638 ld confuses files with group sections and files that should lazy load Conflicts: usr/src/uts/common/io/mac/mac_sched.c
2013-04-033665 Implement O_CLOEXEC as an open() flagTheo Schlossnagle5-1/+32
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-04-03OS-2094 ON tools should honor $MAKERobert Mustacchi12-32/+127
OS-2095 cmd/refer Makefile is a bit bogus OS-2096 xref hardcodes its path OS-2097 lex should check $origin for support files OS-2098 yacc should check $origin for support files OS-2099 remove OS-1583 workaround OS-2100 ndmp makefiles need to use $(RPCGEN) OS-2101 Need a way to specify ast binary directory
2013-04-03918 Need better IP fanout (esp. with VLANs present)Dan McDonald1-101/+123
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Gordon Ross <gwr@nexenta.com>
2013-04-03OS-2070 mdb_v8 should autoconfigure based on DYNSYM, not SYMTABBryan Cantrill1-2/+2
2013-04-03OS-2071 executable mapping in core dump misreported when file isn't foundBryan Cantrill1-3/+7
2013-04-03OS-2077 agent LWP evades detection from mdbBryan Cantrill1-6/+25
2013-04-023638 ld confuses files with group sections and files that should lazy loadRichard Lowe2-3/+4
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-04-02 [illumos-gate merge]Keith M Wesolowski4-1/+17
commit 43fab1a9f38ff02e665a874ea0a8eb3818e61ff3 3667 Allow ixgbe to use unsupported SFP modules
2013-04-023667 Allow ixgbe to use unsupported SFP modulesSaso Kiselkov4-1/+17
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-04-02OS-2075 ptime -p could support multiple processesRobert Mustacchi2-41/+81
Reviewed by: Bryan Cantrill <bryan@joyent.com>
2013-04-01OS-2084 left behind enemy lines, agent LWP can go rogueBryan Cantrill1-6/+12
Reviewed by: Robert Mustacchi <rm@joyent.com>
2013-04-01OS-2085 add visibility into agent LWP's spymasterBryan Cantrill23-19/+421
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
2013-03-28OS-2081 GRUB console device help message needs to be more helpfulKeith M Wesolowski1-1/+3
2013-03-28 [illumos-gate merge]Keith M Wesolowski4-8/+43
commit 6cdb72227544a5f07e7428e591c2ed84825f4d1f 3619 cp -p clobbers permissions/ownership following symbolic links commit e068a72acd1b6e428098d1af72dee9e6ef7c9b12 3660 tcp_slow_start_* tunables should allow increasing the initial congestion window
2013-03-283619 cp -p clobbers permissions/ownership following symbolic linksAlexander Eremin1-1/+11
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Gordon Ross <gwr@nexenta.com>
2013-03-283660 tcp_slow_start_* tunables should allow increasing the initial ↵Theo Schlossnagle3-7/+32
congestion window Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Brendan Gregg <brendan.gregg@joyent.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-03-27OS-2083 Remove mDNS syslog spamJonathan Perkin1-1/+1
2013-03-26OS-2076 grub corrupts stack while installing stage1.5Jerry Jelinek2-6/+6
2013-03-25 [illumos-gate merge]Keith M Wesolowski3-27/+100
commit fb02ae025247e3b662600e5a9c1b4c33ecab7d72 3639 zpool.cache should skip over readonly pools 3640 want automatic devid updates commit 490d05b9daa0e60fbb3aac647c556408e88228bd 3641 want a histogram of compressed block sizes
2013-03-25OS-2069 elfdump should be 64-bitBryan Cantrill3-0/+6
2013-03-25OS-2062 mdb/pmap should show unresolved map names on core dumpsBryan Cantrill2-8/+18
Reviewed by: Robert Mustacchi <rm@joyent.com>
2013-03-243639 zpool.cache should skip over readonly poolsGeorge Wilson2-3/+35
3640 want automatic devid updates Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Basil Crow <basil.crow@delphix.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-03-243641 want a histogram of compressed block sizesMatthew Ahrens1-24/+65
Reviewed by: George Wilson <gwilson@zfsmail.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
2013-03-23joyent/illumos-extra#9 OS-1588 breaks the build.Keith M Wesolowski1-1/+1
2013-03-22OS-2064 dt_print_enum hardcodes a value of zeroRobert Mustacchi3-0/+60
2013-03-22OS-2067 kmem_cache_create manual page uses _fini instead of _initRobert Mustacchi1-1/+1
2013-03-22OS-2068 mac_unregister does not clear mi_dstaddr_setRobert Mustacchi1-0/+1
2013-03-22Merge /root/git/illumos-gateKeith M Wesolowski5-35/+53
* /root/git/illumos-gate: commit c55e05cb35da47582b7afd38734d2f0d9c6deb40 3618 ::zio dcmd does not show timestamp data Conflicts: usr/src/uts/common/fs/zfs/sys/vdev_impl.h