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