summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/arch/arch_x86.go
AgeCommit message (Expand)Author
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-03-23Move the code that manages floating-point state to a separate packageAndrei Vagin
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2020-07-23kvm-tls-2:add the preservation of user-TLS in the Arm64 kvm platformlubinszARM
2020-04-25Enable automated marshalling for signals and the arch package.Rahat Mahmood
2020-04-01Fix 386 build tagsMichael Pratt
2020-02-10Move x86 state definition to its own file.Brad Burlage
2020-02-05Add notes to relevant tests.Adin Scannell
2020-01-27Update package locations.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-10Internal changeMichael Pratt
2018-12-10Validate FS_BASE in Task.CloneMichael Pratt
2018-10-19Use correct company name in copyright headerIan Gudger
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-04-28Check in gVisor.Googler