Age | Commit message (Collapse) | Author | |
---|---|---|---|
36 hours | kernel/amd64: Add support for coredumps | Ian Moffett | |
To make debugging userland program crashes easier, this commit introduces coredumps that store the last known process state into a temporary /tmp/core.X file (where X is the PID of the faulting process). Signed-off-by: Ian Moffett <ian@osmora.org> | |||
3 days | kernel: proc: Add getpid() and getppid() | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |