Age | Commit message (Expand) | Author | Files | Lines |
2019-10-21 | linux-user/syscall: Align target_sockaddr fields using ABI types | Philippe Mathieu-Daudé | 1 | -17/+17 |
2019-10-21 | linux-user/syscall: Introduce target_sockaddr_nl | Philippe Mathieu-Daudé | 1 | -0/+7 |
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/+4 |
2019-09-11 | linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls | Aleksandar Markovic | 1 | -0/+4 |
2019-09-11 | linux-user: Add support for RNDRESEEDCRNG ioctl | Aleksandar Markovic | 1 | -0/+1 |
2019-07-19 | linux-user: fix to handle variably sized SIOCGSTAMP with new kernels | Daniel P. Berrangé | 1 | -2/+28 |
2019-07-02 | linux-user: Add support for translation of statx() syscall | Aleksandar Rikalo | 1 | -0/+37 |
2019-06-24 | linux-user: emulate msgsnd(), msgrcv() and semtimedop() | Laurent Vivier | 1 | -0/+1 |
2019-05-24 | linux-user: Pass through nanosecond timestamp components for stat syscalls | Chen-Yu Tsai | 1 | -18/+31 |
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/+3 |
2019-05-22 | linux-user: Fix support for SIOCATMARK and SIOCGPGRP ioctls for xtensa | Aleksandar Markovic | 1 | -1/+2 |
2019-05-19 | target/alpha: Fix user-only floating-point exceptions | Richard Henderson | 1 | -1/+2 |
2019-01-11 | remove space-tab sequences | Paolo Bonzini | 1 | -2/+2 |
2018-10-19 | linux-user: Implement special usbfs ioctls. | Cortland Tölva | 1 | -0/+4 |
2018-10-19 | linux-user: Define ordinary usbfs ioctls. | Cortland Tölva | 1 | -0/+24 |
2018-09-25 | linux-user: add SO_LINGER to {g,s}etsockopt | Carlo Marcelo Arenas Belón | 1 | -0/+5 |
2018-06-04 | linux-user: remove useless #if | Laurent Vivier | 1 | -10/+0 |
2018-06-04 | linux-user: move hppa signal definitions to hppa/target_signal.h | Laurent Vivier | 1 | -52/+0 |
2018-06-04 | linux-user: move alpha signal definitions to alpha/target_signal.h | Laurent Vivier | 1 | -49/+2 |
2018-06-04 | linux-user: move openrisc signal definitions to openrisc/target_signal.h | Laurent Vivier | 1 | -9/+1 |
2018-06-04 | linux-user: move mips signal definitions to mips/target_signal.h | Laurent Vivier | 1 | -55/+1 |
2018-06-04 | linux-user: move sparc signal definitions to sparc/target_signal.h | Laurent Vivier | 1 | -51/+1 |
2018-06-04 | linux-user: move generic signal definitions to generic/signal.h | Laurent Vivier | 1 | -50/+0 |
2018-06-04 | linux-user: move get_sp_from_cpustate() to target_cpu.h | Laurent Vivier | 1 | -0/+2 |
2018-06-04 | linux-user: move sparc/sparc64 fcntl definitions to sparc/target_fcntl.h | Laurent Vivier | 1 | -39/+0 |
2018-06-04 | linux-user: move ppc fcntl definitions to ppc/target_fcntl.h | Laurent Vivier | 1 | -6/+1 |
2018-06-04 | linux-user: move mips/mips64 fcntl definitions to mips/target_fcntl.h | Laurent Vivier | 1 | -29/+2 |
2018-06-04 | linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/tar... | Laurent Vivier | 1 | -6/+1 |
2018-06-04 | linux-user: move hppa fcntl definitions to hppa/target_fcntl.h | Laurent Vivier | 1 | -33/+1 |
2018-06-04 | linux-user: move alpha fcntl definitions to alpha/target_fcntl.h | Laurent Vivier | 1 | -30/+2 |
2018-06-04 | linux-user: move generic fcntl definitions to generic/fcntl.h | Laurent Vivier | 1 | -128/+1 |
2018-05-11 | linux-user: fix flock/flock64 padding | Laurent Vivier | 1 | -3/+13 |
2018-05-11 | linux-user: define correct fcntl() values for sparc | Laurent Vivier | 1 | -0/+9 |
2018-05-03 | linux-user: remove useless padding in flock64 structure | Laurent Vivier | 1 | -21/+4 |
2018-04-03 | linux-user: fix TARGET___O_TMPFILE for sparc | Laurent Vivier | 1 | -0/+1 |
2018-04-03 | linux-user: define TARGET_ARCH_HAS_KA_RESTORER | Laurent Vivier | 1 | -0/+4 |
2018-03-17 | Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into staging | Peter Maydell | 1 | -3/+62 |
2018-03-16 | target/xtensa: add linux-user support | Max Filippov | 1 | -3/+62 |
2018-03-09 | linux-user: Support f_flags in statfs when available. | Shea Levy | 1 | -22/+19 |
2018-03-09 | linux-user: Drop unicore32 code | Peter Maydell | 1 | -3/+3 |
2018-03-07 | RISC-V Linux User Emulation | Michael Clark | 1 | -5/+8 |
2018-01-23 | linux-user: Don't use CMSG_ALIGN(sizeof struct cmsghdr) | Peter Maydell | 1 | -3/+3 |
2017-11-07 | linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLB | Helge Deller | 1 | -0/+10 |
2017-11-07 | linux-user/hppa: Fix TARGET_F_RDLCK, TARGET_F_WRLCK, TARGET_F_UNLCK | Helge Deller | 1 | -0/+3 |
2017-11-07 | linux-user/hppa: Fix TARGET_MAP_TYPE | Helge Deller | 1 | -1/+5 |
2017-11-07 | linux-user/hppa: Fix TARGET_SA_* defines | Helge Deller | 1 | -0/+8 |
2017-11-07 | linux-user: Restrict usage of sa_restorer | Richard Henderson | 1 | -0/+13 |