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
/
kprintf.cpp
Age
Commit message (
Expand
)
Author
2020-08-06
AK+Kernel+LibC: Add vdbgprintf()
Andreas Kling
2020-07-03
Kernel: Allow recursion when writing to the debug log
Tom
2020-07-01
Kernel: Serialize debug output
Tom
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
2019-11-27
Kernel: Demangle userspace ELF symbols in backtraces
Andreas Kling
2019-11-03
Kernel: Prevent kprintf() from asserting in Console::the() (#718)
Nicolas Van Bossuyt
2019-09-09
Kernel: Write logs into dmesg from the start of the boot process
Conrad Pankoff
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
Kernel: Colorize debugger output from the kernel.
Andreas Kling
2019-06-07
AK: Rename printf.cpp to PrintfImplementation.h.
Andreas Kling
2019-04-29
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
Andreas Kling
2019-04-10
Kernel: Remove two unneeded headers.
Andreas Kling
2019-03-23
Kernel: Introduce threads, and refactor everything in support of it.
Andreas Kling
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2019-01-23
Kernel: Get rid of Unix namespace.
Andreas Kling
2019-01-16
Pass the process to CharacterDevice::read/write.
Andreas Kling
2019-01-14
Build Painter & friends into LibC. Use it in the GUI test app.
Andreas Kling
2018-10-29
Fix broken SpinLock.
Andreas Kling
2018-10-27
Add some basic field width support to printf().
Andreas Kling
2018-10-25
Add gettimeofday() syscall and LibC wrappers gettimeofday() and time().
Andreas Kling
2018-10-22
Move kprintf to its own file. It has nothing to do with VGA anymore.
Andreas Kling