summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/fcntl.cc
AgeCommit message (Expand)Author
2020-07-30Fix SETOWN_EX return value.Dean Deng
2020-07-01Complete async signal delivery support in vfs2.Dean Deng
2020-06-30Add build target for the provisional style guide.Dean Deng
2020-06-27Port GETOWN, SETOWN fcntls to vfs2.Dean Deng
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-12vfs2: implement fcntl(fd, F_SETFL, flags)Andrei Vagin
2020-02-19Add basic microbenchmarks.Adin Scannell
2020-01-23Unify the kOLargeFile definition in syscall tests.Haibo Xu
2019-12-05Implement F_GETOWN_EX and F_SETOWN_EX.Ian Gudger
2019-09-16Migrate from gflags to absl flagsMichael Pratt
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-01-29Refactor out NewEventFD to a test utility.Jamie Liu
2018-12-10Open source system call tests.Brian Geffon