aboutsummaryrefslogtreecommitdiff
path: root/serverboot/ffs_file_io.c
Commit message (Collapse)AuthorAgeFilesLines
* 2001-07-20 Roland McGrath <roland@frob.com>Roland McGrath2001-07-211-1/+1
| | | | | | | * panic.c: Fix obsolescent #endif syntax. * ext2_file_io.c: Likewise. * disk_inode_ffs.h: Likewise. * ffs_file_io.c: Likewise.
* 1999-11-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-11-161-1/+1
| | | | | | * ffs_file_io.c (ffs_open_file): Use memmove instead of ovbcopy. * ext2_file_io.c (ext2_open_file): Likewise. * strfcns.c (ovbcopy): Function removed.
* 1999-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-201-116/+0
| | | | | | | | | * ext2_file_io.c, ffs_file_io.c, minix_file_io.c: Remove fs-specific routines *_page_{read,write}_file_direct. Moved to ... * file_io.c (page_read_file_direct, page_write_file_direct): Don't call fs-specific routine, these are not fs-specific. Instead, replaced with former fs-specific routines (which were all identical). Read and write more than a fs block when disk blocks are contiguous.
* Initial RevisionThomas Bushnell1997-04-031-0/+1085