aboutsummaryrefslogtreecommitdiff
path: root/arch/generic (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-03fix generic termios.h macro exposure/namespace issuesSzabolcs Nagy1-9/+14
2016-07-03define appropriate feature test macros to get CBAUD from termios.hRich Felker2-0/+2
2016-07-03fix FIOQSIZE in arm ioctl.hSzabolcs Nagy3-0/+4
2016-07-03remove termios2 related ioctls from sh ioctl.hSzabolcs Nagy1-4/+0
2016-07-03fix TIOCMSET in mips ioctl.hSzabolcs Nagy3-3/+3
2016-07-03fix mips, mips64, mipsn32 TIOCM_* macros in ioctl.hSzabolcs Nagy3-42/+42
2016-07-03remove mips and powerpc ioctls that are missing from linux uapiSzabolcs Nagy5-31/+0
2016-07-03add missing TIOC* macros to ioctl.hSzabolcs Nagy7-3/+40
2016-07-03add missing SIOCSIFNAME from linux/sockios.h to ioctl.hSzabolcs Nagy7-0/+7
2016-07-03remove ioctl macros that were removed from linux uapiSzabolcs Nagy7-32/+0
2016-07-03use the generic ioctl.h for x86_64, x32 and aarch64Szabolcs Nagy3-607/+0
2016-07-03add consistent reserved fields in mips64/n32 termios structuresRich Felker2-0/+4
2016-07-01fix posix_fadvise syscall args on powerpc, unify with arm fixRich Felker4-12/+12
2016-06-30pthread: implement try/timed join variantsBobby Bingham2-3/+19