Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |