# # ChangeLog for / in mainline # # Generated by Trac 1.5.4 # 2024-05-11T09:13:29Z Thu, 15 Mar 2012 22:46:18 GMT Jan Vesely [2f4fa79] * uspace/drv/bus/usb/ehci/res.c (modified) ehci: Move handling of extended capabilities to separate function. Thu, 15 Mar 2012 21:22:09 GMT Jan Vesely [39d15f3] * uspace/drv/bus/usb/ehci/res.c (modified) ehci: Remove unused define Thu, 15 Mar 2012 14:39:01 GMT Jan Vesely [fd36d39] * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) ohci: Fix hcca_t structure. That structure was not 256B, looks like ... Thu, 15 Mar 2012 14:30:10 GMT Jan Vesely [0b20937] * uspace/drv/bus/usb/uhci/Makefile (modified) * uspace/drv/bus/usb/uhci/res.c (moved) * uspace/drv/bus/usb/uhci/res.h (moved) * uspace/drv/bus/usb/uhci/uhci.c (modified) uhci: cleanup and rename pci_* helper functions. The functions are ... Thu, 15 Mar 2012 14:15:42 GMT Jan Vesely [5f6d34b] * uspace/drv/bus/usb/ehci/Makefile (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (moved) * uspace/drv/bus/usb/ehci/res.h (moved) ehci: cleanup and rename pci_* helper functions. The functions are ... Thu, 15 Mar 2012 12:03:13 GMT Jan Vesely [8011094] * uspace/drv/bus/usb/ohci/Makefile (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/res.c (moved) * uspace/drv/bus/usb/ohci/res.h (moved) ohci: Rename and cleanup pci_* functions and files. They are not ... Fri, 30 Mar 2012 17:39:25 GMT Jiri Svoboda [d9faae91] * boot/Makefile.build (modified) * boot/generic/src/version.c (modified) * kernel/Makefile (modified) * kernel/generic/src/main/version.c (modified) * uspace/app/getterm/Makefile (modified) * uspace/app/getterm/version.c (modified) * version (modified) Consolidate and update copyright banners. Thu, 29 Mar 2012 21:41:34 GMT Jakub Jermar [bb1b44e] * boot/arch/ia64/src/main.c (modified) Make sure to run inflate() on non-overlapping source and destination ... Thu, 29 Mar 2012 21:41:07 GMT Jakub Jermar [b31f735] * boot/generic/include/memstr.h (modified) * boot/generic/src/memstr.c (modified) Add memmove() to boot. Sun, 25 Mar 2012 19:42:07 GMT Jakub Jermar [9bdf1f2a] * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) No need to be conforming to Unix ls especially when 'r' is unused in ... Sun, 25 Mar 2012 19:37:49 GMT Jakub Jermar [2249e16] * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.h (added) Merge from lp:~vivek-cs-iitr/helenos/ls. Sun, 25 Mar 2012 18:46:13 GMT Vivek Prakash [4567b31c] * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.h (added) add -R (--recursive) option to 'ls' command Sun, 25 Mar 2012 17:42:12 GMT Martin Sucha [e0fe4ab] * contrib/conf/mips32-gx.sh (modified) Update machine type in GXemul launcher script for mips32 Thu, 22 Mar 2012 10:30:51 GMT Martin Decky [059a8e4] * kernel/generic/include/str.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/usb/src/dev.c (modified) rename str_uint64() to str_uint64_t() for better consistency with the ... Wed, 21 Mar 2012 14:17:46 GMT Martin Decky [971cc0cc] * uspace/app/bdsh/cmds/modules/touch/entry.h (modified) * uspace/app/bdsh/cmds/modules/touch/touch.c (modified) * uspace/app/bdsh/cmds/modules/touch/touch.h (modified) * uspace/app/bdsh/cmds/modules/touch/touch_def.h (modified) improve the 'touch' command (based on a patch by Vivek Prakash) * ... Sun, 18 Mar 2012 23:06:05 GMT Martin Sucha [2e533d6f] * kernel/arch/ppc32/src/ppc32.c (modified) Use correct visuals on ppc32 Wed, 14 Mar 2012 15:47:31 GMT Martin Decky [145d16f] * tools/toolchain.sh (modified) bump GCC to 4.6.3, binutils to 2.22, GDB to 7.4 Tue, 13 Mar 2012 15:23:11 GMT Martin Decky [6d123b3] * kernel/arch/mips32/include/context.h (modified) * kernel/arch/mips32/include/stack.h (modified) * kernel/arch/mips32/src/start.S (modified) * kernel/arch/mips64/include/context.h (modified) * kernel/arch/mips64/include/stack.h (modified) * kernel/arch/mips64/src/start.S (modified) * uspace/lib/c/arch/mips32/Makefile.inc (modified) * uspace/lib/c/arch/mips32/include/fibril.h (modified) * uspace/lib/c/arch/mips32/include/stack.h (added) * uspace/lib/c/arch/mips32/src/entry.S (moved) * uspace/lib/c/arch/mips32/src/entryjmp.S (moved) * uspace/lib/c/arch/mips32/src/thread_entry.S (moved) * uspace/lib/c/arch/mips32eb/Makefile.inc (modified) * uspace/lib/c/arch/mips32eb/include/stack.h (added) * uspace/lib/c/arch/mips64/Makefile.inc (modified) * uspace/lib/c/arch/mips64/include/fibril.h (modified) * uspace/lib/c/arch/mips64/include/stack.h (added) * uspace/lib/c/arch/mips64/src/entry.S (moved) * uspace/lib/c/arch/mips64/src/entryjmp.S (moved) * uspace/lib/c/arch/mips64/src/thread_entry.S (moved) respect the o32 ABI when calling C functions from assembler and ... Tue, 13 Mar 2012 14:50:59 GMT Martin Decky [df366b5e] * uspace/lib/c/arch/mips32/src/fibril.S (modified) cstyle Tue, 13 Mar 2012 14:08:45 GMT Martin Decky [a69cb9a] * uspace/lib/c/arch/mips32/src/syscall.c (modified) cstyle Tue, 13 Mar 2012 13:33:58 GMT Martin Decky [34f0448] * uspace/lib/c/arch/mips32/include/atomic.h (modified) cstyle Tue, 13 Mar 2012 13:29:09 GMT Martin Decky [8df9290] * uspace/lib/c/arch/mips32/src/fibril.S (modified) cstyle Tue, 13 Mar 2012 12:54:23 GMT Martin Decky [78a9e5ab] * uspace/lib/c/arch/mips32/include/config.h (modified) cstyle Tue, 13 Mar 2012 12:53:58 GMT Martin Decky [b74e5893] * uspace/lib/c/arch/mips32/include/faddr.h (modified) cstyle Tue, 13 Mar 2012 12:51:01 GMT Martin Decky [c87562ca] * kernel/arch/sparc64/include/context.h (modified) * uspace/lib/c/arch/sparc64/include/fibril.h (modified) cstyle (no change in functionality) Tue, 13 Mar 2012 12:46:52 GMT Martin Decky [8426a44d] * uspace/lib/c/arch/ppc32/include/fibril.h (modified) cstyle (no change in functionality) Tue, 13 Mar 2012 12:41:11 GMT Martin Decky [9971ea7f] * kernel/arch/ia64/include/context.h (modified) * uspace/lib/c/arch/ia64/include/fibril.h (modified) cstyle (no change in functionality) Tue, 13 Mar 2012 12:23:43 GMT Martin Decky [9318afa] * kernel/arch/arm32/include/context.h (modified) * uspace/lib/c/arch/arm32/include/fibril.h (modified) cstyle (no change in functionality) Tue, 13 Mar 2012 11:54:36 GMT Martin Decky [089246ce] * kernel/arch/amd64/include/context.h (modified) * uspace/lib/c/arch/amd64/include/fibril.h (modified) cstyle (no change in functionality) Tue, 13 Mar 2012 11:53:58 GMT Martin Decky [9dae3e97] * kernel/generic/include/context.h (modified) * uspace/lib/c/arch/ia32/include/fibril.h (modified) * uspace/lib/c/include/fibril.h (modified) cstyle (no change in functionality) Mon, 12 Mar 2012 20:30:02 GMT Jakub Jermar [5608deba] * kernel/generic/src/mm/frame.c (modified) Merge from lp:~jakub/helenos/mm. Mon, 12 Mar 2012 20:27:52 GMT Jakub Jermar [2cc7f16] * kernel/generic/src/mm/frame.c (modified) frame_adjust_zone_bounds() needs to handle cases when the physical ... Fri, 02 Mar 2012 17:20:23 GMT Martin Decky [0499235] * uspace/app/sysinfo/sysinfo.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/include/sysinfo.h (modified) add basic support for encoding name/value properties in sysinfo Fri, 02 Mar 2012 16:17:11 GMT Martin Decky [3113d47] * kernel/genarch/src/ofw/ofw_tree.c (modified) export OpenFirmware device node properties using sysinfo Fri, 02 Mar 2012 15:53:49 GMT Martin Decky [196c253] * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) add support for private/instance data also for the other sysinfo ... Fri, 02 Mar 2012 15:32:13 GMT Martin Decky [efb8d15] * kernel/generic/src/sysinfo/sysinfo.c (modified) * uspace/app/sysinfo/sysinfo.c (modified) dump sysinfo in a more compact way Fri, 02 Mar 2012 15:13:36 GMT Martin Decky [71232af] * kernel/genarch/include/ofw/ofw_tree.h (modified) * kernel/genarch/src/ofw/ofw_tree.c (modified) ofw_tree_print() is no longer needed the OFW device tree can be ... Fri, 02 Mar 2012 15:12:01 GMT Martin Decky [de3db94a] * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/genarch/include/ofw/ofw_tree.h (modified) * kernel/genarch/src/ofw/ofw_tree.c (modified) map OpenFirmware device tree into sysinfo Fri, 02 Mar 2012 14:56:14 GMT Martin Decky [dabbe28] * kernel/generic/src/main/main.c (modified) cstyle Fri, 02 Mar 2012 14:55:34 GMT Martin Decky [8b9a443] * kernel/genarch/src/ofw/ofw_tree.c (modified) cstyle Fri, 02 Mar 2012 14:50:42 GMT Martin Decky [76f382b] * kernel/generic/src/sysinfo/sysinfo.c (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/include/sysinfo.h (modified) support for listing sysinfo from uspace Fri, 02 Mar 2012 14:50:25 GMT Martin Decky [560d79f] * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) implement str_nsize, wstr_nsize Fri, 02 Mar 2012 13:55:54 GMT Martin Decky [0030eef] * abi/include/syscall.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) add kernel support for listing sysinfo keys from uspace Thu, 01 Mar 2012 23:22:32 GMT Martin Decky [5869ce0] * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) extend sysinfo generated subtree interface Thu, 01 Mar 2012 22:57:09 GMT Martin Decky [3d23553] * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) cstyle Thu, 01 Mar 2012 13:48:41 GMT Martin Decky [4546fc3] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/mkexfat/Makefile (added) * uspace/app/mkexfat/exfat.h (added) * uspace/app/mkexfat/mkexfat.c (added) * uspace/app/mkexfat/upcase.h (added) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_bitmap.h (modified) * uspace/srv/fs/exfat/exfat_dentry.c (modified) * uspace/srv/fs/exfat/exfat_dentry.h (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) merge mkexfat from Maurizio Lombardi 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. Mon, 27 Feb 2012 12:58:00 GMT Maurizio Lombardi [3df2907] * boot/arch/ia64/src/pal_asm.S (modified) * boot/arch/ia64/src/sal_asm.S (modified) * kernel/arch/ia64/include/asm.h (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/mm/page.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/infrastructure/root/root.c (modified) * uspace/lib/c/arch/ia64/include/ddi.h (modified) Merge mainline changes 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 19:07:39 GMT Jan Vesely [68c60b0] * uspace/drv/char/ps2mouse/ps2mouse.c (modified) ps2mouse: Lower testing message to debug instead of error. If the ... Sun, 26 Feb 2012 20:09:03 GMT Martin Sucha [2b4ae501] * kernel/generic/src/lib/func.c (modified) Fix unused variable warning when CONFIG_DEBUG is enabled and ... Sun, 26 Feb 2012 19:23:51 GMT Martin Sucha [3164e3b] * kernel/generic/src/ddi/ddi.c (modified) Allow mapping reserved physical memory zones to privileged userspace ... 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 23:30:45 GMT Jan Vesely [b64fbc9] * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) uhci: consolidate debug messages 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. Sat, 25 Feb 2012 11:53:49 GMT Jakub Jermar [b40ea02] * kernel/generic/src/ipc/irq.c (modified) Merge from lp:~jakub/helenos/mm. Sat, 25 Feb 2012 11:51:44 GMT Jakub Jermar [3cc070d] * kernel/generic/src/ipc/irq.c (modified) Do not free the IRQ code while holding IRQ spinlocks. 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 Thu, 23 Feb 2012 20:31:55 GMT Jakub Jermar [087768f] * boot/arch/ia64/src/pal_asm.S (modified) * boot/arch/ia64/src/sal_asm.S (modified) * kernel/arch/ia64/include/asm.h (modified) * uspace/lib/c/arch/ia64/include/ddi.h (modified) Merge from lp:~jakub/helenos/ia64-revival. Thu, 23 Feb 2012 20:19:11 GMT Jakub Jermar [c4026aa] * boot/arch/ia64/src/sal_asm.S (modified) Make sal_call() compliant with the ia64 ABI. 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 22:24:37 GMT Jakub Jermar [f31aed5] * boot/arch/ia64/src/pal_asm.S (modified) Make sure PSR.I is cleared before calling PAL. Wed, 22 Feb 2012 22:23:15 GMT Jakub Jermar [314f3a3c] * kernel/arch/ia64/include/asm.h (modified) * uspace/lib/c/arch/ia64/include/ddi.h (modified) Make sure mf.a is issued after each PIO. 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