Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 5 | -45/+20 | |
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 | 95 | -5265/+2602 | |
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-14 | OS-490 Remove pieces that require libmeta from the build and live image | Robert Mustacchi | 3 | -7/+0 | |
2011-07-14 | OS-494 dtest needs some minor cleanup | Bryan Cantrill | 1 | -5/+5 | |
2011-07-13 | OS-393 ziostat reporting incorrect actv and asvc_t | Bill Pijewski | 3 | -4/+7 | |
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 | |
2011-07-08 | STOR-17 Zone brand hook assumes zone's pool is mounted at /zones | Bill Pijewski | 1 | -2/+2 | |
2011-07-07 | 1458 D compiler fails to generate error on sizeof() an undefined struct | Bryan Cantrill | 3 | -0/+40 | |
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-07 | OS-471 D compiler fails to generate error on sizeof() an undefined struct | Bryan Cantrill | 2 | -0/+38 | |
2011-07-06 | OS-423 Adding a link-aggr to a bridge causes a kernel panic | Jerry Jelinek | 1 | -4/+3 | |
2011-07-06 | 1456 DTrace profile and tick probes sometimes don't fire in a zone | Bryan Cantrill | 9 | -105/+392 | |
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-06 | OS-431 dtrace profile and tick probes sometimes don't fire in a zone | Bryan Cantrill | 8 | -106/+389 | |
2011-07-02 | appcert: Convince GCC we're not out of bounds on bkts | Richard Lowe | 1 | -11/+6 | |
2011-07-02 | [HACK] vi: Disable array bounds checks | Richard Lowe | 1 | -0/+3 | |
vi uses array[-1] as a sentinal value in calls to q*column(), and in a way that makes avoiding the warning impossible. So we, sadly, disable the warning (at least for now) | |||||
2011-07-02 | [HACK] krb5kdc: Disable strict overflow under GCC4 | Richard Lowe | 1 | -2/+3 | |
2011-07-02 | picl/snowbird/piclkstat: Haul static prototypes out of functions | Richard Lowe | 1 | -19/+17 | |
Function-local function prototypes may not be static, says GCC. | |||||
2011-07-02 | fps: Build compilercheck _and_ fptest with Studio | Richard Lowe | 1 | -1/+1 | |
fptest has to be built with studio because of its use of various sunperf libraries. compilercheck is used to detect the precise compiler and libsunperf versions in use so as to customize the build of fptest. As such, both must always be built with the same, Studio, compiler. Gag. | |||||
2011-07-02 | fps: Fix unrecognized-compiler induced lint warnings | Richard Lowe | 1 | -11/+9 | |
2011-07-02 | fps: Don't walk off the end of version_details | Richard Lowe | 1 | -6/+7 | |
2011-07-02 | iiadm: Don't overflow shadow_vol | Richard Lowe | 1 | -166/+161 | |
2011-07-02 | lp: Use standard cpp stringification, pacify GCC | Richard Lowe | 1 | -70/+66 | |
2011-07-02 | lp: Adjust compiler flags for different GCC versions | Richard Lowe | 1 | -9/+9 | |
- Use CERRWARN correctly - Don't pass -fwritable-strings now that we don't write to constant strings - Deal with -Wno-sequence-points have different names in different GCCs | |||||
2011-07-02 | lp: Don't overwrite constant strings | Richard Lowe | 7 | -44/+28 | |
2011-07-02 | man: Keep strings we modify out of .rodata | Richard Lowe | 1 | -1/+9 | |
2011-07-02 | crypt: Keep modifiable string out of .rodata | Richard Lowe | 1 | -2/+1 | |
2011-07-02 | Makefile.uts: Disable address comparison warnings in uts, too | Richard Lowe | 1 | -0/+1 | |
UFS, at least, checks the address of a weak symbol which may or may not be present in the running kernel. |