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