aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/read.c
Commit message (Collapse)AuthorAgeFilesLines
* Add __FBSDID()s to libstandMatthew Dillon2001-09-301-1/+3
| | | | Notes: svn path=/head/; revision=84221
* Implement readahead buffering for non-raw files. This drastically improvesMike Smith2000-09-051-21/+54
| | | | | | | | | | | | the efficiency of byte-by-byte read operations on filesystems not already supported by the block cache (especially NFS). This should be a welcome change for users booting via PXE, as the loader now reads its startup files almost instantly, instead of taking tens of seconds. Notes: svn path=/head/; revision=65470
* This is libstand; a support library for standalone executables (eg. bootstrapMike Smith1998-08-201-0/+96
modules). Obtained from: NetBSD, with some architectural changes and many additions. Notes: svn path=/cvs2svn/branches/MSMITH/; revision=38451