summaryrefslogtreecommitdiff
path: root/sys/modules/examples/sysctl/sysctl.c
AgeCommit message (Collapse)Author
2021-03-23Add some \n's to the end of some printf()s.simonb
2018-04-13Add new example kernel module: sysctlkamil
sysctl - demonstrates adding a sysctl handle dynamically. Patch by <Siddharth Muralee> Polishing by myself.