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
/
test
/
syscalls
/
linux
/
fcntl.cc
Age
Commit message (
Expand
)
Author
2021-07-22
Move socket_test_util to //test/util
Ghanan Gowripalan
2021-05-14
Resolve remaining O_PATH TODOs.
Dean Deng
2021-01-28
Add O_PATH support in vfs2
gVisor bot
2021-01-22
Implement F_GETLK fcntl.
Dean Deng
2020-12-03
Implement `fcntl` options `F_GETSIG` and `F_SETSIG`.
Etienne Perot
2020-07-30
Fix SETOWN_EX return value.
Dean Deng
2020-07-01
Complete async signal delivery support in vfs2.
Dean Deng
2020-06-30
Add build target for the provisional style guide.
Dean Deng
2020-06-27
Port GETOWN, SETOWN fcntls 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-02-19
Add basic microbenchmarks.
Adin Scannell
2020-01-23
Unify the kOLargeFile definition in syscall tests.
Haibo Xu
2019-12-05
Implement F_GETOWN_EX and F_SETOWN_EX.
Ian Gudger
2019-09-16
Migrate from gflags to absl flags
Michael Pratt
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-01-29
Refactor out NewEventFD to a test utility.
Jamie Liu
2018-12-10
Open source system call tests.
Brian Geffon