summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/sys_stat.go
AgeCommit message (Expand)Author
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-03-29[syserror] Split usermem packageZach Koopmans
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-03-31Implement automated marshalling for slices of Marshallable types.Rahat Mahmood
2020-03-14Plumb VFS2 imported fds into virtual filesystem.Dean Deng
2020-02-26Fix construct of linux.Stat for arm64.Rahat Mahmood
2020-02-25Port most syscalls to VFS2.Jamie Liu
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