summaryrefslogtreecommitdiff
path: root/Userland/Utilities/ls.cpp
AgeCommit message (Expand)Author
2021-06-01LibGUI+Shell+bt+ls: Use proper APIs for creating file URLsMax Wipfli
2021-05-25ls: Fix incorrect -t sort orderAndreas Kling
2021-05-17Utilities: Correct non-standard assert macros includesJean-Baptiste Boric
2021-05-14LibC: Move makedev(), major(), minor(), to sys/types.hJean-Baptiste Boric
2021-05-03Userland: Fix 64-bit portability issuesGunnar Beutner
2021-04-26Utilities: Make ls respect options when specifying more than one pathGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18ls: Remove extra spaces after filenames when pipingJagger De Leo
2021-04-17ls: list files in cwd before listing directories when listing pathssetepenre
2021-04-11ls: ls will print directory name when listing multiple directoriessetepenre
2021-03-17ls: Make 64 bit cleanJean-Baptiste Boric
2021-03-17Userland: Fix printf specifiers with off_tJean-Baptiste Boric
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-29ls: Lazily align the number of hard links in ls output :^)Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling