summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2017-11-27Stop reporting WPA and WEP keys back to userland.Stefan Sperling
2017-11-27lenght->length, mostly in commentsStuart Henderson
2017-11-27Revise the linux sleeping compat code to avoid lock ordering problems.Mark Kettenis
2017-11-27Use a single timer for all ND6 entries.Martin Pieuchot
2017-11-27Check access before creating a file or directory.helg
2017-11-27When renaming a file, unlock the target vnode if the target file exists.helg
2017-11-27Remove MALLOC_DEBUG left overs.Martin Pieuchot
2017-11-27Enable ne(4) at pcmcia.Martin Pieuchot
2017-11-27OMAP4 has two watchdog timers timer 2/MPU and timer 3/IVA.Jonathan Gray
2017-11-27Add support for SAS3.5 megaraids, which are sold as Dell PERC H740P/840 andJonathan Matthew
2017-11-27regenJonathan Matthew
2017-11-27add SAS3.5 megaraidsJonathan Matthew
2017-11-27Fix comment typoPhilip Guenther
2017-11-26Add various improvements to the default configuration (better defaultUlf Brosziewski
2017-11-26Don't mention XOR as a mix-in function since addition is done since 1.180Mike Belopuhov
2017-11-26Xen interrupt task barrier is just a taskq_barrier so call itMike Belopuhov
2017-11-26On wqe error, show also word2 and word3. Those might help in debugging.Visa Hankala
2017-11-26Initialize Rx subsystems before enabling the processing of incomingVisa Hankala