aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/io-read.c
Commit message (Expand)AuthorAgeFilesLines
* libdiskfs: catch mmap failureSamuel Thibault2025-01-111-0/+1
* Fix types of read write and readables methodsEtienne Brateau2022-08-291-1/+1
* Use the data_t type defined in hurd_types.h.Flavio Cruz2019-09-011-1/+1
* Switch from cthreads to pthreadsRichard Braun2012-11-271-3/+3
* 2001-04-08 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-04-121-2/+2
* 1999-12-02 Mark Kettenis <kettenis@gnu.org>Mark Kettenis1999-12-021-15/+17
* 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-1/+1
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-031-2/+2
* (diskfs_S_io_read):Miles Bader1997-02-211-3/+26
* (diskfs_S_io_read):Miles Bader1997-02-121-1/+6
* (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
* (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
* (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
* 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