# # ChangeLog for uspace/app/filegen in mainline # # Generated by Trac 1.6 # 2025-10-31T06:46:15Z Mon, 27 Jun 2011 18:14:18 GMT Oleg Romanenko [c4bbca8] * uspace/app/filecrc/crc32.c (modified) * uspace/app/filecrc/crc32.h (modified) * uspace/app/filecrc/filecrc.c (modified) * uspace/app/filegen/crc32.c (modified) * uspace/app/filegen/crc32.h (modified) * uspace/app/filegen/filegen.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_directory.h (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) Add copyrights Sun, 12 Jun 2011 09:45:17 GMT Oleg Romanenko [b9060a83] * uspace/app/filegen/filegen.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) Fix bug in fat_get_cluster_fat12 and fat_set_cluster_fat12: offset ... Sun, 12 Jun 2011 05:50:08 GMT Oleg Romanenko [b12edd1] * uspace/app/filegen/crc32.c (added) * uspace/app/filegen/crc32.h (added) crc32.h and crc32.c files for filegen utility Sun, 12 Jun 2011 05:29:50 GMT Oleg Romanenko [7a819535] * uspace/app/filegen/Makefile (modified) * uspace/app/filegen/filegen.c (modified) * uspace/srv/fs/fat/fat_directory.c (modified) Add crc32 calculation to filegen utility. Tue, 24 May 2011 20:12:30 GMT Oleg Romanenko [a1467102] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/filecrc/Makefile (added) * uspace/app/filecrc/crc32.c (added) * uspace/app/filecrc/crc32.h (added) * uspace/app/filecrc/filecrc.c (added) * uspace/app/filegen/Makefile (added) * uspace/app/filegen/filegen.c (added) 1. Add utility to calculate CRC32 for a file(s): filecrc 2. Add ...