Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-13 | kernel: sysctl: Fix handling of oldlenp | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-11-13 | kernel: vfs: Add vnode cache implementation | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-11-13 | kernel: sysctl: Make sysctl(2) more flexible | Ian Moffett | |
This commit makes various changes such as updating how readonly and writable entries are stored and how entry lookups are made to improve flexibility. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-11-12 | kernel: sysctl: Make kern.* entries readonly | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-11-12 | kernel: syscall: Add SYS_sysctl syscall | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-11-11 | kernel: sysctl: Add initial sysctl implementation | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |