Age | Commit message (Expand) | Author | Files | Lines |
2016-07-06 | XXX use MSI interrupts if availablesmartarray | Joshua M. Clulow | 2 | -33/+131 |
2016-07-06 | XXX stop completing commands in the periodic function | Joshua M. Clulow | 2 | -14/+2 |
2016-07-06 | XXX record claimed/unclaimed interrupts timing and stats | Joshua M. Clulow | 2 | -0/+14 |
2016-07-06 | XXX add some stats, cleanup some polling, etc | Joshua M. Clulow | 3 | -12/+45 |
2016-07-06 | XXX tag selection should occur at submission, not allocation | Joshua M. Clulow | 2 | -23/+46 |
2016-07-06 | XXX more cleanup | Joshua M. Clulow | 2 | -53/+3 |
2016-07-06 | XXX more comments | Joshua M. Clulow | 1 | -0/+13 |
2016-07-06 | XXX oops, ioctl.h | Joshua M. Clulow | 1 | -0/+53 |
2016-07-06 | XXX extensive refactoring to support aborting commands that time out | Joshua M. Clulow | 13 | -877/+1447 |
2016-07-06 | XXX remove some dead code | Joshua M. Clulow | 5 | -637/+5 |
2016-07-06 | XXX passing around kmflags, fixed diskinfo hang, now working again | Joshua M. Clulow | 10 | -51/+102 |
2016-07-06 | XXX fix some typos, allow re-use of SCSA packets | Joshua M. Clulow | 7 | -38/+88 |
2016-07-06 | XXX mostly moved to new-style SCSA hooks; compiled, testing; | Joshua M. Clulow | 8 | -1008/+522 |
2016-07-06 | XXX more extensive refactoring; into the SCSA HBA driver stuff | Joshua M. Clulow | 14 | -841/+1251 |
2016-07-06 | XXX random cleanup | Joshua M. Clulow | 3 | -77/+31 |
2016-07-06 | remove ioctl.h; fix copyright | Joshua M. Clulow | 2 | -103/+1 |
2016-07-06 | XXX rename interrupt parameters | Joshua M. Clulow | 6 | -65/+22 |
2016-07-06 | XXX remove NOE, IOCTL, PERFORMANT MODE, etc | Joshua M. Clulow | 13 | -1861/+4 |
2016-07-06 | XXX more refactoring; hopefully correct SYNC CACHE now | Joshua M. Clulow | 17 | -1761/+1491 |
2016-07-06 | XXX ignore BAR data model... | Joshua M. Clulow | 1 | -2/+6 |
2016-07-06 | XXX ioctls still not building | Joshua M. Clulow | 1 | -0/+2 |
2016-07-06 | XXX some refactoring of attach, mappings, etc | Joshua M. Clulow | 13 | -1321/+795 |
2016-07-06 | XXX remove periodic log statement | Joshua M. Clulow | 1 | -4/+0 |
2016-07-06 | XXX massive rework; simple mode is almost working | Joshua M. Clulow | 11 | -1997/+1470 |
2016-07-06 | XXX Copyright | Joshua M. Clulow | 6 | -0/+6 |
2016-07-06 | XXX move to ddi_periodic, panic on firmware hang | Joshua M. Clulow | 5 | -128/+108 |
2016-07-06 | XXX cleanup round 1 | Joshua M. Clulow | 7 | -302/+272 |
2016-07-05 | OS-5493 tcp_time_wait_collector() collecting all the CPU time | Patrick Mooney | 1 | -13/+25 |
2016-07-02 | OS-5495 lxbrand should not define extra privileged ports | Jerry Jelinek | 1 | -0/+57 |
2016-07-01 | [illumos-gate merge] | Jerry Jelinek | 1 | -98/+130 |
2016-06-30 | 7089 MSI-x on KVM prevents VMs from accessing the network | Dan Kimmel | 1 | -103/+132 |
2016-06-30 | OS-5480 zvol device resets mode/grp on reboot, breaks MapR | Jerry Jelinek | 4 | -1/+410 |
2016-06-30 | [illumos-gate merge] | Jerry Jelinek | 1 | -5/+12 |
2016-06-29 | OS-5491 lxbrand convert last socket syscalls to IKE | Patrick Mooney | 3 | -33/+231 |
2016-06-29 | 7144 lofi mapping in non-GZ is not working with default match rules | Toomas Soome | 1 | -5/+12 |
2016-06-24 | OS-5481 SIGAR sees no processes or filesystems on Ubuntu 16.04 | Jerry Jelinek | 2 | -1/+25 |
2016-06-22 | [illumos-gate merge]release-20160625 | Jerry Jelinek | 9 | -395/+1365 |
2016-06-21 | 6602 lofi should support labeled devices | Toomas Soome | 9 | -399/+1369 |
2016-06-20 | OS-5431 under many conditions, ptrace (strace) on Ubuntu 16 shows syscalls re... | Jerry Jelinek | 4 | -10/+102 |
2016-06-16 | OS-5462 lxbrand kernel should be lint clean | Patrick Mooney | 30 | -249/+288 |
2016-06-15 | OS-5464 signalfd deadlock on pollwakeup | Patrick Mooney | 1 | -21/+68 |
2016-06-15 | [illumos-gate merge] | Jerry Jelinek | 8 | -64/+81 |
2016-06-14 | 5115 Want Intel 40GbE NIC driver for illumos | Robert Mustacchi | 31 | -1/+30571 |
2016-06-13 | OS-5457 pfilter and return-rst not working as expected | Jerry Jelinek | 1 | -5/+9 |
2016-06-11 | 7057 SysV IPC rctls should report usage | Jerry Jelinek | 2 | -8/+73 |
2016-06-10 | 7056 tmpfs in a non-global zone does not abide by tmpfs_minfree | Bryan Cantrill | 1 | -2/+9 |
2016-06-10 | 7068 need a way to change the tmpfs size on a mounted fs | Jerry Jelinek | 1 | -2/+18 |
2016-06-10 | 7064 TCP_KEEPIDLE has needless 10sec minimum | Patrick Mooney | 1 | -1/+1 |
2016-06-10 | OS-5167 cached v_path should be kept fresh | Patrick Mooney | 4 | -193/+383 |
2016-06-10 | [illumos-gate merge] | Jerry Jelinek | 28 | -239/+332 |