# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-11-01T02:31:53Z Wed, 04 Apr 2012 17:00:23 GMT Maurizio Lombardi [8354ca6] * uspace/app/date/date.c (modified) date: Do not use devman_* functions to connect to the device Tue, 03 Apr 2012 19:44:05 GMT Maurizio Lombardi [f7a0779] * uspace/app/date/date.c (modified) date: cstyle Tue, 03 Apr 2012 19:07:29 GMT Maurizio Lombardi [aa04e81] * uspace/app/date/date.c (modified) date: date/time format fixes Tue, 03 Apr 2012 19:07:05 GMT Maurizio Lombardi [fc7d28e] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) rtc: driver improvements - Fix bcd mode detection - Check if the ... Tue, 03 Apr 2012 18:42:36 GMT Maurizio Lombardi [a408d5f] * uspace/app/date/date.c (modified) date: remove some debug messages Tue, 03 Apr 2012 15:12:44 GMT Maurizio Lombardi [eccdc9e2] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) rtc: fixme, bcd_mode is not correctly detected Tue, 03 Apr 2012 15:11:50 GMT Maurizio Lombardi [d73a56d] * uspace/app/date/date.c (modified) date: display current hour, minute and second Tue, 03 Apr 2012 15:01:31 GMT Maurizio Lombardi [9f1328cd] * uspace/app/date/date.c (modified) date: try to connect and read from the device Tue, 03 Apr 2012 15:01:03 GMT Maurizio Lombardi [aeef318a] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) rtc: Fix the previous commit Tue, 03 Apr 2012 15:00:34 GMT Maurizio Lombardi [9923afb] * uspace/lib/drv/include/ops/clock_dev.h (moved) rtc: rename ops/clock.h to ops/clock_dev.h Tue, 03 Apr 2012 14:59:59 GMT Maurizio Lombardi [33b9dcb] * uspace/lib/drv/Makefile (modified) rtc: update the lib/drv Makefile to include the remote_clock interface Tue, 03 Apr 2012 14:59:21 GMT Maurizio Lombardi [20ebab6f] * uspace/lib/drv/generic/dev_iface.c (modified) rtc: add the remote clock interface to the dev_iface list Tue, 03 Apr 2012 14:58:25 GMT Maurizio Lombardi [59e92f62] * uspace/lib/drv/generic/remote_clock_dev.c (added) * uspace/lib/drv/include/remote_clock_dev.h (added) rtc: add the remote clock interface (time_get() not supported yet). Tue, 03 Apr 2012 13:05:01 GMT Maurizio Lombardi [d982e19] * boot/Makefile.common (modified) date: add the date application to the boot Makefile Tue, 03 Apr 2012 13:04:37 GMT Maurizio Lombardi [68c7516] * uspace/app/date/date.c (modified) date: Fix devpath reading Tue, 03 Apr 2012 12:50:56 GMT Maurizio Lombardi [02b38730] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/clock_dev.c (added) * uspace/lib/c/include/device/clock_dev.h (added) rtc: add the clock_dev_time_get() implementation to libc Tue, 03 Apr 2012 12:49:27 GMT Maurizio Lombardi [fd37139d] * uspace/Makefile (modified) date: add the date app to the uspace Makefile Tue, 03 Apr 2012 12:48:41 GMT Maurizio Lombardi [cf00f2e4] * uspace/app/date/date.c (modified) date: get the list of available clock devices from the loc service Tue, 03 Apr 2012 11:41:47 GMT Maurizio Lombardi [cca5c8d] * uspace/app/date/Makefile (added) * uspace/app/date/date.c (added) rtc: add skeleton of the new "date" application. Tue, 03 Apr 2012 11:39:20 GMT Maurizio Lombardi [05ed9d7] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) rtc: count the months starting from 0, not from 1 Tue, 03 Apr 2012 10:23:48 GMT Maurizio Lombardi [db8d552] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) rtc: read the time from the rtc: - Perform the read in the ... Tue, 03 Apr 2012 10:21:43 GMT Maurizio Lombardi [d9c11eed] * uspace/drv/time/cmos-rtc/cmos-regs.h (modified) rtc: add the "status B" register address to the list of CMOS ... Tue, 03 Apr 2012 10:20:21 GMT Maurizio Lombardi [9e06e9f] * uspace/lib/c/include/sys/time.h (modified) rtc: add the month field to the tm structure Tue, 03 Apr 2012 09:37:56 GMT Maurizio Lombardi [3b79ba5] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) rtc: add a function to read a generic register from the CMOS memory Tue, 03 Apr 2012 09:15:30 GMT Maurizio Lombardi [f30ee571] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) rtc: add the rtc_update_in_progress() function Tue, 03 Apr 2012 09:14:37 GMT Maurizio Lombardi [010341d] * uspace/drv/time/cmos-rtc/cmos-regs.h (added) rtc: add the cmos registers addresses. Tue, 03 Apr 2012 08:22:35 GMT Maurizio Lombardi [2a5171db] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) rtc: add the rtc_close() callback. Tue, 03 Apr 2012 08:10:43 GMT Maurizio Lombardi [923b2eba] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) rtc: add the rtc_open() callback Tue, 03 Apr 2012 07:51:15 GMT Maurizio Lombardi [8d2963d] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/drv/include/ops/clock.h (modified) rtc: replace time_t with the new tm structure Sun, 01 Apr 2012 21:02:17 GMT Maurizio Lombardi [28ca043f] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) RTC: raise an error if the I/O range assigned to the device is too small. Sun, 01 Apr 2012 20:19:01 GMT Maurizio Lombardi [4b44de57] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) RTC: invoke the cleanup function in case of errors Sun, 01 Apr 2012 19:32:06 GMT Maurizio Lombardi [0883de8] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) RTC: add the driver to the "clock" category; add a function to enable ... Sun, 01 Apr 2012 19:30:37 GMT Maurizio Lombardi [557b7b3] * uspace/srv/loc/loc.c (modified) RTC: add new category "clock". Sat, 31 Mar 2012 11:37:04 GMT Maurizio Lombardi [c47f1b6] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) RTC: read the I/O address assigned to the device. Sat, 31 Mar 2012 09:57:15 GMT Maurizio Lombardi [9d5003e0] * uspace/drv/bus/isa/isa.dev (modified) RTC: add the cmos-rtc driver to the isa.dev list Sat, 31 Mar 2012 09:56:45 GMT Maurizio Lombardi [5ef13847] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/time/cmos-rtc/Makefile (added) * uspace/drv/time/cmos-rtc/cmos-rtc.c (moved) * uspace/drv/time/cmos-rtc/cmos-rtc.ma (added) RTC: move the rtc driver under drv/time/cmos-rtc Fri, 30 Mar 2012 20:35:50 GMT Maurizio Lombardi [b3db669] * uspace/drv/time/rtc.c (modified) RTC: Initial implementation of the rtc_dev_initialize() function Fri, 30 Mar 2012 13:44:15 GMT Maurizio Lombardi [0b8a3e7] * uspace/drv/time/rtc.c (modified) RTC: Add some comments on top of rtc_time_get() and rtc_time_set() ... Fri, 30 Mar 2012 13:24:02 GMT Maurizio Lombardi [6b329749] * uspace/drv/time/rtc.c (modified) RTC: add a fibril mutex to synchronize the access to the real time ... Fri, 30 Mar 2012 12:53:31 GMT Maurizio Lombardi [a31ca11f] * uspace/drv/time/rtc.c (modified) RTC: add the rtc_dev_add() skeleton. Fri, 30 Mar 2012 08:56:22 GMT Maurizio Lombardi [4863bb52] * uspace/drv/time/rtc.c (modified) RTC: the rtc driver implements the CLOCK_DEV_IFACE interface. Fri, 30 Mar 2012 08:55:45 GMT Maurizio Lombardi [c9f703b] * uspace/lib/c/include/ipc/dev_iface.h (modified) RTC: Add CLOCK_DEV_IFACE to the enum of available interfaces. Fri, 30 Mar 2012 08:21:19 GMT Maurizio Lombardi [a2e4889] * uspace/Makefile (modified) * uspace/drv/time/rtc.c (modified) RTC: link the rtc driver to the uspace Makefile and fix some typos Fri, 30 Mar 2012 06:58:48 GMT Maurizio Lombardi [b8d5f2b] * uspace/lib/drv/include/ops/clock.h (moved) RTC: rename rtc_dev.h to a more generic clock.h Thu, 29 Mar 2012 21:49:02 GMT Maurizio Lombardi [e4def65] * uspace/lib/drv/include/ops/rtc_dev.h (added) RTC: add the rtc_dev_ops structure definition. Thu, 29 Mar 2012 21:20:32 GMT Maurizio Lombardi [1e19a15] * uspace/drv/time/rtc.c (added) RTC: first commit, rtc driver skeleton. 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 [145d16f8] * 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 ...