Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-27 | Merge release-20190806.1-204-g6a54aa1 (automated) | gVisor bot | |
2019-09-25 | Merge release-20190806.1-180-g76ff194 (automated) | gVisor bot | |
2019-09-24 | gvisor: change syscall.RawSyscall to syscall.RawSyscall6 where required | gVisor bot | |
Before https://golang.org/cl/173160 syscall.RawSyscall would zero out the last three register arguments to the system call. That no longer happens. For system calls that take more than three arguments, use RawSyscall6 to ensure that we pass zero, not random data, for the additional arguments. PiperOrigin-RevId: 271062527 | |||
2019-09-17 | Merge release-20190806.1-151-g3b7119a (automated) | gVisor bot | |
2019-09-17 | platform/ptrace: log exit code for stub processes | Andrei Vagin | |
PiperOrigin-RevId: 269631877 | |||
2019-09-12 | Remove go_test from go_stateify and go_marshal | Michael Pratt | |
They are no-ops, so the standard rule works fine. PiperOrigin-RevId: 268776264 | |||
2019-09-12 | Merge release-20190806.1-133-g1e6bdd5 (automated) | gVisor bot | |
2019-09-09 | Merge 3733b9b8 (automated) | gVisor bot | |
2019-09-09 | Merge 6af9a985 (automated) | gVisor bot | |
2019-09-07 | Merge fe1f5210 (automated) | gVisor bot | |
2019-09-07 | Merge 9e1cbdf5 (automated) | gVisor bot | |
2019-09-06 | Merge 0bfffbcb (automated) | gVisor bot | |
2019-09-06 | Merge 7e94f171 (automated) | gVisor bot | |
2019-09-05 | Merge 487c6f03 (automated) | gVisor bot | |
2019-09-05 | Merge fbdd3ff1 (automated) | gVisor bot | |
2019-09-05 | Merge fbbb2f7e (automated) | gVisor bot | |
2019-09-04 | Merge 67a2ab14 (automated) | gVisor bot | |
2019-09-03 | Impose order on test scripts. | Adin Scannell | |
The simple test script has gotten out of control. Shard this script into different pieces and attempt to impose order on overall test structure. This change helps lay some of the foundations for future improvements. * The runsc/test directories are moved into just test/. * The runsc/test/testutil package is split into logical pieces. * The scripts/ directory contains new top-level targets. * Each test is now responsible for building targets it requires. * The install functionality is moved into `runsc` itself for simplicity. * The existing kokoro run_tests.sh file now just calls all (can be split). After this change is merged, I will create multiple distinct workflows for Kokoro, one for each of the scripts currently targeted by `run_tests.sh` today, which should dramatically reduce the time-to-run for the Kokoro tests, and provides a better foundation for further improvements to the infrastructure. PiperOrigin-RevId: 267081397 | |||
2019-09-04 | Merge 144127e5 (automated) | gVisor bot | |
2019-09-03 | Merge 3789c34b (automated) | gVisor bot | |
2019-09-03 | Merge eb94066e (automated) | gVisor bot | |
2019-08-31 | Merge 0352cf58 (automated) | gVisor bot | |
2019-08-31 | Merge f3dabdfc (automated) | gVisor bot | |
2019-08-31 | Merge 502c47f7 (automated) | gVisor bot | |
2019-08-30 | Merge 3ec0b64d (automated) | gVisor bot | |
2019-08-30 | Merge 888e8790 (automated) | gVisor bot | |
2019-08-29 | Merge 0789b9cc (automated) | gVisor bot | |
2019-08-29 | Merge eb4aa403 (automated) | gVisor bot | |
2019-08-29 | Merge 599136b2 (automated) | gVisor bot | |
2019-08-29 | Merge f048c8be (automated) | gVisor bot | |
2019-08-29 | Merge 06ae3618 (automated) | gVisor bot | |
2019-08-28 | Merge 24ecce5d (automated) | gVisor bot | |
2019-08-28 | Merge 784f48a7 (automated) | gVisor bot | |
2019-08-28 | Merge 313c767b (automated) | gVisor bot | |
2019-08-27 | Merge f64d9a7d (automated) | gVisor bot | |
2019-08-27 | Merge 9679f989 (automated) | gVisor bot | |
2019-08-27 | Merge c3956433 (automated) | gVisor bot | |
2019-08-27 | Merge b4cdaef4 (automated) | gVisor bot | |
2019-08-26 | Merge 1fdefd41 (automated) | gVisor bot | |
2019-08-26 | Merge 7206202b (automated) | gVisor bot | |
2019-08-26 | Merge ac2200b8 (automated) | gVisor bot | |
2019-08-26 | Merge c9c52c02 (automated) | gVisor bot | |
2019-08-24 | Merge a5d01159 (automated) | gVisor bot | |
2019-08-23 | Merge e75a12e8 (automated) | gVisor bot | |
2019-08-23 | Merge f225fdbb (automated) | gVisor bot | |
2019-08-22 | Merge 52e674b4 (automated) | gVisor bot | |
2019-08-22 | Merge 8d9276ed (automated) | gVisor bot | |
2019-08-22 | Merge 5fd63d1c (automated) | gVisor bot | |
2019-08-21 | Merge 7609da6c (automated) | gVisor bot | |
2019-08-21 | Merge 8b7e7a04 (automated) | gVisor bot | |