Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2001-07-20 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-07-21 | 1 | -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 McGrath | 1999-11-16 | 1 | -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 McGrath | 1999-07-20 | 1 | -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 Revision | Thomas Bushnell | 1997-04-03 | 1 | -0/+1085 |