| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add SIOCGSTAMPNS socket ioctl macro to ioctl.h•••it is defined in linux asm/sockios.h since commit ae40eb1ef30ab4120bd3c8b7e3da99ee53d27a23 (linux v2.6.22) but was missing from musl by accident. in musl the sockios macros are exposed in sys/ioctl.h together with other ioctl requests instead of in sys/socket.h because of namespace rules. (glibc has them in sys/socket.h under _GNU_SOURCE.) | Szabolcs Nagy | 2017-08-29 | 1 | -0/+1 |
| * | remove mips and powerpc ioctls that are missing from linux uapi•••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 | Szabolcs Nagy | 2016-07-03 | 1 | -8/+0 |
| * | 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 Nagy | 2016-07-03 | 1 | -3/+3 |
| * | add missing SIOCSIFNAME from linux/sockios.h to ioctl.h•••glibc ioctl.h has it too. | Szabolcs Nagy | 2016-07-03 | 1 | -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 Nagy | 2016-07-03 | 1 | -7/+0 |
| * | add powerpc64 port | Bobby Bingham | 2016-05-08 | 1 | -0/+229 |
