summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-01-09When a HT node leaves or reassociates as a non-HT node,Stefan Sperling
2017-01-09Stop defining MIRA_DEBUG by default.Stefan Sperling
2017-01-09Show node MAC addresses in mira debug output.Stefan Sperling
2017-01-09Use a mutex to serialize accesses to buffer slots.Martin Pieuchot
2017-01-09Revert previous, it's a documented behavior and people might rely on it.Martin Pieuchot
2017-01-09Grab the NET_LOCK() in ipcomp input callback.Visa Hankala
2017-01-09Stop and restart the watchdog timer when entering and leaving ddb(4).Martin Pieuchot
2017-01-09Grab the NET_LOCK() in various callbacks.Martin Pieuchot
2017-01-09Make the net80211 stack send EDCA parameters to the driver in hostap mode.Stefan Sperling
2017-01-09pf_purge_thread() needs the NET_LOCK().Martin Pieuchot
2017-01-09Remove unneeded <sys/malloc.h> from Michael W. Bombardieri.Martin Pieuchot
2017-01-09When acting as 11n hostap, send Microsoft WME parameters to clients soStefan Sperling
2017-01-09Manage the HT protection setting if acting as hostap with 11n enabled.Stefan Sperling
2017-01-09The point of ieee80211_node_leave() is to place the node in COLLECT state.Stefan Sperling
2017-01-09When acting as hostap, negotiate HT before calling the driver's ic_newassoc()Stefan Sperling
2017-01-09Fix ieee80211_add_htop(), which is not yet called in active code paths.Stefan Sperling
2017-01-09Sync with NetBSD/luna68k changes.Kenji Aoyama
2017-01-09i386 vmm requires PAE mode to be in use. don't match vmm(4) if ! PAE.Mike Larkin
2017-01-08Revert previous commit as it failed to handle unset vmcs pointers properlyMike Larkin
2017-01-08Use a macro for the Tx timeout value.Visa Hankala
2017-01-08Add support for the RTC found on the Allwinner H3.Mark Kettenis
2017-01-08Specify correct size for the softc.Mark Kettenis
2017-01-08Make aml_rdpciaddr() work for for devices behind bridges. The code nowMark Kettenis
2017-01-08Display color depth alongside resolution when attaching inteldrm andFrederic Cambus
2017-01-08Make urtwn(4) use AMRR instead of letting the firmware handle rate scaling.Stefan Sperling
2017-01-08When if_down() is called, sppp_keepalive() needs a NET_LOCK().Alexander Bluhm
2017-01-07Make getting the parent clock for the SD/MMC controller work on theMark Kettenis
2017-01-07regenMike Larkin
2017-01-07Some newer Intel Xeon E5v4 PCI ids, from Hrvoje PopovskiMike Larkin
2017-01-07reduce statement nesting depth in a couple places, suggested byMike Larkin
2017-01-07add rcs tagsMike Larkin
2017-01-07use 16 bit segment selectors. also reduces differences with i386 vmmMike Larkin
2017-01-07Fill bootstrap translation table with zeroes before we use it and don't mapMark Kettenis
2017-01-07Remove unused MIX_CN_CIN macro, make umidi_evlen[] static, style(9).Alexandre Ratchov
2017-01-06Ansify cpu_sysctl() on mips64 platforms.Frederic Cambus
2017-01-06Add C11 support.Mark Kettenis
2017-01-06Remove the global viftable vector that holds the virtual interfacesRafael Zalamena
2017-01-06Simplify code by removing some old pullup macro, killing some variablesRafael Zalamena
2017-01-06Kill various splsoftnet().Martin Pieuchot
2017-01-06there is no longer a need to ifdef __armv7__ armv6 rev instructionsJonathan Gray
2017-01-06unifdef CPU_ARMv7 and ARM_ARCH_7Jonathan Gray
2017-01-05Pass value as input instead of output register, otherwise we writePatrick Wildt
2017-01-05Now that all non-ARMv7 platforms are gone, tedu the legacy atomicPatrick Wildt
2017-01-05Complete idle PCB allocation for secondary processors so that it makesPatrick Wildt
2017-01-05Checking whether mbuf list is empty is done by the if_input nowMike Belopuhov
2017-01-05Microsoft has allocated us a SubID that we can use to identify OpenBSDMike Belopuhov
2017-01-05Remove some unnecessary code abstractions and while here remove aRafael Zalamena
2017-01-05Don't let producer index become equal with the consumer when writingMike Belopuhov
2017-01-05Fix boot(8) crashing on some amd64 machines when booting from softraid crypto.Stefan Sperling
2017-01-04As noticed by bluhm@ the netlock is required for the multicast cleanupMike Belopuhov