| Commit message (Expand) | Author | Age | Files | Lines |
| * | STACKALIGN: Reimplement in terms of __align_down | John Baldwin | 2026-02-06 | 1 | -1/+2 |
| * | Remove residual blank line at start of Makefile | Warner Losh | 2024-07-15 | 1 | -1/+0 |
| * | libc/aarch64: Add a non-trivial getcontextx | Andrew Turner | 2024-03-21 | 1 | -2/+18 |
| * | libc/aarch64: Copy the trivial getcontextx | Andrew Turner | 2024-03-21 | 2 | -2/+75 |
| * | libc: Teach libc about the BTI elf note | Andrew Turner | 2023-11-21 | 5 | -0/+17 |
| * | libc: Purge unneeded cdefs.h | Warner Losh | 2023-11-01 | 5 | -5/+0 |
| * | libc: Strip plentiful trailing whitespace from aarch64+arm makecontext.c | Jessica Clarke | 2023-10-28 | 1 | -5/+5 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 10 | -20/+0 |
| * | libc: Fix longjmp/_longjmp(buf, 0) for AArch64 and RISC-V | Jessica Clarke | 2023-01-09 | 2 | -2/+4 |
| * | Remove "All rights reserved" where I can in libc | Andrew Turner | 2022-08-05 | 2 | -2/+0 |
| * | Remove "All Rights Reserved" from FreeBSD Foundation libc copyrights | Ed Maste | 2022-07-21 | 6 | -6/+0 |
| * | libc: Remove _get_tp() and _set_tp(). | John Baldwin | 2021-12-09 | 3 | -90/+0 |
| * | libc: add _get_tp() private function | Konstantin Belousov | 2021-04-09 | 2 | -0/+46 |
| * | Decrease relative branch brittleness. | Jason Evans | 2017-06-20 | 1 | -2/+6 |
| * | Fix the comment showing the meaning of the first argument to sigprocmask. | Andrew Turner | 2017-02-03 | 1 | -1/+1 |
| * | Disable support for compat syscalls on arm64. These symbols were never | Andrew Turner | 2016-04-06 | 1 | -0/+2 |
| * | Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa... | Craig Rodrigues | 2015-09-20 | 1 | -0/+1 |
| * | Add the definitions of __infinity and __nan. | Andrew Turner | 2015-08-20 | 2 | -0/+15 |
| * | Add support for makecontext. This supports up to 8 arguments as this | Andrew Turner | 2015-07-10 | 3 | -1/+127 |
| * | Implement fpgetmask, it's needed by Python. | Andrew Turner | 2015-06-25 | 2 | -0/+48 |
| * | Implement fpsetmask. Some third-party software makes use of it, for example | Andrew Turner | 2015-06-24 | 2 | -0/+53 |
| * | Set the alignment of the setjmp magic values correctly. The alignment needs | Andrew Turner | 2015-06-24 | 3 | -3/+3 |
| * | Set the correct register when calling sigprocmask in longjmp. | Andrew Turner | 2015-06-06 | 1 | -1/+1 |
| * | Add fabs() to arm64 libc | Ed Maste | 2015-05-14 | 2 | -1/+35 |
| * | Add the start of libc and libstand for arm64. Not all of the machine | Andrew Turner | 2015-04-07 | 6 | -0/+381 |