Age | Commit message (Expand) | Author |
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 |
2019-02-07 | Implement /proc/net/unix. | Rahat Mahmood |
2019-01-08 | Improve loader related error messages returned to users. | Brian Geffon |
2018-12-04 | Max link traversals should be for an entire path. | Brian Geffon |
2018-10-20 | Add more unimplemented syscall events | Fabricio Voznika |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-10-17 | Check thread group CPU timers in the CPU clock ticker. | Jamie Liu |
2018-10-17 | runsc: Support job control signals for the root container. | Nicolas Lacasse |
2018-10-15 | Merge host.endpoint into host.ConnectedEndpoint | Ian Gudger |
2018-10-08 | Implement shared futexes. | Jamie Liu |
2018-09-27 | Implement 'runsc kill --all' | Fabricio Voznika |
2018-09-17 | runsc: Enable waiting on exited processes. | Kevin Krakauer |
2018-09-13 | Plumb monotonic time to netstack | Ian Gudger |
2018-09-07 | Use root abstract socket namespace for exec | Fabricio Voznika |
2018-09-06 | createProcessArgs.RootFromContext should return process Root if it exists. | Nicolas Lacasse |
2018-08-31 | Disintegrate kernel.TaskResources. | Jamie Liu |
2018-08-23 | Implement POSIX per-process interval timers. | Jamie Liu |
2018-08-15 | runsc fsgofer: Support dynamic serving of filesystems. | Kevin Krakauer |