Commit Verlauf

Autor SHA1 Nachricht Datum
  Idan Horowitz 6e2a82df13 Kernel: Port File to RefCounted vor 3 Jahren
  Idan Horowitz 4a3a947df3 Kernel: Rename File::{before_removing => will_be_destroyed} vor 3 Jahren
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> vor 3 Jahren
  Liav A f5de4f24b2 Kernel/Devices: Defer creation of SysFS component after the constructor vor 3 Jahren
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription vor 3 Jahren
  Andreas Kling 59335bd8ea Kernel: Rename FileDescription::create() => try_create() vor 3 Jahren
  Andreas Kling 641083f3b8 Kernel: Customize File::unref() and make it virtual vor 3 Jahren
  Andreas Kling cd5faf4e42 Kernel: Rename Range => VirtualRange vor 3 Jahren
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace vor 3 Jahren
  Brian Gianforcaro de9ff0af50 Kernel: Modify the IOCTL API to return KResult vor 4 Jahren
  Brian Gianforcaro 9a04f53a0f Kernel: Utilize AK::Userspace<T> in the ioctl interface vor 4 Jahren
  Peter Elliott 3fa2816642 Kernel+LibC: Implement fcntl(2) advisory locks vor 4 Jahren
  Gunnar Beutner 7a1d09ef1a Kernel: Closing a file descriptor should not always close the file vor 4 Jahren
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
  Michel Hermier 4ac49eabd5 Kernel: Remove unused FileBlockCondition::m_file. vor 4 Jahren
  Jean-Baptiste Boric 6698fd84ff Kernel: Refactor storage stack with u64 as mmap offset vor 4 Jahren
  Andreas Kling ab14b0ac64 Kernel: Hoist VM range allocation up to sys$mmap() itself vor 4 Jahren
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum vor 4 Jahren
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions vor 4 Jahren
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler vor 4 Jahren
  Sergey Bugaev 1b4e88fb59 Kernel: Allow File::close() to fail vor 5 Jahren
  Andreas Kling b3736c1b1e Kernel: Use a FlatPtr for the "argument" to ioctl() vor 5 Jahren
  Andreas Kling 7d862dd5fc AK: Reduce header dependency graph of String.h vor 5 Jahren
  Andreas Kling 8fbdda5a2d Kernel: Implement basic support for sys$mmap() with MAP_PRIVATE vor 5 Jahren
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace vor 5 Jahren
  Sergey Bugaev d0d13e2bf5 Kernel: Move setting file flags and r/w mode to VFS::open() vor 5 Jahren
  Andreas Kling 94ca55cefd Meta: Add license header to source files vor 5 Jahren
  Andreas Kling b5da0b78eb Kernel: File::open() should apply r/w mode from the provided options vor 5 Jahren
  Andreas Kling 752de9cd27 FileDescription: Disallow construction with a null File vor 6 Jahren
  Andreas Kling f4cec2f110 Kernel: Move File.{cpp,h} into FileSystem/ vor 6 Jahren