summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/loader/vdso.go
AgeCommit message (Expand)Author
2021-09-01Cache vdso.so's __kernel_rt_sigreturn location.Jamie Liu
2021-08-12[syserror] Convert remaining syserror definitions to linuxerr.Zach Koopmans
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-01-11Fix Go branch for arm64.Adin Scannell
2020-10-13Don't leak VDSO mappings.Dean Deng
2020-07-07[vfs2] Remove VFS1 usage in VDSO.Ayush Ranjan
2020-06-10Redirect TODOs to more specific issuesFabricio Voznika
2020-04-21Merge pull request #1818 from lubinszARM:pr_signal_1gVisor bot
2020-04-17Arm64: VDSO support for signalBin Lu
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-01-27Update package locations.Adin Scannell
2019-11-13Fix some build errors on arm64.Haibo Xu
2019-06-13Plumb context through more layers of filesytem.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-05-21Add basic plumbing for splice and stub implementation.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-11Use open fids when fstat()ing gofer files.Jamie Liu
2019-04-10Internal changeMichael Pratt
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-01-14Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.Nicolas Lacasse
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-07-03Fix runsc VDSO mappingMichael Pratt
2018-06-13Fix reference leak in VDSO validationIan Gudger
2018-04-28Check in gVisor.Googler