summaryrefslogtreecommitdiff
path: root/Kernel/kstdio.h
AgeCommit message (Expand)Author
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