serenity/Kernel
Sönke Holz 1d83f73ec5 Kernel/PCI: Stop using a dangling pointer in dmesgln_pci
VariadicFormatParams only stores pointers to the parameters, so
the device.device_name() parameter will dangle.

This fixes broken dmesgln_pci output on riscv64 GCC.
2024-09-07 12:52:52 -04:00
..
API Kernel/x86: Add missing rcx + r11 clobber to Syscall::invoke with 4 args 2024-08-21 08:17:17 -04:00
Arch Kernel/riscv64: Add comment about the bss to the linker script 2024-09-06 16:02:08 -04:00
Boot Kernel/x86: Bake the Prekernel and the Kernel into one image 2024-05-14 23:37:38 +02:00
Bus Kernel/PCI: Stop using a dangling pointer in dmesgln_pci 2024-09-07 12:52:52 -04:00
Devices Kernel: Remove passing of register state to IRQ handlers 2024-09-01 21:00:18 +02:00
FileSystem Kernel/Ext2FS: Reduce allocations in compute_block_list_impl() 2024-08-30 22:22:13 +02:00
Firmware Kernel: Remove passing of register state to IRQ handlers 2024-09-01 21:00:18 +02:00
Heap Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
Interrupts Kernel: Remove passing of register state to IRQ handlers 2024-09-01 21:00:18 +02:00
Library Kernel: Add a conversion method from KBuffer to UserOrKernelBuffer 2024-07-21 15:38:52 +02:00
Locking Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
Memory Kernel/aarch64: Use the FDT to get the device/boot info 2024-08-20 21:52:12 -04:00
Net Kernel: Remove passing of register state to IRQ handlers 2024-09-01 21:00:18 +02:00
Prekernel Prekernel: Move the generate_secure_seed function out of init.cpp 2024-06-29 19:56:45 +02:00
Security Kernel+Userland: Reduce jails to be a simple boolean flag 2024-07-21 11:44:23 +02:00
Syscalls Kernel: Don't assume sizes of needed buffers early in the execve syscall 2024-09-01 20:52:55 +02:00
Tasks Kernel: Remove passing of register state to IRQ handlers 2024-09-01 21:00:18 +02:00
Time Kernel: Remove passing of register state to IRQ handlers 2024-09-01 21:00:18 +02:00
CMakeLists.txt Kernel/riscv64: Add FLAGS to the PHDRS linker script command 2024-09-06 16:02:08 -04:00
Debug.h.in Kernel: Add a minimal xHCI driver implementation 2024-07-26 14:25:49 -04:00
embedmap.sh
Forward.h Kernel: Introduce the HostnameContext class 2024-07-21 11:44:23 +02:00
generate-version-file.sh
kprintf.cpp Kernel: Remove the ConsoleManagement singleton 2024-07-04 22:20:35 +02:00
kstdio.h
KSyms.cpp Kernel: Use AK::unwind_stack_from_frame_pointer 2024-05-14 14:02:06 -06:00
KSyms.h Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
mkmap.sh
SanCov.cpp Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
Sections.h
UnixTypes.h