summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/task_usermem.go
AgeCommit message (Expand)Author
2020-10-30Separate kernel.Task.AsCopyContext() into CopyContext() and OwnCopyContext().Jamie Liu
2020-09-16Rename marshal.Task to marshal.CopyContext.Rahat Mahmood
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-08-27[go-marshal] Support for usermem.IOOpts.Ayush Ranjan
2020-08-20Consistent precondition formattingMichael Pratt
2020-02-25Add option to skip stuck tasks waiting for address spaceFabricio Voznika
2020-01-27Update package locations.Adin Scannell
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-09syscalls: sendfile: limit the count to MAX_RW_COUNTLi Qiang
2018-10-19Use correct company name in copyright headerIan Gudger
2018-06-27Call mm.CheckIORange() when copying in IOVecs.Nicolas Lacasse
2018-05-11Remove error return from AddressSpace.Release()Michael Pratt
2018-04-28Check in gVisor.Googler