summaryrefslogtreecommitdiff
path: root/lib/libc/aarch64/gen
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-03-21libc/aarch64: Add a non-trivial getcontextxAndrew Turner
2024-03-21libc/aarch64: Copy the trivial getcontextxAndrew Turner
2023-11-21libc: Teach libc about the BTI elf noteAndrew Turner
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-10-28libc: Strip plentiful trailing whitespace from aarch64+arm makecontext.cJessica Clarke
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-01-09libc: Fix longjmp/_longjmp(buf, 0) for AArch64 and RISC-VJessica Clarke
2022-08-05Remove "All rights reserved" where I can in libcAndrew Turner
2022-07-21Remove "All Rights Reserved" from FreeBSD Foundation libc copyrightsEd Maste
2021-12-09libc: Remove _get_tp() and _set_tp().John Baldwin
2021-04-09libc: add _get_tp() private functionKonstantin Belousov
2017-06-20Decrease relative branch brittleness.Jason Evans
2017-02-03Fix the comment showing the meaning of the first argument to sigprocmask.Andrew Turner
2016-04-06Disable support for compat syscalls on arm64. These symbols were neverAndrew Turner
2015-09-20Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa...Craig Rodrigues
2015-08-20Add the definitions of __infinity and __nan.Andrew Turner
2015-07-10Add support for makecontext. This supports up to 8 arguments as thisAndrew Turner
2015-06-25Implement fpgetmask, it's needed by Python.Andrew Turner
2015-06-24Implement fpsetmask. Some third-party software makes use of it, for exampleAndrew Turner
2015-06-24Set the alignment of the setjmp magic values correctly. The alignment needsAndrew Turner
2015-06-06Set the correct register when calling sigprocmask in longjmp.Andrew Turner
2015-05-14Add fabs() to arm64 libcEd Maste
2015-04-07Add the start of libc and libstand for arm64. Not all of the machineAndrew Turner