summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi
AgeCommit message (Expand)Author
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
2019-06-05Implement dumpability tracking and checksMichael Pratt
2019-05-24Wrap comments and reword in common present tenseMichael Pratt
2019-05-22Move wait constants to abi/linux packageMichael Pratt
2019-05-21Clean up pipe internals and add fcntl supportAdin Scannell
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2019-05-09Implement fallocate(2)Fabricio Voznika
2019-05-03Add netfilter ABI for iptables support.Kevin Krakauer
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-18Only emit unimplemented syscall events for unsupported values.Ian Gudger
2019-04-03Fix index out of bounds in tty implementation.Kevin Krakauer
2019-03-26Implement memfd_create.Rahat Mahmood
2019-03-05Priority-inheritance futex implementationFabricio Voznika
2019-03-01Add semctl(GETPID) syscallFabricio Voznika
2019-02-08Encode stat to bytes manually, instead of calling CopyObjectOut.Nicolas Lacasse
2019-02-07Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack.Ian Gudger
2019-02-07Implement /proc/net/unix.Rahat Mahmood
2019-01-31Remove license commentsMichael Pratt
2019-01-14Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.Nicolas Lacasse
2019-01-03Rename linux.Errno.Error to linux.Errno.String.Ian Gudger
2018-12-21Implement SO_KEEPALIVE, TCP_KEEPIDLE, and TCP_KEEPINTVL.Ian Gudger