summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-291301 ld crashes with '-z ignore' due to a null data descriptorRichard Lowe1-2/+2
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
2011-08-181385 iscsi target drops due to taskqGarrett D'Amore2-11/+13
Reviewed by: Jason Brian King <jason.brian.king@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Dmitry Yusupov <dmitry@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Eric Shrock <eric.schrock@delphix.com>
2011-08-181361 Add support for socket options TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL ↵Vineeth Pillai1-1/+1
(fix diff)
2011-08-171361 Add support for socket options TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVLGarrett D'Amore6-10/+150
Reviewed by: Pavan <pavan.tc@gmail.com> Reviewed by: Dan McDonald <danmcd at nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2011-08-151379 ls crashes printing (some) ACLsRichard Lowe1-0/+1
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
2011-08-141102 Resource exhaustion in sftp clientGary Mills3-49/+62
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-08-131337 `zpool status -D' should tell if there are no DDT entriesYuri Pankov1-2/+9
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: George Wilson <gwilson@zfsmail.com> Approved by: Albert Lee <trisk@nexenta.com>
2011-08-131362 add kvmstat for monitoring of KVM statisticsBryan Cantrill14-19/+877
1363 add vmregs[] variable to DTrace 1364 need disassembler support for VMX instructions 1365 mdb needs 16-bit disassembler support Reviewed by: Brendan Gregg <brendan.gregg@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-07-28STOR-34 ZFS test suite dumps core when not in /usr/binBill Pijewski1-4/+9
2011-07-28STOR-35 ZDB_PATH environment variable to specify zfs locationBill Pijewski1-16/+19
2011-07-28[HVM-484] disable antispoof for now as workaround to make DHCP possible ↵Josh Wilsdon1-1/+2
(with random IP).
2011-07-27err(3C): Mark as non-returningRichard Lowe2-8/+6
The err(3C) family of functions do not return, mark them as such to aid GCC's error checking (and remove the bogus unreachable return workaround in jdtrace)
2011-07-27OS-517 <sys/tss.h> should export all version of the tss structureRobert Mustacchi3-16/+52
2011-07-26OS-451 update ixgbe driver to latest FreeBSD sourceJerry Jelinek10-6054/+5987
2011-07-25OS-359 want local zone TCP kstats in the global zoneBill Pijewski1-2/+18
2011-07-25HVM-507 kvmstat occasionally exits with "failed to read kstat" errorBryan Cantrill1-1/+15
2011-07-25OS-511 make zonecfg device resource extensible, like the net resourceJerry Jelinek6-119/+291
2011-07-22va_*.h: Use __GNUC_MINOR__, which actually existsRichard Lowe2-3/+3
2011-07-21OS-509 zone should halt if init exits and is configured not to restartJerry Jelinek1-4/+11
2011-07-21[HVM-500] create /tmp in zones for vmadmd sockets.Josh Wilsdon1-4/+15
2011-07-20va_impl.h: Update version condition for __builtin_va_startRichard Lowe1-1/+1
In actuality, gcc's ginclude/stdarg.h switched to using the __builtin_va_start name in GCC 3.3, see revision 1.16 here: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ginclude/stdarg.h?only_with_tag=gcc_3_3_release
2011-07-20[HVM-496] reenable mac antispoofing now that qemu supports using the ↵Josh Wilsdon2-4/+4
existing MAC of a vnic.
2011-07-20OS-505 Create zone brand option that allows a brand to specify that when ↵Jerry Jelinek8-2/+53
init fails, it should not be restarted
2011-07-19OS-506 ::dtrace fails with "mdb: failed to initialize dtrace: Error 0"Bryan Cantrill3-4/+77
2011-07-19[HVM-493] fix brand to work with vmadmdJosh Wilsdon6-45/+9069
2011-07-19OS-504 kvm brand hook needs to create vnicsJerry Jelinek1-1/+176
2011-07-18[HVM-493] add kvm brand to build.Josh Wilsdon2-1/+2
2011-07-17OS-501 intrstat fails with "dtrace_go(): Enabling exceeds size of buffer"Bryan Cantrill4-17/+48
2011-07-16Merge branch 'master' of http://github.com/illumos/illumos-gate into gcc/upgradeRichard Lowe97-5269/+2607
Conflicts: usr/src/uts/sun4u/opl/io/drmach.c usr/src/uts/sun4u/serengeti/io/sbdp_cpu.c usr/src/uts/sun4u/starfire/io/drmach.c
2011-07-15OS-161 vmem_destroy(XXX): leaked 1 identifiers messages on shutdownJerry Jelinek1-1/+1
2011-07-15Merge branch 'master' of git.joyent.com:illumos-joyentJerry Jelinek3-7/+0
2011-07-14OS-490 Remove pieces that require libmeta from the build and live imageRobert Mustacchi3-7/+0
2011-07-14Merge branch 'master' of git.joyent.com:illumos-joyentJerry Jelinek1-5/+5
2011-07-14OS-494 dtest needs some minor cleanupBryan Cantrill1-5/+5
2011-07-14Merge branch 'master' of git.joyent.com:illumos-joyentJerry Jelinek3-4/+7
2011-07-13OS-393 ziostat reporting incorrect actv and asvc_tBill Pijewski3-4/+7
2011-07-13Merge branch 'master' of git.joyent.com:illumos-joyentJerry Jelinek22-25/+2001
2011-07-13Merge branch 'develop' of git.joyent.com:illumos-joyentJerry Jelinek0-0/+0
2011-07-12OS-492 (fix comment)Bryan Cantrill1-2/+2
2011-07-12OS-492 add test to verify that active ring buffers prevent USDT ECB reapingBryan Cantrill1-0/+124
2011-07-121451 DTrace needs toupper()/tolower() subroutinesBryan Cantrill13-6/+383
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-07-12OS-486 DTrace needs toupper()/tolower() subroutinesBryan Cantrill11-4/+371
2011-07-111455 DTrace tracemem() should take an optional size argumentBryan Cantrill14-23/+1512
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-07-11OS-481 DTrace tracemem() action should take a dynamic size argumentBryan Cantrill12-22/+1504
2011-07-11OS-484 System/zones method queries wrong SMF service for system zpoolBill Pijewski1-1/+4
2011-07-11OS-456 constant dhcp NAKsJerry Jelinek1-2/+20
2011-07-11OS-477 %P variable to specify system pool in zone manifestJerry Jelinek6-2/+108
2011-07-09OS-478 restore lint cleanlinessBryan Cantrill15-43/+48
2011-07-081452 DTrace buffer autoscaling should be less violentBryan Cantrill4-52/+24
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-07-08OS-472 DTrace buffer autoscaling should be less violentBryan Cantrill4-50/+24