Age | Commit message (Expand) | Author |
---|---|---|
2018-11-10 | Some improvements to signals. | Andreas Kling |
2018-11-09 | Build LibC and Userland with clang as well. | Andreas Kling |
2018-11-09 | Move <utsname.h> to <sys/utsname.h> for correctness. | Andreas Kling |
2018-11-07 | Miscellaneous compat work while seeing if GNU coreutils would build. | Andreas Kling |
2018-11-06 | Add getwd(). | Andreas Kling |
2018-11-06 | Add umask(). | Andreas Kling |
2018-11-06 | Add some basic signal support. | Andreas Kling |
2018-11-05 | More work towards getting bash to build. | Andreas Kling |
2018-11-05 | Lots of minor compat stuff while seeing if bash would build. | Andreas Kling |
2018-11-05 | Tiny LibC things. | Andreas Kling |
2018-11-04 | Mark LibC's assertion faillure helper with __NORETURN. | Andreas Kling |
2018-10-31 | Add getpwent() family of functions to LibC. | Andreas Kling |
2018-10-31 | Use ALWAYS_INLINE for ctype inlines. | Andreas Kling |
2018-10-31 | A bunch of LibC boilerplate stuff added while trying to get figlet to build. | Andreas Kling |