summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-04-13Remove extra parenthesis around comparison.Vincent Gross
2016-04-13add missing arguments to debug printfMike Larkin
2016-04-12Simplify amap traversal in amap_swap_off.Stefan Kempf
2016-04-12No need to rescan chunks in each discipline to find appropriateKenneth R Westerback
2016-04-12Unbreak tree. Put 'laddr6' declaration inside #ifdef INET6/#endif.Kenneth R Westerback
2016-04-12Call if_enqueue() and if_start() instead of dereferencing the ifpMartin Pieuchot
2016-04-12shuffle attach so we read chip capabilities before operating on itDavid Gwynne
2016-04-12Call ether_fakeaddr() instead of faking Ethernet addresses manually.Martin Pieuchot
2016-04-12Call debug register dump functions in error conditions (if VMM_DEBUG set)Mike Larkin
2016-04-12Remove unneeded art_free().Martin Pieuchot
2016-04-12Set bridge(4)'s if_output to a dummy function returning EAFNOSUPPORT asMartin Pieuchot
2016-04-12Only build the vcpu register dump functions if VMM_DEBUG is enabled, noMike Larkin
2016-04-11Simplify in_pcblookup_local() logic.Vincent Gross
2016-04-11Rename in_pcblookup() to in_pcblookup_local() and change its prototypeVincent Gross
2016-04-11This code chunk has been disabled since its import, and what is does isVincent Gross
2016-04-11Search in the correct routing table if NPF is not defined.Martin Pieuchot
2016-04-11Add functions to dump vcpu register state. Needed for some upcoming diffs.Mike Larkin
2016-04-11Clarify some commentsMike Larkin
2016-04-10For now, disable ahc(4) such that GENERIC.MP kernels don't overflow the 8MMark Kettenis
2016-04-10Fix layer violation in the ihidev(4) code by implementing a generic mechanismMark Kettenis
2016-04-10remove an uneeded includeJonathan Gray
2016-04-10Don't try to get a board name string before attaching mainbus with theJonathan Gray
2016-04-08We must always check if the socket is already bound, and always setVincent Gross
2016-04-08Fix match function so that the cortex bus only attaches if the attachPatrick Wildt
2016-04-08syncReyk Floeter
2016-04-08Add Intel Bay Trail EHCI (as found on 1st gen Compute Stick)Reyk Floeter
2016-04-08Get rid of some infrastrcuture that is now obsolete and synchronize some ofMark Kettenis
2016-04-08add m_purge for freeing a list of mbufs linked via m_nextpktDavid Gwynne
2016-04-07Retry the drm_crtc.c "idr"conversion. Turns out the xf86-video-intel driverMark Kettenis
2016-04-07Return -ENOSPC if idr_alloc() fails to allocate an unused id instead ofMark Kettenis
2016-04-07Instead of panicking if an mbuf(9) already has a statekey dump itsMartin Pieuchot
2016-04-07Always call bread_cluster() instead of calling it only if the currentMartin Pieuchot
2016-04-07Share clone bitmap between aliased vnodes. This prevents duplicate cloneMartin Natano
2016-04-06Revert the drm_crt.c "idr" conversion as it breaks X on (at least) the T430s.Mark Kettenis
2016-04-06Remove some pre-idr leftovers.Mark Kettenis
2016-04-06Another "idr" conversion.Mark Kettenis
2016-04-06Convert memory extract routine to return errno-based errors.Patrick Wildt
2016-04-06Add support for bus space translation.Patrick Wildt
2016-04-06define number of exit/entry save/load MSRs as a #define instead of a magicMike Larkin
2016-04-06correct the order of arguments to m_get in m_dup_pktDavid Gwynne
2016-04-05Use the "idr" API here as well, reducing the diffs to Linux.Mark Kettenis
2016-04-05Move reserved port checks from in(6)_pcbaddrisavail() to in_pcbbind().Vincent Gross
2016-04-05Add $OpenBSD$ markers.Mark Kettenis
2016-04-05Now that we the "idr" API, we can get rid of a lot ofMark Kettenis
2016-04-05Add an implementation of the Linux "idr" API.Mark Kettenis
2016-04-05Remove completely out-of-date comment about locking protocol.Mark Kettenis
2016-04-05Move inp_laddr assignment after in_pcbpickport(), extend in_pcbpickport()Vincent Gross
2016-04-05Increase size of the clone bitmap (revised diff after revert). I haveMartin Natano
2016-04-05Support processors without unrestricted guest capability.Mike Larkin
2016-04-05Split out the generic GEM code (like Linux did) and switch it over toMark Kettenis