Age | Commit message (Expand) | Author |
---|---|---|
2019-05-28 | Add clang-format file | Robin Burchell |
2019-02-14 | Kernel: Begin implementing UNIX domain sockets. | Andreas Kling |
2019-02-08 | LibC: Implement enough missing stuff to get bash-5.0 running. :^) | Andreas Kling |
2019-01-31 | Make stat() work on device files again. | Andreas Kling |
2018-11-18 | Finally hook up the mkdir code to a syscall. | Andreas Kling |
2018-11-07 | Miscellaneous compat work while seeing if GNU coreutils would build. | Andreas Kling |
2018-11-06 | Add umask(). | Andreas Kling |
2018-10-31 | A bunch of LibC boilerplate stuff added while trying to get figlet to build. | Andreas Kling |