Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-04-05 | Disable VFS routines if no libdl available. | Tim Potter | 1 | -3/+6 | |
(This used to be commit cbfd8a8990b4d06d0c866274e7d28e4a5e384686) | |||||
1999-04-04 | Wrote VFS initialisation routines. | Tim Potter | 1 | -0/+407 | |
Converted some useful routines from doscalls.c and changed them to use VFS I/O functions: dos_file_exist dos_read_data dos_write_data dos_transfer_file dos_readdirname Some of these functions have been #ifdef'ed out of doscalls.c as they are not used anywhere else. Not sure whether they should be deleted or not. The remaining dos_* calls seem to be used by clients and for locking stuff. This should be cleaned up sometime. (This used to be commit ddde0ab9a1e1b90c2a96103721056eb035dcd49d) |