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
/
pkg
/
sentry
/
syscalls
/
linux
/
sys_stat.go
Age
Commit 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 EINVAL
Zach Koopmans
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2020-09-15
Enable automated marshalling for the syscall package.
Rahat Mahmood
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-03-31
Implement automated marshalling for slices of Marshallable types.
Rahat Mahmood
2020-03-14
Plumb VFS2 imported fds into virtual filesystem.
Dean Deng
2020-02-26
Fix construct of linux.Stat for arm64.
Rahat Mahmood
2020-02-25
Port most syscalls to VFS2.
Jamie Liu
2020-02-20
Remove bytes read/written from marshal.Marshallable API.
gVisor bot
2020-02-14
Enable automated marshalling for struct stat.
gVisor bot
2020-01-27
Update package locations.
Adin Scannell
2020-01-17
Enable stat syscall support on arm64.
Haibo Xu
2019-07-02
Remove map from fd_map, change to fd_table.
Adin Scannell
2019-06-22
Implement statx.
Nicolas Lacasse
2019-06-19
fileOp{On,At} should pass the remaning symlink traversal count.
Nicolas Lacasse
2019-06-13
Update canonical repository.
Adin Scannell
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-22
Bugfix: fix fstatat symbol link to dir
Wei Zhang
2019-04-11
Use open fids when fstat()ing gofer files.
Jamie Liu
2019-03-29
Use kernel.Task.CopyScratchBuffer in syscalls/linux where possible.
Jamie Liu
2019-03-22
lstat should resolve the final path component if it ends in a slash.
Nicolas Lacasse
2019-02-08
Encode stat to bytes manually, instead of calling CopyObjectOut.
Nicolas Lacasse
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-08
Statfs Namelen should be NAME_MAX not PATH_MAX
Michael Pratt
2018-04-28
Check in gVisor.
Googler