# # ChangeLog for uspace/app/mkmfs/mkmfs.c in mainline # # Generated by Trac 1.6 # 2024-10-19T07:31:32Z Sat, 08 Oct 2011 12:48:12 GMT Maurizio Lombardi [5726a1a3] * uspace/app/mkmfs/mkmfs.c (modified) mkmfs improvements: - Be more verbose. - num_of_set_bits() is not ... Tue, 06 Sep 2011 20:03:31 GMT Maurizio Lombardi [fb7e5a9a] * boot/Makefile.common (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/block/libblock.h (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/cdfs/Makefile (added) * uspace/srv/fs/cdfs/cdfs.c (added) * uspace/srv/fs/cdfs/cdfs.h (added) * uspace/srv/fs/cdfs/cdfs_endian.h (added) * uspace/srv/fs/cdfs/cdfs_ops.c (added) * uspace/srv/fs/cdfs/cdfs_ops.h (added) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/loc/loc.c (modified) merge mainline changes Tue, 06 Sep 2011 20:00:07 GMT Maurizio Lombardi [7a46bfe] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/mkmfs/Makefile (moved) * uspace/app/mkmfs/mkmfs.c (moved) * uspace/srv/fs/mfs/Makefile (moved) * uspace/srv/fs/mfs/mfs.c (moved) * uspace/srv/fs/mfs/mfs.h (moved) * uspace/srv/fs/mfs/mfs_balloc.c (moved) * uspace/srv/fs/mfs/mfs_dentry.c (moved) * uspace/srv/fs/mfs/mfs_inode.c (moved) * uspace/srv/fs/mfs/mfs_ops.c (moved) * uspace/srv/fs/mfs/mfs_rw.c (moved) * uspace/srv/fs/mfs/mfs_utils.c (moved) Rename mkminix --> mkmfs Rename the directory minixfs --> mfs