index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
stat.cpp
Age
Commit message (
Expand
)
Author
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-24
stat: Show nanosecond part of file timestamps
Andreas Kling
2022-04-03
Utilities: Use default execpromises parameter to `pledge(..)`
Brian Gianforcaro
2022-01-09
Everywhere: Add `serenity_dev_{makedev,major,minor}`
Michel Hermier
2022-01-04
stat: Print an error if 'stat' fails
Marco Cutecchia
2021-12-04
stat: Modernize slightly :^)
Andreas Kling
2021-08-12
Kernel+LibC: Use 64 bit values for ino_t
Liav A
2021-05-14
LibC: Move makedev(), major(), minor(), to sys/types.h
Jean-Baptiste Boric
2021-05-03
Userland: Fix 64-bit portability issues
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-17
Userland: Fix printf specifiers with off_t
Jean-Baptiste Boric
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling