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
/
vfs2
/
fd.go
Age
Commit message (
Expand
)
Author
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-01-28
Add O_PATH support in vfs2
gVisor bot
2021-01-22
Implement F_GETLK fcntl.
Dean Deng
2021-01-20
Move Lock/UnlockPOSIX into LockFD util.
Dean Deng
2020-12-03
Implement `fcntl` options `F_GETSIG` and `F_SETSIG`.
Etienne Perot
2020-10-19
Fix runsc tests on VFS2 overlay.
Jamie Liu
2020-09-15
Enable automated marshalling for the syscall package.
Rahat Mahmood
2020-09-01
Fix panic when calling dup2().
Nayana Bidari
2020-08-03
Remove old TODO.
Dean Deng
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-07-30
Fix SETOWN_EX return value.
Dean Deng
2020-07-01
Complete async signal delivery support in vfs2.
Dean Deng
2020-06-27
Port GETOWN, SETOWN fcntls to vfs2.
Dean Deng
2020-06-19
Port fadvise64 to vfs2.
Dean Deng
2020-06-17
Implement POSIX locks
Fabricio Voznika
2020-06-12
vfs2: implement fcntl(fd, F_SETFL, flags)
Andrei Vagin
2020-06-10
Redirect TODOs to more specific issues
Fabricio Voznika
2020-05-14
Port memfd_create to vfs2 and finish implementation of file seals.
Nicolas Lacasse
2020-04-16
Implement pipe(2) and pipe2(2) for VFS2.
Jamie Liu
2020-02-25
Port most syscalls to VFS2.
Jamie Liu