aboutsummaryrefslogtreecommitdiff
path: root/storeio/dev.c
Commit message (Collapse)AuthorAgeFilesLines
* Add braces to silence gcc warnings.Roland McGrath1998-10-201-11/+13
|
* (dev_open):Miles Bader1996-09-231-5/+5
| | | | | | Remove CLASSES argument to store_parsed_open. (dev_buf_fill, dev_read, dev_write): Use void * buffers.
* (dev_rw): Return EINVAL instead of EIO for too-large offsets.Miles Bader1996-09-141-12/+1
| | | | | (dev_open, dev_close): Remove ifdef'd-out code for allocating DEV's buffer with valloc; other things depend on it being vm_allocated.
* Initial checkinMiles Bader1996-09-081-0/+414