Andreas Kling
|
4ef6be8212
|
Kernel: Allow modules to link against anything in kernel.map :^)
We now use the symbols from kernel.map to link modules as they are
loaded into the kernel. This is pretty fricken cool!
|
2019-11-28 21:30:20 +01:00 |
|
Andreas Kling
|
28244039a5
|
Kernel: Don't symbolicate symbol+offset for obvious non-kernel addresses.
|
2019-04-30 14:47:22 +02:00 |
|
Andreas Kling
|
afc56d151f
|
Omit duplicate lines from the ksyms map.
|
2018-12-03 02:23:49 +01:00 |
|
Andreas Kling
|
8a865c11ec
|
Pre-size the ksyms vector for speedier loading.
Also show loading progress on the screen because it looks neat.
|
2018-11-09 20:40:39 +01:00 |
|
Andreas Kling
|
c928b06218
|
Add a very hackish /proc/PID/stack.
It walks the stack and identifies anything that looks like a kernel symbol.
This could be a lot more sophisticated.
|
2018-10-26 22:33:15 +02:00 |
|