aboutsummaryrefslogtreecommitdiffstats
path: root/sys/openbsd/sysctl.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/openbsd: regenerate constsAleksandr Nogikh2023-10-041-1/+1
| | | | | | | Cleanup obsolete names and regenerate consts on the latest OpenBSD checkout. SYS_ consts are no longer needed after #3836
* sys/openbsd: change type of sysctl namelen argumentAnton Lindqvist2020-05-271-26/+26
| | | | | | | | | | The namelen argument must reflect the number of elements in the name vector. Since it's a vector of integers, bytesize4 seems more appropriate. With help from by Dmitry[1]. [1] https://github.com/google/syzkaller/pull/1761#discussion_r430139775
* sys/openbsd: add sysctl descriptionsAnton Lindqvist2020-05-241-0/+294