sys: Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Regularize the Netflix copyrightUse recent best practices for Copyright form at the top ofthe license:1. Remove all the All Rights Reserved clauses on our stuff. Where we piggybacked others, u
Regularize the Netflix copyrightUse recent best practices for Copyright form at the top ofthe license:1. Remove all the All Rights Reserved clauses on our stuff. Where we piggybacked others, use a separate line to make things clear.2. Use "Netflix, Inc." everywhere.3. Use a single line for the copyright for grep friendliness.4. Use date ranges in all places for our stuff.Approved by: Netflix Legal (who gave me the form), adrian@ (pmc files)
show more ...
style(9): sort headersMFC after: 3 weeksSponsored by: Dell EMC Isilon
Style 9 changes.MFC after: 1 Month
Fix UP build.
Use a proper prototype.This was a failure in the GCC build.MFC after: 1 monthX-MFC-With: r290663
Add a kernel test framework. The callout_test is a demonstration and will onlywork with the upcoming async-drain functionality. Tests can be addedto the tests directory and then the framework can b
Add a kernel test framework. The callout_test is a demonstration and will onlywork with the upcoming async-drain functionality. Tests can be addedto the tests directory and then the framework can be used to launchthose tests.MFC after: 1 monthSponsored by: Netflix Inc.Differential Revision: https://reviews.freebsd.org/D1755