summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | |
| \ \
*-. \ \ DTrace: option for time-ordered outputpfg2013-04-1162-901/+2285
|\ \ \ \
| | * | | Add missing file dt_pq.h that should have been committed in r239385mm2013-04-091-0/+51
| |/ / /
| * | | Update vendor/illumos/dist to illumos-gate 14004:dd91fed709a7mm2013-04-063-4/+84
| * | | Update vendor/illumos/dist to illumos-gate 13991:53e4f9da98a1mm2013-04-061-24/+65
* | | | Remove EOL whitespace.joel2013-04-112-2/+2
* | | | Remove unused atomic headeremaste2013-04-111-1/+0
* | | | fuser(1) requires a filename.eadler2013-04-111-1/+1
* | | | Fix typo.glebius2013-04-111-1/+1
* | | | Fix libzfs to report error instead of returning zero if trying to hold ormm2013-04-111-4/+24
* | | | MFV r249354:mm2013-04-111-2/+2
* | | | Include types.h for C99 uintXX_t types.glebius2013-04-111-1/+1
* | | | Do not sent 120 TEST UNIT READY requests on generic NOT READY statuses.mav2013-04-111-5/+2
* | | | Make the code to check if VMX is enabled more readable by using macrosneel2013-04-112-1/+7
* | | | Update ciss(4) man page. We absolutely support performant mode of operationsbruno2013-04-101-10/+7
* | | | While investigating a p/r I noted that the camcontrol devlist output forsbruno2013-04-101-3/+8
* | | | options DPT_HANDLE_TIMEOUTS hasn't worked since dpt(4) was converted to CAMsbruno2013-04-104-180/+1
* | | | Add a callback to the ada(4) driver so that it knows when GEOM has releasedken2013-04-101-0/+26
* | | | Create controller-level DMA tag, handling range of supported addresses.mav2013-04-102-8/+28
* | | | Use kvm_counter_u64_fetch() to fix obtaining ipstat and tcpstat fromglebius2013-04-103-29/+69
* | | | o Provide function kvm_read_zpcpu() to access UMA_ZONE_PCPU allocations.glebius2013-04-104-7/+89
* | | | Need to call init_mem() to really initialize the MMIO range lookups.neel2013-04-101-0/+1
* | | | Remove obsolete comment about lack of locking for MMIO range lookup.neel2013-04-101-6/+0
* | | | Simplify allocate_legacy code, txr pointer was breaking LEGACY compile,jfv2013-04-101-2/+1
* | | | Add ID for ASMedia ASM1042 USB 3.0 controller.mav2013-04-101-0/+3
* | | | Since UMA_ZONE_PCPU zones put a constraint on sizeof(struct pcpu), declaredglebius2013-04-101-7/+1
* | | | Fix a time calculation error in ctlstat_standard().ken2013-04-101-2/+3
* | | | Remove the number of addresses restriction from sctp_connectx().tuexen2013-04-101-202/+94
* | | | Make ctladm(8) try to load ctl.ko kernel module if needed.trasz2013-04-101-0/+10
* | | | Fix build.glebius2013-04-104-4/+4
* | | | Cast to (void *)(uintptr_t) on copyout and copyin of zfs_iocparm_t.zfs_cmdmm2013-04-101-2/+2
* | | | Unsynchronized TSCs on the host require special handling in bhyve:neel2013-04-104-16/+109
* | | | swapcontext wrapper can not be implemented in C, the stack pointer saved indavidxu2013-04-101-10/+1
* | | | Change name of variable from 'rwlock' to more descriptive 'mmio_rwlock'neel2013-04-101-11/+11
* | | | Improve PCI BAR emulation:neel2013-04-107-60/+320
* | | | Fix the build.jimharris2013-04-101-1/+1
* | | | ZFS expects a copyout of zfs_cmd_t on an ioctl error. Our sys_ioctl()mm2013-04-094-27/+88
* | | | Change certain heavily used network related mutexes and rwlocks toandre2013-04-098-11/+11
* | | | Fix a race condition on tcp listen socket teardown with pendingandre2013-04-091-0/+9
* | | | Ensure make -j N universe works correctly, by checking for an up-to-datedim2013-04-091-2/+2
* | | | Proxy allocation requests for the PCI ROM BAR from child devices similarjhb2013-04-091-25/+35
* | | | Pass the segmented address of the counter, based on %fs, i.e. offsetkib2013-04-091-1/+3
* | | | Convert UMA code to C99 uintXX_t types.glebius2013-04-094-97/+97
* | | | Swap us_freecount and us_flags, achieving same structure sizeglebius2013-04-091-2/+2
* | | | Add static/const keywords to the arrays.ed2013-04-093-8/+17
* | | | Since now we support 256 items per slab, we need more bitsglebius2013-04-091-1/+1
* | | | Last remaining prototype issue that still hasn't been fixed upstream.des2013-04-092-3/+1
* | | | Revert local changes and pull in r3828 from upstream.des2013-04-098-269/+12
* | | | Fix KASSERTs: maximum number of items per slab is 256.glebius2013-04-091-3/+3
* | | | Fix build for AIM 64bit.kib2013-04-091-0/+2
* | | | Fix the assertions for the state of the object under the map entrykib2013-04-091-6/+16
OpenPOWER on IntegriCloud