aboutsummaryrefslogtreecommitdiffstats
path: root/bsd-user/signal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsd-user: Define TARGET_SIGSTACK_ALIGN and use it to round stackWarner Losh2024-07-231-8/+1
* exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé2024-05-061-0/+1
* exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé2024-04-261-0/+1
* gdbstub: Save target's siginfoGustavo Romero2024-03-131-1/+4
* user: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé2024-03-121-2/+1
* {linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich2024-03-061-10/+10
* include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson2024-01-291-2/+2
* Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-10-051-10/+4
|\
| * build: Remove --enable-gprofRichard Henderson2023-10-041-5/+0
| * accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-041-5/+4
* | bsd-user: Implement host_to_target_siginfo.Stacey Son2023-10-031-0/+6
|/
* bsd-user: spelling fixesMichael Tokarev2023-09-201-3/+3
* bsd-user; Update the definitions of __put_user and __get_user macrosWarner Losh2023-08-281-4/+1
* gdbstub: move chunks of user code into own filesAlex Bennée2023-03-071-0/+1
* 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-301-5/+67
* bsd-user/signal.c: implement do_sigactionWarner Losh2022-01-301-0/+82
* bsd-user/signal.c: implement do_sigreturnWarner Losh2022-01-301-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-021-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/+0
* bsd-user: Clean up includesPeter Maydell2016-02-041-6/+1
* linux-user: convert DEBUG_SIGNAL logging to tracepointsPaolo Bonzini2015-12-171-2/+0
* maint: remove unused include for signal.hDaniel P. Berrange2015-09-111-1/+0
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-3/+1
* Fix more FSF addressesblueswir12009-01-051-1/+2
* Preliminary BSD user emulator supportblueswir12008-10-261-0/+39