Age | Commit message (Expand) | Author |
---|---|---|
2021-12-24 | LibC: Implement _setjmp and _longjmp | Brian Gianforcaro |
2021-08-31 | LibC: Run clang-format on setjmp.h | Andreas Kling |
2021-08-31 | Userland: Guard set_jmp.h static_assert check to cpp impls only | Dimenus |
2021-08-28 | Toolchain: Enough to make `rebuild-toolchain aarch64` work | Nico Weber |
2021-08-26 | LibC: Check for expected size of struct __jmp_buf | Jean-Baptiste Boric |
2021-08-18 | LibC: Fix sigsetjmp and siglongjmp | Jean-Baptiste Boric |
2021-07-01 | LibC: Fix jmp_buf layout on x86_64 | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |