Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-29 | 1301 ld crashes with '-z ignore' due to a null data descriptor | Richard Lowe | 1 | -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-18 | 1385 iscsi target drops due to taskq | Garrett D'Amore | 2 | -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-18 | 1361 Add support for socket options TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL ↵ | Vineeth Pillai | 1 | -1/+1 | |
(fix diff) | |||||
2011-08-17 | 1361 Add support for socket options TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL | Garrett D'Amore | 6 | -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-15 | 1379 ls crashes printing (some) ACLs | Richard Lowe | 1 | -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-14 | 1102 Resource exhaustion in sftp client | Gary Mills | 3 | -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-13 | 1337 `zpool status -D' should tell if there are no DDT entries | Yuri Pankov | 1 | -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-13 | 1362 add kvmstat for monitoring of KVM statistics | Bryan Cantrill | 14 | -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-28 | STOR-34 ZFS test suite dumps core when not in /usr/bin | Bill Pijewski | 1 | -4/+9 | |
2011-07-28 | STOR-35 ZDB_PATH environment variable to specify zfs location | Bill Pijewski | 1 | -16/+19 | |
2011-07-28 | [HVM-484] disable antispoof for now as workaround to make DHCP possible ↵ | Josh Wilsdon | 1 | -1/+2 | |
(with random IP). | |||||
2011-07-27 | err(3C): Mark as non-returning | Richard Lowe | 2 | -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-27 | OS-517 <sys/tss.h> should export all version of the tss structure | Robert Mustacchi | 3 | -16/+52 | |
2011-07-26 | OS-451 update ixgbe driver to latest FreeBSD source | Jerry Jelinek | 10 | -6054/+5987 | |
2011-07-25 | OS-359 want local zone TCP kstats in the global zone | Bill Pijewski | 1 | -2/+18 | |
2011-07-25 | HVM-507 kvmstat occasionally exits with "failed to read kstat" error | Bryan Cantrill | 1 | -1/+15 | |
2011-07-25 | OS-511 make zonecfg device resource extensible, like the net resource | Jerry Jelinek | 6 | -119/+291 | |
2011-07-22 | va_*.h: Use __GNUC_MINOR__, which actually exists | Richard Lowe | 2 | -3/+3 | |
2011-07-21 | OS-509 zone should halt if init exits and is configured not to restart | Jerry Jelinek | 1 | -4/+11 | |
2011-07-21 | [HVM-500] create /tmp in zones for vmadmd sockets. | Josh Wilsdon | 1 | -4/+15 | |
2011-07-20 | va_impl.h: Update version condition for __builtin_va_start | Richard Lowe | 1 | -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 Wilsdon | 2 | -4/+4 | |
existing MAC of a vnic. | |||||
2011-07-20 | OS-505 Create zone brand option that allows a brand to specify that when ↵ | Jerry Jelinek | 8 | -2/+53 | |
init fails, it should not be restarted | |||||
2011-07-19 | OS-506 ::dtrace fails with "mdb: failed to initialize dtrace: Error 0" | Bryan Cantrill | 3 | -4/+77 | |
2011-07-19 | [HVM-493] fix brand to work with vmadmd | Josh Wilsdon | 6 | -45/+9069 | |
2011-07-19 | OS-504 kvm brand hook needs to create vnics | Jerry Jelinek | 1 | -1/+176 | |
2011-07-18 | [HVM-493] add kvm brand to build. | Josh Wilsdon | 2 | -1/+2 | |
2011-07-17 | OS-501 intrstat fails with "dtrace_go(): Enabling exceeds size of buffer" | Bryan Cantrill | 4 | -17/+48 | |
2011-07-16 | Merge branch 'master' of http://github.com/illumos/illumos-gate into gcc/upgrade | Richard Lowe | 97 | -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-15 | OS-161 vmem_destroy(XXX): leaked 1 identifiers messages on shutdown | Jerry Jelinek | 1 | -1/+1 | |
2011-07-15 | Merge branch 'master' of git.joyent.com:illumos-joyent | Jerry Jelinek | 3 | -7/+0 | |
2011-07-14 | OS-490 Remove pieces that require libmeta from the build and live image | Robert Mustacchi | 3 | -7/+0 | |
2011-07-14 | Merge branch 'master' of git.joyent.com:illumos-joyent | Jerry Jelinek | 1 | -5/+5 | |
2011-07-14 | OS-494 dtest needs some minor cleanup | Bryan Cantrill | 1 | -5/+5 | |
2011-07-14 | Merge branch 'master' of git.joyent.com:illumos-joyent | Jerry Jelinek | 3 | -4/+7 | |
2011-07-13 | OS-393 ziostat reporting incorrect actv and asvc_t | Bill Pijewski | 3 | -4/+7 | |
2011-07-13 | Merge branch 'master' of git.joyent.com:illumos-joyent | Jerry Jelinek | 22 | -25/+2001 | |
2011-07-13 | Merge branch 'develop' of git.joyent.com:illumos-joyent | Jerry Jelinek | 0 | -0/+0 | |
2011-07-12 | OS-492 (fix comment) | Bryan Cantrill | 1 | -2/+2 | |
2011-07-12 | OS-492 add test to verify that active ring buffers prevent USDT ECB reaping | Bryan Cantrill | 1 | -0/+124 | |
2011-07-12 | 1451 DTrace needs toupper()/tolower() subroutines | Bryan Cantrill | 13 | -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-12 | OS-486 DTrace needs toupper()/tolower() subroutines | Bryan Cantrill | 11 | -4/+371 | |
2011-07-11 | 1455 DTrace tracemem() should take an optional size argument | Bryan Cantrill | 14 | -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-11 | OS-481 DTrace tracemem() action should take a dynamic size argument | Bryan Cantrill | 12 | -22/+1504 | |
2011-07-11 | OS-484 System/zones method queries wrong SMF service for system zpool | Bill Pijewski | 1 | -1/+4 | |
2011-07-11 | OS-456 constant dhcp NAKs | Jerry Jelinek | 1 | -2/+20 | |
2011-07-11 | OS-477 %P variable to specify system pool in zone manifest | Jerry Jelinek | 6 | -2/+108 | |
2011-07-09 | OS-478 restore lint cleanliness | Bryan Cantrill | 15 | -43/+48 | |
2011-07-08 | 1452 DTrace buffer autoscaling should be less violent | Bryan Cantrill | 4 | -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-08 | OS-472 DTrace buffer autoscaling should be less violent | Bryan Cantrill | 4 | -50/+24 | |