summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/BUILD
AgeCommit message (Expand)Author
2020-07-23Marshallable socket opitons.Ayush Ranjan
2020-05-07Fix ARM64 build.Adin Scannell
2020-05-06Fix runsc syscall documentation generation.Adin Scannell
2020-02-26Fix construct of linux.Stat for arm64.Rahat Mahmood
2020-02-14Enable automated marshalling for struct stat.gVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-01-28Add vfs.FileDescription to FD tableFabricio Voznika
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-17Enable stat syscall support on arm64.Haibo Xu
2020-01-16Enable clone syscall support on arm64.Haibo Xu
2020-01-09New sync package.Ian Gudger
2020-01-06Implement rseq(2)Michael Pratt
2019-12-16Implement checks for get/setxattr at the syscall layer.Dean Deng
2019-10-25Aggregate arguments for loading executables into a single struct.Dean Deng
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-10-07Merge pull request #753 from lubinszARM:pr_syscall_linuxgVisor bot
2019-09-18Signalfd supportAdin Scannell
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-13Implement getsockopt() SO_DOMAIN, SO_PROTOCOL and SO_TYPE.Rahat Mahmood
2019-06-13Update canonical repository.Adin Scannell
2019-06-06"Implement" mbind(2).Jamie Liu
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2019-03-26Implement memfd_create.Rahat Mahmood
2019-01-31Remove license commentsMichael Pratt
2018-10-17Move Unix transport out of netstackIan Gudger
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-02Add seccomp(2) support.Brian Geffon
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-06-21Implement ioctl(FIOASYNC)Ian Gudger
2018-06-15Replace crypto/rand with internal rand packageMichael Pratt
2018-05-17Implement sysv shm.Rahat Mahmood
2018-04-28Check in gVisor.Googler