aboutsummaryrefslogtreecommitdiff
path: root/linux-user/host/x86_64/safe-syscall.inc.S
AgeCommit message (Expand)AuthorFilesLines
2021-12-20common-user: Move safe-syscall.* from linux-userRichard Henderson1-94/+0
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson1-1/+1
2021-12-19linux-user: Move syscall error detection into safe_syscall_baseRichard Henderson1-12/+15
2021-12-19linux-user: Untabify all safe-syscall.inc.SRichard Henderson1-1/+1
2016-06-26linux-user: fix x86_64 safe_syscallRichard Henderson1-3/+3
2016-06-08linux-user: provide frame information in x86-64 safe_syscallPeter Maydell1-0/+10
2016-05-27linux-user: Provide safe_syscall for fixing races between signals and syscallsTimothy E Baldwin1-0/+81