Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-17 | lab lock: update bcache lock namethread | Mole Shang | 1 | -2/+2 | |
2024-02-16 | lab thread: finish | Mole Shang | 5 | -13/+85 | |
2024-02-16 | Merge branch 'lock' into thread | Mole Shang | 75 | -117/+4979 | |
Conflicts: .gitignore Makefile conf/lab.mk | |||||
2024-02-16 | lab lock/bcache: finish | Mole Shang | 3 | -32/+119 | |
2024-02-15 | lab lock/kalloc: finish | Mole Shang | 1 | -20/+71 | |
2024-02-14 | Merge branch 'net' into lock | Mole Shang | 57 | -77/+3490 | |
Conflicts: .gitignore Makefile conf/lab.mk kernel/defs.h user/user.h | |||||
2024-02-13 | lab net: finishnet | Mole Shang | 2 | -9/+58 | |
2024-02-13 | Merge branch 'cow' into net | Mole Shang | 41 | -77/+1882 | |
Conflicts: .gitignore Makefile conf/lab.mk kernel/defs.h kernel/syscall.c kernel/vm.c user/pingpong.c user/user.h user/usys.pl | |||||
2024-02-11 | lab cow: finishcow | Mole Shang | 8 | -9/+107 | |
2024-02-11 | Merge branch 'traps' into cow | Mole Shang | 39 | -11/+1576 | |
Conflicts: .gitignore Makefile conf/lab.mk | |||||
2024-02-11 | lab traps: finishtraps | Mole Shang | 12 | -3/+116 | |
2024-02-10 | Merge branch 'pgtbl' into traps | Mole Shang | 32 | -8/+1167 | |
Conflicts: .gitignore Makefile conf/lab.mk | |||||
2024-02-10 | lab pgtbl: finishpgtbl | Mole Shang | 12 | -8/+97 | |
2024-02-05 | lab syscall: finish | Mole Shang | 16 | -0/+325 | |
Conflicts: kernel/syscall.c kernel/syscall.h user/user.h user/usys.pl | |||||
2024-02-05 | lab util: finish | Mole Shang | 7 | -0/+292 | |
2024-02-05 | chore: add clang-format config | Mole Shang | 2 | -0/+227 | |
2024-01-02 | x | Robert Morris | 1 | -0/+26 | |
2024-01-02 | x | Robert Morris | 5 | -1/+148 | |
2023-10-30 | lock: release lab | Sanjit Bhat | 23 | -24/+2003 | |
2023-10-26 | net add missing files | Sanjit Bhat | 13 | -0/+2093 | |
2023-10-25 | release lab net | Sanjit Bhat | 16 | -41/+552 | |
2023-10-03 | Makefile: take out old clean uprogs | Sanjit Bhat | 1 | -1/+0 | |
2023-10-03 | thread0 state free upon completion | Sanjit Bhat | 1 | -4/+3 | |
2023-10-03 | Makefile: more cleaning | Sanjit Bhat | 1 | -3/+4 | |
2023-10-02 | ignore & clean dSYM files | Sanjit Bhat | 2 | -6/+5 | |
2023-10-02 | ignore & clean dSYM files | Sanjit Bhat | 2 | -6/+5 | |
2023-09-21 | clean all zip files, even old ones | Sanjit Bhat | 1 | -1/+1 | |
2023-09-21 | clean all zip files, even old ones | Sanjit Bhat | 1 | -1/+1 | |
2023-09-21 | clean all zip files, even old ones | Sanjit Bhat | 1 | -1/+1 | |
2023-09-21 | clean all zip files, even old ones | Sanjit Bhat | 1 | -1/+1 | |
2023-09-19 | update grading and zipball rule | Sanjit Bhat | 3 | -7/+24 | |
2023-09-19 | update grading and zipball rule | Sanjit Bhat | 3 | -7/+24 | |
2023-09-19 | update grading and zipball rule | Sanjit Bhat | 3 | -7/+24 | |
2023-09-19 | update grading and zipball rule | Sanjit Bhat | 3 | -7/+24 | |
2023-09-13 | revert answers | Sanjit Bhat | 1 | -0/+5 | |
2023-09-13 | revert answers | Sanjit Bhat | 1 | -0/+5 | |
2023-09-13 | revert answers | Sanjit Bhat | 1 | -0/+5 | |
2023-09-13 | release lab thread | Sanjit Bhat | 9 | -11/+1294 | |
2023-09-13 | release lab cow | Sanjit Bhat | 6 | -11/+1080 | |
2023-09-13 | release traps | Sanjit Bhat | 8 | -11/+1117 | |
2023-09-12 | remove answers | Sanjit Bhat | 1 | -5/+0 | |
2023-09-12 | Makefile: new submission system | Sanjit Bhat | 1 | -46/+5 | |
2023-09-08 | 3rd lab | Robert Morris | 13 | -15/+1097 | |
2022-10-18 | Made va and size page aligned in mappages | asselism | 1 | -4/+11 | |
2022-10-17 | x | Robert Morris | 1 | -1/+2 | |
2022-10-17 | oops. scheduler() inherits the interrupt status of the | Robert Morris | 1 | -4/+4 | |
most recent process to run, so it must explicitly turn them on again. It would be better if cpu->intena were really thread->intena. | |||||
2022-10-16 | scheduler()'s intr_on() is in the wrong place, reflecting | Robert Morris | 1 | -3/+4 | |
the locking scheme from long ago. | |||||
2022-10-12 | forkret first memory model | Robert Morris | 1 | -1/+4 | |
2022-10-04 | fix copyout() to refuse to write a read-only page | Robert Morris | 3 | -11/+18 | |
2022-09-18 | Remove unused PLIC_M* macros | Frans Kaashoek | 1 | -3/+0 | |