aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/aarch64/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove architecture specific shmat.S files.Brooks Davis2018-04-052-36/+0
* Remove architecture specific sigreturn.S files.Brooks Davis2018-04-042-36/+0
* Fix the error value we write in cerror. __error returns an int *, howeverAndrew Turner2017-01-241-1/+1
* 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-203-153/+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-061-0/+2
* Add support for usermode (vdso-like) gettimeofday(2) andKonstantin Belousov2015-12-072-1/+75
* Cleanup brk and sbrk to use the same code to find curbrk and minbrk whenAndrew Turner2015-07-022-36/+12
* Add the start of libc and libstand for arm64. Not all of the machineAndrew Turner2015-04-079-0/+437