summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/task_start.go
AgeCommit message (Expand)Author
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-04-27Don't leak vfs.MountNamespace reference if kernel.TaskSet.NewTask fails.Jamie Liu
2020-03-13Fix oom_score_adj.Jamie Liu
2020-03-05Stub oom_score_adj and oom_score.Ian Lewis
2020-02-20Initial network namespace support.gVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-01-27Update package locations.Adin Scannell
2020-01-06Implement rseq(2)Michael Pratt
2019-12-06Add runtime tracing.Adin Scannell
2019-09-19Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-08-30Automated rollback of changelist 261387276Bhasker Hariharan
2019-08-02Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-07-17Merge pull request #355 from zhuangel:mastergVisor bot
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-25gvisor: lockless read access for task credentialsAndrei Vagin
2019-06-14Skip tid allocation which is usingYong He
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-03Cache ThreadGroups in PIDNamespaceMichael Pratt
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-08-31Disintegrate kernel.TaskResources.Jamie Liu
2018-07-09Inherit parent in clone(CLONE_THREAD) under TaskSet.mu.Jamie Liu
2018-04-28Check in gVisor.Googler