aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/io-read.c
Commit message (Collapse)AuthorAgeFilesLines
* 2001-04-08 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-04-121-2/+2
| | | | | | | * io-write.c (diskfs_S_io_write): Make local variable OFF an off_t and not an int. * io-read.c (diskfs_S_io_read): Likewise. * io-stat.c (diskfs_S_io_stat): Use memcpy, not bcopy.
* 1999-12-02 Mark Kettenis <kettenis@gnu.org>Mark Kettenis1999-12-021-15/+17
| | | | | * io-read.c (diskfs_S_io_read): Add braces to silence gcc warning.
* 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-1/+1
| | | | | | | | | * boot-start.c (diskfs_S_exec_startup_get_info): Use mmap instead of vm_allocate. (diskfs_S_fsys_init): Likewise. * file-get-trans.c (diskfs_S_file_get_translator): Likewise. * file-getfh.c (diskfs_S_file_getfh): Likewise. * io-read.c (diskfs_S_io_read): Likewise.
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-031-2/+2
| | | | | | | * file-get-trans.c (diskfs_S_file_get_translator): Use munmap instead of vm_deallocate. * io-read.c (diskfs_S_io_read): Likewise. * protid-rele.c (diskfs_protid_rele): Likewise.
* (diskfs_S_io_read):Miles Bader1997-02-211-3/+26
| | | | Support reading from sylinks.
* (diskfs_S_io_read):Miles Bader1997-02-121-1/+6
| | | | Check OFF for validity and return EINVAL if it's bogus.
* (diskfs_S_io_read): s/ioserver/iohelp/gMichael I. Bushnell1996-05-091-1/+1
|
* Return errors regardless of *DATALEN--reads are all or nothing.Roland McGrath1996-01-051-8/+2
|
* Pass DATALEN read/write to _diskfs_rdwr_internal, andRoland McGrath1996-01-041-9/+15
| | | | return success if any bytes were written.
* (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