summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi/linux/BUILD
AgeCommit message (Expand)Author
2021-07-13Add abi definitions for sysv message queues.Zyad A. Ali
2021-06-16[syserror] Refactor linuxerr and error package.Zach Koopmans
2021-06-10[op] Move SignalStack to abi/linux package.Ayush Ranjan
2021-05-20Send SIGPIPE for closed pipes.Ian Lewis
2021-05-11[syserror] Refactor abi/linux.ErrnoZach Koopmans
2021-05-04Remove uses of the binary package from the rest of the sentry.Rahat Mahmood
2021-02-08[go-marshal] Add dynamic tag in go_marshal.Ayush Ranjan
2020-12-17[netstack] Implement MSG_ERRQUEUE flag for recvmsg(2).Ayush Ranjan
2020-10-23Introduce SemidDs struct for amd64 and arm64.Jing Chen
2020-10-06Implement membarrier(2) commands other than *_SYNC_CORE.Jamie Liu
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-08-12ip6tables: ABI structs and constantsKevin Krakauer
2020-07-27Add device implementation for /dev/fuseRidwan Sharif
2020-07-23Marshallable socket opitons.Ayush Ranjan
2020-06-19Port fadvise64 to vfs2.Dean Deng
2020-04-25Enable automated marshalling for signals and the arch package.Rahat Mahmood
2020-04-22Specify a memory file in platform.New().Andrei Vagin
2020-02-21Implement tap/tun device in vfs.Ting-Yu Wang
2020-02-14Remove linux.EpollEvent.Fd.gVisor bot
2020-02-14Enable automated marshalling for struct stat.gVisor bot
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-06Implement rseq(2)Michael Pratt
2019-12-16Implement checks for get/setxattr at the syscall layer.Dean Deng
2019-10-24slight changes to pkg/abiBin Lu
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-09-18Signalfd supportAdin Scannell
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-07-22Fix up and add some iptables ABI.Kevin Krakauer
2019-07-09Cleanup straggling syscall dependencies.Adin Scannell
2019-06-28Drop ashmem and binder.Adin Scannell
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-13Update canonical repository.Adin Scannell
2019-05-22Move wait constants to abi/linux packageMichael Pratt
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2019-05-03Add netfilter ABI for iptables support.Kevin Krakauer
2019-01-31Remove license commentsMichael Pratt
2018-12-04Add ARM64 support to pkg/abi/linuxBin Lu
2018-11-20Add unsupported syscall events for get/setsockoptFabricio Voznika
2018-10-01Add itimer types to linux package, straceMichael Pratt
2018-08-14Automated rollback of changelist 208284483Nicolas Lacasse
2018-08-10Implemented the splice(2) syscall.Justine Olshan
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-16Add EventOperations.HostFD()Neel Natu
2018-07-11Move ptrace constants to abi/linux.Jamie Liu
2018-06-21Implement ioctl(FIOASYNC)Ian Gudger
2018-05-17Implement sysv shm.Rahat Mahmood
2018-04-28Check in gVisor.Googler