Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-22 | Merge release-20200115.0-77-g1d97ada (automated) | gVisor bot | |
2020-01-22 | Use embedded mutex pattern for stack.NIC | Ghanan Gowripalan | |
- Wrap NIC's fields that should only be accessed while holding the mutex in an anonymous struct with the embedded mutex. - Make sure NIC's spoofing and promiscuous mode flags are only read while holding the NIC's mutex. - Use the correct endpoint when sending DAD messages. - Do not hold the NIC's lock when sending DAD messages. This change does not introduce any behaviour changes. Tests: Existing tests continue to pass. PiperOrigin-RevId: 291036251 | |||
2020-01-22 | Merge release-20200115.0-76-g8a5bfd7 (automated) | gVisor bot | |
2020-01-22 | Merge pull request #1629 from xiaobo55x:fault_test | gVisor bot | |
PiperOrigin-RevId: 291022423 | |||
2020-01-22 | Merge release-20200115.0-74-g0e7f417 (automated) | gVisor bot | |
2020-01-22 | Merge pull request #1631 from majek:fix-gonet-udp.RemoteAddr | gVisor bot | |
PiperOrigin-RevId: 291019296 | |||
2020-01-22 | Merge release-20200115.0-72-g5ab1213 (automated) | gVisor bot | |
2020-01-22 | Move VFS2 handling of FD readability/writability to vfs.FileDescription. | Jamie Liu | |
PiperOrigin-RevId: 291006713 | |||
2020-01-22 | Merge release-20200115.0-71-g1599923 (automated) | gVisor bot | |
2020-01-22 | Toolchain version bumps. | Nicolas Lacasse | |
- bazel_toolchain to 2.0.2 - rules_go to 0.21.0 - Go toolchain to 1.13.6 - Use new proto lib archive. PiperOrigin-RevId: 290999410 | |||
2020-01-22 | Merge release-20200115.0-70-gcb3906a (automated) | gVisor bot | |
2020-01-22 | Add tools for generating images. | Adin Scannell | |
This formalizes the adhoc scripts previously in kokoro. The image targets can be used by e.g. benchmarks in order to automated image prepation. PiperOrigin-RevId: 290982744 | |||
2020-01-22 | gonet PacketConn.RemoteAddr() incorrectly returns *net.TCPAddr, should be ↵ | Marek Majkowski | |
*net.UDPAddr PacketConn.LocalAddr() already returns *net.UDPAddr correctly. | |||
2020-01-22 | Enable fault() syscall test on arm64. | Haibo Xu | |
Signed-off-by: Haibo Xu <haibo.xu@arm.com> Change-Id: I9b2b2e0d84946c10cf136abeef6c60642fa3b6ec | |||
2020-01-22 | Merge release-20200115.0-69-g6a59e7f (automated) | gVisor bot | |
2020-01-21 | Rename DowngradableRWMutex to RWmutex. | Ian Gudger | |
Also renames TMutex to Mutex. These custom mutexes aren't any worse than the standard library versions (same code), so having both seems redundant. PiperOrigin-RevId: 290873587 | |||
2020-01-22 | Merge release-20200115.0-68-gd0e75f2 (automated) | gVisor bot | |
2020-01-21 | Add trylock support to DowngradableRWMutex. | Ian Gudger | |
Updates #231 PiperOrigin-RevId: 290868875 | |||
2020-01-22 | Merge release-20200115.0-67-g1effdc0 (automated) | gVisor bot | |
2020-01-21 | TMutex based on sync.Mutex. | Ian Gudger | |
Updates #231 PiperOrigin-RevId: 290854399 | |||
2020-01-22 | Merge release-20200115.0-66-ga944fcd (automated) | gVisor bot | |
2020-01-21 | Install Bazel 2.0.0 on kokoro images. | Nicolas Lacasse | |
PiperOrigin-RevId: 290850738 | |||
2020-01-22 | Merge release-20200115.0-65-gf6225b1 (automated) | gVisor bot | |
2020-01-21 | Merge pull request #1609 from xiaobo55x:uname | gVisor bot | |
PiperOrigin-RevId: 290849438 | |||
2020-01-22 | Merge release-20200115.0-63-g2296b47 (automated) | gVisor bot | |
2020-01-21 | Change to standard types. | Adin Scannell | |
PiperOrigin-RevId: 290846481 | |||
2020-01-22 | Merge release-20200115.0-62-g0693fb0 (automated) | gVisor bot | |
2020-01-21 | Merge pull request #1505 from xiaobo55x:fcntl_flags | gVisor bot | |
PiperOrigin-RevId: 290840484 | |||
2020-01-22 | Merge release-20200115.0-60-g45a8edb (automated) | gVisor bot | |
2020-01-21 | Merge pull request #1492 from majek:err_typo_in_netstack_tests | gVisor bot | |
PiperOrigin-RevId: 290840370 | |||
2020-01-22 | Merge release-20200115.0-58-gb3405a7 (automated) | gVisor bot | |
2020-01-21 | Merge pull request #1275 from lubinszARM:pr_ring0_5 | gVisor bot | |
PiperOrigin-RevId: 290839263 | |||
2020-01-21 | Merge release-20200115.0-56-g7e6fbc6 (automated) | gVisor bot | |
2020-01-21 | Add a new TCP stat for current open connections. | Mithun Iyer | |
Such a stat accounts for all connections that are currently established and not yet transitioned to close state. Also fix bug in double increment of CurrentEstablished stat. Fixes #1579 PiperOrigin-RevId: 290827365 | |||
2020-01-21 | Merge release-20200115.0-55-gad1968e (automated) | gVisor bot | |
2020-01-21 | Implement sysfs. | Rahat Mahmood | |
PiperOrigin-RevId: 290822487 | |||
2020-01-21 | Merge release-20200115.0-54-gdc99897 (automated) | gVisor bot | |
2020-01-21 | Add missing verb | Michael Pratt | |
PiperOrigin-RevId: 290821997 | |||
2020-01-21 | Merge release-20200115.0-53-gcbc0a92 (automated) | gVisor bot | |
2020-01-21 | Correct todos referencing IPV6_RECVTCLASS | Ryan Heacock | |
Bug 68320120 was revived because TODOs referenced the IP_RECVTOS bug instead of the IPV6_RECVTCLASS bug. PiperOrigin-RevId: 290820178 | |||
2020-01-21 | Merge release-20200115.0-52-g16694ad (automated) | gVisor bot | |
2020-01-21 | Merge pull request #1274 from lubinszARM:pr_ring0_4 | gVisor bot | |
PiperOrigin-RevId: 290811598 | |||
2020-01-21 | Merge release-20200115.0-50-gd46c397 (automated) | gVisor bot | |
2020-01-21 | Add line break to /proc/net files | Fabricio Voznika | |
Some files were missing the last line break. PiperOrigin-RevId: 290808898 | |||
2020-01-21 | Merge release-20200115.0-49-g2ba6198 (automated) | gVisor bot | |
2020-01-21 | Add syscalls for lgetxattr, fgetxattr, lsetxattr, and fsetxattr. | Dean Deng | |
Note that these simply will use the same logic as getxattr and setxattr, which is not yet implemented for most filesystems. PiperOrigin-RevId: 290800960 | |||
2020-01-21 | Merge release-20200115.0-48-g5f82f09 (automated) | gVisor bot | |
2020-01-21 | Merge pull request #1558 from kevinGC:iptables-write-input-drop | gVisor bot | |
PiperOrigin-RevId: 290793754 | |||
2020-01-21 | Merge release-20200115.0-36-g7e155a1 (automated) | gVisor bot | |
2020-01-21 | Merge pull request #1546 from lubinszARM:pr_syscall_test_proc | gVisor bot | |
PiperOrigin-RevId: 290789087 |