# # ChangeLog for uspace/srv/fs/tmpfs/tmpfs.c in mainline # # Generated by Trac 1.5.4 # 2024-05-17T06:05:01Z Mon, 25 Jan 2010 21:55:09 GMT Jakub Jermar [3c11713] * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/devfs/devfs.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/fs/devfs/devfs_ops.h (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Add dummy libfs unmount support and change all file systems to use ... Fri, 02 Oct 2009 14:09:43 GMT Jakub Jermar [bbddafb] * uspace/srv/fs/devfs/devfs.c (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) Make the file systems set the task return value so that the user gets ...