summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/anon_create.cpp
AgeCommit message (Expand)Author
2021-06-01Kernel: Make AnonymousFile::create API OOM safeBrian Gianforcaro
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-01Kernel: Make all syscall functions return KResultOr<T>Andreas Kling
2021-01-25Kernel: Make sys$anon_create() fail if size == 0Andreas Kling
2021-01-15Kernel: Make sys$anon_create() require the "stdio" promise if pledgedAndreas Kling
2021-01-15Kernel: Fix bogus negation of alloc_fd() error in sys$anon_create()Andreas Kling
2021-01-15Kernel: Add anonymous files, created with sys$anon_create()Andreas Kling