Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-01 | Kernel: Make all syscall functions return KResultOr<T> | Andreas Kling |
2021-01-25 | Kernel: Make sys$anon_create() fail if size == 0 | Andreas Kling |
2021-01-15 | Kernel: Make sys$anon_create() require the "stdio" promise if pledged | Andreas Kling |
2021-01-15 | Kernel: Fix bogus negation of alloc_fd() error in sys$anon_create() | Andreas Kling |
2021-01-15 | Kernel: Add anonymous files, created with sys$anon_create() | Andreas Kling |