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
/
DevTmpFS.cpp
Age
Commit message (
Expand
)
Author
2022-09-16
Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual
Liav A
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-15
Kernel: Use the system boot time as default timestamp in /sys and /dev
Andreas Kling
2022-05-29
Kernel/FileSystem: Simplify even more the mount syscall
Liav A
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-17
Kernel: Use default constructors/destructors
Lenny Maiorani
2022-02-14
Kernel: Honor permission mode when creating new directories in DevTmpFS
Liav A
2021-12-23
Kernel: Make major and minor numbers to be DistinctNumerics
Liav A
2021-11-11
Everywhere: Pass AK::StringView by value
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-10-31
Kernel: Remove misleading FIXME in DevTmpFS
Ben Wiederhake
2021-10-21
Kernel: Make Inode::flush_metadata() return a KResult
Andreas Kling
2021-09-17
Kernel: Introduce the DeviceManagement singleton
Liav A
2021-09-08
Kernel+SystemServer: Simplify the DevTmpFS design
Liav A
2021-09-08
Kernel: Rename DevFS => DevTmpFS
Liav A