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
2022-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-09
Kernel: Instantiate a TextModeConsole early on if there's no framebuffer
Liav A
2022-02-09
LibC+Kernel: Remove global variable use from snprintf and fprintf
Andrew Kaster
2022-02-04
Kernel: Set up an initial boot framebuffer console
Tom
2021-12-30
Kernel: Simplify some if statements
Hendiadyoin1
2021-11-24
Kernel+UE+LibC: Remove unused dbgputch syscall
Ben Wiederhake
2021-10-01
Kernel: Move x86 IO instructions code into the x86 specific folder
Liav A
2021-09-17
Kernel/Devices: Use try_create_device helper for ConsoleDevice
Liav A
2021-09-17
Kernel/Devices: Move ConsoleDevice into the Devices source directory
Liav A
2021-09-10
Kernel: Add kernelearlyputstr and use it in dbgln in very-early boot
Idan Horowitz
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-13
Kernel: Introduce a StringView overload of dbgputstr(..)
Brian Gianforcaro
2021-08-07
Kernel: Move SpinLock.h into Locking/
Jean-Baptiste Boric
2021-08-06
Kernel: Hold the global logging lock in dbgputch
Idan Horowitz
2021-08-01
Kernel: Remove unused header includes
Brian Gianforcaro
2021-06-24
Kernel: Add dbgputch() to kstdio.h
Max Wipfli
2021-06-03
Kernel: Support new lines when doing critical printing
Liav A
2021-05-31
Kernel: Rename instances of IO port 0xe9 to BOCHS_DEBUG_PORT
Nick Miller
2021-05-17
Kernel: Implement a PCI Serial Device driver
Idan Horowitz
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-05-16
Kernel: Rename Console => ConsoleDevice
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-20
Kernel: Don't take debug logging lock in sprintf()
Andreas Kling
2021-02-17
Kernel: Remove kprintf()
Andreas Kling
2021-02-17
Kernel: Remove dbgprintf() from kernel
Andreas Kling
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2020-08-22
Kernel: Stop supporting sprintf
Ben Wiederhake
2020-08-22
AK+Kernel: Support snprintf
Ben Wiederhake
2020-08-12
Kernel: Mark compilation-unit-only functions as static
Ben Wiederhake
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
[next]