aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/signal.c
AgeCommit message (Expand)Author
2024-07-23bsd-user: Define TARGET_SIGSTACK_ALIGN and use it to round stackWarner Losh
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-04-26exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé
2024-03-13gdbstub: Save target's siginfoGustavo Romero
2024-03-12user: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson
2023-10-05Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-10-04build: Remove --enable-gprofRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03bsd-user: Implement host_to_target_siginfo.Stacey Son
2023-09-20bsd-user: spelling fixesMichael Tokarev
2023-08-28bsd-user; Update the definitions of __put_user and __get_user macrosWarner Losh
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée
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