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
/
sentry
/
syscalls
/
linux
/
sys_read.go
Age
Commit message (
Expand
)
Author
2021-03-24
Add POLLRDNORM/POLLWRNORM support.
Bhasker Hariharan
2020-08-18
Move ERESTART* error definitions to syserror package.
Dean Deng
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-04-13
Don't allow read/write when offset+size overflows.
Nicolas Lacasse
2020-02-25
Port most syscalls to VFS2.
Jamie Liu
2020-01-28
Changes missing in last submit
Fabricio Voznika
2020-01-27
Update package locations.
Adin Scannell
2019-09-24
Stub out readahead implementation.
Adin Scannell
2019-08-19
Document RWF_HIPRI not implemented for preadv2/pwritev2.
Zach Koopmans
2019-07-02
Remove map from fd_map, change to fd_table.
Adin Scannell
2019-06-13
Update canonical repository.
Adin Scannell
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-29
Allow and document bug ids in gVisor codebase.
Nicolas Lacasse
2018-12-20
Make read and write respect SO_RCVTIMEO and SO_SNDTIMEO
Ian Gudger
2018-12-19
Implement pwritev2.
Zach Koopmans
2018-11-26
Implementation of preadv2 for Linux 4.4 support
Zach Koopmans
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-04-28
Check in gVisor.
Googler