summaryrefslogtreecommitdiffstats
path: root/lib/libc/aarch64
Commit message (Expand)AuthorAgeFilesLines
* Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa...rodrigc2015-09-201-0/+1
* Add the definitions of __infinity and __nan.andrew2015-08-203-0/+17
* Add support for makecontext. This supports up to 8 arguments as thisandrew2015-07-104-1/+129
* Add hton and ntoh to the arm64 Symbols.map file, they exist but were notandrew2015-07-061-0/+4
* Cleanup brk and sbrk to use the same code to find curbrk and minbrk whenandrew2015-07-023-36/+13
* Implement fpgetmask, it's needed by Python.andrew2015-06-253-0/+49
* Export __flt_rounds from the arm64 libc.soandrew2015-06-251-0/+1
* Implement fpsetmask. Some third-party software makes use of it, for exampleandrew2015-06-243-0/+54
* Set the alignment of the setjmp magic values correctly. The alignment needsandrew2015-06-243-3/+3
* Set the correct register when calling sigprocmask in longjmp.andrew2015-06-061-1/+1
* Add fabs() to arm64 libcemaste2015-05-143-1/+36
* Add the start of libc and libstand for arm64. Not all of the machineandrew2015-04-0721-0/+1012
* Start to import support for the AArch64 architecture from ARM. This changeandrew2015-03-191-0/+5
OpenPOWER on IntegriCloud