| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-10-16 | Take sys/vxworks/{fd,fs,io} from sys/unix instead. | Mara Bos | -624/+0 | |
| 2020-10-09 | unix/vxworks: make DirEntry slightly smaller | Josh Stone | -4/+3 | |
| `DirEntry` contains a `ReadDir` handle, which used to just be a wrapper on `Arc<InnerReadDir>`. Commit af75314ecdbc5 added `end_of_stream: bool` which is not needed by `DirEntry`, but adds 8 bytes after padding. We can let `DirEntry` have an `Arc<InnerReadDir>` directly to avoid that. | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+625 | |
