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)
Fri, Jan 31, 3:20 AM
Unknown Object (File)
Wed, Jan 29, 7:54 PM
Unknown Object (File)
Mon, Jan 13, 6:37 AM
Unknown Object (File)
Dec 9 2024, 2:23 AM
Unknown Object (File)
Nov 19 2024, 4:03 AM
Unknown Object (File)
Nov 19 2024, 4:03 AM
Unknown Object (File)
Oct 28 2024, 9:29 PM
Unknown Object (File)
Oct 22 2024, 1:26 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

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 :)