summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
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
2013-03-142986 nfs: exi refcounter leak at rfs3_lookupMarcel Telka1-7/+7
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-14Back out hg changeset 829c00a55a37, bug 2986 -- introduces vulnerabilityMarcel Telka3-49/+29
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-03-14Merge /root/git/illumos-gateKeith M Wesolowski65-906/+1051
* /root/git/illumos-gate: commit b3a6f80422cf5830e402a39597c46faacc3df256 3606 zpool status -x shouldn't warn about old on-disk format commit 77061867737e831946717f7f29d50c4b452e44e7 3604 zdb should print bpobjs more verbosely (fix zdb hang) commit 72a1114bccf02392ab254b9615412236f3b63256 3602 mdb should tab complete global symbols commit be6fd75a69ae679453d9cda5bff3326111e6d1ca 3598 want to dtrace when errors are generated in zfs commit efb4a871d8fd510a833bdca610528dde5ed69e42 3517 importing pool with autoreplace=on and "hole" vdevs crashes syseventd Conflicts: usr/src/cmd/mdb/common/mdb/mdb_tab.c usr/src/uts/common/fs/zfs/arc.c usr/src/uts/common/fs/zfs/dbuf.c usr/src/uts/common/fs/zfs/dmu.c usr/src/uts/common/fs/zfs/dsl_dir.c usr/src/uts/common/fs/zfs/vdev_disk.c usr/src/uts/common/fs/zfs/vdev_raidz.c usr/src/uts/common/fs/zfs/zfs_ioctl.c usr/src/uts/common/fs/zfs/zfs_vfsops.c usr/src/uts/common/fs/zfs/zio_checksum.c usr/src/uts/common/fs/zfs/zvol.c
2013-03-143623 kstat must accept partial stat specificationRichard Lowe2-10/+3
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-03-13OS-2013 psrset should support specifying a zone to bindRobert Mustacchi3-15/+80
OS-2018 zoneadmd should export all attributes to brand statechange scripts
2013-03-12OS-2008 GZ per-zone /dev/zvol access can make zvol hierarchy can show up in ↵Jerry Jelinek1-1/+14
every zone
2013-03-113606 zpool status -x shouldn't warn about old on-disk formatTim Connors2-2/+6
Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Richard Elling <richard.elling@dey-sys.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Dan McDonald <danmcd@nexenta.com>