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