Age | Commit message (Expand) | Author |
2019-09-11 | linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls | Aleksandar Markovic |
2019-09-11 | linux-user: Add support for FDMSGON and FDMSGOFF ioctls | Aleksandar Markovic |
2019-09-11 | linux-user: Add support for FDFLUSH ioctl | Yunqiang Su |
2019-09-11 | linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls | Aleksandar Markovic |
2019-09-11 | linux-user: Add support for RNDRESEEDCRNG ioctl | Aleksandar Markovic |
2019-07-19 | linux-user: fix to handle variably sized SIOCGSTAMP with new kernels | Daniel P. Berrangé |
2019-05-22 | linux-user: Add support for SIOC<G|S>IFPFLAGS ioctls for all targets | Neng Chen |
2019-05-22 | linux-user: Add support for SIOCSPGRP ioctl for all targets | Aleksandar Markovic |
2019-05-10 | The ioctl(SIOCGIFNAME) call requires a struct ifreq. | Erik Kline |
2018-10-19 | linux-user: Implement special usbfs ioctls. | Cortland Tölva |
2018-10-19 | linux-user: Define ordinary usbfs ioctls. | Cortland Tölva |
2018-02-18 | linux-user: Implement ioctl cmd TIOCGPTPEER | Andreas Schwab |
2017-10-16 | linux-user: Add some random ioctls | Marco A L Barbosa |
2017-02-16 | linux-user: Add FICLONE and FICLONERANGE ioctls | Helge Deller |
2017-01-22 | linux-user: Add SIOCGPGRP, SIOCGSTAMP, SIOCGSTAMPNS | Helge Deller |
2017-01-22 | linux-user: Handle TIOCSTART and TIOCSTOP | Helge Deller |
2016-09-21 | linux-user: Implement FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctls | Peter Maydell |
2016-07-19 | linux-user: Fix type for SIOCATMARK ioctl | Peter Maydell |
2016-07-19 | linux-user: Add some new blk ioctls | Peter Maydell |
2016-07-19 | linux-user: Correct type for LOOP_GET_STATUS{,64} ioctls | Peter Maydell |
2016-07-19 | linux-user: Correct type for BLKSSZGET | Peter Maydell |
2016-07-19 | linux-user: Add loop control ioctls | Peter Maydell |
2014-10-06 | linux-user: Convert blkpg to use a special subop handler | Alexander Graf |
2014-07-15 | SIOCGIFINDEX: fix typo | Joakim Tjernlund |
2014-06-29 | linux-user: support the SIOCGIFINDEX ioctl | Paul Burton |
2014-06-29 | linux-user: support the KDSIGACCEPT ioctl | Paul Burton |
2014-02-19 | linux-user: Implement BLKPG ioctl | Andreas Färber |
2013-09-24 | linux-user: allow use of TIOCGSID | Laurent Vivier |
2013-07-05 | linux-user: add SIOCADDRT/SIOCDELRT support | Laurent Vivier |
2012-08-13 | linux-user: Fix SNDCTL_DSP_MAP{IN, OUT}BUF ioctl definitions | Peter Maydell |
2012-04-06 | linux-user: Add ioctl for BLKBSZGET | Alexander Graf |
2012-04-06 | linux-user: add BLKSSZGET ioctl wrapper | Alexander Graf |
2012-04-06 | linux-user: implement device mapper ioctls | Alexander Graf |
2011-07-11 | linux-user: Add support for even more FB ioctls | Cédric VINCENT |
2011-07-11 | linux-user: Add support for more VT ioctls | Cédric VINCENT |
2011-07-11 | linux-user: Add support for KD...LED ioctls | Cédric VINCENT |
2011-04-26 | linux-user: add ioctl(SIOCGIWNAME, ...) support. | Laurent Vivier |
2011-04-26 | linux-user: convert ioctl(SIOCGIFCONF, ...) result. | Laurent Vivier |
2011-02-09 | linux-user: fix for loopmount ioctl | Martin Mohring |
2011-01-12 | linux-user: Add configure check for linux/fiemap.h and IOC_FS_FIEMAP | Peter Maydell |
2011-01-07 | linux-user: Implement FS_IOC_FIEMAP ioctl | Peter Maydell |
2009-10-17 | linux-user: KD/VT/FB ioctls | Ulrich Hecht |
2008-09-20 | Add MTIOCTOP, MTIOCGET and MTIOCPOS ioctls (Kirill Shutemov). | balrog |
2008-04-26 | Add loop device ioctls (Gary Thomas). | balrog |
2006-03-25 | Avoid accessing guest memory directly in usermode emulation. | pbrook |
2003-06-15 | factorized more definitions - suppressed broken sound ioctls | bellard |
2003-05-10 | more console ioctls | bellard |
2003-05-08 | added KDGKBTYPE | bellard |
2003-04-10 | TIOCGPTN and TIOCSPTLCK ioctls | bellard |
2003-03-30 | added SIOCATMARK and times() syscall | bellard |