提交历史

作者 SHA1 备注 提交日期
  Brian Gianforcaro 9a04f53a0f Kernel: Utilize AK::Userspace<T> in the ioctl interface 4 年之前
  Peter Elliott 3fa2816642 Kernel+LibC: Implement fcntl(2) advisory locks 4 年之前
  Gunnar Beutner 7a1d09ef1a Kernel: Closing a file descriptor should not always close the file 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Michel Hermier 4ac49eabd5 Kernel: Remove unused FileBlockCondition::m_file. 4 年之前
  Jean-Baptiste Boric 6698fd84ff Kernel: Refactor storage stack with u64 as mmap offset 4 年之前
  Andreas Kling ab14b0ac64 Kernel: Hoist VM range allocation up to sys$mmap() itself 4 年之前
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum 4 年之前
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions 4 年之前
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler 4 年之前
  Sergey Bugaev 1b4e88fb59 Kernel: Allow File::close() to fail 5 年之前
  Andreas Kling b3736c1b1e Kernel: Use a FlatPtr for the "argument" to ioctl() 5 年之前
  Andreas Kling 7d862dd5fc AK: Reduce header dependency graph of String.h 5 年之前
  Andreas Kling 8fbdda5a2d Kernel: Implement basic support for sys$mmap() with MAP_PRIVATE 5 年之前
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 年之前
  Sergey Bugaev d0d13e2bf5 Kernel: Move setting file flags and r/w mode to VFS::open() 5 年之前
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 年之前
  Andreas Kling b5da0b78eb Kernel: File::open() should apply r/w mode from the provided options 5 年之前
  Andreas Kling 752de9cd27 FileDescription: Disallow construction with a null File 5 年之前
  Andreas Kling f4cec2f110 Kernel: Move File.{cpp,h} into FileSystem/ 6 年之前