Age | Commit message (Expand) | Author |
2021-01-11 | Fix Go branch for arm64. | Adin Scannell |
2020-10-19 | loader/elf: validate file offset | Andrei Vagin |
2020-10-13 | Don't leak VDSO mappings. | Dean Deng |
2020-09-29 | Replace remaining uses of reflection-based marshalling. | Rahat Mahmood |
2020-08-20 | Consistent precondition formatting | Michael Pratt |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-07-08 | Add shared mount hints to VFS2 | Fabricio Voznika |
2020-07-07 | [vfs2] Remove VFS1 usage in VDSO. | Ayush Ranjan |
2020-06-10 | Redirect TODOs to more specific issues | Fabricio Voznika |
2020-04-21 | Merge pull request #1818 from lubinszARM:pr_signal_1 | gVisor bot |
2020-04-17 | Arm64: VDSO support for signal | Bin Lu |
2020-02-14 | Plumb VFS2 inside the Sentry | gVisor bot |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2019-12-06 | Document ELF PT_LOAD difference from Linux | Michael Pratt |
2019-11-13 | Fix some build errors on arm64. | Haibo Xu |
2019-10-29 | Update symlink traversal limit when resolving interpreter path. | Dean Deng |
2019-10-29 | Refactor logic for loadExecutable. | Dean Deng |
2019-10-29 | Disallow execveat on interpreter scripts with fd opened with O_CLOEXEC. | 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-16 | Reorder BUILD license and load functions in gvisor. | Kevin Krakauer |
2019-10-01 | Include AT_SECURE in the aux vector | Michael Pratt |
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-30 | Add feature to launch Sentry from an open host FD. | Zach Koopmans |
2019-07-21 | Add ARM64 support to pkg/sentry/loader | Bin Lu |
2019-07-02 | Remove map from fd_map, change to fd_table. | Adin Scannell |
2019-06-13 | Plumb context through more layers of filesytem. | Ian Gudger |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-05-21 | Fix inconsistencies in ELF anonymous mappings | Michael Pratt |
2019-05-21 | Add basic plumbing for splice and stub implementation. | Adin Scannell |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-29 | Allow and document bug ids in gVisor codebase. | Nicolas Lacasse |
2019-04-11 | Use open fids when fstat()ing gofer files. | Jamie Liu |
2019-04-10 | Internal change | Michael Pratt |
2019-03-14 | Decouple filemem from platform and move it to pgalloc.MemoryFile. | Jamie Liu |
2019-01-31 | Remove license comments | Michael Pratt |
2019-01-14 | Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations. | Nicolas Lacasse |
2019-01-08 | Improve loader related error messages returned to users. | Brian Geffon |
2018-12-11 | Remove unused envv variable from two funcs. | Christopher Koch |
2018-12-04 | Max link traversals should be for an entire path. | Brian Geffon |
2018-10-23 | Track paths and provide a rename hook. | Adin Scannell |
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-08-02 | Automated rollback of changelist 207037226 | Zhaozhong Ni |
2018-08-01 | Automated rollback of changelist 207007153 | Michael Pratt |
2018-08-01 | stateify: convert all packages to use explicit mode. | Zhaozhong Ni |
2018-07-27 | stateify: support explicit annotation mode; convert refs and stack packages. | Zhaozhong Ni |