summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi/linux/fcntl.go
AgeCommit message (Expand)Author
2021-01-22Implement F_GETLK fcntl.Dean Deng
2020-12-03Implement `fcntl` options `F_GETSIG` and `F_SETSIG`.Etienne Perot
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-06-27Port GETOWN, SETOWN fcntls to vfs2.Dean Deng
2019-12-05Implement F_GETOWN_EX and F_SETOWN_EX.Ian Gudger
2019-07-09Cleanup straggling syscall dependencies.Adin Scannell
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-05-21Clean up pipe internals and add fcntl supportAdin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-10-19Use correct company name in copyright headerIan Gudger
2018-07-27Added the O_LARGEFILE flag.Justine Olshan
2018-06-21Implement ioctl(FIOASYNC)Ian Gudger