summaryrefslogtreecommitdiffstats
path: root/lib/libstand/dosfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Add __FBSDID()s to libstanddillon2001-09-301-2/+3
|
* Add a readdir function to the loader fsops vector, and implement thejlemon2000-04-291-1/+10
| | | | functionality for some of the filesystesms.
* More egcs warning fixes:imp1999-04-251-2/+4
| | | | | | | | | | o use braces to avoid potentially ambiguous else o don't default to type int (and also remove a useless register modifier). o Use parens around assignment values used as truth values. o Remove unused function. Reviewed by: obrien and chuckr
* Enable the DOS filesystem. This allows reading from various DOS filesystemsmsmith1998-10-061-2/+2
| | | | | | | (FAT12/16/32, VFAT). Make a private copy of strcasecmp, as the "real" one uses the system ctype header, which introduces locale poisoning.
* Add support for reading directories as files.rnordier1998-08-271-26/+59
| | | | Sort out fs_ops, alloc/free.
* This is libstand; a support library for standalone executables (eg. bootstrapmsmith1998-08-201-0/+660
modules). Obtained from: NetBSD, with some architectural changes and many additions.
OpenPOWER on IntegriCloud