summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2019-08-22test: set shard_count to 5 by defaultAndrei Vagin
2019-08-22Send sandbox log to test logFabricio Voznika
2019-08-22Remove ASSERT from fork childMichael Pratt
2019-08-21Support binding to multicast and broadcast addressesChris Kuiper
2019-08-21tests: retry connect if it fails with EINTRAndrei Vagin
2019-08-21Use tcpip.Subnet in tcpip.RouteTamir Duberstein
2019-08-20Add tcpip.Route.String and tcpip.AddressMask.PrefixChris Kuiper
2019-08-20test: reset a signal handler before closing a signal channelAndrei Vagin
2019-08-20Don't run runtime tests in parallel.Nicolas Lacasse
2019-08-20Add tests for raw AF_PACKET sockets.Kevin Krakauer
2019-08-20Fix flaky futex test.Zach Koopmans
2019-08-20tests: syscall_test_runner should not run tests in parallelAndrei Vagin
2019-08-19Document RWF_HIPRI not implemented for preadv2/pwritev2.Zach Koopmans
2019-08-19Internal change.gVisor bot
2019-08-19hostinet: fix parsing route netlink messageJianfeng Tan
2019-08-19Read iptables via sockopts.Kevin Krakauer
2019-08-16netstack: disconnect an unix socket only if the address family is AF_UNSPECAndrei Vagin
2019-08-16procfs: Migrate seqfile implementations.Ayush Ranjan
2019-08-16ptrace: detect if a stub process exited unexpectedlyAndrei Vagin
2019-08-16Add subnet checking to NIC.findEndpoint and consolidate with NIC.getRefChris Kuiper
2019-08-16Bump rules_go to v0.19.3 and bazel_gazelle to v0.18.1.Nicolas Lacasse
2019-08-16vfs: Remove vfs.DefaultDirectoryFD from embedding vfs.DefaultFD.Ayush Ranjan
2019-08-15Add tests for "cooked" AF_PACKET sockets.Kevin Krakauer
2019-08-15Document source and versioning of the TCPInfo struct.Rahat Mahmood
2019-08-15Don't dereference errors passed to panic()Tamir Duberstein
2019-08-15netstack: move resumption logic into *_state.goTamir Duberstein
2019-08-14Replace uinptr with int64 when returning lengthsTamir Duberstein
2019-08-14Add tcpip.AddressWithPrefix.StringTamir Duberstein
2019-08-14Improve SendMsg performance.Bhasker Hariharan
2019-08-13Add vfs.DynamicBytesFileDescriptionImpl.Jamie Liu
2019-08-13Fix file mode check in pipeOperationsFabricio Voznika
2019-08-13Add note to name logging mentioning trace logging should be enabled to debug.Ian Gudger
2019-08-13Fix file mode check in fsgofer AttachFabricio Voznika
2019-08-13gonet: Replace NewPacketConn with DialUDP.Ian Gudger
2019-08-13tests: print stack traces if test failed by timeoutAndrei Vagin
2019-08-13Bump Bazel to v0.28.0Nicolas Lacasse
2019-08-12Handle ENOSPC with a partial write.Nicolas Lacasse
2019-08-12Compute size of struct tcp_info instead of hardcoding it.Rahat Mahmood
2019-08-12Fix netstack build error on non-AMD64.Ian Gudger
2019-08-09netlink: return an error in nlmsgerrAndrei Vagin
2019-08-09Create tests for common.Search().Brett Landau
2019-08-09Add congestion control states to sender.Bhasker Hariharan
2019-08-09Add initial ptrace stub and syscall support for arm64.Haibo Xu
2019-08-09ext: Move to pkg/sentry/fsimpl.Ayush Ranjan
2019-08-08ext: Benchmark tests.Ayush Ranjan
2019-08-08Return a well-defined socket address type from socket funtions.Rahat Mahmood
2019-08-08netstack: Don't start endpoint goroutines too soon on restore.Rahat Mahmood
2019-08-08Merge pull request #653 from xiaobo55x:devgVisor bot
2019-08-08memfs fixes.Jamie Liu
2019-08-07ext: Seek unit tests.Ayush Ranjan