summaryrefslogtreecommitdiff
path: root/kernel/proc.h
AgeCommit message (Expand)Author
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
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris