aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reflect removing of the counter_u64_subtract() function in the macro.Andrey V. Elsukov2013-04-121-2/+2
* Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE'Edward Tomasz Napierala2013-04-1213-54/+5
* Fix incorrect KASSERTs in xlpgeJayachandran C.2013-04-121-2/+2
* Fix kenv behavior when there is no static environmentJayachandran C.2013-04-121-13/+16
* isa_if.h is indirectly included.Bjoern A. Zeeb2013-04-121-1/+1
* Attempt to clean up spacing and long lines.Gleb Smirnoff2013-04-121-98/+112
* Free memory after deleting an address policy entry.Andrey V. Elsukov2013-04-121-0/+1
* If vmm.ko could not be initialized correctly then prevent the creation ofNeel Natu2013-04-123-8/+21
* Add pciids of the T5 based cards. The ones that I haven't tested withNavdeep Parhar2013-04-111-0/+21
* Cosmetic change (s/wrwc/wcwr/;s/WRWC/WCWR/).Navdeep Parhar2013-04-113-12/+12
* Auto-reduce the holdoff timers that are greater than the maximum valueNavdeep Parhar2013-04-111-1/+22
* Generate a LINT for powerpc and for powerpc64.Bjoern A. Zeeb2013-04-112-4/+7
* Always enable TXOK interrupts when setting up TX queues for EDMA NICs.Adrian Chadd2013-04-111-1/+7
* cxgbe/tom: Slight simplification of code that calculates options2.Navdeep Parhar2013-04-112-10/+16
* Get rid of a couple of stray \n's.Navdeep Parhar2013-04-111-2/+2
* There is no need for elaborate queries and error checking when trying toNavdeep Parhar2013-04-111-18/+4
* Add sbuf_start_section() and sbuf_end_section() functions, which canMikolaj Golub2013-04-112-1/+75
* - Explain clearly why a different firmware is being installed (if/whenNavdeep Parhar2013-04-111-18/+57
* Fix tcp_output() so that tcpcb is updated in the same manner when anGleb Smirnoff2013-04-111-70/+74
* cxgbe(4): Ensure that the MOD_LOAD handler runs before either t4nex orNavdeep Parhar2013-04-111-4/+9
* DTrace: option for time-ordered outputPedro F. Giffuni2013-04-113-131/+189
* MFV r249354:Martin Matuska2013-04-111-2/+2
* Do not sent 120 TEST UNIT READY requests on generic NOT READY statuses.Alexander Motin2013-04-111-5/+2
* Make the code to check if VMX is enabled more readable by using macrosNeel Natu2013-04-112-1/+7
* While investigating a p/r I noted that the camcontrol devlist output forSean Bruno2013-04-101-3/+8
* options DPT_HANDLE_TIMEOUTS hasn't worked since dpt(4) was converted to CAMSean Bruno2013-04-104-180/+1
* Add a callback to the ada(4) driver so that it knows when GEOM has releasedKenneth D. Merry2013-04-101-0/+26
* Create controller-level DMA tag, handling range of supported addresses.Alexander Motin2013-04-102-8/+28
* Simplify allocate_legacy code, txr pointer was breaking LEGACY compile,Jack F Vogel2013-04-101-2/+1
* Add ID for ASMedia ASM1042 USB 3.0 controller.Alexander Motin2013-04-101-0/+3
* Since UMA_ZONE_PCPU zones put a constraint on sizeof(struct pcpu), declaredGleb Smirnoff2013-04-101-7/+1
* Fix build.Gleb Smirnoff2013-04-104-4/+4
* Cast to (void *)(uintptr_t) on copyout and copyin of zfs_iocparm_t.zfs_cmdMartin Matuska2013-04-101-2/+2
* Unsynchronized TSCs on the host require special handling in bhyve:Neel Natu2013-04-103-2/+22
* Fix the build.Jim Harris2013-04-101-1/+1
* ZFS expects a copyout of zfs_cmd_t on an ioctl error. Our sys_ioctl()Martin Matuska2013-04-093-26/+85
* Change certain heavily used network related mutexes and rwlocks toAndre Oppermann2013-04-098-11/+11
* Fix a race condition on tcp listen socket teardown with pendingAndre Oppermann2013-04-091-0/+9
* Proxy allocation requests for the PCI ROM BAR from child devices similarJohn Baldwin2013-04-091-25/+35
* Pass the segmented address of the counter, based on %fs, i.e. offsetKonstantin Belousov2013-04-091-1/+3
* Convert UMA code to C99 uintXX_t types.Gleb Smirnoff2013-04-094-97/+97
* Swap us_freecount and us_flags, achieving same structure sizeGleb Smirnoff2013-04-091-2/+2
* Add static/const keywords to the arrays.Ed Schouten2013-04-092-7/+14
* Since now we support 256 items per slab, we need more bitsGleb Smirnoff2013-04-091-1/+1
* Fix KASSERTs: maximum number of items per slab is 256.Gleb Smirnoff2013-04-091-3/+3
* Fix build for AIM 64bit.Konstantin Belousov2013-04-091-0/+2
* Fix the assertions for the state of the object under the map entryKonstantin Belousov2013-04-091-6/+16
* Fix VIMAGE build.Gleb Smirnoff2013-04-091-2/+2
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.Andrey V. Elsukov2013-04-0915-101/+102
* FireWire: Don't allow a tlabel to reference an xfer after free.Will Andrews2013-04-081-3/+12