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
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
2018-10-31
Fix ls build.
Andreas Kling
2018-10-28
Add basic symlink support.
Andreas Kling
2018-10-28
Colorize ls output.
Andreas Kling
2018-10-27
Add some basic field width support to printf().
Andreas Kling
2018-10-27
Implement loading of linked ELF executables.
Andreas Kling
2018-10-26
Implement sys$chdir() and teach sh+ls to cd around and browse different dirs.
Andreas Kling
2018-10-24
Add an lstat() syscall and use it to make "ls" nicer.
Andreas Kling
2018-10-24
Lots of hacking to make a very simple "ls" utility.
Andreas Kling
2018-10-24
Add simplified mmap() and munmap() syscalls.
Andreas Kling