summaryrefslogtreecommitdiff
path: root/kernel/pipe.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-11Clean up using killed()Frans Kaashoek1-2/+2
2022-08-10Read and write p->killed using atomicsFrans Kaashoek1-2/+2
2020-11-05test for closed pipe or killed on every char, not just if pipe fullRobert Morris1-11/+14
2020-08-10streamline copyin/copyout code in usertestsRobert Morris1-1/+1
2019-10-16nitsRobert Morris1-2/+2
2019-08-19A few now unused DOCFrans Kaashoek1-2/+2
2019-07-24no more PAGEBREAKRobert Morris1-2/+0
2019-07-20pi for pipe, rather than p, to avoid confusion with proc's p->lockRobert Morris1-41/+41
2019-07-02Checkpoint switching to per-process locks, in attempt clarify xv6'sFrans Kaashoek1-1/+1
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris1-0/+129