summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/stat.cc
AgeCommit message (Expand)Author
2020-03-25Misc fixes to make stat_test pass (almost)Fabricio Voznika
2020-03-14Plumb VFS2 imported fds into virtual filesystem.Dean Deng
2020-01-30Merge pull request #1471 from xiaobo55x:syscall_testgVisor bot
2020-01-28Prefer Type& over Type &Michael Pratt
2020-01-27Fix header ordering and format all C++ code.Adin Scannell
2020-01-21Change to standard types.Adin Scannell
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2020-01-17Enable build of test/syscall tests on arm64.Haibo Xu
2019-10-25test/syscall: Remove duplicated gtest/gtest.h.Haibo
2019-07-29Fix flaky stat.cc test.Zach Koopmans
2019-06-24Use correct statx syscall number for amd64.Nicolas Lacasse
2019-06-22Implement statx.Nicolas Lacasse
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-22Bugfix: fix fstatat symbol link to dirWei Zhang
2019-04-01Save/restore simple devices.Rahat Mahmood
2019-03-22lstat should resolve the final path component if it ends in a slash.Nicolas Lacasse
2019-03-05Add NoRandomSave to tests with correctness DisableSaveMichael Pratt
2018-12-10Open source system call tests.Brian Geffon