Age | Commit message (Expand) | Author |
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 |
2018-11-19 | Add ids for D-Link DWA-171 rev C1 and Xiaomi mini USB WiFi. | Kevin Lo |
2018-11-18 | More uses of __func__ in debug printfs. | Martin Pieuchot |
2018-11-18 | Use "%s", __func__ in DPRINTF() to reduce grep noise. | Martin Pieuchot |
2018-11-18 | Remove old USB_DEBUG chunk. | Martin Pieuchot |
2018-11-18 | USB_DEBUG -> UPLCOM_DEBUG. | Martin Pieuchot |
2018-11-18 | When parsing extended capabilities, bail out if a register read returns | Jonathan Matthew |
2018-11-18 | request notification of link state changes, which helps us detect | Jonathan Matthew |
2018-11-17 | free(9) size for USB subdevs array. | Martin Pieuchot |
2018-11-16 | Add support for Allwinner A64's eMMC controller. It is essentially | Patrick Wildt |
2018-11-16 | regen | Joshua Stein |
2018-11-16 | add more intel 100 series devices | Joshua Stein |
2018-11-16 | free(9) sizes for interrupt & isochronous arrays. | Martin Pieuchot |
2018-11-16 | free(9) sizes for array of interfaces. | Martin Pieuchot |
2018-11-16 | free(9) sizes for array of endpoints. | Martin Pieuchot |
2018-11-14 | free(9) sizes for configuration descriptors, missed in previous. | Martin Pieuchot |