summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/error.go
AgeCommit message (Expand)Author
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