summaryrefslogtreecommitdiffstats
path: root/linux-user/sh4/target_signal.h
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Correct definition of stack_tLemonBoy2020-11-111-3/+3
* linux-user: move generic signal definitions to generic/signal.hLaurent Vivier2018-06-041-0/+2
* linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier2018-06-041-7/+0Star
* linux-user: define TARGET_ARCH_HAS_SETUP_FRAMELaurent Vivier2018-04-301-6/+1Star
* linux-user: move sh4 signal.c parts to sh4 directoryLaurent Vivier2018-04-301-0/+5
* linux-user: Clean up target_signal.h header guardsMarkus Armbruster2016-07-121-3/+3
* linux-user: Support for restarting system calls for SH4 targetsTimothy E Baldwin2016-05-271-0/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-1/+1
* Get rid of _t suffixmalc2009-10-011-1/+1
* SH4: Signal handling for the user space emulator, by Magnus Damm.ths2007-12-021-0/+5
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-141-3/+3
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-271-0/+24