summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/arch
AgeCommit message (Expand)Author
2022-12-28LibC: Remove i686 supportLiav A
2022-10-14Tests+Userland: Implement AARCH64 support for some inline assembly blobsGunnar Beutner
2022-10-12LibC: Declare _setjmp and _longjmp on non i386 platformsJan200101
2022-10-04AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most placesNico Weber
2022-05-01LibC: Implement a faster memset routine for x86-64 in assemblyDaniel Bertalan
2021-12-24LibC: Implement _setjmp and _longjmpBrian Gianforcaro
2021-08-28CMake: Let `Meta/serenity.sh run aarch64` make it past cmakeNico Weber
2021-08-26LibC: Fix sigsetjmp on x86_64Jean-Baptiste Boric
2021-08-26LibC: Fix sigsetjmp on i686Jean-Baptiste Boric
2021-08-18Meta+LibC: Don't allow text relocations in SerenityOS librariesDaniel Bertalan
2021-08-18LibC: Fix sigsetjmp and siglongjmpJean-Baptiste Boric
2021-07-14LibC: Use our implementation of `crti.o` and `crtn.o`Daniel Bertalan
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-25LibC: Add x86_64 implementation of setjmp() and longjmp()Andreas Kling