summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-01-11No need for a splsoftnet()/splx() dance when the KERNEL_LOCK() is whatMartin Pieuchot
2017-01-11Use explicit_bzero() to wipe copybuffer when logging out of the console.Frederic Cambus
2017-01-11Update floating point header to better represent 64-bit ARM.Patrick Wildt
2017-01-10Fix white spaces. No binary change.Alexander Bluhm
2017-01-10Replace manual for() loops with FOREACH() macro.Alexander Bluhm
2017-01-10Remove the unused olddp parameter from function dounmount().Alexander Bluhm
2017-01-10Introduce pvbus_reboot() and pvbus_shutdown() to move the repeatedReyk Floeter
2017-01-10Cleanup TCB header a la OpenBSD/armv7.Patrick Wildt
2017-01-10Add rd(4) to OpenBSD/arm64's list of devices. Additionally, purge thePatrick Wildt
2017-01-10enable acpihve(4)Jonathan Gray
2017-01-10matching i386 diff from previous amd64 - ensure page walk length 4, as weMike Larkin
2017-01-10Do not use a 'struct route_in6' when there's no need to cache the resultMartin Pieuchot
2017-01-10ensure EPT page walk length 4. We don't support other page walk lengthsMike Larkin
2017-01-10Remove NULL checks before m_free(9), it deals with it.Martin Pieuchot
2017-01-10Hyper-V hosts make 64 bytes of entropy available to guests in the formJonathan Gray
2017-01-10Display resolution and color depth when attaching.Frederic Cambus
2017-01-10Make receiving A-MPDUs with an 11n-enabled athn(4) driver work by notStefan Sperling
2017-01-10Enable snooping on Braswell. Fixes audio distortion on Acer TravelMateJonathan Gray
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