Age | Commit message (Expand) | Author |
---|---|---|
2020-02-15 | AK: Don't bring in LibBareMetal's kstdio.h in userspace | Andreas Kling |
2020-02-15 | AK: Fix broken #include statement | Andreas Kling |
2020-02-09 | AK: Apply changes for the Bootstrapper environment | Liav A |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-07-21 | Kernel+LibC: Add a dbgputstr() syscall for sending strings to debug output. | Andreas Kling |
2019-06-22 | LibHTML: Make it possible to build LibHTML on the host. | Andreas Kling |
2019-06-18 | AK: Including <AK/kstdio.h> should pull in <stdio.h> etc on host builds. | Andreas Kling |
2019-01-17 | Get rid of #ifdef SERENITY. We're past that phase of bootstrapping. | Andreas Kling |
2018-10-22 | Import very modest Userland. | Andreas Kling |
2018-10-17 | Make VFS host build work again. | Andreas Kling |
2018-10-16 | Add the basic character devices to kernel. | Andreas Kling |