Age | Commit message (Expand) | Author |
---|---|---|
2020-05-23 | Kernel+LibC: Fix various build issues introduced by ssize_t | Andreas Kling |
2020-02-02 | LibC: Move `FILE` definition to bits/FILE.h | Jesse Buhagiar |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-27 | LibC: implement fgetpos and fsetpos | Paweł Cholewa |
2019-11-16 | LibC: Implemented getc_unlocked, stubbed flockfile | Brandon Scott |
2019-11-09 | LibC: Minor changes to make nasm work | Paweł Cholewa |
2019-07-21 | Kernel+LibC: Add a dbgputstr() syscall for sending strings to debug output. | Andreas Kling |
2019-07-21 | Kernel+LibC: Add a dbgputch() syscall and use it for userspace dbgprintf(). | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |