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, Sep 28, 9:17 AM
Unknown Object (File)
Fri, Sep 27, 9:27 PM
Unknown Object (File)
Tue, Sep 17, 10:40 PM
Unknown Object (File)
Sun, Sep 8, 2:56 AM
Unknown Object (File)
Sat, Sep 7, 4:41 PM
Unknown Object (File)
Wed, Sep 4, 2:48 PM
Unknown Object (File)
Mon, Sep 2, 11:13 PM
Unknown Object (File)
Aug 28 2024, 3:51 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 :)