summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-02-25Fix nested logging.Adin Scannell
2020-02-25Don't acquire contended lock with the OS thread locked.Adin Scannell
2020-02-25Fix mount refcount issue.Adin Scannell
2020-02-25Deflake TestCurrentConnectedIncrement.Bhasker Hariharan
2020-02-25Add log during process wait in testsFabricio Voznika
2020-02-24Add default behavior for gtest runner.Adin Scannell
2020-02-24Merge pull request #1886 from avagin:arm64-travis-cigVisor bot
2020-02-24Internal change.Brad Burlage
2020-02-24Add support for tearing down protocol dispatchers and TIME_WAIT endpoints.Ian Gudger
2020-02-21arm64: add a travis build ciAndrei Vagin
2020-02-21Implement tap/tun device in vfs.Ting-Yu Wang
2020-02-21Factor platform tags.Adin Scannell
2020-02-21Fix master installer.Zach Koopmans
2020-02-21Attach LinkEndpoint to NetworkDispatcher immediatelyGhanan Gowripalan
2020-02-21Merge pull request #1911 from xiaobo55x:x_sysCopybara-Service
2020-02-21Use Route.MaxHeaderLength when constructing NDP RSGhanan Gowripalan
2020-02-21Force downloading new version of org_golang_x_sys.Haibo Xu
2020-02-20Implement automated marshalling for newtypes on primitives.gVisor bot
2020-02-20Initial network namespace support.gVisor bot
2020-02-20Support disabling a NICgVisor bot
2020-02-20Remove bytes read/written from marshal.Marshallable API.gVisor bot
2020-02-20Add placeholder .travis.yml for #1886gVisor bot
2020-02-20Import tags.bzl directly from tools/defs.bzl.Adin Scannell
2020-02-20Better strace logging for epoll syscalls.gVisor bot
2020-02-20Re-add atomicbitops_arm64.s to BUILD.gVisor bot
2020-02-20VFS2: Support memory mapping in tmpfs.gVisor bot
2020-02-19Add statefile command to runsc.Adin Scannell
2020-02-19Add basic microbenchmarks.Adin Scannell
2020-02-19Internal change.gVisor bot
2020-02-19Handle situations where go-marshal generates an empty test file.gVisor bot
2020-02-19Internal change.gVisor bot
2020-02-19Internal change.gVisor bot
2020-02-19Include more test files in exports_filesgVisor bot
2020-02-19Merge pull request #1896 from kevinGC:parseportsCopybara-Service
2020-02-19Internal change.gVisor bot
2020-02-18Fix mis-named comment.Kevin Krakauer
2020-02-18Internal change.gVisor bot
2020-02-18Enable IPV6_RECVTCLASS socket option for datagram socketsgVisor bot
2020-02-18iptables: use "-t nat" for NAT testsgVisor bot
2020-02-18Add //pkg/syncevent.gVisor bot
2020-02-18go-marshal: Stop complaining about files with no +marshal types.gVisor bot
2020-02-18cpuid: cache the maximum size of xsave stategVisor bot
2020-02-18atomicbitops package cleanupsgVisor bot
2020-02-18Deflake fallocate syscall test.gVisor bot
2020-02-18Merge pull request #1850 from kevinGC:jump2gVisor bot
2020-02-18ring0/pagetables: fix typogVisor bot
2020-02-17Add flag to run without building baked images.gVisor bot
2020-02-15Ensure Marshallable.SizeBytes() always works on a typed nil pointer.gVisor bot
2020-02-14Generate implementation of io.WriterTo via go-marshal.gVisor bot
2020-02-14Remove linux.EpollEvent.Fd.gVisor bot