Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-19 | Kernel: Refactor storage stack with u64 as mmap offset | Jean-Baptiste Boric |
2021-02-08 | Kernel: Factor address space management out of the Process class | Andreas Kling |
2021-01-25 | Kernel: Hoist VM range allocation up to sys$mmap() itself | Andreas Kling |
2021-01-20 | Kernel+LibC: Turn errno codes into a strongly typed enum | Andreas Kling |
2021-01-15 | Kernel: Make Process::allocate_region*() return KResultOr<Region*> | Andreas Kling |
2021-01-15 | Kernel: Add anonymous files, created with sys$anon_create() | Andreas Kling |