DragonOS/docs/kernel/syscall
LoGin cb2487a7f3
feat: implement sys_capget and sys_capset system calls (#1293)
- Add capability management system calls to DragonOS kernel
- Implement capget/capset with version negotiation and capability rules
- Add documentation for sys_capget/sys_capset design and implementation
- Add test cases for both system calls
- Update documentation structure to include new capability syscall documentation

---------

Signed-off-by: longjin <longjin@DragonOS.org>
2025-09-25 17:17:26 +08:00
..
index.rst feat: implement sys_capget and sys_capset system calls (#1293) 2025-09-25 17:17:26 +08:00
sys_capget_capset.md feat: implement sys_capget and sys_capset system calls (#1293) 2025-09-25 17:17:26 +08:00
syscall_table.rst feat(syscall): 添加syscall table的实现 (#1164) 2025-05-13 18:59:18 +08:00