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
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
sysctl: tests: fix a couple issuesThe function that sets test case metadata is actually named ${tc}_headrather than ${tc}, so add the suffix.While we're here, hook the tests up to the infrastruc
sysctl: tests: fix a couple issuesThe function that sets test case metadata is actually named ${tc}_headrather than ${tc}, so add the suffix.While we're here, hook the tests up to the infrastructure so that theydo get run.Sponsored by: Klara, Inc.
show more ...
Add -F option to sysctl(8) to display sysctl format.Also add a test to ensure that it is working correctly.Submitted by: ota_j.email.ne.jpReviewed by: mckusickDifferential Revision: https://re
Add -F option to sysctl(8) to display sysctl format.Also add a test to ensure that it is working correctly.Submitted by: ota_j.email.ne.jpReviewed by: mckusickDifferential Revision: https://reviews.freebsd.org/D34012