summaryrefslogtreecommitdiff
path: root/kernel/proc.h
AgeCommit message (Expand)Author
2019-07-24no more PAGEBREAKRobert Morris
2019-07-23simplify kernel mapping callsRobert Morris
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
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris