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
/
ls.cpp
Age
Commit message (
Expand
)
Author
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-11
Userland: Use Core::DateTime
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-28
Userland+Terminal: Port to new CArgsParser API
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Userland: Print which path we failed to ls
Sergey Bugaev
2020-01-15
Userland/ls: escape non-printable characters
joshua stein
2020-01-13
ls: Use pledge()
Brian Gianforcaro
2020-01-11
ls: Cache the user and group names instead of looking up every time
Andreas Kling
2020-01-09
ls: Widen the user and group fields a little bit
Andreas Kling
2020-01-05
ls: Display SUID files with red background color
Andreas Kling
2020-01-04
ls: Show directories with the sticky bit in a special color
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-10-19
ls: Fix alignment of device files in long mode (ls -l)
Andreas Kling
2019-10-19
ls: Add -t and -r flags
Andreas Kling
2019-09-11
ls: Add -h (human readable) output switch
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-20
ls: Sort the output alphabetically
Andreas Kling
2019-08-20
ls: Don't layout or colorize output if stdout is not a TTY
Andreas Kling
2019-08-20
Userland: ls division by zero.
marprok
2019-08-19
Userland: Improved the printing of the ls command. (#468)
Marios Prokopakis
2019-07-21
ls: Don't print an empty line if there were no files to show.
Andreas Kling
2019-06-22
Userland: Fix more compiler warnings.
Andreas Kling
2019-06-07
Userland: Run clang-format on everything.
Andreas Kling
2019-06-01
ls: Show user name and group name if available. (#151)
Mustafa
2019-05-27
LibCore: Add CDirIterator, and use it in everything rather than readdir
Robin Burchell
2019-05-27
ls: Fix build and tidy up coding style.
Andreas Kling
2019-05-27
Ls: Cleanup
faissaloo
2019-05-27
Ls: Support multiple files
faissaloo
2019-05-27
Ls: Support single files in long mode
faissaloo
2019-05-27
Ls: Refactor long directory listings
faissaloo
2019-05-27
Ls: Add single file support in short mode
faissaloo
2019-04-20
Sprinkle use of AK::Vector in various places.
Andreas Kling
2019-02-27
Userland: /bin/ls should show major,minor for block devices.
Andreas Kling
2019-02-25
More moving towards using signed types.
Andreas Kling
2019-02-22
Userland: Fix two compiler warnings.
Andreas Kling
2019-02-21
Kernel+Userland: Implement setuid() and setgid() and add /bin/su
Andreas Kling
2019-02-14
Userland: /bin/ls should display socket files nicely.
Andreas Kling
2019-02-08
LibC: Implement enough missing stuff to get bash-5.0 running. :^)
Andreas Kling
2019-02-03
Kernel: Oops, I mixed up st_dev and st_rdev in struct stat.
Andreas Kling
2019-02-03
Userland: Pretty-print modification times in /bin/ls.
Andreas Kling
2019-01-31
Userland: /bin/ls shouldn't display inode numbers by default.
Andreas Kling
2019-01-31
Make stat() work on device files again.
Andreas Kling
2018-12-19
Implement utime() along with a naive /bin/touch.
Andreas Kling
2018-12-07
Fix /bin/ls usage string.
Andreas Kling
2018-12-04
Import a simple text editor I started working on.
Andreas Kling
2018-11-29
Add TIOCGWINSZ ioctl so userland can determine terminal geometry.
Andreas Kling
2018-11-17
Support "ls <path>" rather than just "ls" :^)
Andreas Kling
2018-11-09
Fix all current build warnings in the userland.
Andreas Kling
[next]