aboutsummaryrefslogtreecommitdiff
path: root/linux-user/ioctls.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-22linux-user: Add support for read/clear RTC voltage low detector using ioctlsFilip Bozuta1-0/+2
2020-01-22linux-user: Add support for getting/setting RTC PLL correction using ioctlsFilip Bozuta1-0/+2
2020-01-22linux-user: Add support for getting/setting RTC wakeup alarm using ioctlsFilip Bozuta1-0/+2
2020-01-22linux-user: Add support for getting/setting RTC periodic interrupt and epoch ...Filip Bozuta1-0/+4
2020-01-22linux-user: Add support for getting/setting RTC time and alarm using ioctlsFilip Bozuta1-0/+4
2020-01-22linux-user: Add support for enabling/disabling RTC features using ioctlsFilip Bozuta1-0/+9
2020-01-22linux-user: Add support for KCOV_INIT_TRACE ioctlAleksandar Markovic1-0/+1
2020-01-22linux-user: Add support for KCOV_<ENABLE|DISABLE> ioctlsAleksandar Markovic1-0/+5
2020-01-22linux-user: Add support for FDFMT<BEG|TRK|END> ioctlsAleksandar Markovic1-0/+3
2020-01-22linux-user: Add support for FD<SETEMSGTRESH|SETMAXERRS|GETMAXERRS> ioctlsAleksandar Markovic1-0/+3
2020-01-22linux-user: Add support for FS_IOC32_<GET|SET>VERSION ioctlsAleksandar Markovic1-0/+2
2020-01-22linux-user: Add support for FS_IOC32_<GET|SET>FLAGS ioctlsAleksandar Markovic1-0/+2
2020-01-22linux-user: Add support for FS_IOC_<GET|SET>VERSION ioctlsAleksandar Markovic1-0/+2
2019-09-11linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctlsAleksandar Markovic1-0/+4
2019-09-11linux-user: Add support for FDMSGON and FDMSGOFF ioctlsAleksandar Markovic1-0/+2
2019-09-11linux-user: Add support for FDFLUSH ioctlYunqiang Su1-0/+2
2019-09-11linux-user: Add support for FIOGETOWN and FIOSETOWN ioctlsAleksandar Markovic1-0/+2
2019-09-11linux-user: Add support for RNDRESEEDCRNG ioctlAleksandar Markovic1-0/+3
2019-07-19linux-user: fix to handle variably sized SIOCGSTAMP with new kernelsDaniel P. Berrangé1-2/+19
2019-05-22linux-user: Add support for SIOC<G|S>IFPFLAGS ioctls for all targetsNeng Chen1-0/+2
2019-05-22linux-user: Add support for SIOCSPGRP ioctl for all targetsAleksandar Markovic1-0/+1
2019-05-10The ioctl(SIOCGIFNAME) call requires a struct ifreq.Erik Kline1-1/+1
2018-10-19linux-user: Implement special usbfs ioctls.Cortland Tölva1-0/+8
2018-10-19linux-user: Define ordinary usbfs ioctls.Cortland Tölva1-0/+38
2018-02-18linux-user: Implement ioctl cmd TIOCGPTPEERAndreas Schwab1-0/+3
2017-10-16linux-user: Add some random ioctlsMarco A L Barbosa1-0/+5
2017-02-16linux-user: Add FICLONE and FICLONERANGE ioctlsHelge Deller1-0/+5
2017-01-22linux-user: Add SIOCGPGRP, SIOCGSTAMP, SIOCGSTAMPNSHelge Deller1-0/+3
2017-01-22linux-user: Handle TIOCSTART and TIOCSTOPHelge Deller1-0/+5
2016-09-21linux-user: Implement FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctlsPeter Maydell1-0/+3
2016-07-19linux-user: Fix type for SIOCATMARK ioctlPeter Maydell1-1/+1
2016-07-19linux-user: Add some new blk ioctlsPeter Maydell1-0/+29
2016-07-19linux-user: Correct type for LOOP_GET_STATUS{,64} ioctlsPeter Maydell1-2/+2
2016-07-19linux-user: Correct type for BLKSSZGETPeter Maydell1-1/+1
2016-07-19linux-user: Add loop control ioctlsPeter Maydell1-0/+4
2014-10-06linux-user: Convert blkpg to use a special subop handlerAlexander Graf1-1/+2
2014-07-15SIOCGIFINDEX: fix typoJoakim Tjernlund1-1/+1
2014-06-29linux-user: support the SIOCGIFINDEX ioctlPaul Burton1-0/+1
2014-06-29linux-user: support the KDSIGACCEPT ioctlPaul Burton1-0/+1
2014-02-19linux-user: Implement BLKPG ioctlAndreas Färber1-0/+1
2013-09-24linux-user: allow use of TIOCGSIDLaurent Vivier1-0/+1
2013-07-05linux-user: add SIOCADDRT/SIOCDELRT supportLaurent Vivier1-2/+4
2012-08-13linux-user: Fix SNDCTL_DSP_MAP{IN, OUT}BUF ioctl definitionsPeter Maydell1-2/+2
2012-04-06linux-user: Add ioctl for BLKBSZGETAlexander Graf1-0/+1
2012-04-06linux-user: add BLKSSZGET ioctl wrapperAlexander Graf1-0/+1
2012-04-06linux-user: implement device mapper ioctlsAlexander Graf1-0/+32
2011-07-11linux-user: Add support for even more FB ioctlsCédric VINCENT1-0/+5
2011-07-11linux-user: Add support for more VT ioctlsCédric VINCENT1-0/+4
2011-07-11linux-user: Add support for KD...LED ioctlsCédric VINCENT1-0/+4
2011-04-26linux-user: add ioctl(SIOCGIWNAME, ...) support.Laurent Vivier1-0/+1