summaryrefslogtreecommitdiff
path: root/Userland/stat.cpp
AgeCommit message (Expand)Author
2020-05-23Kernel+LibC: Fix various build issues introduced by ssize_tAndreas Kling
2020-03-09Userland: Use ArgParser in stat and support multiple files + linksShannon Booth
2020-02-18stat: Use pledge()Andreas Kling
2020-02-15LibCore: Move LogStream::operator<< overloads into cpp filesAndreas Kling
2020-02-11Userland: Use Core::DateTimeAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2019-02-27Userland: Add a simple /bin/stat program.Andreas Kling