summaryrefslogtreecommitdiff
path: root/Userland/Utilities/stat.cpp
AgeCommit message (Expand)Author
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-24stat: Show nanosecond part of file timestampsAndreas Kling
2022-04-03Utilities: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-01-09Everywhere: Add `serenity_dev_{makedev,major,minor}`Michel Hermier
2022-01-04stat: Print an error if 'stat' failsMarco Cutecchia
2021-12-04stat: Modernize slightly :^)Andreas Kling
2021-08-12Kernel+LibC: Use 64 bit values for ino_tLiav A
2021-05-14LibC: Move makedev(), major(), minor(), to sys/types.hJean-Baptiste Boric
2021-05-03Userland: Fix 64-bit portability issuesGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-17Userland: Fix printf specifiers with off_tJean-Baptiste Boric
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling