aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/io-read.c
Commit message (Collapse)AuthorAgeFilesLines
* (diskfs_S_io_read): Cast MAKREAD to off_t in comparison.Michael I. Bushnell1995-06-091-1/+1
|
* (diskfs_S_io_read): If the offset is past the end of the file, thenMichael I. Bushnell1995-05-121-1/+3
| | | | return EOF.
* (diskfs_S_io_read): Implement diskfs_synchronous.Michael I. Bushnell1995-03-171-1/+3
|
* (diskfs_S_io_read): Don't check for MAXREAD<0.Roland McGrath1994-12-091-7/+1
|
* Use mach_msg_type_number_t in place of unsigned int and int.Roland McGrath1994-12-091-2/+2
|
* (diskfs_S_io_read): If OFF is past the end of the file, don't setMichael I. Bushnell1994-11-111-2/+6
| | | | MAXREAD to a negative number; that will crash rdwr_internal.
* entered into RCSMichael I. Bushnell1994-07-131-1/+2
|
* Formerly io-read.c.~5~Roland McGrath1994-05-051-1/+1
|
* Formerly io-read.c.~4~Michael I. Bushnell1994-02-041-6/+4
|
* Formerly io-read.c.~3~Michael I. Bushnell1994-02-031-0/+1
|
* Formerly io-read.c.~2~Michael I. Bushnell1994-02-031-30/+22
|
* Initial revisionMichael I. Bushnell1994-02-031-0/+85