summaryrefslogtreecommitdiff
path: root/Userland/DynamicLoader
AgeCommit message (Expand)Author
2023-04-23DynamicLoader: Ensure that backtrace computation stops at `_start`Daniel Bertalan
2023-04-14Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64Nico Weber
2023-02-15DynamicLoader: Disable stack protector in some files for aarch64 buildTimon Kruiper
2023-01-07Everywhere: Remove "LibC/" includes, add lint-rule against itBen Wiederhake
2022-12-28DynamicLoader: Remove i686 supportLiav A
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01LibC: Properly implement stack protectorsTim Schumacher
2022-10-31LibELF: Ensure that DynamicLoader only receives absolute pathsTim Schumacher
2022-10-16DynamicLoader: Use fewer GLOB patterns for arch-specific filesAndrew Kaster
2022-10-16AK+Userland: Use a CMake variable for AK_SOURCES instead of GLOBAndrew Kaster
2022-10-14Tests+Userland: Implement AARCH64 support for some inline assembly blobsGunnar Beutner
2022-07-21LibPthread: Implement named semaphoresIdan Horowitz
2022-07-19LibPthread: Move the pthread and semaphore implementation to LibCTim Schumacher
2022-05-12LibC+Kernel: Prevent string functions from calling themselvesDaniel Bertalan
2022-05-02Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake optionAndrew Kaster
2022-05-02DynamicLoader: Remove stale FIXME for removing -nodefaultlibsAndrew Kaster
2022-05-01LibC: Implement a faster memset routine for x86-64 in assemblyDaniel Bertalan
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-23DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibCTimothy Flynn
2021-10-17Toolchain+Meta: Update LLVM version to 13.0.0Daniel Bertalan
2021-10-17Everywhere: Make some symbols `__attribute__((used))` for LTODaniel Bertalan
2021-09-15Meta: Switch to a SuperBuild that splits host and target buildsAndrew Kaster
2021-08-28CMake: Let `Meta/serenity.sh run aarch64` make it past cmakeNico Weber
2021-08-12LibC+DynamicLoader: Prevent GCC from removing null checksDaniel Bertalan
2021-08-08DynamicLoader: Make sure we don't link against libgcc_sGunnar Beutner
2021-08-08Meta: Add Clang support to the CMake build scriptsDaniel Bertalan
2021-07-27DynamicLoader+LibELF: Move self-relocation code into a separate fileGunnar Beutner
2021-07-22DynamicLoader: Don't truncate dynamic section address on x86_64Andreas Kling
2021-07-14LibC: Use our implementation of `crti.o` and `crtn.o`Daniel Bertalan
2021-07-13DynamicLoader: Add RELA support for self-relocationsGunnar Beutner
2021-07-11DynamicLoader+LibC: Make _start a naked functionHendiadyoin1
2021-07-10Kernel+Userland: Make the stack alignment comply with the System V ABIGunnar Beutner
2021-07-07DynamicLoader: Don't use LibELF to do the initial relocationsGunnar Beutner
2021-07-04DynamicLoader: Remove -fbuilding-libgcc hackGunnar Beutner
2021-07-02DynamicLoader: Use string view literal to remove a allocation on startupBrian Gianforcaro
2021-07-01DynamicLoader: Remove obsolete commentGunnar Beutner
2021-06-29DynamicLoader: Implement self relocations for x86_64Gunnar Beutner
2021-06-28Kernel+LibELF: Add support for validating and loading ELF64 executablesGunnar Beutner
2021-05-27Userland: Port UBSAN implementation to userspaceAndrew Kaster
2021-05-07DynamicLoader: Remove math functionality in favor of -lgccGunnar Beutner
2021-05-03DynamicLoader: Fix compiler warningGunnar Beutner
2021-04-29Tests: Unify LibC tests to single location.Brian Gianforcaro
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibC: Setup a unit test harness for LibC, add ctime_r / asctime_r tests.Brian Gianforcaro
2021-04-20LibC+LibPthread: Implement function forwarding for libpthreadGunnar Beutner
2021-04-18LibC+LibELF: Implement support for the dl_iterate_phdr helperGunnar Beutner
2021-03-21LibC: Add x86_64 RegistersHendiadyoin1
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-25LibC: Add x86_64 implementation of setjmp() and longjmp()Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling