Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-07-03 | remove mips and powerpc ioctls that are missing from linux uapi | Szabolcs Nagy | -8/+0 | |
mips and powerpc use their own asm/ioctls.h, not the asm-generic/ioctls.h and they lack termiox macros that are available on other targets. see kernel commit 1d65b4a088de407e99714fdc27862449db04fb5c | ||||
2016-07-03 | add missing TIOC* macros to ioctl.h | Szabolcs Nagy | -0/+3 | |
these are defined in linux asm/ioctls.h. (powerpc64 and powerpc bits/ioctl.h are now identical) | ||||
2016-07-03 | add missing SIOCSIFNAME from linux/sockios.h to ioctl.h | Szabolcs Nagy | -0/+1 | |
glibc ioctl.h has it too. | ||||
2016-07-03 | remove ioctl macros that were removed from linux uapi | Szabolcs Nagy | -7/+0 | |
TIOCTTYGSTRUCT, TIOCGHAYESESP, TIOCSHAYESESP and TIOCM_MODEM_BITS were removed from the linux uapi and not present in glibc ioctl.h | ||||
2013-05-26 | fix ioctl _IOR, _IOW, etc macros to avoid signed overflow (2<<30) | Szabolcs Nagy | -22/+3 | |
2012-11-16 | fix powerpc termios.h and ioctl.h | rofl0r | -59/+88 | |
2012-11-13 | PPC port cleaned up, static linking works well now. | rofl0r | -0/+216 | |