summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/loader
AgeCommit message (Expand)Author
2018-12-11Remove unused envv variable from two funcs.Christopher Koch
2018-12-04Max link traversals should be for an entire path.Brian Geffon
2018-10-23Track paths and provide a rename hook.Adin Scannell
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-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-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-19Add AT_UID, AT_EUID, AT_GID, AT_EGID to aux vector.Brian Geffon
2018-07-09Trim all whitespace between interpreter and argMichael Pratt
2018-07-03Fix runsc VDSO mappingMichael Pratt
2018-07-03Handle NUL-only paths in execMichael Pratt
2018-06-15Replace crypto/rand with internal rand packageMichael Pratt
2018-06-13Fix reference leak in VDSO validationIan Gudger
2018-06-12Drop MMapOpts.MappingIdentity reference in loader.mapSegment.Jamie Liu
2018-05-08Reword misleading log lineIan Gudger
2018-05-07Fix misspellingsIan Gudger
2018-05-04Remove ineffectual code in sentry ELF loaderIan Gudger
2018-04-28Check in gVisor.Googler