Age | Commit message (Expand) | Author |
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 |
2017-01-07 | Fill bootstrap translation table with zeroes before we use it and don't map | Mark Kettenis |
2017-01-07 | Remove unused MIX_CN_CIN macro, make umidi_evlen[] static, style(9). | Alexandre Ratchov |
2017-01-06 | Ansify cpu_sysctl() on mips64 platforms. | Frederic Cambus |
2017-01-06 | Add C11 support. | Mark Kettenis |
2017-01-06 | Remove the global viftable vector that holds the virtual interfaces | Rafael Zalamena |
2017-01-06 | Simplify code by removing some old pullup macro, killing some variables | Rafael Zalamena |
2017-01-06 | Kill various splsoftnet(). | Martin Pieuchot |
2017-01-06 | there is no longer a need to ifdef __armv7__ armv6 rev instructions | Jonathan Gray |
2017-01-06 | unifdef CPU_ARMv7 and ARM_ARCH_7 | Jonathan Gray |
2017-01-05 | Pass value as input instead of output register, otherwise we write | Patrick Wildt |
2017-01-05 | Now that all non-ARMv7 platforms are gone, tedu the legacy atomic | Patrick Wildt |
2017-01-05 | Complete idle PCB allocation for secondary processors so that it makes | Patrick Wildt |
2017-01-05 | Checking whether mbuf list is empty is done by the if_input now | Mike Belopuhov |
2017-01-05 | Microsoft has allocated us a SubID that we can use to identify OpenBSD | Mike Belopuhov |
2017-01-05 | Remove some unnecessary code abstractions and while here remove a | Rafael Zalamena |
2017-01-05 | Don't let producer index become equal with the consumer when writing | Mike Belopuhov |
2017-01-05 | Fix boot(8) crashing on some amd64 machines when booting from softraid crypto. | Stefan Sperling |
2017-01-04 | As noticed by bluhm@ the netlock is required for the multicast cleanup | Mike Belopuhov |