index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
syserror
/
syserror.go
Age
Commit 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 EINVAL
Zach Koopmans
2021-03-18
Translate syserror when validating partial IO errors
Fabricio Voznika
2021-03-03
[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
Ayush Ranjan
2020-09-16
Add FUSE umount support
Jinmou Li
2020-08-18
Move ERESTART* error definitions to syserror package.
Dean Deng
2020-07-29
Add FUSE_INIT
Jinmou Li
2020-06-11
Add //pkg/sentry/fsimpl/overlay.
Jamie Liu
2020-03-26
Add BoundEndpointAt filesystem operation.
Dean Deng
2020-02-21
Implement tap/tun device in vfs.
Ting-Yu Wang
2019-12-23
Clean up vfs.FilesystemImpl methods that operate on parent directories.
Jamie Liu
2019-07-09
Cleanup straggling syscall dependencies.
Adin Scannell
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-03-05
Priority-inheritance futex implementation
Fabricio Voznika
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-10
Enforce message size limits and avoid host calls with too many iovecs
Michael Pratt
2018-04-28
Check in gVisor.
Googler