summaryrefslogtreecommitdiff
path: root/sys/dev/vmware/vmci
Commit message (Expand)AuthorAgeFilesLines
* vmware: Fix a typo in a source code commentGordon Bergling2024-01-231-1/+1
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1610-20/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1617-34/+0
* vmci(4): Correct some typos in source code commentsGordon Bergling2022-09-041-2/+2
* vmware: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* vmci: Remove unused variables.John Baldwin2022-04-082-9/+0
* vmci: Avoid relying on macro expansion to provide correct syntaxMark Johnston2021-11-031-1/+1
* vmci: fix panic due to freeing unallocated resourcesMark Peek2021-10-095-4/+61
* vmci(4): Shorten interrupt descriptions.Alexander Motin2021-07-221-3/+3
* vmware: clean up empty lines in .c and .h filesMateusz Guzik2020-09-017-9/+0
* 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-0828-27/+78
* Rectify VMCI SPDX licenseMark Peek2018-03-2727-27/+27
* vmci(4): Fix GCC build and rationalize vmci_kernel_defs.hConrad Meyer2018-03-263-10/+7
* Add VMCI (Virtual Machine Communication Interface) driverMark Peek2018-03-2527-0/+9434