summaryrefslogtreecommitdiff
path: root/linux-user/signal.c
AgeCommit message (Expand)Author
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée
2023-01-16linux-user: Clean up when exiting due to a signalIlya Leoshkevich
2022-09-27linux-user: Add missing signals in strace outputHelge Deller
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-03-22linux-user: Split out helpers for sigsuspendRichard Henderson
2022-03-08linux-user: Remove stale "not threadsafe" commentsPeter Maydell
2022-02-09linux-user: Introduce host_sigcontextRichard Henderson
2022-02-09linux-user: Introduce host_signal_maskRichard Henderson
2022-01-18linux-user: Return void from queue_signal()Peter Maydell
2022-01-18linux-user: Rename user_force_sig tracepoint to match function namePeter Maydell
2022-01-06linux-user/nios2: Use set_sigmask in do_rt_sigreturnRichard Henderson
2022-01-06linux-user/signal: Map exit signals in SIGCHLD siginfo_tMatthias Schiffer
2021-12-20common-user: Move safe-syscall.* from linux-userRichard Henderson
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson
2021-12-19linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.hRichard Henderson
2021-11-23linux-user/signal.c: Create a common rewind_if_in_safe_syscallWarner Losh
2021-11-02linux-user: Handle BUS_ADRALN in host_signal_handlerRichard Henderson
2021-11-02linux-user: Add cpu_loop_exit_sigbusRichard Henderson
2021-11-02accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemuRichard Henderson
2021-11-02linux-user: Add cpu_loop_exit_sigsegvRichard Henderson
2021-11-02linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDERRichard Henderson
2021-10-30linux-user: Reorg handling for SIGSEGVRichard Henderson
2021-10-01linux-user: Add infrastructure for a signal trampoline pageRichard Henderson
2021-09-23linux-user: Provide new force_sig_fault() functionPeter Maydell
2021-09-23linux-user: Zero out target_siginfo_t in force_sig()Peter Maydell
2021-09-13linux-user: Don't include gdbstub.h in qemu.hPeter Maydell
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell
2021-09-13linux-user: Split loader-related prototypes into loader.hPeter Maydell
2021-09-13linux-user: Split strace prototypes into strace.hPeter Maydell
2021-06-20linux-user: Let sigaction query SIGKILL/SIGSTOPIlya Leoshkevich
2021-06-15linux-user: Disable static assert involving __SIGRTMAX if it is missingMichael Forney
2021-05-18linux-user: Pass ka_restorer to do_sigactionRichard Henderson
2021-05-15linux-user: Pass CPUArchState to target_restore_altstackRichard Henderson
2021-05-15linux-user: Pass CPUArchState to do_sigaltstackRichard Henderson
2021-05-15linux-user: Split out target_restore_altstackRichard Henderson
2021-02-13linux-user/signal: Decode waitid si_codeAlistair Francis
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-02-19linux-user: Use `qemu_log' for straceJosh Kunz
2020-02-14Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re...Peter Maydell
2020-02-12linux-user: fix use of SIGRTMINLaurent Vivier
2020-02-12linux-user: fix TARGET_NSIG and _NSIG usesLaurent Vivier
2020-02-12linux-user: cleanup signal.cLaurent Vivier
2020-02-12build: move TARGET_GPROF to config-host.makPaolo Bonzini
2019-07-26linux-user: Make sigaltstack stacks per-threadPeter Maydell
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-05-10linux-user: avoid treading on gprof's SIGPROF signalsAlex Bennée
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-07-03linux-user: Implement signals for openriscRichard Henderson
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier