index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
kstdio.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-11-24
Kernel+UE+LibC: Remove unused dbgputch syscall
Ben Wiederhake
2021-09-10
Kernel: Add kernelearlyputstr and use it in dbgln in very-early boot
Idan Horowitz
2021-08-13
Kernel: Introduce a StringView overload of dbgputstr(..)
Brian Gianforcaro
2021-06-24
Kernel: Add dbgputch() to kstdio.h
Max Wipfli
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-17
Kernel: Remove kprintf()
Andreas Kling
2021-02-17
Kernel: Remove dbgprintf() from kernel
Andreas Kling
2020-12-26
LibC: Enable compiler warnings for printf format strings
Sahan Fernando
2020-08-22
Kernel: Stop supporting sprintf
Ben Wiederhake
2020-08-22
AK+Kernel: Support snprintf
Ben Wiederhake
2020-08-09
LibELF+Lagom: Work towards getting LibELF in Lagom
Nico Weber
2020-05-16
Kernel: Remove awkward "#define printf dbgprintf"
Andreas Kling
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-13
Kernel: Overload dbgputstr for char array literals in C++
Andrew Kaster
2019-12-20
Build: Get rid of the USERLAND define
Andreas Kling
2019-11-27
Kernel: Demangle userspace ELF symbols in backtraces
Andreas Kling
2019-08-11
Kernel: Add serial_debug cmdline parameter
Conrad Pankoff
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-05-28
Add clang-format file
Robin Burchell
2019-04-10
Kernel: Remove two unneeded headers.
Andreas Kling
2019-01-13
Fix Userland build.
Andreas Kling
2019-01-10
Make Widgets/ build inside the kernel.
Andreas Kling
2018-10-22
Move kprintf to its own file. It has nothing to do with VGA anymore.
Andreas Kling
2018-10-16
Add the basic character devices to kernel.
Andreas Kling