summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-12-13Use new xs_{get,set}num functions instead of hand-rolled weirdnessMike Belopuhov
2016-12-13Fix up tsleep priorities and make them interruptibleMike Belopuhov
2016-12-13Enable xbf(4)Mike Belopuhov
2016-12-13Bounce unaligned transfer data through a scratch bufferMike Belopuhov
2016-12-13Poll until the ITSDONE flag is set on the transferMike Belopuhov
2016-12-13Add an efibind.h for arm64. Taken from edk2, modified to be similarPatrick Wildt
2016-12-13Propagate the routing table id in ip_mrouter_set() so the MRT_ADD_VIFRafael Zalamena
2016-12-13make v6 tunnel address handling consider ipv6 scope.David Gwynne
2016-12-12Tweak IPI register definitions.Visa Hankala
2016-12-12Kill recursive splsoftnet().Martin Pieuchot
2016-12-12Pass WSDISPLAYIO_{GET,SET}PARAM to ws_{get,set}_param. This allowsYASUOKA Masahiko
2016-12-12Remove most of the splsoftnet() recursions related to cloned interfaces.Martin Pieuchot
2016-12-12Use DPRINTF instead of printf() in #ifdef UAUDIO_DEBUG section. FromAlexandre Ratchov
2016-12-12Remove (likely wrong) code commented since revision 1.1. FromAlexandre Ratchov
2016-12-12Simplify auacer_activate(). From Michael W. Bombardieri <mb at ii.net>Alexandre Ratchov
2016-12-12Remove few useless #ifdef AUDIO_DEBUG, spotted byAlexandre Ratchov
2016-12-12Match on the FTDI Suunto product id, from Kristaps Dzonsons who testedJonathan Gray
2016-12-12Add support for Option iCON 505 from Piotr Isajew and consistentlyJonathan Gray
2016-12-12regenJonathan Gray
2016-12-12Add Option iCON 505 from Piotr Isajew and consistentlyJonathan Gray
2016-12-11Determine the available CPUs.Visa Hankala
2016-12-10Bring back the sector count variable as it's used in the debug printfMike Belopuhov
2016-12-10Don't fail if optional feature properties aren't foundMike Belopuhov
2016-12-10Add support for MIMO Tx rates (MCS 8-15) to iwm(4).Stefan Sperling
2016-12-10Make mira rate scaling actually work with MIMO Tx rates.Stefan Sperling
2016-12-10In iwm(4), do not enable HT protection (RTS) unconditionally if the AP requiresStefan Sperling
2016-12-10Pass the correct offset of the next protocol field for the given IPPatrick Wildt
2016-12-10Make retry-heavy rates less attractive to mira.Stefan Sperling
2016-12-09Update the media as the last step in the SFP module configurationMike Belopuhov
2016-12-09Convert to the new xs_{get,set}num XenStore APIMike Belopuhov
2016-12-09Convert to the new xs_{get,set}num XenStore APIMike Belopuhov
2016-12-09New XenStore public API function to read numeric valuesMike Belopuhov
2016-12-08Silence scan-build; with prodding from jsg@Mike Belopuhov
2016-12-08Fix mira's next intra-rate calculations for MCS >= 8.Stefan Sperling
2016-12-08iwm(4) was stripping some bits from the MCS index value before passingStefan Sperling
2016-12-08Return ENODEV if playback is requested on devices with no DACs orAlexandre Ratchov
2016-12-08Add a routine for setting up interrupt handlers using fdt.Visa Hankala
2016-12-08Add fdt_attach_args and simplebus for implementing fdt-capableVisa Hankala
2016-12-08fix spelling errors and typos, from Michael W. BombardieriTheo de Raadt
2016-12-07Add required padding to the response descriptorMike Belopuhov
2016-12-07Response status field is signed; adjust the debug messageMike Belopuhov
2016-12-07Fall back to the minimum amount of ring pagesMike Belopuhov
2016-12-07splbio isn't doing us any good here and prevents polling from workingMike Belopuhov
2016-12-07Add mira support to iwn(4).Stefan Sperling
2016-12-07Add a commented out entry for xbf(4)Mike Belopuhov
2016-12-07Add xbf(4)Mike Belopuhov
2016-12-07A driver for Xen Blkfront heavily based on vdsk(4) from kettenis@Mike Belopuhov
2016-12-07Add a simple mechanism to poll for a change in the property valueMike Belopuhov
2016-12-07Factor out the polling loop into a separate functionMike Belopuhov
2016-12-07Return proper error values from xs_{get,set}propMike Belopuhov