| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-27 | Trusty: Implement write_vectored for stdio | Thalia Archibald | -36/+47 | |
| Currently, `write` for stdout and stderr on Trusty is implemented with the semantics of `write_all`. Instead, call the underlying syscall only once in `write` and use the default implementation of `write_all` like other platforms. Also, implement `write_vectored` by adding support for `IoSlice`. Refactor stdin to reuse the unsupported type like #136769. | ||||
| 2025-03-10 | Update Trusty support to account for recent libstd reorganization | Nicole L | -0/+81 | |
