index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bsd-user
/
signal.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bsd-user: Define TARGET_SIGSTACK_ALIGN and use it to round stack
Warner Losh
2024-07-23
1
-8
/
+1
*
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-05-06
1
-0
/
+1
*
exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'
Philippe Mathieu-Daudé
2024-04-26
1
-0
/
+1
*
gdbstub: Save target's siginfo
Gustavo Romero
2024-03-13
1
-1
/
+4
*
user: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2024-03-12
1
-2
/
+1
*
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
2024-03-06
1
-10
/
+10
*
include/qemu: Add TCGCPUOps typedef to typedefs.h
Richard Henderson
2024-01-29
1
-2
/
+2
*
Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2023-10-05
1
-10
/
+4
|
\
|
*
build: Remove --enable-gprof
Richard Henderson
2023-10-04
1
-5
/
+0
|
*
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-04
1
-5
/
+4
*
|
bsd-user: Implement host_to_target_siginfo.
Stacey Son
2023-10-03
1
-0
/
+6
|
/
*
bsd-user: spelling fixes
Michael Tokarev
2023-09-20
1
-3
/
+3
*
bsd-user; Update the definitions of __put_user and __get_user macros
Warner Losh
2023-08-28
1
-4
/
+1
*
gdbstub: move chunks of user code into own files
Alex Bennée
2023-03-07
1
-0
/
+1
*
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-04-21
1
-1
/
+2
*
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-21
1
-0
/
+1
*
bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026
Warner Losh
2022-02-01
1
-0
/
+5
*
bsd-user/signal.c: do_sigaltstack
Warner Losh
2022-01-30
1
-5
/
+67
*
bsd-user/signal.c: implement do_sigaction
Warner Losh
2022-01-30
1
-0
/
+82
*
bsd-user/signal.c: implement do_sigreturn
Warner Losh
2022-01-30
1
-0
/
+56
*
bsd-user/signal.c: process_pending_signals
Warner Losh
2022-01-28
1
-1
/
+55
*
bsd-user/signal.c: tswap_siginfo
Warner Losh
2022-01-28
1
-0
/
+53
*
bsd-user/signal.c: handle_pending_signal
Warner Losh
2022-01-28
1
-0
/
+87
*
bsd-user/signal.c: setup_frame
Warner Losh
2022-01-28
1
-0
/
+83
*
bsd-user/signal.c: sigset manipulation routines.
Warner Losh
2022-01-28
1
-0
/
+74
*
bsd-user/signal.c: Fill in queue_signal
Warner Losh
2022-01-28
1
-1
/
+12
*
bsd-user/signal.c: Implement dump_core_and_abort
Warner Losh
2022-01-28
1
-0
/
+76
*
bsd-user/signal.c: Implement host_signal_handler
Warner Losh
2022-01-28
1
-0
/
+105
*
bsd-user/signal.c: Implement rewind_if_in_safe_syscall
Warner Losh
2022-01-28
1
-1
/
+12
*
bsd-user/signal.c: host_to_target_siginfo_noswap
Warner Losh
2022-01-28
1
-0
/
+113
*
bsd-user: Add trace events for bsd-user
Warner Losh
2022-01-28
1
-0
/
+1
*
bsd-user: Add host signals to the build
Warner Losh
2022-01-28
1
-0
/
+1
*
bsd-user/signal.c: Add si_type argument to queue_signal
Warner Losh
2022-01-28
1
-2
/
+3
*
bsd-user/signal.c: Implement signal_init()
Warner Losh
2022-01-28
1
-0
/
+67
*
bsd-user/signal.c: implement abstract target / host signal translation
Warner Losh
2022-01-28
1
-0
/
+16
*
bsd-user/signal.c: implement cpu_loop_exit_sigbus
Warner Losh
2022-01-28
1
-3
/
+9
*
bsd-user/signal.c: Implement cpu_loop_exit_sigsegv
Warner Losh
2022-01-28
1
-3
/
+12
*
bsd-user/signal.c: implement force_sig_fault
Warner Losh
2022-01-28
1
-0
/
+18
*
bsd-user: Add stubs for new signal routines
Warner Losh
2021-11-02
1
-0
/
+21
*
bsd-user/signal: Create a dummy signal queueing function
Warner Losh
2021-10-18
1
-1
/
+10
*
bsd-user: remove target_signal.h, it's unused
Warner Losh
2021-05-11
1
-1
/
+0
*
bsd-user: Clean up includes
Peter Maydell
2016-02-04
1
-6
/
+1
*
linux-user: convert DEBUG_SIGNAL logging to tracepoints
Paolo Bonzini
2015-12-17
1
-2
/
+0
*
maint: remove unused include for signal.h
Daniel P. Berrange
2015-09-11
1
-1
/
+0
*
Rename CPUState -> CPUArchState
Andreas Färber
2012-03-14
1
-1
/
+1
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
1
-3
/
+1
*
Fix more FSF addresses
blueswir1
2009-01-05
1
-1
/
+2
*
Preliminary BSD user emulator support
blueswir1
2008-10-26
1
-0
/
+39