LoGin 7ae6621cfa feat: 完善sys_reboot (#1084) 4 月之前
..
abi.rs b7b843bedd wait4系统调用支持options字段 (#398) 1 年之前
c_adapter.rs e28411791f 完成中断管理模块重构 (#554) 1 年之前
cred.rs 55e6f0b65f feat:添加chown系统调用 (#962) 8 月之前
exec.rs 703ce5a77c fix: 修复由于升级到2024-07-23工具链之后,某些机器上面内核运行一直fault的问题。 (#870) 11 月之前
exit.rs 7ae6621cfa feat: 完善sys_reboot (#1084) 4 月之前
fork.rs a3011dd24a fix(process): 修复copy_process的一些bug & 支持默认init进程传参 (#1083) 4 月之前
idle.rs f0c87a897f 重写调度模块 (#679) 1 年之前
kthread.rs a3011dd24a fix(process): 修复copy_process的一些bug & 支持默认init进程传参 (#1083) 4 月之前
mod.rs bcf0382763 fix: 修复wait4系统调用部分语义与Linux不一致的问题 (#1080) 6 月之前
pid.rs 3c82aa56d1 Signal refactor (#402) 1 年之前
preempt.h 46e234aef6 使用cargo管理一些C文件的编译,并且移动部分汇编到arch目录 (#447) 1 年之前
process.h 415e46ea47 build: Remove DragonOS_GCC And make CI use docker image (#954) 8 月之前
ptrace.h d4f3de93a2 使用Rust重构CFS调度器 (#131) 2 年之前
resource.rs 6fc066ac11 实现SystemV共享内存 (#690) 1 年之前
stdio.rs d031d46fd9 feat: 添加serial console,支持non-graphic启动 (#947) 9 月之前
syscall.rs 0f094e50de fix: 修复了do execve 加载程序失败时,没能正确返回错误码给用户态的问题 (#1042) 7 月之前
timer.rs 2eab6dd743 feat(log): 将内核日志统一为新的logger (#814) 1 年之前
utils.rs b5b571e026 修复内核的clippy检查报错 (#637) 1 年之前