summaryrefslogtreecommitdiff
path: root/sys/kern/kern_sysctl.c
AgeCommit message (Expand)Author
2 dayskernel: sysctl: Add 'hw.machine' variableIan Moffett
2 dayskernel: sysctl: Report 'hw.*' variablesIan Moffett
3 dayskernel: sysctl: Set 'oldlenp' to NULL if neededIan Moffett
3 dayskernel: sysctl: Add 'kern.hostname' varIan Moffett
3 dayskernel: sysctl: Allow 'old*' fields to be NULLIan Moffett
3 dayskernel: sysctl: Be sure to set 'newlen' in argsIan Moffett
3 dayskernel: sysctl: Add sysctl_clearstr()Ian Moffett
2025-02-16project: Update copyright date to 2025Ian Moffett
2024-11-13kernel: sysctl: Fix handling of oldlenpIan Moffett
2024-11-13kernel: vfs: Add vnode cache implementationIan Moffett
2024-11-13kernel: sysctl: Make sysctl(2) more flexibleIan Moffett
2024-11-12kernel: sysctl: Make kern.* entries readonlyIan Moffett
2024-11-12kernel: syscall: Add SYS_sysctl syscallIan Moffett
2024-11-11kernel: sysctl: Add initial sysctl implementationIan Moffett