Age | Commit message (Expand) | Author |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-24 | Ignore external SIGURG | Michael Pratt |
2020-01-23 | Remove epoll entry from map when dropping it. | Nicolas Lacasse |
2020-01-22 | Move VFS2 handling of FD readability/writability to vfs.FileDescription. | Jamie Liu |
2020-01-15 | Fix "unlock of unlocked mutex" crash when getting tty | chris.zn |
2020-01-09 | New sync package. | Ian Gudger |
2020-01-06 | Implement rseq(2) | Michael Pratt |
2020-01-06 | Cleanup Shm reference handling | Michael Pratt |
2019-12-26 | Initial procfs implementation in VFSv2 | Fabricio Voznika |
2019-12-09 | Redirect TODOs to gvisor.dev | Fabricio Voznika |
2019-12-06 | Add runtime tracing. | Adin Scannell |
2019-12-06 | Implement TTY field in control.Processes(). | Nicolas Lacasse |
2019-11-21 | Import and structure cleanup. | Adin Scannell |
2019-11-13 | Fix some build errors on arm64. | Haibo Xu |
2019-10-31 | Add context to state. | Adin Scannell |
2019-10-29 | Fix grammar in comment. | Dean Deng |
2019-10-29 | Disallow execveat on interpreter scripts with fd opened with O_CLOEXEC. | Dean Deng |
2019-10-28 | Update comment | Michael Pratt |
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-23 | Keep minimal available fd to accelerate fd allocation | DarcySail |
2019-10-19 | Add support for pipes in VFS2. | Kevin Krakauer |
2019-10-17 | Refactor pipe to support VFS2. | Kevin Krakauer |
2019-10-16 | Reorder BUILD license and load functions in gvisor. | Kevin Krakauer |
2019-10-10 | Fix signalfd polling. | Adin Scannell |
2019-10-07 | Remove unnecessary context parameter for new pipes. | Kevin Krakauer |
2019-10-01 | Include AT_SECURE in the aux vector | Michael Pratt |
2019-10-01 | Disable cpuClockTicker when app is idle | Michael Pratt |
2019-09-23 | internal BUILD file cleanup. | gVisor bot |
2019-09-19 | Job control: controlling TTYs and foreground process groups. | Kevin Krakauer |
2019-09-18 | Signalfd support | Adin Scannell |
2019-09-12 | Implement splice methods for pipes and sockets. | Adin Scannell |
2019-09-12 | Remove go_test from go_stateify and go_marshal | Michael Pratt |
2019-08-30 | Automated rollback of changelist 261387276 | Bhasker Hariharan |
2019-08-22 | Ensure yield-equivalent with an already-expired timeout. | Adin Scannell |
2019-08-08 | netstack: Don't start endpoint goroutines too soon on restore. | Rahat Mahmood |
2019-08-02 | Job control: controlling TTYs and foreground process groups. | Kevin Krakauer |
2019-08-02 | Remove kernel.mounts. | Nicolas Lacasse |
2019-07-31 | Initialize kernel.unimplementedSyscallEmitter with a sync.Once. | Nicolas Lacasse |
2019-07-30 | Add feature to launch Sentry from an open host FD. | Zach Koopmans |
2019-07-29 | Rate limit the unimplemented syscall event handler. | Nicolas Lacasse |
2019-07-26 | Merge pull request #452 from zhangningdlut:chris_test_pidns | gVisor bot |
2019-07-24 | Use different pidns among different containers | chris.zn |
2019-07-17 | Merge pull request #355 from zhuangel:master | gVisor bot |
2019-07-17 | Fix race in FDTable.GetFDs(). | Bhasker Hariharan |
2019-07-09 | build: add nogo for static validation | Adin Scannell |
2019-07-03 | futex: compare keys for equality when doing a FUTEX_UNLOCK_PI. | Neel Natu |
2019-07-03 | Merge pull request #493 from ahmetb:reticulating-splines | gVisor bot |
2019-07-02 | Remove map from fd_map, change to fd_table. | Adin Scannell |
2019-07-02 | sentry/kernel: add syslog message | Ahmet Alp Balkan |