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-03-31
Implement automated marshalling for slices of Marshallable types.
Rahat Mahmood
2020-03-25
Misc fixes to make stat_test pass (almost)
Fabricio Voznika
2020-03-23
Correctly release taskPathOperation for accessAt.
Dean Deng
2020-03-16
Enforce file size rlimits in VFS2
Fabricio Voznika
2020-03-14
Plumb VFS2 imported fds into virtual filesystem.
Dean Deng
2020-03-13
Implement access/faccessat for VFS2.
Dean Deng
2020-02-26
Fix construct of linux.Stat for arm64.
Rahat Mahmood
2020-02-25
Fix DATA RACE in fs.MayDelete.
Adin Scannell
2020-02-25
Port most syscalls to VFS2.
Jamie Liu
2020-02-20
Remove bytes read/written from marshal.Marshallable API.
gVisor bot
2020-02-14
Remove linux.EpollEvent.Fd.
gVisor bot
2020-02-14
Enable automated marshalling for struct stat.
gVisor bot
2020-02-14
Plumb VFS2 inside the Sentry
gVisor bot
2020-02-10
Refactor getxattr.
Dean Deng
2020-02-07
Support listxattr and removexattr syscalls.
Dean Deng
2020-02-05
Disable get/set xattrs until list/remove exist too.
Nicolas Lacasse
2020-02-04
timer_create(2) should return 0 on success
Michael Pratt
2020-01-30
Enforce splice offset limits
Michael Pratt
2020-01-28
Changes missing in last submit
Fabricio Voznika
2020-01-28
Add vfs.FileDescription to FD table
Fabricio Voznika
2020-01-28
fs/splice: don't report partial errors for special files
Andrei Vagin
2020-01-28
Check sigsetsize in rt_sigaction
Michael Pratt
2020-01-27
Update package locations.
Adin Scannell
2020-01-27
Update bug number for supporting extended attribute namespaces.
Dean Deng
2020-01-27
Standardize on tools directory.
Adin Scannell
2020-01-21
Merge pull request #1609 from xiaobo55x:uname
gVisor bot
2020-01-21
Add syscalls for lgetxattr, fgetxattr, lsetxattr, and fsetxattr.
Dean Deng
2020-01-20
Enable uname syscall support on arm64.
Haibo Xu
2020-01-17
Enable stat syscall support on arm64.
Haibo Xu
2020-01-16
Implement setxattr for overlays.
Dean Deng
2020-01-16
Plumb getting/setting xattrs through InodeOperations and 9p gofer interfaces.
Dean Deng
2020-01-16
Enable clone syscall support on arm64.
Haibo Xu
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
[next]