summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi/linux/ioctl.go
AgeCommit message (Expand)Author
2021-10-26Move attestation definitions to standalone packageChong Cai
2021-10-14Add a size parameterChong Cai
2021-09-01Add ioctl stub constantsChong Cai
2020-10-27Add SHA512 to merkle tree libraryChong Cai
2020-09-30Implement ioctl with measure in verity fsChong Cai
2020-09-24Correct FS_IOC_GETFLAGS valueChong Cai
2020-09-15Implement gvisor verity fs ioctl with GETFLAGSChong Cai
2020-09-08Implement ioctl with enable veritygVisor bot
2020-08-25Expose basic coverage information to userspace through kcov interface.Dean Deng
2020-07-15Fix minor bugs in a couple of interface IOCTLs.Bhasker Hariharan
2020-02-21Implement tap/tun device in vfs.Ting-Yu Wang
2019-06-28Drop ashmem and binder.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-03Implement TIOCSCTTY ioctl as a noop.Nicolas Lacasse
2018-09-27Forward ioctl(TCSETSF) calls on host ttys to the host kernel.Nicolas Lacasse
2018-08-24runsc: Terminal support for "docker exec -ti".Nicolas Lacasse
2018-06-21Implement ioctl(FIOASYNC)Ian Gudger
2018-04-28Check in gVisor.Googler