summaryrefslogtreecommitdiff
path: root/arch/aarch64/bits
AgeCommit message (Expand)AuthorFilesLines
2016-07-03make brace placement in public header typedef'd structs consistentRich Felker1-2/+1
2016-07-03make brace placement in public header struct definitions consistentRich Felker4-10/+5
2016-07-03use the generic ioctl.h for x86_64, x32 and aarch64Szabolcs Nagy1-213/+0
2016-06-09add preadv2 and pwritev2 syscall numbers for linux v4.6Szabolcs Nagy1-0/+2
2016-05-12deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham2-543/+272
2016-03-19add copy_file_range syscall numbers from linux v4.5Szabolcs Nagy1-0/+2
2016-03-18deduplicate bits/mman.hSzabolcs Nagy1-58/+0
2016-01-27deduplicate the bulk of the arch bits headersRich Felker7-305/+0
2016-01-26add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy1-0/+1
2016-01-26add mlock2 syscall number from linux v4.4Szabolcs Nagy1-0/+2
2016-01-26add new membarrier, userfaultfd and switch_endian syscallsSzabolcs Nagy1-0/+4
2015-09-15fix namespace violations in aarch64/bits/termios.hFelix Janda1-7/+7
2015-04-01aarch64: remove duplicate macro definitions in bits/fcntl.hRich Felker1-3/+0
2015-04-01aarch64: fix definition of sem_nsems in semid_ds structureRich Felker1-1/+7
2015-04-01aarch64: fix namespace pollution in bits/shm.hSzabolcs Nagy1-2/+2
2015-03-20fix missing max_align_t definition on aarch64Rich Felker1-0/+2
2015-03-18fix MINSIGSTKSZ values for archs with large signal contextsRich Felker1-0/+5
2015-03-14aarch64: fix typo in bits/ioctl.hSzabolcs Nagy1-1/+1
2015-03-14aarch64: add struct _aarch64_ctx to signal.hSzabolcs Nagy1-0/+17
2015-03-11add aarch64 portSzabolcs Nagy28-0/+1468