Commit History

Author SHA1 Message Date
  Liav A 23c1c40e86 Kernel/SysFS: Migrate components code from SysFS.cpp to the SysFS folder 3 years ago
  Andreas Kling 4e4a930b13 Kernel: Use the system boot time as default timestamp in /sys and /dev 3 years ago
  Liav A 58acdce41f Kernel/FileSystem: Simplify even more the mount syscall 3 years ago
  Liav A ae2ec45e78 Kernel: Allow SysFS components to have non-zero size 3 years ago
  Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors 3 years ago
  Hendiadyoin1 4cec16a713 Kernel: Add implied auto-specifiers in FileSystem 3 years ago
  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 8b1108e485 Everywhere: Pass AK::StringView by value 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
  Andreas Kling 6f69d5204f Kernel: Make Inode::flush_metadata() return a KResult 3 years ago
  Liav A f8489da8ee Kernel/SysFS: Provide a way to "truncate" and "set" mtime on inodes 3 years ago
  Liav A 06e95d0fd7 Kernel/SysFS: Make it possible to have custom permissions for nodes 3 years ago
  Liav A 6a9c717a30 Kernel: Expose device presence in /sys/dev/char and /sys/dev/block 3 years ago
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription 3 years ago
  Andreas Kling 47bfbe343b Kernel: Tidy up SysFS construction 3 years ago
  Liav A e490c17bde Kernel/SysFS: Ensure data stability when reading from Inodes 3 years ago
  Andreas Kling 244ede561b Kernel/SysFS: Remove unnecessary mutex lockers in SysFS metadata getters 3 years ago
  Andreas Kling 8ebf08b6c8 Kernel: Make all ProcFS and SysFS files zero-sized 3 years ago
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's 3 years ago
  Andreas Kling d30d776ca4 Kernel: Make FileSystem::initialize() return KResult 3 years ago
  Andreas Kling ef2720bcad Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>> 3 years ago
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton 3 years ago
  Andreas Kling d298de5e09 Kernel/SysFS: Remove redundant SysFS& member from SysFSInode 4 years ago
  Andreas Kling 1f18558ee2 Kernel: Make FileSystem::root_inode() return a plain Inode& 4 years ago
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker 4 years ago
  Andreas Kling b975a74a1d Kernel/USB: Move USB bus information from /proc to /sys 4 years ago
  Andreas Kling 2da0581fd2 Kernel: Replace "folder" => "directory" everywhere 4 years ago
  Andreas Kling b8d6c3722d Kernel: Remove Inode::directory_entry_count() 4 years ago