Age | Commit message (Expand) | Author |
2020-07-23 | Add task work mechanism. | Dean Deng |
2020-06-23 | Support for saving pointers to fields in the state package. | Adin Scannell |
2020-06-16 | Port aio to VFS2. | Nicolas Lacasse |
2020-05-14 | Port memfd_create to vfs2 and finish implementation of file seals. | Nicolas Lacasse |
2020-05-07 | Move pkg/sentry/vfs/{eventfd,timerfd} to new packages in pkg/sentry/fsimpl. | Nicolas Lacasse |
2020-04-16 | Implement pipe(2) and pipe2(2) for VFS2. | Jamie Liu |
2020-04-03 | Add FileDescriptionImpl for Unix sockets. | Dean Deng |
2020-03-31 | Add socket filesystem and global disconnected socket mount for VFS2. | Dean Deng |
2020-02-14 | Enable automated marshalling for struct stat. | gVisor bot |
2020-02-14 | Plumb VFS2 inside the Sentry | gVisor bot |
2020-02-05 | Add notes to relevant tests. | Adin Scannell |
2020-01-28 | Add vfs.FileDescription to FD table | Fabricio Voznika |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-09 | New sync package. | Ian Gudger |
2019-11-21 | Import and structure cleanup. | Adin Scannell |
2019-10-16 | Reorder BUILD license and load functions in gvisor. | Kevin Krakauer |
2019-09-23 | internal BUILD file cleanup. | gVisor bot |
2019-09-19 | Job control: controlling TTYs and foreground process groups. | Kevin Krakauer |
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-02 | Job control: controlling TTYs and foreground process groups. | Kevin Krakauer |
2019-07-09 | build: add nogo for static validation | Adin Scannell |
2019-07-02 | Remove map from fd_map, change to fd_table. | Adin Scannell |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-10 | Store more information in the kernel socket table. | Rahat Mahmood |
2019-04-01 | Save/restore simple devices. | Rahat Mahmood |
2019-03-14 | Decouple filemem from platform and move it to pgalloc.MemoryFile. | Jamie Liu |
2019-02-20 | Make some ptrace commands x86-only | Haibo Xu |
2019-01-31 | Move package sync to third_party | Michael Pratt |
2019-01-31 | Remove license comments | Michael Pratt |
2019-01-08 | Improve loader related error messages returned to users. | Brian Geffon |
2018-12-26 | Add EventChannel messages for uncaught signals. | Brian Geffon |
2018-11-15 | Advertise vsyscall support via /proc/<pid>/maps. | Rahat Mahmood |
2018-10-20 | Add more unimplemented syscall events | Fabricio Voznika |
2018-10-17 | Check thread group CPU timers in the CPU clock ticker. | Jamie Liu |
2018-10-17 | Move Unix transport out of netstack | Ian Gudger |
2018-10-08 | Implement shared futexes. | Jamie Liu |
2018-09-04 | Distinguish Element and Linker for ilist. | Adin Scannell |
2018-08-31 | Disintegrate kernel.TaskResources. | Jamie Liu |
2018-08-23 | Implement POSIX per-process interval timers. | Jamie Liu |
2018-08-02 | Automated rollback of changelist 207037226 | Zhaozhong Ni |
2018-08-02 | Add seccomp(2) support. | Brian Geffon |
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 |
2018-07-10 | netstack: tcp socket connected state S/R support. | Zhaozhong Ni |
2018-06-26 | Automated rollback of changelist 201596247 | Brian Geffon |
2018-06-21 | netstack: tcp socket connected state S/R support. | Zhaozhong Ni |
2018-06-20 | sentry: pending signals S/R optimization. | Zhaozhong Ni |