aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/dosfs.c
Commit message (Expand)AuthorAgeFilesLines
* Unused variables and cstyle fix for loader dosfsToomas Soome2016-08-261-4/+4
* A new implementation of the loader block cacheAllan Jude2016-04-181-79/+148
* Spin the twiddle in dosfs to give visual feedback for disk I/O onJohn Baldwin2015-03-121-1/+2
* Fix readdir for the root directory on a FAT32 file system. The rootMarcel Moolenaar2013-12-191-5/+13
* Support long filenames.Marcel Moolenaar2013-12-181-13/+24
* - Comment out unused variable.Craig Rodrigues2011-05-031-2/+2
* Implement the fo_readdir method. This does not support longMarcel Moolenaar2010-01-091-1/+68
* Don't add integers to void pointers.Stefan Farfeleder2004-10-031-1/+1
* Clean up error handling in libstand filesystem code to be more consistent:John Baldwin2004-01-211-1/+4
* Add __FBSDID()s to libstandMatthew Dillon2001-09-301-2/+3
* Add a readdir function to the loader fsops vector, and implement theJonathan Lemon2000-04-291-1/+10
* More egcs warning fixes:Warner Losh1999-04-251-2/+4
* Enable the DOS filesystem. This allows reading from various DOS filesystemsMike Smith1998-10-061-2/+2
* Add support for reading directories as files.Robert Nordier1998-08-271-26/+59
* This is libstand; a support library for standalone executables (eg. bootstrapMike Smith1998-08-201-0/+660