summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add protection code.tuexen2016-02-181-6/+8
* Add some protection code.tuexen2016-02-181-2/+4
* Fix reporting of mapped addressed in getpeername() and getsockname() fortuexen2016-02-181-25/+24
* Use __unused instead of casting to void to silence the unused parameterse2016-02-182-10/+4
* Fix compiler warnings in iostatasomers2016-02-182-24/+25
* Silence VPS-Studio errors (V512). These buffer underflows are intentional.jkim2016-02-181-2/+2
* Fix obvious typo, that lead to incorrect sorting.glebius2016-02-181-1/+1
* Bump .Dd for r295764bjk2016-02-181-3/+3
* Right now, the "virtual hole" API feature of lseek(2) is very vaguelysobomax2016-02-181-4/+12
* Fix build for i386 and arm64 after r295755zbb2016-02-182-2/+3
* Increase kernel and user VA space.br2016-02-183-32/+34
* Make WARNS=6 safe.se2016-02-183-10/+19
* Remove a stray else. It isn't needed (due to the return at the end ofimp2016-02-181-1/+2
* Use medany (Medium/Anywhere) GCC code model for RISC-V.br2016-02-181-0/+1
* Remove dd xfer stats emitted during buildworldemaste2016-02-186-7/+8
* Extract common code from PowerPC's ofw_pcizbb2016-02-1810-16/+684
* Introduce bus_get_bus_tag() methodzbb2016-02-187-0/+88
* Fix bug in ofwbus_release_resource() for non-ofwbus descendantszbb2016-02-181-4/+9
* Fix ThunderX external PEM bus offsetwma2016-02-181-1/+1
* Remove redundant ARM_L2_ADDR_BITS and L2_ADDR_BITS definitions andskra2016-02-185-12/+2
* Remove redundant L2_ADDR_MASK definition and replace it by primary one.skra2016-02-182-4/+1
* Remove unneeded definitions after r291406. Also remove redundant andskra2016-02-182-24/+0
* 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
OpenPOWER on IntegriCloud