summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/task_exit.go
AgeCommit message (Expand)Author
2020-10-19[vfs2] Fix fork reference leaks.Dean Deng
2020-10-14Fix shm reference leak.Dean Deng
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-08-25Expose basic coverage information to userspace through kcov interface.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-23Implement get/set_robust_list.Nicolas Lacasse
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2019-12-06Add runtime tracing.Adin Scannell
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-13Update canonical repository.Adin Scannell
2019-05-30Always wait on tracee childrenMichael Pratt
2019-05-22Add support for wait(WNOTHREAD)Michael Pratt
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-03Cache ThreadGroups in PIDNamespaceMichael Pratt
2019-03-22Implement PTRACE_SEIZE, PTRACE_INTERRUPT, and PTRACE_LISTEN.Jamie Liu
2018-11-20Update futex to use usermem abstractions.Adin Scannell
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-08-31Disintegrate kernel.TaskResources.Jamie Liu
2018-08-23Implement POSIX per-process interval timers.Jamie Liu
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-05-03Fix misspellings.Cyrille Hemidy
2018-04-28Check in gVisor.Googler