summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/task_block.go
AgeCommit message (Expand)Author
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-01-22Define tcpip.Payloader in terms of io.ReaderTamir Duberstein
2020-11-16Reset watchdog timer between sendfile() iterations.Jamie Liu
2020-11-13Check for misuse of kernel.Task as context.Context.Jamie Liu
2019-12-06Add runtime tracing.Adin Scannell
2019-08-22Ensure yield-equivalent with an already-expired timeout.Adin Scannell
2019-06-13Update canonical repository.Adin Scannell
2019-05-23gvisor: interrupt the sendfile system call if a task has been interruptedAndrei Vagin
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-17Allow kernel.(*Task).Block to accept an extract only channelIan Gudger
2018-04-28Check in gVisor.Googler