summaryrefslogtreecommitdiff
path: root/AK/kstdio.h
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-20AK: Remove unused kprintf macroAndreas Kling
2021-02-20AK+LibC: Remove dbgprintf() :^)Andreas Kling
2020-12-26LibC: Enable compiler warnings for printf format stringsSahan Fernando
2020-10-04AK: Make the return type of dbgputstr consistent.asynts
2020-08-22AK+Kernel: Support snprintfBen Wiederhake
2020-08-09LibELF+Lagom: Work towards getting LibELF in LagomNico Weber
2020-08-06AK+Kernel+LibC: Add vdbgprintf()Andreas Kling
2020-05-23Kernel+LibC: Fix various build issues introduced by ssize_tAndreas Kling
2020-05-23AK: Fix inconsistent signature for dbgputstr()Andreas Kling
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-04-06AK: Make dbgprintf() and dbgputstr() go to stderr on non-Serenity hostsAndreas Kling
2020-02-15AK: Don't bring in LibBareMetal's kstdio.h in userspaceAndreas Kling
2020-02-15AK: Fix broken #include statementAndreas Kling
2020-02-09AK: Apply changes for the Bootstrapper environmentLiav A
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-07-21Kernel+LibC: Add a dbgputstr() syscall for sending strings to debug output.Andreas Kling
2019-06-22LibHTML: Make it possible to build LibHTML on the host.Andreas Kling
2019-06-18AK: Including <AK/kstdio.h> should pull in <stdio.h> etc on host builds.Andreas Kling
2019-01-17Get rid of #ifdef SERENITY. We're past that phase of bootstrapping.Andreas Kling
2018-10-22Import very modest Userland.Andreas Kling
2018-10-17Make VFS host build work again.Andreas Kling
2018-10-16Add the basic character devices to kernel.Andreas Kling