# # ChangeLog for trunk/include/iprt/filesystem.h in vbox # # Generated by Trac 1.4.3.2 # Feb 25, 2025 6:37:36 PM Fri, 01 Jun 2012 17:29:05 GMT vboxsync [41549] * trunk/include/iprt/filesystem.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/vfs.h (modified) * trunk/include/iprt/vfslowlevel.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/dvm/dvm.cpp (modified) * trunk/src/VBox/Runtime/common/dvm/dvmbsdlabel.cpp (modified) * trunk/src/VBox/Runtime/common/dvm/dvmgpt.cpp (modified) * trunk/src/VBox/Runtime/common/dvm/dvmmbr.cpp (modified) * trunk/src/VBox/Runtime/common/dvm/dvmvfs.cpp (modified) * trunk/src/VBox/Runtime/common/filesystem/filesystem.cpp (modified) * trunk/src/VBox/Runtime/common/filesystem/filesystemext.cpp (modified) * trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp (modified) * trunk/src/VBox/Runtime/include/internal/dvm.h (modified) * trunk/src/VBox/Runtime/include/internal/filesystem.h (modified) * trunk/src/VBox/Runtime/include/internal/magics.h (modified) * trunk/src/VBox/Runtime/testcase/tstRTFilesystem.cpp (modified) VFS/Filesystem: Convert the filesystem specific code to the VFS ... Wed, 08 Feb 2012 11:17:06 GMT vboxsync [40036] * trunk/include/iprt/filesystem.h (added) Runtime: export new filesystem code.