summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-02-28Run `./tools/go_mod.sh tidy`.Nicolas Lacasse
2020-02-28Bump rules_go to 0.22.0 and go toolchain to 1.14.Nicolas Lacasse
2020-02-28Mark gettid and getdents as nogotsanZach Koopmans
2020-02-28Make pipe buffer implementation standard.Adin Scannell
2020-02-28Merge pull request #1827 from amscanne:fix_go_modgVisor bot
2020-02-28Allow to specify a separate log for GO's runtime messagesAndrei Vagin
2020-02-28Hide /dev/net/tun when using hostinet.Ting-Yu Wang
2020-02-28Add ability to execute go.mod in gopath context.Adin Scannell
2020-02-28Change dup2 call to dup3Fabricio Voznika
2020-02-27Fix apt-get reliability issues.Adin Scannell
2020-02-27Log oom_score_adj value on errorFabricio Voznika
2020-02-27Implement automated marshalling for newtypes on arrays.Rahat Mahmood
2020-02-27Merge pull request #1346 from google:dependabot/bundler/benchmarks/workloads/...gVisor bot
2020-02-27Fix a race in TCP endpoint teardown and teardown the stack in tcp_test.Ian Gudger
2020-02-27Merge of a369c88c0c4ece5239855000d28df045111c1be7gVisor bot
2020-02-27Bump puma from 3.12.1 to 3.12.2 in /benchmarks/workloads/rubydependabot[bot]
2020-02-27Bump puma from 3.12.0 to 3.12.2 in /benchmarks/workloads/ruby_templatedependabot[bot]
2020-02-27Merge pull request #1971 from google:dependabot/bundler/benchmarks/workloads/...gVisor bot
2020-02-27Bump rack from 2.0.7 to 2.2.2 in /benchmarks/workloads/rubydependabot[bot]
2020-02-27Internal change.Nayana Bidari
2020-02-27Use automated release notes, if available.Adin Scannell
2020-02-26Fix construct of linux.Stat for arm64.Rahat Mahmood
2020-02-26Merge pull request #1912 from lubinszARM:pr_kvm_buildgVisor bot
2020-02-26Add getsockopt tests for SO_SNDTIMEO and SO_RCVTIMEOJay Zhuang
2020-02-25Add VFS.NewDisconnectedMount().Jamie Liu
2020-02-25Fix DATA RACE in fs.MayDelete.Adin Scannell
2020-02-25Merge pull request #1271 from lubinszARM:pr_ring0_1gVisor bot
2020-02-25Add netlink sockopt logging to strace.Ian Gudger
2020-02-25Use link-local source address for link-local multicastGhanan Gowripalan
2020-02-25Add option to skip stuck tasks waiting for address spaceFabricio Voznika
2020-02-25Merge pull request #1816 from xiaobo55x:trap_flaggVisor bot
2020-02-25Port most syscalls to VFS2.Jamie Liu
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