Age | Commit message (Expand) | Author |
---|---|---|
2021-12-24 | LibC: Implement _setjmp and _longjmp | Brian Gianforcaro |
2021-08-28 | CMake: Let `Meta/serenity.sh run aarch64` make it past cmake | Nico Weber |
2021-08-26 | LibC: Fix sigsetjmp on x86_64 | Jean-Baptiste Boric |
2021-08-26 | LibC: Fix sigsetjmp on i686 | Jean-Baptiste Boric |
2021-08-18 | Meta+LibC: Don't allow text relocations in SerenityOS libraries | Daniel Bertalan |
2021-08-18 | LibC: Fix sigsetjmp and siglongjmp | Jean-Baptiste Boric |
2021-07-14 | LibC: Use our implementation of `crti.o` and `crtn.o` | Daniel Bertalan |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-25 | LibC: Add x86_64 implementation of setjmp() and longjmp() | Andreas Kling |