summaryrefslogtreecommitdiffhomepage
path: root/pkg/syserror
AgeCommit message (Expand)Author
2021-05-18[syserror] Add linuxerr package.Zach 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-09-15Improve syserror_test.Jamie Liu
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
2020-01-27Standardize on tools directory.Adin Scannell
2019-12-23Clean up vfs.FilesystemImpl methods that operate on parent directories.Jamie Liu
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-07-09Cleanup straggling syscall dependencies.Adin Scannell
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-05Priority-inheritance futex implementationFabricio Voznika
2019-01-31Remove license commentsMichael Pratt
2018-10-23Track paths and provide a rename hook.Adin Scannell
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-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-04-28Check in gVisor.Googler