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
/
vfs2
/
setstat.go
Age
Commit message (
Expand
)
Author
2021-08-13
[syserror] Remove pkg syserror.
Zach Koopmans
2021-08-12
[syserror] Convert remaining syserror definitions to linuxerr.
Zach Koopmans
2021-07-01
[syserror] Update several syserror errors to linuxerr equivalents.
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-06-10
[op] Move SignalInfo to abi/linux package.
Ayush Ranjan
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2021-01-26
Move inotify events from syscall to vfs layer.
Dean Deng
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-08-03
Add inotify events for fallocate and tests for fallocate/sendfile.
Dean Deng
2020-07-31
Clean up vfs2 fallocate.
Dean Deng
2020-07-23
Add permission checks to vfs2 truncate.
Dean Deng
2020-05-14
Make utimes_test pass on VFS2.
Jamie Liu
2020-03-31
Implement automated marshalling for slices of Marshallable types.
Rahat Mahmood
2020-03-16
Enforce file size rlimits in VFS2
Fabricio Voznika
2020-02-25
Port most syscalls to VFS2.
Jamie Liu