提交历史

作者 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 06e95d0fd7 Kernel/SysFS: Make it possible to have custom permissions for nodes 3 年之前
  Andreas Kling 56a2594de7 Kernel: Make KString factories return KResultOr + use TRY() everywhere 3 年之前
  Andreas Kling 47bfbe343b Kernel: Tidy up SysFS construction 3 年之前
  Brian Gianforcaro bb58a4d943 Kernel: Make all Spinlocks use u8 for storage, remove template 3 年之前
  Daniel Bertalan d7b6cc6421 Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr 3 年之前
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 年之前
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 年之前
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker 4 年之前
  Andreas Kling 2da0581fd2 Kernel: Replace "folder" => "directory" everywhere 4 年之前
  Andreas Kling a9decf5aa6 Kernel: Remove all friend declarations from SysFSComponentRegistry 4 年之前
  Andreas Kling d40ea1a0a8 Kernel: Move SystemExposed.* => FileSystem/SysFSComponent.* 4 年之前