summaryrefslogtreecommitdiffhomepage
path: root/pkg/syserror/syserror.go
AgeCommit message (Expand)Author
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-08-12[syserror] Convert remaining syserror definitions to linuxerr.Zach Koopmans
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-03-18Translate syserror when validating partial IO errorsFabricio Voznika
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2020-09-16Add FUSE umount supportJinmou Li
2020-08-18Move ERESTART* error definitions to syserror package.Dean Deng
2020-07-29Add FUSE_INITJinmou Li
2020-06-11Add //pkg/sentry/fsimpl/overlay.Jamie Liu
2020-03-26Add BoundEndpointAt filesystem operation.Dean Deng
2020-02-21Implement tap/tun device in vfs.Ting-Yu Wang
2019-12-23Clean up vfs.FilesystemImpl methods that operate on parent directories.Jamie Liu
2019-07-09Cleanup straggling syscall dependencies.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-05Priority-inheritance futex implementationFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-10Enforce message size limits and avoid host calls with too many iovecsMichael Pratt
2018-04-28Check in gVisor.Googler