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
/
kernel
/
fasync
Age
Commit message (
Expand
)
Author
2020-12-03
Implement `fcntl` options `F_GETSIG` and `F_SETSIG`.
Etienne Perot
2020-07-01
Complete async signal delivery support in vfs2.
Dean Deng
2020-06-27
Port GETOWN, SETOWN fcntls to vfs2.
Dean Deng
2020-01-27
Standardize on tools directory.
Adin Scannell
2020-01-09
New sync package.
Ian Gudger
2019-10-16
Reorder BUILD license and load functions in gvisor.
Kevin Krakauer
2019-06-13
Fix deadlock in fasync.
Ian Gudger
2019-06-13
Update canonical repository.
Adin Scannell
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-08
Export kernel.SignalInfoPriv.
Jamie Liu
2019-01-31
Remove license comments
Michael Pratt
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-03
Fix panic if FIOASYNC callback is registered and triggered without target
Ian Gudger
2018-10-03
Add S/R support for FIOASYNC
Ian Gudger
2018-08-28
fasync: don't keep mutex after return
Ian Gudger
2018-07-27
stateify: support explicit annotation mode; convert refs and stack packages.
Zhaozhong Ni
2018-07-19
kernel: mutations on creds now require a copy.
Adin Scannell
2018-06-21
Implement ioctl(FIOASYNC)
Ian Gudger