summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-07-12Fix aio eventfd lookupMichael Pratt
2018-07-12sentry: wait for restore clock instead of panicing in Timekeeper.Zhaozhong Ni
2018-07-12sentry: save inet stacks in proc files.Zhaozhong Ni
2018-07-12netstack: save tcp endpoint accepted channel directly.Zhaozhong Ni
2018-07-12netstack: do not defer panicable logic in tcp main loop.Zhaozhong Ni
2018-07-12runsc: Don't close the control server in a defer.Nicolas Lacasse
2018-07-12Format documentationMichael Pratt
2018-07-12Bump rules_go to v0.13.0, and go toolchain to 1.10.3Nicolas Lacasse
2018-07-11Automated rollback of changelist 203157739Bhasker Hariharan
2018-07-11Move ptrace constants to abi/linux.Jamie Liu
2018-07-11Add MemoryManager.Pin.Jamie Liu
2018-07-11Created runsc and docker integration tests.Justine Olshan
2018-07-10Internal changeMichael Pratt
2018-07-10Modified error message for clarity.Brielle Broder
2018-07-10Exit tmpfs.fileInodeOperations.Translate early if required.Start >= EOF.Jamie Liu
2018-07-10netstack: only do connected TCP S/R for loopback connections.Zhaozhong Ni
2018-07-10Internal changeMichael Pratt
2018-07-10netstack: tcp socket connected state S/R support.Zhaozhong Ni
2018-07-09Notify UDP and Ping endpoints on closeIan Gudger
2018-07-09Fix two race conditions in tcp stack.Brian Geffon
2018-07-09Inherit parent in clone(CLONE_THREAD) under TaskSet.mu.Jamie Liu
2018-07-09Switch netstack licenses to Apache 2.0.Nicolas Lacasse
2018-07-09Trim all whitespace between interpreter and argMichael Pratt
2018-07-06Add non-AMD64 support to rawfileIan Gudger
2018-07-06Tests pause and resume functionality on a Python container.Justine Olshan
2018-07-03Fix data race on inotify.Watch.mask.Rahat Mahmood
2018-07-03Fix runsc VDSO mappingMichael Pratt
2018-07-03Skip overlay on root when its readonlyFabricio Voznika
2018-07-03runsc: `runsc wait` print wait status.Lantao Liu
2018-07-03Resend packets back to netstack if destined to itselfFabricio Voznika
2018-07-03Fix flaky image_testFabricio Voznika
2018-07-03Handle NUL-only paths in execMichael Pratt
2018-07-03runsc: Mount "mandatory" mounts right after mounting the root.Nicolas Lacasse
2018-07-02runsc/boot/filter: permit SYS_TIME for raceDmitry Vyukov
2018-07-02Hold d.parent.mu when reading d.nameMichael Pratt
2018-07-02runsc: fix panic for `runsc wait` on stopped container.Lantao Liu
2018-07-02Make default limits the same as with runcFabricio Voznika
2018-07-02Drop version option from mount commandMichael Pratt
2018-06-29Fix typo.Brielle Broder
2018-06-29Sets the restore environment for restoring a container.Justine Olshan
2018-06-29Added leave-running flag for checkpoint.Brielle Broder
2018-06-29Panic in netstack during cleanup where a FIN becomes a RST.Brian Geffon
2018-06-29aio: Return EINVAL if the number of events is negative.Nicolas Lacasse
2018-06-28Hold t.mu while calling t.FSContext().Nicolas Lacasse
2018-06-28runsc: Add the "wait" subcommand.Kevin Krakauer
2018-06-28Add more image testsFabricio Voznika
2018-06-28Wait for sandbox process when waiting for root containerFabricio Voznika
2018-06-28Check for invalid offset when submitting an AIO read/write request.Nicolas Lacasse
2018-06-28Error out if spec is invalidFabricio Voznika
2018-06-28Add option to configure watchdog actionFabricio Voznika