summaryrefslogtreecommitdiffstats
path: root/lib/libc/aarch64
Commit message (Expand)AuthorAgeFilesLines
* MFC r312703:andrew2017-05-301-1/+1
* MFC r314556-r314558brooks2017-03-111-1/+1
* MFC r304285:kib2016-09-161-5/+7
* MFC r305015:kib2016-09-031-1/+0
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsbrooks2016-06-222-53/+0
* Remove brk and sbrk from arm64. They were defined in The Single UNIXandrew2016-05-204-155/+2
* arm64 libc: hide .cerror, .curbrk, .minbrk for WITHOUT_SYMVERemaste2016-04-143-0/+3
* Disable support for compat syscalls on arm64. These symbols were neverandrew2016-04-062-0/+4
* libc: stop exporting curbrk and minbrk in the private namespaceemaste2016-03-241-2/+0
* Add support for usermode (vdso-like) gettimeofday(2) andkib2015-12-072-1/+75
* 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