Commit History

Author SHA1 Message Date
  Vitus 5db1f9ad54 refactor(ipc): Refactor the syscalls in ipc (#1183) 1 day ago
  LoGin 6ac8e1f0cd refactor(mm): 优化内存管理模块代码结构 (#1181) 2 days ago
  LoGin 1032474cbf refactor(driver/acpi): 重构ACPI表读取逻辑并优化栈内存使用 (#1178) 2 days ago
  火花 a951a88bee refactor(epoll): epoll syscall refactor (#1180) 4 days ago
  LoGin e9d82983e1 refactor(x86_64/process): 简化TSSManager初始化方式 (#1179) 4 days ago
  YJwu2023 ef9c935732 fix: 检查栈帧大小 (#1126) 5 days ago
  LoGin a56444e1ad refactor(vfs): refactor some fs syscalls to syscall-table (#1177) 1 week ago
  火花 aa394c1f6f feat(wait): 调整内核wait4函数参数类型 (#1175) 1 week ago
  LoGin ae987c6f9a doc: Add Q&A docs (#1174) 1 week ago
  LoGin 6242ecb2bd ci: 添加文档翻译的GitHub Actions工作流 (#1171) 1 week ago
  LoGin b397190fea docs: 更新README文件并添加README_CN.md和SUPPORTERS.md (#1170) 1 week ago
  linfeng ba734c8d6b fix: Fix stack related errors (#1167) 1 week ago
  LoGin 880720250e doc: Add ai doc translate tool and add English doc. (#1168) 1 week ago
  chiichen fccfa6f7ff feat: 支持动态链接 (#910) 1 week ago
  LoGin b322121dd9 feat(syscall): 添加syscall table的实现 (#1164) 2 weeks ago
  火花 545bc2c346 fix: 为ctrl+C设置trap,防止shell进程意外退出 (#1162) 2 weeks ago
  火花 0bc74e16e0 fix:修改busybox编译选项,启用busybox作为初始引导程序以及shell程序 (#1161) 3 weeks ago
  LoGin d3ae9c7c4a fix(page_cache): 修复pagecache无法直接mmap然后读写文件的bug (#1158) 3 weeks ago
  linfeng 7486ad438c fix bugs in poll and epoll (#1135) 3 weeks ago
  LoGin cd3289e4b4 feat: 实现并测试 newfstatat 系统调用 (#1153) 3 weeks ago
  火花 5422256d63 fix: 修复无法执行当前目录下程序的bug (#1154) 3 weeks ago
  LoGin 0b89d7130e refactor(vfs): 重构statx系统调用的实现 (#1149) 3 weeks ago
  火花 bc9bb9607f Feat(tty): Supplement process group logic (#1139) 3 weeks ago
  Samuel Dai f3bfe77712 fix(boot): won't fail to boot when kvm not available (#1152) 3 weeks ago
  LoGin 5e87c41d96 chore: 更新loongArch64依赖版本至0.2.5 (#1151) 3 weeks ago
  LoGin 37aa18e09f ci: 限制Docker镜像推送和CNB.cool同步任务仅在主仓库执行 (#1150) 3 weeks ago
  LoGin 4cc267146a feat(la64): 实现了较为早期的la64的异常处理的注册 (#1138) 3 weeks ago
  LoGin ed0561424e fix(tools): 调整bootstrap.sh脚本中的banner和依赖安装顺序 (#1144) 1 month ago
  LoGin 187a501f4b feat: 添加同步到CNB.cool的GitHub Actions工作流 (#1136) 1 month ago
  火花 fcb5bf4496 Feat(process): 增加ProcessGroup以及Session机制 (#1115) 1 month ago