Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2001-04-08 Neal H Walfield <neal@cs.uml.edu> | Roland McGrath | 2001-04-12 | 1 | -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 Kettenis | 1999-12-02 | 1 | -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 Bushnell | 1999-07-11 | 1 | -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 Bushnell | 1999-07-03 | 1 | -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 Bader | 1997-02-21 | 1 | -3/+26 |
| | | | | Support reading from sylinks. | ||||
* | (diskfs_S_io_read): | Miles Bader | 1997-02-12 | 1 | -1/+6 |
| | | | | Check OFF for validity and return EINVAL if it's bogus. | ||||
* | (diskfs_S_io_read): s/ioserver/iohelp/g | Michael I. Bushnell | 1996-05-09 | 1 | -1/+1 |
| | |||||
* | 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 |