summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/stat.cc
AgeCommit message (Expand)Author
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