Age | Commit message (Expand) | Author |
2018-12-30 | More RK3328 clock stuff. | Mark Kettenis |
2018-12-30 | Increase the reset timeout. The ROCK64 RK3328-based board seems to need a | Mark Kettenis |
2018-12-30 | Implement setting CPU-related clocks for RK3328. | Mark Kettenis |
2018-12-29 | Cleanup: Initialize the pointers to position data early, and use | Ulf Brosziewski |
2018-12-29 | Remove the hand-rolled maximum segment size handling in sximmc(4) | Patrick Wildt |
2018-12-29 | The i.MX SD/MMC host controller does not support zero-length DMA | Patrick Wildt |
2018-12-29 | Allow passing the maximum size of a segment that a SD/MMC host | Patrick Wildt |
2018-12-27 | Make KIOENABLE accept a mode argument, currently limited to KCOV_MODE_TRACE_PC. | anton |
2018-12-27 | must remember to unref device if setting the task isn't done. | Ted Unangst |
2018-12-27 | Convert K&R function definitions to modern C. clang is more picky about | Claudio Jeker |
2018-12-27 | Separate kcov descriptor state and trace mode as a first step towards supporting | anton |
2018-12-26 | Remove the rasops24_erasecols and rasops24_eraserows functions from | Frederic Cambus |
2018-12-26 | Use estimates of speed to improve gesture detection. | Ulf Brosziewski |
2018-12-25 | In the kcov ioctl(KIOSETBUFSIZE) path, malloc() can sleep. Double check that | anton |
2018-12-23 | Add support for generating a REPEATED START on operations where we first | Patrick Wildt |
2018-12-22 | Avoid using m_trailingspace(9) on an mbuf allocated with MGET(9) as it relies | Mark Kettenis |
2018-12-18 | sync | Ted Unangst |
2018-12-18 | add a wifi 9560 found in a new laptop. ok deraadt | Ted Unangst |
2018-12-18 | sync | Kevin Lo |
2018-12-18 | Add some devices found on Intel Leaf Hill CRB. | Kevin Lo |
2018-12-17 | When no child devices are attached to a wsmux device, make sure to return an | anton |
2018-12-16 | sync | Theo de Raadt |
2018-12-16 | few more devs | Theo de Raadt |
2018-12-12 | Make kcov MP-safe. Calling the injected tracing function | anton |
2018-12-07 | Handle 2 Tx chains in the computation of transmit power for the RTL8192EU. | Kevin Lo |
2018-12-06 | Avoid unnecessary dynamic memory allocation in athn_usb_newauth(). | Stefan Sperling |
2018-12-05 | Use a time-based method for tracking motion states of touches. | Ulf Brosziewski |
2018-12-05 | Correctly disable pvclock(4) on old hardware that lack a stable clock | Reyk Floeter |
2018-12-05 | usb_block_allocmem() won't sleep. | Gerhard Roth |
2018-12-05 | Do not call usbd_delay_ms() from interrupt context. | Martin Pieuchot |
2018-12-04 | Unify messaged printed when we can't estiblish an interrupt. | Mark Kettenis |
2018-12-04 | Add support for RTL8192EU adapters, partly taken from netbsd. | Jonathan Matthew |
2018-12-02 | Include "com.h" to fix using a puc(4) based serial port as serial console | Mark Kettenis |
2018-12-02 | Remove artefacts from 'C', 'c' and 'F' characters, to match the other | Frederic Cambus |
2018-12-02 | Add Spleen 8x16, 12x24, 16x32, and 32x64 variants to wsfont. | Frederic Cambus |
2018-11-30 | regen | Mike Larkin |
2018-11-30 | Add another Xeon E3-1200 v6/7 host device. | Mike Larkin |
2018-11-27 | Free sizes for the subdevs array. | Martin Pieuchot |
2018-11-27 | Attach the driver only if the stack managed to set the configuration. | Martin Pieuchot |
2018-11-25 | spelling; from miod | Jason McIntyre |
2018-11-25 | regen | Daniel Dickman |
2018-11-25 | Add core4g thermal id; ok mlarkin. | Daniel Dickman |
2018-11-24 | only attach pvclock(4) inside a KVM guest | Peter Hessler |
2018-11-23 | Add the pvclock(4) guest driver for paravirtual clocks | Reyk Floeter |
2018-11-22 | Remove useless assignment, value is overwritten right after being set. | Frederic Cambus |
2018-11-20 | Add support for TIOCGPGRP ioctl commands to wscons. | anton |
2018-11-20 | No need for wscons to handle FIOSETOWN ioctl requests since sys_ioctl() | anton |
2018-11-20 | Revert free sizes for `subdevs' array, it is incorrect. | Martin Pieuchot |
2018-11-19 | Utilize sigio with wscons. The old behavior of always making the process group | anton |
2018-11-19 | regen | Kevin Lo |