summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/task.go
AgeCommit message (Expand)Author
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