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)
Sun, Nov 23, 9:54 PM
Unknown Object (File)
Tue, Nov 18, 5:57 AM
Unknown Object (File)
Thu, Nov 13, 12:54 AM
Unknown Object (File)
Mon, Nov 10, 4:11 PM
Unknown Object (File)
Tue, Nov 4, 11:59 AM
Unknown Object (File)
Wed, Oct 29, 12:58 PM
Unknown Object (File)
Wed, Oct 29, 12:19 PM
Unknown Object (File)
Wed, Oct 29, 12:19 PM
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 :)