summaryrefslogtreecommitdiffstats
path: root/bsd-user/signal.c
Commit message (Expand)AuthorAgeFilesLines
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-1/+2
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
* bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026Warner Losh2022-02-011-0/+5
* bsd-user/signal.c: do_sigaltstackWarner Losh2022-01-311-5/+67
* bsd-user/signal.c: implement do_sigactionWarner Losh2022-01-311-0/+82
* bsd-user/signal.c: implement do_sigreturnWarner Losh2022-01-311-0/+56
* bsd-user/signal.c: process_pending_signalsWarner Losh2022-01-281-1/+55
* bsd-user/signal.c: tswap_siginfoWarner Losh2022-01-281-0/+53
* bsd-user/signal.c: handle_pending_signalWarner Losh2022-01-281-0/+87
* bsd-user/signal.c: setup_frameWarner Losh2022-01-281-0/+83
* bsd-user/signal.c: sigset manipulation routines.Warner Losh2022-01-281-0/+74
* bsd-user/signal.c: Fill in queue_signalWarner Losh2022-01-281-1/+12
* bsd-user/signal.c: Implement dump_core_and_abortWarner Losh2022-01-281-0/+76
* bsd-user/signal.c: Implement host_signal_handlerWarner Losh2022-01-281-0/+105
* bsd-user/signal.c: Implement rewind_if_in_safe_syscallWarner Losh2022-01-281-1/+12
* bsd-user/signal.c: host_to_target_siginfo_noswapWarner Losh2022-01-281-0/+113
* bsd-user: Add trace events for bsd-userWarner Losh2022-01-281-0/+1
* bsd-user: Add host signals to the buildWarner Losh2022-01-281-0/+1
* bsd-user/signal.c: Add si_type argument to queue_signalWarner Losh2022-01-281-2/+3
* bsd-user/signal.c: Implement signal_init()Warner Losh2022-01-281-0/+67
* bsd-user/signal.c: implement abstract target / host signal translationWarner Losh2022-01-281-0/+16
* bsd-user/signal.c: implement cpu_loop_exit_sigbusWarner Losh2022-01-281-3/+9
* bsd-user/signal.c: Implement cpu_loop_exit_sigsegvWarner Losh2022-01-281-3/+12
* bsd-user/signal.c: implement force_sig_faultWarner Losh2022-01-281-0/+18
* bsd-user: Add stubs for new signal routinesWarner Losh2021-11-031-0/+21
* bsd-user/signal: Create a dummy signal queueing functionWarner Losh2021-10-181-1/+10
* bsd-user: remove target_signal.h, it's unusedWarner Losh2021-05-111-1/+0Star
* bsd-user: Clean up includesPeter Maydell2016-02-041-6/+1Star
* linux-user: convert DEBUG_SIGNAL logging to tracepointsPaolo Bonzini2015-12-171-2/+0Star
* maint: remove unused include for signal.hDaniel P. Berrange2015-09-111-1/+0Star
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-3/+1Star
* Fix more FSF addressesblueswir12009-01-051-1/+2
* Preliminary BSD user emulator supportblueswir12008-10-261-0/+39