summaryrefslogtreecommitdiff
path: root/Kernel/kstdio.h
AgeCommit message (Expand)Author
2021-08-13Kernel: Introduce a StringView overload of dbgputstr(..)Brian Gianforcaro
2021-06-24Kernel: Add dbgputch() to kstdio.hMax Wipfli
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A
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-17Kernel: Remove kprintf()Andreas Kling
2021-02-17Kernel: Remove dbgprintf() from kernelAndreas Kling
2020-12-26LibC: Enable compiler warnings for printf format stringsSahan Fernando
2020-08-22Kernel: Stop supporting sprintfBen Wiederhake
2020-08-22AK+Kernel: Support snprintfBen Wiederhake
2020-08-09LibELF+Lagom: Work towards getting LibELF in LagomNico Weber
2020-05-16Kernel: Remove awkward "#define printf dbgprintf"Andreas Kling
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-02-09Kernel: Apply changes to use LibBareMetal definitionsLiav A
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-13Kernel: Overload dbgputstr for char array literals in C++Andrew Kaster
2019-12-20Build: Get rid of the USERLAND defineAndreas Kling
2019-11-27Kernel: Demangle userspace ELF symbols in backtracesAndreas Kling
2019-08-11Kernel: Add serial_debug cmdline parameterConrad Pankoff
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-05-28Add clang-format fileRobin Burchell
2019-04-10Kernel: Remove two unneeded headers.Andreas Kling
2019-01-13Fix Userland build.Andreas Kling
2019-01-10Make Widgets/ build inside the kernel.Andreas Kling
2018-10-22Move kprintf to its own file. It has nothing to do with VGA anymore.Andreas Kling
2018-10-16Add the basic character devices to kernel.Andreas Kling