| Commit message (Expand) | Author | Age | Files | Lines |
* | user: move common-user includes to a subdirectory of {bsd,linux}-user/ | Paolo Bonzini | 2022-01-12 | 1 | -35/+0 |
* | common-user: Move safe-syscall.* from linux-user | Richard Henderson | 2021-12-20 | 1 | -99/+0 |
* | linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS | Richard Henderson | 2021-12-20 | 1 | -1/+1 |
* | linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.h | Richard Henderson | 2021-12-20 | 1 | -18/+0 |
* | linux-user: Move syscall error detection into safe_syscall_base | Richard Henderson | 2021-12-20 | 1 | -9/+18 |
* | linux-user: Untabify all safe-syscall.inc.S | Richard Henderson | 2021-12-20 | 1 | -67/+67 |
* | linux-user/signal.c: Create a common rewind_if_in_safe_syscall | Warner Losh | 2021-11-23 | 1 | -20/+0 |
* | linux-user: Add host_signal_set_pc to set pc in mcontext | Warner Losh | 2021-11-23 | 1 | -0/+5 |
* | linux-user/host/arm: Populate host_signal.h | Richard Henderson | 2021-11-02 | 1 | -1/+30 |
* | linux-user: Reorg handling for SIGSEGV | Richard Henderson | 2021-10-30 | 1 | -0/+1 |
* | Replace 'struct ucontext' with 'ucontext_t' type | Khem Raj | 2017-07-20 | 1 | -1/+1 |
* | linux-user: Clean up hostdep.h header guards | Markus Armbruster | 2016-07-12 | 1 | -2/+2 |
* | linux-user: Provide safe_syscall for arm | Richard Henderson | 2016-06-26 | 2 | -0/+113 |
* | linux-user: Create a hostdep.h for each host architecture | Peter Maydell | 2016-06-26 | 1 | -0/+15 |