Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Merge release-20201216.0-85-ge06c2b126 (automated) | gVisor bot | |
2021-01-11 | Make segment range type split safe. | Adin Scannell | |
This allows for use in restricted contexts. Updates #5039 PiperOrigin-RevId: 351265378 | |||
2021-01-12 | Merge release-20201216.0-84-gaac477733 (automated) | gVisor bot | |
2021-01-11 | Add additional required packages. | Adin Scannell | |
PiperOrigin-RevId: 351263241 | |||
2021-01-12 | Merge release-20201216.0-83-g7e462a1c7 (automated) | gVisor bot | |
2021-01-11 | OCI spec may contain duplicate environment variables | Fabricio Voznika | |
Closes #5226 PiperOrigin-RevId: 351259576 | |||
2021-01-11 | Merge release-20201216.0-82-g4c4de6644 (automated) | gVisor bot | |
2021-01-11 | Make ilist split safe. | Adin Scannell | |
This allows for use in restricted contexts. Updates #5039 PiperOrigin-RevId: 351220385 | |||
2021-01-11 | Merge release-20201216.0-81-g321552f0a (automated) | gVisor bot | |
2021-01-11 | Fix rules_go checksums. | Adin Scannell | |
The release was changed by bazel ಠ_ಠ: https://github.com/bazelbuild/rules_go/issues/2779 Updates #5188 PiperOrigin-RevId: 351185440 | |||
2021-01-08 | Support releasing aarch64 builds. | Adin Scannell | |
This change works around an issue in rules_pkg, described here: https://github.com/bazelbuild/rules_pkg/pull/263 PiperOrigin-RevId: 350869030 | |||
2021-01-09 | Merge release-20201216.0-79-g70de1db82 (automated) | gVisor bot | |
2021-01-08 | Merge pull request #4933 from lubinszARM:pr_kvm_el0_exceptions | gVisor bot | |
PiperOrigin-RevId: 350862699 | |||
2021-01-08 | Merge release-20201216.0-77-g11787a601 (automated) | gVisor bot | |
2021-01-08 | Create console test library. | Etienne Perot | |
This creates a TTY pair and runs `/bin/sh` in interactive mode within it. It provides useful helper functions to interact with the shell and read the output of commands run within it. This is meant to be used for testing upcoming changes allowing `runsc exec` to work in `-detach=false -tty=true` mode. PiperOrigin-RevId: 350841006 | |||
2021-01-08 | Merge release-20201216.0-76-g5c13c2152 (automated) | gVisor bot | |
2021-01-08 | Merge pull request #5228 from avagin:arm-qemu-aarch64 | gVisor bot | |
PiperOrigin-RevId: 350823213 | |||
2021-01-08 | Build the arm-qemu docker image only for x86_64 | Andrei Vagin | |
It isn't used on aarch64. Signed-off-by: Andrei Vagin <avagin@gmail.com> | |||
2021-01-08 | Merge release-20201216.0-74-g0538ffa8b (automated) | gVisor bot | |
2021-01-08 | Add prefix helper to link to code search results. | Adin Scannell | |
This is extremely convenient similar to being able to link to Go package documentation via the canonical package names. PiperOrigin-RevId: 350774913 | |||
2021-01-08 | Merge release-20201216.0-73-gdf1b23c8d (automated) | gVisor bot | |
2021-01-08 | Fix sha256 for github-workflow.json. | Adin Scannell | |
This was not being tested as part of the unit test workflows, and thus was not being hit normally. These tests are also added to the unit tests target. PiperOrigin-RevId: 350766814 | |||
2021-01-08 | Merge release-20201216.0-72-gbf343394d (automated) | gVisor bot | |
2021-01-07 | Merge pull request #5207 from avagin:arm64-cross | gVisor bot | |
PiperOrigin-RevId: 350691246 | |||
2021-01-07 | Add ARM smoke test | Andrei Vagin | |
make BAZEL_CONFIG=aarch64 arm-qemu-smoke-test Signed-off-by: Andrei Vagin <avagin@gmail.com> | |||
2021-01-07 | Merge release-20201208.0-129-g77b340ce8 (automated) | gVisor bot | |
2021-01-07 | Require specific buckets for pprof handler. | Adin Scannell | |
This further restricts the surface exposed only to artifacts generated by the continuous integration system. This change also installs appropriate root certificates, so that objects can be fetched from https://storage.googleapis.com. PiperOrigin-RevId: 350650197 | |||
2021-01-07 | Merge release-20201208.0-128-g04b37c822 (automated) | gVisor bot | |
2021-01-07 | Fix tuntap_test to cleanup after CreateInterfaceNoCap | Mithun Iyer | |
PiperOrigin-RevId: 350646249 | |||
2021-01-07 | Merge release-20201208.0-127-gb1de1da31 (automated) | gVisor bot | |
2021-01-07 | netstack: Refactor tcpip.Endpoint.Read | Ting-Yu Wang | |
Read now takes a destination io.Writer, count, options. Keeping the method name Read, in contrast to the Write method. This enables: * direct transfer of views under VV * zero copy It also eliminates the need for sentry to keep a slice of view because userspace had requested a read that is smaller than the view returned, removing the complexity there. Read/Peek/ReadPacket are now consolidated together and some duplicate code is removed. PiperOrigin-RevId: 350636322 | |||
2021-01-07 | Merge release-20201208.0-126-gf4b4ed666 (automated) | gVisor bot | |
2021-01-07 | Add runsc build job to BuildKite. | Zach Koopmans | |
PiperOrigin-RevId: 350619346 | |||
2021-01-07 | Merge release-20201208.0-125-gc8d0fd709 (automated) | gVisor bot | |
2021-01-07 | Merge pull request #5213 from prattmic:pkg.go.dev | gVisor bot | |
PiperOrigin-RevId: 350614888 | |||
2021-01-07 | Implement the semtimedop syscall | Andrei Vagin | |
Signed-off-by: Andrei Vagin <avagin@gmail.com> | |||
2021-01-07 | Merge release-20201208.0-123-g4c5f36e7b (automated) | gVisor bot | |
2021-01-07 | Merge release-20201208.0-123-g4c5f36e7b (automated) | gVisor bot | |
2021-01-07 | Update link to benchmarks | Fabricio Voznika | |
Closes #5192 PiperOrigin-RevId: 350578130 | |||
2021-01-07 | website: redirect module to pkg.go.dev | Michael Pratt | |
Add redirects from any module package path to its corressponding pkg.go.dev documentation. e.g., gvisor.dev/gvisor/pkg/sentry/kernel -> https://pkg.go.dev/gvisor.dev/gvisor/pkg/sentry/kernel. This is a handy way to get to documentation, also used by other vanity domains, like golang.org/x/tools. | |||
2021-01-07 | Merge release-20201208.0-122-g776016ac6 (automated) | gVisor bot | |
2021-01-07 | Fix native benchmarks. | Adin Scannell | |
PiperOrigin-RevId: 350509137 | |||
2021-01-06 | Merge release-20201208.0-121-gfa8682da0 (automated) | gVisor bot | |
2021-01-06 | Merge release-20201208.0-120-gf89af8b50 (automated) | gVisor bot | |
2021-01-06 | Export a pprof visualization endpoint. | Adin Scannell | |
This allows us to link directly to profiling results from the build results. The code uses the standard pprof http server, exported from the Cloud Run instance. PiperOrigin-RevId: 350440910 | |||
2021-01-06 | Don't canonicalize cache directory. | Adin Scannell | |
... Otherwise it will be mounted in via some other path, and will not be available inside the container at all. PiperOrigin-RevId: 350440843 | |||
2021-01-06 | Merge release-20201208.0-119-g084ad5821 (automated) | gVisor bot | |
2021-01-06 | Run external networking test | Kevin Krakauer | |
PiperOrigin-RevId: 350438564 | |||
2021-01-06 | Merge release-20201208.0-118-g7817e3b5e (automated) | gVisor bot | |
2021-01-06 | Do not filter frames in ethernet link endpoint | Ghanan Gowripalan | |
Ethernet frames are usually filtered at the hardware-level so there is no need to filter the frames in software. For test purposes, a new link endpoint was introduced to filter frames based on their destination. PiperOrigin-RevId: 350422941 |