summaryrefslogtreecommitdiff
path: root/lib/libc/aarch64
Commit message (Expand)AuthorAgeFilesLines
* Decrease relative branch brittleness.Jason Evans2017-06-201-2/+6
* Do not use b.cs instruction to jump to cerror.Alexander Kabaev2017-04-071-2/+10
* Correct an misunderstanding of MDSRCS.Brooks Davis2017-03-021-1/+1
* Correct MDSRCS use in <arch>/string/Makefile.inc.Brooks Davis2017-03-021-1/+2
* Fix the comment showing the meaning of the first argument to sigprocmask.Andrew Turner2017-02-031-1/+1
* Fix the error value we write in cerror. __error returns an int *, howeverAndrew Turner2017-01-241-1/+1
* Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper2017-01-201-1/+1
* Attach the cortex strings library to the build. Only a subset of functionsAndrew Turner2016-09-191-0/+19
* Reduce duplicate NOASM and PSEUDO definitionsBrooks Davis2016-09-081-10/+2
* Remove commented out mention of ptrace.S.Konstantin Belousov2016-08-291-1/+0
* Remove unusedd and obsolete openbsd_poll system call. (Phase 1)George V. Neville-Neil2016-08-181-1/+0
* Implement userspace gettimeofday(2) with HPET timecounter.Konstantin Belousov2016-08-171-5/+7
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsBrooks Davis2016-06-222-53/+0
* Remove brk and sbrk from arm64. They were defined in The Single UNIXAndrew Turner2016-05-204-155/+2
* arm64 libc: hide .cerror, .curbrk, .minbrk for WITHOUT_SYMVEREd Maste2016-04-143-0/+3
* Disable support for compat syscalls on arm64. These symbols were neverAndrew Turner2016-04-062-0/+4
* libc: stop exporting curbrk and minbrk in the private namespaceEd Maste2016-03-241-2/+0
* Add support for usermode (vdso-like) gettimeofday(2) andKonstantin Belousov2015-12-072-1/+75
* 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-203-0/+17
* Add support for makecontext. This supports up to 8 arguments as thisAndrew Turner2015-07-104-1/+129
* Add hton and ntoh to the arm64 Symbols.map file, they exist but were notAndrew Turner2015-07-061-0/+4
* Cleanup brk and sbrk to use the same code to find curbrk and minbrk whenAndrew Turner2015-07-023-36/+13
* Implement fpgetmask, it's needed by Python.Andrew Turner2015-06-253-0/+49
* Export __flt_rounds from the arm64 libc.soAndrew Turner2015-06-251-0/+1
* Implement fpsetmask. Some third-party software makes use of it, for exampleAndrew Turner2015-06-243-0/+54
* 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-143-1/+36
* Add the start of libc and libstand for arm64. Not all of the machineAndrew Turner2015-04-0721-0/+1012
* Start to import support for the AArch64 architecture from ARM. This changeAndrew Turner2015-03-191-0/+5