aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/open.c
Commit message (Expand)AuthorAgeFilesLines
* If we can't open the file, skip devclose() for the exclusive_file_systemMarcel Moolenaar2015-10-081-1/+1
* Provide a means for loaders to control which file system to use. ThisMarcel Moolenaar2014-07-301-9/+23
* Initialize f_rabuf in the raw device case. A subsequent close()Christian Brueffer2009-10-281-0/+1
* Remove California Regent's clause 3, per letterWarner Losh2007-01-091-4/+0
* Add __FBSDID()s to libstandMatthew Dillon2001-09-301-1/+3
* Backout last commit. It was wrong.. *sigh*Paul Saab2000-09-101-1/+0
* include string.h to silence a warning.Paul Saab2000-09-101-0/+1
* Implement readahead buffering for non-raw files. This drastically improvesMike Smith2000-09-051-0/+9
* * Enable old UFS compatibility code for booting from Digital Unix formattedDoug Rabson1998-09-261-1/+1
* This is libstand; a support library for standalone executables (eg. bootstrapMike Smith1998-08-201-0/+137