Page MenuHomeFreeBSD

sysctl(3): Implement SYSCTL_FOREACH() to iterate all OIDs in a sysctl list.
ClosedPublic

Authored by hselasky on Sep 27 2022, 2:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 19, 11:31 AM
Unknown Object (File)
Mon, Apr 14, 11:47 PM
Unknown Object (File)
Mar 12 2025, 6:31 AM
Unknown Object (File)
Mar 8 2025, 10:41 AM
Unknown Object (File)
Mar 3 2025, 2:48 AM
Unknown Object (File)
Feb 28 2025, 1:45 PM
Unknown Object (File)
Feb 26 2025, 3:26 PM
Unknown Object (File)
Feb 24 2025, 10:24 AM
Subscribers

Diff Detail

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

Event Timeline

hselasky created this revision.
hselasky added reviewers: alc, dougm.
This revision is now accepted and ready to land.Sep 27 2022, 3:34 PM

If this makes external kernel modules easier, than go for it.

Looks good to me as well... sorry it took me so long to get back to it :)