Page MenuHomeFreeBSD

sysctl(8): Mention CTLFLAG_SKIP
ClosedPublic

Authored by cperciva on Mar 20 2022, 5:45 PM.
Tags
None
Referenced Files
F147500769: D34615.id104035.diff
Wed, Mar 11, 11:34 AM
F147491022: D34615.id.diff
Wed, Mar 11, 9:54 AM
Unknown Object (File)
Mon, Mar 9, 3:53 PM
Unknown Object (File)
Sun, Mar 8, 5:10 AM
Unknown Object (File)
Sun, Mar 8, 4:51 AM
Unknown Object (File)
Feb 8 2026, 3:14 AM
Unknown Object (File)
Jan 31 2026, 6:48 AM
Unknown Object (File)
Jan 10 2026, 1:18 PM
Subscribers

Details

Summary

sysctl -a does not print values with this flag.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

debdrup added a subscriber: debdrup.

I only spotted one minor nit, so I'll accept this and you can commit and push at your convenience after you've fixed it.

Remember to bump .Dd too, though - or bcr is gonna be disappointed. :P

sbin/sysctl/sysctl.8
67

CTLFLAG_SKIP is a defined variable, so mark it as such.

This revision is now accepted and ready to land.Mar 20 2022, 6:06 PM
This revision now requires review to proceed.Mar 20 2022, 6:09 PM
This revision is now accepted and ready to land.Mar 20 2022, 6:25 PM
This revision was automatically updated to reflect the committed changes.