summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi
AgeCommit message (Expand)Author
2020-01-29Add //pkg/sentry/devices/memdev.Jamie Liu
2020-01-28Add VFS2 support for epoll.Jamie Liu
2020-01-28netlink: add support for RTM_F_LOOKUP_TABLEJianfeng Tan
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-21Merge pull request #1505 from xiaobo55x:fcntl_flagsgVisor bot
2020-01-21Implement sysfs.Rahat Mahmood
2020-01-21Add missing verbMichael Pratt
2020-01-15Add timestamps to VFS2 tmpfs, and implement some of SetStat.Nicolas Lacasse
2020-01-08More GH comments.Kevin Krakauer
2020-01-08Addressed GH commentsKevin Krakauer
2020-01-08Comment cleanup.Kevin Krakauer
2020-01-08Write simple ACCEPT rules to the filter table.Kevin Krakauer
2020-01-06Implement rseq(2)Michael Pratt
2020-01-06Make some of the fcntl flags arch specific..Haibo Xu
2019-12-16Implement checks for get/setxattr at the syscall layer.Dean Deng
2019-12-12Implement kernfs.Rahat Mahmood
2019-12-10Add most VFS methods for syscalls.Jamie Liu
2019-12-05Implement F_GETOWN_EX and F_SETOWN_EX.Ian Gudger
2019-11-27Add support for receiving TOS and TCLASS control messages in hostinet.Dean Deng
2019-10-24slight changes to pkg/abiBin Lu
2019-10-23Merge pull request #641 from tanjianfeng:mastergVisor bot
2019-10-21AF_PACKET support for netstack (aka epsocket).Kevin Krakauer
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-10-15support /proc/net/routeJianfeng Tan
2019-10-04Change linux.FileMode from uint to uint16, and update VFS to use FileMode.Kevin Krakauer
2019-09-18Signalfd supportAdin Scannell
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-08-19Document RWF_HIPRI not implemented for preadv2/pwritev2.Zach Koopmans
2019-08-15Document source and versioning of the TCPInfo struct.Rahat Mahmood
2019-08-12Compute size of struct tcp_info instead of hardcoding it.Rahat Mahmood
2019-08-09netlink: return an error in nlmsgerrAndrei Vagin
2019-08-09Add initial ptrace stub and syscall support for arm64.Haibo Xu
2019-08-08Return a well-defined socket address type from socket funtions.Rahat Mahmood
2019-07-31Basic support for 'ip route'Ian Lewis
2019-07-22Fix up and add some iptables ABI.Kevin Krakauer
2019-07-22Fix struct statx field alignment.Jamie Liu
2019-07-18Sentry virtual filesystem, v2Jamie Liu
2019-07-17Separate O_DSYNC and O_SYNC.Jamie Liu
2019-07-17ext: Filesystem init implementation.Ayush Ranjan
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-22Implement statx.Nicolas Lacasse
2019-06-21Update commentFabricio Voznika
2019-06-13Update canonical repository.Adin Scannell
2019-06-10Add introspection for Linux/AMD64 syscallsIan Lewis
2019-06-06Use common definition of SockType.Rahat Mahmood
2019-06-06"Implement" mbind(2).Jamie Liu
2019-06-06Track and export socket state.Rahat Mahmood