aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vmware/vmci/vmci.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* vmware: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* vmci: fix panic due to freeing unallocated resourcesMark Peek2021-10-091-3/+6
* vmci(4): Shorten interrupt descriptions.Alexander Motin2021-07-221-3/+3
* Add MODULE_PNP_INFO() to vmci(4). This allows devd(8) to load theHiroki Sato2019-08-251-4/+13
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-1/+1
* Update VMCI license based on comments from core, the FreeBSD Foundation,Mark Peek2018-04-081-1/+1
* Rectify VMCI SPDX licenseMark Peek2018-03-271-1/+1
* Add VMCI (Virtual Machine Communication Interface) driverMark Peek2018-03-251-0/+1177