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