summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/ProcFS/GlobalInode.cpp
AgeCommit message (Collapse)Author
2022-11-24Kernel: Use AK::Time for InodeMetadata timestamps instead of time_tAndreas Kling
Before this change, we were truncating the nanosecond part of file timestamps in many different places.
2022-11-08Kernel: Split the ProcFS core file into smaller componentsLiav A