summaryrefslogtreecommitdiff
path: root/kernel/sysproc.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-09handle negative arguments to sleep() a little betterRobert Morris1-0/+2
2022-08-23Merge branch 'riscv-killed' into riscvFrans Kaashoek1-1/+1
2022-08-22Make argint() and argaddr() of type void (thanks Harry Porter)Frans Kaashoek1-10/+5
2022-08-17Use uint64 (thanks carlclone and Harry Porter)Frans Kaashoek1-1/+1
2022-08-12Delete rtcdate, which is a left-over from an old lab (thanks Harry Porter)Frans Kaashoek1-1/+0
2022-08-11Clean up using killed()Frans Kaashoek1-1/+1
2022-08-10Read and write p->killed using atomicsFrans Kaashoek1-1/+1
2019-09-10Support exit status for exit/waitFrans Kaashoek1-2/+8
2019-07-02Merge branch 'riscv' into riscv-procFrans Kaashoek1-8/+8
2019-07-02Checkpoint switching to per-process locks, in attempt clarify xv6'sFrans Kaashoek1-0/+1
2019-07-01sbrk() returns a pointer, so it should be 64 bitsRobert Morris1-8/+8
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris1-0/+90