summaryrefslogtreecommitdiff
path: root/AK/ELF
AgeCommit message (Expand)Author
2019-09-27Kernel: Make Region single-owner instead of ref-countedAndreas Kling
2019-09-27ELF: Make code a little more buildable on other platformsAndreas Kling
2019-09-07Kernel: Support thread-local storageAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-26Kernel: Display virtual addresses as V%p instead of L%xAndreas Kling
2019-08-06ELFLoader: Remove an uninteresting debug log messageAndreas Kling
2019-07-18ELFImage: Sprinkle some constification loveRobin Burchell
2019-07-09Kernel: Move VirtualAddress.h into VM/Andreas Kling
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-06-27Kernel: Use a raw VM region for sorting ELF symbols instead of a Vector.Andreas Kling
2019-06-07ELF: Run clang-format on everything.Andreas Kling
2019-06-07Kernel: Rename LinearAddress => VirtualAddress.Andreas Kling
2019-05-30ELFLoader: Fix typo in segment naming.Andreas Kling
2019-05-30Kernel: Make the Process allocate_region* API's understand "int prot".Andreas Kling
2019-05-23Kernel/AK: Move ELF loader to AKRobin Burchell