about summary refs log tree commit diff
path: root/arch/mips/bits/ioctl.h
Commit message (Expand)AuthorAgeFilesLines
* switch all existing 32-bit archs to 64-bit time_tRich Felker2019-11-021-2/+2
* move arch-invariant definitions out of bits/ioctl.hBobby Bingham2019-02-071-98/+0
* ioctl TIOCGPTPEER from linux v4.13Szabolcs Nagy2017-11-051-0/+1
* add SIOCGSTAMPNS socket ioctl macro to ioctl.hSzabolcs Nagy2017-08-291-0/+1
* fix mips ioctl macros to match linux asm/sockios.hSzabolcs Nagy2017-08-291-5/+5
* fix TIOCMSET in mips ioctl.hSzabolcs Nagy2016-07-031-1/+1
* fix mips, mips64, mipsn32 TIOCM_* macros in ioctl.hSzabolcs Nagy2016-07-031-14/+14
* remove mips and powerpc ioctls that are missing from linux uapiSzabolcs Nagy2016-07-031-5/+0
* add missing TIOC* macros to ioctl.hSzabolcs Nagy2016-07-031-0/+8
* add missing SIOCSIFNAME from linux/sockios.h to ioctl.hSzabolcs Nagy2016-07-031-0/+1
* remove ioctl macros that were removed from linux uapiSzabolcs Nagy2016-07-031-4/+0
* fix ioctl _IOR, _IOW, etc macros to avoid signed overflow (2<<30)Szabolcs Nagy2013-05-261-4/+4
* further fixes for mips ioctl.h headerRich Felker2012-08-071-4/+4
* fix another mips gratuitous-incompatibility bug: ioctl numbersRich Felker2012-08-071-2/+2
* initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker2012-07-111-0/+210