summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove not used static function pmap_kenter_attr().skra2016-02-191-7/+0
* Remove not used definitions and fix some style nits.skra2016-02-191-24/+12
* Remove AP_KRW definition not needed after r295801.skra2016-02-191-10/+0
* Rename pte.h to pte-v4.h and start including directly either pte-v4.hskra2016-02-197-20/+16
* Remove O_SYNC from the options passed to dbmopen().se2016-02-191-1/+1
* Move common definitions from both pmap-v4.h and pmap-v6.h into pmap.h.skra2016-02-193-42/+27
* Rename pmap.h to pmap-v4.h and remove pmap-v6.h include from it.skra2016-02-193-517/+552
* Remove sys/types.hkevlo2016-02-191-2/+1
* Fix regression introduced on 272446r.araujo2016-02-191-1/+1
* net80211: add few missing subtype names.avos2016-02-197-3/+11
* hyperv/hn: Free the txdesc buf_ring when the TX ring is destroyedsephe2016-02-191-0/+5
* hyperv/hn: Enable IP header checksum offloading for WIN8 (WinServ2012)sephe2016-02-191-1/+1
* hyperv/hn: Add option to bind TX taskqueues to the specified CPUsephe2016-02-191-3/+30
* document some ACPI related sysctls.adrian2016-02-191-4/+8
* Replace several bus_alloc_resource() calls using default arguments with bus_a...jhibbits2016-02-1927-92/+91
* Remove bogus cast.kevlo2016-02-191-1/+1
* Add missing parentheses.kevlo2016-02-191-1/+1
* Ensure that we test the event condition when a disabled kevent is enabled.markj2016-02-192-17/+16
* Return an error if both EV_ENABLE and EV_DISABLE are specified for a kevent.markj2016-02-191-0/+3
* - language tighteningjgh2016-02-191-11/+12
* Fix section number of .Xr geom_uzip in r295782.sobomax2016-02-191-1/+1
* Clear up confision as to who the original historical authors of codesobomax2016-02-191-4/+15
* FAST_DEPEND: Apply conditional -MF from r291945 to kernel as well.bdrewery2016-02-191-0/+7
* DIRDEPS_BUILD: Add dependencies somehow missed in r295681.bdrewery2016-02-191-0/+66
* Avoid reading .depend.* in simple cases where not needed.bdrewery2016-02-192-2/+21
* cxgbe: catch up with the latest hardware-related definitions.np2016-02-198-90/+21241
* Remove a bogus bzero() call.jkim2016-02-181-1/+0
* Optimize ROL and ROR emulations and fix comments.jkim2016-02-181-19/+15
* Silence VPS-Studio errors (V646). These is no functional change.jkim2016-02-181-3/+3
* - add dma(8) to examples in mailer.conf(5)jgh2016-02-181-1/+15
* 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
OpenPOWER on IntegriCloud