Commit History

Author SHA1 Message Date
  Luke cbbbc38f27 Kernel: Print panic backtrace to both the screen and serial 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Andreas Kling 8f70528f30 Kernel: Take some baby steps towards x86_64 4 years ago
  Andreas Kling dc7340332d Kernel: Update cryptically-named functions related to symbolication 5 years ago
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 years ago
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 years ago
  Andreas Kling c6e552ac8f Kernel+LibELF: Don't blindly trust ELF symbol offsets in symbolication 5 years ago
  Andreas Kling 4ef6be8212 Kernel: Allow modules to link against anything in kernel.map :^) 5 years ago
  Andreas Kling 31beff8afb Kernel: Remove unnecessary init_ksyms() function 5 years ago
  Andreas Kling 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 years ago
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. 6 years ago
  Andreas Kling 2f4e7edee5 Kernel: Simplify dump_backtrace() API for clients. 6 years ago
  Andreas Kling 9fd4f4862b Kernel: Make dump_backtrace() kinda sorta work. 6 years ago
  Andreas Kling 022f7790db Use modern C++ attributes instead of __attribute__ voodoo. 6 years ago
  Andreas Kling 4b6a8f8a08 Unbreak ksym loading and make reading /proc/PID/stack not crash. 6 years ago
  Andreas Kling 503e32552c Move kernel symbolication code out of init.cpp and into its own KSym files. 6 years ago