aboutsummaryrefslogtreecommitdiff
path: root/linux-user/sparc/target_signal.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-10linux-user/sparc: Handle tag overflow trapsRichard Henderson1-1/+1
2022-01-06linux-user: Remove TARGET_SIGSTKSZSong Gao1-1/+0
2021-10-01linux-user/sparc: Implement setup_sigtrampRichard Henderson1-0/+4
2021-05-15linux-user/sparc: Implement sparc64 rt signalsRichard Henderson1-0/+2
2021-02-13linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang1-0/+6
2020-11-11linux-user: Correct definition of stack_tLemonBoy1-3/+3
2018-06-04linux-user: move sparc signal definitions to sparc/target_signal.hLaurent Vivier1-0/+48
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier1-14/+0
2018-04-30linux-user: define TARGET_ARCH_HAS_SETUP_FRAMELaurent Vivier1-5/+1
2018-04-30linux-user: move sparc/sparc64 signal.c parts to sparc directoryLaurent Vivier1-1/+5
2016-07-12linux-user: Clean up target_signal.h header guardsMarkus Armbruster1-3/+3
2016-05-27linux-user: Support for restarting system calls for SPARC targetsTimothy E Baldwin1-0/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-1/+1
2009-10-01Get rid of _t suffixmalc1-1/+1
2007-10-14 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir11-4/+4
2007-09-27Move get_sp_from_cpustate from cpu.h to target_signal.h.ths1-0/+12
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths1-0/+24