Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-04 | 1457 lltostr() D subroutine should take an optional base | Bryan Cantrill | 1 | -6/+28 | |
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@nexenta.com> | |||||
2011-08-04 | OS-527 lltostr() D subroutine should take an optional base | Bryan Cantrill | 1 | -6/+28 | |
2011-07-29 | OS514 oce driver on HP blades in a c7000 chassis seems to mis-tag incoming ↵ | Max Bruning | 1 | -1/+6 | |
internet packets | |||||
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 | 5 | -2/+133 | |
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-13 | 1362 add kvmstat for monitoring of KVM statistics | Bryan Cantrill | 6 | -10/+88 | |
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-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-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-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 | OS-505 Create zone brand option that allows a brand to specify that when ↵ | Jerry Jelinek | 2 | -0/+5 | |
init fails, it should not be restarted | |||||
2011-07-16 | Merge branch 'master' of http://github.com/illumos/illumos-gate into gcc/upgrade | Richard Lowe | 21 | -369/+971 | |
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-13 | OS-393 ziostat reporting incorrect actv and asvc_t | Bill Pijewski | 3 | -4/+7 | |
2011-07-12 | 1451 DTrace needs toupper()/tolower() subroutines | Bryan Cantrill | 2 | -2/+51 | |
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 | 2 | -2/+51 | |
2011-07-11 | 1455 DTrace tracemem() should take an optional size argument | Bryan Cantrill | 2 | -0/+16 | |
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 | 2 | -0/+16 | |
2011-07-09 | OS-478 restore lint cleanliness | Bryan Cantrill | 7 | -12/+32 | |
2011-07-08 | 1452 DTrace buffer autoscaling should be less violent | Bryan Cantrill | 1 | -9/+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 | 1 | -9/+24 | |
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 | 5 | -105/+201 | |
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 | 5 | -106/+201 | |
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. | |||||
2011-07-02 | ipf: Avoid implicit truncation in IP_HL_A | Richard Lowe | 1 | -1/+1 | |
2011-07-02 | pcisch: Avoid GCC type promotion leading to format string warnings | Richard Lowe | 1 | -2/+3 | |
Apparently GCC promotes a couple of cmn_err arguments to long long, which then causes it to complain that the %lx format is inappropriate. Explicitly cast to uint64_t. It is unclear why the promotion is occurring. | |||||
2011-07-02 | starcat/drmach: Haul static prototypes out of functions | Richard Lowe | 1 | -12/+13 | |
Function-local function prototypes may not be static, says GCC. | |||||
2011-07-02 | starcat/mboxsc: Use offsetof() not a homebrew copy | Richard Lowe | 1 | -4/+3 | |
2011-07-02 | starcat/schpc: Remove impossible status value (3rd bit of a 2 bit field) | Richard Lowe | 2 | -10/+0 | |
2011-07-02 | starcat/cvc: Use offsetof, don't hand-roll | Richard Lowe | 1 | -2/+2 | |
2011-07-02 | opl/drmach: Haul static prototypes out of functions | Richard Lowe | 1 | -10/+10 | |
Function-local function prototypes may not be static, says GCC. | |||||
2011-07-02 | cpu/opl: Haul static prototypes out of functions | Richard Lowe | 1 | -4/+4 | |
Function-local function prototypes may not be static, says GCC. | |||||
2011-07-02 | serengeti/sbdp: Don't cast addresses down to int | Richard Lowe | 1 | -1/+2 | |
2011-07-02 | serengeti/sbdp: Haul static prototypes out of functions | Richard Lowe | 1 | -1/+1 | |
Function-local function prototypes may not be static, says GCC. | |||||
2011-07-02 | starfire/idn: Don't cast pointers directly to int | Richard Lowe | 3 | -5/+6 | |
2011-07-02 | starfire/idn: Use offsetof, don't hand-roll | Richard Lowe | 1 | -1/+1 | |
2011-07-02 | starfire/ngdrmach: Don't cast addresses down to int | Richard Lowe | 1 | -1/+2 | |
2011-07-02 | starfire/ngdrmach: Haul static prototypes out of functions | Richard Lowe | 1 | -14/+14 | |
Function-local function prototypes may not be static, says GCC. | |||||
2011-07-02 | ngdr: Haul static prototypes out of functions | Richard Lowe | 1 | -2/+2 | |
Function-local function prototypes may not be static, says GCC. | |||||
2011-07-02 | fhc: Haul static prototypes out of functions | Richard Lowe | 1 | -2/+2 | |
Function-local function prototypes may not be static, says GCC. | |||||
2011-07-02 | niumx: Don't overflow driver_name in _fill_in_intrdevs | Richard Lowe | 1 | -3/+2 | |
2011-07-02 | px: Don't overflow driver_name in px_fill_in_intr_devs | Richard Lowe | 1 | -3/+2 | |
2011-07-02 | pci: Don't overflow driver_name in ib_get_ino_devs() | Richard Lowe | 1 | -3/+2 | |
2011-07-02 | zulu_hat: Don't cast ints directly to pointers | Richard Lowe | 1 | -76/+75 | |
2011-07-02 | lm75: Don't mask off the low bit of the temperature | Richard Lowe | 1 | -1/+1 | |
LM75 encodes temperatures in writes in 16 bits, with the sign in the high bit, then 8 bits of temperature, then 7 ignored bits. | |||||
2011-07-02 | domaind.h: Use offsetof, don't hand-roll | Richard Lowe | 1 | -12/+11 | |