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