summaryrefslogtreecommitdiff
path: root/lib/libstand/open.c
Commit message (Collapse)AuthorAgeFilesLines
* Backout last commit. It was wrong.. *sigh*Paul Saab2000-09-101-1/+0
| | | | Notes: svn path=/head/; revision=65655
* include string.h to silence a warning.Paul Saab2000-09-101-0/+1
| | | | Notes: svn path=/head/; revision=65654
* Implement readahead buffering for non-raw files. This drastically improvesMike Smith2000-09-051-0/+9
| | | | | | | | | | | | 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
* * Enable old UFS compatibility code for booting from Digital Unix formattedDoug Rabson1998-09-261-1/+1
| | | | | | | | | | disks. * Fix a whole raft of warnings, printf and otherwise. * Make zalloc work for alpha (just a case of using the right typedef). * Add some (disabled) malloc debug printing to stand.h. Notes: svn path=/head/; revision=39672
* This is libstand; a support library for standalone executables (eg. bootstrapMike Smith1998-08-201-0/+137
modules). Obtained from: NetBSD, with some architectural changes and many additions. Notes: svn path=/cvs2svn/branches/MSMITH/; revision=38451