Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-24 | Kernel: Make dump_backtrace() kinda sorta work. | Andreas Kling | |
2019-02-15 | Use modern C++ attributes instead of __attribute__ voodoo. | Andreas Kling | |
This is quite nice, although I wish [[gnu::always_inline]] implied inline. Also "gnu::" is kind of a wart, but whatcha gonna do. | |||
2019-01-01 | Unbreak ksym loading and make reading /proc/PID/stack not crash. | Andreas Kling | |
2018-12-24 | Move kernel symbolication code out of init.cpp and into its own KSym files. | Andreas Kling | |
Also use a simple array of { dword, const char* } for the KSyms and put the whole shebang in kmalloc_eternal() memory. This was a fugly source of kmalloc perma-frag. |