Age | Commit message (Expand) | Author |
---|---|---|
2019-06-03 | LibC: Implement dirfd(). | Andreas Kling |
2019-03-20 | Kernel+LibC: Don't crash upon traversal of large directories. | Andreas Kling |
2019-02-15 | Use modern C++ attributes instead of __attribute__ voodoo. | Andreas Kling |
2019-02-09 | LibC: closedir() should free the readdir() buffer and the DIR itself. | Andreas Kling |
2018-12-21 | Make syscall invocations look pleasant. | Andreas Kling |
2018-11-17 | Various stubs while trying to get an old coreutils to build. | Andreas Kling |
2018-11-06 | Change syscall naming scheme. | Andreas Kling |
2018-11-05 | More work towards getting bash to build. | Andreas Kling |
2018-10-31 | Fix wrong allocation size used in opendir(). | Andreas Kling |
2018-10-28 | Add basic symlink support. | Andreas Kling |
2018-10-26 | Implement sys$chdir() and teach sh+ls to cd around and browse different dirs. | Andreas Kling |
2018-10-24 | Lots of hacking to make a very simple "ls" utility. | Andreas Kling |