summaryrefslogtreecommitdiff
path: root/LibC/dirent.cpp
AgeCommit message (Expand)Author
2018-10-31Fix wrong allocation size used in opendir().Andreas Kling
2018-10-28Add basic symlink support.Andreas Kling
2018-10-26Implement sys$chdir() and teach sh+ls to cd around and browse different dirs.Andreas Kling
2018-10-24Lots of hacking to make a very simple "ls" utility.Andreas Kling