summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/task.go
AgeCommit message (Expand)Author
2019-06-06"Implement" mbind(2).Jamie Liu
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-17Use FD limit and file size limit from hostFabricio Voznika
2019-03-29Use kernel.Task.CopyScratchBuffer in syscalls/linux where possible.Jamie Liu
2019-03-22Implement PTRACE_SEIZE, PTRACE_INTERRUPT, and PTRACE_LISTEN.Jamie Liu
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-01-31Move package sync to third_partyMichael Pratt
2018-11-20Fix recursive read lock taken on TaskSetFabricio Voznika
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-15Merge host.endpoint into host.ConnectedEndpointIan Gudger
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-09-14Fix interaction between rt_sigtimedwait and ignored signals.Jamie Liu
2018-08-31Document more task-goroutine-owned fields in kernel.Task.Jamie Liu
2018-08-31Disintegrate kernel.TaskResources.Jamie Liu
2018-08-31Delete the long-obsolete kernel.TaskMaybe interface.Jamie Liu
2018-08-21Fix races in kernel.(*Task).Value()Ian Gudger
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-02Add seccomp(2) support.Brian Geffon
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-19kernel: mutations on creds now require a copy.Adin Scannell
2018-05-17Implement sysv shm.Rahat Mahmood
2018-05-15sentry: Replaces saving of inet.Stack with retrieval via context.Kevin Krakauer
2018-04-28Check in gVisor.Googler