summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/sys_tls_amd64.go
AgeCommit message (Expand)Author
2021-08-12[syserror] Convert remaining syserror definitions to linuxerr.Zach Koopmans
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-05-07Fix ARM64 build.Adin Scannell