Age | Commit message (Expand) | Author |
2017-01-20 | Merge two conditional expressions | Mike Belopuhov |
2017-01-20 | sdmmc sd(4) devices should be marked SID_REMOVABLE, so that eject(1) can | Theo de Raadt |
2017-01-19 | No need for conditionals around free(9) | Mike Belopuhov |
2017-01-19 | Zero a return value variable at the start of hifn_process() to avoid | Jonathan Gray |
2017-01-19 | Export the host time to the guest, add it as a timedelta sensor in vmmci(4) | Reyk Floeter |
2017-01-18 | Don't forget to free bounce buffer data when destroying the ring | Mike Belopuhov |
2017-01-18 | Fixup typos reported by Adam Jeanguenat <avj at fig ! 6v6 ! org>, thanks! | Mike Belopuhov |
2017-01-17 | Add missing malloc(9) return value check in athn_node_alloc(). | Stefan Sperling |
2017-01-16 | Let it compile with debugging enabled | Mike Belopuhov |
2017-01-16 | Clean up SCSI operation status and state defines | Mike Belopuhov |
2017-01-16 | Make sure we're producing a 64-bit value when shifting left | Mike Belopuhov |
2017-01-14 | Revert aml_rdpciaddr changes; breaks several machines that were working | Mark Kettenis |
2017-01-13 | Add vmmci(4) (VMM control interface), a simple guest-side driver for vmm(4) VMs | Reyk Floeter |
2017-01-13 | sync | Reyk Floeter |
2017-01-13 | Add PCI ID for vmm control interface | Reyk Floeter |
2017-01-12 | Execute XenStore watch callbacks on a dedicated task queue | Mike Belopuhov |
2017-01-12 | Rename ieee80211_mira_node_destroy() to ieee80211_mira_cancel_timeouts(). | Stefan Sperling |
2017-01-12 | Finish initial 11n support for athn(4). | Stefan Sperling |
2017-01-11 | Increase the size of the buffers used for _HID and _CID strings to be | Jonathan Gray |
2017-01-11 | Use explicit_bzero() to wipe copybuffer when logging out of the console. | Frederic Cambus |
2017-01-10 | Introduce pvbus_reboot() and pvbus_shutdown() to move the repeated | Reyk Floeter |
2017-01-10 | Hyper-V hosts make 64 bytes of entropy available to guests in the form | Jonathan Gray |
2017-01-10 | Enable snooping on Braswell. Fixes audio distortion on Acer TravelMate | Jonathan Gray |
2017-01-09 | Remove unneeded <sys/malloc.h> from Michael W. Bombardieri. | Martin Pieuchot |
2017-01-08 | Use a macro for the Tx timeout value. | Visa Hankala |
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-07 | regen | Mike Larkin |
2017-01-07 | Some newer Intel Xeon E5v4 PCI ids, from Hrvoje Popovski | Mike Larkin |
2017-01-07 | Remove unused MIX_CN_CIN macro, make umidi_evlen[] static, style(9). | Alexandre Ratchov |
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 | Don't let producer index become equal with the consumer when writing | Mike Belopuhov |
2017-01-04 | In the set_params() routine, remove the AUDIO_ENCODING_ULINEAR case | Alexandre Ratchov |
2017-01-04 | better handle empty or full rx rings. | David Gwynne |
2017-01-03 | Add simplefb(4), a driver to support the framebuffer set up by the firmware | Mark Kettenis |
2017-01-03 | No need to set use_maxpkt twice. From Michael W. Bombardieri. Thanks. | Alexandre Ratchov |
2017-01-03 | If gain is above MAX, no need to check whether it's below MIN. | Alexandre Ratchov |
2017-01-03 | No need to include sys/malloc.h. From Michael W. Bombardieri. Thanks. | Alexandre Ratchov |
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 |