summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/task.go
AgeCommit message (Expand)Author
2021-04-02Implement cgroupfs.Rahat Mahmood
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-02-24Add YAMA security module restrictions on ptrace(2).Dean Deng
2020-11-13Check for misuse of kernel.Task as context.Context.Jamie Liu
2020-11-12Rename kernel.TaskContext to kernel.TaskImage.Jamie Liu
2020-10-14Fix shm reference leak.Dean Deng
2020-10-13[vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root.Dean Deng
2020-10-03Fix kcov enabling and disabling procedures.Dean Deng
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-07-23Add task work mechanism.Dean Deng
2020-04-23Enable automated marshalling for mempolicy syscalls.Rahat Mahmood
2020-04-13Port socket-related syscalls to VFS2.Dean Deng
2020-03-26Support owner matching for iptables.Nayana Bidari
2020-03-13Fix oom_score_adj.Jamie Liu
2020-03-05Stub oom_score_adj and oom_score.Ian Lewis
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-20Initial network namespace support.gVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-01-28Add vfs.FileDescription to FD tableFabricio Voznika
2020-01-27Update package locations.Adin Scannell
2020-01-09New sync package.Ian Gudger
2020-01-06Implement rseq(2)Michael Pratt
2019-12-06Add runtime tracing.Adin Scannell
2019-11-21Import and structure cleanup.Adin Scannell
2019-10-29Fix grammar in comment.Dean Deng
2019-10-28Update commentMichael Pratt
2019-09-18Signalfd supportAdin Scannell
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-21kernel: call t.mu.Unlock() explicitly in WithMuLockedAndrei Vagin
2019-06-19Add MountNamespace to task.Nicolas Lacasse
2019-06-13Update canonical repository.Adin Scannell
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