Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-11 | Kernel: Don't keep protected Process data in a separate allocation | Andreas Kling |
2021-03-10 | Kernel: Move process parent PID into protected data :^) | Andreas Kling |
2021-03-01 | Kernel: Make all syscall functions return KResultOr<T> | Andreas Kling |
2020-12-12 | Kernel: disown should unblock any potential waiters | Tom |
2020-08-10 | Kernel: PID/TID typing | Ben Wiederhake |
2020-08-04 | Kernel+LibC: Add sys$disown() for disowning child processes | Andreas Kling |