aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/aarch64/gen
Commit message (Expand)AuthorAgeFilesLines
* 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