sys: Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
sys: Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with: pfgMFC After: 3 daysSponsored by: Netflix
show more ...
Hyper-V: Code refactor to avoid redundancy of MSR values on x86 and arm64Refactor the code to put split the MSR values for x86 and arm64Hyper-V. Code not yet built. This is one of several patches
Hyper-V: Code refactor to avoid redundancy of MSR values on x86 and arm64Refactor the code to put split the MSR values for x86 and arm64Hyper-V. Code not yet built. This is one of several patches forthe arm64 Hyper-V enablement.Sponsored by: MicrosoftDifferential Revision: https://reviews.freebsd.org/D37103
arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 2)This is the second part of the ARM64 Hyper-V enablement.These changes here are mostly with Make, release changes and alsochanges required i
arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 2)This is the second part of the ARM64 Hyper-V enablement.These changes here are mostly with Make, release changes and alsochanges required in vmbus.c hyperv.c and common files in hyperv.Reviewed by: whuTested by: Souradeep Chakrabarti <[email protected]>Sponsored by: MicrosoftDifferential Revision: https://reviews.freebsd.org/D36467