summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/open.cc
AgeCommit message (Expand)Author
2019-11-14Check that a file is a regular file with open(O_TRUNC).Kevin Krakauer
2019-08-30Add C++ toolchain and fix compile issues.Adin Scannell
2019-06-24fs: synchronize concurrent writes into files with O_APPENDAndrei Vagin
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-03-05Add NoRandomSave to tests with correctness DisableSaveMichael Pratt
2018-12-10Open source system call tests.Brian Geffon