summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
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
2013-03-213618 ::zio dcmd does not show timestamp dataMatthew Ahrens5-35/+53
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: George Wilson <gwilson@zfsmail.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-03-20OS-1970 Add support for the Areca 1882Robert Mustacchi2-0/+2
2013-03-19OS-1928 parent rn_lock being held across calls to rc_holdRobert Mustacchi1-0/+23
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2013-03-19OS-2031 fmtopo -P flag does not appear to set propertiesJoshua M. Clulow1-33/+31
2013-03-18Merge /root/git/illumos-gateKeith M Wesolowski37-125/+887
* /root/git/illumos-gate: commit 702941cd97e30d600c2c1275823bc58231b2c361 3544 save-args matcher could be considerably more robust 3545 save-args matcher should accept saves may be out-of-order commit 8cc2da61b2209ea79a015eead3f390ecf885fcfb 3620 Corruption of the `xprt-ready' queue in svc_xprt_qdelete() Conflicts: usr/src/lib/Makefile
2013-03-173544 save-args matcher could be considerably more robustRichard Lowe36-115/+880
3545 save-args matcher should accept saves may be out-of-order Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-03-16OS-1998 need topology map for Richmond-A disks, etcJoshua M. Clulow6-3/+160
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
2013-03-16OS-1997 mpt_sas: expose LED controls to libtopoJoshua M. Clulow8-59/+415
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
2013-03-153620 Corruption of the `xprt-ready' queue in svc_xprt_qdelete()Marcel Telka1-10/+7
Reviewed by: Boris Protopopov <Boris.Protopopov@nexenta.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Jeffry Molanus <Jeffry.Molanus@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-03-15Merge /root/git/illumos-gateKeith M Wesolowski6-60/+78
* /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-15OS-2009 default ipf state table size is too smallRob Gulewich1-0/+5
2013-03-15OS-2029 upgrade: 6.5 portal zone net config incompatible with vmadmJerry Jelinek1-5/+36
2013-03-143567 dtrace print() doesn't play well with ::dtraceDan Kimmel1-1/+45
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-03-15OS-2027 uninitialised variable trashes command line on coalKeith M Wesolowski1-2/+4