summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-05-18Decrement %tl in trap handler not to make it zero unconditionallynakayama
2016-05-18Get rid of unnecessary assignmentozaki-r
2016-05-18Get rid of unnecessary NULL checkozaki-r
2016-05-18Whether Tx interrupt handler kicks if_start() should not depend on wm_txeof()knakahara
2016-05-18rename WM_TXQ_WORKING to WM_TXQ_NO_SPACEknakahara
2016-05-18Don't try to get outif unnecessarily from in6_selectsrcozaki-r
2016-05-18Fix (unused) pstate mask bits in tstate and comment.nakayama
2016-05-18device drivers should not divert ifp->if_flags to manage H/W satatus.knakahara
2016-05-18refactor: eliminate "txq->txq_descs_size", use WM_TXDESCS_SIZE instead.knakahara
2016-05-18fix unmatched dma sync size for NEWQUEUE. This bug would have causedknakahara
2016-05-17sun4v: Implement missng MMU protection trap handling - mostly from OpenBSDpalle
2016-05-17Update TODO: sun4v_datatrap handling for trap level 0 is workingpalle
2016-05-17Fix RT_IN_PRINTozaki-r
2016-05-17PR kern/46083jdc
2016-05-17Tidy up route_outputozaki-r
2016-05-17initialize buf to NULL for error branch on line 532pooka
2016-05-17Try to get more packets going if the transmit interrupt indicatespooka
2016-05-17Get rid of unnecessary assignmentozaki-r
2016-05-17Fix CORTEXA9Rx definitions.msaitoh
2016-05-17Add initial support for Freescale i.MX7 SoC andryo
2016-05-17Get rcvif once and reuse itozaki-r
2016-05-17Make sure icmp6_redirect_input frees mbuf before returnozaki-r
2016-05-17Mark a diagnostic only variablemartin
2016-05-17Clamt the PAX_ASLR random value to the max bits we have for VA.christos
2016-05-17Hook to clamp the random value for mmap for machies that don't have enoughchristos
2016-05-16Avoid assembler-specific defines by using the export keyword in genassym.cf i...palle
2016-05-16Add workaround for PR kern/51135pooka
2016-05-16Simplify and fixup roothub interrupt transfers to work as well as beforeskrll
2016-05-16Use M_GETCTX and M_SETCTX instead of open-coding rcvifozaki-r
2016-05-16Update commentskrll
2016-05-16Really fix commentskrll
2016-05-16Update kern.ldscript.4MB. It is the same as kern.ldscript, but with a largemaxv
2016-05-16Apply if_get and if_put to bridge(4)ozaki-r
2016-05-16Replace ifnet_lock with if_get and if_putozaki-r
2016-05-16Introduce if_get, if_get_byindex and if_putozaki-r
2016-05-15%g1 is not preserved across function call, so load it beforenakayama
2016-05-15Use _align(2) workaround for PR kern/51141. This fixes odd CD lengthreinoud
2016-05-15define ALTENTRY(), needed by dtrace.chs
2016-05-15Fix commentskrll
2016-05-15Typo in commentskrll
2016-05-15Explicitly mention MP_TRAMPOLINE in these comments, so that NXR links them.maxv
2016-05-15Split the PRELOADED_MODULES+BOOTSTRAP_TABLES chunk into two separatemaxv
2016-05-15Reduce the diff between amd64 and i386. We invert two instructions onmaxv
2016-05-14Turn on MPROTECT on GENERIC and both MPROTECT and ASLR on XEN*christos
2016-05-14only print debugging info if we are actually going to change the permission.christos
2016-05-14In station mode filter packets that or not for us in case themlelstv
2016-05-14KNF so it appears aligned on NXR, and fix a comment.maxv
2016-05-14All com devices have an issue that they sleep in the final closemlelstv
2016-05-14#if 0 an assert around rootintr that's no longer correct. root hubskrll
2016-05-14Actually, put the NOX identification above. Old CPUs do not support themaxv