提交歷史

作者 SHA1 備註 提交日期
  LoGin bcf0382763 fix: 修复wait4系统调用部分语义与Linux不一致的问题 (#1080) 2 月之前
  LoGin 2b72148cae feat(syscall): 实现syscall restart (#1075) 3 月之前
  火花 6e85059fbc feat:添加sigprocmask系统调用 (#1046) 3 月之前
  LoGin 4f8f269baf fix: 解决进程退出时没有主动释放fdtable的问题 (#1069) 3 月之前
  LoGin 62da73bbe5 fix: 修正进程pcb的`on_cpu`字段未设置导致的panic问题 (#1057) 3 月之前
  MemoryShore ff76b0fcb8 修复tty处理信号时错误地将前台进程组置空的问题 & clone时未拷贝父进程tty的问题 (#1043) 4 月之前
  codeironman f5b2038871 ospp project (feature) add namespace overlayfs cgroup (#949) 4 月之前
  LoGin cae6182257 fix: 临时修复线程退出时处理tty前台进程组产生panic的bug (#985) 4 月之前
  MemoryShore a8753f8fff feat(tty): 实现发送SIGINT终止信号 (#952) 5 月之前
  LoGin dc9b4fea1b fix: pipe 读取/写入阻塞时,无法kill进程的问题 (#889) 6 月之前
  Jomo 0648a547da feat(cred): 初步实现Cred (#846) 7 月之前
  LoGin 703ce5a77c fix: 修复由于升级到2024-07-23工具链之后,某些机器上面内核运行一直fault的问题。 (#870) 7 月之前
  LoGin bd70d2d1f4 chore: 将工具链更新到2024-07-23 (#864) 7 月之前
  donjuanplatinum 3d4cd853a3 feat(procfs): update procfs (#831) 9 月之前
  曾俊 2eab6dd743 feat(log): 将内核日志统一为新的logger (#814) 10 月之前
  LoGin 352ee04918 fix: disable mm debug log to prevent system lockup due to thingbuf issue (#808) 10 月之前
  SMALLC fbd63a301c feat: alarm系统调用实现 (#710) 11 月之前
  曾俊 3959e94df3 bugfix: 修复smp启动的时候,损坏0号核心的idle进程的内核栈的问题 (#711) 11 月之前
  hmt 06560afa2a Patch feat robust futex (#682) 11 月之前
  LoGin 23ef2b33d1 riscv: 把内核编译target改为riscv64gc & 获取time csr的频率 & 修正浮点保存与恢复的汇编的问题 (#699) 11 月之前
  GnoCiYeH f0c87a897f 重写调度模块 (#679) 11 月之前
  GnoCiYeH dfe53cf087 实现pty,附带测试程序 (#685) 11 月之前
  LoGin 401699735b riscv: 进程管理初始化 (#654) 11 月之前
  LoGin b5b571e026 修复内核的clippy检查报错 (#637) 11 月之前
  LoGin 8cb2e9b344 重写SMP模块 (#633) 11 月之前
  LoGin 59fdb447ee fix: 键盘中断上下文不再直接操作tty,而是由专门的kthread来渲染 (#592) 1 年之前
  GnoCiYeH 52bcb59e92 完善Tty的RawMode (#577) 1 年之前
  LoGin e28411791f 完成中断管理模块重构 (#554) 1 年之前
  GnoCiYeH 52da9a5937 完成与Linux兼容的Ntty (#517) 1 年之前
  裕依2439 4ad52e57e6 添加socketpair (#505) 1 年之前