summaryrefslogtreecommitdiff
path: root/LibC/dirent.cpp
AgeCommit message (Expand)Author
2019-06-03LibC: Implement dirfd().Andreas Kling
2019-03-20Kernel+LibC: Don't crash upon traversal of large directories.Andreas Kling
2019-02-15Use modern C++ attributes instead of __attribute__ voodoo.Andreas Kling
2019-02-09LibC: closedir() should free the readdir() buffer and the DIR itself.Andreas Kling
2018-12-21Make syscall invocations look pleasant.Andreas Kling
2018-11-17Various stubs while trying to get an old coreutils to build.Andreas Kling
2018-11-06Change syscall naming scheme.Andreas Kling
2018-11-05More work towards getting bash to build.Andreas Kling
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