Age | Commit message (Expand) | Author |
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 |
2019-04-17 | Use FD limit and file size limit from host | Fabricio Voznika |
2019-04-11 | Use open fids when fstat()ing gofer files. | Jamie Liu |
2019-04-10 | Internal change | Michael Pratt |
2019-04-10 | Fix uses of RootFromContext. | Nicolas Lacasse |
2019-04-10 | Allow threads with CAP_SYS_RESOURCE to raise hard rlimits. | Kevin Krakauer |
2019-04-10 | Start saving MountSource.DirentCache. | Nicolas Lacasse |
2019-04-09 | syscalls: sendfile: limit the count to MAX_RW_COUNT | Li Qiang |
2019-04-08 | Export kernel.SignalInfoPriv. | Jamie Liu |
2019-04-04 | Remove defer from trivial ThreadID methods | Michael Pratt |
2019-04-03 | Only CopyOut CPU when it changes | Michael Pratt |
2019-04-03 | Cache ThreadGroups in PIDNamespace | Michael Pratt |
2019-04-02 | Set options on the correct Task in PTRACE_SEIZE. | Jamie Liu |
2019-04-02 | Fix more data races in shm debug messages. | Rahat Mahmood |
2019-04-01 | Save/restore simple devices. | Rahat Mahmood |
2019-04-01 | gvisor: convert ilist to ilist:generic_list | Andrei Vagin |
2019-03-29 | Use kernel.Task.CopyScratchBuffer in syscalls/linux where possible. | Jamie Liu |
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-28 | set task's name when fork | chris.zn |
2019-03-25 | Call memmap.Mappable.Translate with more conservative usermem.AccessType. | Jamie Liu |
2019-03-25 | epoll: use ilist:generic_list instead of ilist:ilist | Andrei Vagin |
2019-03-22 | Implement PTRACE_SEIZE, PTRACE_INTERRUPT, and PTRACE_LISTEN. | Jamie Liu |
2019-03-20 | gvisor: don't allocate a new credential object on fork | Andrei Vagin |
2019-03-18 | Remove racy access to shm fields. | Rahat Mahmood |
2019-03-14 | Decouple filemem from platform and move it to pgalloc.MemoryFile. | Jamie Liu |
2019-03-05 | Priority-inheritance futex implementation | Fabricio Voznika |
2019-03-01 | Add semctl(GETPID) syscall | Fabricio Voznika |
2019-02-20 | Make some ptrace commands x86-only | Haibo Xu |
2019-02-19 | Set rax to syscall number on SECCOMP_RET_TRAP. | Jamie Liu |
2019-02-19 | Fix clone(CLONE_NEWUSER). | 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-02-07 | Implement semctl(2) SETALL and GETALL | Fabricio Voznika |
2019-01-31 | Move package sync to third_party | Michael Pratt |
2019-01-31 | Remove license comments | Michael Pratt |
2019-01-14 | Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations. | Nicolas Lacasse |