Select Git revision
  • devel
  • devel-add-syscalls
  • devel-fsfixed
  • docs-mm
  • docs-syscalls-ii
  • exec-with-vm
  • fs-link-debug
  • hd-qemu
  • judge-deploy
  • main
  • remotes/origin/devel
  • test-vm-memory
  • test-vm-memory-fsfixed default
  • virtual-memory-management
  • virtual-memory-management-test
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.02Jun131May30292827262524docs: add docs/mm/exec.md and docs/mm/index.mddocs-mmdocs-mmdocs: modify fat32.md and fs.mdtest-vm-memory-…test-vm-memory-fsfixeddocs: add fat32.md and fs.mdfeat: original version of multithreaddevel-add-sysca…devel-add-syscallsfix: delete mkdirfix: modify the seq of testcasesfix: add imm values in fstatMerge branch 'test-vm-memory-fsfixed' of https://gitlab.eduxiji.net/scuccs-cst-sra-group/loos into test-vm-memory-fsfixedfix: remote placeholder in stat structfix: update scripts/own.mk to suit judge machinefix: update scripts/own.mk to suit judge machinetest-vm-memorytest-vm-memoryfix: delete mkdirforce add scripts/own.mk for judge machinechore: add all syscalls in user.cfix: wrong varible in openat in fs.cfix: delete debuginfo in fs.cfix: delete debug info in fs.cdevel-fsfixeddevel-fsfixedfeat: update waits to array to suit wait4 syscallfix: fs testcasesMerge branch 'devel-fsfixed' into 'devel'develdevelfix: devel-fsfixedfeat: add schedulerMerge branch 'devel-feat-proc-schedule' into 'devel'feat: add kmalloc for wrapper of kalloc; update proc.h and add vm.h for mapping struct; add clone_proc for clone preparation; modify exec.c to use struct mappingMerge branch 'devel-feat-all-in-proc' into 'devel'Merge branch 'devel-feat-refactor-proc-to-exec' into 'devel'feat: delete hack kernel_context; instead of pid 0 kernelfeat: break proc.c into proc.c and exec.c, modify defs.h and proc.h to adjust it; fix issues of non-initialized inode_cnt in fs.cdocs: add docs/os/syscalls for ii-stage syscalls imple guide of qualsdocs-syscalls-iidocs-syscalls-iifeat: change Makefile replace HOME with PHOMEfeat: add own.mk specify to judge machinefix: for own.mk do not exist on judge machinetest: for judgeMerge branch 'devel-fix-ustack-mapping' into 'devel'feat: add flush tlb after return from switchMerge branch 'devel-adjust-mappages-and-exec' into 'devel'feat: comment the debug messages in mappagesfix: delete additional debug message in kmain.cfeat: replace tlb refill exception handler's definationfeat: bigger range for kalloc.c