summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/task_clone.go
AgeCommit message (Expand)Author
2019-02-19Fix clone(CLONE_NEWUSER).Jamie Liu
2018-12-10Validate FS_BASE in Task.CloneMichael Pratt
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Check thread group CPU timers in the CPU clock ticker.Jamie Liu
2018-10-08Implement shared futexes.Jamie Liu
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-08-31Disintegrate kernel.TaskResources.Jamie Liu
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-09Inherit parent in clone(CLONE_THREAD) under TaskSet.mu.Jamie Liu
2018-05-17Implement sysv shm.Rahat Mahmood
2018-04-28Check in gVisor.Googler