summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-11-01Prevent premature destruction of shm segments.Rahat Mahmood
2018-11-01modify modeRegexp to adapt the default spec of containerdJuan
2018-11-01Close http.Response.Body after Get request.Kevin Krakauer
2018-10-31Mark amutex_test as flaky.Rahat Mahmood
2018-10-31Fix a race where keepalives could be sent while there is pending dataIan Gudger
2018-10-31Use syserr style error translation in netstack's rawfileIan Gudger
2018-10-31kvm: simplify floating point logic.Adin Scannell
2018-10-31kvm: add detailed traces on vCPU errors.Adin Scannell
2018-10-31Make lazy open the mode of operation for fsgoferFabricio Voznika
2018-10-31kvm: avoid siginfo allocations.Adin Scannell
2018-10-31Remove ipv4.endpoint.addressTamir Duberstein
2018-10-30kvm: use private futexes.Adin Scannell
2018-10-30Clean up cpuid_parse_testMichael Pratt
2018-10-29Install containerd and crictl when running tests in Kokoro.Kevin Krakauer
2018-10-29Add copybara rules to export C++ test code.Brian Geffon
2018-10-29Removes outdated TODO.Kevin Krakauer
2018-10-26Add AMD-specific features to cpuid packageMichael Pratt
2018-10-26Add block 3 features to /proc/cpuinfoMichael Pratt
2018-10-26Order feature strings by blockMichael Pratt
2018-10-25Uninstall() should not fail if a cgroup directory doesn't existAndrei Vagin
2018-10-24Re-enable TestPythonHello now that ptrace seccomp issue is resolved.Nicolas Lacasse
2018-10-24Use TRAP to simplify vsyscall emulation.Adin Scannell
2018-10-24Convert Unix transport to syserrIan Gudger
2018-10-24Mark netstack/tcpip/transport/tcp:tcp_test flakyFabricio Voznika
2018-10-24Run ptrace stubs in their own session and process group.Nicolas Lacasse
2018-10-23Fix panic on creation of zero-len shm segments.Rahat Mahmood
2018-10-23Remove blanket TODO, as it is self-evident.Adin Scannell
2018-10-23Remove artificial name length check.Adin Scannell
2018-10-23Simplify channel managementTamir Duberstein
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-21Updated cleanup code to be more explicit about ignoring errors.Ian Lewis
2018-10-20Refcount Unix transport queueIan Gudger
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-18Resolve mount paths while setting up root fs mountFabricio Voznika
2018-10-18Skip TestPythonHello on ptrace platform while we debug the issue.Nicolas Lacasse
2018-10-17Use generic ilist in Unix transport queueIan Gudger
2018-10-17Close the gofer socket gracefully in boot:boot_test.Nicolas Lacasse
2018-10-17Check thread group CPU timers in the CPU clock ticker.Jamie Liu
2018-10-17Merge queue into Unix transportIan Gudger
2018-10-17Relativize all socket paths in tests.Nicolas Lacasse
2018-10-17Fix typos in socket_testIan Gudger
2018-10-17Reflow comment to 80 columnsMichael Pratt
2018-10-17runsc: Support job control signals for the root container.Nicolas Lacasse
2018-10-17Fix PTRACE_GETREGSET write sizeMichael Pratt
2018-10-17Move Unix transport out of netstackIan Gudger
2018-10-17Remove incorrect TODO.Kevin Krakauer
2018-10-17runsc: Add --pid flag to runsc kill.Kevin Krakauer
2018-10-17compressio: do not schedule new I/Os when there is no worker (stream closed).Zhaozhong Ni
2018-10-17Attempt to deflake TestPythonHelloFabricio Voznika