Age | Commit message (Expand) | Author |
2020-04-24 | Move hostfs mount to Kernel struct. | Dean Deng |
2020-04-16 | Implement pipe(2) and pipe2(2) for VFS2. | Jamie Liu |
2020-04-06 | Port timerfd to VFS2. | Nicolas Lacasse |
2020-04-04 | Record VFS2 sockets in global socket map. | Dean Deng |
2020-04-03 | Refactor software GSO code. | Bhasker Hariharan |
2020-03-31 | Add socket filesystem and global disconnected socket mount for VFS2. | Dean Deng |
2020-03-14 | Plumb VFS2 imported fds into virtual filesystem. | Dean Deng |
2020-02-28 | Hide /dev/net/tun when using hostinet. | Ting-Yu Wang |
2020-02-25 | Add option to skip stuck tasks waiting for address space | Fabricio Voznika |
2020-02-20 | Initial network namespace support. | gVisor bot |
2020-02-14 | Synchronize signalling with S/R | gVisor bot |
2020-02-14 | Inline vfs.VirtualFilesystem in Kernel struct | 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-09 | New sync package. | Ian Gudger |
2019-12-26 | Initial procfs implementation in VFSv2 | Fabricio Voznika |
2019-12-06 | Add runtime tracing. | Adin Scannell |
2019-10-31 | Add context to state. | Adin Scannell |
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-01 | Disable cpuClockTicker when app is idle | Michael Pratt |
2019-08-08 | netstack: Don't start endpoint goroutines too soon on restore. | Rahat Mahmood |
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-02 | Remove map from fd_map, change to fd_table. | Adin Scannell |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt |
2019-06-19 | Add MountNamespace to task. | Nicolas Lacasse |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-10 | Store more information in the kernel socket table. | Rahat Mahmood |
2019-05-10 | Add pgalloc.DelayedEvictionManual. | Jamie Liu |
2019-04-30 | Implement async MemoryFile eviction, and use it in CachingInodeOperations. | Jamie Liu |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-25 | Perform explicit CPUID and FP state compatibility checks on restore | Michael Pratt |
2019-04-22 | Clean up state error handling | Michael Pratt |
2019-04-17 | Use FD limit and file size limit from host | Fabricio Voznika |
2019-04-10 | Fix uses of RootFromContext. | Nicolas Lacasse |
2019-04-10 | Start saving MountSource.DirentCache. | Nicolas Lacasse |
2019-04-03 | Cache ThreadGroups in PIDNamespace | Michael Pratt |
2019-04-01 | Save/restore simple devices. | Rahat Mahmood |
2019-03-29 | Treat fsync errors during save as SaveRejection errors. | Nicolas Lacasse |
2019-03-29 | Treat ENOSPC as a state-file error during save. | Nicolas Lacasse |
2019-03-14 | Decouple filemem from platform and move it to pgalloc.MemoryFile. | Jamie Liu |
2019-02-14 | Don't allow writing or reading to TTY unless process group is in foreground. | Nicolas Lacasse |