| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 | |
| 2024-12-23 | include/sys/cdefs.h: Add __attribute_optimization_barrier__ | Adhemerval Zanella | 1 | -4/+4 | |
| Add __attribute_optimization_barrier__ to disable inlining and cloning on a function. For Clang, expand it to __attribute__ ((optnone)) Otherwise, expand it to __attribute__ ((noinline, clone)) Co-Authored-By: H.J. Lu <hjl.tools@gmail.com> Reviewed-by: Sam James <sam@gentoo.org> | |||||
| 2024-07-19 | Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [BZ 31989] | John David Anglin | 1 | -2/+2 | |
| Signed-off-by: John David Anglin <dave.anglin@bell.net> Reviewed-By: Andreas K. Hüttel <dilfridge@gentoo.org> | |||||
| 2024-01-01 | Add a setjmp/longjmp test between user contexts | H.J. Lu | 1 | -0/+138 | |
| Verify that setjmp and longjmp work correctly between user contexts. Arrange stacks for uctx_func1 and uctx_func2 so that ____longjmp_chk works when setjmp and longjmp are called from different user contexts. Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com> | |||||
