summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-09-22Fix indentation of a break statement. No binary change.Jonathan Gray
2016-09-21If not set, set hw_vendor to the name of the first pvbus.Reyk Floeter
2016-09-21sysctl KERN_ARND is no longer used (in ports, it only occurs in fallbackTheo de Raadt
2016-09-21Always set the bit which allows RTS in iwm's LQ command.Stefan Sperling
2016-09-21Make iwm protect the session during association more like Linux does it.Stefan Sperling
2016-09-21Properly support the mac context command in iwm. This was wrong in many ways.Stefan Sperling
2016-09-21Make iwm return EBUSY from its ic_ampdu_rx_start() handler andStefan Sperling
2016-09-21Fix nfsrv_symlink() indentation. No binary change.Jonathan Gray
2016-09-21For the keep-alive period in iwm's power command, use the DTIM periodStefan Sperling
2016-09-21Copy the AP's actual EDCA parameters into iwm's mac context commandStefan Sperling
2016-09-21Add the BSS's basic rates to iwm's LQ command, not all the rates.Stefan Sperling
2016-09-21When processing an ADDBA request, iwm(4) runs a task which sends aStefan Sperling
2016-09-21Modernize arm assembly in the kernel for clang.Mark Kettenis
2016-09-21Remove some dead code and only enable tx and rx interrupts.Mark Kettenis
2016-09-21straighten the chairsDavid Gwynne
2016-09-21SierraWireless MC7455.Martin Pieuchot
2016-09-21regenMartin Pieuchot
2016-09-21SierraWireless MC7455Martin Pieuchot
2016-09-21Remove a hack now that the USB stack correctly set the maximum packetMartin Pieuchot
2016-09-21Sprinkle some #ifdef _KERNEL, autumn is here.Martin Pieuchot
2016-09-21Remove recursive splsoftnet() calls, from David Hill.Martin Pieuchot
2016-09-20Remove duplicated includes in stdlib.h and termios.hFrederic Cambus
2016-09-20properly set our state to down when we initially create the session.Peter Hessler
2016-09-20little bit of whitespacePeter Hessler
2016-09-20sprinkle some splsoftnet around sosocket and our soon-to-be-rtmsg locationsPeter Hessler
2016-09-20Complete bus_dmamap_load_raw(9) implementation for ARM. My initialPatrick Wildt
2016-09-20Create and destroy cloneable interfaces under splsoftnetMike Belopuhov
2016-09-20Protect soshutdown() with splsoftnet() to define one layer whereAlexander Bluhm
2016-09-20Fifo did work around the socket layer. Better call soconnect2()Alexander Bluhm
2016-09-20Sprinkle splsoftnets in TDB timeout callbacks; ok bluhmMike Belopuhov
2016-09-20Parse the DTIM count and period advertised in beacons and store themStefan Sperling
2016-09-20Use splsoftassert() together with IPL_SOFTNET. On alpha and m88kAlexander Bluhm
2016-09-20Mostly cosmetic tweaks to macros involved in iwm(4) power-saving features.Stefan Sperling
2016-09-20Add some spl softnet assertions that will help us to find the rightAlexander Bluhm
2016-09-20we will also want the echo timing paramaterPeter Hessler
2016-09-20Not needed anymoreMike Belopuhov
2016-09-20Switch to the new NDIS headerMike Belopuhov
2016-09-20Add a new NDIS headerMike Belopuhov
2016-09-20Add a missing status defineMike Belopuhov
2016-09-20Attach event counterMike Belopuhov
2016-09-20Add an API to hook up event countersMike Belopuhov
2016-09-20one too many close parenthesesJasper Lievisse Adriaanse
2016-09-20whitespace fixes, no functional changeDavid Gwynne
2016-09-19Make this build again.Mark Kettenis
2016-09-19ansify function definitionsJasper Lievisse Adriaanse
2016-09-19convert bcopy to memcpy. from david hillTed Unangst
2016-09-19convert bcopy to memcpy. from david hill.Ted Unangst
2016-09-19convert bcopy to memcpy. from david hill. ok jcaTed Unangst
2016-09-19fix whitespace at EOLJasper Lievisse Adriaanse
2016-09-19Correctly check for valid maximum packet size.Martin Pieuchot