Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-14 | Merge release-20200422.0-300-g64afaf0 (automated) | gVisor bot | |
2020-05-13 | Fix runsc association of gofers and FDs on VFS2. | Jamie Liu | |
Updates #1487 PiperOrigin-RevId: 311443628 | |||
2020-05-13 | Merge release-20200422.0-296-g18cb3d2 (automated) | gVisor bot | |
2020-05-13 | Use VFS2 mount names | Fabricio Voznika | |
Updates #1487 PiperOrigin-RevId: 311356385 | |||
2020-05-13 | Merge release-20200422.0-294-g305f786 (automated) | gVisor bot | |
2020-05-12 | Adjust a few log messages | Fabricio Voznika | |
PiperOrigin-RevId: 311234146 | |||
2020-05-07 | Merge release-20200422.0-45-g16da7e7 (automated) | gVisor bot | |
2020-05-07 | Update privateunixsocket TODOs. | Dean Deng | |
Synthetic sockets do not have the race condition issue in VFS2, and we will get rid of privateunixsocket as well. Fixes #1200. PiperOrigin-RevId: 310386474 | |||
2020-05-04 | Merge release-20200422.0-19-g0a307d0 (automated) | gVisor bot | |
2020-05-04 | Mount VSFS2 filesystem using root credentials | Fabricio Voznika | |
PiperOrigin-RevId: 309787938 | |||
2020-05-04 | Merge release-20200422.0-16-gcbc5bef (automated) | gVisor bot | |
2020-05-04 | Add TTY support on VFS2 to runsc | Fabricio Voznika | |
Updates #1623, #1487 PiperOrigin-RevId: 309777922 | |||
2020-04-25 | Merge release-20200323.0-248-g15a822a (automated) | gVisor bot | |
2020-04-24 | VFS2: Get HelloWorld image tests to pass with VFS2 | Zach Koopmans | |
This change includes: - Modifications to loader_test.go to get TestCreateMountNamespace to pass with VFS2. - Changes necessary to get TestHelloWorld in image tests to pass with VFS2. This means runsc can run the hello-world container with docker on VSF2. Note: Containers that use sockets will not run with these changes. See "//test/image/...". Any tests here with sockets currently fail (which is all of them but HelloWorld). PiperOrigin-RevId: 308363072 | |||
2020-04-23 | Merge release-20200323.0-225-g5042ea7 (automated) | gVisor bot | |
2020-04-23 | Add vfs.MkdirOptions.ForSyntheticMountpoint. | Jamie Liu | |
PiperOrigin-RevId: 308143529 | |||
2020-04-17 | Merge release-20200323.0-177-g12bde95 (automated) | gVisor bot | |
2020-04-17 | Get /bin/true to run on VFS2 | Zach Koopmans | |
Included: - loader_test.go RunTest and TestStartSignal VFS2 - container_test.go TestAppExitStatus on VFS2 - experimental flag added to runsc to turn on VFS2 Note: shared mounts are not yet supported. PiperOrigin-RevId: 307070753 |