Age | Commit message (Expand) | Author | Files | Lines |
2022-09-27 | linux-user: Provide MADV_* definitions | Ilya Leoshkevich | 1 | -0/+92 |
2022-02-01 | linux-user/syscall: Translate TARGET_RLIMIT_RTTIME | Serge Belyshev | 1 | -0/+1 |
2022-02-01 | linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.h | Serge Belyshev | 1 | -0/+37 |
2022-01-11 | linux-user: Move target_struct.h generic definitions to generic/ | Richard Henderson | 1 | -0/+58 |
2022-01-06 | linux-user: Add code for PR_GET/SET_UNALIGN | Richard Henderson | 1 | -0/+27 |
2022-01-06 | linux-user: Remove TARGET_SIGSTKSZ | Song Gao | 1 | -1/+0 |
2022-01-06 | linux-user: Move target_signal.h generic definitions to generic/signal.h | Song Gao | 1 | -0/+16 |
2021-12-19 | linux-user: Create special-errno.h | Richard Henderson | 1 | -17/+0 |
2021-12-19 | linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURN | Richard Henderson | 1 | -1/+1 |
2021-12-19 | linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS | Richard Henderson | 1 | -1/+1 |
2021-07-12 | linux-user: Extract target errno to 'target_errno_defs.h' | Philippe Mathieu-Daudé | 1 | -0/+167 |
2021-02-13 | linux-user: target: signal: Support TARGET_SS_AUTODISARM | Chen Gang | 1 | -0/+6 |
2021-02-13 | linux-user: add TARGET_SO_{DOMAIN,PROTOCOL} | Jason A. Donenfeld | 1 | -0/+3 |
2021-01-21 | linux-user: Remove obsolete F_SHLCK and F_EXLCK translation | Michael Forney | 1 | -5/+0 |
2020-08-27 | linux-user: Add generic 'termbits.h' for some archs | Filip Bozuta | 1 | -0/+318 |
2020-06-05 | linux-user: implement OFD locks | Andreas Schwab | 1 | -0/+4 |
2019-07-02 | linux-user: Introduce TARGET_HAVE_ARCH_STRUCT_FLOCK | Aleksandar Markovic | 1 | -3/+5 |
2019-07-02 | linux-user: Fix target_flock structure for MIPS O64 ABI | Aleksandar Markovic | 1 | -1/+1 |
2018-06-04 | linux-user: move generic signal definitions to generic/signal.h | Laurent Vivier | 1 | -0/+57 |
2018-06-04 | linux-user: move generic fcntl definitions to generic/fcntl.h | Laurent Vivier | 1 | -0/+151 |
2018-05-25 | linux-user: define TARGET_SO_REUSEPORT | Laurent Vivier | 1 | -1/+1 |
2018-05-25 | linux-user: move ppc socket.h definitions to ppc/sockbits.h | Laurent Vivier | 1 | -9/+0 |
2018-05-25 | linux-user: move socket.h generic definitions to generic/sockbits.h | Laurent Vivier | 1 | -0/+67 |