summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/arch
AgeCommit message (Expand)Author
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