Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 30861daa93 Kernel: Simplify the File memory-mapping API hace 2 años
  Andreas Kling cf16b2c8e6 Kernel: Wrap process address spaces in SpinlockProtected hace 2 años
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes hace 2 años
  Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors hace 3 años
  Idan Horowitz 6e2a82df13 Kernel: Port File to RefCounted hace 3 años
  Idan Horowitz 4a3a947df3 Kernel: Rename File::{before_removing => will_be_destroyed} hace 3 años
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> hace 3 años
  Liav A f5de4f24b2 Kernel/Devices: Defer creation of SysFS component after the constructor hace 3 años
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription hace 3 años
  Andreas Kling 59335bd8ea Kernel: Rename FileDescription::create() => try_create() hace 3 años
  Andreas Kling 641083f3b8 Kernel: Customize File::unref() and make it virtual hace 3 años
  Andreas Kling cd5faf4e42 Kernel: Rename Range => VirtualRange hace 4 años
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace hace 4 años
  Brian Gianforcaro de9ff0af50 Kernel: Modify the IOCTL API to return KResult hace 4 años
  Brian Gianforcaro 9a04f53a0f Kernel: Utilize AK::Userspace<T> in the ioctl interface hace 4 años
  Peter Elliott 3fa2816642 Kernel+LibC: Implement fcntl(2) advisory locks hace 4 años
  Gunnar Beutner 7a1d09ef1a Kernel: Closing a file descriptor should not always close the file hace 4 años
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
  Michel Hermier 4ac49eabd5 Kernel: Remove unused FileBlockCondition::m_file. hace 4 años
  Jean-Baptiste Boric 6698fd84ff Kernel: Refactor storage stack with u64 as mmap offset hace 4 años
  Andreas Kling ab14b0ac64 Kernel: Hoist VM range allocation up to sys$mmap() itself hace 4 años
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum hace 4 años
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions hace 4 años
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler hace 4 años
  Sergey Bugaev 1b4e88fb59 Kernel: Allow File::close() to fail hace 5 años
  Andreas Kling b3736c1b1e Kernel: Use a FlatPtr for the "argument" to ioctl() hace 5 años
  Andreas Kling 7d862dd5fc AK: Reduce header dependency graph of String.h hace 5 años
  Andreas Kling 8fbdda5a2d Kernel: Implement basic support for sys$mmap() with MAP_PRIVATE hace 5 años
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace hace 5 años
  Sergey Bugaev d0d13e2bf5 Kernel: Move setting file flags and r/w mode to VFS::open() hace 5 años