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
Age
Commit message (
Expand
)
Author
2020-01-13
Merge pull request #1528 from kevinGC:iptables-write
gVisor bot
2020-01-09
New sync package.
Ian Gudger
2020-01-08
Minor fixes to comments and logging
Kevin Krakauer
2020-01-06
Implement rseq(2)
Michael Pratt
2020-01-06
Cleanup Shm reference handling
Michael Pratt
2019-12-19
futex: wake one waiter if futex_wake is called with a non-positive value
Andrei Vagin
2019-12-16
Drop unnecessary cast.
Dean Deng
2019-12-16
Implement checks for get/setxattr at the syscall layer.
Dean Deng
2019-12-10
Deduplicate and simplify control message processing for recvmsg and sendmsg.
Dean Deng
2019-12-10
Format fd_set parameters in select(2)/pselect(2) for strace.
Dean Deng
2019-12-10
Let socket.ControlMessages Release() the underlying transport.ControlMessages.
Dean Deng
2019-12-10
Add all upstream syscalls to tables
Michael Pratt
2019-12-09
Redirect TODOs to gvisor.dev
Fabricio Voznika
2019-12-05
Implement F_GETOWN_EX and F_SETOWN_EX.
Ian Gudger
2019-12-02
Support sending IP_TOS and IPV6_TCLASS control messages with hostinet sockets.
Dean Deng
2019-11-27
Add support for receiving TOS and TCLASS control messages in hostinet.
Dean Deng
2019-11-26
Allow open(O_TRUNC) and (f)truncate for proc files.
Ian Lewis
2019-11-26
Mark execveat as supported for linux64_arm64.
Dean Deng
2019-11-20
Pass OpenTruncate to gofer in Open call when opening file with O_TRUNC.
Nicolas Lacasse
2019-11-14
Fix return codes for {get,set}sockopt for some nullptr cases.
Ting-Yu Wang
2019-11-14
Check that a file is a regular file with open(O_TRUNC).
Kevin Krakauer
2019-11-08
Automated rollback of changelist 278417533
Kevin Krakauer
2019-11-04
Check that a file is a regular file with open(O_TRUNC).
Kevin Krakauer
2019-11-04
Update membarrier bug
Michael Pratt
2019-10-29
Disallow execveat on interpreter scripts with fd opened with O_CLOEXEC.
Dean Deng
2019-10-25
Aggregate arguments for loading executables into a single struct.
Dean Deng
2019-10-24
Handle AT_SYMLINK_NOFOLLOW flag for execveat.
Dean Deng
2019-10-23
Handle AT_EMPTY_PATH flag in execveat.
Dean Deng
2019-10-22
Update const names to be Go style.
Ian Lewis
2019-10-21
Remove old TODO.
Nicolas Lacasse
2019-10-21
Add basic implementation of execveat syscall and associated tests.
Dean Deng
2019-10-16
Reorder BUILD license and load functions in gvisor.
Kevin Krakauer
2019-10-16
Add sublevel to kernel version
Michael Pratt
2019-10-16
Fix syscall changes lost in rebase
Michael Pratt
2019-10-07
Merge pull request #753 from lubinszARM:pr_syscall_linux
gVisor bot
2019-10-03
Don't report partialResult errors from sendfile
Andrei Vagin
2019-10-02
Merge branch 'master' into pr_syscall_linux
Andrei Vagin
2019-09-30
splice: compare inode numbers only if both ends are pipes
Andrei Vagin
2019-09-30
Only copy out remaining time on nanosleep success
Michael Pratt
2019-09-27
Merge pull request #864 from tanjianfeng:fix-861
gVisor bot
2019-09-27
Implement SO_BINDTODEVICE sockopt
gVisor bot
2019-09-24
Stub out readahead implementation.
Adin Scannell
2019-09-20
fix set hostname
Jianfeng Tan
2019-09-18
Signalfd support
Adin Scannell
2019-09-18
enable syscalls/linux to support arm64
Bin Lu
2019-09-13
gvisor: return ENOTDIR from the unlink syscall
Andrei Vagin
2019-09-12
Implement splice methods for pipes and sockets.
Adin Scannell
2019-08-27
Fix sendfile(2) error code
Fabricio Voznika
2019-08-19
Document RWF_HIPRI not implemented for preadv2/pwritev2.
Zach Koopmans
2019-08-12
Handle ENOSPC with a partial write.
Nicolas Lacasse
[next]