Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-13 | Merge branch 'cow' into net | Mole Shang | 1 | -2/+28 | |
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 | 1 | -0/+7 | |
2024-02-11 | lab traps: finishtraps | Mole Shang | 1 | -2/+21 | |
2023-10-25 | release lab net | Sanjit Bhat | 1 | -1/+10 | |
2022-08-23 | Merge branch 'riscv-killed' into riscv | Frans Kaashoek | 1 | -3/+3 | |
2022-08-22 | slightly better comments | Robert Morris | 1 | -3/+3 | |
2022-08-11 | Use p->lock to read p->killed | Frans Kaashoek | 1 | -1/+1 | |
2022-08-11 | Use atomic store_n and load_n | Frans Kaashoek | 1 | -1/+1 | |
2022-08-11 | Clean up using killed() | Frans Kaashoek | 1 | -2/+2 | |
2022-08-10 | Read and write p->killed using atomics | Frans Kaashoek | 1 | -3/+3 | |
2022-08-09 | adopt github PR98 (No need to store TRAPFRAME in sscratch register) | Robert Morris | 1 | -5/+6 | |
2020-08-10 | interrupt-driven uart output, hopefully a nice example for teaching. | Robert Morris | 1 | -2/+6 | |
2020-08-10 | rename p->tf to p->trapframe, for consistency with p->context | Robert Morris | 1 | -7/+7 | |
2019-10-27 | nits | Robert Morris | 1 | -2/+5 | |
2019-09-17 | all of PTE_FLAGS | Robert Morris | 1 | -2/+2 | |
2019-09-10 | Support exit status for exit/wait | Frans Kaashoek | 1 | -2/+2 | |
One test case for returning a exit status Passes usertests, but haven't used it to simplify tests | |||||
2019-07-27 | console/uart tweaks | Robert Morris | 1 | -1/+3 | |
2019-07-26 | ??? | Robert Morris | 1 | -1/+1 | |
2019-07-26 | machinevec -> timervec | Robert Morris | 1 | -5/+5 | |
2019-07-26 | uservec before userret in trampoline, to match book and kernelvec | Robert Morris | 1 | -2/+3 | |
2019-07-26 | trampin -> uservec | Robert Morris | 1 | -2/+2 | |
trampout -> userret | |||||
2019-07-24 | display assembly instructions, to help with first.tex exercise | Robert Morris | 1 | -1/+1 | |
2019-07-23 | simplify kernel mapping calls | Robert Morris | 1 | -1/+1 | |
2019-07-23 | one more TRAMPOLINE | Frans Kaashoek | 1 | -1/+1 | |
2019-07-11 | cosmetic changes | Robert Morris | 1 | -6/+14 | |
2019-07-10 | have kill() lock before looking at p->pid | Robert Morris | 1 | -0/+3 | |
document wait()'s use of np->parent w/o holding lock. | |||||
2019-07-10 | tweak some comments. | Robert Morris | 1 | -1/+1 | |
2019-07-02 | Merge branch 'riscv' into riscv-proc | Frans Kaashoek | 1 | -7/+20 | |
2019-07-02 | Checkpoint switching to per-process locks, in attempt clarify xv6's | Frans Kaashoek | 1 | -1/+1 | |
locking plan, which is a difficult to understand because ptable lock protects many invariants. This implementation has a bug: once in a while xv6 unlocks a proc lock that is locked by another core. | |||||
2019-07-02 | don't enable interrupts until done with sstatus, scause, &c | Robert Morris | 1 | -4/+6 | |
2019-07-01 | timer interrupt in the kernel -> yield | Robert Morris | 1 | -3/+14 | |
2019-06-13 | clean up virtio code | Robert Morris | 1 | -1/+1 | |
2019-06-13 | virtio disk driver | Robert Morris | 1 | -0/+2 | |
2019-06-11 | separate source into kernel/ user/ mkfs/ | Robert Morris | 1 | -0/+184 | |