summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/sys_stat.go
AgeCommit message (Expand)Author
2020-02-20Remove bytes read/written from marshal.Marshallable API.gVisor bot
2020-02-14Enable automated marshalling for struct stat.gVisor bot
2020-01-27Update package locations.Adin Scannell
2020-01-17Enable stat syscall support on arm64.Haibo Xu
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-22Implement statx.Nicolas Lacasse
2019-06-19fileOp{On,At} should pass the remaning symlink traversal count.Nicolas Lacasse
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-22Bugfix: fix fstatat symbol link to dirWei Zhang
2019-04-11Use open fids when fstat()ing gofer files.Jamie Liu
2019-03-29Use kernel.Task.CopyScratchBuffer in syscalls/linux where possible.Jamie Liu
2019-03-22lstat should resolve the final path component if it ends in a slash.Nicolas Lacasse
2019-02-08Encode stat to bytes manually, instead of calling CopyObjectOut.Nicolas Lacasse
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-08Statfs Namelen should be NAME_MAX not PATH_MAXMichael Pratt
2018-04-28Check in gVisor.Googler