sysctl_test: Print standard error if sysctl -ao failsMFC after: 1 week
sysctl: Add a regression test which runs sysctl -aRun sysctl -a during the test suite so that KASAN/KMSAN have a chance tocatch something.Inspired by https://jprx.io/cve-2024-54507/Reviewed by
sysctl: Add a regression test which runs sysctl -aRun sysctl -a during the test suite so that KASAN/KMSAN have a chance tocatch something.Inspired by https://jprx.io/cve-2024-54507/Reviewed by: jhb, emasteMFC after: 2 weeksSponsored by: Klara, Inc.Differential Revision: https://reviews.freebsd.org/D48659
show more ...
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.
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