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