Commit History

Author SHA1 Message Date
  LoGin 78588e88b1 refactor-process-pcb-init (#1193) 1 week ago
  kaleidoscope416 0b358b9db5 refactor(mm/syscall): 重构mm下的系统调用 (#1185) 1 week ago
  DoL 8ff7cd5546 fix(vfs):修复getdents系统调用 (#1195) 1 week ago
  DoL 326cf3e0a3 refactor(process): 重构process下的系统调用 (#1184) 1 week ago
  linfeng 58e7943c13 refactor: refactor tracepoint (#1186) 1 week ago
  LoGin 41c7f962c9 refactor(irq): 拆分inner_setup_irq函数,降低栈内存峰值 (#1187) 1 week ago
  DoL 9f9b37c492 refactor(syscall):将syscall trait 中的handle参数from_user修改为TrapFrame (#1188) 1 week ago
  Vitus 5db1f9ad54 refactor(ipc): Refactor the syscalls in ipc (#1183) 2 weeks ago
  LoGin 6ac8e1f0cd refactor(mm): 优化内存管理模块代码结构 (#1181) 2 weeks ago
  LoGin 1032474cbf refactor(driver/acpi): 重构ACPI表读取逻辑并优化栈内存使用 (#1178) 2 weeks ago
  火花 a951a88bee refactor(epoll): epoll syscall refactor (#1180) 2 weeks ago
  LoGin e9d82983e1 refactor(x86_64/process): 简化TSSManager初始化方式 (#1179) 2 weeks ago
  YJwu2023 ef9c935732 fix: 检查栈帧大小 (#1126) 2 weeks ago
  LoGin a56444e1ad refactor(vfs): refactor some fs syscalls to syscall-table (#1177) 2 weeks ago
  火花 aa394c1f6f feat(wait): 调整内核wait4函数参数类型 (#1175) 3 weeks ago
  LoGin ae987c6f9a doc: Add Q&A docs (#1174) 3 weeks ago
  LoGin 6242ecb2bd ci: 添加文档翻译的GitHub Actions工作流 (#1171) 3 weeks ago
  LoGin b397190fea docs: 更新README文件并添加README_CN.md和SUPPORTERS.md (#1170) 3 weeks ago
  linfeng ba734c8d6b fix: Fix stack related errors (#1167) 3 weeks ago
  LoGin 880720250e doc: Add ai doc translate tool and add English doc. (#1168) 3 weeks ago
  chiichen fccfa6f7ff feat: 支持动态链接 (#910) 3 weeks ago
  LoGin b322121dd9 feat(syscall): 添加syscall table的实现 (#1164) 1 month ago
  火花 545bc2c346 fix: 为ctrl+C设置trap,防止shell进程意外退出 (#1162) 1 month ago
  火花 0bc74e16e0 fix:修改busybox编译选项,启用busybox作为初始引导程序以及shell程序 (#1161) 1 month ago
  LoGin d3ae9c7c4a fix(page_cache): 修复pagecache无法直接mmap然后读写文件的bug (#1158) 1 month ago
  linfeng 7486ad438c fix bugs in poll and epoll (#1135) 1 month ago
  LoGin cd3289e4b4 feat: 实现并测试 newfstatat 系统调用 (#1153) 1 month ago
  火花 5422256d63 fix: 修复无法执行当前目录下程序的bug (#1154) 1 month ago
  LoGin 0b89d7130e refactor(vfs): 重构statx系统调用的实现 (#1149) 1 month ago
  火花 bc9bb9607f Feat(tty): Supplement process group logic (#1139) 1 month ago