summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-12-04Make divert lookup similar for all socket types. If PF_TAG_DIVERTEDAlexander Bluhm
2017-12-04Change __mp_lock_held() to work with an arbitrary CPU info structure andMartin Pieuchot
2017-12-04Use _kernel_lock_held() instead of __mp_lock_held(&kernel_lock).Martin Pieuchot
2017-12-03Enable bgw(4).Mark Kettenis
2017-12-03Enumerate all i2c devices on the bus. Mark their nodes as attached evenMark Kettenis
2017-12-03Rename ci_number to ci_cpuid to match other archs.Martin Pieuchot
2017-12-01Add quotes around the name of (unconfigured) devices like we do for otherMark Kettenis
2017-12-01Fix white spaces and shorten long line.Alexander Bluhm
2017-12-01Simplify the reverse PCB lookup logic. The PF_TAG_TRANSLATE_LOCALHOSTAlexander Bluhm
2017-11-30Fix the IPL and flags of the MP-safe crypto taskq. Now a sane IPLVisa Hankala
2017-11-30Fix typos in comments.Nayden Markatchev
2017-11-30Add bgw(4), a driver for a family of Bosch acceleration sensors.Mark Kettenis
2017-11-30vn_open(9) does not pass the open(2) flags to VOP_CREATE(9) so we can'thelg
2017-11-30__MAP_NOFAULT doesn't make sense with anon mappings, so return EINVAL ifPhilip Guenther
2017-11-30Per https://patchwork.kernel.org/patch/5838821/, the documented check of ACPIPhilip Guenther
2017-11-29Add support for GPIO-signaled events.Mark Kettenis
2017-11-29Make mpe(4) work again by:Claudio Jeker
2017-11-29Revert 1.353, this breaks mpe(4). Also it seems not complete since rt_ifa_delClaudio Jeker
2017-11-29Revise OperatingRegion code to make it extensible and have chvgpio(4)Mark Kettenis
2017-11-29Show line number correctly in synthetic mutex names.Visa Hankala
2017-11-29turns out you dont have to configure a vsi as the default in a veb.David Gwynne
2017-11-29regenDavid Gwynne
2017-11-29add some mellanox partsDavid Gwynne
2017-11-29fix this on sparc64 (or maybe gcc)David Gwynne
2017-11-29let this build on sparc64 again.David Gwynne
2017-11-29vmm(4) :Add the ukvm/Solo5 hypercall I/O ports to the list of ports to beMike Larkin
2017-11-29add an adaptive polling mode when no interrupt handler is available,Joshua Stein
2017-11-29make vmm(4) less responsible for initial register state, preferring to letMike Larkin
2017-11-29Add a bunch of DPRINTFs in failure paths, fix some whitespace and someMike Larkin
2017-11-29add some comments. no functional changeMike Larkin
2017-11-28refer to ixl as "Intel Ethernet 700 Series"David Gwynne
2017-11-28remove the #if 0ed out ixl_add_veb now that cvs has backed it upDavid Gwynne
2017-11-28add missing $OpenBSD$ tagDavid Gwynne
2017-11-28add ixl(4) for the "Intel Ethernet 700 Series"David Gwynne
2017-11-28Silence the "Unclaimed register before interrupt" errors. While these doMark Kettenis
2017-11-28Raise the IPL of the sbar taskq to avoid lock order issuesVisa Hankala
2017-11-28The divert structure was using the port number to indicate thatAlexander Bluhm
2017-11-28fktrace(2) has been removedPhilip Guenther
2017-11-28Fix mbuf leak when an interface is destroyed while forwarding IPv6Martin Pieuchot
2017-11-28fix some clang warnings when building with VMM_DEBUG. Matches a previousMike Larkin
2017-11-28better handling for invalid instruction lengths.Mike Larkin
2017-11-28better handling for invalid instruction lengths.Mike Larkin
2017-11-28Use mutex_trylock() rather than mixing Linux APIs with OpenBSD ones.Martin Pieuchot
2017-11-28deadproc_mutex is only taken _before_ kernel_lock; exclude it fromPhilip Guenther
2017-11-28syncPhilip Guenther
2017-11-28Delete fktrace(2). The consequences of it were not thought throughPhilip Guenther
2017-11-28The athn(4) PCI driver forgot about adding the default noisefloor toStefan Sperling
2017-11-28In athn(4), fix a comment which misidentifies the field where RSSIStefan Sperling
2017-11-27The divert structure was using the port number to indicate thatAlexander Bluhm
2017-11-27Change fusefs_link to return EPERM if the source file is a directory.helg