Commit History

Author SHA1 Message Date
  LoGin ba4af7f718 feat: Add sys_unshare (#1260) 6 days ago
  LoGin 1875b2feb0 fix(procfs): 修复进程名称显示问题 (#1245) 2 weeks ago
  LoGin 5038bf86d5 feat: implement namespace proxy and PID namespace support (#1244) 3 weeks ago
  LoGin 33c42e7dfb refactor(kernel): 增加内核栈大小从0x4000到0x8000 (#1230) 1 month ago
  LoGin f8f7bcf2a3 refactor: Remove namespace related code (#1218) 1 month ago
  linfeng 799e573259 feat: debug kernel stack (#1176) 2 months ago
  LoGin 8471e4173e fix: epoll drop deadlock and open AT_FDCWD with empty relative path panic (#1203) 2 months ago
  LoGin 2c6e9dee73 fix: 检测不到ctrl+D的问题 && pid=1被kill的时候没报错的问题 (#1206) 2 months ago
  LoGin 78588e88b1 refactor-process-pcb-init (#1193) 2 months ago
  DoL 326cf3e0a3 refactor(process): 重构process下的系统调用 (#1184) 2 months ago
  Vitus 5db1f9ad54 refactor(ipc): Refactor the syscalls in ipc (#1183) 2 months ago
  火花 aa394c1f6f feat(wait): 调整内核wait4函数参数类型 (#1175) 3 months ago
  chiichen fccfa6f7ff feat: 支持动态链接 (#910) 3 months ago
  火花 5422256d63 fix: 修复无法执行当前目录下程序的bug (#1154) 3 months ago
  火花 bc9bb9607f Feat(tty): Supplement process group logic (#1139) 3 months ago
  火花 fcb5bf4496 Feat(process): 增加ProcessGroup以及Session机制 (#1115) 4 months ago
  linfeng 1485456bf3 refacotr: remove all c files (#1131) 4 months ago
  LoGin 2d06264d79 feat: 实现ppoll系统调用并优化poll相关功能 (#1127) 4 months ago
  LoGin 488718dc2e feat: 实现poll系统调用实现并修复相关bug (#1098) 5 months ago
  火花 24b102b030 添加set_user_sigmask (#1090) 5 months ago
  LoGin bcf0382763 fix: 修复wait4系统调用部分语义与Linux不一致的问题 (#1080) 7 months ago
  LoGin 2b72148cae feat(syscall): 实现syscall restart (#1075) 8 months ago
  火花 6e85059fbc feat:添加sigprocmask系统调用 (#1046) 8 months ago
  LoGin 4f8f269baf fix: 解决进程退出时没有主动释放fdtable的问题 (#1069) 8 months ago
  LoGin 62da73bbe5 fix: 修正进程pcb的`on_cpu`字段未设置导致的panic问题 (#1057) 8 months ago
  MemoryShore ff76b0fcb8 修复tty处理信号时错误地将前台进程组置空的问题 & clone时未拷贝父进程tty的问题 (#1043) 9 months ago
  codeironman f5b2038871 ospp project (feature) add namespace overlayfs cgroup (#949) 9 months ago
  LoGin cae6182257 fix: 临时修复线程退出时处理tty前台进程组产生panic的bug (#985) 10 months ago
  MemoryShore a8753f8fff feat(tty): 实现发送SIGINT终止信号 (#952) 10 months ago
  LoGin dc9b4fea1b fix: pipe 读取/写入阻塞时,无法kill进程的问题 (#889) 1 year ago