summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/error.go
AgeCommit message (Expand)Author
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-04-26Remove metrics: fallback, vsyscallCount and partialResultNayana Bidari
2021-04-22Add weirdness sentry metric.Nayana Bidari
2021-04-15Add field support to the sentry metrics.Nayana Bidari
2021-03-18Translate syserror when validating partial IO errorsFabricio Voznika
2021-02-24Use async task context for async IO.Dean Deng
2021-02-02Add ETIMEDOUT to partial result listFabricio Voznika
2020-08-18Move ERESTART* error definitions to syserror package.Dean Deng
2020-08-17Stop masking the IO error in handleIOError.Nicolas Lacasse
2020-01-28Add vfs.FileDescription to FD tableFabricio Voznika
2020-01-09New sync package.Ian Gudger
2019-08-12Handle ENOSPC with a partial write.Nicolas Lacasse
2019-07-09Cleanup straggling syscall dependencies.Adin Scannell
2019-06-13Update canonical repository.Adin Scannell
2019-06-11Eat sendfile partial errorAdin Scannell
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-10Internal changeMichael Pratt
2019-04-08Export kernel.SignalInfoPriv.Jamie Liu
2018-10-19Use correct company name in copyright headerIan Gudger
2018-04-28Check in gVisor.Googler