index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
FileSystem
/
SysFSComponent.h
Age
Commit message (
Expand
)
Author
2021-12-14
Kernel/SysFS: Prevent allocation for component name during construction
Liav A
2021-11-18
Kernel: Use DistinctNumeric for filesystem ID's
Andreas Kling
2021-11-10
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-11-05
Kernel: Return ENOTIMPL when trying to read from SysFS inodes
Liav A
2021-10-09
Kernel/SysFS: Provide a way to "truncate" and "set" mtime on inodes
Liav A
2021-09-12
Kernel/SysFS: Make it possible to have custom permissions for nodes
Liav A
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-06
Kernel: Tidy up SysFS construction
Andreas Kling
2021-09-05
AK+Kernel: Move KResult.h to Kernel/API for userspace access
sin-ack
2021-09-04
Kernel/SysFS: Ensure data stability when reading from Inodes
Liav A
2021-09-03
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Daniel Bertalan
2021-08-29
Kernel: Make all ProcFS and SysFS files zero-sized
Andreas Kling
2021-08-06
Kernel: Fix handful of remaining "return -EFOO" mistakes
Andreas Kling
2021-07-17
Kernel/SysFS: Remove unused SysFSComponent::entries_count()
Andreas Kling
2021-07-17
Kernel: Replace "folder" => "directory" everywhere
Andreas Kling
2021-07-11
Kernel: Use Forward.h headers more
Andreas Kling
2021-07-11
Kernel: Move SystemExposed.* => FileSystem/SysFSComponent.*
Andreas Kling