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)
Dec 20 2023, 5:41 AM
Unknown Object (File)
Dec 12 2023, 10:17 AM
Unknown Object (File)
Dec 4 2023, 11:00 AM
Unknown Object (File)
Dec 4 2023, 6:36 AM
Unknown Object (File)
Nov 16 2023, 1:55 PM
Unknown Object (File)
Nov 13 2023, 2:43 PM
Unknown Object (File)
Oct 16 2023, 3:22 PM
Unknown Object (File)
Sep 4 2023, 12:58 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 :)