summaryrefslogtreecommitdiffstats
path: root/linux-user/sparc/target_signal.h
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Remove TARGET_SIGSTKSZSong Gao2022-01-061-1/+0Star
* linux-user/sparc: Implement setup_sigtrampRichard Henderson2021-10-011-0/+4
* linux-user/sparc: Implement sparc64 rt signalsRichard Henderson2021-05-151-0/+2
* linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang2021-02-131-0/+6
* linux-user: Correct definition of stack_tLemonBoy2020-11-111-3/+3
* linux-user: move sparc signal definitions to sparc/target_signal.hLaurent Vivier2018-06-041-0/+48
* linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier2018-06-041-14/+0Star
* linux-user: define TARGET_ARCH_HAS_SETUP_FRAMELaurent Vivier2018-04-301-5/+1Star
* linux-user: move sparc/sparc64 signal.c parts to sparc directoryLaurent Vivier2018-04-301-1/+5
* linux-user: Clean up target_signal.h header guardsMarkus Armbruster2016-07-121-3/+3
* linux-user: Support for restarting system calls for SPARC 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
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-141-4/+4
* Move get_sp_from_cpustate from cpu.h to target_signal.h.ths2007-09-271-0/+12
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-271-0/+24