Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Update VMCI license based on comments from core, the FreeBSD Foundation,and VMware legal:- Add a dual BSD-2 Clause/GPLv2 LICENSE file in the VMCI directory- Remove the use of "All Rights Reserved"
Update VMCI license based on comments from core, the FreeBSD Foundation,and VMware legal:- Add a dual BSD-2 Clause/GPLv2 LICENSE file in the VMCI directory- Remove the use of "All Rights Reserved"- Per best practice, remove copyright/license info from MakefileReviewed by: imp, emaste, jhb, Vishnu Dasa <vdasa@vmware.com>Approved by: VMware legal via Mark Peek <markpeek@vmware.com>Differential Revision: https://reviews.freebsd.org/D14979
show more ...
Rectify VMCI SPDX licenseApproved by: Vishnu Dasa <vdasa@vmware.com>
Add VMCI (Virtual Machine Communication Interface) driverIn a virtual machine, VMCI is exposed as a regular PCI device. The primarycommunication mechanisms supported are a point-to-point bidirecti
Add VMCI (Virtual Machine Communication Interface) driverIn a virtual machine, VMCI is exposed as a regular PCI device. The primarycommunication mechanisms supported are a point-to-point bidirectionaltransport based on a pair of memory-mapped queues, and asynchronousnotifications in the form of datagrams and doorbells. These features areavailable to kernel level components such as vSockets through the VMCIkernel API. In addition to this, the VMCI kernel API provides support forreceiving events related to the state of the VMCI communication channels,and the virtual machine itself.Submitted by: Vishnu Dasa <vdasa@vmware.com>Reviewed by: bcr, impObtained from: VMwareDifferential Revision: https://reviews.freebsd.org/D14289