Age | Commit message (Expand) | Author |
---|---|---|
2019-03-01 | Kernel+Userland: Implement fchmod() syscall and use it to improve /bin/cp. | Andreas Kling |
2019-02-08 | LibC: Implement enough missing stuff to get bash-5.0 running. :^) | Andreas Kling |
2019-01-29 | Implement basic chmod() syscall and /bin/chmod helper. | Andreas Kling |
2018-12-21 | Make syscall invocations look pleasant. | Andreas Kling |
2018-11-18 | Finally hook up the mkdir code to a syscall. | Andreas Kling |
2018-11-06 | Add strsignal() and improve sharing signal numbers between LibC and kernel. | Andreas Kling |