Audio (111) Datatype (15) Demo (64) Development (259) Document (69) Driver (19) Emulation (67) Game (559) Graphics (232) Library (23) Network (65) Office (22) Utility (289) Video (19)
Total files: 1813
Full index file Recent index file
Part of Aros World Exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] Filesysbox.library is a FUSE compatible file system layer originally developed
by Leif Salomonsson. It manages locks, notifications, file handles, packets,
update timeouts and more, freeing the file system of these jobs. Version 0.730
of the library was released as open source and was used as a basis for this
version.
Fix
FbxCollectLock() now overwrites fl_Volume with a BPTR to the lockhandler's
own volume structure instead of leaving it pointing to freed memory.
Added the new FbxDismount command for cleanly unmounting FUSE file systems.
Installation:
Copy Libs/filesysbox.library LIBS:
Source code:
The source code for current and older versions is available under APL license
on github:
https://github.com/salass00/filesysbox
Changes:
For a list of changes in this and earlier versions see the releasenotes file.
|