Age | Commit message (Expand) | Author |
---|---|---|
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | Andreas Kling |
2019-06-27 | Kernel: Use a raw VM region for sorting ELF symbols instead of a Vector. | Andreas Kling |
2019-06-07 | ELF: Run clang-format on everything. | Andreas Kling |
2019-06-07 | Kernel: Rename LinearAddress => VirtualAddress. | Andreas Kling |
2019-05-30 | ELFLoader: Fix typo in segment naming. | Andreas Kling |
2019-05-30 | Kernel: Make the Process allocate_region* API's understand "int prot". | Andreas Kling |
2019-05-23 | Kernel/AK: Move ELF loader to AK | Robin Burchell |