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)
Wed, May 22, 4:36 AM
Unknown Object (File)
Wed, May 22, 3:43 AM
Unknown Object (File)
Tue, May 21, 12:26 PM
Unknown Object (File)
Tue, May 21, 4:50 AM
Unknown Object (File)
May 2 2024, 10:01 AM
Unknown Object (File)
Apr 26 2024, 6:13 PM
Unknown Object (File)
Apr 19 2024, 10:10 AM
Unknown Object (File)
Dec 20 2023, 5:41 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 :)