Commit History

Author SHA1 Message Date
  Liav A 478f543899 Kernel/SysFS: Prevent allocation for component name during construction 3 years ago
  Andreas Kling e08d213830 Kernel: Use DistinctNumeric for filesystem ID's 3 years ago
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr 3 years ago
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 years ago
  Liav A 06e95d0fd7 Kernel/SysFS: Make it possible to have custom permissions for nodes 3 years ago
  Andreas Kling 56a2594de7 Kernel: Make KString factories return KResultOr + use TRY() everywhere 3 years ago
  Andreas Kling 47bfbe343b Kernel: Tidy up SysFS construction 3 years ago
  Brian Gianforcaro bb58a4d943 Kernel: Make all Spinlocks use u8 for storage, remove template 3 years ago
  Daniel Bertalan d7b6cc6421 Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr 3 years ago
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 years ago
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 years ago
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker 4 years ago
  Andreas Kling 2da0581fd2 Kernel: Replace "folder" => "directory" everywhere 4 years ago
  Andreas Kling a9decf5aa6 Kernel: Remove all friend declarations from SysFSComponentRegistry 4 years ago
  Andreas Kling d40ea1a0a8 Kernel: Move SystemExposed.* => FileSystem/SysFSComponent.* 4 years ago