index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
sentry
/
loader
/
elf.go
Age
Commit 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 EINVAL
Zach Koopmans
2021-06-22
[syserror] Add conversions to linuxerr with temporary Equals method.
Zach Koopmans
2021-05-04
Remove uses of the binary package from the rest of the sentry.
Rahat Mahmood
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2021-02-08
exec: don't panic if an elf file is malformed
Andrei Vagin
2020-10-19
loader/elf: validate file offset
Andrei Vagin
2020-08-20
Consistent precondition formatting
Michael Pratt
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-07-07
[vfs2] Remove VFS1 usage in VDSO.
Ayush Ranjan
2020-02-14
Plumb VFS2 inside the Sentry
gVisor bot
2020-01-27
Update package locations.
Adin Scannell
2019-12-06
Document ELF PT_LOAD difference from Linux
Michael Pratt
2019-10-29
Update symlink traversal limit when resolving interpreter path.
Dean Deng
2019-10-25
Aggregate arguments for loading executables into a single struct.
Dean Deng
2019-10-24
Handle AT_SYMLINK_NOFOLLOW flag for execveat.
Dean Deng
2019-10-01
Honor X bit on extra anon pages in PT_LOAD segments
Michael Pratt
2019-08-27
Fix comment typo
Michael Pratt
2019-07-21
Add ARM64 support to pkg/sentry/loader
Bin Lu
2019-06-13
Update canonical repository.
Adin Scannell
2019-05-21
Fix inconsistencies in ELF anonymous mappings
Michael Pratt
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2018-12-04
Max link traversals should be for an entire path.
Brian Geffon
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-08
Statfs Namelen should be NAME_MAX not PATH_MAX
Michael Pratt
2018-08-22
Always add AT_BASE even if there is no interpreter.
Brian Geffon
2018-07-03
Handle NUL-only paths in exec
Michael Pratt
2018-06-12
Drop MMapOpts.MappingIdentity reference in loader.mapSegment.
Jamie Liu
2018-05-04
Remove ineffectual code in sentry ELF loader
Ian Gudger
2018-04-28
Check in gVisor.
Googler