Age | Commit message (Expand) | Author |
2017-01-11 | No need for a splsoftnet()/splx() dance when the KERNEL_LOCK() is what | Martin Pieuchot |
2017-01-11 | Use explicit_bzero() to wipe copybuffer when logging out of the console. | Frederic Cambus |
2017-01-11 | Update floating point header to better represent 64-bit ARM. | Patrick Wildt |
2017-01-10 | Fix white spaces. No binary change. | Alexander Bluhm |
2017-01-10 | Replace manual for() loops with FOREACH() macro. | Alexander Bluhm |
2017-01-10 | Remove the unused olddp parameter from function dounmount(). | Alexander Bluhm |
2017-01-10 | Introduce pvbus_reboot() and pvbus_shutdown() to move the repeated | Reyk Floeter |
2017-01-10 | Cleanup TCB header a la OpenBSD/armv7. | Patrick Wildt |
2017-01-10 | Add rd(4) to OpenBSD/arm64's list of devices. Additionally, purge the | Patrick Wildt |
2017-01-10 | enable acpihve(4) | Jonathan Gray |
2017-01-10 | matching i386 diff from previous amd64 - ensure page walk length 4, as we | Mike Larkin |
2017-01-10 | Do not use a 'struct route_in6' when there's no need to cache the result | Martin Pieuchot |
2017-01-10 | ensure EPT page walk length 4. We don't support other page walk lengths | Mike Larkin |
2017-01-10 | Remove NULL checks before m_free(9), it deals with it. | Martin Pieuchot |
2017-01-10 | Hyper-V hosts make 64 bytes of entropy available to guests in the form | Jonathan Gray |
2017-01-10 | Display resolution and color depth when attaching. | Frederic Cambus |
2017-01-10 | Make receiving A-MPDUs with an 11n-enabled athn(4) driver work by not | Stefan Sperling |
2017-01-10 | Enable snooping on Braswell. Fixes audio distortion on Acer TravelMate | Jonathan Gray |
2017-01-09 | When a HT node leaves or reassociates as a non-HT node, | Stefan Sperling |
2017-01-09 | Stop defining MIRA_DEBUG by default. | Stefan Sperling |
2017-01-09 | Show node MAC addresses in mira debug output. | Stefan Sperling |
2017-01-09 | Use a mutex to serialize accesses to buffer slots. | Martin Pieuchot |
2017-01-09 | Revert previous, it's a documented behavior and people might rely on it. | Martin Pieuchot |
2017-01-09 | Grab the NET_LOCK() in ipcomp input callback. | Visa Hankala |
2017-01-09 | Stop and restart the watchdog timer when entering and leaving ddb(4). | Martin Pieuchot |
2017-01-09 | Grab the NET_LOCK() in various callbacks. | Martin Pieuchot |
2017-01-09 | Make the net80211 stack send EDCA parameters to the driver in hostap mode. | Stefan Sperling |
2017-01-09 | pf_purge_thread() needs the NET_LOCK(). | Martin Pieuchot |
2017-01-09 | Remove unneeded <sys/malloc.h> from Michael W. Bombardieri. | Martin Pieuchot |
2017-01-09 | When acting as 11n hostap, send Microsoft WME parameters to clients so | Stefan Sperling |
2017-01-09 | Manage the HT protection setting if acting as hostap with 11n enabled. | Stefan Sperling |
2017-01-09 | The point of ieee80211_node_leave() is to place the node in COLLECT state. | Stefan Sperling |
2017-01-09 | When acting as hostap, negotiate HT before calling the driver's ic_newassoc() | Stefan Sperling |
2017-01-09 | Fix ieee80211_add_htop(), which is not yet called in active code paths. | Stefan Sperling |
2017-01-09 | Sync with NetBSD/luna68k changes. | Kenji Aoyama |
2017-01-09 | i386 vmm requires PAE mode to be in use. don't match vmm(4) if ! PAE. | Mike Larkin |
2017-01-08 | Revert previous commit as it failed to handle unset vmcs pointers properly | Mike Larkin |
2017-01-08 | Use a macro for the Tx timeout value. | Visa Hankala |
2017-01-08 | Add support for the RTC found on the Allwinner H3. | Mark Kettenis |
2017-01-08 | Specify correct size for the softc. | Mark Kettenis |
2017-01-08 | Make aml_rdpciaddr() work for for devices behind bridges. The code now | Mark Kettenis |
2017-01-08 | Display color depth alongside resolution when attaching inteldrm and | Frederic Cambus |
2017-01-08 | Make urtwn(4) use AMRR instead of letting the firmware handle rate scaling. | Stefan Sperling |
2017-01-08 | When if_down() is called, sppp_keepalive() needs a NET_LOCK(). | Alexander Bluhm |
2017-01-07 | Make getting the parent clock for the SD/MMC controller work on the | Mark Kettenis |
2017-01-07 | regen | Mike Larkin |
2017-01-07 | Some newer Intel Xeon E5v4 PCI ids, from Hrvoje Popovski | Mike Larkin |
2017-01-07 | reduce statement nesting depth in a couple places, suggested by | Mike Larkin |
2017-01-07 | add rcs tags | Mike Larkin |
2017-01-07 | use 16 bit segment selectors. also reduces differences with i386 vmm | Mike Larkin |