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)
Tue, Oct 14, 2:10 AM
Unknown Object (File)
Tue, Oct 14, 2:10 AM
Unknown Object (File)
Tue, Oct 14, 2:10 AM
Unknown Object (File)
Mon, Oct 13, 4:32 PM
Unknown Object (File)
Mon, Oct 13, 12:40 PM
Unknown Object (File)
Tue, Oct 7, 3:11 AM
Unknown Object (File)
Thu, Oct 2, 9:15 AM
Unknown Object (File)
Tue, Sep 30, 4:12 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 :)