Commit History

Author SHA1 Message Date
  Gunnar Beutner 2a78bf8596 Kernel: Fix the return type for syscalls 4 years ago
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t 4 years ago
  Brian Gianforcaro d2d6ab40f9 Kernel: Make AnonymousFile::create API OOM safe 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Andreas Kling ac71775de5 Kernel: Make all syscall functions return KResultOr<T> 4 years ago
  Andreas Kling f5d916a881 Kernel: Make sys$anon_create() fail if size == 0 4 years ago
  Andreas Kling 7899e14e72 Kernel: Make sys$anon_create() require the "stdio" promise if pledged 4 years ago
  Andreas Kling a525d0271c Kernel: Fix bogus negation of alloc_fd() error in sys$anon_create() 4 years ago
  Andreas Kling fb4993f067 Kernel: Add anonymous files, created with sys$anon_create() 4 years ago