summaryrefslogtreecommitdiff
path: root/arch/powerpc64/bits
AgeCommit message (Expand)AuthorFilesLines
2016-10-20add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy1-0/+40
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 Felker6-14/+7
2016-07-03fix CBAUDEX in powerpc termios.hSzabolcs Nagy1-1/+1
2016-07-03fix powerpc termios.h macro exposure/namespace issuesSzabolcs Nagy1-12/+12
2016-07-03remove mips and powerpc ioctls that are missing from linux uapiSzabolcs Nagy1-8/+0
2016-07-03add missing TIOC* macros to ioctl.hSzabolcs Nagy1-3/+3
2016-07-03add missing SIOCSIFNAME from linux/sockios.h to ioctl.hSzabolcs Nagy1-0/+1
2016-07-03remove ioctl macros that were removed from linux uapiSzabolcs Nagy1-7/+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 Bingham1-360/+0
2016-05-08fix spurious trailing whitespace in powerpc & powerpc64 bits/errno.hRich Felker1-1/+1
2016-05-08add powerpc64 portBobby Bingham23-0/+1689