Remove "All Rights Reserved" from FreeBSD Foundation copyrightsThese ones were unambiguous cases where the Foundation was the onlylisted copyright holder.Sponsored by: The FreeBSD Foundation(c
Remove "All Rights Reserved" from FreeBSD Foundation copyrightsThese ones were unambiguous cases where the Foundation was the onlylisted copyright holder.Sponsored by: The FreeBSD Foundation(cherry picked from commit 5c2bc3db201a4fe8d7911cf816bea104d5dc2138)
show more ...
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
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
Add a test for vm86(2), simple to use and diagnose.MFC after: 1 weekSponsored by: The FreeBSD Foundation