aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix erronious mixed use of tx/rx variables/constants in the same expression.Ian Lepore2016-05-271-3/+3
* iw_cxgbe: Use vmem(9) to manage PBL and RQT allocations.Navdeep Parhar2016-05-272-88/+32
* Update usage(..)Enji Cooper2016-05-271-6/+11
* After r300770, for libc++ and libcxxrt, use -isystem instead of -I.Dimitry Andric2016-05-272-2/+2
* Go back to unconditionally compiling modules/gpio now that the parts of itIan Lepore2016-05-271-5/+1
* Don't wrap the declaration of gpio_alloc_intr_resource() in #ifdef INTRNG,Ian Lepore2016-05-272-2/+8
* Unbreak the zfs(4) buildEnji Cooper2016-05-271-0/+1
* Make PKG_VERSION aware of '-ALPHA*'.Glen Barber2016-05-271-1/+1
* Remove note about bogus chain-len maximumEnji Cooper2016-05-271-1/+1
* Only expose `hint_uaddr` in the ND_DEBUG caseEnji Cooper2016-05-271-0/+6
* If the I/O offset and length is multiple of the media size thenDoug Ambrisko2016-05-271-3/+6
* The flag "vm_pages_needed" has long served two distinct purposes: (1) toAlan Cox2016-05-274-43/+64
* Remove duplicate sentence from pfsync.8.Dru Lavigne2016-05-271-1/+0
* In pmap_advise(), avoid leaking DI start for EPT pmaps which needs A/DKonstantin Belousov2016-05-272-1/+5
* Install ioatcontrol to /usr/bin by default instead of /Enji Cooper2016-05-271-0/+1
* - Sort make variablesEnji Cooper2016-05-271-2/+5
* Replace linux-f10 packages with updated linux-c6.Glen Barber2016-05-271-1/+1
* Correct the implementation of dtrace_interrupt_disable/enable.Ruslan Bukin2016-05-271-2/+3
* Fix description for -V in the -r caseEnji Cooper2016-05-271-1/+1
* Document the default behavior for -c (0)Enji Cooper2016-05-271-2/+3
* Initialize `t` with memset(.., 0, ..)Enji Cooper2016-05-271-0/+3
* When building modules, define make variable OPT_FDT if the kernel configIan Lepore2016-05-272-1/+13
* Plug route reference underleak that happens with FLOWTABLE after r297225.Gleb Smirnoff2016-05-272-2/+10
* Disconnect PIE from the build until it is free of floating point math.Don Lewis2016-05-272-4/+2
* fd: provide a common exit point for unlock in kern_dupMateusz Guzik2016-05-271-18/+16
* exec: get rid of one vnode lock/unlock pair in do_execveMateusz Guzik2016-05-271-42/+30
* Fix dtrace_interrupt_disable and dtrace_interrupt_enable by having theAndrew Turner2016-05-271-1/+2
* sfxge(4): fix typo in monitor types strings in common codeAndrew Rybchenko2016-05-271-1/+1
* sfxge(4): avoid necessity to add one more constant condition noteAndrew Rybchenko2016-05-271-1/+1
* sfxge(4): cope with always true unsigned comparison with 0 to make lint happierAndrew Rybchenko2016-05-271-2/+3
* sfxge(4): unsigned 1 should be shifted to produce bitmaskAndrew Rybchenko2016-05-271-1/+1
* sfxge(4): cope with lint for EFX_SET_OWORD_BIT() with const bit argAndrew Rybchenko2016-05-271-1/+10
* sfxge(4): remove set but not used variableAndrew Rybchenko2016-05-271-2/+1
* Improve error message when failing to open a backing fileBaptiste Daroussin2016-05-271-2/+3
* sfxge(4): remove unreachable break after gotoAndrew Rybchenko2016-05-272-2/+0
* sfxge(4): add constant condition note to make lint happierAndrew Rybchenko2016-05-273-0/+3
* sfxge(4): note unused variables to make lint happierAndrew Rybchenko2016-05-278-1/+25
* Attach iser(4) to the build.Edward Tomasz Napierala2016-05-271-0/+2
* Build iscsi(4) with ICL_KERNEL_PROXY when building with WITH_OFED.Edward Tomasz Napierala2016-05-271-1/+6
* Fix build on i386.Edward Tomasz Napierala2016-05-271-3/+5
* Quell false positives in svc_vc_create and svc_vc_create_conn with cd and xprtEnji Cooper2016-05-271-13/+11
* The SCHEDULER_STOPPED() macro already contains a predict false statement.Hans Petter Selasky2016-05-272-5/+5
* hyperv: Test features before enabling optional functionalitiesSepherosa Ziehau2016-05-276-10/+69
* [iwm] remove dead code.Adrian Chadd2016-05-272-16/+2
* hyperv: Clean up Hyper-V timecounter a bit.Sepherosa Ziehau2016-05-271-10/+17
* hyperv: GC unneeded bitsSepherosa Ziehau2016-05-271-145/+0
* hyperv/vmbus: Move MSR EOM to hyperv_reg.hSepherosa Ziehau2016-05-272-2/+4
* hyperv: Move timer related MSRs into hyperv_reg.hSepherosa Ziehau2016-05-273-13/+26
* Use vm_page_replace_checked() instead of vm_page_rename() for implementingAlan Cox2016-05-271-17/+10
* hyperv: Move CPUID related bits to hyperv_reg.h and give them clean nameSepherosa Ziehau2016-05-273-77/+72