#
# ChangeLog for / in mainline
#
# Generated by Trac 1.6
# 2025-04-13T06:58:00Z

Fri, 09 Sep 2011 17:51:18 GMT Maurizio Lombardi <m.lombardi85@…> [77ec4d9]
	* uspace/srv/fs/mfs/mfs_inode.c (modified)

	Improve comments in mfs_inode.c


Fri, 09 Sep 2011 17:33:05 GMT Maurizio Lombardi <m.lombardi85@…> [5f509cc]
	* uspace/srv/fs/mfs/mfs.h (modified)
	* uspace/srv/fs/mfs/mfs_inode.c (modified)
	* uspace/srv/fs/mfs/mfs_ops.c (modified)

	Fix mfs_put_inode() function name.


Thu, 08 Sep 2011 19:17:27 GMT Maurizio Lombardi <m.lombardi85@…> [f7d6b30]
	* uspace/srv/fs/mfs/mfs_dentry.c (modified)

	Fix a bug that will corrupt the directory entry when creating ...


Tue, 06 Sep 2011 20:03:31 GMT Maurizio Lombardi <m.lombardi85@…> [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 <m.lombardi85@…> [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


Tue, 06 Sep 2011 19:47:51 GMT Maurizio Lombardi <m.lombardi85@…> [9a0be34]
	* uspace/srv/fs/minixfs/mfs_rw.c (modified)

	mfs minor fixes:

	- remove old asserts
	- do not allow to write ...


Tue, 06 Sep 2011 19:27:49 GMT Maurizio Lombardi <m.lombardi85@…> [5e0427e8]
	* uspace/srv/fs/minixfs/mfs_rw.c (modified)

	Do not read a block from the disk if we are going to rewrite it's ...


Tue, 06 Sep 2011 18:59:28 GMT Maurizio Lombardi <m.lombardi85@…> [b5501d0]
	* uspace/srv/fs/minixfs/mfs_balloc.c (modified)

	Fix inode allocation


Tue, 06 Sep 2011 11:52:29 GMT Martin Decky <martin@…> [7e9fce6]
	* tools/toolchain.sh (modified)

	upgrade binutils and GDB to the newest releases


Tue, 06 Sep 2011 09:44:02 GMT Martin Decky <martin@…> [b33870b]
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/fs/libfs.h (modified)
	* uspace/srv/fs/cdfs/cdfs_ops.c (modified)
	* 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/minixfs/mfs_ops.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs_ops.c (modified)

	rename device_get() method to service_get() to better reflect changes ...


Tue, 06 Sep 2011 08:59:03 GMT Maurizio Lombardi <m.lombardi85@…> [a4726cb]
	* uspace/srv/fs/minixfs/mfs_balloc.c (modified)

	Fix bug that prevent the filesystem to recognize the disk full
	condition


Tue, 06 Sep 2011 08:15:18 GMT Maurizio Lombardi <m.lombardi85@…> [5987f917]
	* uspace/srv/fs/minixfs/mfs_rw.c (modified)

	fix bug when writing in the double indirect zone


Mon, 05 Sep 2011 21:26:47 GMT Jiri Svoboda <jiri@…> [80a96d2]
	* uspace/drv/test/test1/test1.c (modified)
	* uspace/drv/test/test2/test2.c (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/include/ddf/driver.h (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)

	DDF support for surprise removal.


Mon, 05 Sep 2011 20:14:41 GMT Jakub Jermar <jakub@…> [16cc9a6]
	* uspace/app/mkminix/mkminix.c (modified)

	Fix build.


Mon, 05 Sep 2011 20:01:35 GMT Jakub Jermar <jakub@…> [9dbf5587]
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/mkminix/Makefile (added)
	* uspace/app/mkminix/mkminix.c (added)
	* uspace/lib/minix/minix.h (added)
	* uspace/srv/fs/minixfs/Makefile (added)
	* uspace/srv/fs/minixfs/mfs.c (added)
	* uspace/srv/fs/minixfs/mfs.h (added)
	* uspace/srv/fs/minixfs/mfs_balloc.c (added)
	* uspace/srv/fs/minixfs/mfs_dentry.c (added)
	* uspace/srv/fs/minixfs/mfs_inode.c (added)
	* uspace/srv/fs/minixfs/mfs_ops.c (added)
	* uspace/srv/fs/minixfs/mfs_rw.c (added)
	* uspace/srv/fs/minixfs/mfs_utils.c (added)

	Merge minixfs support from lp:mfs.


Mon, 05 Sep 2011 19:41:25 GMT Maurizio Lombardi <m.lombardi85@…> [e03d545]
	* uspace/srv/fs/minixfs/mfs.h (modified)
	* uspace/srv/fs/minixfs/mfs_inode.c (modified)
	* uspace/srv/fs/minixfs/mfs_ops.c (modified)

	Minor fixes to minixfs:

	- Do not check the value of nlinks in the ...


Mon, 05 Sep 2011 18:45:02 GMT Maurizio Lombardi <m.lombardi85@…> [5222e746]
	* uspace/srv/fs/minixfs/mfs_ops.c (modified)

	Fix style


Mon, 05 Sep 2011 18:41:50 GMT Maurizio Lombardi <m.lombardi85@…> [75e0f15]
	* uspace/srv/fs/minixfs/mfs_ops.c (modified)

	Fix the mfs_mounted() function to return 1 as root directory hard ...


Mon, 05 Sep 2011 18:16:45 GMT Maurizio Lombardi <m.lombardi85@…> [bbd4c72]
	* uspace/srv/fs/minixfs/mfs_ops.c (modified)

	The lnkcnt_get() function will ignore the ".." hardlinks when dealing ...


Mon, 05 Sep 2011 15:43:15 GMT Martin Decky <martin@…> [a26895d]
	* boot/Makefile.common (modified)
	* uspace/Makefile (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)

	add prototype ISO 9660 filesystem driver (virtually untested)
	very ...


Mon, 05 Sep 2011 15:42:46 GMT Martin Decky <martin@…> [08cba4b]
	* uspace/lib/block/libblock.c (modified)
	* uspace/lib/block/libblock.h (modified)

	improve the interface of block_get_toc()


Mon, 05 Sep 2011 15:41:44 GMT Martin Decky <martin@…> [d7f6248]
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/include/str.h (modified)

	add integer conversion functions for 8, 16 and 32 bits


Sun, 04 Sep 2011 20:38:24 GMT Jiri Svoboda <jiri@…> [a9abe5fc]
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/loc/loc.c (modified)

	Suppress various messages.


Sun, 04 Sep 2011 14:08:37 GMT Maurizio Lombardi <m.lombardi85@…> [3a5ee6c]
	* uspace/srv/fs/minixfs/mfs.h (modified)
	* uspace/srv/fs/minixfs/mfs_dentry.c (modified)
	* uspace/srv/fs/minixfs/mfs_inode.c (modified)
	* uspace/srv/fs/minixfs/mfs_ops.c (modified)
	* uspace/srv/fs/minixfs/mfs_rw.c (modified)

	rename functions to avoid conflicts


Sun, 04 Sep 2011 13:12:33 GMT Maurizio Lombardi <m.lombardi85@…> [c699b0c]
	* uspace/srv/fs/minixfs/mfs.h (modified)
	* uspace/srv/fs/minixfs/mfs_balloc.c (modified)
	* uspace/srv/fs/minixfs/mfs_dentry.c (modified)
	* uspace/srv/fs/minixfs/mfs_inode.c (modified)
	* uspace/srv/fs/minixfs/mfs_ops.c (modified)
	* uspace/srv/fs/minixfs/mfs_rw.c (modified)

	remove the on_error() macro


Sun, 04 Sep 2011 12:33:10 GMT Maurizio Lombardi <m.lombardi85@…> [03bc76a]
	* uspace/app/mkminix/mkminix.c (modified)
	* uspace/srv/fs/minixfs/mfs.c (modified)
	* uspace/srv/fs/minixfs/mfs.h (modified)
	* uspace/srv/fs/minixfs/mfs_balloc.c (modified)
	* uspace/srv/fs/minixfs/mfs_dentry.c (modified)
	* uspace/srv/fs/minixfs/mfs_inode.c (modified)
	* uspace/srv/fs/minixfs/mfs_ops.c (modified)
	* uspace/srv/fs/minixfs/mfs_rw.c (modified)

	Get rid of VFS_OUT method switch and IPC unmarshalling


Sun, 04 Sep 2011 11:30:58 GMT Maurizio Lombardi <m.lombardi85@…> [8ff0bd2]
	* HelenOS.config (modified)
	* Makefile (modified)
	* abi/include/bool.h (moved)
	* abi/include/ddi/arg.h (moved)
	* abi/include/ddi/irq.h (added)
	* abi/include/elf.h (moved)
	* abi/include/errno.h (moved)
	* abi/include/fb/visuals.h (moved)
	* abi/include/ipc/event.h (moved)
	* abi/include/ipc/ipc.h (added)
	* abi/include/ipc/methods.h (moved)
	* abi/include/mm/as.h (added)
	* abi/include/proc/task.h (added)
	* abi/include/proc/thread.h (added)
	* abi/include/proc/uarg.h (moved)
	* abi/include/synch.h (moved)
	* abi/include/syscall.h (added)
	* abi/include/sysinfo.h (moved)
	* abi/include/udebug.h (added)
	* boot/Makefile (modified)
	* boot/Makefile.common (modified)
	* boot/Makefile.silo (modified)
	* boot/Makefile.uboot (modified)
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/ia64/Makefile.inc (modified)
	* boot/arch/ia64/include/pal.h (moved)
	* boot/arch/ia64/include/sal.h (added)
	* boot/arch/ia64/include/types.h (modified)
	* boot/arch/ia64/src/boot.S (modified)
	* boot/arch/ia64/src/main.c (modified)
	* boot/arch/ia64/src/pal.c (added)
	* boot/arch/ia64/src/pal_asm.S (added)
	* boot/arch/ia64/src/sal.c (moved)
	* boot/arch/ia64/src/sal_asm.S (added)
	* boot/arch/mips32/Makefile.inc (modified)
	* boot/arch/mips32/src/asm.S (modified)
	* boot/arch/mips64/Makefile.inc (added)
	* boot/arch/mips64/_link.ld.in (added)
	* boot/arch/mips64/include/arch.h (added)
	* boot/arch/mips64/include/asm.h (added)
	* boot/arch/mips64/include/main.h (added)
	* boot/arch/mips64/include/regname.h (added)
	* boot/arch/mips64/include/types.h (added)
	* boot/arch/mips64/src/asm.S (added)
	* boot/arch/mips64/src/main.c (added)
	* boot/arch/mips64/src/putchar.c (added)
	* boot/arch/ppc32/Makefile.inc (modified)
	* boot/arch/sparc64/Makefile.inc (modified)
	* boot/arch/sparc64/src/main.c (modified)
	* boot/genarch/include/efi.h (added)
	* boot/genarch/src/efi.c (added)
	* boot/generic/src/printf_core.c (modified)
	* boot/silo/raw/isofs.b (deleted)
	* boot/silo/raw/second.b (deleted)
	* contrib/bazaar/bzreml/__init__.py (modified)
	* contrib/bazaar/bzreml/setup.py (modified)
	* contrib/conf/ppc32-qe.sh (modified)
	* contrib/tools/gen_vga323.c (modified)
	* contrib/tools/serengeti_silo.sh (deleted)
	* defaults/amd64/Makefile.config (modified)
	* defaults/ia32/Makefile.config (modified)
	* defaults/mips64/Makefile.config (added)
	* defaults/mips64/msim/Makefile.config (added)
	* defaults/mips64/output (added)
	* defaults/sparc64/Makefile.config (modified)
	* defaults/sparc64/serengeti/Makefile.config (deleted)
	* kernel/Makefile (modified)
	* kernel/arch/abs32le/include/istate.h (modified)
	* kernel/arch/abs32le/include/mm/frame.h (modified)
	* kernel/arch/abs32le/include/mm/page.h (modified)
	* kernel/arch/abs32le/src/userspace.c (modified)
	* kernel/arch/amd64/Makefile.inc (modified)
	* kernel/arch/amd64/include/asm.h (modified)
	* kernel/arch/amd64/include/context.h (modified)
	* kernel/arch/amd64/include/istate.h (modified)
	* kernel/arch/amd64/include/mm/frame.h (modified)
	* kernel/arch/amd64/include/mm/page.h (modified)
	* kernel/arch/amd64/src/userspace.c (modified)
	* kernel/arch/arm32/include/istate.h (modified)
	* kernel/arch/arm32/include/mm/frame.h (modified)
	* kernel/arch/arm32/include/mm/page.h (modified)
	* kernel/arch/arm32/include/regutils.h (modified)
	* kernel/arch/arm32/src/arm32.c (modified)
	* kernel/arch/arm32/src/mach/gta02/gta02.c (modified)
	* kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified)
	* kernel/arch/arm32/src/mach/testarm/testarm.c (modified)
	* kernel/arch/ia32/Makefile.inc (modified)
	* kernel/arch/ia32/include/asm.h (modified)
	* kernel/arch/ia32/include/atomic.h (modified)
	* kernel/arch/ia32/include/boot/boot.h (modified)
	* kernel/arch/ia32/include/context.h (modified)
	* kernel/arch/ia32/include/cycle.h (modified)
	* kernel/arch/ia32/include/elf.h (modified)
	* kernel/arch/ia32/include/istate.h (modified)
	* kernel/arch/ia32/include/mm/frame.h (modified)
	* kernel/arch/ia32/include/mm/page.h (modified)
	* kernel/arch/ia32/src/asm.S (modified)
	* kernel/arch/ia32/src/boot/boot.S (modified)
	* kernel/arch/ia32/src/boot/vesa_real.inc (modified)
	* kernel/arch/ia32/src/cpu/cpu.c (modified)
	* kernel/arch/ia32/src/drivers/vesa.c (modified)
	* kernel/arch/ia32/src/proc/scheduler.c (modified)
	* kernel/arch/ia32/src/smp/smp.c (modified)
	* kernel/arch/ia32/src/syscall.c (modified)
	* kernel/arch/ia32/src/userspace.c (modified)
	* kernel/arch/ia64/include/bootinfo.h (modified)
	* kernel/arch/ia64/include/elf.h (modified)
	* kernel/arch/ia64/include/istate.h (modified)
	* kernel/arch/ia64/include/mm/frame.h (modified)
	* kernel/arch/ia64/include/mm/page.h (modified)
	* kernel/arch/ia64/include/register.h (modified)
	* kernel/arch/ia64/src/drivers/ski.c (modified)
	* kernel/arch/ia64/src/ia64.c (modified)
	* kernel/arch/ia64/src/mm/frame.c (modified)
	* kernel/arch/mips32/Makefile.inc (modified)
	* kernel/arch/mips32/include/context_offset.h (modified)
	* kernel/arch/mips32/include/cp0.h (modified)
	* kernel/arch/mips32/include/cycle.h (modified)
	* kernel/arch/mips32/include/debug.h (modified)
	* kernel/arch/mips32/include/istate.h (modified)
	* kernel/arch/mips32/include/mm/frame.h (modified)
	* kernel/arch/mips32/include/mm/page.h (modified)
	* kernel/arch/mips32/include/stack.h (modified)
	* kernel/arch/mips32/src/cache.c (modified)
	* kernel/arch/mips32/src/cpu/cpu.c (modified)
	* kernel/arch/mips32/src/fpu_context.c (modified)
	* kernel/arch/mips32/src/mips32.c (modified)
	* kernel/arch/mips32/src/mm/as.c (modified)
	* kernel/arch/mips32/src/mm/tlb.c (modified)
	* kernel/arch/mips32/src/start.S (modified)
	* kernel/arch/mips64/Makefile.inc (added)
	* kernel/arch/mips64/_link.ld.in (added)
	* kernel/arch/mips64/include/arch.h (moved)
	* kernel/arch/mips64/include/asm.h (added)
	* kernel/arch/mips64/include/asm/boot.h (added)
	* kernel/arch/mips64/include/asm/regname.h (added)
	* kernel/arch/mips64/include/atomic.h (added)
	* kernel/arch/mips64/include/barrier.h (added)
	* kernel/arch/mips64/include/cache.h (moved)
	* kernel/arch/mips64/include/context.h (added)
	* kernel/arch/mips64/include/context_offset.h (added)
	* kernel/arch/mips64/include/cp0.h (added)
	* kernel/arch/mips64/include/cpu.h (moved)
	* kernel/arch/mips64/include/cycle.h (added)
	* kernel/arch/mips64/include/debug.h (added)
	* kernel/arch/mips64/include/debugger.h (added)
	* kernel/arch/mips64/include/drivers/msim.h (moved)
	* kernel/arch/mips64/include/elf.h (added)
	* kernel/arch/mips64/include/exception.h (added)
	* kernel/arch/mips64/include/faddr.h (added)
	* kernel/arch/mips64/include/fpu_context.h (added)
	* kernel/arch/mips64/include/interrupt.h (moved)
	* kernel/arch/mips64/include/istate.h (added)
	* kernel/arch/mips64/include/mm/as.h (added)
	* kernel/arch/mips64/include/mm/asid.h (added)
	* kernel/arch/mips64/include/mm/frame.h (added)
	* kernel/arch/mips64/include/mm/page.h (added)
	* kernel/arch/mips64/include/mm/tlb.h (added)
	* kernel/arch/mips64/include/proc/task.h (added)
	* kernel/arch/mips64/include/proc/thread.h (added)
	* kernel/arch/mips64/include/smp/dorder.h (added)
	* kernel/arch/mips64/include/stack.h (added)
	* kernel/arch/mips64/include/types.h (added)
	* kernel/arch/mips64/src/asm.S (added)
	* kernel/arch/mips64/src/cache.c (added)
	* kernel/arch/mips64/src/context.S (added)
	* kernel/arch/mips64/src/cpu (added)
	* kernel/arch/mips64/src/ddi (added)
	* kernel/arch/mips64/src/debug (added)
	* kernel/arch/mips64/src/debugger.c (added)
	* kernel/arch/mips64/src/exception.c (added)
	* kernel/arch/mips64/src/fpu_context.c (added)
	* kernel/arch/mips64/src/interrupt.c (added)
	* kernel/arch/mips64/src/mips64.c (added)
	* kernel/arch/mips64/src/mm/as.c (added)
	* kernel/arch/mips64/src/mm/frame.c (added)
	* kernel/arch/mips64/src/mm/page.c (added)
	* kernel/arch/mips64/src/mm/tlb.c (added)
	* kernel/arch/mips64/src/smp/dorder.c (added)
	* kernel/arch/mips64/src/smp/smp.c (added)
	* kernel/arch/mips64/src/start.S (added)
	* kernel/arch/ppc32/include/asm.h (modified)
	* kernel/arch/ppc32/include/context_offset.h (modified)
	* kernel/arch/ppc32/include/cpu.h (modified)
	* kernel/arch/ppc32/include/exception.h (modified)
	* kernel/arch/ppc32/include/istate.h (modified)
	* kernel/arch/ppc32/include/mm/frame.h (modified)
	* kernel/arch/ppc32/include/mm/page.h (modified)
	* kernel/arch/ppc32/include/msr.h (added)
	* kernel/arch/ppc32/src/asm.S (modified)
	* kernel/arch/ppc32/src/exception.S (modified)
	* kernel/arch/ppc32/src/ppc32.c (modified)
	* kernel/arch/sparc64/Makefile.inc (modified)
	* kernel/arch/sparc64/include/barrier.h (modified)
	* kernel/arch/sparc64/include/drivers/sgcn.h (deleted)
	* kernel/arch/sparc64/include/elf.h (modified)
	* kernel/arch/sparc64/include/istate.h (modified)
	* kernel/arch/sparc64/include/mm/page.h (modified)
	* kernel/arch/sparc64/include/mm/sun4u/frame.h (modified)
	* kernel/arch/sparc64/include/mm/sun4v/frame.h (modified)
	* kernel/arch/sparc64/include/mm/sun4v/page.h (modified)
	* kernel/arch/sparc64/include/sun4v/regdef.h (modified)
	* kernel/arch/sparc64/src/console.c (modified)
	* kernel/arch/sparc64/src/drivers/fhc.c (deleted)
	* kernel/arch/sparc64/src/drivers/kbd.c (modified)
	* kernel/arch/sparc64/src/drivers/niagara.c (modified)
	* kernel/arch/sparc64/src/drivers/scr.c (modified)
	* kernel/arch/sparc64/src/drivers/sgcn.c (deleted)
	* kernel/arch/sparc64/src/drivers/tick.c (modified)
	* kernel/arch/sparc64/src/smp/sun4u/smp.c (modified)
	* kernel/arch/sparc64/src/smp/sun4v/smp.c (modified)
	* kernel/arch/sparc64/src/sun4v/start.S (modified)
	* kernel/genarch/Makefile.inc (modified)
	* kernel/genarch/include/drivers/s3c24xx_uart/s3c24xx_uart.h (modified)
	* kernel/genarch/include/drivers/z8530/z8530.h (deleted)
	* kernel/genarch/include/fb/fb.h (modified)
	* kernel/genarch/src/drivers/dsrln/dsrlnout.c (modified)
	* kernel/genarch/src/drivers/ega/ega.c (modified)
	* kernel/genarch/src/drivers/s3c24xx_uart/s3c24xx_uart.c (modified)
	* kernel/genarch/src/drivers/z8530/z8530.c (deleted)
	* kernel/genarch/src/fb/fb.c (modified)
	* kernel/genarch/src/mm/asid.c (modified)
	* kernel/genarch/src/ofw/fhc.c (deleted)
	* kernel/generic/include/adt/btree.h (modified)
	* kernel/generic/include/adt/hash_table.h (modified)
	* kernel/generic/include/adt/list.h (modified)
	* kernel/generic/include/console/chardev.h (modified)
	* kernel/generic/include/console/console.h (modified)
	* kernel/generic/include/console/kconsole.h (modified)
	* kernel/generic/include/cpu.h (modified)
	* kernel/generic/include/ddi/ddi.h (modified)
	* kernel/generic/include/ddi/irq.h (modified)
	* kernel/generic/include/errno.h (modified)
	* kernel/generic/include/ipc/event.h (modified)
	* kernel/generic/include/ipc/ipc.h (modified)
	* kernel/generic/include/lib/elf.h (modified)
	* kernel/generic/include/lib/elf_load.h (added)
	* kernel/generic/include/mm/as.h (modified)
	* kernel/generic/include/mm/buddy.h (modified)
	* kernel/generic/include/mm/slab.h (modified)
	* kernel/generic/include/panic.h (modified)
	* kernel/generic/include/proc/scheduler.h (modified)
	* kernel/generic/include/proc/task.h (modified)
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/include/synch/condvar.h (modified)
	* kernel/generic/include/synch/mutex.h (modified)
	* kernel/generic/include/synch/semaphore.h (modified)
	* kernel/generic/include/synch/waitq.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/include/sysinfo/sysinfo.h (modified)
	* kernel/generic/include/typedefs.h (modified)
	* kernel/generic/include/udebug/udebug.h (modified)
	* kernel/generic/src/adt/btree.c (modified)
	* kernel/generic/src/adt/hash_table.c (modified)
	* kernel/generic/src/adt/list.c (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/console/console.c (modified)
	* kernel/generic/src/console/kconsole.c (modified)
	* kernel/generic/src/cpu/cpu.c (modified)
	* kernel/generic/src/ddi/ddi.c (modified)
	* kernel/generic/src/ddi/irq.c (modified)
	* kernel/generic/src/debug/panic.c (modified)
	* kernel/generic/src/ipc/event.c (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/ipc/ipcrsc.c (modified)
	* kernel/generic/src/ipc/irq.c (modified)
	* kernel/generic/src/ipc/kbox.c (modified)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* kernel/generic/src/lib/elf.c (modified)
	* kernel/generic/src/lib/rd.c (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/mm/backend_anon.c (modified)
	* kernel/generic/src/mm/backend_elf.c (modified)
	* kernel/generic/src/mm/buddy.c (modified)
	* kernel/generic/src/mm/slab.c (modified)
	* kernel/generic/src/printf/printf_core.c (modified)
	* kernel/generic/src/proc/program.c (modified)
	* kernel/generic/src/proc/scheduler.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/synch/condvar.c (modified)
	* kernel/generic/src/synch/futex.c (modified)
	* kernel/generic/src/synch/mutex.c (modified)
	* kernel/generic/src/synch/semaphore.c (modified)
	* kernel/generic/src/synch/waitq.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* kernel/generic/src/sysinfo/stats.c (modified)
	* kernel/generic/src/sysinfo/sysinfo.c (modified)
	* kernel/generic/src/time/clock.c (modified)
	* kernel/generic/src/time/delay.c (modified)
	* kernel/generic/src/time/timeout.c (modified)
	* kernel/generic/src/udebug/udebug.c (modified)
	* kernel/generic/src/udebug/udebug_ops.c (modified)
	* kernel/test/print/print2.c (modified)
	* kernel/test/synch/semaphore2.c (modified)
	* release/Makefile (modified)
	* tools/autotool.py (modified)
	* tools/imgutil.py (added)
	* tools/mkarray.py (added)
	* tools/mkext2.py (added)
	* tools/mkfat.py (modified)
	* tools/mktmpfs.py (modified)
	* tools/toolchain.sh (modified)
	* tools/xstruct.py (modified)
	* uspace/Makefile (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/bdsh/Makefile (modified)
	* uspace/app/bdsh/cmds/builtin_cmds.c (modified)
	* uspace/app/bdsh/cmds/builtins/cd/cd.c (modified)
	* uspace/app/bdsh/cmds/builtins/exit/exit.c (modified)
	* uspace/app/bdsh/cmds/cmds.h (modified)
	* uspace/app/bdsh/cmds/mod_cmds.c (modified)
	* uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified)
	* uspace/app/bdsh/cmds/modules/cat/cat.c (modified)
	* uspace/app/bdsh/cmds/modules/cp/cp.c (modified)
	* uspace/app/bdsh/cmds/modules/help/help.c (modified)
	* uspace/app/bdsh/cmds/modules/kcon/kcon.c (modified)
	* uspace/app/bdsh/cmds/modules/ls/ls.c (modified)
	* uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified)
	* uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified)
	* uspace/app/bdsh/cmds/modules/module_aliases.h (modified)
	* uspace/app/bdsh/cmds/modules/modules.h (modified)
	* uspace/app/bdsh/cmds/modules/pwd/pwd.c (modified)
	* uspace/app/bdsh/cmds/modules/rm/rm.c (modified)
	* uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified)
	* uspace/app/bdsh/cmds/modules/touch/touch.c (modified)
	* uspace/app/bdsh/compl.c (added)
	* uspace/app/bdsh/compl.h (added)
	* uspace/app/bdsh/config.h (modified)
	* uspace/app/bdsh/errors.c (modified)
	* uspace/app/bdsh/errors.h (modified)
	* uspace/app/bdsh/errstr.h (modified)
	* uspace/app/bdsh/exec.c (modified)
	* uspace/app/bdsh/exec.h (modified)
	* uspace/app/bdsh/input.c (modified)
	* uspace/app/bdsh/input.h (modified)
	* uspace/app/bdsh/scli.c (modified)
	* uspace/app/bdsh/scli.h (modified)
	* uspace/app/bdsh/tok.c (added)
	* uspace/app/bdsh/tok.h (added)
	* uspace/app/bdsh/util.c (modified)
	* uspace/app/bdsh/util.h (modified)
	* uspace/app/blkdump/blkdump.c (modified)
	* uspace/app/bnchmark/bnchmark.c (modified)
	* uspace/app/devctl/Makefile (moved)
	* uspace/app/devctl/devctl.c (added)
	* uspace/app/edit/sheet.c (modified)
	* uspace/app/edit/sheet.h (modified)
	* uspace/app/ext2info/ext2info.c (modified)
	* uspace/app/init/init.c (modified)
	* uspace/app/klog/klog.c (modified)
	* uspace/app/locinfo/Makefile (moved)
	* uspace/app/locinfo/locinfo.c (moved)
	* uspace/app/lsusb/main.c (modified)
	* uspace/app/mkbd/main.c (modified)
	* uspace/app/mkfat/fat.h (modified)
	* uspace/app/mkfat/mkfat.c (modified)
	* uspace/app/ping/ping.c (modified)
	* uspace/app/sbi/src/compat.h (modified)
	* uspace/app/sbi/src/input.c (modified)
	* uspace/app/sbi/src/list_t.h (modified)
	* uspace/app/sbi/src/os/helenos.c (modified)
	* uspace/app/sbi/src/os/os.h (modified)
	* uspace/app/sbi/src/os/posix.c (modified)
	* uspace/app/sysinfo/sysinfo.c (modified)
	* uspace/app/taskdump/elf_core.c (modified)
	* uspace/app/taskdump/include/elf_core.h (modified)
	* uspace/app/taskdump/include/symtab.h (modified)
	* uspace/app/taskdump/symtab.c (modified)
	* uspace/app/taskdump/taskdump.c (modified)
	* uspace/app/tester/Makefile (modified)
	* uspace/app/tester/devs/devman1.def (deleted)
	* uspace/app/tester/devs/devman2.def (deleted)
	* uspace/app/tester/hw/misc/virtchar1.c (modified)
	* uspace/app/tester/hw/serial/serial1.c (modified)
	* uspace/app/tester/mm/common.c (modified)
	* uspace/app/tester/print/print2.c (modified)
	* uspace/app/tester/stdio/stdio1.c (modified)
	* uspace/app/tester/tester.c (modified)
	* uspace/app/tester/vfs/vfs1.c (modified)
	* uspace/app/testread/testread.c (modified)
	* uspace/app/top/top.c (modified)
	* uspace/app/trace/ipc_desc.c (modified)
	* uspace/app/trace/ipcp.c (modified)
	* uspace/app/trace/syscalls.c (modified)
	* uspace/app/trace/trace.c (modified)
	* uspace/app/usbinfo/Makefile (modified)
	* uspace/app/usbinfo/dump.c (modified)
	* uspace/app/usbinfo/hid.c (added)
	* uspace/app/usbinfo/main.c (modified)
	* uspace/app/usbinfo/usbinfo.h (modified)
	* uspace/app/vuhid/Makefile (modified)
	* uspace/dist/src/sysel/demos/htxtfile.sy (modified)
	* uspace/dist/textdemo (moved)
	* uspace/doc/doxygroups.h (modified)
	* uspace/drv/bus/isa/Makefile (moved)
	* uspace/drv/bus/isa/isa.c (moved)
	* uspace/drv/bus/isa/isa.dev (moved)
	* uspace/drv/bus/isa/isa.ma (moved)
	* uspace/drv/bus/pci/pciintel/Makefile (moved)
	* uspace/drv/bus/pci/pciintel/pci.c (moved)
	* uspace/drv/bus/pci/pciintel/pci.h (moved)
	* uspace/drv/bus/pci/pciintel/pci_regs.h (moved)
	* uspace/drv/bus/pci/pciintel/pciintel.ma (moved)
	* uspace/drv/bus/usb/ehci/Makefile (moved)
	* uspace/drv/bus/usb/ehci/ehci.h (moved)
	* uspace/drv/bus/usb/ehci/ehci.ma (moved)
	* uspace/drv/bus/usb/ehci/hc_iface.c (moved)
	* uspace/drv/bus/usb/ehci/main.c (moved)
	* uspace/drv/bus/usb/ehci/pci.c (moved)
	* uspace/drv/bus/usb/ehci/pci.h (moved)
	* uspace/drv/bus/usb/ohci/Makefile (moved)
	* uspace/drv/bus/usb/ohci/batch.c (moved)
	* uspace/drv/bus/usb/ohci/batch.h (moved)
	* uspace/drv/bus/usb/ohci/endpoint_list.c (moved)
	* uspace/drv/bus/usb/ohci/endpoint_list.h (moved)
	* uspace/drv/bus/usb/ohci/hc.c (moved)
	* uspace/drv/bus/usb/ohci/hc.h (moved)
	* uspace/drv/bus/usb/ohci/hcd_endpoint.c (moved)
	* uspace/drv/bus/usb/ohci/hcd_endpoint.h (moved)
	* uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h (moved)
	* uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (moved)
	* uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (moved)
	* uspace/drv/bus/usb/ohci/hw_struct/hcca.h (moved)
	* uspace/drv/bus/usb/ohci/hw_struct/iso_transfer_descriptor.h (moved)
	* uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (moved)
	* uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (moved)
	* uspace/drv/bus/usb/ohci/iface.c (moved)
	* uspace/drv/bus/usb/ohci/iface.h (moved)
	* uspace/drv/bus/usb/ohci/main.c (moved)
	* uspace/drv/bus/usb/ohci/ohci.c (moved)
	* uspace/drv/bus/usb/ohci/ohci.h (moved)
	* uspace/drv/bus/usb/ohci/ohci.ma (moved)
	* uspace/drv/bus/usb/ohci/ohci_regs.h (moved)
	* uspace/drv/bus/usb/ohci/pci.c (moved)
	* uspace/drv/bus/usb/ohci/pci.h (moved)
	* uspace/drv/bus/usb/ohci/root_hub.c (added)
	* uspace/drv/bus/usb/ohci/root_hub.h (moved)
	* uspace/drv/bus/usb/ohci/utils/malloc32.h (moved)
	* uspace/drv/bus/usb/uhci/Makefile (moved)
	* uspace/drv/bus/usb/uhci/batch.c (moved)
	* uspace/drv/bus/usb/uhci/batch.h (moved)
	* uspace/drv/bus/usb/uhci/hc.c (moved)
	* uspace/drv/bus/usb/uhci/hc.h (moved)
	* uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h (moved)
	* uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (moved)
	* uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (moved)
	* uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (moved)
	* uspace/drv/bus/usb/uhci/iface.c (moved)
	* uspace/drv/bus/usb/uhci/iface.h (moved)
	* uspace/drv/bus/usb/uhci/main.c (moved)
	* uspace/drv/bus/usb/uhci/pci.c (moved)
	* uspace/drv/bus/usb/uhci/pci.h (moved)
	* uspace/drv/bus/usb/uhci/root_hub.c (moved)
	* uspace/drv/bus/usb/uhci/root_hub.h (moved)
	* uspace/drv/bus/usb/uhci/transfer_list.c (moved)
	* uspace/drv/bus/usb/uhci/transfer_list.h (moved)
	* uspace/drv/bus/usb/uhci/uhci.c (moved)
	* uspace/drv/bus/usb/uhci/uhci.h (moved)
	* uspace/drv/bus/usb/uhci/uhci.ma (moved)
	* uspace/drv/bus/usb/uhci/utils/malloc32.h (moved)
	* uspace/drv/bus/usb/uhcirh/Makefile (moved)
	* uspace/drv/bus/usb/uhcirh/main.c (moved)
	* uspace/drv/bus/usb/uhcirh/port.c (moved)
	* uspace/drv/bus/usb/uhcirh/port.h (moved)
	* uspace/drv/bus/usb/uhcirh/root_hub.c (moved)
	* uspace/drv/bus/usb/uhcirh/root_hub.h (moved)
	* uspace/drv/bus/usb/uhcirh/uhcirh.ma (moved)
	* uspace/drv/bus/usb/usbflbk/Makefile (moved)
	* uspace/drv/bus/usb/usbflbk/main.c (moved)
	* uspace/drv/bus/usb/usbflbk/usbflbk.ma (moved)
	* uspace/drv/bus/usb/usbhid/Makefile (moved)
	* uspace/drv/bus/usb/usbhid/generic/hiddev.c (moved)
	* uspace/drv/bus/usb/usbhid/generic/hiddev.h (moved)
	* uspace/drv/bus/usb/usbhid/kbd.h (moved)
	* uspace/drv/bus/usb/usbhid/kbd/conv.c (moved)
	* uspace/drv/bus/usb/usbhid/kbd/conv.h (moved)
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.c (moved)
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.h (moved)
	* uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (moved)
	* uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.h (moved)
	* uspace/drv/bus/usb/usbhid/kbd/layout.h (moved)
	* uspace/drv/bus/usb/usbhid/kbd/main.c (moved)
	* uspace/drv/bus/usb/usbhid/layout.h (moved)
	* uspace/drv/bus/usb/usbhid/main.c (moved)
	* uspace/drv/bus/usb/usbhid/mouse/mousedev.c (moved)
	* uspace/drv/bus/usb/usbhid/mouse/mousedev.h (moved)
	* uspace/drv/bus/usb/usbhid/multimedia/keymap.c (moved)
	* uspace/drv/bus/usb/usbhid/multimedia/keymap.h (moved)
	* uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (moved)
	* uspace/drv/bus/usb/usbhid/multimedia/multimedia.h (moved)
	* uspace/drv/bus/usb/usbhid/subdrivers.c (moved)
	* uspace/drv/bus/usb/usbhid/subdrivers.h (moved)
	* uspace/drv/bus/usb/usbhid/usbhid.c (moved)
	* uspace/drv/bus/usb/usbhid/usbhid.h (moved)
	* uspace/drv/bus/usb/usbhid/usbhid.ma (moved)
	* uspace/drv/bus/usb/usbhub/Makefile (moved)
	* uspace/drv/bus/usb/usbhub/main.c (moved)
	* uspace/drv/bus/usb/usbhub/port_status.h (moved)
	* uspace/drv/bus/usb/usbhub/ports.c (moved)
	* uspace/drv/bus/usb/usbhub/ports.h (moved)
	* uspace/drv/bus/usb/usbhub/usbhub.c (moved)
	* uspace/drv/bus/usb/usbhub/usbhub.h (moved)
	* uspace/drv/bus/usb/usbhub/usbhub.ma (moved)
	* uspace/drv/bus/usb/usbhub/usbhub_private.h (moved)
	* uspace/drv/bus/usb/usbhub/utils.c (moved)
	* uspace/drv/bus/usb/usbmast/Makefile (moved)
	* uspace/drv/bus/usb/usbmast/bo_trans.c (added)
	* uspace/drv/bus/usb/usbmast/bo_trans.h (added)
	* uspace/drv/bus/usb/usbmast/cmdw.c (moved)
	* uspace/drv/bus/usb/usbmast/cmdw.h (added)
	* uspace/drv/bus/usb/usbmast/main.c (added)
	* uspace/drv/bus/usb/usbmast/scsi.h (moved)
	* uspace/drv/bus/usb/usbmast/scsi_ms.c (added)
	* uspace/drv/bus/usb/usbmast/scsi_ms.h (moved)
	* uspace/drv/bus/usb/usbmast/usbmast.h (added)
	* uspace/drv/bus/usb/usbmast/usbmast.ma (moved)
	* uspace/drv/bus/usb/usbmid/Makefile (moved)
	* uspace/drv/bus/usb/usbmid/dump.c (moved)
	* uspace/drv/bus/usb/usbmid/explore.c (moved)
	* uspace/drv/bus/usb/usbmid/main.c (moved)
	* uspace/drv/bus/usb/usbmid/usbmid.c (moved)
	* uspace/drv/bus/usb/usbmid/usbmid.h (moved)
	* uspace/drv/bus/usb/usbmid/usbmid.ma (moved)
	* uspace/drv/bus/usb/usbmouse/Makefile (moved)
	* uspace/drv/bus/usb/usbmouse/init.c (moved)
	* uspace/drv/bus/usb/usbmouse/main.c (moved)
	* uspace/drv/bus/usb/usbmouse/mouse.c (moved)
	* uspace/drv/bus/usb/usbmouse/mouse.h (moved)
	* uspace/drv/bus/usb/usbmouse/usbmouse.ma (moved)
	* uspace/drv/bus/usb/vhc/Makefile (moved)
	* uspace/drv/bus/usb/vhc/conn.h (moved)
	* uspace/drv/bus/usb/vhc/conndev.c (moved)
	* uspace/drv/bus/usb/vhc/connhost.c (moved)
	* uspace/drv/bus/usb/vhc/devconn.c (moved)
	* uspace/drv/bus/usb/vhc/hub.c (moved)
	* uspace/drv/bus/usb/vhc/hub.h (moved)
	* uspace/drv/bus/usb/vhc/hub/hub.c (moved)
	* uspace/drv/bus/usb/vhc/hub/hub.h (moved)
	* uspace/drv/bus/usb/vhc/hub/virthub.c (moved)
	* uspace/drv/bus/usb/vhc/hub/virthub.h (moved)
	* uspace/drv/bus/usb/vhc/hub/virthubops.c (moved)
	* uspace/drv/bus/usb/vhc/main.c (moved)
	* uspace/drv/bus/usb/vhc/transfer.c (moved)
	* uspace/drv/bus/usb/vhc/vhc.ma (moved)
	* uspace/drv/bus/usb/vhc/vhcd.h (moved)
	* uspace/drv/char/ns8250/Makefile (moved)
	* uspace/drv/char/ns8250/cyclic_buffer.h (moved)
	* uspace/drv/char/ns8250/ns8250.c (moved)
	* uspace/drv/char/ns8250/ns8250.ma (moved)
	* uspace/drv/infrastructure/root/Makefile (moved)
	* uspace/drv/infrastructure/root/root.c (moved)
	* uspace/drv/infrastructure/root/root.ma (moved)
	* uspace/drv/infrastructure/rootmac/Makefile (added)
	* uspace/drv/infrastructure/rootmac/rootmac.c (added)
	* uspace/drv/infrastructure/rootmac/rootmac.ma (added)
	* uspace/drv/infrastructure/rootpc/Makefile (moved)
	* uspace/drv/infrastructure/rootpc/rootpc.c (moved)
	* uspace/drv/infrastructure/rootpc/rootpc.ma (moved)
	* uspace/drv/infrastructure/rootvirt/Makefile (moved)
	* uspace/drv/infrastructure/rootvirt/devices.def (moved)
	* uspace/drv/infrastructure/rootvirt/rootvirt.c (moved)
	* uspace/drv/infrastructure/rootvirt/rootvirt.ma (moved)
	* uspace/drv/ohci/root_hub.c (deleted)
	* uspace/drv/test/test1/Makefile (moved)
	* uspace/drv/test/test1/char.c (moved)
	* uspace/drv/test/test1/test1.c (moved)
	* uspace/drv/test/test1/test1.h (moved)
	* uspace/drv/test/test1/test1.ma (moved)
	* uspace/drv/test/test2/Makefile (moved)
	* uspace/drv/test/test2/test2.c (moved)
	* uspace/drv/test/test2/test2.ma (moved)
	* uspace/drv/test/test3/Makefile (moved)
	* uspace/drv/test/test3/test3.c (moved)
	* uspace/drv/test/test3/test3.ma (moved)
	* uspace/drv/usbmast/inquiry.c (deleted)
	* uspace/drv/usbmast/main.c (deleted)
	* uspace/drv/usbmast/mast.c (deleted)
	* uspace/lib/block/libblock.c (modified)
	* uspace/lib/block/libblock.h (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/arch/abs32le/include/barrier.h (added)
	* uspace/lib/c/arch/abs32le/include/context_offset.h (added)
	* uspace/lib/c/arch/abs32le/include/elf.h (added)
	* uspace/lib/c/arch/abs32le/include/elf_linux.h (moved)
	* uspace/lib/c/arch/abs32le/include/istate.h (modified)
	* uspace/lib/c/arch/abs32le/include/syscall.h (modified)
	* uspace/lib/c/arch/amd64/include/barrier.h (added)
	* uspace/lib/c/arch/amd64/include/context_offset.h (added)
	* uspace/lib/c/arch/amd64/include/elf.h (added)
	* uspace/lib/c/arch/amd64/include/elf_linux.h (added)
	* uspace/lib/c/arch/amd64/include/istate.h (modified)
	* uspace/lib/c/arch/amd64/src/fibril.S (modified)
	* uspace/lib/c/arch/arm32/include/barrier.h (added)
	* uspace/lib/c/arch/arm32/include/elf.h (added)
	* uspace/lib/c/arch/arm32/include/elf_linux.h (added)
	* uspace/lib/c/arch/arm32/include/istate.h (modified)
	* uspace/lib/c/arch/arm32/include/regutils.h (added)
	* uspace/lib/c/arch/ia32/Makefile.common (modified)
	* uspace/lib/c/arch/ia32/Makefile.inc (modified)
	* uspace/lib/c/arch/ia32/include/barrier.h (added)
	* uspace/lib/c/arch/ia32/include/context_offset.h (added)
	* uspace/lib/c/arch/ia32/include/ddi.h (modified)
	* uspace/lib/c/arch/ia32/include/elf.h (added)
	* uspace/lib/c/arch/ia32/include/elf_linux.h (added)
	* uspace/lib/c/arch/ia32/include/istate.h (modified)
	* uspace/lib/c/arch/ia32/include/syscall.h (modified)
	* uspace/lib/c/arch/ia32/src/entry.S (moved)
	* uspace/lib/c/arch/ia32/src/fibril.S (modified)
	* uspace/lib/c/arch/ia32/src/setjmp.S (modified)
	* uspace/lib/c/arch/ia64/include/barrier.h (added)
	* uspace/lib/c/arch/ia64/include/elf.h (added)
	* uspace/lib/c/arch/ia64/include/elf_linux.h (added)
	* uspace/lib/c/arch/ia64/include/istate.h (modified)
	* uspace/lib/c/arch/ia64/include/register.h (added)
	* uspace/lib/c/arch/mips32/Makefile.common (modified)
	* uspace/lib/c/arch/mips32/include/atomic.h (modified)
	* uspace/lib/c/arch/mips32/include/barrier.h (added)
	* uspace/lib/c/arch/mips32/include/context_offset.h (added)
	* uspace/lib/c/arch/mips32/include/cp0.h (added)
	* uspace/lib/c/arch/mips32/include/elf.h (added)
	* uspace/lib/c/arch/mips32/include/elf_linux.h (added)
	* uspace/lib/c/arch/mips32/include/fibril.h (modified)
	* uspace/lib/c/arch/mips32/include/istate.h (modified)
	* uspace/lib/c/arch/mips32/include/regname.h (added)
	* uspace/lib/c/arch/mips32/include/thread.h (modified)
	* uspace/lib/c/arch/mips32/include/tls.h (modified)
	* uspace/lib/c/arch/mips32/include/types.h (modified)
	* uspace/lib/c/arch/mips32/src/fibril.S (modified)
	* uspace/lib/c/arch/mips32/src/syscall.c (modified)
	* uspace/lib/c/arch/mips32/src/tls.c (modified)
	* uspace/lib/c/arch/mips32eb/Makefile.common (modified)
	* uspace/lib/c/arch/mips32eb/include/barrier.h (added)
	* uspace/lib/c/arch/mips32eb/include/context_offset.h (added)
	* uspace/lib/c/arch/mips32eb/include/cp0.h (added)
	* uspace/lib/c/arch/mips32eb/include/elf.h (added)
	* uspace/lib/c/arch/mips32eb/include/elf_linux.h (added)
	* uspace/lib/c/arch/mips32eb/include/regname.h (added)
	* uspace/lib/c/arch/mips64/Makefile.common (moved)
	* uspace/lib/c/arch/mips64/Makefile.inc (added)
	* uspace/lib/c/arch/mips64/_link.ld.in (added)
	* uspace/lib/c/arch/mips64/include/atomic.h (added)
	* uspace/lib/c/arch/mips64/include/barrier.h (added)
	* uspace/lib/c/arch/mips64/include/config.h (added)
	* uspace/lib/c/arch/mips64/include/context_offset.h (added)
	* uspace/lib/c/arch/mips64/include/cp0.h (added)
	* uspace/lib/c/arch/mips64/include/ddi.h (added)
	* uspace/lib/c/arch/mips64/include/elf.h (added)
	* uspace/lib/c/arch/mips64/include/elf_linux.h (moved)
	* uspace/lib/c/arch/mips64/include/faddr.h (added)
	* uspace/lib/c/arch/mips64/include/fibril.h (added)
	* uspace/lib/c/arch/mips64/include/inttypes.h (added)
	* uspace/lib/c/arch/mips64/include/istate.h (added)
	* uspace/lib/c/arch/mips64/include/regname.h (added)
	* uspace/lib/c/arch/mips64/include/syscall.h (added)
	* uspace/lib/c/arch/mips64/include/thread.h (added)
	* uspace/lib/c/arch/mips64/include/tls.h (added)
	* uspace/lib/c/arch/mips64/include/types.h (added)
	* uspace/lib/c/arch/mips64/src/entry.s (added)
	* uspace/lib/c/arch/mips64/src/entryjmp.s (added)
	* uspace/lib/c/arch/mips64/src/fibril.S (added)
	* uspace/lib/c/arch/mips64/src/stacktrace.c (added)
	* uspace/lib/c/arch/mips64/src/stacktrace_asm.S (added)
	* uspace/lib/c/arch/mips64/src/syscall.c (added)
	* uspace/lib/c/arch/mips64/src/thread_entry.s (added)
	* uspace/lib/c/arch/mips64/src/tls.c (moved)
	* uspace/lib/c/arch/ppc32/include/barrier.h (added)
	* uspace/lib/c/arch/ppc32/include/context_offset.h (added)
	* uspace/lib/c/arch/ppc32/include/elf.h (added)
	* uspace/lib/c/arch/ppc32/include/elf_linux.h (added)
	* uspace/lib/c/arch/ppc32/include/istate.h (modified)
	* uspace/lib/c/arch/ppc32/include/msr.h (added)
	* uspace/lib/c/arch/ppc32/src/fibril.S (modified)
	* uspace/lib/c/arch/sparc64/include/barrier.h (added)
	* uspace/lib/c/arch/sparc64/include/context_offset.h (added)
	* uspace/lib/c/arch/sparc64/include/elf.h (added)
	* uspace/lib/c/arch/sparc64/include/elf_linux.h (added)
	* uspace/lib/c/arch/sparc64/include/istate.h (modified)
	* uspace/lib/c/arch/sparc64/include/regdef.h (added)
	* uspace/lib/c/arch/sparc64/include/syscall.h (modified)
	* uspace/lib/c/arch/sparc64/src/fibril.S (modified)
	* uspace/lib/c/generic/adt/hash_table.c (modified)
	* uspace/lib/c/generic/adt/list.c (modified)
	* uspace/lib/c/generic/adt/measured_strings.c (modified)
	* uspace/lib/c/generic/adt/prodcons.c (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/async_obsolete.c (modified)
	* uspace/lib/c/generic/ddi.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/devman_obsolete.c (deleted)
	* uspace/lib/c/generic/devmap.c (deleted)
	* uspace/lib/c/generic/devmap_obsolete.c (deleted)
	* uspace/lib/c/generic/elf/elf_load.c (moved)
	* uspace/lib/c/generic/event.c (modified)
	* uspace/lib/c/generic/fibril.c (modified)
	* uspace/lib/c/generic/fibril_synch.c (modified)
	* uspace/lib/c/generic/io/console.c (modified)
	* uspace/lib/c/generic/io/io.c (modified)
	* uspace/lib/c/generic/io/printf_core.c (modified)
	* uspace/lib/c/generic/ipc.c (modified)
	* uspace/lib/c/generic/libc.c (modified)
	* uspace/lib/c/generic/loader.c (modified)
	* uspace/lib/c/generic/loc.c (added)
	* uspace/lib/c/generic/net/icmp_api.c (modified)
	* uspace/lib/c/generic/net/icmp_common.c (modified)
	* uspace/lib/c/generic/net/modules.c (modified)
	* uspace/lib/c/generic/net/socket_client.c (modified)
	* uspace/lib/c/generic/ns.c (modified)
	* uspace/lib/c/generic/ns_obsolete.c (modified)
	* uspace/lib/c/generic/private/async.h (modified)
	* uspace/lib/c/generic/private/io.h (modified)
	* uspace/lib/c/generic/private/thread.h (modified)
	* uspace/lib/c/generic/rtld/elf_load.c (deleted)
	* uspace/lib/c/generic/rtld/module.c (modified)
	* uspace/lib/c/generic/rtld/rtld.c (modified)
	* uspace/lib/c/generic/rtld/symbol.c (modified)
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/generic/sysinfo.c (modified)
	* uspace/lib/c/generic/task.c (modified)
	* uspace/lib/c/generic/thread.c (modified)
	* uspace/lib/c/generic/time.c (modified)
	* uspace/lib/c/generic/udebug.c (modified)
	* uspace/lib/c/generic/vfs/vfs.c (modified)
	* uspace/lib/c/include/adt/hash_table.h (modified)
	* uspace/lib/c/include/adt/list.h (modified)
	* uspace/lib/c/include/adt/measured_strings.h (modified)
	* uspace/lib/c/include/adt/prodcons.h (modified)
	* uspace/lib/c/include/as.h (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/async_obsolete.h (modified)
	* uspace/lib/c/include/bitops.h (modified)
	* uspace/lib/c/include/bool.h (modified)
	* uspace/lib/c/include/ddi.h (modified)
	* uspace/lib/c/include/devman.h (modified)
	* uspace/lib/c/include/elf/elf.h (moved)
	* uspace/lib/c/include/elf/elf_linux.h (added)
	* uspace/lib/c/include/elf/elf_load.h (moved)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/c/include/event.h (modified)
	* uspace/lib/c/include/fibril_synch.h (modified)
	* uspace/lib/c/include/fourcc.h (added)
	* uspace/lib/c/include/ipc/bd.h (modified)
	* uspace/lib/c/include/ipc/clipboard.h (modified)
	* uspace/lib/c/include/ipc/common.h (modified)
	* uspace/lib/c/include/ipc/console.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/c/include/ipc/fb.h (modified)
	* uspace/lib/c/include/ipc/input.h (added)
	* uspace/lib/c/include/ipc/ipc.h (modified)
	* uspace/lib/c/include/ipc/kbdev.h (added)
	* uspace/lib/c/include/ipc/loc.h (moved)
	* uspace/lib/c/include/ipc/mouseev.h (moved)
	* uspace/lib/c/include/ipc/net.h (modified)
	* uspace/lib/c/include/ipc/services.h (modified)
	* uspace/lib/c/include/ipc/vfs.h (modified)
	* uspace/lib/c/include/libc.h (modified)
	* uspace/lib/c/include/loader/loader.h (modified)
	* uspace/lib/c/include/loader/pcb.h (modified)
	* uspace/lib/c/include/loc.h (added)
	* uspace/lib/c/include/net/icmp_api.h (modified)
	* uspace/lib/c/include/net/icmp_common.h (modified)
	* uspace/lib/c/include/net/modules.h (modified)
	* uspace/lib/c/include/rtld/elf_dyn.h (modified)
	* uspace/lib/c/include/rtld/rtld.h (modified)
	* uspace/lib/c/include/rtld/symbol.h (modified)
	* uspace/lib/c/include/stats.h (modified)
	* uspace/lib/c/include/str.h (modified)
	* uspace/lib/c/include/sys/stat.h (modified)
	* uspace/lib/c/include/syscall.h (modified)
	* uspace/lib/c/include/sysinfo.h (modified)
	* uspace/lib/c/include/task.h (modified)
	* uspace/lib/c/include/thread.h (modified)
	* uspace/lib/c/include/udebug.h (modified)
	* uspace/lib/c/include/unistd.h (modified)
	* uspace/lib/c/include/vfs/vfs.h (modified)
	* uspace/lib/clui/tinput.c (modified)
	* uspace/lib/clui/tinput.h (modified)
	* uspace/lib/drv/Makefile (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/generic/logbuf.c (added)
	* uspace/lib/drv/include/ddf/driver.h (modified)
	* uspace/lib/drv/include/ddf/interrupt.h (modified)
	* uspace/lib/drv/include/ddf/log.h (modified)
	* uspace/lib/ext2/libext2_directory.c (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_superblock.c (modified)
	* uspace/lib/ext2/libext2_superblock.h (modified)
	* uspace/lib/fmtutil/Makefile (added)
	* uspace/lib/fmtutil/fmtutil.c (added)
	* uspace/lib/fmtutil/fmtutil.h (added)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/fs/libfs.h (modified)
	* uspace/lib/imgmap/Makefile (added)
	* uspace/lib/imgmap/imgmap.c (added)
	* uspace/lib/imgmap/imgmap.h (added)
	* uspace/lib/net/adt/module_map.c (modified)
	* uspace/lib/net/generic/generic.c (modified)
	* uspace/lib/net/generic/net_remote.c (modified)
	* uspace/lib/net/generic/packet_client.c (modified)
	* uspace/lib/net/generic/packet_remote.c (modified)
	* uspace/lib/net/il/arp_remote.c (modified)
	* uspace/lib/net/il/il_remote.c (modified)
	* uspace/lib/net/il/il_skel.c (modified)
	* uspace/lib/net/il/ip_remote.c (modified)
	* uspace/lib/net/include/adt/module_map.h (modified)
	* uspace/lib/net/include/arp_interface.h (modified)
	* uspace/lib/net/include/generic.h (modified)
	* uspace/lib/net/include/icmp_remote.h (modified)
	* uspace/lib/net/include/il_remote.h (modified)
	* uspace/lib/net/include/il_skel.h (modified)
	* uspace/lib/net/include/ip_interface.h (modified)
	* uspace/lib/net/include/ip_remote.h (modified)
	* uspace/lib/net/include/net_interface.h (modified)
	* uspace/lib/net/include/netif_remote.h (modified)
	* uspace/lib/net/include/netif_skel.h (modified)
	* uspace/lib/net/include/nil_remote.h (modified)
	* uspace/lib/net/include/nil_skel.h (modified)
	* uspace/lib/net/include/packet_client.h (modified)
	* uspace/lib/net/include/packet_remote.h (modified)
	* uspace/lib/net/include/socket_core.h (modified)
	* uspace/lib/net/include/tl_common.h (modified)
	* uspace/lib/net/include/tl_remote.h (modified)
	* uspace/lib/net/include/tl_skel.h (modified)
	* uspace/lib/net/netif/netif_remote.c (modified)
	* uspace/lib/net/netif/netif_skel.c (modified)
	* uspace/lib/net/nil/nil_remote.c (modified)
	* uspace/lib/net/nil/nil_skel.c (modified)
	* uspace/lib/net/tl/icmp_remote.c (modified)
	* uspace/lib/net/tl/socket_core.c (modified)
	* uspace/lib/net/tl/tl_common.c (modified)
	* uspace/lib/net/tl/tl_remote.c (modified)
	* uspace/lib/net/tl/tl_skel.c (modified)
	* uspace/lib/packet/generic/packet_server.c (modified)
	* uspace/lib/scsi/Makefile (added)
	* uspace/lib/scsi/include/scsi/sbc.h (added)
	* uspace/lib/scsi/include/scsi/spc.h (added)
	* uspace/lib/scsi/src/spc.c (added)
	* uspace/lib/softfloat/arch/mips32/include/functions.h (modified)
	* uspace/lib/softfloat/arch/mips64/include/functions.h (added)
	* uspace/lib/usb/include/usb/classes/hub.h (modified)
	* uspace/lib/usb/include/usb/hc.h (modified)
	* uspace/lib/usb/include/usb/usb.h (modified)
	* uspace/lib/usb/src/debug.c (modified)
	* uspace/lib/usb/src/hc.c (modified)
	* uspace/lib/usb/src/resolve.c (modified)
	* uspace/lib/usb/src/usb.c (modified)
	* uspace/lib/usbdev/src/pipes.c (modified)
	* uspace/lib/usbhid/include/usb/hid/hiddescriptor.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidpath.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified)
	* uspace/lib/usbhid/src/hiddescriptor.c (modified)
	* uspace/lib/usbhid/src/hidparser.c (modified)
	* uspace/lib/usbhid/src/hidpath.c (modified)
	* uspace/lib/usbhid/src/hidreq.c (modified)
	* uspace/lib/usbhost/include/usb/host/batch.h (modified)
	* uspace/lib/usbhost/include/usb/host/endpoint.h (modified)
	* uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified)
	* uspace/lib/usbhost/src/batch.c (modified)
	* uspace/lib/usbhost/src/endpoint.c (modified)
	* uspace/lib/usbvirt/src/device.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.h (modified)
	* uspace/srv/bd/ata_bd/ata_hw.h (modified)
	* uspace/srv/bd/file_bd/file_bd.c (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/rd/rd.c (modified)
	* uspace/srv/clip/clip.c (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/devman/match.c (modified)
	* uspace/srv/devman/util.c (modified)
	* uspace/srv/devman/util.h (modified)
	* uspace/srv/devmap/devmap.c (deleted)
	* uspace/srv/fs/devfs/devfs_ops.c (deleted)
	* uspace/srv/fs/exfat/Makefile (added)
	* uspace/srv/fs/exfat/exfat.c (moved)
	* uspace/srv/fs/exfat/exfat.h (added)
	* uspace/srv/fs/exfat/exfat_bitmap.c (added)
	* uspace/srv/fs/exfat/exfat_bitmap.h (moved)
	* uspace/srv/fs/exfat/exfat_dentry.c (added)
	* uspace/srv/fs/exfat/exfat_dentry.h (added)
	* uspace/srv/fs/exfat/exfat_directory.c (added)
	* uspace/srv/fs/exfat/exfat_directory.h (added)
	* uspace/srv/fs/exfat/exfat_fat.c (added)
	* uspace/srv/fs/exfat/exfat_fat.h (added)
	* uspace/srv/fs/exfat/exfat_idx.c (added)
	* uspace/srv/fs/exfat/exfat_ops.c (added)
	* uspace/srv/fs/ext2fs/ext2fs.c (modified)
	* uspace/srv/fs/ext2fs/ext2fs.h (modified)
	* uspace/srv/fs/ext2fs/ext2fs_ops.c (modified)
	* uspace/srv/fs/fat/Makefile (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 (added)
	* uspace/srv/fs/fat/fat_directory.h (added)
	* uspace/srv/fs/fat/fat_fat.c (modified)
	* uspace/srv/fs/fat/fat_fat.h (modified)
	* uspace/srv/fs/fat/fat_idx.c (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)
	* uspace/srv/fs/locfs/Makefile (moved)
	* uspace/srv/fs/locfs/locfs.c (moved)
	* uspace/srv/fs/locfs/locfs.h (added)
	* uspace/srv/fs/locfs/locfs_ops.c (added)
	* uspace/srv/fs/locfs/locfs_ops.h (moved)
	* uspace/srv/fs/tmpfs/tmpfs.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs.h (modified)
	* uspace/srv/fs/tmpfs/tmpfs_dump.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs_ops.c (modified)
	* uspace/srv/hid/adb_mouse/adb_dev.c (deleted)
	* uspace/srv/hid/adb_mouse/adb_mouse.c (deleted)
	* uspace/srv/hid/char_mouse/char_mouse.c (deleted)
	* uspace/srv/hid/console/Makefile (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/console/gcons.c (modified)
	* uspace/srv/hid/console/gfx/anim_1.ppm (deleted)
	* uspace/srv/hid/console/gfx/anim_1.tga (added)
	* uspace/srv/hid/console/gfx/anim_2.ppm (deleted)
	* uspace/srv/hid/console/gfx/anim_2.tga (added)
	* uspace/srv/hid/console/gfx/anim_3.ppm (deleted)
	* uspace/srv/hid/console/gfx/anim_3.tga (added)
	* uspace/srv/hid/console/gfx/anim_4.ppm (deleted)
	* uspace/srv/hid/console/gfx/anim_4.tga (added)
	* uspace/srv/hid/console/gfx/cons_has_data.ppm (deleted)
	* uspace/srv/hid/console/gfx/cons_has_data.tga (added)
	* uspace/srv/hid/console/gfx/cons_idle.ppm (deleted)
	* uspace/srv/hid/console/gfx/cons_idle.tga (added)
	* uspace/srv/hid/console/gfx/cons_kernel.ppm (deleted)
	* uspace/srv/hid/console/gfx/cons_kernel.tga (added)
	* uspace/srv/hid/console/gfx/cons_selected.ppm (deleted)
	* uspace/srv/hid/console/gfx/cons_selected.tga (added)
	* uspace/srv/hid/console/gfx/helenos.ppm (deleted)
	* uspace/srv/hid/console/gfx/helenos.tga (added)
	* uspace/srv/hid/console/gfx/nameic.ppm (deleted)
	* uspace/srv/hid/console/gfx/nameic.tga (added)
	* uspace/srv/hid/fb/Makefile (modified)
	* uspace/srv/hid/fb/ega.c (modified)
	* uspace/srv/hid/fb/fb.c (modified)
	* uspace/srv/hid/fb/fb.h (modified)
	* uspace/srv/hid/fb/main.c (modified)
	* uspace/srv/hid/fb/niagara.c (modified)
	* uspace/srv/hid/fb/niagara.h (modified)
	* uspace/srv/hid/fb/ppm.c (deleted)
	* uspace/srv/hid/fb/serial_console.c (modified)
	* uspace/srv/hid/fb/serial_console.h (modified)
	* uspace/srv/hid/fb/sgcn.c (deleted)
	* uspace/srv/hid/input/Makefile (added)
	* uspace/srv/hid/input/ctl/apple.c (moved)
	* uspace/srv/hid/input/ctl/gxe_fb.c (moved)
	* uspace/srv/hid/input/ctl/kbdev.c (added)
	* uspace/srv/hid/input/ctl/pc.c (moved)
	* uspace/srv/hid/input/ctl/stty.c (moved)
	* uspace/srv/hid/input/ctl/sun.c (moved)
	* uspace/srv/hid/input/generic/gsp.c (moved)
	* uspace/srv/hid/input/generic/input.c (added)
	* uspace/srv/hid/input/generic/layout.c (added)
	* uspace/srv/hid/input/generic/stroke.c (moved)
	* uspace/srv/hid/input/include/gsp.h (moved)
	* uspace/srv/hid/input/include/input.h (moved)
	* uspace/srv/hid/input/include/kbd.h (added)
	* uspace/srv/hid/input/include/kbd_ctl.h (moved)
	* uspace/srv/hid/input/include/kbd_port.h (added)
	* uspace/srv/hid/input/include/layout.h (added)
	* uspace/srv/hid/input/include/mouse.h (added)
	* uspace/srv/hid/input/include/mouse_port.h (moved)
	* uspace/srv/hid/input/include/mouse_proto.h (moved)
	* uspace/srv/hid/input/include/stroke.h (moved)
	* uspace/srv/hid/input/include/sun.h (moved)
	* uspace/srv/hid/input/layout/cz.c (moved)
	* uspace/srv/hid/input/layout/us_dvorak.c (moved)
	* uspace/srv/hid/input/layout/us_qwerty.c (moved)
	* uspace/srv/hid/input/port/adb.c (moved)
	* uspace/srv/hid/input/port/adb_mouse.c (moved)
	* uspace/srv/hid/input/port/chardev.c (moved)
	* uspace/srv/hid/input/port/chardev_mouse.c (added)
	* uspace/srv/hid/input/port/dummy.c (moved)
	* uspace/srv/hid/input/port/gxemul.c (moved)
	* uspace/srv/hid/input/port/msim.c (moved)
	* uspace/srv/hid/input/port/niagara.c (moved)
	* uspace/srv/hid/input/port/ns16550.c (moved)
	* uspace/srv/hid/input/port/pl050.c (moved)
	* uspace/srv/hid/input/port/sgcn.c (moved)
	* uspace/srv/hid/input/port/ski.c (moved)
	* uspace/srv/hid/input/port/sun.c (moved)
	* uspace/srv/hid/input/port/z8530.c (moved)
	* uspace/srv/hid/input/proto/adb.c (added)
	* uspace/srv/hid/input/proto/mousedev.c (added)
	* uspace/srv/hid/input/proto/ps2.c (moved)
	* uspace/srv/hid/kbd/Makefile (deleted)
	* uspace/srv/hid/kbd/generic/kbd.c (deleted)
	* uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified)
	* uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h (modified)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.h (modified)
	* uspace/srv/hw/char/i8042/i8042.c (modified)
	* uspace/srv/hw/char/i8042/i8042.h (modified)
	* uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified)
	* uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.h (modified)
	* uspace/srv/hw/irc/apic/apic.c (modified)
	* uspace/srv/hw/irc/fhc/fhc.c (deleted)
	* uspace/srv/hw/irc/i8259/i8259.c (modified)
	* uspace/srv/hw/irc/obio/obio.c (modified)
	* uspace/srv/hw/netif/ne2000/dp8390.c (modified)
	* uspace/srv/hw/netif/ne2000/dp8390.h (modified)
	* uspace/srv/hw/netif/ne2000/ne2000.c (modified)
	* uspace/srv/loader/Makefile (modified)
	* uspace/srv/loader/include/elf.h (deleted)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/loc/Makefile (moved)
	* uspace/srv/loc/category.c (added)
	* uspace/srv/loc/category.h (added)
	* uspace/srv/loc/loc.c (added)
	* uspace/srv/loc/loc.h (added)
	* uspace/srv/net/il/arp/arp.c (modified)
	* uspace/srv/net/il/arp/arp.h (modified)
	* uspace/srv/net/il/ip/ip.c (modified)
	* uspace/srv/net/il/ip/ip.h (modified)
	* uspace/srv/net/net/net.c (modified)
	* uspace/srv/net/netif/lo/lo.c (modified)
	* uspace/srv/net/nil/eth/eth.c (modified)
	* uspace/srv/net/nil/eth/eth.h (modified)
	* uspace/srv/net/nil/nildummy/nildummy.c (modified)
	* uspace/srv/net/nil/nildummy/nildummy.h (modified)
	* uspace/srv/net/tl/icmp/icmp.c (modified)
	* uspace/srv/net/tl/tcp/tcp.c (modified)
	* uspace/srv/net/tl/tcp/tcp.h (modified)
	* uspace/srv/net/tl/udp/udp.c (modified)
	* uspace/srv/net/tl/udp/udp.h (modified)
	* uspace/srv/ns/clonable.c (modified)
	* uspace/srv/ns/service.c (modified)
	* uspace/srv/ns/task.c (modified)
	* uspace/srv/vfs/vfs.c (modified)
	* uspace/srv/vfs/vfs.h (modified)
	* uspace/srv/vfs/vfs_file.c (modified)
	* uspace/srv/vfs/vfs_lookup.c (modified)
	* uspace/srv/vfs/vfs_node.c (modified)
	* uspace/srv/vfs/vfs_ops.c (modified)
	* uspace/srv/vfs/vfs_register.c (modified)

	Merge mainline changes


Sat, 03 Sep 2011 13:37:16 GMT Jiri Svoboda <jiri@…> [deac215e]
	* uspace/drv/infrastructure/root/root.c (modified)
	* uspace/drv/infrastructure/rootvirt/rootvirt.c (modified)
	* uspace/drv/test/test1/test1.c (modified)
	* uspace/drv/test/test2/test2.c (modified)
	* uspace/drv/test/test3/test3.c (modified)

	rootvirt removal support.


Sat, 03 Sep 2011 13:10:25 GMT Jiri Svoboda <jiri@…> [b29bb09]
	* uspace/drv/test/test3/test3.c (modified)

	test3 removal support.


Sat, 03 Sep 2011 12:29:36 GMT Jiri Svoboda <jiri@…> [7fff38c1]
	* uspace/drv/test/test1/test1.c (modified)
	* uspace/drv/test/test2/test2.c (modified)

	test2 removal support.


Sat, 03 Sep 2011 12:02:08 GMT Jiri Svoboda <jiri@…> [f278930]
	* uspace/drv/bus/isa/isa.c (modified)
	* uspace/drv/bus/pci/pciintel/pci.c (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/srv/devman/main.c (modified)

	ISA bridge remove support.


Fri, 02 Sep 2011 22:03:55 GMT Jiri Svoboda <jiri@…> [f480d7e]
	* uspace/drv/bus/isa/isa.c (modified)
	* uspace/drv/char/ns8250/ns8250.c (modified)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/srv/devman/main.c (modified)

	Merge ns8250 removal support.


Fri, 02 Sep 2011 22:02:55 GMT Jiri Svoboda <jiri@…> [5b68e0c]
	* uspace/drv/bus/isa/isa.c (modified)
	* uspace/drv/char/ns8250/ns8250.c (modified)
	* uspace/lib/c/include/errno.h (modified)

	ns8250 device removal support.


Fri, 02 Sep 2011 21:08:44 GMT Jiri Svoboda <jiri@…> [fb4c877]
	* uspace/srv/devman/main.c (modified)

	Do not trust driver to remove all functions.


Fri, 02 Sep 2011 16:54:18 GMT Jiri Svoboda <jiri@…> [a1b7e80]
	* uspace/app/devctl/devctl.c (modified)
	* uspace/drv/bus/pci/pciintel/pci.c (modified)
	* uspace/drv/bus/usb/uhci/uhci.c (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified)
	* uspace/drv/bus/usb/usbhid/main.c (modified)
	* uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified)
	* uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified)
	* uspace/drv/bus/usb/usbhid/usbhid.c (modified)
	* uspace/drv/bus/usb/usbhid/usbhid.h (modified)
	* uspace/drv/bus/usb/usbmast/main.c (modified)
	* uspace/drv/char/ns8250/ns8250.c (modified)
	* uspace/drv/infrastructure/rootvirt/rootvirt.c (modified)
	* uspace/drv/test/test1/test1.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/include/devman.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/include/ddf/driver.h (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/loc/loc.c (modified)

	Merge basic infrastructure for anticipated device removal from ...


Fri, 02 Sep 2011 16:42:27 GMT Jiri Svoboda <jiri@…> [224c0e7]
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/srv/devman/main.c (modified)

	Supress debugging messages.


Fri, 02 Sep 2011 16:33:02 GMT Jiri Svoboda <jiri@…> [e2b9b341]
	* uspace/srv/devman/main.c (modified)

	Check state for removed devices and functions.


Fri, 02 Sep 2011 15:58:02 GMT Jiri Svoboda <jiri@…> [c1a0488]
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)

	Track basic device and function states.


Fri, 02 Sep 2011 15:22:24 GMT Jiri Svoboda <jiri@…> [aff587f]
	* uspace/srv/loc/loc.c (modified)

	Fix missing check in loc_service_add_to_cat().


Thu, 01 Sep 2011 22:19:21 GMT Jiri Svoboda <jiri@…> [58cbb0c8]
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)

	Reference counting of device and function nodes in devman.


Tue, 30 Aug 2011 18:10:40 GMT Martin Decky <martin@…> [7a72ce1a]
	* uspace/lib/block/libblock.c (modified)

	fix argument name


Tue, 30 Aug 2011 17:35:04 GMT Martin Decky <martin@…> [4046b2f4]
	* uspace/lib/block/libblock.c (modified)
	* uspace/lib/block/libblock.h (modified)
	* uspace/lib/c/include/ipc/bd.h (modified)
	* uspace/srv/bd/ata_bd/ata_bd.c (modified)
	* uspace/srv/bd/ata_bd/ata_hw.h (modified)

	TOC reading support
	cherrypicked from lp:~jkavalik/cdfs/main


Tue, 30 Aug 2011 17:29:55 GMT Martin Decky <martin@…> [c3d19ac]
	* uspace/lib/c/generic/str.c (modified)

	fix typo


Mon, 29 Aug 2011 23:00:12 GMT Jiri Svoboda <jiri@…> [5f6e25e]
	* uspace/drv/bus/pci/pciintel/pci.c (modified)
	* uspace/drv/bus/usb/uhci/uhci.c (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified)
	* uspace/drv/bus/usb/usbhid/main.c (modified)
	* uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified)
	* uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified)
	* uspace/drv/bus/usb/usbhid/usbhid.c (modified)
	* uspace/drv/bus/usb/usbhid/usbhid.h (modified)
	* uspace/drv/bus/usb/usbmast/main.c (modified)
	* uspace/drv/char/ns8250/ns8250.c (modified)
	* uspace/lib/drv/generic/driver.c (modified)

	Leave it up to DDF to free driver-specific data. This makes it ...


Mon, 29 Aug 2011 21:53:18 GMT Jiri Svoboda <jiri@…> [c5be39b]
	* uspace/drv/test/test1/test1.c (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/include/ddf/driver.h (modified)

	Add interface for allocating driver-specific device and function
	data.


Mon, 29 Aug 2011 19:03:17 GMT Jiri Svoboda <jiri@…> [bfe7867]
	* uspace/lib/drv/generic/driver.c (modified)

	Make sure ddf_dev_t structure exists as long as any associated ...


Mon, 29 Aug 2011 18:52:45 GMT Jiri Svoboda <jiri@…> [4d94002d]
	* uspace/lib/drv/generic/driver.c (modified)

	Grammar nit.


Mon, 29 Aug 2011 18:46:37 GMT Jiri Svoboda <jiri@…> [0f0f8bc]
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/include/ddf/driver.h (modified)

	Use reference counting to synchronize freeing of ddf_fun_t and ...


Sun, 28 Aug 2011 21:16:54 GMT Jiri Svoboda <jiri@…> [8cc4ddb]
	* abi/include/bool.h (added)
	* abi/include/proc/task.h (added)
	* abi/include/proc/thread.h (added)
	* abi/include/syscall.h (modified)
	* abi/include/sysinfo.h (modified)
	* boot/Makefile.common (modified)
	* boot/generic/src/printf_core.c (modified)
	* kernel/arch/amd64/include/asm.h (modified)
	* kernel/arch/ia32/include/asm.h (modified)
	* kernel/generic/include/ipc/ipc.h (modified)
	* kernel/generic/include/sysinfo/sysinfo.h (modified)
	* kernel/generic/include/typedefs.h (modified)
	* kernel/generic/src/mm/slab.c (modified)
	* kernel/generic/src/printf/printf_core.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* kernel/generic/src/sysinfo/sysinfo.c (modified)
	* kernel/test/print/print2.c (modified)
	* uspace/Makefile (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/bdsh/Makefile (modified)
	* uspace/app/bdsh/cmds/modules/help/help.c (modified)
	* uspace/app/bdsh/compl.c (modified)
	* uspace/app/bdsh/input.c (modified)
	* uspace/app/mkfat/fat.h (modified)
	* uspace/app/mkfat/mkfat.c (modified)
	* uspace/app/sysinfo/sysinfo.c (modified)
	* uspace/app/tester/print/print2.c (modified)
	* uspace/app/tester/stdio/stdio1.c (modified)
	* uspace/app/trace/syscalls.c (modified)
	* uspace/dist/src/sysel/demos/htxtfile.sy (modified)
	* uspace/dist/textdemo (moved)
	* uspace/lib/c/arch/ia32/include/ddi.h (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/io/printf_core.c (modified)
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/generic/sysinfo.c (modified)
	* uspace/lib/c/include/bool.h (modified)
	* uspace/lib/c/include/str.h (modified)
	* uspace/lib/c/include/sysinfo.h (modified)
	* uspace/lib/c/include/task.h (modified)
	* uspace/lib/c/include/thread.h (modified)
	* uspace/lib/fmtutil/Makefile (added)
	* uspace/lib/fmtutil/fmtutil.c (added)
	* uspace/lib/fmtutil/fmtutil.h (added)
	* uspace/srv/fs/exfat/Makefile (added)
	* uspace/srv/fs/exfat/exfat.c (added)
	* uspace/srv/fs/exfat/exfat.h (added)
	* uspace/srv/fs/exfat/exfat_bitmap.c (added)
	* uspace/srv/fs/exfat/exfat_bitmap.h (added)
	* uspace/srv/fs/exfat/exfat_dentry.c (added)
	* uspace/srv/fs/exfat/exfat_dentry.h (added)
	* uspace/srv/fs/exfat/exfat_directory.c (added)
	* uspace/srv/fs/exfat/exfat_directory.h (added)
	* uspace/srv/fs/exfat/exfat_fat.c (added)
	* uspace/srv/fs/exfat/exfat_fat.h (added)
	* uspace/srv/fs/exfat/exfat_idx.c (added)
	* uspace/srv/fs/exfat/exfat_ops.c (added)
	* uspace/srv/fs/fat/Makefile (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 (added)
	* uspace/srv/fs/fat/fat_directory.h (added)
	* uspace/srv/fs/fat/fat_fat.c (modified)
	* uspace/srv/fs/fat/fat_fat.h (modified)
	* uspace/srv/fs/fat/fat_idx.c (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)

	Merge mainline changes.


Sun, 28 Aug 2011 21:12:54 GMT Jiri Svoboda <jiri@…> [36e2b55]
	* uspace/lib/c/generic/async.c (modified)

	Tear down data connections properly when terminating session.


Sun, 28 Aug 2011 21:04:59 GMT Jiri Svoboda <jiri@…> [19fc04c]
	* kernel/generic/include/ipc/ipc.h (modified)

	Bump max. number of phones to 64. With EXCHANGE_PARALLEL and USB + ...


Sun, 28 Aug 2011 18:48:21 GMT Martin Decky <martin@…> [9a426d1f]
	* abi/include/bool.h (added)
	* abi/include/proc/task.h (added)
	* abi/include/proc/thread.h (added)
	* abi/include/syscall.h (modified)
	* abi/include/sysinfo.h (modified)
	* kernel/generic/include/ipc/ipc.h (modified)
	* kernel/generic/include/sysinfo/sysinfo.h (modified)
	* kernel/generic/include/typedefs.h (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* kernel/generic/src/sysinfo/sysinfo.c (modified)
	* uspace/app/sysinfo/sysinfo.c (modified)
	* uspace/app/trace/syscalls.c (modified)
	* uspace/lib/c/generic/sysinfo.c (modified)
	* uspace/lib/c/include/bool.h (modified)
	* uspace/lib/c/include/sysinfo.h (modified)
	* uspace/lib/c/include/task.h (modified)
	* uspace/lib/c/include/thread.h (modified)

	more kernel/uspace ABI unification:
	bool, task_id_t, thread_id_t, ...


Sun, 28 Aug 2011 18:46:21 GMT Martin Decky <martin@…> [dc6b148]
	* uspace/srv/fs/fat/fat_fat.c (modified)

	cstyle
	(no change in functionality)


Sat, 27 Aug 2011 21:27:24 GMT Jakub Jermar <jakub@…> [51d0ee9]
	* uspace/app/mkfat/fat.h (modified)
	* uspace/app/mkfat/mkfat.c (modified)

	Fix ppc32 build and a possible rounding error.


Fri, 26 Aug 2011 23:52:15 GMT Jakub Jermar <jakub@…> [4cf5ed46]
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/app/mkfat/fat.h (modified)
	* uspace/app/mkfat/mkfat.c (modified)
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/include/str.h (modified)
	* uspace/srv/fs/exfat/Makefile (added)
	* uspace/srv/fs/exfat/exfat.c (added)
	* uspace/srv/fs/exfat/exfat.h (added)
	* uspace/srv/fs/exfat/exfat_bitmap.c (added)
	* uspace/srv/fs/exfat/exfat_bitmap.h (added)
	* uspace/srv/fs/exfat/exfat_dentry.c (added)
	* uspace/srv/fs/exfat/exfat_dentry.h (added)
	* uspace/srv/fs/exfat/exfat_directory.c (added)
	* uspace/srv/fs/exfat/exfat_directory.h (added)
	* uspace/srv/fs/exfat/exfat_fat.c (added)
	* uspace/srv/fs/exfat/exfat_fat.h (added)
	* uspace/srv/fs/exfat/exfat_idx.c (added)
	* uspace/srv/fs/exfat/exfat_ops.c (added)
	* uspace/srv/fs/fat/Makefile (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 (added)
	* uspace/srv/fs/fat/fat_directory.h (added)
	* uspace/srv/fs/fat/fat_fat.c (modified)
	* uspace/srv/fs/fat/fat_fat.h (modified)
	* uspace/srv/fs/fat/fat_idx.c (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)

	Merge from lp:~jakub/helenos/fat-from-oleg.

	* This merge ...


Fri, 26 Aug 2011 23:42:52 GMT Jakub Jermar <jakub@…> [0be611b]
	* uspace/srv/fs/fat/fat_ops.c (modified)

	Do not leave parentp->idx->lock locked when returning from
	fat_link().


Fri, 26 Aug 2011 23:36:00 GMT Jakub Jermar <jakub@…> [7ece4247]
	* uspace/srv/fs/fat/fat_fat.c (modified)
	* uspace/srv/fs/fat/fat_fat.h (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)

	Cleanup.


Fri, 26 Aug 2011 23:06:25 GMT Jakub Jermar <jakub@…> [4bf6895]
	* uspace/srv/fs/fat/fat_fat.c (modified)

	Use 32-bit max number of clusters.


Fri, 26 Aug 2011 23:04:07 GMT Jakub Jermar <jakub@…> [5d95f02]
	* 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)

	Cleanup.


Fri, 26 Aug 2011 21:19:24 GMT Jakub Jermar <jakub@…> [0dbe5ac]
	* 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)

	Cstyle.


Thu, 25 Aug 2011 22:15:33 GMT Jakub Jermar <jakub@…> [ff0c270]
	* uspace/srv/fs/exfat/exfat.h (modified)
	* 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_directory.h (modified)

	Cstyle.


Thu, 25 Aug 2011 21:42:38 GMT Jakub Jermar <jakub@…> [abb7491c]
	* uspace/lib/c/generic/str.c (modified)

	Cstyle.


Thu, 25 Aug 2011 21:20:31 GMT Jakub Jermar <jakub@…> [81e20c7]
	* uspace/app/mkfat/mkfat.c (modified)

	Fix computation of cfg.total_sectors.


Thu, 25 Aug 2011 21:07:05 GMT Jakub Jermar <jakub@…> [462b418]
	* uspace/app/mkfat/mkfat.c (modified)

	Recognize only --type 12, 16 and 32.


Thu, 25 Aug 2011 20:41:38 GMT Jakub Jermar <jakub@…> [ede7ae1]
	* uspace/app/mkfat/mkfat.c (modified)

	Do not limit FAT12 to 512 BPS.


Thu, 25 Aug 2011 20:31:00 GMT Jakub Jermar <jakub@…> [c80100f]
	* uspace/app/mkfat/mkfat.c (modified)

	Do not forget the --size value.


Thu, 25 Aug 2011 20:12:17 GMT Jakub Jermar <jakub@…> [24738df]
	* uspace/app/mkfat/mkfat.c (modified)

	Use the same value for SPC for all FAT variants in mkfat.

	* This ...


Wed, 24 Aug 2011 22:38:31 GMT Jakub Jermar <jakub@…> [26ad20b]
	* uspace/app/mkfat/fat.h (modified)
	* uspace/app/mkfat/mkfat.c (modified)

	Cleanup mkfat.


Wed, 24 Aug 2011 21:51:57 GMT Jakub Jermar <jakub@…> [81e9cb3]
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/include/str.h (modified)

	Make wstr_to_str() and str_to_wstr() void functions again.


Wed, 24 Aug 2011 21:32:32 GMT Jakub Jermar <jakub@…> [980311e]
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/include/str.h (modified)
	* uspace/srv/fs/fat/fat_dentry.c (modified)
	* uspace/srv/fs/fat/fat_dentry.h (modified)

	Remove wstr_chr().


Wed, 24 Aug 2011 21:20:15 GMT Jakub Jermar <jakub@…> [a5454cf]
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/include/str.h (modified)

	Remove wstr_rchr().


Wed, 24 Aug 2011 21:16:13 GMT Jakub Jermar <jakub@…> [c065743]
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/include/str.h (modified)
	* uspace/srv/fs/fat/fat_directory.c (modified)

	Remove str_reverse() and size_t_str().


Wed, 24 Aug 2011 20:31:28 GMT Jakub Jermar <jakub@…> [ace588a]
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/include/str.h (modified)

	Remove wstr_is_ascii().


Wed, 24 Aug 2011 20:20:55 GMT Jakub Jermar <jakub@…> [ebddd71]
	* uspace/srv/fs/fat/fat_idx.c (modified)

	Rename U[IP]H_DK_KEY to U[IP]H_SID_KEY.


Wed, 24 Aug 2011 20:15:40 GMT Jakub Jermar <jakub@…> [eb660787]
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/app/filecrc/Makefile (deleted)
	* uspace/app/filecrc/crc32.c (deleted)
	* uspace/app/filecrc/crc32.h (deleted)
	* uspace/app/filecrc/filecrc.c (deleted)
	* uspace/app/filegen/Makefile (deleted)
	* uspace/app/filegen/crc32.c (deleted)
	* uspace/app/filegen/crc32.h (deleted)
	* uspace/app/filegen/filegen.c (deleted)

	Remove unneeded stuff.


Wed, 24 Aug 2011 20:10:43 GMT Jakub Jermar <jakub@…> [375ab5e]
	* 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/crc32.c (added)
	* uspace/app/filegen/crc32.h (added)
	* uspace/app/filegen/filegen.c (added)
	* uspace/app/mkfat/fat.h (modified)
	* uspace/app/mkfat/mkfat.c (modified)
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/include/str.h (modified)
	* uspace/srv/fs/exfat/Makefile (added)
	* uspace/srv/fs/exfat/exfat.c (added)
	* uspace/srv/fs/exfat/exfat.h (added)
	* uspace/srv/fs/exfat/exfat_bitmap.c (added)
	* uspace/srv/fs/exfat/exfat_bitmap.h (added)
	* uspace/srv/fs/exfat/exfat_dentry.c (added)
	* uspace/srv/fs/exfat/exfat_dentry.h (added)
	* uspace/srv/fs/exfat/exfat_directory.c (added)
	* uspace/srv/fs/exfat/exfat_directory.h (added)
	* uspace/srv/fs/exfat/exfat_fat.c (added)
	* uspace/srv/fs/exfat/exfat_fat.h (added)
	* uspace/srv/fs/exfat/exfat_idx.c (added)
	* uspace/srv/fs/exfat/exfat_ops.c (added)
	* uspace/srv/fs/fat/Makefile (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 (added)
	* uspace/srv/fs/fat/fat_directory.h (added)
	* uspace/srv/fs/fat/fat_fat.c (modified)
	* uspace/srv/fs/fat/fat_fat.h (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)

	Merge from lp:~romanenko-oleg/helenos/fat.


Tue, 23 Aug 2011 17:44:33 GMT Martin Decky <martin@…> [7fadb65]
	* boot/generic/src/printf_core.c (modified)
	* kernel/generic/src/printf/printf_core.c (modified)
	* kernel/test/print/print2.c (modified)
	* uspace/app/tester/print/print2.c (modified)
	* uspace/lib/c/generic/io/printf_core.c (modified)

	fix printout of signed integer arguments (thx Jiri Zarevucky) ...


Mon, 22 Aug 2011 20:02:59 GMT Martin Decky <martin@…> [7ce7cfb]
	* kernel/generic/src/mm/slab.c (modified)

	remove some extra empty lines


Sun, 21 Aug 2011 18:09:05 GMT Oleg Romanenko <romanenko.oleg@…> [842a2d2]
	* uspace/srv/fs/fat/fat_dentry.c (modified)

	FAT: fix. Using constants instead of magic numbers


Sun, 21 Aug 2011 17:57:33 GMT Oleg Romanenko <romanenko.oleg@…> [9fbe05e]
	* uspace/srv/fs/exfat/exfat_directory.h (modified)
	* uspace/srv/fs/fat/fat_directory.h (modified)

	FAT and exFAT: fix for SPARC64


Sun, 21 Aug 2011 15:27:45 GMT Oleg Romanenko <romanenko.oleg@…> [7234617]
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/app/mkfat/mkfat.c (modified)
	* uspace/srv/fs/exfat/exfat_ops.c (modified)
	* uspace/srv/fs/fat/fat_dentry.c (modified)
	* uspace/srv/fs/fat/fat_dentry.h (modified)

	FAT: fixes for mips support


Sun, 21 Aug 2011 14:13:01 GMT Martin Decky <martin@…> [5935c079]
	* uspace/app/bdsh/compl.c (modified)

	preferably use ssize_t for signed size values
	cstyle


Sun, 21 Aug 2011 13:24:21 GMT Martin Sucha <sucha14@…> [f90eb75]
	* uspace/app/bdsh/compl.c (modified)

	merge another bdsh stack overflow fix


Sun, 21 Aug 2011 13:16:40 GMT Martin Decky <martin@…> [b48d046]
	* uspace/app/bdsh/Makefile (modified)
	* uspace/app/bdsh/input.c (modified)
	* uspace/lib/c/generic/str.c (modified)

	cstyle
	(no change in functionality)


Sun, 21 Aug 2011 13:09:17 GMT Martin Decky <martin@…> [25c1b2c]
	* uspace/app/bdsh/cmds/modules/help/help.c (modified)

	update the URL


Sun, 21 Aug 2011 13:02:27 GMT Martin Sucha <sucha14@…> [8a6ba94]
	* uspace/app/bdsh/compl.c (modified)

	Fix stack overflow also in completion code


Sun, 21 Aug 2011 12:04:27 GMT Martin Sucha <sucha14@…> [d1e196f7]
	* HelenOS.config (modified)
	* abi/include/ipc/event.h (modified)
	* abi/include/ipc/methods.h (modified)
	* boot/Makefile.common (modified)
	* kernel/arch/amd64/include/asm.h (modified)
	* kernel/arch/ia32/Makefile.inc (modified)
	* kernel/arch/ia32/include/asm.h (modified)
	* kernel/arch/ia32/include/atomic.h (modified)
	* kernel/arch/ia32/include/boot/boot.h (modified)
	* kernel/arch/ia32/include/cycle.h (modified)
	* kernel/arch/ia32/src/asm.S (modified)
	* kernel/arch/ia32/src/boot/boot.S (modified)
	* kernel/arch/ia32/src/cpu/cpu.c (modified)
	* kernel/arch/ia32/src/proc/scheduler.c (modified)
	* kernel/arch/ia32/src/syscall.c (modified)
	* kernel/generic/include/ipc/ipc.h (modified)
	* kernel/generic/src/console/console.c (modified)
	* kernel/generic/src/ipc/event.c (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* uspace/Makefile (modified)
	* uspace/app/devctl/Makefile (added)
	* uspace/app/devctl/devctl.c (added)
	* uspace/app/lsusb/main.c (modified)
	* uspace/app/mkbd/main.c (modified)
	* uspace/app/tester/hw/serial/serial1.c (modified)
	* uspace/lib/c/arch/ia32/Makefile.common (modified)
	* uspace/lib/c/arch/ia32/Makefile.inc (modified)
	* uspace/lib/c/arch/ia32/include/ddi.h (modified)
	* uspace/lib/c/arch/ia32/src/entry.S (moved)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/async_obsolete.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/io/printf_core.c (modified)
	* uspace/lib/c/generic/ipc.c (modified)
	* uspace/lib/c/generic/loader.c (modified)
	* uspace/lib/c/generic/loc.c (modified)
	* uspace/lib/c/generic/ns.c (modified)
	* uspace/lib/c/generic/private/async.h (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/devman.h (modified)
	* uspace/lib/c/include/ipc/common.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/c/include/ipc/ipc.h (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/usb/src/resolve.c (modified)
	* uspace/lib/usbvirt/src/device.c (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/vfs/vfs.c (modified)
	* uspace/srv/vfs/vfs.h (modified)
	* uspace/srv/vfs/vfs_file.c (modified)

	Merge mainline changes


Sun, 21 Aug 2011 11:54:15 GMT Jiri Svoboda <jiri@…> [1a5b252]
	* uspace/app/devctl/devctl.c (modified)
	* uspace/drv/infrastructure/rootvirt/rootvirt.c (modified)
	* uspace/drv/test/test1/test1.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/include/devman.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/include/ddf/driver.h (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)

	DDF support for function offlining and onlining. This allows ...


Sun, 21 Aug 2011 11:44:59 GMT Martin Decky <martin@…> [a6480d5]
	* uspace/Makefile (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/bdsh/Makefile (modified)
	* uspace/app/bdsh/cmds/modules/help/help.c (modified)
	* uspace/app/bdsh/compl.c (modified)
	* uspace/app/bdsh/input.c (modified)
	* uspace/app/tester/stdio/stdio1.c (modified)
	* uspace/dist/src/sysel/demos/htxtfile.sy (modified)
	* uspace/dist/textdemo (moved)
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/include/str.h (modified)
	* uspace/lib/fmtutil/Makefile (added)
	* uspace/lib/fmtutil/fmtutil.c (added)
	* uspace/lib/fmtutil/fmtutil.h (added)

	merge Martin Sucha's fixes and improvements


Sun, 21 Aug 2011 11:29:41 GMT Martin Sucha <sucha14@…> [1877128]
	* uspace/app/tester/stdio/stdio1.c (modified)
	* uspace/dist/src/sysel/demos/htxtfile.sy (modified)

	Fix filenames that referenced readme file


Sun, 21 Aug 2011 11:09:24 GMT Martin Sucha <sucha14@…> [4c35a76]
	* uspace/dist/textdemo (moved)

	Don't lie about the contents of the readme file


Sun, 21 Aug 2011 11:03:26 GMT Martin Sucha <sucha14@…> [b9ae539]
	* uspace/app/bdsh/input.c (modified)

	Allocate space for tokens on the heap as it is too large for a stack ...


Sun, 21 Aug 2011 10:53:08 GMT Martin Sucha <sucha14@…> [f737c1d5]
	* uspace/app/bdsh/compl.c (modified)

	Fix bdsh completion crash


Sun, 21 Aug 2011 10:28:01 GMT Martin Sucha <sucha14@…> [6045ecf]
	* uspace/app/bdsh/cmds/modules/help/help.c (modified)
	* uspace/lib/fmtutil/fmtutil.c (modified)
	* uspace/lib/fmtutil/fmtutil.h (modified)

	Enhance justify aligment mode and align bdsh help to the left


Sun, 21 Aug 2011 08:24:38 GMT Martin Decky <martin@…> [c22531fc]
	* kernel/arch/amd64/include/asm.h (modified)
	* kernel/arch/ia32/include/asm.h (modified)
	* uspace/lib/c/arch/ia32/include/ddi.h (modified)

	cstyle
	(no change in functionality)


Sun, 21 Aug 2011 08:18:18 GMT Martin Sucha <sucha14@…> [19d007e]
	* uspace/lib/fmtutil/fmtutil.c (modified)

	Fix handling of empty lines when using ALIGN_JUSTIFY


Sun, 21 Aug 2011 08:15:13 GMT Martin Sucha <sucha14@…> [fcfac250]
	* uspace/app/bdsh/cmds/modules/help/help.c (modified)
	* uspace/lib/fmtutil/fmtutil.c (modified)

	Use proper formula to calculate number of spaces between words when ...


Sun, 21 Aug 2011 08:06:14 GMT Martin Sucha <sucha14@…> [e406736]
	* uspace/lib/fmtutil/fmtutil.c (modified)

	Check for unknown alignment type


Sat, 20 Aug 2011 22:58:14 GMT Martin Sucha <sucha14@…> [22cf42d9]
	* uspace/Makefile (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/bdsh/Makefile (modified)
	* uspace/app/bdsh/cmds/modules/help/help.c (modified)
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/include/str.h (modified)
	* uspace/lib/fmtutil/Makefile (added)
	* uspace/lib/fmtutil/fmtutil.c (added)
	* uspace/lib/fmtutil/fmtutil.h (added)

	Add formatting library and display help message wrapped


Sat, 20 Aug 2011 15:32:44 GMT Jiri Svoboda <jiri@…> [e64df9a]
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/ns.c (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)

	Merge devman-driver and driver-devman parallel exchange support.