Age | Commit message (Expand) | Author |
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 |
2019-06-28 | Add finalizer on AtomicRefCount to check for leaks. | Ian Gudger |
2019-06-27 | Complete pipe support on overlayfs | Fabricio Voznika |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt |
2019-06-25 | gvisor: lockless read access for task credentials | Andrei Vagin |
2019-06-22 | Implement statx. | Nicolas Lacasse |
2019-06-21 | kernel: call t.mu.Unlock() explicitly in WithMuLocked | Andrei Vagin |
2019-06-21 | Update comment | Fabricio Voznika |
2019-06-19 | Add MountNamespace to task. | Nicolas Lacasse |
2019-06-18 | gvisor/fs: don't update file.offset for sockets, pipes, etc | Andrei Vagin |
2019-06-14 | Skip tid allocation which is using | Yong He |
2019-06-13 | Plumb context through more layers of filesytem. | Ian Gudger |
2019-06-13 | Fix deadlock in fasync. | Ian Gudger |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-10 | Add introspection for Linux/AMD64 syscalls | Ian Lewis |
2019-06-10 | Store more information in the kernel socket table. | Rahat Mahmood |
2019-06-06 | "Implement" mbind(2). | Jamie Liu |
2019-06-05 | Implement dumpability tracking and checks | Michael Pratt |
2019-06-04 | Drop one dirent reference after referenced by file | Yong He |
2019-06-04 | Remove the Dirent field from Pipe. | Nicolas Lacasse |
2019-05-30 | Always wait on tracee children | Michael Pratt |
2019-05-23 | gvisor: interrupt the sendfile system call if a task has been interrupted | Andrei Vagin |
2019-05-22 | Log unhandled faults only at DEBUG level. | Adin Scannell |
2019-05-22 | Add support for wait(WNOTHREAD) | Michael Pratt |
2019-05-21 | Clean up pipe internals and add fcntl support | Adin Scannell |
2019-05-21 | Add basic plumbing for splice and stub implementation. | Adin Scannell |
2019-05-10 | Add pgalloc.DelayedEvictionManual. | Jamie Liu |
2019-05-09 | Implement fallocate(2) | Fabricio Voznika |
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-29 | Allow and document bug ids in gVisor codebase. | Nicolas Lacasse |
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 | Don't allow sigtimedwait to catch unblockable signals | Michael Pratt |