summaryrefslogtreecommitdiff
path: root/sys/kern/kern_sysctl.c
AgeCommit message (Expand)Author
23 hourskernel: sysctl: Add 'hw.machine' variableIan Moffett
24 hourskernel: sysctl: Report 'hw.*' variablesIan Moffett
28 hourskernel: sysctl: Set 'oldlenp' to NULL if neededIan Moffett
28 hourskernel: sysctl: Add 'kern.hostname' varIan Moffett
28 hourskernel: sysctl: Allow 'old*' fields to be NULLIan Moffett
28 hourskernel: sysctl: Be sure to set 'newlen' in argsIan Moffett
29 hourskernel: 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