summaryrefslogtreecommitdiff
path: root/kernel/proc.c
AgeCommit message (Expand)Author
2019-07-02avoid allocproc() returning a struct proc with non-zero p->szRobert Morris
2019-07-01have fork() fail, not panic, if not enough phys memRobert Morris
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris