summaryrefslogtreecommitdiff
path: root/kernel/proc.h
AgeCommit message (Collapse)Author
2019-07-22-MD and TRAPFRAMERobert Morris
2019-07-10document which proc fields are protected by p->lockRobert Morris
2019-07-10tweak some comments.Robert Morris
2019-07-08holding p->lock all the way through state=RUNNABLE means we don't need EMBRYORobert Morris
2019-07-02Checkpoint switching to per-process locks, in attempt clarify xv6'sFrans Kaashoek
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-06-11separate source into kernel/ user/ mkfs/Robert Morris