aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/usb_mouse.c
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with Linux guest XHCI tablet probing.Peter Grehan2024-01-281-1/+1
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* bhyve: USB device model structures can be qualified with "static"Mark Johnston2023-01-261-2/+2
* bhyve: Annotate unused function parametersMark Johnston2023-01-261-5/+3
* bhyve: clean up trailing whitespacesToomas Soome2023-01-261-3/+3
* Refactor configuration management in bhyve.John Baldwin2021-08-111-4/+1
* Fix byte-reversal of language ID in string descriptor.Peter Grehan2020-09-181-1/+1
* Prevent calling USB backends multiple times.Peter Grehan2020-06-261-8/+8
* Initial support for bhyve save and restore.John Baldwin2020-05-051-1/+29
* bhyve: add wrapper for debug printf statementsVincenzo Maffione2020-01-081-35/+36
* Revert r343634:Marcelo Araujo2019-02-011-2/+1
* Mostly a cosmetic change to replace strlen with strnlen.Marcelo Araujo2019-01-311-1/+2
* Fix style(9) space vs tab.Marcelo Araujo2018-06-141-10/+10
* Add SPDX tags to bhyve(8).Marcelo Araujo2018-06-131-0/+2
* This fixes a typo in bhyve's USB mouse emulation.Peter Grehan2017-03-221-1/+1
* Fix gcc warningEnji Cooper2016-07-061-3/+0
* Import bhyve_graphics into CURRENT. Thanks to all who testedPeter Grehan2016-07-041-0/+803