aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/signal.c
AgeCommit message (Expand)Author
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2022-02-01bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026Warner Losh
2022-01-30bsd-user/signal.c: do_sigaltstackWarner Losh
2022-01-30bsd-user/signal.c: implement do_sigactionWarner Losh
2022-01-30bsd-user/signal.c: implement do_sigreturnWarner Losh
2022-01-28bsd-user/signal.c: process_pending_signalsWarner Losh
2022-01-28bsd-user/signal.c: tswap_siginfoWarner Losh
2022-01-28bsd-user/signal.c: handle_pending_signalWarner Losh
2022-01-28bsd-user/signal.c: setup_frameWarner Losh
2022-01-28bsd-user/signal.c: sigset manipulation routines.Warner Losh
2022-01-28bsd-user/signal.c: Fill in queue_signalWarner Losh
2022-01-28bsd-user/signal.c: Implement dump_core_and_abortWarner Losh
2022-01-28bsd-user/signal.c: Implement host_signal_handlerWarner Losh
2022-01-28bsd-user/signal.c: Implement rewind_if_in_safe_syscallWarner Losh
2022-01-28bsd-user/signal.c: host_to_target_siginfo_noswapWarner Losh
2022-01-28bsd-user: Add trace events for bsd-userWarner Losh
2022-01-28bsd-user: Add host signals to the buildWarner Losh
2022-01-28bsd-user/signal.c: Add si_type argument to queue_signalWarner Losh
2022-01-28bsd-user/signal.c: Implement signal_init()Warner Losh
2022-01-28bsd-user/signal.c: implement abstract target / host signal translationWarner Losh
2022-01-28bsd-user/signal.c: implement cpu_loop_exit_sigbusWarner Losh
2022-01-28bsd-user/signal.c: Implement cpu_loop_exit_sigsegvWarner Losh
2022-01-28bsd-user/signal.c: implement force_sig_faultWarner Losh
2021-11-02bsd-user: Add stubs for new signal routinesWarner Losh
2021-10-18bsd-user/signal: Create a dummy signal queueing functionWarner Losh
2021-05-11bsd-user: remove target_signal.h, it's unusedWarner Losh
2016-02-04bsd-user: Clean up includesPeter Maydell
2015-12-17linux-user: convert DEBUG_SIGNAL logging to tracepointsPaolo Bonzini
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-01-05Fix more FSF addressesblueswir1
2008-10-26Preliminary BSD user emulator supportblueswir1