提交历史

作者 SHA1 备注 提交日期
  Liav A 478f543899 Kernel/SysFS: Prevent allocation for component name during construction 3 年之前
  Andreas Kling e08d213830 Kernel: Use DistinctNumeric for filesystem ID's 3 年之前
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr 3 年之前
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 年之前
  Liav A 066b1183cd Kernel: Return ENOTIMPL when trying to read from SysFS inodes 3 年之前
  Liav A f8489da8ee Kernel/SysFS: Provide a way to "truncate" and "set" mtime on inodes 3 年之前
  Liav A 06e95d0fd7 Kernel/SysFS: Make it possible to have custom permissions for nodes 3 年之前
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription 3 年之前
  Andreas Kling 47bfbe343b Kernel: Tidy up SysFS construction 3 年之前
  sin-ack 566c5d1e99 AK+Kernel: Move KResult.h to Kernel/API for userspace access 3 年之前
  Liav A e490c17bde Kernel/SysFS: Ensure data stability when reading from Inodes 3 年之前
  Daniel Bertalan d7b6cc6421 Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr 3 年之前
  Andreas Kling 8ebf08b6c8 Kernel: Make all ProcFS and SysFS files zero-sized 3 年之前
  Andreas Kling ad3ae7e0e8 Kernel: Fix handful of remaining "return -EFOO" mistakes 4 年之前
  Andreas Kling d686d2ef18 Kernel/SysFS: Remove unused SysFSComponent::entries_count() 4 年之前
  Andreas Kling 2da0581fd2 Kernel: Replace "folder" => "directory" everywhere 4 年之前
  Andreas Kling 98080497d2 Kernel: Use Forward.h headers more 4 年之前
  Andreas Kling d40ea1a0a8 Kernel: Move SystemExposed.* => FileSystem/SysFSComponent.* 4 年之前