# # ChangeLog for uspace/app/mkexfat/mkexfat.c in mainline # # Generated by Trac 1.6 # 2024-12-13T09:42:13Z Tue, 09 Oct 2012 11:49:43 GMT Jakub Jermar [062d900] * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/proto.c (modified) * uspace/app/trace/proto.h (modified) * uspace/lib/block/block.c (modified) * uspace/lib/block/block.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/hash_set.c (deleted) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/include/adt/hash.h (added) * uspace/lib/c/include/adt/hash_set.h (deleted) * uspace/lib/c/include/adt/hash_table.h (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/macros.h (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_addr_db.h (modified) * uspace/lib/nic/include/nic_wol_virtues.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat.h (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/hid/input/gsp.c (modified) * uspace/srv/hid/input/gsp.h (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_node.c (modified) Cherrypick userspace hash table changes from lp:~adam- ... Thu, 16 Aug 2012 18:40:56 GMT Martin Decky [f73b291] * contrib/arch/uspace/srv/fs/fat/fat.bp (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/ext2info/ext2info.c (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/lib/block/Makefile (modified) * uspace/lib/block/block.c (moved) * uspace/lib/block/block.h (moved) * uspace/lib/ext2/libext2_block_group.h (modified) * uspace/lib/ext2/libext2_directory.h (modified) * uspace/lib/ext2/libext2_filesystem.c (modified) * uspace/lib/ext2/libext2_filesystem.h (modified) * uspace/lib/ext2/libext2_inode.h (modified) * uspace/lib/ext2/libext2_superblock.c (modified) * uspace/lib/ext2/libext2_superblock.h (modified) * uspace/lib/ext4/libext4_bitmap.c (modified) * uspace/lib/ext4/libext4_block_group.h (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/lib/ext4/libext4_inode.c (modified) * uspace/lib/ext4/libext4_inode.h (modified) * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) * uspace/lib/ext4/libext4_types.h (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_fat.h (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) libblock.{c|h} -> block.{c|h} Thu, 01 Mar 2012 08:22:41 GMT Maurizio Lombardi [df4fbe1] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: fix fat clusters allocation bug Wed, 29 Feb 2012 22:03:06 GMT Maurizio Lombardi [8d8ad19] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: raise an error if dev_path == NULL Wed, 29 Feb 2012 21:47:05 GMT Maurizio Lombardi [875bc8b] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: force the user to specify the fs size if we failed to obtain ... Wed, 29 Feb 2012 21:31:04 GMT Maurizio Lombardi [b4b3cb05] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: specify the fs size in sectors, not in bytes. Wed, 29 Feb 2012 18:43:24 GMT Maurizio Lombardi [8efc4c1] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: leave the NAME prefix only on error messages Wed, 29 Feb 2012 18:29:37 GMT Maurizio Lombardi [ebea7acf] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Fill the content of the unused part of the root directory ... Tue, 28 Feb 2012 21:57:27 GMT Maurizio Lombardi [0f22528] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Be sure there is sufficient space to create the filesystem ... Tue, 28 Feb 2012 21:29:42 GMT Maurizio Lombardi [9bbe54f] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: fix a comment. Tue, 28 Feb 2012 20:44:30 GMT Maurizio Lombardi [b6eb5da] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Fix calculation of the total number of clusters on device. Tue, 28 Feb 2012 19:50:42 GMT Maurizio Lombardi [2601383] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: fix comment, code cleaning Mon, 27 Feb 2012 19:48:09 GMT Maurizio Lombardi [d7f09583] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: try to prevent the user from specifying a cluster size too ... Mon, 27 Feb 2012 18:55:23 GMT Maurizio Lombardi [9ce1acf] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Add some printfs about what mkexfat is doing. Mon, 27 Feb 2012 14:13:38 GMT Maurizio Lombardi [e517715] * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkexfat/upcase.h (modified) mkexfat: add the copyright header to upcase.h Mon, 27 Feb 2012 14:03:19 GMT Maurizio Lombardi [31718d1] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Fix an error message. Sun, 26 Feb 2012 22:06:42 GMT Maurizio Lombardi [09c954b] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Bug fixes - Fix the number of data clusters. - Set the ... Sun, 26 Feb 2012 20:00:13 GMT Maurizio Lombardi [aa37d6f] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Fix comment, add description on top of function ... Sun, 26 Feb 2012 19:45:02 GMT Maurizio Lombardi [00af658] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: let the user specify the cluster size in Kb, not in bytes. Sun, 26 Feb 2012 19:35:13 GMT Maurizio Lombardi [ef144ef] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Improvements and bug fixes - The user now can specify the ... Sun, 26 Feb 2012 16:48:54 GMT Maurizio Lombardi [e04bfbf0] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Fix compile error on 32-bit architectures Sun, 26 Feb 2012 15:25:20 GMT Maurizio Lombardi [528acda] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: cstyle Sun, 26 Feb 2012 13:05:51 GMT Maurizio Lombardi [8271ae37] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Move checksum sectors initialization outside the Extended ... Sun, 26 Feb 2012 12:48:35 GMT Maurizio Lombardi [ff415f62] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Fix the extended boot sector initialization. Sat, 25 Feb 2012 14:53:21 GMT Maurizio Lombardi [da34d61d] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Write the root directory entries to disk. Sat, 25 Feb 2012 13:44:27 GMT Maurizio Lombardi [392bd67c] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: add function that computes the checksum value of the upcase ... Sat, 25 Feb 2012 13:17:32 GMT Maurizio Lombardi [ba55c194] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: fix comment. Fri, 24 Feb 2012 23:11:27 GMT Maurizio Lombardi [b200230] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Add some comments, code cleaning Fri, 24 Feb 2012 22:59:51 GMT Maurizio Lombardi [3467821] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: performance improvement, reset the buffer's content only if ... Fri, 24 Feb 2012 22:52:50 GMT Maurizio Lombardi [552efe3] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Fix memory access bug in the upcase_table_write() function. Fri, 24 Feb 2012 22:21:29 GMT Maurizio Lombardi [89a0a827] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: write the upcase table to disk Fri, 24 Feb 2012 21:50:48 GMT Maurizio Lombardi [557e5b13] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: write the rootdir cluster index to the boot sector Fri, 24 Feb 2012 21:39:27 GMT Maurizio Lombardi [69f9cf5] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Allocate a cluster for the root directory entry also, fix ... Fri, 24 Feb 2012 21:30:20 GMT Maurizio Lombardi [78de7be2] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Add function to allocate chains of clusters, alloc clusters ... Fri, 24 Feb 2012 09:28:47 GMT Maurizio Lombardi [7f381e5] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: rename fat_write to fat_initialize. Fri, 24 Feb 2012 08:36:02 GMT Maurizio Lombardi [a69e396] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: take into account the size of the upcase table when ... Fri, 24 Feb 2012 08:20:28 GMT Maurizio Lombardi [cbd8a72] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: fix bug in the bitmap creation code Wed, 22 Feb 2012 23:11:06 GMT Maurizio Lombardi [367014a] * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkexfat/upcase.h (added) mkexfat: Add the up-case unicode conversion table. Wed, 22 Feb 2012 21:42:36 GMT Maurizio Lombardi [6aeab59c] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Initialize the allocation bitmap. Wed, 22 Feb 2012 20:28:18 GMT Maurizio Lombardi [b0fecad] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Fix FAT initialization - Allocate clusters for the Root ... Wed, 22 Feb 2012 19:43:46 GMT Maurizio Lombardi [3938375] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Fix comments and structure names Tue, 21 Feb 2012 22:06:17 GMT Maurizio Lombardi [9587b37] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: cstyle Tue, 21 Feb 2012 21:56:11 GMT Maurizio Lombardi [dabe1664] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Initialize the main extended boot sector and the checksum block Tue, 21 Feb 2012 20:02:38 GMT Maurizio Lombardi [55dbaeb] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Initialize and write the Main Extended Boot Sector to disk. Tue, 21 Feb 2012 19:38:19 GMT Maurizio Lombardi [e15f4d5] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Try to keep the FAT size under 64 Mb Sun, 19 Feb 2012 20:32:49 GMT Maurizio Lombardi [207ad8bd] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: starts the loop counter from 1, not from zero (the first FAT ... Sun, 19 Feb 2012 20:30:56 GMT Maurizio Lombardi [69c4172] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: fix FAT initialization Sun, 19 Feb 2012 20:27:13 GMT Maurizio Lombardi [50e754e] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Initialize the FAT vector, vbr-backup starts at sector 12. Sun, 19 Feb 2012 17:45:56 GMT Maurizio Lombardi [3f6d4ea] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: write the VBR and the VBR-backup on disk. Sun, 19 Feb 2012 16:28:51 GMT Maurizio Lombardi [6cf9aeb] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: superblock initialization is now completed - Added a ... Sat, 18 Feb 2012 19:53:40 GMT Maurizio Lombardi [f8973122] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: move volume_start field initialization to the appropriate place. Sat, 18 Feb 2012 18:32:39 GMT Maurizio Lombardi [5dbd696] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: compute the total FAT size Sat, 18 Feb 2012 15:44:21 GMT Maurizio Lombardi [ffee7bf] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: compute the cluster size needed to index the entire device, ... Thu, 16 Feb 2012 22:14:42 GMT Maurizio Lombardi [9744f2d] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: - Get the total number of blocks of the device. - Add ... Tue, 14 Feb 2012 21:33:55 GMT Maurizio Lombardi [116cb91] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: get the service id and read the device sector size. Tue, 14 Feb 2012 20:24:47 GMT Maurizio Lombardi [dd22cc4] * uspace/app/mkexfat/Makefile (added) * uspace/app/mkexfat/exfat.h (added) * uspace/app/mkexfat/mkexfat.c (added) Add initial mkexfat implementation