Age | Commit message (Expand) | Author |
---|---|---|
2024-10-08 | Substitute `coroutine_transfer` with prefixed symbol in Makefile | Nobuyoshi Nakada |
2024-08-22 | Don't emit ELF notes on non-ELF platforms | KJ Tsanaktsidis |
2024-07-07 | Do not define SHSTK feature for amd64 Context.S | KJ Tsanaktsidis |
2024-07-04 | Use `__CET__` macro to enable IBT support. (#11081) | Vít Ondruch |
2024-06-13 | Use ENDBR instruction in amd64 coroutine on OpenBSD | Jeremy Evans |
2023-08-25 | Avoid memory dependency between instructions. (#8284) | Samuel Williams |
2021-03-05 | Generating note.GNU-stack section for FreeBSD on x86. | David Carlier |
2019-12-28 | Remove "All Rights Reserved." from Copyright statement. | Samuel Williams |
2019-06-26 | Add `ucontext` coroutine implementation for generic fallback. | Samuel Williams |
2019-05-16 | Remove unused symbols | Nobuyoshi Nakada |
2018-11-24 | Ensure stack is correctly protected | samuel |
2018-11-24 | Change Makefile rule for assembly to use .S rather than .s | samuel |