aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/signal.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé1-0/+1
2024-04-26exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé1-0/+1
2024-03-13gdbstub: Save target's siginfoGustavo Romero1-1/+4
2024-03-12user: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé1-2/+1
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich1-10/+10
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-2/+2
2023-10-05Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-10/+4
2023-10-04build: Remove --enable-gprofRichard Henderson1-5/+0
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-5/+4
2023-10-03bsd-user: Implement host_to_target_siginfo.Stacey Son1-0/+6
2023-09-20bsd-user: spelling fixesMichael Tokarev1-3/+3
2023-08-28bsd-user; Update the definitions of __put_user and __get_user macrosWarner Losh1-4/+1
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée1-0/+1
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-1/+2
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2022-02-01bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026Warner Losh1-0/+5
2022-01-30bsd-user/signal.c: do_sigaltstackWarner Losh1-5/+67
2022-01-30bsd-user/signal.c: implement do_sigactionWarner Losh1-0/+82
2022-01-30bsd-user/signal.c: implement do_sigreturnWarner Losh1-0/+56
2022-01-28bsd-user/signal.c: process_pending_signalsWarner Losh1-1/+55
2022-01-28bsd-user/signal.c: tswap_siginfoWarner Losh1-0/+53
2022-01-28bsd-user/signal.c: handle_pending_signalWarner Losh1-0/+87
2022-01-28bsd-user/signal.c: setup_frameWarner Losh1-0/+83
2022-01-28bsd-user/signal.c: sigset manipulation routines.Warner Losh1-0/+74
2022-01-28bsd-user/signal.c: Fill in queue_signalWarner Losh1-1/+12
2022-01-28bsd-user/signal.c: Implement dump_core_and_abortWarner Losh1-0/+76
2022-01-28bsd-user/signal.c: Implement host_signal_handlerWarner Losh1-0/+105
2022-01-28bsd-user/signal.c: Implement rewind_if_in_safe_syscallWarner Losh1-1/+12
2022-01-28bsd-user/signal.c: host_to_target_siginfo_noswapWarner Losh1-0/+113
2022-01-28bsd-user: Add trace events for bsd-userWarner Losh1-0/+1
2022-01-28bsd-user: Add host signals to the buildWarner Losh1-0/+1
2022-01-28bsd-user/signal.c: Add si_type argument to queue_signalWarner Losh1-2/+3
2022-01-28bsd-user/signal.c: Implement signal_init()Warner Losh1-0/+67
2022-01-28bsd-user/signal.c: implement abstract target / host signal translationWarner Losh1-0/+16
2022-01-28bsd-user/signal.c: implement cpu_loop_exit_sigbusWarner Losh1-3/+9
2022-01-28bsd-user/signal.c: Implement cpu_loop_exit_sigsegvWarner Losh1-3/+12
2022-01-28bsd-user/signal.c: implement force_sig_faultWarner Losh1-0/+18
2021-11-02bsd-user: Add stubs for new signal routinesWarner Losh1-0/+21
2021-10-18bsd-user/signal: Create a dummy signal queueing functionWarner Losh1-1/+10
2021-05-11bsd-user: remove target_signal.h, it's unusedWarner Losh1-1/+0
2016-02-04bsd-user: Clean up includesPeter Maydell1-6/+1
2015-12-17linux-user: convert DEBUG_SIGNAL logging to tracepointsPaolo Bonzini1-2/+0
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange1-1/+0
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-3/+1
2009-01-05Fix more FSF addressesblueswir11-1/+2
2008-10-26Preliminary BSD user emulator supportblueswir11-0/+39