summaryrefslogtreecommitdiff
path: root/Userland/ls.cpp
AgeCommit message (Expand)Author
2018-10-28Add basic symlink support.Andreas Kling
2018-10-28Colorize ls output.Andreas Kling
2018-10-27Add some basic field width support to printf().Andreas Kling
2018-10-27Implement loading of linked ELF executables.Andreas Kling
2018-10-26Implement sys$chdir() and teach sh+ls to cd around and browse different dirs.Andreas Kling
2018-10-24Add an lstat() syscall and use it to make "ls" nicer.Andreas Kling
2018-10-24Lots of hacking to make a very simple "ls" utility.Andreas Kling
2018-10-24Add simplified mmap() and munmap() syscalls.Andreas Kling