summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Reorganize the handling all-zeroes terminal block in sparse modethomas2016-02-185-19/+47
* hyperv/hn: Use buf_ring for txdesc listsephe2016-02-182-10/+66
* hyperv/hn: Split TX ring data structure out of softcsephe2016-02-182-208/+404
* hyperv/hn: Use non-fast taskqueue for transmissionsephe2016-02-181-2/+2
* hyperv/hn: Use taskqueue_enqueue()sephe2016-02-181-6/+4
* hyperv/hn: Split RX ring data structure out of softcsephe2016-02-182-112/+262
* hyperv/hn: Change global tunable prefix to hw.hnsephe2016-02-181-50/+24
* hyperv/hn: Always do transmission scheduling.sephe2016-02-181-0/+7
* hyperv/hn: Add option to allow sharing TX taskq between hn instancessephe2016-02-181-5/+37
* hyperv/hn: Set the TCP ACK/data segment aggregation limitsephe2016-02-182-42/+53
* tcp/lro: Allow drivers to set the TCP ACK/data segment aggregation limitsephe2016-02-183-3/+19
* Fix a bug introduced in r295736yongari2016-02-181-1/+2
* Use the _SAFE loop variant, since the loop body may remove queue entries.markj2016-02-181-2/+3
* Remove duplicated check.yongari2016-02-181-11/+8
* Fix variable assignment.yongari2016-02-187-7/+7
* Fix installation of makewhatis.local(1) since r283777.bdrewery2016-02-186-5/+166
* Release the ref acquired in nd6_dad_find() if DAD is already in progress.markj2016-02-181-2/+3
* Use pfxrtr_del() instead of freeing advertising routers directly.markj2016-02-171-2/+2
* Remove a prototype for the non-existent prelist_del().markj2016-02-171-1/+0
* Fix a potentially "forever" loop.glebius2016-02-171-1/+1
* Ternary operator has lower priority than OR.glebius2016-02-171-1/+1
* Ternary operator has lower priority than OR.glebius2016-02-171-3/+2
* Add missing braces.glebius2016-02-171-1/+2
* After nullfs rmdir operation, reclaim the directory vnode which waskib2016-02-171-0/+9
* In bnoreuselist(), check both ends of the specified logical blockkib2016-02-171-1/+2
* Fix build race after r295643.bdrewery2016-02-171-0/+2
* Use the right size for zeroing.imp2016-02-171-1/+1
* Move the Allwinner kernels to use fdt_pinctrl. This will read the pinandrew2016-02-1717-83/+761
* Add protection code for issues reported by PVS / D5245.tuexen2016-02-171-2/+4
* Code cleanup which will silence a warning in PVS / D5245.tuexen2016-02-172-7/+3
* Address a warning reported by D5245 / PVS.tuexen2016-02-171-2/+2
* Create an API to reset a struct bio (g_reset_bio). This is mandatoryimp2016-02-1710-11/+21
* Do not use PMAP_DOMAIN_KERNEL definition for __ARM_ARCH >= 6 as domainsskra2016-02-173-27/+3
* Hardcode date in RCS paper for reproducibilityemaste2016-02-171-1/+1
* Add the implementation of atomic_swap_32().br2016-02-171-0/+13
* Use better form representing 32 x 128-bit floating-point registers.br2016-02-171-1/+1
* There is no need to pre save tp in cpu_fork().br2016-02-171-6/+0
* Add the implementation of savectx().br2016-02-171-4/+23
* Use callee-saved registers to pass args through fork_trampoline().br2016-02-172-17/+9
* Remove unneeded vector_page_setprot() for __ARM_ARCH >= 6. A vectorskra2016-02-173-12/+3
* Include pte-v6.h only where needed.skra2016-02-173-4/+1
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.skra2016-02-1716-112/+32
* Evaluate also VM_PROT_EXECUTE protection in pmap_preboot_map_attr().skra2016-02-171-0/+1
* Fix build race after r295643.bdrewery2016-02-171-0/+1
* Bump __FreeBSD_Version for u_long -> rman_res_t change (r294883).jhibbits2016-02-161-1/+1
* DIRDEPS_BUILD: Hookup CLANG_EXTRAS.bdrewery2016-02-1631-0/+1282
* Remove an unused variable that snuck into the previous revision.jhb2016-02-161-1/+0
* Fetch the current thread and it's syscall state from the trussinfo objectjhb2016-02-163-24/+27
* The locking annotations for struct sockbuf originally used the key fromjhb2016-02-162-21/+23
* Fix naive use of ftell(3).pfg2016-02-161-1/+1
OpenPOWER on IntegriCloud