summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/loader/elf.go
AgeCommit message (Expand)Author
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