aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc64/bits (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* add missing TIOC* macros to ioctl.h•••these are defined in linux asm/ioctls.h. (powerpc64 and powerpc bits/ioctl.h are now identical) Szabolcs Nagy2016-07-031-3/+3
* add missing SIOCSIFNAME from linux/sockios.h to ioctl.h•••glibc ioctl.h has it too. Szabolcs Nagy2016-07-031-0/+1
* remove ioctl macros that were removed from linux uapi•••TIOCTTYGSTRUCT, TIOCGHAYESESP, TIOCSHAYESESP and TIOCM_MODEM_BITS were removed from the linux uapi and not present in glibc ioctl.h Szabolcs Nagy2016-07-031-7/+0
* add preadv2 and pwritev2 syscall numbers for linux v4.6•••the syscalls take an additional flag argument, they were added in commit f17d8b35452cab31a70d224964cd583fb2845449 and a RWF_HIPRI priority hint flag was added to linux/fs.h in 97be7ebe53915af504fb491fb99f064c7cf3cb09. the syscall is not allocated for microblaze and sh yet. Szabolcs Nagy2016-06-091-0/+2
* deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham2016-05-121-360/+0
* fix spurious trailing whitespace in powerpc & powerpc64 bits/errno.hRich Felker2016-05-081-1/+1
* add powerpc64 portBobby Bingham2016-05-0823-0/+1689