| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-11-08 | std: Change how EBADF is handled in `sys` | Alex Crichton | -1/+4 | |
| This commit removes the reexport of `EBADF_ERR` as a constant from libstd's portability facade, instead opting for a platform-specific function that specifically queries an `io::Error`. Not all platforms may have a constant for this, so it makes the intent a little more clear that a code need not be supplied, just an answer to a query. | ||||
| 2017-06-20 | Add `Read::initializer`. | Steven Fackler | -7/+0 | |
| This is an API that allows types to indicate that they can be passed buffers of uninitialized memory which can improve performance. | ||||
| 2016-11-28 | Commit to fix make tidy | Jeremy Soller | -1/+1 | |
| 2016-11-28 | Move stdout/err flush into sys | Jeremy Soller | -1/+1 | |
| 2016-11-28 | Switch to using syscall crate directly - without import | Jeremy Soller | -10/+9 | |
| 2016-11-10 | Fixes for stdio and processes on Redox | Jeremy Soller | -1/+13 | |
| 2016-11-03 | Update to new sys requirements | Jeremy Soller | -0/+1 | |
| 2016-10-27 | Add redox system | Jeremy Soller | -0/+69 | |
