Commit Graph

2 Commits

Author SHA1 Message Date
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
LoGin b322121dd9
feat(syscall): 添加syscall table的实现 (#1164)
* feat(syscall): 添加syscall table的实现

- 实现syscall table
- 为syscall table适配write/writev、read和readv系统调用

---------

Signed-off-by: longjin <longjin@DragonOS.org>
2025-05-13 18:59:18 +08:00