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
/
ls.cpp
Age
Commit message (
Expand
)
Author
2021-09-18
AK: Make Utf8View constructors inline and remove C string constructor
Andreas Kling
2021-08-18
Utilities: Remove memset calls inside ls
Jean-Baptiste Boric
2021-08-18
Utilities: Properly sort files in ls
Jean-Baptiste Boric
2021-08-12
Kernel+LibC: Use 64 bit values for ino_t
Liav A
2021-07-12
ls: Add option to list subdirectories recursively
Ariel Don
2021-06-01
LibGUI+Shell+bt+ls: Use proper APIs for creating file URLs
Max Wipfli
2021-05-25
ls: Fix incorrect -t sort order
Andreas Kling
2021-05-17
Utilities: Correct non-standard assert macros includes
Jean-Baptiste Boric
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-26
Utilities: Make ls respect options when specifying more than one path
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
ls: Remove extra spaces after filenames when piping
Jagger De Leo
2021-04-17
ls: list files in cwd before listing directories when listing paths
setepenre
2021-04-11
ls: ls will print directory name when listing multiple directories
setepenre
2021-03-17
ls: Make 64 bit clean
Jean-Baptiste Boric
2021-03-17
Userland: Fix printf specifiers with off_t
Jean-Baptiste Boric
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-29
ls: Lazily align the number of hard links in ls output :^)
Andreas Kling
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling