# # ChangeLog for uspace/srv/fs/devfs/devfs.c in mainline # # Generated by Trac 1.5.4 # 2024-03-28T18:14:06Z 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 ... Fri, 02 Oct 2009 14:03:10 GMT Jakub Jermar [5643a04] * uspace/srv/fs/devfs/devfs.c (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) Cleanup of the file system servers' start up text messages. Sun, 28 Jun 2009 18:59:02 GMT Jakub Jermar [852b801] * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/lib/libc/include/ipc/vfs.h (modified) * uspace/lib/libc/include/sys/stat.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) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) Introduce VFS_IN_FSTAT and VFS_OUT_STAT. Provide libc fstat() and ...