summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/loader/elf.go
AgeCommit message (Expand)Author
2021-08-12[syserror] Convert remaining syserror definitions to linuxerr.Zach Koopmans
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
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
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-05-04Remove uses of the binary package from the rest of the sentry.Rahat Mahmood
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-02-08exec: don't panic if an elf file is malformedAndrei Vagin
2020-10-19loader/elf: validate file offsetAndrei Vagin
2020-08-20Consistent precondition formattingMichael Pratt
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-07[vfs2] Remove VFS1 usage in VDSO.Ayush Ranjan
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-01-27Update package locations.Adin Scannell
2019-12-06Document ELF PT_LOAD difference from LinuxMichael Pratt
2019-10-29Update symlink traversal limit when resolving interpreter path.Dean Deng
2019-10-25Aggregate arguments for loading executables into a single struct.Dean Deng
2019-10-24Handle AT_SYMLINK_NOFOLLOW flag for execveat.Dean Deng
2019-10-01Honor X bit on extra anon pages in PT_LOAD segmentsMichael Pratt
2019-08-27Fix comment typoMichael Pratt
2019-07-21Add ARM64 support to pkg/sentry/loaderBin Lu
2019-06-13Update canonical repository.Adin Scannell
2019-05-21Fix inconsistencies in ELF anonymous mappingsMichael Pratt
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-12-04Max link traversals should be for an entire path.Brian Geffon
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-08Statfs Namelen should be NAME_MAX not PATH_MAXMichael Pratt
2018-08-22Always add AT_BASE even if there is no interpreter.Brian Geffon
2018-07-03Handle NUL-only paths in execMichael Pratt
2018-06-12Drop MMapOpts.MappingIdentity reference in loader.mapSegment.Jamie Liu
2018-05-04Remove ineffectual code in sentry ELF loaderIan Gudger
2018-04-28Check in gVisor.Googler