Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return errors regardless of *DATALEN--reads are all or nothing. | Roland McGrath | 1996-01-05 | 1 | -8/+2 |
| | |||||
* | Pass DATALEN read/write to _diskfs_rdwr_internal, and | Roland McGrath | 1996-01-04 | 1 | -9/+15 |
| | | | | return success if any bytes were written. | ||||
* | (diskfs_S_io_read): Cast MAKREAD to off_t in comparison. | Michael I. Bushnell | 1995-06-09 | 1 | -1/+1 |
| | |||||
* | (diskfs_S_io_read): If the offset is past the end of the file, then | Michael I. Bushnell | 1995-05-12 | 1 | -1/+3 |
| | | | | return EOF. | ||||
* | (diskfs_S_io_read): Implement diskfs_synchronous. | Michael I. Bushnell | 1995-03-17 | 1 | -1/+3 |
| | |||||
* | (diskfs_S_io_read): Don't check for MAXREAD<0. | Roland McGrath | 1994-12-09 | 1 | -7/+1 |
| | |||||
* | Use mach_msg_type_number_t in place of unsigned int and int. | Roland McGrath | 1994-12-09 | 1 | -2/+2 |
| | |||||
* | (diskfs_S_io_read): If OFF is past the end of the file, don't set | Michael I. Bushnell | 1994-11-11 | 1 | -2/+6 |
| | | | | MAXREAD to a negative number; that will crash rdwr_internal. | ||||
* | entered into RCS | Michael I. Bushnell | 1994-07-13 | 1 | -1/+2 |
| | |||||
* | Formerly io-read.c.~5~ | Roland McGrath | 1994-05-05 | 1 | -1/+1 |
| | |||||
* | Formerly io-read.c.~4~ | Michael I. Bushnell | 1994-02-04 | 1 | -6/+4 |
| | |||||
* | Formerly io-read.c.~3~ | Michael I. Bushnell | 1994-02-03 | 1 | -0/+1 |
| | |||||
* | Formerly io-read.c.~2~ | Michael I. Bushnell | 1994-02-03 | 1 | -30/+22 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1994-02-03 | 1 | -0/+85 |