aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/aarch64/gen
Commit message (Expand)AuthorAgeFilesLines
* STACKALIGN: Reimplement in terms of __align_downJohn Baldwin2026-02-061-1/+2
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* libc/aarch64: Add a non-trivial getcontextxAndrew Turner2024-03-211-2/+18
* libc/aarch64: Copy the trivial getcontextxAndrew Turner2024-03-212-2/+75
* libc: Teach libc about the BTI elf noteAndrew Turner2023-11-215-0/+17
* libc: Purge unneeded cdefs.hWarner Losh2023-11-015-5/+0
* libc: Strip plentiful trailing whitespace from aarch64+arm makecontext.cJessica Clarke2023-10-281-5/+5
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1610-20/+0
* libc: Fix longjmp/_longjmp(buf, 0) for AArch64 and RISC-VJessica Clarke2023-01-092-2/+4
* Remove "All rights reserved" where I can in libcAndrew Turner2022-08-052-2/+0
* Remove "All Rights Reserved" from FreeBSD Foundation libc copyrightsEd Maste2022-07-216-6/+0
* libc: Remove _get_tp() and _set_tp().John Baldwin2021-12-093-90/+0
* libc: add _get_tp() private functionKonstantin Belousov2021-04-092-0/+46
* Decrease relative branch brittleness.Jason Evans2017-06-201-2/+6
* Fix the comment showing the meaning of the first argument to sigprocmask.Andrew Turner2017-02-031-1/+1
* Disable support for compat syscalls on arm64. These symbols were neverAndrew Turner2016-04-061-0/+2
* Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa...Craig Rodrigues2015-09-201-0/+1
* Add the definitions of __infinity and __nan.Andrew Turner2015-08-202-0/+15
* Add support for makecontext. This supports up to 8 arguments as thisAndrew Turner2015-07-103-1/+127
* Implement fpgetmask, it's needed by Python.Andrew Turner2015-06-252-0/+48
* Implement fpsetmask. Some third-party software makes use of it, for exampleAndrew Turner2015-06-242-0/+53
* Set the alignment of the setjmp magic values correctly. The alignment needsAndrew Turner2015-06-243-3/+3
* Set the correct register when calling sigprocmask in longjmp.Andrew Turner2015-06-061-1/+1
* Add fabs() to arm64 libcEd Maste2015-05-142-1/+35
* Add the start of libc and libstand for arm64. Not all of the machineAndrew Turner2015-04-076-0/+381