.. |
Arch
|
Everywhere: Add RISC-V 64 target to the build system
|
2023-08-18 08:37:43 -06:00 |
AuxiliaryVector.h
|
Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API
|
2023-01-21 10:43:59 -07:00 |
CMakeLists.txt
|
LibC+LibELF: Move ELF definitions from LibC to LibELF
|
2023-06-27 12:40:38 +02:00 |
Core.h
|
Everywhere: Remove exceptions for using #include <LibC/...>
|
2023-06-27 12:40:38 +02:00 |
DynamicLinker.cpp
|
Userland: Always call syscall(SC_prctl, ...) with 4 arguments
|
2023-09-02 18:22:07 +02:00 |
DynamicLinker.h
|
LibELF: Export static resolve_library method of the DynamicLinker code
|
2022-12-31 05:06:39 -07:00 |
DynamicLoader.cpp
|
Userland+Tests: Don't use MAP_FILE when mmap-ing
|
2023-09-01 19:50:35 +02:00 |
DynamicLoader.h
|
LibELF: Cache consecutive lookups for the same symbol
|
2023-08-19 05:15:08 +02:00 |
DynamicObject.cpp
|
LibELF: Calculate size of relocation table correctly in all cases
|
2023-09-27 03:33:36 +02:00 |
DynamicObject.h
|
LibELF: Cache consecutive lookups for the same symbol
|
2023-08-19 05:15:08 +02:00 |
ELFABI.h
|
LibELF+readelf: Add missing constants for dynamic relocations
|
2023-08-18 16:20:13 +02:00 |
Hashes.h
|
Everywhere: Pass AK::StringView by value
|
2021-11-11 01:27:46 +01:00 |
Image.cpp
|
Kernel: Consolidate finding the ELF stack size with validation
|
2023-07-10 21:08:31 -06:00 |
Image.h
|
LibC+LibELF: Move ELF definitions from LibC to LibELF
|
2023-06-27 12:40:38 +02:00 |
Relocation.cpp
|
LibC+LibELF: Move ELF definitions from LibC to LibELF
|
2023-06-27 12:40:38 +02:00 |
Relocation.h
|
Kernel: Move {Virtual,Physical}Address classes to the Memory directory
|
2023-06-04 21:32:34 +02:00 |
Validation.cpp
|
LibELF: Fix building without PTHREAD_STACK_MIN defined
|
2023-09-06 11:41:16 -06:00 |
Validation.h
|
Kernel: Consolidate finding the ELF stack size with validation
|
2023-07-10 21:08:31 -06:00 |