Age | Commit message (Expand) | Author |
2016-12-29 | Eliminate 68 unused static variables that gcc complains about. | Kenneth R Westerback |
2016-12-27 | Add cast to silence warnings generated by clang. | Mark Kettenis |
2016-12-26 | Fix typo, happend -> happened | Jeremie Courreges-Anglas |
2016-12-24 | Make the boot programs support booting from softraid on 4K byte sector | YASUOKA Masahiko |
2016-12-24 | Remove some unused variables that have been removed upstream as well. | Mark Kettenis |
2016-12-24 | Put a bit more unused code under #ifdef notyet to prevent a clang warning. | Mark Kettenis |
2016-12-23 | Define HAL_OPCODE using enum ieee80211_opmode to prevent clang from warning | Mark Kettenis |
2016-12-23 | Add missing sentinel. | Mark Kettenis |
2016-12-23 | Hide static inline functions that are only used in debug code behind the same | Mark Kettenis |
2016-12-23 | Implement disk detaching | Mike Belopuhov |
2016-12-21 | Remove the rwlock paranoia since we're under KERNEL_LOCK anyway | Mike Belopuhov |
2016-12-20 | Fix compiler warnings generated by clang. This matches upstream commit | Mark Kettenis |
2016-12-20 | In midiread() and midiwrite(), add a second goto label to | Alexandre Ratchov |
2016-12-20 | Fix many typos. From Michael W. Bombardieri <mb at ii.net>. Thanks | Alexandre Ratchov |
2016-12-20 | Simplify the activate() functions of auglx(4), autri(4), and | Alexandre Ratchov |
2016-12-20 | Group identical close_in_jack() and close_out_jack() into a single | Alexandre Ratchov |
2016-12-20 | Set free(9) size argument. From Michael W. Bombardieri <mb at ii.net>. | Alexandre Ratchov |
2016-12-19 | Implement interface detaching | Mike Belopuhov |
2016-12-19 | Add experimental support for device hot-plugging | Mike Belopuhov |
2016-12-18 | Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t) | Kenneth R Westerback |
2016-12-18 | Remove comparison of array which is always non-NULL. Fixes clang warning. | Mark Kettenis |
2016-12-18 | Add cast to mask and shift macros to silence warnings generated by clang. | Mark Kettenis |
2016-12-18 | While copying out channel flags to userspace, omit the HT channel flag if | Stefan Sperling |
2016-12-16 | When running on Azure, the initial timesync "sync" message is not correct, | Reyk Floeter |
2016-12-15 | Remove rasops2 (2-bit color depth) functions, they are unused. | Frederic Cambus |
2016-12-15 | Regen usbdevs | Paul Irofti |
2016-12-15 | Add Intel Bluetooth devices found on x250 and x260 Thinkpads. | Paul Irofti |
2016-12-15 | fix build when DIAGNOSTIC is not defined | Jonathan Gray |
2016-12-14 | Kill compat for old VNDIOCSET; ok deraadt@ | Jeremie Courreges-Anglas |
2016-12-14 | Various typos and minor cleanup | Mike Belopuhov |
2016-12-13 | Use new xs_{get,set}num functions instead of hand-rolled weirdness | Mike Belopuhov |
2016-12-13 | Fix up tsleep priorities and make them interruptible | Mike Belopuhov |
2016-12-13 | Bounce unaligned transfer data through a scratch buffer | Mike Belopuhov |
2016-12-13 | Poll until the ITSDONE flag is set on the transfer | Mike Belopuhov |
2016-12-12 | Use DPRINTF instead of printf() in #ifdef UAUDIO_DEBUG section. From | Alexandre Ratchov |
2016-12-12 | Remove (likely wrong) code commented since revision 1.1. From | Alexandre Ratchov |
2016-12-12 | Simplify auacer_activate(). From Michael W. Bombardieri <mb at ii.net> | Alexandre Ratchov |
2016-12-12 | Remove few useless #ifdef AUDIO_DEBUG, spotted by | Alexandre Ratchov |
2016-12-12 | Match on the FTDI Suunto product id, from Kristaps Dzonsons who tested | Jonathan Gray |
2016-12-12 | Add support for Option iCON 505 from Piotr Isajew and consistently | Jonathan Gray |
2016-12-12 | regen | Jonathan Gray |
2016-12-12 | Add Option iCON 505 from Piotr Isajew and consistently | Jonathan Gray |
2016-12-10 | Bring back the sector count variable as it's used in the debug printf | Mike Belopuhov |
2016-12-10 | Don't fail if optional feature properties aren't found | Mike Belopuhov |
2016-12-10 | Add support for MIMO Tx rates (MCS 8-15) to iwm(4). | Stefan Sperling |
2016-12-10 | In iwm(4), do not enable HT protection (RTS) unconditionally if the AP requires | Stefan Sperling |
2016-12-10 | Make retry-heavy rates less attractive to mira. | Stefan Sperling |
2016-12-09 | Update the media as the last step in the SFP module configuration | Mike Belopuhov |
2016-12-09 | Convert to the new xs_{get,set}num XenStore API | Mike Belopuhov |
2016-12-09 | Convert to the new xs_{get,set}num XenStore API | Mike Belopuhov |