Age | Commit message (Expand) | Author |
2017-03-19 | regen | Jonathan Gray |
2017-03-19 | Add Intel devices for Kaby Lake and 3168/8265 wlan. | Jonathan Gray |
2017-03-19 | regen | Jonathan Gray |
2017-03-19 | Add AMD A1100 devices and some more qemu and virtio devices. | Jonathan Gray |
2017-03-17 | More debug goo to help tracking the use-after-free. | Martin Pieuchot |
2017-03-17 | ubcmtp(4) works because of a use-after-free. Many more drivers are | Martin Pieuchot |
2017-03-16 | Print PCIe Extended Capabilities, from Simon Mages | Theo de Raadt |
2017-03-16 | vioscsi: Negotiate features during attach | Stefan Fritsch |
2017-03-16 | vioscsi: return XS_NO_CCB if out of space | Stefan Fritsch |
2017-03-16 | vioscsi: Don't call virtio_dequeue_commit on not-queued slots | Stefan Fritsch |
2017-03-16 | Simplify wstpad option handling: | Martin Pieuchot |
2017-03-15 | Configure and apply the multitouch-tracking functions of wsmouse. | Ulf Brosziewski |
2017-03-15 | Improve vmmci(4) shutdown and reboot. | Reyk Floeter |
2017-03-15 | spelling and whitespace | Theo de Raadt |
2017-03-13 | Don't attach on Apple hardware, asmc(4) is already providing an | Joshua Stein |
2017-03-13 | Register for notifications on the subsystem (parent device) instead | Joshua Stein |
2017-03-13 | allow ramdisks to build; ok jcs | Theo de Raadt |
2017-03-13 | Fixup format strings in debug messages found by cppcheck | Mike Belopuhov |
2017-03-13 | Fixup format string and type issues found by cppcheck | Mike Belopuhov |
2017-03-12 | add const to struct cfattach | Joerg Jung |
2017-03-12 | try to attach acpisbs first and if successful, don't attach acpibat | Joshua Stein |
2017-03-12 | Add code to initialize the USB 3 PHY on Exynos 5. | Mark Kettenis |
2017-03-12 | Introduce OF_getindex() API and use it to replace multiple instances of | Mark Kettenis |
2017-03-11 | Revert 1.54, go back to always trying to enable burst mode | Joshua Stein |
2017-03-11 | Add support for RTL8153 devices. Heavily based on changes made by Kevin Lo | Mark Kettenis |
2017-03-11 | Introduce a new knob to force the first USB keyboard as console input. | Martin Pieuchot |
2017-03-11 | AUDIO_ENCODING_{S,U}LINEAR constants are neither used by low level | Alexandre Ratchov |
2017-03-11 | Oops, make this actually compile. | Mark Kettenis |
2017-03-11 | Add exrtc(4), a driver for the RTC found on Samsung Exynos SoCs. | Mark Kettenis |
2017-03-10 | Fix a use-after-free when sending root hub control transfers. | Martin Pieuchot |
2017-03-10 | Move per HC polling code to the stack. | Martin Pieuchot |
2017-03-09 | Fix an off by one when updating the TX consumer event index | Mike Belopuhov |
2017-03-09 | Add syscon(4), a driver that provides reboot/poweroff functionality through | Mark Kettenis |
2017-03-09 | Add a "regmap" interface that allows devices to provide access to their | Mark Kettenis |
2017-03-09 | Glue to attach xhci(4) using the device tree. | Mark Kettenis |
2017-03-08 | Do not clear IFF_UP, even in the error path, clearing IFF_RUNNING | Martin Pieuchot |
2017-03-08 | Do not clear IFF_UP, even in the error path. | Martin Pieuchot |
2017-03-07 | Setup backlight pwm alternate increment on backlight enable | Joshua Stein |
2017-03-07 | move a TODO to the top | Joshua Stein |
2017-03-06 | Do not print uninitialized variable in DPRINTFN(). | Martin Pieuchot |
2017-03-06 | Guard headers to make sure userland do not look at them. | Martin Pieuchot |
2017-03-06 | Use 'inline' rather than _any of_ __the __other__ variants__. | Martin Pieuchot |
2017-03-06 | Use nitems() when passing all known parameters to wsmouse_configure(). | Martin Pieuchot |
2017-03-06 | It is unsafe to dereference ``xfer'' after calling the callback as it | Martin Pieuchot |
2017-03-05 | When we're unable to determine which NCQ command failed, fail all active | Jonathan Matthew |
2017-03-02 | Add a new sysctl machdep.lidaction. The sysctl works as follows: | Martin Natano |
2017-02-28 | Untangle abstract sleep modes from ACPI sleep states. This paves the way | Martin Natano |
2017-02-27 | pms/elantech-v4: configure wsmouse for handling compat-mode | Ulf Brosziewski |
2017-02-27 | pms/synaptics: configure wsmouse for handling compat-mode | Ulf Brosziewski |
2017-02-27 | Handle touchpad input in wsmouse. | Ulf Brosziewski |