Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-27 | Merge release-20200518.0-45-g0bc022b7 (automated) | gVisor bot | |
2020-05-11 | Merge release-20200422.0-62-gc52195d (automated) | gVisor bot | |
2020-05-10 | Stop avoiding preadv2 and pwritev2, and add them to the filters. | Nicolas Lacasse | |
Some code paths needed these syscalls anyways, so they should be included in the filters. Given that we depend on these syscalls in some cases, there's no real reason to avoid them any more. PiperOrigin-RevId: 310829126 | |||
2020-05-07 | Merge release-20200422.0-51-g1f4087e (automated) | gVisor bot | |
2020-04-23 | Merge release-20200323.0-219-ge0c6701 (automated) | gVisor bot | |
2020-04-23 | Factor fsimpl/gofer.host{Preadv,Pwritev} out of fsimpl/gofer. | Jamie Liu | |
Also fix returning EOF when 0 bytes are read. PiperOrigin-RevId: 308089875 |