Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-10 | Rename build to builddefs and minor build clean-up. | Adin Scannell | |
The name 'bazel' also doesn't work because bazel will treat it specially. Fixes #1807 PiperOrigin-RevId: 294321221 | |||
2020-02-10 | Merge release-20200127.0-117-g475316e (automated) | gVisor bot | |
2020-02-10 | Refactor getxattr. | Dean Deng | |
Put most of the logic for getxattr in one place for clarity. This simplifies FGetXattr and getXattrFromPath, which are just wrappers for getXattr. PiperOrigin-RevId: 294308332 | |||
2020-02-10 | Merge release-20200127.0-116-gafcab8f (automated) | gVisor bot | |
2020-02-10 | Clean-up comments in runsc/BUILD and CONTRIBUTING.md. | Adin Scannell | |
PiperOrigin-RevId: 294300437 | |||
2020-02-10 | Merge release-20200127.0-115-g2889ffa (automated) | gVisor bot | |
2020-02-10 | Add context to note. | Adin Scannell | |
PiperOrigin-RevId: 294300040 | |||
2020-02-10 | Merge release-20200127.0-114-g3e8b38d (automated) | gVisor bot | |
2020-02-10 | Add flag package to limit visibility. | Adin Scannell | |
PiperOrigin-RevId: 294297004 | |||
2020-02-10 | Merge release-20200127.0-113-ga6f9361 (automated) | gVisor bot | |
2020-02-10 | Add context to comments. | Adin Scannell | |
PiperOrigin-RevId: 294295852 | |||
2020-02-10 | Merge release-20200127.0-112-gbb22ebd (automated) | gVisor bot | |
2020-02-10 | Add contextual comment. | Adin Scannell | |
PiperOrigin-RevId: 294289066 | |||
2020-02-10 | Merge release-20200127.0-111-gbc504d5 (automated) | gVisor bot | |
2020-02-10 | Fix build_file in runtimes_tests. | Brad Burlage | |
PiperOrigin-RevId: 294286242 | |||
2020-02-10 | Merge release-20200127.0-110-g4d4d47f (automated) | gVisor bot | |
2020-02-10 | Add contextual note. | Adin Scannell | |
PiperOrigin-RevId: 294285723 | |||
2020-02-10 | Merge release-20200127.0-109-gc9a18b1 (automated) | gVisor bot | |
2020-02-10 | Merge release-20200127.0-108-gbfa0bba (automated) | gVisor bot | |
2020-02-10 | Document MinimumTotalMemoryBytes. | Adin Scannell | |
PiperOrigin-RevId: 294273559 | |||
2020-02-10 | Redirect FIXME to gvisor.dev | Fabricio Voznika | |
PiperOrigin-RevId: 294272755 | |||
2020-02-10 | Merge release-20200127.0-107-g20840bf (automated) | gVisor bot | |
2020-02-10 | Move x86 state definition to its own file. | Brad Burlage | |
PiperOrigin-RevId: 294271541 | |||
2020-02-10 | Merge release-20200127.0-106-g0efa816 (automated) | gVisor bot | |
2020-02-10 | Update visibility. | Adin Scannell | |
PiperOrigin-RevId: 294265019 | |||
2020-02-10 | Merge release-20200127.0-105-g31f2182 (automated) | gVisor bot | |
2020-02-10 | iptables: add instructions for runsc building. | Kevin Krakauer | |
The readme didn't mention that users need to: - `bazel build` when working on iptables tests - enable raw sockets in /etc/docker/daemon.json. PiperOrigin-RevId: 294260169 | |||
2020-02-10 | Merge release-20200127.0-104-ga03b40c (automated) | gVisor bot | |
2020-02-10 | Merge pull request #1453 from xiaobo55x:cpuid | gVisor bot | |
PiperOrigin-RevId: 294257911 | |||
2020-02-10 | Merge release-20200127.0-102-g223931d (automated) | gVisor bot | |
2020-02-10 | Bump rules_go, gazelle, and go toolchain. | Nicolas Lacasse | |
PiperOrigin-RevId: 294253155 | |||
2020-02-10 | Merge release-20200127.0-101-g75412ed (automated) | gVisor bot | |
2020-02-10 | Internal change. | Zach Koopmans | |
PiperOrigin-RevId: 294250370 | |||
2020-02-10 | Merge release-20200127.0-100-g724bafa (automated) | gVisor bot | |
2020-02-10 | Fix wrong path for ruby benchmark. | Zach Koopmans | |
PiperOrigin-RevId: 294224689 | |||
2020-02-10 | Enable pkg/cpuid support on arm64. | Haibo Xu | |
Fixes #1255 Signed-off-by: Haibo Xu <haibo.xu@arm.com> Change-Id: I8614e6f3ee321c2989567e4e712aa8f28cc9db14 | |||
2020-02-07 | Merge release-20200127.0-99-g17b9f5e (automated) | gVisor bot | |
2020-02-07 | Support listxattr and removexattr syscalls. | Dean Deng | |
Note that these are only implemented for tmpfs, and other impls will still return EOPNOTSUPP. PiperOrigin-RevId: 293899385 | |||
2020-02-07 | Merge release-20200127.0-98-ge1587a2 (automated) | gVisor bot | |
2020-02-07 | Log level, optname, optval and optlen in getsockopt/setsockopt in strace. | Ian Gudger | |
Log 8, 16, and 32 int optvals and dump the memory of other sizes. Updates #1782 PiperOrigin-RevId: 293889388 | |||
2020-02-07 | Address GH comments. | Kevin Krakauer | |
2020-02-07 | Merge release-20200127.0-97-g6de4954 (automated) | gVisor bot | |
2020-02-07 | Refactor syscall tests | Jay Zhuang | |
- Move shared helpers V4Multicast and V4Broadcast to socket_test_util - Add unnamed namespace so socket_ipv4_tcp_unbound_external_networking_test.cc and socket_ipv4_udp_unbound_external_networking_test.cc can be compiled together - Add test files to "exports_files" so they can be included by Fuchsia's syscall test setup PiperOrigin-RevId: 293880429 | |||
2020-02-07 | Merge release-20200127.0-96-gca30dfa (automated) | gVisor bot | |
2020-02-06 | Send DAD event when DAD resolves immediately | Ghanan Gowripalan | |
Previously, a DAD event would not be sent if DAD was disabled. This allows integrators to do some work when an IPv6 address is bound to a NIC without special logic that checks if DAD is enabled. Without this change, integrators would need to check if a NIC has DAD enabled when an address is auto-generated. If DAD is enabled, it would need to delay the work until the DAD completion event; otherwise, it would need to do the work in the address auto-generated event handler. Test: stack_test.TestDADDisabled PiperOrigin-RevId: 293732914 | |||
2020-02-07 | Merge release-20200127.0-95-g386a1a1 (automated) | gVisor bot | |
2020-02-06 | Fix TestPauseResume in container test failed with connection refused. | Ting-Yu Wang | |
Sometimes we get this error under TSAN: """ error getting process data from container: connecting to control server at PID XXXX: connection refused """ The theory is that the top "sleep 20" was too short for TSAN, and the container already exited, so we get connected refused. This commit changes the test to let container signaling it's running by touching a file repeatedly forever during the test. PiperOrigin-RevId: 293710957 | |||
2020-02-06 | Merge branch 'master' into tcp-matchers-submit | Kevin Krakauer | |
2020-02-07 | Merge release-20200127.0-94-g3700221 (automated) | gVisor bot | |
2020-02-06 | Auto-generate link-local address as a SLAAC address | Ghanan Gowripalan | |
Auto-generated link-local addresses should have the same lifecycle hooks as global SLAAC addresses. The Stack's NDP dispatcher should be notified when link-local addresses are auto-generated and invalidated. They should also be removed when a NIC is disabled (which will be supported in a later change). Tests: - stack_test.TestNICAutoGenAddrWithOpaque - stack_test.TestNICAutoGenAddr PiperOrigin-RevId: 293706760 |