Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-21 | 2001-07-20 Roland McGrath <roland@frob.com> | Roland McGrath | |
* panic.c: Fix obsolescent #endif syntax. * ext2_file_io.c: Likewise. * disk_inode_ffs.h: Likewise. * ffs_file_io.c: Likewise. | |||
1999-11-16 | 1999-11-16 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* 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 | 1999-07-20 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* 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. | |||
1997-04-03 | Initial Revision | Thomas Bushnell | |