#
# ChangeLog for uspace/Makefile in mainline
#
# Generated by Trac 1.6
# 2025-03-15T01:44:17Z

Wed, 24 Feb 2010 22:09:12 GMT Lenka Trochtova <trochtova.lenka@…> [924c75e1]
	* uspace/Makefile (modified)
	* uspace/lib/libc/include/ipc/devman.h (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/drivers/root/Makefile (added)
	* uspace/srv/drivers/root/root.c (added)
	* uspace/srv/drivers/root/root.ma (added)

	backup (unstable)


Wed, 10 Feb 2010 21:05:49 GMT Lenka Trochtova <trochtova.lenka@…> [e4c4247]
	* .bzrignore (added)
	* uspace/Makefile (modified)
	* uspace/srv/devman/devman.c (modified)

	parts of device manager (unstable)


Fri, 05 Feb 2010 10:57:50 GMT Lenka Trochtova <trochtova.lenka@…> [3b3e776]
	* HelenOS.config (modified)
	* Makefile (modified)
	* boot/Makefile.common (added)
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/amd64/grub/menu.lst (deleted)
	* boot/arch/arm32/Makefile.inc (modified)
	* boot/arch/arm32/loader/Makefile (modified)
	* boot/arch/arm32/loader/Makefile.build (modified)
	* boot/arch/arm32/loader/Makefile.common (modified)
	* boot/arch/arm32/loader/Makefile.toolchain (modified)
	* boot/arch/ia64/Makefile.inc (modified)
	* boot/arch/ia64/loader/Makefile (modified)
	* boot/arch/ia64/loader/Makefile.build (modified)
	* boot/arch/ia64/loader/Makefile.common (modified)
	* boot/arch/ia64/loader/Makefile.toolchain (modified)
	* boot/arch/ia64/loader/gefi/HelenOS/Makefile (modified)
	* boot/arch/mips32/Makefile.inc (modified)
	* boot/arch/mips32/loader/Makefile (modified)
	* boot/arch/mips32/loader/Makefile.build (modified)
	* boot/arch/mips32/loader/Makefile.common (modified)
	* boot/arch/mips32/loader/Makefile.toolchain (modified)
	* boot/arch/ppc32/Makefile.inc (modified)
	* boot/arch/ppc32/loader/Makefile (modified)
	* boot/arch/ppc32/loader/Makefile.build (modified)
	* boot/arch/ppc32/loader/Makefile.common (modified)
	* boot/arch/ppc32/loader/Makefile.toolchain (modified)
	* boot/arch/sparc64/Makefile.inc (modified)
	* boot/arch/sparc64/loader/Makefile (modified)
	* boot/arch/sparc64/loader/Makefile.build (modified)
	* boot/arch/sparc64/loader/Makefile.common (modified)
	* boot/arch/sparc64/loader/Makefile.toolchain (modified)
	* contrib/bazaar/mbprotect/__init__.py (modified)
	* defaults/special/Makefile.config (added)
	* defaults/special/abs32le/Makefile.config (added)
	* kernel/Makefile (modified)
	* kernel/Makefile.build (modified)
	* kernel/Makefile.common (modified)
	* kernel/arch/abs32le/Makefile.inc (added)
	* kernel/arch/abs32le/_link.ld.in (added)
	* kernel/arch/abs32le/include/arch.h (added)
	* kernel/arch/abs32le/include/asm.h (added)
	* kernel/arch/abs32le/include/atomic.h (added)
	* kernel/arch/abs32le/include/barrier.h (added)
	* kernel/arch/abs32le/include/context.h (added)
	* kernel/arch/abs32le/include/context_offset.h (added)
	* kernel/arch/abs32le/include/cpu.h (added)
	* kernel/arch/abs32le/include/cycle.h (added)
	* kernel/arch/abs32le/include/debug.h (added)
	* kernel/arch/abs32le/include/elf.h (added)
	* kernel/arch/abs32le/include/faddr.h (added)
	* kernel/arch/abs32le/include/fpu_context.h (added)
	* kernel/arch/abs32le/include/interrupt.h (added)
	* kernel/arch/abs32le/include/memstr.h (added)
	* kernel/arch/abs32le/include/mm/as.h (added)
	* kernel/arch/abs32le/include/mm/asid.h (added)
	* kernel/arch/abs32le/include/mm/frame.h (added)
	* kernel/arch/abs32le/include/mm/page.h (added)
	* kernel/arch/abs32le/include/mm/tlb.h (added)
	* kernel/arch/abs32le/include/proc/task.h (added)
	* kernel/arch/abs32le/include/proc/thread.h (added)
	* kernel/arch/abs32le/include/types.h (added)
	* kernel/arch/abs32le/src/abs32le.c (added)
	* kernel/arch/abs32le/src/cpu/cpu.c (added)
	* kernel/arch/abs32le/src/debug/stacktrace.c (added)
	* kernel/arch/abs32le/src/mm/as.c (added)
	* kernel/arch/abs32le/src/mm/frame.c (added)
	* kernel/arch/abs32le/src/mm/page.c (added)
	* kernel/arch/abs32le/src/mm/tlb.c (added)
	* kernel/arch/abs32le/src/proc/scheduler.c (added)
	* kernel/arch/abs32le/src/proc/task.c (added)
	* kernel/arch/abs32le/src/proc/thread.c (added)
	* kernel/arch/abs32le/src/userspace.c (added)
	* kernel/arch/amd64/Makefile.inc (modified)
	* kernel/arch/amd64/_link.ld.in (modified)
	* kernel/arch/amd64/include/asm.h (modified)
	* kernel/arch/amd64/include/context.h (modified)
	* kernel/arch/amd64/include/interrupt.h (modified)
	* kernel/arch/amd64/include/mm/page.h (modified)
	* kernel/arch/amd64/include/types.h (modified)
	* kernel/arch/amd64/src/amd64.c (modified)
	* kernel/arch/amd64/src/asm_utils.S (modified)
	* kernel/arch/amd64/src/boot/boot.S (modified)
	* kernel/arch/amd64/src/debug/stacktrace.c (added)
	* kernel/arch/amd64/src/debug/stacktrace_asm.S (added)
	* kernel/arch/amd64/src/interrupt.c (modified)
	* kernel/arch/amd64/src/mm/page.c (modified)
	* kernel/arch/amd64/src/smp/ap.S (modified)
	* kernel/arch/arm32/Makefile.inc (modified)
	* kernel/arch/arm32/_link.ld.in (modified)
	* kernel/arch/arm32/include/asm.h (modified)
	* kernel/arch/arm32/include/atomic.h (modified)
	* kernel/arch/arm32/include/context.h (modified)
	* kernel/arch/arm32/include/exception.h (modified)
	* kernel/arch/arm32/include/mm/as.h (modified)
	* kernel/arch/arm32/include/mm/page.h (modified)
	* kernel/arch/arm32/include/ras.h (added)
	* kernel/arch/arm32/include/types.h (modified)
	* kernel/arch/arm32/src/arm32.c (modified)
	* kernel/arch/arm32/src/debug/stacktrace.c (added)
	* kernel/arch/arm32/src/debug/stacktrace_asm.S (added)
	* kernel/arch/arm32/src/exc_handler.S (modified)
	* kernel/arch/arm32/src/exception.c (modified)
	* kernel/arch/arm32/src/mm/as.c (modified)
	* kernel/arch/arm32/src/mm/page.c (modified)
	* kernel/arch/arm32/src/mm/page_fault.c (modified)
	* kernel/arch/arm32/src/ras.c (added)
	* kernel/arch/arm32/src/start.S (modified)
	* kernel/arch/arm32/src/userspace.c (modified)
	* kernel/arch/ia32/Makefile.inc (modified)
	* kernel/arch/ia32/_link.ld.in (modified)
	* kernel/arch/ia32/include/asm.h (modified)
	* kernel/arch/ia32/include/context.h (modified)
	* kernel/arch/ia32/include/interrupt.h (modified)
	* kernel/arch/ia32/include/mm/page.h (modified)
	* kernel/arch/ia32/include/types.h (modified)
	* kernel/arch/ia32/src/asm.S (modified)
	* kernel/arch/ia32/src/boot/boot.S (modified)
	* kernel/arch/ia32/src/debug/stacktrace.c (added)
	* kernel/arch/ia32/src/debug/stacktrace_asm.S (added)
	* kernel/arch/ia32/src/ia32.c (modified)
	* kernel/arch/ia32/src/interrupt.c (modified)
	* kernel/arch/ia32/src/mm/page.c (modified)
	* kernel/arch/ia32/src/smp/ap.S (modified)
	* kernel/arch/ia64/Makefile.inc (modified)
	* kernel/arch/ia64/_link.ld.in (modified)
	* kernel/arch/ia64/include/asm.h (modified)
	* kernel/arch/ia64/include/interrupt.h (modified)
	* kernel/arch/ia64/include/mm/asid.h (modified)
	* kernel/arch/ia64/src/cpu/cpu.c (modified)
	* kernel/arch/ia64/src/debug/stacktrace.c (added)
	* kernel/arch/ia64/src/debug/stacktrace_asm.S (added)
	* kernel/arch/ia64/src/ia64.c (modified)
	* kernel/arch/ia64/src/mm/page.c (modified)
	* kernel/arch/ia64/src/start.S (modified)
	* kernel/arch/mips32/Makefile.inc (modified)
	* kernel/arch/mips32/_link.ld.in (modified)
	* kernel/arch/mips32/include/asm.h (modified)
	* kernel/arch/mips32/include/exception.h (modified)
	* kernel/arch/mips32/include/mm/page.h (modified)
	* kernel/arch/mips32/include/types.h (modified)
	* kernel/arch/mips32/src/debug/stacktrace.c (added)
	* kernel/arch/mips32/src/debug/stacktrace_asm.S (added)
	* kernel/arch/mips32/src/mips32.c (modified)
	* kernel/arch/ppc32/Makefile.inc (modified)
	* kernel/arch/ppc32/_link.ld.in (modified)
	* kernel/arch/ppc32/include/asm.h (modified)
	* kernel/arch/ppc32/include/exception.h (modified)
	* kernel/arch/ppc32/include/mm/page.h (modified)
	* kernel/arch/ppc32/include/types.h (modified)
	* kernel/arch/ppc32/src/debug/stacktrace.c (added)
	* kernel/arch/ppc32/src/debug/stacktrace_asm.S (moved)
	* kernel/arch/ppc32/src/mm/as.c (modified)
	* kernel/arch/ppc32/src/mm/page.c (modified)
	* kernel/arch/ppc32/src/mm/tlb.c (modified)
	* kernel/arch/ppc32/src/ppc32.c (modified)
	* kernel/arch/sparc64/Makefile.inc (modified)
	* kernel/arch/sparc64/_link.ld.in (modified)
	* kernel/arch/sparc64/include/asm.h (modified)
	* kernel/arch/sparc64/include/interrupt.h (modified)
	* kernel/arch/sparc64/src/context.S (modified)
	* kernel/arch/sparc64/src/debug/stacktrace.c (added)
	* kernel/arch/sparc64/src/debug/stacktrace_asm.S (moved)
	* kernel/arch/sparc64/src/mm/tlb.c (modified)
	* kernel/arch/sparc64/src/sparc64.c (modified)
	* kernel/arch/sparc64/src/trap/trap_table.S (modified)
	* kernel/genarch/include/mm/as_pt.h (modified)
	* kernel/genarch/include/mm/page_pt.h (modified)
	* kernel/genarch/src/drivers/via-cuda/cuda.c (modified)
	* kernel/genarch/src/fb/fb.c (modified)
	* kernel/generic/include/arch.h (modified)
	* kernel/generic/include/debug.h (modified)
	* kernel/generic/include/func.h (modified)
	* kernel/generic/include/interrupt.h (modified)
	* kernel/generic/include/ipc/event_types.h (modified)
	* kernel/generic/include/ipc/ipc.h (modified)
	* kernel/generic/include/mm/as.h (modified)
	* kernel/generic/include/panic.h (modified)
	* kernel/generic/include/proc/task.h (modified)
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/include/stacktrace.h (added)
	* kernel/generic/include/string.h (modified)
	* kernel/generic/include/symtab.h (modified)
	* kernel/generic/include/synch/futex.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/include/udebug/udebug.h (modified)
	* kernel/generic/include/udebug/udebug_ops.h (modified)
	* kernel/generic/src/console/kconsole.c (modified)
	* kernel/generic/src/ddi/irq.c (modified)
	* kernel/generic/src/debug/stacktrace.c (added)
	* kernel/generic/src/debug/symtab.c (modified)
	* kernel/generic/src/interrupt/interrupt.c (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/ipc/irq.c (modified)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* kernel/generic/src/lib/elf.c (modified)
	* kernel/generic/src/lib/string.c (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/mm/backend_phys.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/synch/futex.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* kernel/generic/src/udebug/udebug.c (modified)
	* kernel/generic/src/udebug/udebug_ipc.c (modified)
	* kernel/generic/src/udebug/udebug_ops.c (modified)
	* tools/checkers/jobfile.py (added)
	* tools/checkers/stanse.py (added)
	* tools/checkers/stanse/ThreadChecker.xml (added)
	* tools/checkers/vcc.py (added)
	* tools/config.py (modified)
	* tools/jobfile.py (moved)
	* tools/toolchain.sh (moved)
	* tools/xtui.py (modified)
	* uspace/Makefile (modified)
	* uspace/app/Makefile.common (moved)
	* uspace/app/bdsh/Makefile (modified)
	* uspace/app/bdsh/Makefile.build (deleted)
	* uspace/app/bdsh/cmds/modules/ls/ls.c (modified)
	* uspace/app/bdsh/cmds/modules/mkfile/entry.h (added)
	* uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (added)
	* uspace/app/bdsh/cmds/modules/mkfile/mkfile.h (added)
	* uspace/app/bdsh/cmds/modules/mkfile/mkfile_def.h (added)
	* uspace/app/bdsh/cmds/modules/module_aliases.h (modified)
	* uspace/app/bdsh/cmds/modules/modules.h (modified)
	* uspace/app/bdsh/cmds/modules/unmount/entry.h (added)
	* uspace/app/bdsh/cmds/modules/unmount/unmount.c (added)
	* uspace/app/bdsh/cmds/modules/unmount/unmount.h (added)
	* uspace/app/bdsh/cmds/modules/unmount/unmount_def.h (added)
	* uspace/app/bdsh/input.c (modified)
	* uspace/app/bdsh/input.h (modified)
	* uspace/app/bdsh/scli.c (modified)
	* uspace/app/edit/Makefile (modified)
	* uspace/app/edit/edit.c (modified)
	* uspace/app/getterm/Makefile (moved)
	* uspace/app/getterm/Makefile.build (moved)
	* uspace/app/getterm/Makefile.common (moved)
	* uspace/app/getterm/getterm.c (moved)
	* uspace/app/getterm/getterm.h (moved)
	* uspace/app/getterm/version.c (moved)
	* uspace/app/getterm/version.h (moved)
	* uspace/app/init/Makefile (modified)
	* uspace/app/init/Makefile.build (deleted)
	* uspace/app/init/init.c (modified)
	* uspace/app/init/init.h (modified)
	* uspace/app/klog/Makefile (modified)
	* uspace/app/klog/Makefile.build (deleted)
	* uspace/app/mkfat/Makefile (moved)
	* uspace/app/mkfat/fat.h (added)
	* uspace/app/mkfat/mkfat.c (added)
	* uspace/app/redir/Makefile (modified)
	* uspace/app/redir/Makefile.build (deleted)
	* uspace/app/shutters/Makefile (modified)
	* uspace/app/shutters/Makefile.build (deleted)
	* uspace/app/shutters/Makefile.common (deleted)
	* uspace/app/taskdump/Makefile (added)
	* uspace/app/taskdump/include/elf.h (added)
	* uspace/app/taskdump/include/symtab.h (added)
	* uspace/app/taskdump/symtab.c (added)
	* uspace/app/taskdump/taskdump.c (added)
	* uspace/app/test_serial/Makefile (modified)
	* uspace/app/test_serial/Makefile.build (deleted)
	* uspace/app/test_serial/Makefile.common (deleted)
	* uspace/app/tester/Makefile (modified)
	* uspace/app/tester/Makefile.build (deleted)
	* uspace/app/tester/Makefile.common (deleted)
	* uspace/app/tester/fault/fault3.c (added)
	* uspace/app/tester/fault/fault3.def (added)
	* uspace/app/tester/tester.c (modified)
	* uspace/app/tester/tester.h (modified)
	* uspace/app/tester/vfs/vfs1.c (modified)
	* uspace/app/tetris/Makefile (modified)
	* uspace/app/tetris/Makefile.build (deleted)
	* uspace/app/tetris/Makefile.common (deleted)
	* uspace/app/trace/Makefile (modified)
	* uspace/app/trace/Makefile.build (deleted)
	* uspace/app/trace/Makefile.common (deleted)
	* uspace/app/trace/ipcp.c (modified)
	* uspace/app/trace/trace.c (modified)
	* uspace/lib/Makefile.common (moved)
	* uspace/lib/libblock/Makefile (modified)
	* uspace/lib/libblock/Makefile.build (deleted)
	* uspace/lib/libblock/libblock.c (modified)
	* uspace/lib/libblock/libblock.h (modified)
	* uspace/lib/libc/Makefile (modified)
	* uspace/lib/libc/Makefile.build (deleted)
	* uspace/lib/libc/Makefile.common (deleted)
	* uspace/lib/libc/Makefile.toolchain (modified)
	* uspace/lib/libc/arch/amd64/Makefile.inc (modified)
	* uspace/lib/libc/arch/amd64/include/atomic.h (modified)
	* uspace/lib/libc/arch/amd64/include/fibril.h (modified)
	* uspace/lib/libc/arch/amd64/include/inttypes.h (added)
	* uspace/lib/libc/arch/amd64/include/istate.h (added)
	* uspace/lib/libc/arch/amd64/include/types.h (modified)
	* uspace/lib/libc/arch/amd64/src/entry.s (modified)
	* uspace/lib/libc/arch/amd64/src/stacktrace.c (added)
	* uspace/lib/libc/arch/amd64/src/stacktrace_asm.S (added)
	* uspace/lib/libc/arch/amd64/src/thread_entry.s (modified)
	* uspace/lib/libc/arch/arm32/Makefile.inc (modified)
	* uspace/lib/libc/arch/arm32/include/atomic.h (modified)
	* uspace/lib/libc/arch/arm32/include/fibril.h (modified)
	* uspace/lib/libc/arch/arm32/include/inttypes.h (added)
	* uspace/lib/libc/arch/arm32/include/istate.h (added)
	* uspace/lib/libc/arch/arm32/include/types.h (modified)
	* uspace/lib/libc/arch/arm32/src/entry.s (modified)
	* uspace/lib/libc/arch/arm32/src/stacktrace.c (added)
	* uspace/lib/libc/arch/arm32/src/stacktrace_asm.S (added)
	* uspace/lib/libc/arch/arm32/src/syscall.c (modified)
	* uspace/lib/libc/arch/arm32/src/thread_entry.s (modified)
	* uspace/lib/libc/arch/ia32/Makefile.inc (modified)
	* uspace/lib/libc/arch/ia32/include/atomic.h (modified)
	* uspace/lib/libc/arch/ia32/include/fibril.h (modified)
	* uspace/lib/libc/arch/ia32/include/inttypes.h (added)
	* uspace/lib/libc/arch/ia32/include/istate.h (added)
	* uspace/lib/libc/arch/ia32/include/types.h (modified)
	* uspace/lib/libc/arch/ia32/src/entry.s (modified)
	* uspace/lib/libc/arch/ia32/src/stacktrace.c (added)
	* uspace/lib/libc/arch/ia32/src/stacktrace_asm.S (added)
	* uspace/lib/libc/arch/ia32/src/thread_entry.s (modified)
	* uspace/lib/libc/arch/ia64/Makefile.inc (modified)
	* uspace/lib/libc/arch/ia64/include/atomic.h (modified)
	* uspace/lib/libc/arch/ia64/include/inttypes.h (added)
	* uspace/lib/libc/arch/ia64/include/istate.h (added)
	* uspace/lib/libc/arch/ia64/include/types.h (modified)
	* uspace/lib/libc/arch/ia64/src/stacktrace.c (added)
	* uspace/lib/libc/arch/ia64/src/stacktrace_asm.S (added)
	* uspace/lib/libc/arch/mips32/Makefile.inc (modified)
	* uspace/lib/libc/arch/mips32/include/atomic.h (modified)
	* uspace/lib/libc/arch/mips32/include/inttypes.h (added)
	* uspace/lib/libc/arch/mips32/include/istate.h (added)
	* uspace/lib/libc/arch/mips32/include/types.h (modified)
	* uspace/lib/libc/arch/mips32/src/stacktrace.c (added)
	* uspace/lib/libc/arch/mips32/src/stacktrace_asm.S (added)
	* uspace/lib/libc/arch/mips32eb/Makefile.inc (modified)
	* uspace/lib/libc/arch/mips32eb/include/inttypes.h (added)
	* uspace/lib/libc/arch/mips32eb/include/istate.h (added)
	* uspace/lib/libc/arch/ppc32/Makefile.inc (modified)
	* uspace/lib/libc/arch/ppc32/include/atomic.h (modified)
	* uspace/lib/libc/arch/ppc32/include/inttypes.h (added)
	* uspace/lib/libc/arch/ppc32/include/istate.h (added)
	* uspace/lib/libc/arch/ppc32/include/types.h (modified)
	* uspace/lib/libc/arch/ppc32/src/entry.s (modified)
	* uspace/lib/libc/arch/ppc32/src/stacktrace.c (added)
	* uspace/lib/libc/arch/ppc32/src/stacktrace_asm.S (added)
	* uspace/lib/libc/arch/ppc32/src/thread_entry.s (modified)
	* uspace/lib/libc/arch/sparc64/Makefile.inc (modified)
	* uspace/lib/libc/arch/sparc64/include/atomic.h (modified)
	* uspace/lib/libc/arch/sparc64/include/fibril.h (modified)
	* uspace/lib/libc/arch/sparc64/include/inttypes.h (added)
	* uspace/lib/libc/arch/sparc64/include/istate.h (added)
	* uspace/lib/libc/arch/sparc64/include/types.h (modified)
	* uspace/lib/libc/arch/sparc64/src/entry.s (modified)
	* uspace/lib/libc/arch/sparc64/src/fibril.S (modified)
	* uspace/lib/libc/arch/sparc64/src/stacktrace.c (added)
	* uspace/lib/libc/arch/sparc64/src/stacktrace_asm.S (moved)
	* uspace/lib/libc/arch/sparc64/src/thread_entry.s (modified)
	* uspace/lib/libc/generic/adt/hash_table.c (modified)
	* uspace/lib/libc/generic/async.c (modified)
	* uspace/lib/libc/generic/clipboard.c (added)
	* uspace/lib/libc/generic/devmap.c (modified)
	* uspace/lib/libc/generic/fibril_synch.c (moved)
	* uspace/lib/libc/generic/futex.c (modified)
	* uspace/lib/libc/generic/io/console.c (modified)
	* uspace/lib/libc/generic/io/io.c (modified)
	* uspace/lib/libc/generic/stacktrace.c (added)
	* uspace/lib/libc/generic/string.c (modified)
	* uspace/lib/libc/generic/time.c (modified)
	* uspace/lib/libc/generic/udebug.c (modified)
	* uspace/lib/libc/generic/vfs/canonify.c (modified)
	* uspace/lib/libc/generic/vfs/vfs.c (modified)
	* uspace/lib/libc/include/adt/hash_table.h (modified)
	* uspace/lib/libc/include/assert.h (modified)
	* uspace/lib/libc/include/async.h (modified)
	* uspace/lib/libc/include/atomic.h (modified)
	* uspace/lib/libc/include/atomicdflt.h (added)
	* uspace/lib/libc/include/clipboard.h (added)
	* uspace/lib/libc/include/devmap.h (modified)
	* uspace/lib/libc/include/fibril_synch.h (moved)
	* uspace/lib/libc/include/futex.h (modified)
	* uspace/lib/libc/include/inttypes.h (added)
	* uspace/lib/libc/include/io/console.h (modified)
	* uspace/lib/libc/include/ipc/adb.h (added)
	* uspace/lib/libc/include/ipc/bd.h (modified)
	* uspace/lib/libc/include/ipc/char.h (added)
	* uspace/lib/libc/include/ipc/clipboard.h (added)
	* uspace/lib/libc/include/ipc/console.h (modified)
	* uspace/lib/libc/include/ipc/devmap.h (modified)
	* uspace/lib/libc/include/ipc/mouse.h (added)
	* uspace/lib/libc/include/ipc/services.h (modified)
	* uspace/lib/libc/include/ipc/vfs.h (modified)
	* uspace/lib/libc/include/stacktrace.h (added)
	* uspace/lib/libc/include/stdlib.h (modified)
	* uspace/lib/libc/include/string.h (modified)
	* uspace/lib/libc/include/sys/stat.h (modified)
	* uspace/lib/libc/include/sys/typefmt.h (added)
	* uspace/lib/libc/include/sys/types.h (modified)
	* uspace/lib/libc/include/udebug.h (modified)
	* uspace/lib/libc/include/unistd.h (modified)
	* uspace/lib/libc/include/vfs/vfs.h (modified)
	* uspace/lib/libfs/Makefile (modified)
	* uspace/lib/libfs/Makefile.build (deleted)
	* uspace/lib/libfs/libfs.c (modified)
	* uspace/lib/libfs/libfs.h (modified)
	* uspace/lib/libpci/COPYING (added)
	* uspace/lib/libpci/Makefile (moved)
	* uspace/lib/libpci/Makefile.build (moved)
	* uspace/lib/libpci/Makefile.common (moved)
	* uspace/lib/libpci/VERSION (added)
	* uspace/lib/libpci/access.c (added)
	* uspace/lib/libpci/generic.c (added)
	* uspace/lib/libpci/header.h (added)
	* uspace/lib/libpci/i386-ports.c (added)
	* uspace/lib/libpci/internal.h (added)
	* uspace/lib/libpci/names.c (added)
	* uspace/lib/libpci/pci.h (added)
	* uspace/lib/libpci/pci_ids.h (added)
	* uspace/lib/libpci/sysdep.h (added)
	* uspace/lib/libpci/types.h (added)
	* uspace/lib/softfloat/Makefile (modified)
	* uspace/lib/softfloat/Makefile.build (deleted)
	* uspace/lib/softint/Makefile (modified)
	* uspace/srv/Makefile.common (moved)
	* uspace/srv/bd/ata_bd/Makefile (modified)
	* uspace/srv/bd/ata_bd/Makefile.build (deleted)
	* uspace/srv/bd/ata_bd/ata_bd.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.h (modified)
	* uspace/srv/bd/file_bd/Makefile (modified)
	* uspace/srv/bd/file_bd/Makefile.build (deleted)
	* uspace/srv/bd/file_bd/file_bd.c (modified)
	* uspace/srv/bd/gxe_bd/Makefile (modified)
	* uspace/srv/bd/gxe_bd/Makefile.build (deleted)
	* uspace/srv/bd/gxe_bd/gxe_bd.c (modified)
	* uspace/srv/bd/part/guid_part/Makefile (added)
	* uspace/srv/bd/part/guid_part/gpt.h (added)
	* uspace/srv/bd/part/guid_part/guid_part.c (added)
	* uspace/srv/bd/part/mbr_part/Makefile (added)
	* uspace/srv/bd/part/mbr_part/Makefile.build (moved)
	* uspace/srv/bd/part/mbr_part/Makefile.common (moved)
	* uspace/srv/bd/part/mbr_part/mbr_part.c (moved)
	* uspace/srv/bd/rd/Makefile (modified)
	* uspace/srv/bd/rd/Makefile.build (deleted)
	* uspace/srv/bd/rd/Makefile.common (deleted)
	* uspace/srv/bd/rd/rd.c (modified)
	* uspace/srv/clip/Makefile (moved)
	* uspace/srv/clip/clip.c (added)
	* uspace/srv/clip/clip.h (added)
	* uspace/srv/console/Makefile (deleted)
	* uspace/srv/console/Makefile.common (deleted)
	* uspace/srv/dd/Makefile (modified)
	* uspace/srv/devmap/Makefile (modified)
	* uspace/srv/devmap/Makefile.build (deleted)
	* uspace/srv/devmap/Makefile.common (deleted)
	* uspace/srv/devmap/devmap.c (modified)
	* uspace/srv/fs/devfs/Makefile (modified)
	* uspace/srv/fs/devfs/Makefile.build (deleted)
	* uspace/srv/fs/devfs/Makefile.common (deleted)
	* uspace/srv/fs/devfs/devfs.c (modified)
	* uspace/srv/fs/devfs/devfs_ops.c (modified)
	* uspace/srv/fs/devfs/devfs_ops.h (modified)
	* uspace/srv/fs/fat/Makefile (modified)
	* uspace/srv/fs/fat/Makefile.build (deleted)
	* uspace/srv/fs/fat/Makefile.common (deleted)
	* uspace/srv/fs/fat/fat.c (modified)
	* uspace/srv/fs/fat/fat.h (modified)
	* 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/tmpfs/Makefile (modified)
	* uspace/srv/fs/tmpfs/Makefile.build (deleted)
	* uspace/srv/fs/tmpfs/Makefile.common (deleted)
	* uspace/srv/fs/tmpfs/tmpfs.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs.h (modified)
	* uspace/srv/fs/tmpfs/tmpfs_ops.c (modified)
	* uspace/srv/hid/adb_mouse/Makefile (added)
	* uspace/srv/hid/adb_mouse/adb_dev.c (added)
	* uspace/srv/hid/adb_mouse/adb_dev.h (added)
	* uspace/srv/hid/adb_mouse/adb_mouse.c (added)
	* uspace/srv/hid/adb_mouse/adb_mouse.h (added)
	* uspace/srv/hid/char_mouse/Makefile (moved)
	* uspace/srv/hid/char_mouse/char_mouse.c (added)
	* uspace/srv/hid/char_mouse/chardev.c (added)
	* uspace/srv/hid/char_mouse/include/char_mouse.h (added)
	* uspace/srv/hid/char_mouse/include/mouse_port.h (added)
	* uspace/srv/hid/char_mouse/include/mouse_proto.h (added)
	* uspace/srv/hid/char_mouse/proto/ps2.c (added)
	* uspace/srv/hid/console/Makefile (moved)
	* uspace/srv/hid/console/Makefile.build (moved)
	* uspace/srv/hid/console/Makefile.common (moved)
	* uspace/srv/hid/console/console.c (moved)
	* uspace/srv/hid/console/console.h (moved)
	* uspace/srv/hid/console/gcons.c (moved)
	* uspace/srv/hid/console/gcons.h (moved)
	* uspace/srv/hid/console/gfx/anim_1.ppm (moved)
	* uspace/srv/hid/console/gfx/anim_2.ppm (moved)
	* uspace/srv/hid/console/gfx/anim_3.ppm (moved)
	* uspace/srv/hid/console/gfx/anim_4.ppm (moved)
	* uspace/srv/hid/console/gfx/cons_has_data.ppm (moved)
	* uspace/srv/hid/console/gfx/cons_idle.ppm (moved)
	* uspace/srv/hid/console/gfx/cons_kernel.ppm (moved)
	* uspace/srv/hid/console/gfx/cons_selected.ppm (moved)
	* uspace/srv/hid/console/gfx/helenos.ppm (moved)
	* uspace/srv/hid/console/gfx/nameic.ppm (moved)
	* uspace/srv/hid/console/keybuffer.c (moved)
	* uspace/srv/hid/console/keybuffer.h (moved)
	* uspace/srv/hid/console/screenbuffer.c (moved)
	* uspace/srv/hid/console/screenbuffer.h (moved)
	* uspace/srv/hid/fb/Makefile (moved)
	* uspace/srv/hid/fb/Makefile.build (moved)
	* uspace/srv/hid/fb/Makefile.common (moved)
	* uspace/srv/hid/fb/ega.c (moved)
	* uspace/srv/hid/fb/ega.h (moved)
	* uspace/srv/hid/fb/fb.c (moved)
	* uspace/srv/hid/fb/fb.h (moved)
	* uspace/srv/hid/fb/font-8x16.c (moved)
	* uspace/srv/hid/fb/font-8x16.h (moved)
	* uspace/srv/hid/fb/main.c (moved)
	* uspace/srv/hid/fb/main.h (moved)
	* uspace/srv/hid/fb/msim.c (moved)
	* uspace/srv/hid/fb/msim.h (moved)
	* uspace/srv/hid/fb/pointer.xbm (moved)
	* uspace/srv/hid/fb/pointer_mask.xbm (moved)
	* uspace/srv/hid/fb/ppm.c (moved)
	* uspace/srv/hid/fb/ppm.h (moved)
	* uspace/srv/hid/fb/serial_console.c (moved)
	* uspace/srv/hid/fb/serial_console.h (moved)
	* uspace/srv/hid/fb/sgcn.c (moved)
	* uspace/srv/hid/fb/sgcn.h (moved)
	* uspace/srv/hid/fb/ski.c (moved)
	* uspace/srv/hid/fb/ski.h (moved)
	* uspace/srv/hid/kbd/Makefile (moved)
	* uspace/srv/hid/kbd/Makefile.build (moved)
	* uspace/srv/hid/kbd/Makefile.common (moved)
	* uspace/srv/hid/kbd/ctl/apple.c (added)
	* uspace/srv/hid/kbd/ctl/gxe_fb.c (moved)
	* uspace/srv/hid/kbd/ctl/pc.c (moved)
	* uspace/srv/hid/kbd/ctl/pl050.c (moved)
	* uspace/srv/hid/kbd/ctl/stty.c (moved)
	* uspace/srv/hid/kbd/ctl/sun.c (moved)
	* uspace/srv/hid/kbd/genarch/gsp.c (moved)
	* uspace/srv/hid/kbd/genarch/stroke.c (moved)
	* uspace/srv/hid/kbd/generic/kbd.c (moved)
	* uspace/srv/hid/kbd/include/gsp.h (moved)
	* uspace/srv/hid/kbd/include/kbd.h (moved)
	* uspace/srv/hid/kbd/include/kbd_ctl.h (moved)
	* uspace/srv/hid/kbd/include/kbd_port.h (moved)
	* uspace/srv/hid/kbd/include/layout.h (moved)
	* uspace/srv/hid/kbd/include/stroke.h (moved)
	* uspace/srv/hid/kbd/include/sun.h (moved)
	* uspace/srv/hid/kbd/layout/cz.c (moved)
	* uspace/srv/hid/kbd/layout/us_dvorak.c (moved)
	* uspace/srv/hid/kbd/layout/us_qwerty.c (moved)
	* uspace/srv/hid/kbd/port/adb.c (added)
	* uspace/srv/hid/kbd/port/chardev.c (added)
	* uspace/srv/hid/kbd/port/dummy.c (moved)
	* uspace/srv/hid/kbd/port/gxemul.c (moved)
	* uspace/srv/hid/kbd/port/i8042.h (moved)
	* uspace/srv/hid/kbd/port/msim.c (moved)
	* uspace/srv/hid/kbd/port/ns16550.c (moved)
	* uspace/srv/hid/kbd/port/pl050.c (moved)
	* uspace/srv/hid/kbd/port/sgcn.c (moved)
	* uspace/srv/hid/kbd/port/ski.c (moved)
	* uspace/srv/hid/kbd/port/sun.c (moved)
	* uspace/srv/hid/kbd/port/z8530.c (moved)
	* uspace/srv/hw/bus/cuda_adb/Makefile (moved)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.c (added)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.h (added)
	* uspace/srv/hw/bus/pci/Makefile (moved)
	* uspace/srv/hw/bus/pci/Makefile.build (moved)
	* uspace/srv/hw/bus/pci/Makefile.common (moved)
	* uspace/srv/hw/bus/pci/pci.c (added)
	* uspace/srv/hw/bus/pci/update-ids (added)
	* uspace/srv/hw/char/i8042/Makefile (moved)
	* uspace/srv/hw/char/i8042/i8042.c (added)
	* uspace/srv/hw/char/i8042/i8042.h (added)
	* uspace/srv/hw/cir/fhc/Makefile (moved)
	* uspace/srv/hw/cir/fhc/Makefile.build (moved)
	* uspace/srv/hw/cir/fhc/Makefile.common (moved)
	* uspace/srv/hw/cir/fhc/fhc.c (moved)
	* uspace/srv/hw/cir/obio/Makefile (moved)
	* uspace/srv/hw/cir/obio/Makefile.build (moved)
	* uspace/srv/hw/cir/obio/Makefile.common (moved)
	* uspace/srv/hw/cir/obio/obio.c (moved)
	* uspace/srv/kbd/Makefile (deleted)
	* uspace/srv/kbd/port/i8042.c (deleted)
	* uspace/srv/loader/Makefile (modified)
	* uspace/srv/loader/Makefile.common (deleted)
	* uspace/srv/loader/arch/amd64/Makefile.inc (modified)
	* uspace/srv/loader/arch/arm32/Makefile.inc (modified)
	* uspace/srv/loader/arch/arm32/arm32.s (modified)
	* uspace/srv/loader/arch/ia32/Makefile.inc (modified)
	* uspace/srv/loader/arch/ia64/Makefile.inc (modified)
	* uspace/srv/loader/arch/mips32/Makefile.inc (modified)
	* uspace/srv/loader/arch/ppc32/Makefile.inc (modified)
	* uspace/srv/loader/arch/sparc64/Makefile.inc (modified)
	* uspace/srv/loader/elf_load.c (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/ns/Makefile (modified)
	* uspace/srv/ns/Makefile.build (deleted)
	* uspace/srv/part/mbr_part/Makefile (deleted)
	* uspace/srv/pci/Makefile (deleted)
	* uspace/srv/pci/libpci/Makefile (deleted)
	* uspace/srv/taskmon/Makefile (moved)
	* uspace/srv/taskmon/taskmon.c (added)
	* uspace/srv/vfs/Makefile (modified)
	* uspace/srv/vfs/Makefile.build (deleted)
	* uspace/srv/vfs/Makefile.common (deleted)
	* 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)

	merged with head


Sun, 31 Jan 2010 13:50:52 GMT Jiri Svoboda <jiri@…> [b73c26d]
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/ia64/loader/Makefile.common (modified)
	* boot/arch/ppc32/loader/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/app/init/init.c (modified)
	* uspace/srv/hid/adb_mouse/Makefile (added)
	* uspace/srv/hid/adb_mouse/adb_dev.c (added)
	* uspace/srv/hid/adb_mouse/adb_dev.h (added)
	* uspace/srv/hid/adb_mouse/adb_mouse.c (added)
	* uspace/srv/hid/adb_mouse/adb_mouse.h (added)
	* uspace/srv/hid/char_mouse/Makefile (moved)
	* uspace/srv/hid/char_mouse/char_mouse.c (moved)
	* uspace/srv/hid/char_mouse/chardev.c (moved)
	* uspace/srv/hid/char_mouse/include/char_mouse.h (moved)
	* uspace/srv/hid/char_mouse/include/mouse_port.h (moved)
	* uspace/srv/hid/char_mouse/include/mouse_proto.h (moved)
	* uspace/srv/hid/char_mouse/proto/ps2.c (moved)

	Add ADB mouse driver.


Sun, 31 Jan 2010 12:41:45 GMT Jiri Svoboda <jiri@…> [3a2f8aa]
	* boot/arch/ppc32/loader/Makefile.common (modified)
	* kernel/arch/abs32le/src/abs32le.c (modified)
	* kernel/arch/amd64/src/amd64.c (modified)
	* kernel/arch/arm32/src/arm32.c (modified)
	* kernel/arch/ia32/src/ia32.c (modified)
	* kernel/arch/ia64/src/ia64.c (modified)
	* kernel/arch/mips32/src/mips32.c (modified)
	* kernel/arch/ppc32/src/ppc32.c (modified)
	* kernel/arch/sparc64/src/sparc64.c (modified)
	* kernel/generic/include/interrupt.h (modified)
	* kernel/generic/src/ddi/irq.c (modified)
	* uspace/Makefile (modified)
	* uspace/app/init/init.c (modified)
	* uspace/lib/libc/include/ipc/adb.h (added)
	* uspace/srv/hid/kbd/Makefile.build (modified)
	* uspace/srv/hid/kbd/ctl/apple.c (added)
	* uspace/srv/hid/kbd/port/adb.c (added)
	* uspace/srv/hw/bus/cuda_adb/Makefile (added)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.c (added)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.h (added)

	ADB driver for userspace, ADB keyboard support.


Sat, 23 Jan 2010 19:19:18 GMT Jiri Svoboda <jiri@…> [a074b4f]
	* HelenOS.config (modified)
	* boot/Makefile.common (modified)
	* kernel/generic/include/interrupt.h (modified)
	* kernel/generic/include/ipc/event_types.h (modified)
	* kernel/generic/include/udebug/udebug.h (modified)
	* kernel/generic/src/interrupt/interrupt.c (modified)
	* kernel/generic/src/udebug/udebug.c (modified)
	* kernel/generic/src/udebug/udebug_ops.c (modified)
	* uspace/Makefile (modified)
	* uspace/app/init/init.c (modified)
	* uspace/app/taskdump/taskdump.c (modified)
	* uspace/srv/taskmon/Makefile (added)
	* uspace/srv/taskmon/taskmon.c (added)

	Implement fault notifications and task monitoring service.


Sat, 23 Jan 2010 14:25:32 GMT Jiri Svoboda <jiri@…> [336db295]
	* boot/Makefile.common (modified)
	* kernel/generic/include/mm/as.h (modified)
	* kernel/generic/include/udebug/udebug.h (modified)
	* kernel/generic/include/udebug/udebug_ops.h (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/udebug/udebug_ipc.c (modified)
	* kernel/generic/src/udebug/udebug_ops.c (modified)
	* uspace/Makefile (modified)
	* uspace/app/taskdump/Makefile (added)
	* uspace/app/taskdump/taskdump.c (added)
	* uspace/lib/libc/generic/udebug.c (modified)
	* uspace/lib/libc/include/udebug.h (modified)

	Fix THREAD_READ, add AREAS_READ Udebug method. Add task dump utility.


Wed, 20 Jan 2010 21:56:56 GMT Jiri Svoboda <jiri@…> [975e7e9]
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/srv/bd/part/guid_part/Makefile (added)
	* uspace/srv/bd/part/guid_part/gpt.h (added)
	* uspace/srv/bd/part/guid_part/guid_part.c (added)

	Implement a basic GUID partition table driver.


Fri, 15 Jan 2010 22:21:19 GMT Jiri Svoboda <jiri@…> [15eeb93]
	* uspace/Makefile (modified)

	libpci can only be built on ia32/amd64.


Fri, 15 Jan 2010 22:13:12 GMT Jiri Svoboda <jiri@…> [e5773c6]
	* uspace/Makefile (modified)
	* uspace/app/Makefile.common (moved)
	* uspace/app/bdsh/Makefile (modified)
	* uspace/app/bdsh/Makefile.common (deleted)
	* uspace/app/edit/Makefile (modified)
	* uspace/app/edit/Makefile.build (deleted)
	* uspace/app/edit/Makefile.common (deleted)
	* uspace/app/getterm/Makefile (modified)
	* uspace/app/getterm/Makefile.common (deleted)
	* uspace/app/init/Makefile (modified)
	* uspace/app/init/Makefile.build (deleted)
	* uspace/app/init/Makefile.common (deleted)
	* uspace/app/klog/Makefile (modified)
	* uspace/app/klog/Makefile.build (deleted)
	* uspace/app/klog/Makefile.common (deleted)
	* uspace/app/mkfat/Makefile (modified)
	* uspace/app/mkfat/Makefile.build (deleted)
	* uspace/app/mkfat/Makefile.common (deleted)
	* uspace/app/redir/Makefile (modified)
	* uspace/app/redir/Makefile.build (deleted)
	* uspace/app/redir/Makefile.common (deleted)
	* uspace/app/tester/Makefile (modified)
	* uspace/app/tester/Makefile.build (deleted)
	* uspace/app/tester/Makefile.common (deleted)
	* uspace/app/tetris/Makefile (modified)
	* uspace/app/tetris/Makefile.build (deleted)
	* uspace/app/tetris/Makefile.common (deleted)
	* uspace/app/trace/Makefile (modified)
	* uspace/app/trace/Makefile.build (deleted)
	* uspace/app/trace/Makefile.common (deleted)
	* uspace/lib/libpci/COPYING (moved)
	* uspace/lib/libpci/Makefile (moved)
	* uspace/lib/libpci/Makefile.build (moved)
	* uspace/lib/libpci/Makefile.common (moved)
	* uspace/lib/libpci/VERSION (moved)
	* uspace/lib/libpci/access.c (moved)
	* uspace/lib/libpci/generic.c (moved)
	* uspace/lib/libpci/header.h (moved)
	* uspace/lib/libpci/i386-ports.c (moved)
	* uspace/lib/libpci/internal.h (moved)
	* uspace/lib/libpci/names.c (moved)
	* uspace/lib/libpci/pci.h (moved)
	* uspace/lib/libpci/pci_ids.h (moved)
	* uspace/lib/libpci/sysdep.h (moved)
	* uspace/lib/libpci/types.h (moved)
	* uspace/srv/Makefile.common (moved)
	* uspace/srv/bd/ata_bd/Makefile (modified)
	* uspace/srv/bd/ata_bd/Makefile.build (deleted)
	* uspace/srv/bd/ata_bd/Makefile.common (deleted)
	* uspace/srv/bd/file_bd/Makefile (modified)
	* uspace/srv/bd/file_bd/Makefile.build (deleted)
	* uspace/srv/bd/file_bd/Makefile.common (deleted)
	* uspace/srv/bd/gxe_bd/Makefile (modified)
	* uspace/srv/bd/gxe_bd/Makefile.build (deleted)
	* uspace/srv/bd/gxe_bd/Makefile.common (deleted)
	* uspace/srv/bd/part/mbr_part/Makefile (modified)
	* uspace/srv/bd/part/mbr_part/Makefile.build (deleted)
	* uspace/srv/bd/part/mbr_part/Makefile.common (deleted)
	* uspace/srv/bd/rd/Makefile (modified)
	* uspace/srv/bd/rd/Makefile.build (deleted)
	* uspace/srv/bd/rd/Makefile.common (deleted)
	* uspace/srv/clip/Makefile (modified)
	* uspace/srv/clip/Makefile.build (deleted)
	* uspace/srv/clip/Makefile.common (deleted)
	* uspace/srv/devmap/Makefile (modified)
	* uspace/srv/devmap/Makefile.build (deleted)
	* uspace/srv/devmap/Makefile.common (deleted)
	* uspace/srv/fs/devfs/Makefile (modified)
	* uspace/srv/fs/devfs/Makefile.build (deleted)
	* uspace/srv/fs/devfs/Makefile.common (deleted)
	* uspace/srv/fs/fat/Makefile (modified)
	* uspace/srv/fs/fat/Makefile.build (deleted)
	* uspace/srv/fs/fat/Makefile.common (deleted)
	* uspace/srv/fs/tmpfs/Makefile (modified)
	* uspace/srv/fs/tmpfs/Makefile.build (deleted)
	* uspace/srv/fs/tmpfs/Makefile.common (deleted)
	* uspace/srv/hid/c_mouse/Makefile (modified)
	* uspace/srv/hid/c_mouse/Makefile.build (deleted)
	* uspace/srv/hid/c_mouse/Makefile.common (deleted)
	* uspace/srv/hw/bus/pci/Makefile (modified)
	* uspace/srv/hw/bus/pci/Makefile.build (deleted)
	* uspace/srv/hw/bus/pci/Makefile.common (deleted)
	* uspace/srv/hw/bus/pci/pci.c (modified)
	* uspace/srv/hw/char/i8042/Makefile (modified)
	* uspace/srv/hw/char/i8042/Makefile.build (deleted)
	* uspace/srv/hw/char/i8042/Makefile.common (deleted)
	* uspace/srv/hw/cir/fhc/Makefile (modified)
	* uspace/srv/hw/cir/fhc/Makefile.build (deleted)
	* uspace/srv/hw/cir/fhc/Makefile.common (deleted)
	* uspace/srv/hw/cir/obio/Makefile (modified)
	* uspace/srv/hw/cir/obio/Makefile.build (deleted)
	* uspace/srv/hw/cir/obio/Makefile.common (deleted)
	* uspace/srv/ns/Makefile (modified)
	* uspace/srv/ns/Makefile.build (deleted)
	* uspace/srv/ns/Makefile.common (deleted)
	* uspace/srv/vfs/Makefile (modified)
	* uspace/srv/vfs/Makefile.build (deleted)
	* uspace/srv/vfs/Makefile.common (deleted)

	Extract common makefile part for apps and servers, use for all apps ...


Sat, 09 Jan 2010 21:05:35 GMT Jiri Svoboda <jiri@…> [dccf721]
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/app/mkfat/Makefile (added)
	* uspace/app/mkfat/Makefile.build (added)
	* uspace/app/mkfat/Makefile.common (added)
	* uspace/app/mkfat/fat.h (added)
	* uspace/app/mkfat/mkfat.c (added)
	* uspace/lib/libblock/libblock.c (modified)
	* uspace/srv/bd/file_bd/file_bd.c (modified)

	Add mkfat utility. Fix block writing in libblock and file_bd driver.


Tue, 05 Jan 2010 17:25:29 GMT Martin Decky <martin@…> [b3d513f]
	* boot/Makefile.common (modified)
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/sparc64/loader/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/srv/bd/part/mbr_part/Makefile (moved)
	* uspace/srv/bd/part/mbr_part/Makefile.build (moved)
	* uspace/srv/bd/part/mbr_part/Makefile.common (moved)
	* uspace/srv/bd/part/mbr_part/mbr_part.c (moved)
	* uspace/srv/fb/Makefile.common (deleted)
	* uspace/srv/hid/c_mouse/Makefile (moved)
	* uspace/srv/hid/c_mouse/Makefile.build (moved)
	* uspace/srv/hid/c_mouse/Makefile.common (moved)
	* uspace/srv/hid/c_mouse/c_mouse.c (moved)
	* uspace/srv/hid/c_mouse/chardev.c (moved)
	* uspace/srv/hid/c_mouse/include/c_mouse.h (moved)
	* uspace/srv/hid/c_mouse/include/mouse_port.h (moved)
	* uspace/srv/hid/c_mouse/include/mouse_proto.h (moved)
	* uspace/srv/hid/c_mouse/proto/ps2.c (moved)
	* uspace/srv/hid/console/Makefile (moved)
	* uspace/srv/hid/console/Makefile.build (moved)
	* uspace/srv/hid/console/Makefile.common (moved)
	* uspace/srv/hid/console/console.c (moved)
	* uspace/srv/hid/console/console.h (moved)
	* uspace/srv/hid/console/gcons.c (moved)
	* uspace/srv/hid/console/gcons.h (moved)
	* uspace/srv/hid/console/gfx/anim_1.ppm (moved)
	* uspace/srv/hid/console/gfx/anim_2.ppm (moved)
	* uspace/srv/hid/console/gfx/anim_3.ppm (moved)
	* uspace/srv/hid/console/gfx/anim_4.ppm (moved)
	* uspace/srv/hid/console/gfx/cons_has_data.ppm (moved)
	* uspace/srv/hid/console/gfx/cons_idle.ppm (moved)
	* uspace/srv/hid/console/gfx/cons_kernel.ppm (moved)
	* uspace/srv/hid/console/gfx/cons_selected.ppm (moved)
	* uspace/srv/hid/console/gfx/helenos.ppm (moved)
	* uspace/srv/hid/console/gfx/nameic.ppm (moved)
	* uspace/srv/hid/console/keybuffer.c (moved)
	* uspace/srv/hid/console/keybuffer.h (moved)
	* uspace/srv/hid/console/screenbuffer.c (moved)
	* uspace/srv/hid/console/screenbuffer.h (moved)
	* uspace/srv/hid/fb/Makefile (moved)
	* uspace/srv/hid/fb/Makefile.build (moved)
	* uspace/srv/hid/fb/Makefile.common (moved)
	* uspace/srv/hid/fb/ega.c (moved)
	* uspace/srv/hid/fb/ega.h (moved)
	* uspace/srv/hid/fb/fb.c (moved)
	* uspace/srv/hid/fb/fb.h (moved)
	* uspace/srv/hid/fb/font-8x16.c (moved)
	* uspace/srv/hid/fb/font-8x16.h (moved)
	* uspace/srv/hid/fb/main.c (moved)
	* uspace/srv/hid/fb/main.h (moved)
	* uspace/srv/hid/fb/msim.c (moved)
	* uspace/srv/hid/fb/msim.h (moved)
	* uspace/srv/hid/fb/pointer.xbm (moved)
	* uspace/srv/hid/fb/pointer_mask.xbm (moved)
	* uspace/srv/hid/fb/ppm.c (moved)
	* uspace/srv/hid/fb/ppm.h (moved)
	* uspace/srv/hid/fb/serial_console.c (moved)
	* uspace/srv/hid/fb/serial_console.h (moved)
	* uspace/srv/hid/fb/sgcn.c (moved)
	* uspace/srv/hid/fb/sgcn.h (moved)
	* uspace/srv/hid/fb/ski.c (moved)
	* uspace/srv/hid/fb/ski.h (moved)
	* uspace/srv/hid/kbd/Makefile (moved)
	* uspace/srv/hid/kbd/Makefile.build (moved)
	* uspace/srv/hid/kbd/Makefile.common (moved)
	* uspace/srv/hid/kbd/ctl/gxe_fb.c (moved)
	* uspace/srv/hid/kbd/ctl/pc.c (moved)
	* uspace/srv/hid/kbd/ctl/pl050.c (moved)
	* uspace/srv/hid/kbd/ctl/stty.c (moved)
	* uspace/srv/hid/kbd/ctl/sun.c (moved)
	* uspace/srv/hid/kbd/genarch/gsp.c (moved)
	* uspace/srv/hid/kbd/genarch/stroke.c (moved)
	* uspace/srv/hid/kbd/generic/kbd.c (moved)
	* uspace/srv/hid/kbd/include/gsp.h (moved)
	* uspace/srv/hid/kbd/include/kbd.h (moved)
	* uspace/srv/hid/kbd/include/kbd_ctl.h (moved)
	* uspace/srv/hid/kbd/include/kbd_port.h (moved)
	* uspace/srv/hid/kbd/include/layout.h (moved)
	* uspace/srv/hid/kbd/include/stroke.h (moved)
	* uspace/srv/hid/kbd/include/sun.h (moved)
	* uspace/srv/hid/kbd/layout/cz.c (moved)
	* uspace/srv/hid/kbd/layout/us_dvorak.c (moved)
	* uspace/srv/hid/kbd/layout/us_qwerty.c (moved)
	* uspace/srv/hid/kbd/port/chardev.c (moved)
	* uspace/srv/hid/kbd/port/dummy.c (moved)
	* uspace/srv/hid/kbd/port/gxemul.c (moved)
	* uspace/srv/hid/kbd/port/msim.c (moved)
	* uspace/srv/hid/kbd/port/ns16550.c (moved)
	* uspace/srv/hid/kbd/port/pl050.c (moved)
	* uspace/srv/hid/kbd/port/sgcn.c (moved)
	* uspace/srv/hid/kbd/port/ski.c (moved)
	* uspace/srv/hid/kbd/port/sun.c (moved)
	* uspace/srv/hid/kbd/port/z8530.c (moved)
	* uspace/srv/hw/bus/pci/COPYING (moved)
	* uspace/srv/hw/bus/pci/Makefile (moved)
	* uspace/srv/hw/bus/pci/Makefile.build (moved)
	* uspace/srv/hw/bus/pci/Makefile.common (moved)
	* uspace/srv/hw/bus/pci/libpci/Makefile (moved)
	* uspace/srv/hw/bus/pci/libpci/Makefile.build (moved)
	* uspace/srv/hw/bus/pci/libpci/Makefile.common (moved)
	* uspace/srv/hw/bus/pci/libpci/VERSION (moved)
	* uspace/srv/hw/bus/pci/libpci/access.c (moved)
	* uspace/srv/hw/bus/pci/libpci/generic.c (moved)
	* uspace/srv/hw/bus/pci/libpci/header.h (moved)
	* uspace/srv/hw/bus/pci/libpci/i386-ports.c (moved)
	* uspace/srv/hw/bus/pci/libpci/internal.h (moved)
	* uspace/srv/hw/bus/pci/libpci/names.c (moved)
	* uspace/srv/hw/bus/pci/libpci/pci.h (moved)
	* uspace/srv/hw/bus/pci/libpci/pci_ids.h (moved)
	* uspace/srv/hw/bus/pci/libpci/sysdep.h (moved)
	* uspace/srv/hw/bus/pci/libpci/types.h (moved)
	* uspace/srv/hw/bus/pci/pci.c (moved)
	* uspace/srv/hw/bus/pci/update-ids (moved)
	* uspace/srv/hw/char/i8042/Makefile (moved)
	* uspace/srv/hw/char/i8042/Makefile.build (moved)
	* uspace/srv/hw/char/i8042/Makefile.common (added)
	* uspace/srv/hw/char/i8042/i8042.c (moved)
	* uspace/srv/hw/char/i8042/i8042.h (moved)
	* uspace/srv/hw/cir/fhc/Makefile (moved)
	* uspace/srv/hw/cir/fhc/Makefile.build (moved)
	* uspace/srv/hw/cir/fhc/Makefile.common (moved)
	* uspace/srv/hw/cir/fhc/fhc.c (moved)
	* uspace/srv/hw/cir/obio/Makefile (moved)
	* uspace/srv/hw/cir/obio/Makefile.build (moved)
	* uspace/srv/hw/cir/obio/Makefile.common (added)
	* uspace/srv/hw/cir/obio/obio.c (moved)
	* uspace/srv/kbd/Makefile.common (deleted)

	restructure servers into a more well-arranged hierarchy


Mon, 04 Jan 2010 15:21:19 GMT Martin Decky <martin@…> [8786aa5]
	* Makefile (modified)
	* boot/arch/arm32/Makefile.inc (modified)
	* boot/arch/arm32/loader/Makefile (modified)
	* boot/arch/arm32/loader/Makefile.build (modified)
	* boot/arch/arm32/loader/Makefile.common (modified)
	* boot/arch/arm32/loader/Makefile.toolchain (modified)
	* boot/arch/ia64/Makefile.inc (modified)
	* boot/arch/ia64/loader/Makefile (modified)
	* boot/arch/ia64/loader/Makefile.build (modified)
	* boot/arch/ia64/loader/Makefile.common (modified)
	* boot/arch/ia64/loader/Makefile.toolchain (modified)
	* boot/arch/mips32/Makefile.inc (modified)
	* boot/arch/mips32/loader/Makefile (modified)
	* boot/arch/mips32/loader/Makefile.build (modified)
	* boot/arch/mips32/loader/Makefile.common (modified)
	* boot/arch/mips32/loader/Makefile.toolchain (modified)
	* boot/arch/ppc32/Makefile.inc (modified)
	* boot/arch/ppc32/loader/Makefile (modified)
	* boot/arch/ppc32/loader/Makefile.build (modified)
	* boot/arch/ppc32/loader/Makefile.common (modified)
	* boot/arch/ppc32/loader/Makefile.toolchain (modified)
	* boot/arch/sparc64/Makefile.inc (modified)
	* boot/arch/sparc64/loader/Makefile (modified)
	* boot/arch/sparc64/loader/Makefile.build (modified)
	* boot/arch/sparc64/loader/Makefile.common (modified)
	* boot/arch/sparc64/loader/Makefile.toolchain (modified)
	* kernel/Makefile (modified)
	* kernel/Makefile.build (modified)
	* kernel/Makefile.common (modified)
	* tools/checkers/stanse/ThreadChecker.xml (moved)
	* tools/checkers/stanse/stanse.py (added)
	* tools/jobfile.py (modified)
	* uspace/Makefile (modified)
	* uspace/app/bdsh/Makefile (modified)
	* uspace/app/bdsh/Makefile.build (modified)
	* uspace/app/bdsh/Makefile.common (modified)
	* uspace/app/edit/Makefile (modified)
	* uspace/app/edit/Makefile.build (modified)
	* uspace/app/edit/Makefile.common (modified)
	* uspace/app/getterm/Makefile (modified)
	* uspace/app/getterm/Makefile.build (modified)
	* uspace/app/getterm/Makefile.common (modified)
	* uspace/app/init/Makefile (modified)
	* uspace/app/init/Makefile.build (modified)
	* uspace/app/init/Makefile.common (modified)
	* uspace/app/klog/Makefile (modified)
	* uspace/app/klog/Makefile.build (modified)
	* uspace/app/klog/Makefile.common (modified)
	* uspace/app/redir/Makefile (modified)
	* uspace/app/redir/Makefile.build (modified)
	* uspace/app/redir/Makefile.common (modified)
	* uspace/app/tester/Makefile (modified)
	* uspace/app/tester/Makefile.build (modified)
	* uspace/app/tester/Makefile.common (modified)
	* uspace/app/tetris/Makefile (modified)
	* uspace/app/tetris/Makefile.build (modified)
	* uspace/app/tetris/Makefile.common (modified)
	* uspace/app/trace/Makefile (modified)
	* uspace/app/trace/Makefile.build (modified)
	* uspace/app/trace/Makefile.common (modified)
	* uspace/lib/libblock/Makefile (modified)
	* uspace/lib/libblock/Makefile.build (modified)
	* uspace/lib/libblock/Makefile.common (modified)
	* uspace/lib/libc/Makefile (modified)
	* uspace/lib/libc/Makefile.build (modified)
	* uspace/lib/libc/Makefile.common (modified)
	* uspace/lib/libc/Makefile.toolchain (modified)
	* uspace/lib/libfs/Makefile (modified)
	* uspace/lib/libfs/Makefile.build (modified)
	* uspace/lib/libfs/Makefile.common (modified)
	* uspace/lib/softfloat/Makefile (modified)
	* uspace/lib/softfloat/Makefile.build (modified)
	* uspace/lib/softfloat/Makefile.common (modified)
	* uspace/lib/softint/Makefile (modified)
	* uspace/lib/softint/Makefile.build (modified)
	* uspace/lib/softint/Makefile.common (modified)
	* uspace/srv/bd/ata_bd/Makefile (modified)
	* uspace/srv/bd/ata_bd/Makefile.build (modified)
	* uspace/srv/bd/ata_bd/Makefile.common (modified)
	* uspace/srv/bd/file_bd/Makefile (modified)
	* uspace/srv/bd/file_bd/Makefile.build (modified)
	* uspace/srv/bd/file_bd/Makefile.common (modified)
	* uspace/srv/bd/gxe_bd/Makefile (modified)
	* uspace/srv/bd/gxe_bd/Makefile.build (modified)
	* uspace/srv/bd/gxe_bd/Makefile.common (modified)
	* uspace/srv/bd/rd/Makefile (modified)
	* uspace/srv/bd/rd/Makefile.build (modified)
	* uspace/srv/bd/rd/Makefile.common (modified)
	* uspace/srv/char/i8042/Makefile (modified)
	* uspace/srv/char/i8042/Makefile.build (modified)
	* uspace/srv/char/i8042/Makefile.common (modified)
	* uspace/srv/cir/fhc/Makefile (modified)
	* uspace/srv/cir/fhc/Makefile.build (modified)
	* uspace/srv/cir/fhc/Makefile.common (modified)
	* uspace/srv/cir/obio/Makefile (modified)
	* uspace/srv/cir/obio/Makefile.build (modified)
	* uspace/srv/cir/obio/Makefile.common (modified)
	* uspace/srv/clip/Makefile (modified)
	* uspace/srv/clip/Makefile.build (modified)
	* uspace/srv/clip/Makefile.common (modified)
	* uspace/srv/console/Makefile (modified)
	* uspace/srv/console/Makefile.build (modified)
	* uspace/srv/console/Makefile.common (modified)
	* uspace/srv/devmap/Makefile (modified)
	* uspace/srv/devmap/Makefile.build (modified)
	* uspace/srv/devmap/Makefile.common (modified)
	* uspace/srv/fb/Makefile (modified)
	* uspace/srv/fb/Makefile.build (modified)
	* uspace/srv/fb/Makefile.common (modified)
	* uspace/srv/fs/devfs/Makefile (modified)
	* uspace/srv/fs/devfs/Makefile.build (modified)
	* uspace/srv/fs/devfs/Makefile.common (modified)
	* uspace/srv/fs/fat/Makefile (modified)
	* uspace/srv/fs/fat/Makefile.build (modified)
	* uspace/srv/fs/fat/Makefile.common (modified)
	* uspace/srv/fs/tmpfs/Makefile (modified)
	* uspace/srv/fs/tmpfs/Makefile.build (modified)
	* uspace/srv/fs/tmpfs/Makefile.common (modified)
	* uspace/srv/kbd/Makefile (modified)
	* uspace/srv/kbd/Makefile.build (modified)
	* uspace/srv/kbd/Makefile.common (modified)
	* uspace/srv/loader/Makefile (modified)
	* uspace/srv/loader/Makefile.build (modified)
	* uspace/srv/loader/Makefile.common (modified)
	* uspace/srv/mouse/c_mouse/Makefile (modified)
	* uspace/srv/mouse/c_mouse/Makefile.build (modified)
	* uspace/srv/mouse/c_mouse/Makefile.common (modified)
	* uspace/srv/ns/Makefile (modified)
	* uspace/srv/ns/Makefile.build (modified)
	* uspace/srv/ns/Makefile.common (modified)
	* uspace/srv/part/mbr_part/Makefile (modified)
	* uspace/srv/part/mbr_part/Makefile.build (modified)
	* uspace/srv/part/mbr_part/Makefile.common (modified)
	* uspace/srv/pci/Makefile (modified)
	* uspace/srv/pci/Makefile.build (modified)
	* uspace/srv/pci/Makefile.common (modified)
	* uspace/srv/pci/libpci/Makefile (modified)
	* uspace/srv/pci/libpci/Makefile.build (modified)
	* uspace/srv/pci/libpci/Makefile.common (modified)
	* uspace/srv/vfs/Makefile (modified)
	* uspace/srv/vfs/Makefile.build (modified)
	* uspace/srv/vfs/Makefile.common (modified)

	remove Stanse-specific constructs from makefiles
	add generic support ...


Wed, 30 Dec 2009 14:15:18 GMT Jiri Svoboda <jiri@…> [9f51afc]
	* boot/arch/amd64/Makefile.inc (modified)
	* uspace/Makefile (modified)
	* uspace/app/init/init.c (modified)
	* uspace/lib/libc/include/ipc/char.h (added)
	* uspace/lib/libc/include/ipc/mouse.h (added)
	* uspace/srv/char/i8042/Makefile (added)
	* uspace/srv/char/i8042/Makefile.build (added)
	* uspace/srv/char/i8042/Makefile.common (added)
	* uspace/srv/char/i8042/i8042.c (added)
	* uspace/srv/char/i8042/i8042.h (moved)
	* uspace/srv/console/console.c (modified)
	* uspace/srv/kbd/Makefile.build (modified)
	* uspace/srv/kbd/port/chardev.c (added)
	* uspace/srv/kbd/port/i8042.c (deleted)
	* uspace/srv/mouse/c_mouse/Makefile (added)
	* uspace/srv/mouse/c_mouse/Makefile.build (added)
	* uspace/srv/mouse/c_mouse/Makefile.common (added)
	* uspace/srv/mouse/c_mouse/c_mouse.c (added)
	* uspace/srv/mouse/c_mouse/chardev.c (added)
	* uspace/srv/mouse/c_mouse/include/c_mouse.h (added)
	* uspace/srv/mouse/c_mouse/include/mouse_port.h (added)
	* uspace/srv/mouse/c_mouse/include/mouse_proto.h (added)
	* uspace/srv/mouse/c_mouse/proto/ps2.c (added)

	Re-introduce mouse driver, this time as a separate server. (Need to ...


Wed, 16 Dec 2009 01:59:07 GMT Martin Decky <martin@…> [df747bd8]
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/app/getterm/Makefile (moved)
	* uspace/app/getterm/Makefile.build (moved)
	* uspace/app/getterm/Makefile.common (moved)
	* uspace/app/getterm/getterm.c (moved)
	* uspace/app/getterm/getterm.h (moved)
	* uspace/app/getterm/version.c (moved)
	* uspace/app/getterm/version.h (moved)
	* uspace/app/init/init.c (modified)

	rename getvc to getterm, as the new name is more suitable for the ...


Wed, 09 Dec 2009 17:10:38 GMT Martin Decky <martin@…> [fb623e2]
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/app/init/init.c (modified)
	* uspace/lib/libc/generic/clipboard.c (modified)
	* uspace/lib/libc/include/ipc/clipboard.h (added)
	* uspace/lib/libc/include/ipc/services.h (modified)
	* uspace/srv/clip/Makefile (added)
	* uspace/srv/clip/Makefile.build (added)
	* uspace/srv/clip/Makefile.common (added)
	* uspace/srv/clip/clip.c (added)
	* uspace/srv/clip/clip.h (added)
	* uspace/srv/devmap/devmap.c (modified)

	move from file-backed clipboard to service-backed clipboard
	there is ...


Sun, 22 Nov 2009 11:44:57 GMT Lenka Trochtova <trochtova.lenka@…> [5ebdf94]
	* boot/arch/amd64/Makefile.inc (modified)
	* uspace/Makefile (modified)
	* uspace/app/init/init.c (modified)
	* uspace/app/shutters/Makefile (modified)
	* uspace/app/test_serial/Makefile (modified)
	* uspace/srv/dd/Makefile (modified)
	* uspace/srv/dd/Makefile.build (added)
	* uspace/srv/dd/Makefile.common (added)

	dd branch merged with head


Mon, 16 Nov 2009 21:22:54 GMT Lenka Trochtova <trochtova.lenka@…> [1787e527]
	* HelenOS.config (modified)
	* Makefile (modified)
	* boot/Makefile (modified)
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/arm32/Makefile.inc (modified)
	* boot/arch/arm32/loader/Makefile (modified)
	* boot/arch/arm32/loader/Makefile.build (added)
	* boot/arch/arm32/loader/Makefile.common (added)
	* boot/arch/arm32/loader/Makefile.toolchain (added)
	* boot/arch/arm32/loader/asm.h (modified)
	* boot/arch/arm32/loader/main.c (modified)
	* boot/arch/ia32/Makefile.inc (modified)
	* boot/arch/ia64/Makefile.inc (modified)
	* boot/arch/ia64/loader/Makefile (modified)
	* boot/arch/ia64/loader/Makefile.build (added)
	* boot/arch/ia64/loader/Makefile.common (added)
	* boot/arch/ia64/loader/Makefile.toolchain (added)
	* boot/arch/ia64/loader/asm.h (modified)
	* boot/arch/ia64/loader/gefi/HelenOS/Makefile (modified)
	* boot/arch/ia64/loader/main.h (modified)
	* boot/arch/mips32/Makefile.inc (modified)
	* boot/arch/mips32/loader/Makefile (modified)
	* boot/arch/mips32/loader/Makefile.build (added)
	* boot/arch/mips32/loader/Makefile.common (added)
	* boot/arch/mips32/loader/Makefile.toolchain (added)
	* boot/arch/mips32/loader/asm.h (modified)
	* boot/arch/mips32/loader/main.c (modified)
	* boot/arch/ppc32/Makefile.inc (modified)
	* boot/arch/ppc32/loader/Makefile (modified)
	* boot/arch/ppc32/loader/Makefile.build (added)
	* boot/arch/ppc32/loader/Makefile.common (added)
	* boot/arch/ppc32/loader/Makefile.toolchain (added)
	* boot/arch/ppc32/loader/_link.ld.in (modified)
	* boot/arch/ppc32/loader/asm.S (modified)
	* boot/arch/ppc32/loader/asm.h (modified)
	* boot/arch/ppc32/loader/main.c (modified)
	* boot/arch/ppc32/loader/main.h (modified)
	* boot/arch/ppc32/loader/ofwarch.c (modified)
	* boot/arch/ppc32/loader/ofwarch.h (modified)
	* boot/arch/ppc32/loader/regname.h (modified)
	* boot/arch/sparc64/Makefile.inc (modified)
	* boot/arch/sparc64/loader/Makefile (modified)
	* boot/arch/sparc64/loader/Makefile.build (added)
	* boot/arch/sparc64/loader/Makefile.common (added)
	* boot/arch/sparc64/loader/Makefile.toolchain (added)
	* boot/arch/sparc64/loader/asm.S (modified)
	* boot/arch/sparc64/loader/asm.h (modified)
	* boot/arch/sparc64/loader/boot.S (modified)
	* boot/arch/sparc64/loader/main.c (modified)
	* boot/arch/sparc64/loader/main.h (modified)
	* boot/arch/sparc64/loader/ofwarch.c (modified)
	* boot/arch/sparc64/loader/ofwarch.h (modified)
	* boot/arch/sparc64/loader/register.h (modified)
	* boot/arch/sparc64/loader/stack.h (modified)
	* boot/genarch/balloc.c (modified)
	* boot/genarch/balloc.h (modified)
	* boot/genarch/ofw.c (modified)
	* boot/genarch/ofw.h (modified)
	* boot/genarch/ofw_tree.c (modified)
	* boot/genarch/ofw_tree.h (modified)
	* boot/generic/memstr.h (moved)
	* boot/generic/printf.c (modified)
	* boot/generic/printf.h (modified)
	* boot/generic/stdarg.h (modified)
	* boot/tools/pack.py (modified)
	* contrib/arch/HelenOS.adl (added)
	* contrib/arch/hadlbppp.py (added)
	* contrib/arch/kernel/kernel.adl (added)
	* contrib/arch/uspace/app/klog/klog.adl (added)
	* contrib/arch/uspace/lib/libblock/fnc.block_fini (added)
	* contrib/arch/uspace/lib/libblock/fnc.block_init (added)
	* contrib/arch/uspace/lib/libblock/fnc.block_seqread (added)
	* contrib/arch/uspace/lib/libc/bind (added)
	* contrib/arch/uspace/lib/libc/fnc.devmap_device_connect (added)
	* contrib/arch/uspace/lib/libc/fnc.devmap_device_get_count (added)
	* contrib/arch/uspace/lib/libc/fnc.devmap_device_get_devices (added)
	* contrib/arch/uspace/lib/libc/fnc.devmap_device_get_handle (added)
	* contrib/arch/uspace/lib/libc/fnc.devmap_device_register (added)
	* contrib/arch/uspace/lib/libc/fnc.devmap_driver_register (added)
	* contrib/arch/uspace/lib/libc/fnc.devmap_get_phone (added)
	* contrib/arch/uspace/lib/libc/protocol (added)
	* contrib/arch/uspace/lib/libc/requires (added)
	* contrib/arch/uspace/lib/libc/subsume (added)
	* contrib/arch/uspace/lib/libfs/fnc.fs_register (added)
	* contrib/arch/uspace/lib/libfs/fnc.libfs_lookup (added)
	* contrib/arch/uspace/lib/libfs/fnc.libfs_mount (added)
	* contrib/arch/uspace/lib/libfs/fnc.libfs_open_node (added)
	* contrib/arch/uspace/lib/libfs/fnc.libfs_stat (added)
	* contrib/arch/uspace/srv/bd/bd.adl (added)
	* contrib/arch/uspace/srv/bd/bd.bp (added)
	* contrib/arch/uspace/srv/bd/rd/rd.adl (added)
	* contrib/arch/uspace/srv/console/console.adl (added)
	* contrib/arch/uspace/srv/console/console.bp (added)
	* contrib/arch/uspace/srv/console/fnc.cell_mark_changed (added)
	* contrib/arch/uspace/srv/console/fnc.clear (added)
	* contrib/arch/uspace/srv/console/fnc.cons_read (added)
	* contrib/arch/uspace/srv/console/fnc.cons_write (added)
	* contrib/arch/uspace/srv/console/fnc.curs_goto (added)
	* contrib/arch/uspace/srv/console/fnc.curs_visibility (added)
	* contrib/arch/uspace/srv/console/fnc.draw_pixmap (added)
	* contrib/arch/uspace/srv/console/fnc.fb_pending_flush (added)
	* contrib/arch/uspace/srv/console/fnc.gcons_notify_char (added)
	* contrib/arch/uspace/srv/console/fnc.gcons_notify_connect (added)
	* contrib/arch/uspace/srv/console/fnc.gcons_notify_disconnect (added)
	* contrib/arch/uspace/srv/console/fnc.gcons_redraw_console (added)
	* contrib/arch/uspace/srv/console/fnc.make_anim (added)
	* contrib/arch/uspace/srv/console/fnc.make_pixmap (added)
	* contrib/arch/uspace/srv/console/fnc.redraw_state (added)
	* contrib/arch/uspace/srv/console/fnc.screen_clear (added)
	* contrib/arch/uspace/srv/console/fnc.set_color (added)
	* contrib/arch/uspace/srv/console/fnc.set_rgb_color (added)
	* contrib/arch/uspace/srv/console/fnc.set_style (added)
	* contrib/arch/uspace/srv/console/fnc.vp_create (added)
	* contrib/arch/uspace/srv/console/fnc.vp_switch (added)
	* contrib/arch/uspace/srv/console/fnc.write_char (added)
	* contrib/arch/uspace/srv/devmap/devmap.adl (added)
	* contrib/arch/uspace/srv/devmap/devmap_client.bp (added)
	* contrib/arch/uspace/srv/devmap/devmap_driver.bp (added)
	* contrib/arch/uspace/srv/fb/fb.adl (added)
	* contrib/arch/uspace/srv/fb/fb.bp (added)
	* contrib/arch/uspace/srv/fs/devfs/devfs.adl (added)
	* contrib/arch/uspace/srv/fs/devfs/devfs.bp (added)
	* contrib/arch/uspace/srv/fs/fat/fat.adl (added)
	* contrib/arch/uspace/srv/fs/fat/fat.bp (added)
	* contrib/arch/uspace/srv/fs/tmpfs/fnc.tmpfs_restore (added)
	* contrib/arch/uspace/srv/fs/tmpfs/tmpfs.adl (added)
	* contrib/arch/uspace/srv/fs/tmpfs/tmpfs.bp (added)
	* contrib/arch/uspace/srv/kbd/event.bp (added)
	* contrib/arch/uspace/srv/kbd/kbd.adl (added)
	* contrib/arch/uspace/srv/kbd/kbd.bp (added)
	* contrib/arch/uspace/srv/loader/loader.adl (added)
	* contrib/arch/uspace/srv/loader/loader.bp (added)
	* contrib/arch/uspace/srv/ns/ns.adl (added)
	* contrib/arch/uspace/srv/ns/ns.bp (added)
	* contrib/arch/uspace/srv/ns/service.adl (added)
	* contrib/arch/uspace/srv/pci/pci.adl (added)
	* contrib/arch/uspace/srv/pci/pci.bp (added)
	* contrib/arch/uspace/srv/vfs/fnc.vfs_grab_phone (added)
	* contrib/arch/uspace/srv/vfs/fnc.vfs_lookup_internal (added)
	* contrib/arch/uspace/srv/vfs/fnc.vfs_open_node_internal (added)
	* contrib/arch/uspace/srv/vfs/fnc.vfs_release_phone (added)
	* contrib/arch/uspace/srv/vfs/vfs.adl (added)
	* contrib/arch/uspace/srv/vfs/vfs.bp (added)
	* contrib/bazaar/mbprotect/__init__.py (added)
	* contrib/conf/msim.conf (modified)
	* contrib/highlight/Syntax (added)
	* contrib/highlight/adl.syntax (added)
	* contrib/highlight/bp.syntax (added)
	* contrib/toolchain.sh (added)
	* contrib/toolchain/toolchain.amd64.sh (deleted)
	* contrib/toolchain/toolchain.arm32.sh (deleted)
	* contrib/toolchain/toolchain.ia32.sh (deleted)
	* contrib/toolchain/toolchain.ia64.sh (deleted)
	* contrib/toolchain/toolchain.mipseb32.sh (deleted)
	* contrib/toolchain/toolchain.mipsel32.sh (deleted)
	* contrib/toolchain/toolchain.ppc32.sh (deleted)
	* contrib/toolchain/toolchain.ppc64.sh (deleted)
	* contrib/toolchain/toolchain.sparc64.sh (deleted)
	* kernel/Makefile (modified)
	* kernel/Makefile.build (added)
	* kernel/Makefile.common (added)
	* kernel/arch/amd64/Makefile.inc (modified)
	* kernel/arch/amd64/include/mm/page.h (modified)
	* kernel/arch/amd64/src/amd64.c (modified)
	* kernel/arch/amd64/src/cpu/cpu.c (modified)
	* kernel/arch/arm32/Makefile.inc (modified)
	* kernel/arch/arm32/include/elf.h (modified)
	* kernel/arch/arm32/include/mach/integratorcp/integratorcp.h (modified)
	* kernel/arch/arm32/include/mach/testarm/testarm.h (modified)
	* kernel/arch/arm32/include/machine_func.h (modified)
	* kernel/arch/arm32/src/arm32.c (modified)
	* kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified)
	* kernel/arch/arm32/src/mach/testarm/testarm.c (modified)
	* kernel/arch/arm32/src/machine_func.c (modified)
	* kernel/arch/ia32/Makefile.inc (modified)
	* kernel/arch/ia32/include/asm.h (modified)
	* kernel/arch/ia32/include/cpu.h (modified)
	* kernel/arch/ia32/include/cpuid.h (modified)
	* kernel/arch/ia32/include/drivers/vesa.h (modified)
	* kernel/arch/ia32/include/mm/page.h (modified)
	* kernel/arch/ia32/src/boot/boot.S (modified)
	* kernel/arch/ia32/src/cpu/cpu.c (modified)
	* kernel/arch/ia32/src/drivers/vesa.c (modified)
	* kernel/arch/ia32/src/ia32.c (modified)
	* kernel/arch/ia32/src/proc/scheduler.c (modified)
	* kernel/arch/ia32/src/userspace.c (modified)
	* kernel/arch/ia64/_link.ld.in (modified)
	* kernel/arch/ia64/include/asm.h (modified)
	* kernel/arch/ia64/include/atomic.h (modified)
	* kernel/arch/ia64/include/drivers/ski.h (modified)
	* kernel/arch/ia64/include/faddr.h (modified)
	* kernel/arch/ia64/include/interrupt.h (modified)
	* kernel/arch/ia64/include/mm/as.h (modified)
	* kernel/arch/ia64/include/mm/page.h (modified)
	* kernel/arch/ia64/include/mm/tlb.h (modified)
	* kernel/arch/ia64/include/register.h (modified)
	* kernel/arch/ia64/include/types.h (modified)
	* kernel/arch/ia64/src/cpu/cpu.c (modified)
	* kernel/arch/ia64/src/drivers/ski.c (modified)
	* kernel/arch/ia64/src/ia64.c (modified)
	* kernel/arch/ia64/src/ivt.S (modified)
	* kernel/arch/ia64/src/mm/as.c (modified)
	* kernel/arch/ia64/src/mm/page.c (modified)
	* kernel/arch/ia64/src/mm/tlb.c (modified)
	* kernel/arch/ia64/src/mm/vhpt.c (modified)
	* kernel/arch/ia64/src/start.S (modified)
	* kernel/arch/mips32/Makefile.inc (modified)
	* kernel/arch/mips32/include/mm/page.h (modified)
	* kernel/arch/mips32/include/mm/tlb.h (modified)
	* kernel/arch/mips32/src/mips32.c (modified)
	* kernel/arch/ppc32/Makefile.inc (modified)
	* kernel/arch/ppc32/include/arg.h (deleted)
	* kernel/arch/ppc32/include/asm/regname.h (modified)
	* kernel/arch/ppc32/include/boot/boot.h (modified)
	* kernel/arch/ppc32/include/mm/page.h (modified)
	* kernel/arch/ppc32/src/mm/tlb.c (modified)
	* kernel/arch/ppc32/src/ppc32.c (modified)
	* kernel/arch/sparc64/include/arg.h (deleted)
	* kernel/arch/sparc64/include/drivers/fhc.h (modified)
	* kernel/arch/sparc64/include/drivers/scr.h (modified)
	* kernel/arch/sparc64/include/drivers/sgcn.h (modified)
	* kernel/arch/sparc64/src/console.c (modified)
	* kernel/arch/sparc64/src/drivers/fhc.c (modified)
	* kernel/arch/sparc64/src/drivers/kbd.c (modified)
	* kernel/arch/sparc64/src/drivers/pci.c (modified)
	* kernel/arch/sparc64/src/drivers/scr.c (modified)
	* kernel/arch/sparc64/src/drivers/sgcn.c (modified)
	* kernel/genarch/Makefile.inc (modified)
	* kernel/genarch/include/drivers/dsrln/dsrlnout.h (modified)
	* kernel/genarch/include/drivers/ega/ega.h (modified)
	* kernel/genarch/include/fb/fb.h (modified)
	* kernel/genarch/include/fb/visuals.h (modified)
	* kernel/genarch/include/ofw/ebus.h (moved)
	* kernel/genarch/include/ofw/fhc.h (moved)
	* kernel/genarch/include/ofw/ofw_tree.h (modified)
	* kernel/genarch/include/ofw/pci.h (moved)
	* kernel/genarch/include/ofw/sbus.h (added)
	* kernel/genarch/include/ofw/upa.h (moved)
	* kernel/genarch/include/softint/multiplication.h (moved)
	* kernel/genarch/src/acpi/acpi.c (modified)
	* kernel/genarch/src/drivers/dsrln/dsrlnout.c (modified)
	* kernel/genarch/src/drivers/ega/ega.c (modified)
	* kernel/genarch/src/fb/fb.c (modified)
	* kernel/genarch/src/ofw/ebus.c (modified)
	* kernel/genarch/src/ofw/fhc.c (modified)
	* kernel/genarch/src/ofw/ofw_tree.c (modified)
	* kernel/genarch/src/ofw/pci.c (modified)
	* kernel/genarch/src/ofw/sbus.c (modified)
	* kernel/genarch/src/ofw/upa.c (modified)
	* kernel/genarch/src/softint/multiplication.c (added)
	* kernel/generic/include/console/chardev.h (modified)
	* kernel/generic/include/console/console.h (modified)
	* kernel/generic/include/context.h (modified)
	* kernel/generic/include/ddi/irq.h (modified)
	* kernel/generic/include/ipc/sysipc.h (modified)
	* kernel/generic/include/main/main.h (modified)
	* kernel/generic/include/print.h (modified)
	* kernel/generic/include/printf/printf_core.h (modified)
	* kernel/generic/include/stdarg.h (modified)
	* kernel/generic/include/synch/spinlock.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/src/console/chardev.c (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/console/console.c (modified)
	* kernel/generic/src/ddi/ddi.c (modified)
	* kernel/generic/src/ipc/kbox.c (modified)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* kernel/generic/src/main/main.c (modified)
	* kernel/generic/src/printf/printf_core.c (modified)
	* kernel/generic/src/printf/vprintf.c (modified)
	* kernel/generic/src/synch/spinlock.c (modified)
	* kernel/generic/src/synch/waitq.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* kernel/generic/src/sysinfo/sysinfo.c (modified)
	* uspace/Makefile (modified)
	* uspace/app/bdsh/Makefile (modified)
	* uspace/app/bdsh/Makefile.build (added)
	* uspace/app/bdsh/Makefile.common (added)
	* uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified)
	* uspace/app/bdsh/scli.c (modified)
	* uspace/app/bdsh/scli.h (modified)
	* uspace/app/edit/Makefile (added)
	* uspace/app/edit/Makefile.build (added)
	* uspace/app/edit/Makefile.common (added)
	* uspace/app/edit/edit.c (added)
	* uspace/app/edit/sheet.c (added)
	* uspace/app/edit/sheet.h (added)
	* uspace/app/getvc/Makefile (modified)
	* uspace/app/getvc/Makefile.build (added)
	* uspace/app/getvc/Makefile.common (added)
	* uspace/app/getvc/getvc.c (modified)
	* uspace/app/init/Makefile (modified)
	* uspace/app/init/Makefile.build (added)
	* uspace/app/init/Makefile.common (added)
	* uspace/app/init/init.c (modified)
	* uspace/app/klog/Makefile (modified)
	* uspace/app/klog/Makefile.build (added)
	* uspace/app/klog/Makefile.common (added)
	* uspace/app/klog/klog.c (modified)
	* uspace/app/redir/Makefile (added)
	* uspace/app/redir/Makefile.build (added)
	* uspace/app/redir/Makefile.common (added)
	* uspace/app/redir/redir.c (added)
	* uspace/app/tester/Makefile (modified)
	* uspace/app/tester/Makefile.build (added)
	* uspace/app/tester/Makefile.common (added)
	* uspace/app/tetris/Makefile (modified)
	* uspace/app/tetris/Makefile.build (added)
	* uspace/app/tetris/Makefile.common (added)
	* uspace/app/tetris/screen.h (modified)
	* uspace/app/trace/Makefile (modified)
	* uspace/app/trace/Makefile.build (added)
	* uspace/app/trace/Makefile.common (added)
	* uspace/app/trace/syscalls.c (modified)
	* uspace/lib/libblock/Makefile (modified)
	* uspace/lib/libblock/Makefile.build (added)
	* uspace/lib/libblock/Makefile.common (added)
	* uspace/lib/libblock/libblock.c (modified)
	* uspace/lib/libblock/libblock.h (modified)
	* uspace/lib/libc/Makefile (modified)
	* uspace/lib/libc/Makefile.build (added)
	* uspace/lib/libc/Makefile.common (added)
	* uspace/lib/libc/Makefile.toolchain (modified)
	* uspace/lib/libc/arch/amd64/Makefile.inc (modified)
	* uspace/lib/libc/arch/arm32/Makefile.inc (modified)
	* uspace/lib/libc/arch/ia32/Makefile.inc (modified)
	* uspace/lib/libc/arch/ia32/_link.ld.in (modified)
	* uspace/lib/libc/arch/ia32/include/syscall.h (modified)
	* uspace/lib/libc/arch/ia32/src/entry.s (modified)
	* uspace/lib/libc/arch/ia32/src/syscall.S (modified)
	* uspace/lib/libc/arch/ia64/Makefile.inc (modified)
	* uspace/lib/libc/arch/ia64/include/atomic.h (modified)
	* uspace/lib/libc/arch/mips32/Makefile.inc (modified)
	* uspace/lib/libc/arch/mips32eb/Makefile.inc (modified)
	* uspace/lib/libc/arch/mips32eb/include/stackarg.h (deleted)
	* uspace/lib/libc/arch/ppc32/Makefile.inc (modified)
	* uspace/lib/libc/arch/sparc64/Makefile.inc (modified)
	* uspace/lib/libc/generic/async.c (modified)
	* uspace/lib/libc/generic/devmap.c (modified)
	* uspace/lib/libc/generic/fibril_sync.c (modified)
	* uspace/lib/libc/generic/io/console.c (modified)
	* uspace/lib/libc/generic/io/klog.c (modified)
	* uspace/lib/libc/generic/ipc.c (modified)
	* uspace/lib/libc/generic/libc.c (modified)
	* uspace/lib/libc/generic/loader.c (modified)
	* uspace/lib/libc/generic/malloc.c (modified)
	* uspace/lib/libc/generic/task.c (modified)
	* uspace/lib/libc/generic/vfs/vfs.c (modified)
	* uspace/lib/libc/include/async.h (modified)
	* uspace/lib/libc/include/async_priv.h (moved)
	* uspace/lib/libc/include/fcntl.h (modified)
	* uspace/lib/libc/include/fibril_sync.h (modified)
	* uspace/lib/libc/include/io/console.h (modified)
	* uspace/lib/libc/include/ipc/bd.h (modified)
	* uspace/lib/libc/include/ipc/ipc.h (modified)
	* uspace/lib/libc/include/ipc/loader.h (modified)
	* uspace/lib/libc/include/ipc/vfs.h (modified)
	* uspace/lib/libc/include/loader/loader.h (modified)
	* uspace/lib/libc/include/loader/pcb.h (modified)
	* uspace/lib/libc/include/malloc.h (modified)
	* uspace/lib/libc/include/stdarg.h (modified)
	* uspace/lib/libc/include/unistd.h (modified)
	* uspace/lib/libfs/Makefile (modified)
	* uspace/lib/libfs/Makefile.build (added)
	* uspace/lib/libfs/Makefile.common (added)
	* uspace/lib/libfs/libfs.c (modified)
	* uspace/lib/libfs/libfs.h (modified)
	* uspace/lib/softfloat/Makefile (modified)
	* uspace/lib/softfloat/Makefile.build (added)
	* uspace/lib/softfloat/Makefile.common (added)
	* uspace/lib/softint/Makefile (modified)
	* uspace/lib/softint/Makefile.build (added)
	* uspace/lib/softint/Makefile.common (added)
	* uspace/lib/softint/generic/multiplication.c (added)
	* uspace/lib/softint/include/multiplication.h (moved)
	* uspace/srv/bd/ata_bd/Makefile (modified)
	* uspace/srv/bd/ata_bd/Makefile.build (added)
	* uspace/srv/bd/ata_bd/Makefile.common (added)
	* uspace/srv/bd/ata_bd/ata_bd.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.h (modified)
	* uspace/srv/bd/file_bd/Makefile (modified)
	* uspace/srv/bd/file_bd/Makefile.build (added)
	* uspace/srv/bd/file_bd/Makefile.common (added)
	* uspace/srv/bd/file_bd/file_bd.c (modified)
	* uspace/srv/bd/gxe_bd/Makefile (modified)
	* uspace/srv/bd/gxe_bd/Makefile.build (added)
	* uspace/srv/bd/gxe_bd/Makefile.common (added)
	* uspace/srv/bd/gxe_bd/gxe_bd.c (modified)
	* uspace/srv/bd/rd/Makefile (modified)
	* uspace/srv/bd/rd/Makefile.build (added)
	* uspace/srv/bd/rd/Makefile.common (added)
	* uspace/srv/bd/rd/rd.c (modified)
	* uspace/srv/cir/fhc/Makefile (modified)
	* uspace/srv/cir/fhc/Makefile.build (added)
	* uspace/srv/cir/fhc/Makefile.common (added)
	* uspace/srv/cir/obio/Makefile (modified)
	* uspace/srv/cir/obio/Makefile.build (added)
	* uspace/srv/cir/obio/Makefile.common (added)
	* uspace/srv/console/Makefile (modified)
	* uspace/srv/console/Makefile.build (added)
	* uspace/srv/console/Makefile.common (added)
	* uspace/srv/console/console.c (modified)
	* uspace/srv/console/gcons.c (modified)
	* uspace/srv/console/keybuffer.c (modified)
	* uspace/srv/console/screenbuffer.c (modified)
	* uspace/srv/devmap/Makefile (modified)
	* uspace/srv/devmap/Makefile.build (added)
	* uspace/srv/devmap/Makefile.common (added)
	* uspace/srv/devmap/devmap.c (modified)
	* uspace/srv/fb/Makefile (modified)
	* uspace/srv/fb/Makefile.build (added)
	* uspace/srv/fb/Makefile.common (added)
	* uspace/srv/fs/devfs/Makefile (modified)
	* uspace/srv/fs/devfs/Makefile.build (added)
	* uspace/srv/fs/devfs/Makefile.common (added)
	* uspace/srv/fs/devfs/devfs.c (modified)
	* uspace/srv/fs/devfs/devfs_ops.c (modified)
	* uspace/srv/fs/fat/Makefile (modified)
	* uspace/srv/fs/fat/Makefile.build (added)
	* uspace/srv/fs/fat/Makefile.common (added)
	* uspace/srv/fs/fat/fat.c (modified)
	* uspace/srv/fs/fat/fat.h (modified)
	* 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/tmpfs/Makefile (modified)
	* uspace/srv/fs/tmpfs/Makefile.build (added)
	* uspace/srv/fs/tmpfs/Makefile.common (added)
	* uspace/srv/fs/tmpfs/tmpfs.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs_dump.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs_ops.c (modified)
	* uspace/srv/kbd/Makefile (modified)
	* uspace/srv/kbd/Makefile.build (added)
	* uspace/srv/kbd/Makefile.common (added)
	* uspace/srv/loader/Makefile (modified)
	* uspace/srv/loader/Makefile.build (added)
	* uspace/srv/loader/Makefile.common (added)
	* uspace/srv/loader/arch/ia32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ia32/ia32.s (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/ns/Makefile (modified)
	* uspace/srv/ns/Makefile.build (added)
	* uspace/srv/ns/Makefile.common (added)
	* uspace/srv/ns/service.c (modified)
	* uspace/srv/part/mbr_part/Makefile (added)
	* uspace/srv/part/mbr_part/Makefile.build (added)
	* uspace/srv/part/mbr_part/Makefile.common (added)
	* uspace/srv/part/mbr_part/mbr_part.c (added)
	* uspace/srv/pci/Makefile (added)
	* uspace/srv/pci/Makefile.build (added)
	* uspace/srv/pci/Makefile.common (added)
	* uspace/srv/pci/libpci/Makefile (added)
	* uspace/srv/pci/libpci/Makefile.build (added)
	* uspace/srv/pci/libpci/Makefile.common (added)
	* uspace/srv/vfs/Makefile (modified)
	* uspace/srv/vfs/Makefile.build (added)
	* uspace/srv/vfs/Makefile.common (added)
	* 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_ops.c (modified)
	* uspace/srv/vfs/vfs_register.c (modified)

	merged with head (unstable)


Mon, 16 Nov 2009 15:21:44 GMT Lenka Trochtova <trochtova.lenka@…> [86554e7]
	* boot/arch/ia32/Makefile.inc (modified)
	* kernel/generic/src/ipc/irq.c (modified)
	* uspace/Makefile (modified)
	* uspace/app/test_serial/Makefile (added)
	* uspace/app/test_serial/test_serial.c (added)
	* uspace/srv/pci/Makefile (modified)
	* uspace/srv/pci/main.c (modified)
	* uspace/srv/pci/pic.c (added)
	* uspace/srv/pci/pic.h (added)
	* uspace/srv/pci/serial.c (modified)

	serial port now uses interrupts for receiving data


Fri, 30 Oct 2009 12:13:48 GMT Martin Decky <martin@…> [c7dc8ad]
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/arm32/loader/Makefile.common (modified)
	* boot/arch/ia64/loader/Makefile.common (modified)
	* boot/arch/mips32/loader/Makefile.common (modified)
	* boot/arch/ppc32/loader/Makefile.common (modified)
	* boot/arch/sparc64/loader/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/app/getvc/getvc.c (modified)
	* uspace/app/redir/Makefile (added)
	* uspace/app/redir/Makefile.build (added)
	* uspace/app/redir/Makefile.common (added)
	* uspace/app/redir/redir.c (added)

	proof-of-concept of stdin/stdout/stderr redirection


Tue, 20 Oct 2009 16:08:08 GMT Martin Decky <martin@…> [cc1f8d4]
	* boot/Makefile (modified)
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/arm32/Makefile.inc (modified)
	* boot/arch/arm32/loader/Makefile (modified)
	* boot/arch/arm32/loader/Makefile.build (added)
	* boot/arch/arm32/loader/Makefile.common (added)
	* boot/arch/arm32/loader/Makefile.toolchain (added)
	* boot/arch/ia32/Makefile.inc (modified)
	* boot/arch/ia64/Makefile.inc (modified)
	* boot/arch/ia64/loader/Makefile (modified)
	* boot/arch/ia64/loader/Makefile.build (added)
	* boot/arch/ia64/loader/Makefile.common (added)
	* boot/arch/ia64/loader/Makefile.toolchain (added)
	* boot/arch/ia64/loader/gefi/HelenOS/Makefile (modified)
	* boot/arch/mips32/Makefile.inc (modified)
	* boot/arch/mips32/loader/Makefile (modified)
	* boot/arch/mips32/loader/Makefile.build (added)
	* boot/arch/mips32/loader/Makefile.common (added)
	* boot/arch/mips32/loader/Makefile.toolchain (added)
	* boot/arch/ppc32/Makefile.inc (modified)
	* boot/arch/ppc32/loader/Makefile (modified)
	* boot/arch/ppc32/loader/Makefile.build (added)
	* boot/arch/ppc32/loader/Makefile.common (added)
	* boot/arch/ppc32/loader/Makefile.toolchain (added)
	* boot/tools/pack.py (modified)
	* kernel/Makefile (modified)
	* kernel/Makefile.build (added)
	* kernel/Makefile.common (added)
	* uspace/Makefile (modified)
	* uspace/app/bdsh/Makefile (modified)
	* uspace/app/bdsh/Makefile.build (added)
	* uspace/app/bdsh/Makefile.common (added)
	* uspace/app/edit/Makefile (modified)
	* uspace/app/edit/Makefile.build (added)
	* uspace/app/edit/Makefile.common (added)
	* uspace/app/getvc/Makefile (modified)
	* uspace/app/getvc/Makefile.build (added)
	* uspace/app/getvc/Makefile.common (added)
	* uspace/app/init/Makefile (modified)
	* uspace/app/init/Makefile.build (added)
	* uspace/app/init/Makefile.common (added)
	* uspace/app/init/init.c (modified)
	* uspace/app/klog/Makefile (modified)
	* uspace/app/klog/Makefile.build (added)
	* uspace/app/klog/Makefile.common (added)
	* uspace/app/tester/Makefile (modified)
	* uspace/app/tester/Makefile.build (added)
	* uspace/app/tester/Makefile.common (added)
	* uspace/app/tetris/Makefile (modified)
	* uspace/app/tetris/Makefile.build (added)
	* uspace/app/tetris/Makefile.common (added)
	* uspace/app/trace/Makefile (modified)
	* uspace/app/trace/Makefile.build (added)
	* uspace/app/trace/Makefile.common (added)
	* uspace/lib/libblock/Makefile (modified)
	* uspace/lib/libblock/Makefile.build (added)
	* uspace/lib/libblock/Makefile.common (added)
	* uspace/lib/libc/Makefile (modified)
	* uspace/lib/libc/Makefile.build (added)
	* uspace/lib/libc/Makefile.common (added)
	* uspace/lib/libc/Makefile.toolchain (modified)
	* uspace/lib/libfs/Makefile (modified)
	* uspace/lib/libfs/Makefile.build (added)
	* uspace/lib/libfs/Makefile.common (added)
	* uspace/lib/softfloat/Makefile (modified)
	* uspace/lib/softfloat/Makefile.build (added)
	* uspace/lib/softfloat/Makefile.common (added)
	* uspace/lib/softint/Makefile (modified)
	* uspace/lib/softint/Makefile.build (added)
	* uspace/lib/softint/Makefile.common (added)
	* uspace/srv/bd/ata_bd/Makefile (modified)
	* uspace/srv/bd/ata_bd/Makefile.build (added)
	* uspace/srv/bd/ata_bd/Makefile.common (added)
	* uspace/srv/bd/file_bd/Makefile (modified)
	* uspace/srv/bd/file_bd/Makefile.build (added)
	* uspace/srv/bd/file_bd/Makefile.common (added)
	* uspace/srv/bd/gxe_bd/Makefile (modified)
	* uspace/srv/bd/gxe_bd/Makefile.build (added)
	* uspace/srv/bd/gxe_bd/Makefile.common (added)
	* uspace/srv/bd/rd/Makefile (modified)
	* uspace/srv/bd/rd/Makefile.build (added)
	* uspace/srv/bd/rd/Makefile.common (added)
	* uspace/srv/cir/fhc/Makefile (modified)
	* uspace/srv/cir/fhc/Makefile.build (added)
	* uspace/srv/cir/fhc/Makefile.common (added)
	* uspace/srv/cir/obio/Makefile (modified)
	* uspace/srv/cir/obio/Makefile.build (added)
	* uspace/srv/cir/obio/Makefile.common (added)
	* uspace/srv/console/Makefile (modified)
	* uspace/srv/console/Makefile.build (added)
	* uspace/srv/console/Makefile.common (added)
	* uspace/srv/console/console.c (modified)
	* uspace/srv/console/keybuffer.c (modified)
	* uspace/srv/console/screenbuffer.c (modified)
	* uspace/srv/devmap/Makefile (modified)
	* uspace/srv/devmap/Makefile.build (added)
	* uspace/srv/devmap/Makefile.common (added)
	* uspace/srv/fb/Makefile (modified)
	* uspace/srv/fb/Makefile.build (added)
	* uspace/srv/fb/Makefile.common (added)
	* uspace/srv/fs/devfs/Makefile (modified)
	* uspace/srv/fs/devfs/Makefile.build (added)
	* uspace/srv/fs/devfs/Makefile.common (added)
	* uspace/srv/fs/fat/Makefile (modified)
	* uspace/srv/fs/fat/Makefile.build (added)
	* uspace/srv/fs/fat/Makefile.common (added)
	* uspace/srv/fs/tmpfs/Makefile (modified)
	* uspace/srv/fs/tmpfs/Makefile.build (added)
	* uspace/srv/fs/tmpfs/Makefile.common (added)
	* uspace/srv/kbd/Makefile (modified)
	* uspace/srv/kbd/Makefile.build (added)
	* uspace/srv/kbd/Makefile.common (added)
	* uspace/srv/loader/Makefile (modified)
	* uspace/srv/loader/Makefile.build (added)
	* uspace/srv/loader/Makefile.common (added)
	* uspace/srv/ns/Makefile (modified)
	* uspace/srv/ns/Makefile.build (added)
	* uspace/srv/ns/Makefile.common (added)
	* uspace/srv/part/mbr_part/Makefile (modified)
	* uspace/srv/part/mbr_part/Makefile.build (added)
	* uspace/srv/part/mbr_part/Makefile.common (added)
	* uspace/srv/pci/Makefile (modified)
	* uspace/srv/pci/Makefile.build (added)
	* uspace/srv/pci/Makefile.common (added)
	* uspace/srv/pci/libpci/Makefile (modified)
	* uspace/srv/pci/libpci/Makefile.build (added)
	* uspace/srv/pci/libpci/Makefile.common (added)
	* uspace/srv/vfs/Makefile (modified)
	* uspace/srv/vfs/Makefile.build (added)
	* uspace/srv/vfs/Makefile.common (added)

	proper support for parallel building (this time really tested)
	all ...


Wed, 14 Oct 2009 15:00:02 GMT Martin Decky <martin@…> [e035612]
	* Makefile (modified)
	* uspace/Makefile (modified)
	* uspace/app/bdsh/Makefile (modified)
	* uspace/app/edit/Makefile (modified)
	* uspace/app/getvc/Makefile (modified)
	* uspace/app/init/Makefile (modified)
	* uspace/app/klog/Makefile (modified)
	* uspace/app/tester/Makefile (modified)
	* uspace/app/tetris/Makefile (modified)
	* uspace/app/trace/Makefile (modified)
	* uspace/lib/libc/Makefile (modified)
	* uspace/srv/bd/ata_bd/Makefile (modified)
	* uspace/srv/bd/file_bd/Makefile (modified)
	* uspace/srv/bd/gxe_bd/Makefile (modified)
	* uspace/srv/bd/rd/Makefile (modified)
	* uspace/srv/cir/fhc/Makefile (modified)
	* uspace/srv/cir/obio/Makefile (modified)
	* uspace/srv/console/Makefile (modified)
	* uspace/srv/devmap/Makefile (modified)
	* uspace/srv/fb/Makefile (modified)
	* uspace/srv/fs/devfs/Makefile (modified)
	* uspace/srv/fs/fat/Makefile (modified)
	* uspace/srv/fs/tmpfs/Makefile (modified)
	* uspace/srv/kbd/Makefile (modified)
	* uspace/srv/loader/Makefile (modified)
	* uspace/srv/ns/Makefile (modified)
	* uspace/srv/part/mbr_part/Makefile (modified)
	* uspace/srv/pci/Makefile (modified)
	* uspace/srv/vfs/Makefile (modified)

	make parallel build (with -j n) possible


Sun, 13 Sep 2009 23:35:15 GMT Jiri Svoboda <jiri@…> [3052ff4]
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/arm32/loader/Makefile (modified)
	* boot/arch/ia32/Makefile.inc (modified)
	* boot/arch/ia64/loader/Makefile (modified)
	* boot/arch/mips32/loader/Makefile (modified)
	* boot/arch/ppc32/loader/Makefile (modified)
	* boot/arch/sparc64/loader/Makefile (modified)
	* uspace/Makefile (modified)
	* uspace/app/edit/Makefile (added)
	* uspace/app/edit/edit.c (added)
	* uspace/app/edit/sheet.c (added)
	* uspace/app/edit/sheet.h (added)

	Add simple text editor.


Mon, 31 Aug 2009 20:15:35 GMT Jiri Svoboda <jiri@…> [00b1d20e]
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/arm32/loader/Makefile (modified)
	* boot/arch/ia32/Makefile.inc (modified)
	* boot/arch/ia64/loader/Makefile (modified)
	* boot/arch/mips32/loader/Makefile (modified)
	* boot/arch/ppc32/loader/Makefile (modified)
	* boot/arch/sparc64/loader/Makefile (modified)
	* uspace/Makefile (modified)
	* uspace/lib/libblock/libblock.c (modified)
	* uspace/lib/libblock/libblock.h (modified)
	* uspace/srv/part/mbr_part/Makefile (added)
	* uspace/srv/part/mbr_part/mbr_part.c (added)

	Add PC MBR partition driver (mbr_part). Only supports primary ...


Sun, 09 Aug 2009 13:56:50 GMT Lenka Trochtova <trochtova.lenka@…> [cb0ea39]
	* boot/arch/ia32/Makefile.inc (modified)
	* boot/arch/sparc64/loader/Makefile (modified)
	* readme.txt (added)
	* uspace/Makefile (modified)
	* uspace/app/init/init.c (modified)
	* uspace/app/lspci/COPYING (moved)
	* uspace/app/lspci/Makefile (added)
	* uspace/app/lspci/libpci/Makefile (moved)
	* uspace/app/lspci/libpci/VERSION (moved)
	* uspace/app/lspci/libpci/access.c (moved)
	* uspace/app/lspci/libpci/generic.c (moved)
	* uspace/app/lspci/libpci/header.h (moved)
	* uspace/app/lspci/libpci/i386-ports.c (moved)
	* uspace/app/lspci/libpci/internal.h (moved)
	* uspace/app/lspci/libpci/names.c (moved)
	* uspace/app/lspci/libpci/pci.h (moved)
	* uspace/app/lspci/libpci/pci_ids.h (moved)
	* uspace/app/lspci/libpci/sysdep.h (added)
	* uspace/app/lspci/libpci/types.h (moved)
	* uspace/app/lspci/libpci/us2.c (added)
	* uspace/app/lspci/pci.c (added)
	* uspace/app/lspci/update-ids (added)
	* uspace/app/shutters/Makefile (added)
	* uspace/app/shutters/shutters.c (added)
	* uspace/lib/libc/include/ipc/serial.h (added)
	* uspace/srv/pci/Makefile (modified)
	* uspace/srv/pci/intel_method1.c (added)
	* uspace/srv/pci/intel_piix3.c (added)
	* uspace/srv/pci/intel_piix3.h (added)
	* uspace/srv/pci/isa.c (added)
	* uspace/srv/pci/isa.h (added)
	* uspace/srv/pci/libpci/sysdep.h (deleted)
	* uspace/srv/pci/main.c (added)
	* uspace/srv/pci/pci.c (modified)
	* uspace/srv/pci/pci.h (added)
	* uspace/srv/pci/pci_bus.h (added)
	* uspace/srv/pci/pci_conf.h (added)
	* uspace/srv/pci/pci_regs.h (added)
	* uspace/srv/pci/psycho.c (added)
	* uspace/srv/pci/serial.c (added)
	* uspace/srv/pci/serial.h (added)
	* uspace/srv/pci/update-ids (deleted)

	dd: initial import of the original svn branch


Sat, 13 Jun 2009 17:30:50 GMT Jiri Svoboda <jirik.svoboda@…> [2a18193c]
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/arm32/loader/Makefile (modified)
	* boot/arch/ia32/Makefile.inc (modified)
	* boot/arch/ia64/loader/Makefile (modified)
	* boot/arch/mips32/loader/Makefile (modified)
	* boot/arch/ppc32/loader/Makefile (modified)
	* boot/arch/sparc64/loader/Makefile (modified)
	* uspace/Makefile (modified)

	File-backed block device driver (file_bd).


Sat, 06 Jun 2009 23:13:54 GMT Jiri Svoboda <jirik.svoboda@…> [f8ef660]
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/ia32/Makefile.inc (modified)
	* uspace/Makefile (modified)
	* uspace/srv/bd/ata_bd/Makefile (added)
	* uspace/srv/bd/ata_bd/ata_bd.c (added)

	Primitive ATA disk driver that you can use in Qemu (read only).


Fri, 05 Jun 2009 12:46:20 GMT Martin Decky <martin@…> [abc4982]
	* boot/arch/sparc64/loader/Makefile (modified)
	* uspace/Makefile (modified)
	* uspace/srv/cir/fhc/Makefile (moved)
	* uspace/srv/cir/fhc/fhc.c (moved)
	* uspace/srv/cir/obio/Makefile (moved)
	* uspace/srv/cir/obio/obio.c (moved)

	group fhc and obio under a common directory


Wed, 03 Jun 2009 18:35:49 GMT Martin Decky <martin@…> [b0a91acb]
	* uspace/Makefile (modified)

	add getvc to uspace Makefile


Thu, 21 May 2009 19:14:40 GMT Jiri Svoboda <jirik.svoboda@…> [e7645de]
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/arm32/loader/Makefile (modified)
	* boot/arch/ia32/Makefile.inc (modified)
	* boot/arch/ia64/loader/Makefile (modified)
	* boot/arch/mips32/loader/Makefile (modified)
	* boot/arch/ppc32/loader/Makefile (modified)
	* boot/arch/sparc64/loader/Makefile (modified)
	* uspace/Makefile (modified)
	* uspace/srv/bd/rd/Makefile (moved)
	* uspace/srv/bd/rd/rd.c (moved)

	Move ramdisk under bd.


Thu, 21 May 2009 07:05:25 GMT Martin Decky <martin@…> [a095d20]
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/arm32/loader/Makefile (modified)
	* boot/arch/ia32/Makefile.inc (modified)
	* boot/arch/ia64/loader/Makefile (modified)
	* boot/arch/mips32/loader/Makefile (modified)
	* boot/arch/ppc32/loader/Makefile (modified)
	* boot/arch/sparc64/loader/Makefile (modified)
	* uspace/Makefile (modified)
	* uspace/app/init/init.c (modified)
	* uspace/srv/fs/devfs/Makefile (added)
	* uspace/srv/fs/devfs/devfs.c (added)
	* uspace/srv/fs/devfs/devfs.h (added)
	* uspace/srv/fs/devfs/devfs_ops.c (added)
	* uspace/srv/fs/devfs/devfs_ops.h (added)

	add simple devfs filesystem and mount it as /dev
	add generic NULL ...


Tue, 19 May 2009 22:01:44 GMT Jiri Svoboda <jirik.svoboda@…> [44a53fd]
	* boot/arch/mips32/loader/Makefile (modified)
	* uspace/Makefile (modified)
	* uspace/srv/bd/gxe_bd/Makefile (added)
	* uspace/srv/bd/gxe_bd/gxe_bd.c (added)

	Experimental GXemul disk driver (device 'disk0').


Fri, 27 Feb 2009 20:41:23 GMT Jakub Jermar <jakub@…> [42742c5a]
	* boot/arch/sparc64/loader/Makefile (modified)
	* kernel/arch/sparc64/src/drivers/fhc.c (modified)
	* kernel/arch/sparc64/src/drivers/kbd.c (modified)
	* kernel/arch/sparc64/src/drivers/pci.c (modified)
	* uspace/Makefile (modified)
	* uspace/lib/libc/include/ipc/services.h (modified)
	* uspace/srv/kbd/generic/kbd.c (modified)
	* uspace/srv/obio/Makefile (added)
	* uspace/srv/obio/obio.c (added)

	Userspace driver for OBIO. This will make it possible to clear ...


Wed, 25 Feb 2009 21:32:18 GMT Jakub Jermar <jakub@…> [3e5a814]
	* boot/arch/sparc64/loader/Makefile (modified)
	* kernel/arch/sparc64/src/drivers/fhc.c (modified)
	* kernel/arch/sparc64/src/drivers/kbd.c (modified)
	* uspace/Makefile (modified)
	* uspace/app/init/init.c (modified)
	* uspace/lib/libc/include/ipc/bus.h (added)
	* uspace/lib/libc/include/ipc/services.h (modified)
	* uspace/srv/fhc/Makefile (added)
	* uspace/srv/fhc/fhc.c (added)
	* uspace/srv/kbd/generic/kbd.c (modified)
	* uspace/srv/kbd/include/kbd.h (modified)
	* uspace/srv/kbd/port/z8530.c (modified)

	Add simple userspace FHC driver.
	Modify the z8530 userspace driver ...


Thu, 12 Feb 2009 20:11:25 GMT Martin Decky <martin@…> [fcd7053]
	* uspace/Makefile (modified)
	* uspace/app/bdsh/Makefile (modified)
	* uspace/app/init/Makefile (modified)
	* uspace/app/init/version.c (modified)
	* uspace/app/klog/Makefile (modified)
	* uspace/app/tester/Makefile (modified)
	* uspace/app/tetris/Makefile (modified)
	* uspace/app/trace/Makefile (modified)
	* uspace/lib/libblock/Makefile (modified)
	* uspace/lib/libc/Makefile (modified)
	* uspace/lib/libc/Makefile.toolchain (modified)
	* uspace/lib/libc/arch/amd64/Makefile.inc (modified)
	* uspace/lib/libc/arch/amd64/_link.ld.in (modified)
	* uspace/lib/libc/arch/arm32/Makefile.inc (modified)
	* uspace/lib/libc/arch/arm32/_link.ld.in (modified)
	* uspace/lib/libc/arch/ia32/Makefile.inc (modified)
	* uspace/lib/libc/arch/ia32/_link.ld.in (modified)
	* uspace/lib/libc/arch/ia64/Makefile.inc (modified)
	* uspace/lib/libc/arch/ia64/_link.ld.in (modified)
	* uspace/lib/libc/arch/mips32/Makefile.inc (modified)
	* uspace/lib/libc/arch/mips32/_link.ld.in (modified)
	* uspace/lib/libc/arch/mips32eb/Makefile.inc (modified)
	* uspace/lib/libc/arch/ppc32/Makefile.inc (modified)
	* uspace/lib/libc/arch/ppc32/_link.ld.in (modified)
	* uspace/lib/libc/arch/sparc64/Makefile.inc (modified)
	* uspace/lib/libc/arch/sparc64/_link.ld.in (modified)
	* uspace/lib/libc/include/macros.h (added)
	* uspace/lib/libfs/Makefile (modified)
	* uspace/lib/softfloat/Makefile (modified)
	* uspace/lib/softint/Makefile (modified)
	* uspace/srv/console/Makefile (modified)
	* uspace/srv/devmap/Makefile (modified)
	* uspace/srv/fb/Makefile (modified)
	* uspace/srv/fb/fb.c (modified)
	* uspace/srv/fs/fat/Makefile (modified)
	* uspace/srv/fs/fat/fat.c (modified)
	* uspace/srv/fs/tmpfs/Makefile (modified)
	* uspace/srv/kbd/Makefile (modified)
	* uspace/srv/kbd/arch/ia64/src/kbd.c (modified)
	* uspace/srv/kbd/arch/ppc32/src/kbd.c (modified)
	* uspace/srv/loader/Makefile (modified)
	* uspace/srv/loader/arch/amd64/Makefile.inc (modified)
	* uspace/srv/loader/arch/amd64/_link.ld.in (modified)
	* uspace/srv/loader/arch/arm32/Makefile.inc (modified)
	* uspace/srv/loader/arch/arm32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ia32/Makefile.inc (modified)
	* uspace/srv/loader/arch/ia32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ia64/Makefile.inc (modified)
	* uspace/srv/loader/arch/ia64/_link.ld.in (modified)
	* uspace/srv/loader/arch/mips32/Makefile.inc (modified)
	* uspace/srv/loader/arch/mips32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ppc32/Makefile.inc (modified)
	* uspace/srv/loader/arch/ppc32/_link.ld.in (modified)
	* uspace/srv/loader/arch/sparc64/Makefile.inc (modified)
	* uspace/srv/loader/arch/sparc64/_link.ld.in (modified)
	* uspace/srv/ns/Makefile (modified)
	* uspace/srv/pci/Makefile (modified)
	* uspace/srv/pci/libpci/Makefile (modified)
	* uspace/srv/rd/Makefile (modified)
	* uspace/srv/vfs/Makefile (modified)

	cleanup configuration
	code cleanup


Tue, 20 Jan 2009 18:38:16 GMT Martin Decky <martin@…> [9a0367f]
	* HelenOS.config (modified)
	* Makefile (modified)
	* boot/Makefile (modified)
	* boot/arch/arm32/loader/Makefile (modified)
	* boot/arch/ia64/loader/Makefile (modified)
	* boot/arch/mips32/loader/Makefile (modified)
	* boot/arch/ppc32/loader/Makefile (modified)
	* boot/arch/ppc64/loader/Makefile (modified)
	* boot/arch/sparc64/loader/Makefile (modified)
	* boot/boot.config (deleted)
	* kernel/Makefile (modified)
	* kernel/kernel.config (deleted)
	* tools/config.py (modified)
	* uspace/Makefile (modified)
	* uspace/app/bdsh/Makefile (modified)
	* uspace/app/init/Makefile (modified)
	* uspace/app/klog/Makefile (modified)
	* uspace/app/tester/Makefile (modified)
	* uspace/app/tetris/Makefile (modified)
	* uspace/app/trace/Makefile (modified)
	* uspace/lib/libblock/Makefile (modified)
	* uspace/lib/libc/Makefile (modified)
	* uspace/lib/libc/Makefile.toolchain (modified)
	* uspace/lib/libc/arch/mips32/Makefile.inc (modified)
	* uspace/lib/libfs/Makefile (modified)
	* uspace/lib/softfloat/Makefile (modified)
	* uspace/lib/softint/Makefile (modified)
	* uspace/srv/console/Makefile (modified)
	* uspace/srv/devmap/Makefile (modified)
	* uspace/srv/fb/Makefile (modified)
	* uspace/srv/fs/fat/Makefile (modified)
	* uspace/srv/fs/tmpfs/Makefile (modified)
	* uspace/srv/kbd/Makefile (modified)
	* uspace/srv/loader/Makefile (modified)
	* uspace/srv/ns/Makefile (modified)
	* uspace/srv/pci/Makefile (modified)
	* uspace/srv/pci/libpci/Makefile (modified)
	* uspace/srv/rd/Makefile (modified)
	* uspace/srv/vfs/Makefile (modified)
	* uspace/uspace.config (deleted)

	configuration system overhaul (requires newt)


Sun, 14 Dec 2008 11:37:31 GMT Jiri Svoboda <jirik.svoboda@…> [f0c9aff]
	* uspace/Makefile (modified)
	* uspace/app/init/Makefile (modified)
	* uspace/app/klog/Makefile (modified)
	* uspace/app/tester/Makefile (modified)
	* uspace/srv/console/Makefile (modified)
	* uspace/srv/devmap/Makefile (modified)
	* uspace/srv/fb/Makefile (modified)
	* uspace/srv/fs/fat/Makefile (modified)
	* uspace/srv/fs/tmpfs/Makefile (modified)
	* uspace/srv/kbd/Makefile (modified)
	* uspace/srv/ns/Makefile (modified)
	* uspace/srv/pci/Makefile (modified)
	* uspace/srv/rd/Makefile (modified)
	* uspace/srv/vfs/Makefile (modified)

	Clean .o files in individual makefiles.


Sat, 08 Nov 2008 11:05:32 GMT Jiri Svoboda <jirik.svoboda@…> [24d6efc]
	* uspace/Makefile (modified)
	* uspace/app/klog/Makefile (modified)
	* uspace/app/tester/Makefile (modified)
	* uspace/app/tetris/Makefile (modified)
	* uspace/app/trace/Makefile (modified)
	* uspace/lib/libblock/Makefile (modified)
	* uspace/lib/libc/Makefile (modified)
	* uspace/lib/libfs/Makefile (modified)
	* uspace/lib/softfloat/Makefile (modified)
	* uspace/lib/softint/Makefile (modified)
	* uspace/srv/console/Makefile (modified)
	* uspace/srv/devmap/Makefile (modified)
	* uspace/srv/fb/Makefile (modified)
	* uspace/srv/fs/fat/Makefile (modified)
	* uspace/srv/fs/tmpfs/Makefile (modified)
	* uspace/srv/kbd/Makefile (modified)
	* uspace/srv/loader/Makefile (modified)
	* uspace/srv/ns/Makefile (modified)
	* uspace/srv/pci/Makefile (modified)
	* uspace/srv/rd/Makefile (modified)
	* uspace/srv/vfs/Makefile (modified)

	Always include Makefile.config instead of passing ARCH and COMPILER ...


Mon, 27 Oct 2008 16:53:38 GMT Jakub Jermar <jakub@…> [fc840d9]
	* uspace/Makefile (modified)
	* uspace/lib/libblock/Makefile (added)
	* uspace/lib/libblock/libblock.c (added)
	* uspace/lib/libblock/libblock.h (added)
	* uspace/lib/libfs/libfs.c (modified)
	* uspace/lib/libfs/libfs.h (modified)
	* uspace/srv/fs/fat/Makefile (modified)
	* uspace/srv/fs/fat/fat.h (modified)
	* uspace/srv/fs/fat/fat_fat.c (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)
	* uspace/srv/fs/tmpfs/Makefile (modified)
	* uspace/srv/fs/tmpfs/tmpfs_dump.c (modified)

	Move libfs_blockread(), block_get() and block_put() to libblock.


Wed, 17 Sep 2008 12:16:27 GMT Jiri Svoboda <jirik.svoboda@…> [9a1b20c]
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/arm32/loader/Makefile (modified)
	* boot/arch/ia32/Makefile.inc (modified)
	* boot/arch/ia64/loader/Makefile (modified)
	* boot/arch/mips32/loader/Makefile (modified)
	* boot/arch/ppc32/loader/Makefile (modified)
	* boot/arch/ppc64/loader/Makefile (modified)
	* kernel/Makefile (modified)
	* kernel/generic/include/ipc/ipc.h (modified)
	* kernel/generic/include/ipc/ipc_kbox.h (added)
	* kernel/generic/include/ipc/sysipc.h (modified)
	* kernel/generic/include/proc/task.h (modified)
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/include/udebug/udebug.h (added)
	* kernel/generic/include/udebug/udebug_ipc.h (added)
	* kernel/generic/include/udebug/udebug_ops.h (added)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/ipc/ipc_kbox.c (added)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* kernel/generic/src/main/uinit.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* kernel/generic/src/udebug/udebug.c (added)
	* kernel/generic/src/udebug/udebug_ipc.c (added)
	* kernel/generic/src/udebug/udebug_ops.c (added)
	* kernel/kernel.config (modified)
	* uspace/Makefile (modified)
	* uspace/app/trace/Makefile (added)
	* uspace/app/trace/errors.c (added)
	* uspace/app/trace/errors.h (added)
	* uspace/app/trace/ipc_desc.c (added)
	* uspace/app/trace/ipc_desc.h (added)
	* uspace/app/trace/ipcp.c (added)
	* uspace/app/trace/ipcp.h (added)
	* uspace/app/trace/proto.c (added)
	* uspace/app/trace/proto.h (added)
	* uspace/app/trace/syscalls.c (added)
	* uspace/app/trace/syscalls.h (added)
	* uspace/app/trace/trace.c (added)
	* uspace/lib/libc/Makefile (modified)
	* uspace/lib/libc/generic/ipc.c (modified)
	* uspace/lib/libc/generic/udebug.c (added)
	* uspace/lib/libc/include/ipc/ipc.h (modified)
	* uspace/lib/libc/include/udebug.h (added)

	Merge syscall tracer (trace) and relevant part of udebug interface ...


Fri, 22 Aug 2008 11:07:32 GMT Jakub Jermar <jakub@…> [80791a7]
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/arm32/loader/Makefile (modified)
	* boot/arch/ia32/Makefile.inc (modified)
	* boot/arch/mips32/loader/Makefile (modified)
	* boot/arch/ppc32/loader/Makefile (modified)
	* boot/arch/sparc64/loader/Makefile (modified)
	* uspace/Makefile (modified)
	* uspace/app/cli/Makefile (deleted)
	* uspace/app/cli/cli.c (deleted)
	* uspace/app/init/init.c (modified)

	Enable bdsh in most of the architectures, remove cli and simplify
	init.


Fri, 22 Aug 2008 09:09:03 GMT Tim Post <echo@…> [216d6fc]
	* boot/arch/ia32/Makefile.inc (modified)
	* uspace/Makefile (modified)
	* uspace/app/bdsh/AUTHORS (added)
	* uspace/app/bdsh/LICENSE (added)
	* uspace/app/bdsh/Makefile (added)
	* uspace/app/bdsh/TODO (added)
	* uspace/app/bdsh/cmds/builtin_cmds.c (added)
	* uspace/app/bdsh/cmds/builtins/README (added)
	* uspace/app/bdsh/cmds/builtins/builtin_aliases.h (added)
	* uspace/app/bdsh/cmds/builtins/builtins.h (added)
	* uspace/app/bdsh/cmds/builtins/cd/cd.c (added)
	* uspace/app/bdsh/cmds/builtins/cd/cd.def (added)
	* uspace/app/bdsh/cmds/builtins/cd/cd.h (added)
	* uspace/app/bdsh/cmds/builtins/cd/entry.h (added)
	* uspace/app/bdsh/cmds/builtins/pwd/entry.h (added)
	* uspace/app/bdsh/cmds/builtins/pwd/pwd.c (added)
	* uspace/app/bdsh/cmds/builtins/pwd/pwd.def (added)
	* uspace/app/bdsh/cmds/builtins/pwd/pwd.h (added)
	* uspace/app/bdsh/cmds/cmds.h (added)
	* uspace/app/bdsh/cmds/mknewcmd (added)
	* uspace/app/bdsh/cmds/mod_cmds.c (added)
	* uspace/app/bdsh/cmds/modules/README (added)
	* uspace/app/bdsh/cmds/modules/cat/cat.c (added)
	* uspace/app/bdsh/cmds/modules/cat/cat.def (added)
	* uspace/app/bdsh/cmds/modules/cat/cat.h (added)
	* uspace/app/bdsh/cmds/modules/cat/entry.h (added)
	* uspace/app/bdsh/cmds/modules/help/entry.h (added)
	* uspace/app/bdsh/cmds/modules/help/help.c (added)
	* uspace/app/bdsh/cmds/modules/help/help.def (added)
	* uspace/app/bdsh/cmds/modules/help/help.h (added)
	* uspace/app/bdsh/cmds/modules/ls/entry.h (added)
	* uspace/app/bdsh/cmds/modules/ls/ls.c (added)
	* uspace/app/bdsh/cmds/modules/ls/ls.def (added)
	* uspace/app/bdsh/cmds/modules/ls/ls.h (added)
	* uspace/app/bdsh/cmds/modules/mkdir/entry.h (added)
	* uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (added)
	* uspace/app/bdsh/cmds/modules/mkdir/mkdir.def (added)
	* uspace/app/bdsh/cmds/modules/mkdir/mkdir.h (added)
	* uspace/app/bdsh/cmds/modules/module_aliases.h (added)
	* uspace/app/bdsh/cmds/modules/modules.h (added)
	* uspace/app/bdsh/cmds/modules/mount/entry.h (added)
	* uspace/app/bdsh/cmds/modules/mount/mount.c (added)
	* uspace/app/bdsh/cmds/modules/mount/mount.def (added)
	* uspace/app/bdsh/cmds/modules/mount/mount.h (added)
	* uspace/app/bdsh/cmds/modules/quit/entry.h (added)
	* uspace/app/bdsh/cmds/modules/quit/quit.c (added)
	* uspace/app/bdsh/cmds/modules/quit/quit.def (added)
	* uspace/app/bdsh/cmds/modules/quit/quit.h (added)
	* uspace/app/bdsh/cmds/modules/rm/entry.h (added)
	* uspace/app/bdsh/cmds/modules/rm/rm.c (added)
	* uspace/app/bdsh/cmds/modules/rm/rm.def (added)
	* uspace/app/bdsh/cmds/modules/rm/rm.h (added)
	* uspace/app/bdsh/cmds/modules/touch/entry.h (added)
	* uspace/app/bdsh/cmds/modules/touch/touch.c (added)
	* uspace/app/bdsh/cmds/modules/touch/touch.def (added)
	* uspace/app/bdsh/cmds/modules/touch/touch.h (added)
	* uspace/app/bdsh/config.h (added)
	* uspace/app/bdsh/errors.c (added)
	* uspace/app/bdsh/errors.h (added)
	* uspace/app/bdsh/errstr.h (added)
	* uspace/app/bdsh/exec.c (added)
	* uspace/app/bdsh/exec.h (added)
	* uspace/app/bdsh/input.c (added)
	* uspace/app/bdsh/input.h (added)
	* uspace/app/bdsh/scli.c (added)
	* uspace/app/bdsh/scli.h (added)
	* uspace/app/bdsh/util.c (added)
	* uspace/app/bdsh/util.h (added)
	* uspace/app/init/init.c (modified)
	* uspace/lib/libc/Makefile (modified)
	* uspace/lib/libc/generic/getopt.c (added)
	* uspace/lib/libc/include/getopt.h (added)

	Merge with shell @ 3241 for bdsh


Tue, 08 Jul 2008 16:05:45 GMT Jiri Svoboda <jirik.svoboda@…> [c98e6ee]
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/amd64/grub/menu.lst (modified)
	* boot/arch/arm32/loader/Makefile (modified)
	* boot/arch/ia32/Makefile.inc (modified)
	* boot/arch/ia32/grub/menu.lst (modified)
	* boot/arch/ia64/loader/Makefile (modified)
	* boot/arch/mips32/loader/Makefile (modified)
	* boot/arch/ppc32/loader/Makefile (modified)
	* boot/arch/sparc64/loader/Makefile (modified)
	* kernel/Makefile (modified)
	* kernel/arch/amd64/src/userspace.c (modified)
	* kernel/arch/arm32/src/userspace.c (modified)
	* kernel/arch/ia32/src/userspace.c (modified)
	* kernel/arch/ia32xen/src/userspace.c (modified)
	* kernel/arch/ia64/src/asm.S (modified)
	* kernel/arch/mips32/src/start.S (modified)
	* kernel/arch/ppc32/src/asm.S (modified)
	* kernel/arch/ppc64/src/asm.S (modified)
	* kernel/arch/sparc64/src/asm.S (modified)
	* kernel/generic/include/lib/elf.h (modified)
	* kernel/generic/include/mm/as.h (modified)
	* kernel/generic/include/proc/program.h (added)
	* kernel/generic/include/proc/task.h (modified)
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/include/synch/smc.h (added)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/src/lib/elf.c (modified)
	* kernel/generic/src/main/kinit.c (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/proc/program.c (added)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/synch/smc.c (added)
	* kernel/generic/src/syscall/syscall.c (modified)
	* uspace/Makefile (modified)
	* uspace/app/cli/Makefile (added)
	* uspace/app/cli/cli.c (added)
	* uspace/app/init/init.c (modified)
	* uspace/app/tester/tester.c (modified)
	* uspace/lib/libc/Makefile (modified)
	* uspace/lib/libc/arch/amd64/src/entry.s (modified)
	* uspace/lib/libc/arch/arm32/src/entry.s (modified)
	* uspace/lib/libc/arch/ia32/src/entry.s (modified)
	* uspace/lib/libc/arch/ia64/src/entry.s (modified)
	* uspace/lib/libc/arch/mips32/src/entry.s (modified)
	* uspace/lib/libc/arch/ppc32/src/entry.s (modified)
	* uspace/lib/libc/arch/ppc64/src/entry.s (modified)
	* uspace/lib/libc/arch/sparc64/src/entry.s (modified)
	* uspace/lib/libc/generic/as.c (modified)
	* uspace/lib/libc/generic/io/stream.c (modified)
	* uspace/lib/libc/generic/libc.c (modified)
	* uspace/lib/libc/generic/pcb.c (added)
	* uspace/lib/libc/generic/smc.c (added)
	* uspace/lib/libc/generic/task.c (modified)
	* uspace/lib/libc/include/as.h (modified)
	* uspace/lib/libc/include/io/stream.h (modified)
	* uspace/lib/libc/include/ipc/loader.h (added)
	* uspace/lib/libc/include/libc.h (modified)
	* uspace/lib/libc/include/loader/pcb.h (added)
	* uspace/lib/libc/include/smc.h (added)
	* uspace/lib/libc/include/task.h (modified)
	* uspace/srv/loader/Makefile (added)
	* uspace/srv/loader/arch/amd64/Makefile.inc (added)
	* uspace/srv/loader/arch/amd64/_link.ld.in (added)
	* uspace/srv/loader/arch/amd64/amd64.s (added)
	* uspace/srv/loader/arch/arm32/Makefile.inc (added)
	* uspace/srv/loader/arch/arm32/_link.ld.in (added)
	* uspace/srv/loader/arch/arm32/arm32.s (added)
	* uspace/srv/loader/arch/ia32/Makefile.inc (added)
	* uspace/srv/loader/arch/ia32/_link.ld.in (added)
	* uspace/srv/loader/arch/ia32/ia32.s (added)
	* uspace/srv/loader/arch/ia64/Makefile.inc (added)
	* uspace/srv/loader/arch/ia64/_link.ld.in (added)
	* uspace/srv/loader/arch/ia64/ia64.s (added)
	* uspace/srv/loader/arch/mips32/Makefile.inc (added)
	* uspace/srv/loader/arch/mips32/_link.ld.in (added)
	* uspace/srv/loader/arch/mips32/mips32.s (added)
	* uspace/srv/loader/arch/ppc32/Makefile.inc (added)
	* uspace/srv/loader/arch/ppc32/_link.ld.in (added)
	* uspace/srv/loader/arch/ppc32/ppc32.s (added)
	* uspace/srv/loader/arch/sparc64/Makefile.inc (added)
	* uspace/srv/loader/arch/sparc64/_link.ld.in (added)
	* uspace/srv/loader/arch/sparc64/sparc64.s (added)
	* uspace/srv/loader/elf_load.c (added)
	* uspace/srv/loader/include/arch.h (added)
	* uspace/srv/loader/include/elf.h (added)
	* uspace/srv/loader/include/elf_load.h (added)
	* uspace/srv/loader/interp.s (added)
	* uspace/srv/loader/main.c (added)

	Merge program-loader related stuff from dynload branch to trunk.
	(huge)


Sun, 16 Dec 2007 17:18:20 GMT Jakub Jermar <jakub@…> [d5cdffe]
	* uspace/Makefile (modified)
	* uspace/srv/fs/tmpfs/Makefile (added)
	* uspace/srv/fs/tmpfs/tmpfs.c (added)
	* uspace/srv/fs/tmpfs/tmpfs.h (added)
	* uspace/srv/fs/tmpfs/tmpfs_ops.c (added)

	Start TMPFS.
	Not loaded during boot as there is a reproducible ...


Sat, 15 Dec 2007 12:45:21 GMT Jakub Jermar <jakub@…> [74303b6]
	* uspace/Makefile (modified)
	* uspace/lib/libfs/Makefile (added)
	* uspace/lib/libfs/libfs.c (added)
	* uspace/lib/libfs/libfs.h (added)

	Start libfs.
	libfs is to contain all common fs code.


Fri, 26 Oct 2007 20:34:37 GMT Jakub Jermar <jakub@…> [9f8f183]
	* Makefile (modified)
	* uspace/Makefile (modified)

	Build system fixes.
	Continue cleaning uspace even if cleanup of one ...


Fri, 28 Sep 2007 13:34:01 GMT Josef Cejka <malyzelenyhnus@…> [13125d3]
	* boot/arch/mips32/loader/Makefile (modified)
	* uspace/Makefile (modified)
	* uspace/lib/libc/include/ipc/services.h (modified)
	* uspace/srv/devmap/Makefile (added)
	* uspace/srv/devmap/devmap.c (added)
	* uspace/srv/devmap/devmap.h (added)

	Added basic support for device mapper.


Mon, 17 Sep 2007 17:31:33 GMT Jakub Jermar <jakub@…> [c0cdcaf]
	* uspace/Makefile (modified)
	* uspace/lib/libc/include/ipc/services.h (modified)
	* uspace/srv/fs/fat/Makefile (moved)
	* uspace/srv/fs/fat/fat.c (moved)
	* uspace/srv/vfs/vfs.h (modified)

	Turn the empty fs service into the beginning of FAT support.
	Start ...


Wed, 12 Sep 2007 20:05:47 GMT Jakub Jermar <jakub@…> [0f78e74]
	* uspace/Makefile (modified)
	* uspace/srv/rd/rd.c (modified)
	* uspace/srv/vfs/Makefile (added)
	* uspace/srv/vfs/vfs.c (added)

	One occurrence of the left-over term 'pseudo thread' replaced with ...


Fri, 06 Jul 2007 16:04:08 GMT Jakub Jermar <jakub@…> [b76f2f8]
	* uspace/Makefile (modified)

	Fix two minor bugs in uspace's make clean.


Sat, 23 Jun 2007 13:34:01 GMT Jakub Jermar <jakub@…> [00acd66]
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/arm32/loader/Makefile (modified)
	* boot/arch/ia32/Makefile.inc (modified)
	* boot/arch/ia32xen/Makefile.inc (modified)
	* boot/arch/mips32/loader/Makefile (modified)
	* boot/arch/ppc32/loader/Makefile (modified)
	* boot/arch/ppc64/loader/Makefile (modified)
	* boot/arch/sparc64/loader/Makefile (modified)
	* contrib/conf/ski.conf (modified)
	* uspace/Makefile (modified)
	* uspace/app/init/Makefile (moved)
	* uspace/app/init/init.c (moved)
	* uspace/app/init/init.h (moved)
	* uspace/app/init/version.c (moved)
	* uspace/app/init/version.h (moved)
	* uspace/app/klog/Makefile (moved)
	* uspace/app/klog/klog.c (moved)
	* uspace/app/tester/Makefile (moved)
	* uspace/app/tester/fault/fault1.c (moved)
	* uspace/app/tester/fault/fault1.def (moved)
	* uspace/app/tester/fault/fault2.c (moved)
	* uspace/app/tester/fault/fault2.def (moved)
	* uspace/app/tester/ipc/answer.c (moved)
	* uspace/app/tester/ipc/answer.def (moved)
	* uspace/app/tester/ipc/connect.c (moved)
	* uspace/app/tester/ipc/connect.def (moved)
	* uspace/app/tester/ipc/hangup.c (moved)
	* uspace/app/tester/ipc/hangup.def (moved)
	* uspace/app/tester/ipc/register.c (moved)
	* uspace/app/tester/ipc/register.def (moved)
	* uspace/app/tester/ipc/send_async.c (moved)
	* uspace/app/tester/ipc/send_async.def (moved)
	* uspace/app/tester/ipc/send_sync.c (moved)
	* uspace/app/tester/ipc/send_sync.def (moved)
	* uspace/app/tester/print/print1.c (moved)
	* uspace/app/tester/print/print1.def (moved)
	* uspace/app/tester/tester.c (moved)
	* uspace/app/tester/tester.h (moved)
	* uspace/app/tester/thread/thread1.c (moved)
	* uspace/app/tester/thread/thread1.def (moved)
	* uspace/app/tetris/Makefile (moved)
	* uspace/app/tetris/input.c (moved)
	* uspace/app/tetris/input.h (moved)
	* uspace/app/tetris/pathnames.h (moved)
	* uspace/app/tetris/scores.c (moved)
	* uspace/app/tetris/scores.h (moved)
	* uspace/app/tetris/screen.c (moved)
	* uspace/app/tetris/screen.h (moved)
	* uspace/app/tetris/shapes.c (moved)
	* uspace/app/tetris/tetris.c (moved)
	* uspace/app/tetris/tetris.h (moved)
	* uspace/lib/libc/Makefile (moved)
	* uspace/lib/libc/Makefile.toolchain (moved)
	* uspace/lib/libc/arch/amd64/Makefile.inc (moved)
	* uspace/lib/libc/arch/amd64/_link.ld.in (moved)
	* uspace/lib/libc/arch/amd64/include/atomic.h (moved)
	* uspace/lib/libc/arch/amd64/include/config.h (moved)
	* uspace/lib/libc/arch/amd64/include/context_offset.h (moved)
	* uspace/lib/libc/arch/amd64/include/ddi.h (moved)
	* uspace/lib/libc/arch/amd64/include/endian.h (moved)
	* uspace/lib/libc/arch/amd64/include/faddr.h (moved)
	* uspace/lib/libc/arch/amd64/include/limits.h (moved)
	* uspace/lib/libc/arch/amd64/include/psthread.h (moved)
	* uspace/lib/libc/arch/amd64/include/stackarg.h (moved)
	* uspace/lib/libc/arch/amd64/include/syscall.h (moved)
	* uspace/lib/libc/arch/amd64/include/thread.h (moved)
	* uspace/lib/libc/arch/amd64/include/types.h (moved)
	* uspace/lib/libc/arch/amd64/src/entry.s (moved)
	* uspace/lib/libc/arch/amd64/src/psthread.S (moved)
	* uspace/lib/libc/arch/amd64/src/syscall.S (moved)
	* uspace/lib/libc/arch/amd64/src/thread.c (moved)
	* uspace/lib/libc/arch/amd64/src/thread_entry.s (moved)
	* uspace/lib/libc/arch/arm32/Makefile.inc (moved)
	* uspace/lib/libc/arch/arm32/_link.ld.in (moved)
	* uspace/lib/libc/arch/arm32/include/atomic.h (moved)
	* uspace/lib/libc/arch/arm32/include/config.h (moved)
	* uspace/lib/libc/arch/arm32/include/endian.h (moved)
	* uspace/lib/libc/arch/arm32/include/faddr.h (moved)
	* uspace/lib/libc/arch/arm32/include/limits.h (moved)
	* uspace/lib/libc/arch/arm32/include/psthread.h (moved)
	* uspace/lib/libc/arch/arm32/include/stackarg.h (moved)
	* uspace/lib/libc/arch/arm32/include/syscall.h (moved)
	* uspace/lib/libc/arch/arm32/include/thread.h (moved)
	* uspace/lib/libc/arch/arm32/include/types.h (moved)
	* uspace/lib/libc/arch/arm32/src/eabi.S (moved)
	* uspace/lib/libc/arch/arm32/src/entry.s (moved)
	* uspace/lib/libc/arch/arm32/src/psthread.S (moved)
	* uspace/lib/libc/arch/arm32/src/syscall.c (moved)
	* uspace/lib/libc/arch/arm32/src/thread.c (moved)
	* uspace/lib/libc/arch/arm32/src/thread_entry.s (moved)
	* uspace/lib/libc/arch/ia32/Makefile.inc (moved)
	* uspace/lib/libc/arch/ia32/_link.ld.in (moved)
	* uspace/lib/libc/arch/ia32/include/atomic.h (moved)
	* uspace/lib/libc/arch/ia32/include/config.h (moved)
	* uspace/lib/libc/arch/ia32/include/ddi.h (moved)
	* uspace/lib/libc/arch/ia32/include/endian.h (moved)
	* uspace/lib/libc/arch/ia32/include/faddr.h (moved)
	* uspace/lib/libc/arch/ia32/include/limits.h (moved)
	* uspace/lib/libc/arch/ia32/include/psthread.h (moved)
	* uspace/lib/libc/arch/ia32/include/stackarg.h (moved)
	* uspace/lib/libc/arch/ia32/include/syscall.h (moved)
	* uspace/lib/libc/arch/ia32/include/thread.h (moved)
	* uspace/lib/libc/arch/ia32/include/types.h (moved)
	* uspace/lib/libc/arch/ia32/src/entry.s (moved)
	* uspace/lib/libc/arch/ia32/src/psthread.S (moved)
	* uspace/lib/libc/arch/ia32/src/syscall.c (moved)
	* uspace/lib/libc/arch/ia32/src/thread.c (moved)
	* uspace/lib/libc/arch/ia32/src/thread_entry.s (moved)
	* uspace/lib/libc/arch/ia64/Makefile.inc (moved)
	* uspace/lib/libc/arch/ia64/_link.ld.in (moved)
	* uspace/lib/libc/arch/ia64/include/atomic.h (moved)
	* uspace/lib/libc/arch/ia64/include/config.h (moved)
	* uspace/lib/libc/arch/ia64/include/endian.h (moved)
	* uspace/lib/libc/arch/ia64/include/faddr.h (moved)
	* uspace/lib/libc/arch/ia64/include/limits.h (moved)
	* uspace/lib/libc/arch/ia64/include/psthread.h (moved)
	* uspace/lib/libc/arch/ia64/include/stack.h (moved)
	* uspace/lib/libc/arch/ia64/include/stackarg.h (moved)
	* uspace/lib/libc/arch/ia64/include/syscall.h (moved)
	* uspace/lib/libc/arch/ia64/include/thread.h (moved)
	* uspace/lib/libc/arch/ia64/include/types.h (moved)
	* uspace/lib/libc/arch/ia64/src/entry.s (moved)
	* uspace/lib/libc/arch/ia64/src/psthread.S (moved)
	* uspace/lib/libc/arch/ia64/src/syscall.S (moved)
	* uspace/lib/libc/arch/ia64/src/thread.c (moved)
	* uspace/lib/libc/arch/ia64/src/thread_entry.s (moved)
	* uspace/lib/libc/arch/mips32/Makefile.inc (moved)
	* uspace/lib/libc/arch/mips32/_link.ld.in (moved)
	* uspace/lib/libc/arch/mips32/include/atomic.h (moved)
	* uspace/lib/libc/arch/mips32/include/config.h (moved)
	* uspace/lib/libc/arch/mips32/include/context_offset.h (moved)
	* uspace/lib/libc/arch/mips32/include/endian.h (moved)
	* uspace/lib/libc/arch/mips32/include/faddr.h (moved)
	* uspace/lib/libc/arch/mips32/include/limits.h (moved)
	* uspace/lib/libc/arch/mips32/include/psthread.h (moved)
	* uspace/lib/libc/arch/mips32/include/stackarg.h (moved)
	* uspace/lib/libc/arch/mips32/include/syscall.h (moved)
	* uspace/lib/libc/arch/mips32/include/thread.h (moved)
	* uspace/lib/libc/arch/mips32/include/types.h (moved)
	* uspace/lib/libc/arch/mips32/src/entry.s (moved)
	* uspace/lib/libc/arch/mips32/src/psthread.S (moved)
	* uspace/lib/libc/arch/mips32/src/syscall.c (moved)
	* uspace/lib/libc/arch/mips32/src/thread.c (moved)
	* uspace/lib/libc/arch/mips32/src/thread_entry.s (moved)
	* uspace/lib/libc/arch/mips32eb/Makefile.inc (moved)
	* uspace/lib/libc/arch/mips32eb/_link.ld.in (moved)
	* uspace/lib/libc/arch/mips32eb/include/atomic.h (moved)
	* uspace/lib/libc/arch/mips32eb/include/config.h (moved)
	* uspace/lib/libc/arch/mips32eb/include/context_offset.h (moved)
	* uspace/lib/libc/arch/mips32eb/include/endian.h (moved)
	* uspace/lib/libc/arch/mips32eb/include/faddr.h (moved)
	* uspace/lib/libc/arch/mips32eb/include/limits.h (moved)
	* uspace/lib/libc/arch/mips32eb/include/psthread.h (moved)
	* uspace/lib/libc/arch/mips32eb/include/stackarg.h (moved)
	* uspace/lib/libc/arch/mips32eb/include/syscall.h (moved)
	* uspace/lib/libc/arch/mips32eb/include/thread.h (moved)
	* uspace/lib/libc/arch/mips32eb/include/types.h (moved)
	* uspace/lib/libc/arch/mips32eb/src (moved)
	* uspace/lib/libc/arch/ppc32/Makefile.inc (moved)
	* uspace/lib/libc/arch/ppc32/_link.ld.in (moved)
	* uspace/lib/libc/arch/ppc32/include/atomic.h (moved)
	* uspace/lib/libc/arch/ppc32/include/config.h (moved)
	* uspace/lib/libc/arch/ppc32/include/context_offset.h (moved)
	* uspace/lib/libc/arch/ppc32/include/endian.h (moved)
	* uspace/lib/libc/arch/ppc32/include/faddr.h (moved)
	* uspace/lib/libc/arch/ppc32/include/limits.h (moved)
	* uspace/lib/libc/arch/ppc32/include/psthread.h (moved)
	* uspace/lib/libc/arch/ppc32/include/regname.h (moved)
	* uspace/lib/libc/arch/ppc32/include/stackarg.h (moved)
	* uspace/lib/libc/arch/ppc32/include/syscall.h (moved)
	* uspace/lib/libc/arch/ppc32/include/thread.h (moved)
	* uspace/lib/libc/arch/ppc32/include/types.h (moved)
	* uspace/lib/libc/arch/ppc32/src/entry.s (moved)
	* uspace/lib/libc/arch/ppc32/src/psthread.S (moved)
	* uspace/lib/libc/arch/ppc32/src/syscall.c (moved)
	* uspace/lib/libc/arch/ppc32/src/thread.c (moved)
	* uspace/lib/libc/arch/ppc32/src/thread_entry.s (moved)
	* uspace/lib/libc/arch/ppc64/Makefile.inc (moved)
	* uspace/lib/libc/arch/ppc64/_link.ld.in (moved)
	* uspace/lib/libc/arch/ppc64/include/atomic.h (moved)
	* uspace/lib/libc/arch/ppc64/include/config.h (moved)
	* uspace/lib/libc/arch/ppc64/include/context_offset.h (moved)
	* uspace/lib/libc/arch/ppc64/include/endian.h (moved)
	* uspace/lib/libc/arch/ppc64/include/faddr.h (moved)
	* uspace/lib/libc/arch/ppc64/include/limits.h (moved)
	* uspace/lib/libc/arch/ppc64/include/psthread.h (moved)
	* uspace/lib/libc/arch/ppc64/include/regname.h (moved)
	* uspace/lib/libc/arch/ppc64/include/stackarg.h (moved)
	* uspace/lib/libc/arch/ppc64/include/syscall.h (moved)
	* uspace/lib/libc/arch/ppc64/include/thread.h (moved)
	* uspace/lib/libc/arch/ppc64/include/types.h (moved)
	* uspace/lib/libc/arch/ppc64/src/entry.s (moved)
	* uspace/lib/libc/arch/ppc64/src/psthread.S (moved)
	* uspace/lib/libc/arch/ppc64/src/syscall.c (moved)
	* uspace/lib/libc/arch/ppc64/src/thread.c (moved)
	* uspace/lib/libc/arch/ppc64/src/thread_entry.s (moved)
	* uspace/lib/libc/arch/sparc64/Makefile.inc (moved)
	* uspace/lib/libc/arch/sparc64/_link.ld.in (moved)
	* uspace/lib/libc/arch/sparc64/include/atomic.h (moved)
	* uspace/lib/libc/arch/sparc64/include/config.h (moved)
	* uspace/lib/libc/arch/sparc64/include/context_offset.h (moved)
	* uspace/lib/libc/arch/sparc64/include/endian.h (moved)
	* uspace/lib/libc/arch/sparc64/include/faddr.h (moved)
	* uspace/lib/libc/arch/sparc64/include/limits.h (moved)
	* uspace/lib/libc/arch/sparc64/include/psthread.h (moved)
	* uspace/lib/libc/arch/sparc64/include/stack.h (moved)
	* uspace/lib/libc/arch/sparc64/include/stackarg.h (moved)
	* uspace/lib/libc/arch/sparc64/include/syscall.h (moved)
	* uspace/lib/libc/arch/sparc64/include/thread.h (moved)
	* uspace/lib/libc/arch/sparc64/include/types.h (moved)
	* uspace/lib/libc/arch/sparc64/src/entry.s (moved)
	* uspace/lib/libc/arch/sparc64/src/psthread.S (moved)
	* uspace/lib/libc/arch/sparc64/src/thread.c (moved)
	* uspace/lib/libc/arch/sparc64/src/thread_entry.s (moved)
	* uspace/lib/libc/generic/as.c (moved)
	* uspace/lib/libc/generic/async.c (moved)
	* uspace/lib/libc/generic/cap.c (moved)
	* uspace/lib/libc/generic/ddi.c (moved)
	* uspace/lib/libc/generic/err.c (moved)
	* uspace/lib/libc/generic/futex.c (moved)
	* uspace/lib/libc/generic/io/file.c (moved)
	* uspace/lib/libc/generic/io/io.c (moved)
	* uspace/lib/libc/generic/io/printf.c (moved)
	* uspace/lib/libc/generic/io/printf_core.c (moved)
	* uspace/lib/libc/generic/io/snprintf.c (moved)
	* uspace/lib/libc/generic/io/sprintf.c (moved)
	* uspace/lib/libc/generic/io/stream.c (moved)
	* uspace/lib/libc/generic/io/vprintf.c (moved)
	* uspace/lib/libc/generic/io/vsnprintf.c (moved)
	* uspace/lib/libc/generic/io/vsprintf.c (moved)
	* uspace/lib/libc/generic/ipc.c (moved)
	* uspace/lib/libc/generic/libadt/hash_table.c (moved)
	* uspace/lib/libc/generic/libadt/list.c (moved)
	* uspace/lib/libc/generic/libc.c (moved)
	* uspace/lib/libc/generic/mman.c (moved)
	* uspace/lib/libc/generic/psthread.c (moved)
	* uspace/lib/libc/generic/stdlib.c (moved)
	* uspace/lib/libc/generic/string.c (moved)
	* uspace/lib/libc/generic/sysinfo.c (moved)
	* uspace/lib/libc/generic/task.c (moved)
	* uspace/lib/libc/generic/thread.c (moved)
	* uspace/lib/libc/generic/time.c (moved)
	* uspace/lib/libc/include/align.h (moved)
	* uspace/lib/libc/include/as.h (moved)
	* uspace/lib/libc/include/assert.h (moved)
	* uspace/lib/libc/include/async.h (moved)
	* uspace/lib/libc/include/atomic.h (moved)
	* uspace/lib/libc/include/bitops.h (moved)
	* uspace/lib/libc/include/bool.h (moved)
	* uspace/lib/libc/include/cap.h (moved)
	* uspace/lib/libc/include/ctype.h (moved)
	* uspace/lib/libc/include/ddi.h (moved)
	* uspace/lib/libc/include/endian.h (moved)
	* uspace/lib/libc/include/err.h (moved)
	* uspace/lib/libc/include/errno.h (moved)
	* uspace/lib/libc/include/futex.h (moved)
	* uspace/lib/libc/include/io/file.h (moved)
	* uspace/lib/libc/include/io/io.h (moved)
	* uspace/lib/libc/include/io/printf_core.h (moved)
	* uspace/lib/libc/include/io/stream.h (moved)
	* uspace/lib/libc/include/ipc/fb.h (moved)
	* uspace/lib/libc/include/ipc/ipc.h (moved)
	* uspace/lib/libc/include/ipc/ns.h (moved)
	* uspace/lib/libc/include/ipc/services.h (moved)
	* uspace/lib/libc/include/libadt/fifo.h (moved)
	* uspace/lib/libc/include/libadt/hash_table.h (moved)
	* uspace/lib/libc/include/libadt/list.h (moved)
	* uspace/lib/libc/include/libc.h (moved)
	* uspace/lib/libc/include/limits.h (moved)
	* uspace/lib/libc/include/malloc.h (moved)
	* uspace/lib/libc/include/psthread.h (moved)
	* uspace/lib/libc/include/stdarg.h (moved)
	* uspace/lib/libc/include/stddef.h (moved)
	* uspace/lib/libc/include/stdint.h (moved)
	* uspace/lib/libc/include/stdio.h (moved)
	* uspace/lib/libc/include/stdlib.h (moved)
	* uspace/lib/libc/include/string.h (moved)
	* uspace/lib/libc/include/sys/mman.h (moved)
	* uspace/lib/libc/include/sys/time.h (moved)
	* uspace/lib/libc/include/sys/types.h (moved)
	* uspace/lib/libc/include/syscall.h (moved)
	* uspace/lib/libc/include/sysinfo.h (moved)
	* uspace/lib/libc/include/task.h (moved)
	* uspace/lib/libc/include/thread.h (moved)
	* uspace/lib/libc/include/time.h (moved)
	* uspace/lib/libc/include/types.h (moved)
	* uspace/lib/libc/include/unistd.h (moved)
	* uspace/lib/libc/malloc/malloc.c (moved)
	* uspace/lib/softfloat/Makefile (moved)
	* uspace/lib/softfloat/arch/amd64/include/functions.h (moved)
	* uspace/lib/softfloat/arch/arm32/include/functions.h (moved)
	* uspace/lib/softfloat/arch/ia32/include/functions.h (moved)
	* uspace/lib/softfloat/arch/ia64/include/functions.h (moved)
	* uspace/lib/softfloat/arch/mips32/include/functions.h (moved)
	* uspace/lib/softfloat/arch/mips32eb/include/functions.h (moved)
	* uspace/lib/softfloat/arch/ppc32/include/functions.h (moved)
	* uspace/lib/softfloat/arch/ppc64/include/functions.h (moved)
	* uspace/lib/softfloat/arch/sparc64/include/functions.h (moved)
	* uspace/lib/softfloat/generic/add.c (moved)
	* uspace/lib/softfloat/generic/common.c (moved)
	* uspace/lib/softfloat/generic/comparison.c (moved)
	* uspace/lib/softfloat/generic/conversion.c (moved)
	* uspace/lib/softfloat/generic/div.c (moved)
	* uspace/lib/softfloat/generic/mul.c (moved)
	* uspace/lib/softfloat/generic/other.c (moved)
	* uspace/lib/softfloat/generic/softfloat.c (moved)
	* uspace/lib/softfloat/generic/sub.c (moved)
	* uspace/lib/softfloat/include/add.h (moved)
	* uspace/lib/softfloat/include/common.h (moved)
	* uspace/lib/softfloat/include/comparison.h (moved)
	* uspace/lib/softfloat/include/conversion.h (moved)
	* uspace/lib/softfloat/include/div.h (moved)
	* uspace/lib/softfloat/include/mul.h (moved)
	* uspace/lib/softfloat/include/other.h (moved)
	* uspace/lib/softfloat/include/sftypes.h (moved)
	* uspace/lib/softfloat/include/softfloat.h (moved)
	* uspace/lib/softfloat/include/sub.h (moved)
	* uspace/lib/softint/Makefile (moved)
	* uspace/lib/softint/generic/division.c (moved)
	* uspace/lib/softint/include/division.h (moved)
	* uspace/srv/console/Makefile (moved)
	* uspace/srv/console/anim_1.ppm (moved)
	* uspace/srv/console/anim_2.ppm (moved)
	* uspace/srv/console/anim_3.ppm (moved)
	* uspace/srv/console/anim_4.ppm (moved)
	* uspace/srv/console/cons_has_data.ppm (moved)
	* uspace/srv/console/cons_idle.ppm (moved)
	* uspace/srv/console/cons_kernel.ppm (moved)
	* uspace/srv/console/cons_selected.ppm (moved)
	* uspace/srv/console/console.c (moved)
	* uspace/srv/console/console.h (moved)
	* uspace/srv/console/gcons.c (moved)
	* uspace/srv/console/gcons.h (moved)
	* uspace/srv/console/helenos.ppm (moved)
	* uspace/srv/console/nameic.ppm (moved)
	* uspace/srv/console/screenbuffer.c (moved)
	* uspace/srv/console/screenbuffer.h (moved)
	* uspace/srv/fb/Makefile (moved)
	* uspace/srv/fb/ega.c (moved)
	* uspace/srv/fb/ega.h (moved)
	* uspace/srv/fb/fb.c (moved)
	* uspace/srv/fb/fb.h (moved)
	* uspace/srv/fb/font-8x16.c (moved)
	* uspace/srv/fb/font-8x16.h (moved)
	* uspace/srv/fb/main.c (moved)
	* uspace/srv/fb/main.h (moved)
	* uspace/srv/fb/pointer.xbm (moved)
	* uspace/srv/fb/pointer_mask.xbm (moved)
	* uspace/srv/fb/ppm.c (moved)
	* uspace/srv/fb/ppm.h (moved)
	* uspace/srv/fb/sysio.c (moved)
	* uspace/srv/fb/sysio.h (moved)
	* uspace/srv/fs/Makefile (moved)
	* uspace/srv/fs/fs.c (moved)
	* uspace/srv/kbd/Makefile (moved)
	* uspace/srv/kbd/arch/amd64 (moved)
	* uspace/srv/kbd/arch/arm32/include/kbd.h (moved)
	* uspace/srv/kbd/arch/arm32/src/kbd.c (moved)
	* uspace/srv/kbd/arch/arm32/src/kbd_gxemul.c (moved)
	* uspace/srv/kbd/arch/ia32/include/kbd.h (moved)
	* uspace/srv/kbd/arch/ia32/include/scanc.h (moved)
	* uspace/srv/kbd/arch/ia32/src/kbd.c (moved)
	* uspace/srv/kbd/arch/ia32/src/mouse.c (moved)
	* uspace/srv/kbd/arch/ia32/src/scanc.c (moved)
	* uspace/srv/kbd/arch/ia64/include/kbd.h (moved)
	* uspace/srv/kbd/arch/ia64/src/kbd.c (moved)
	* uspace/srv/kbd/arch/mips32/include/kbd.h (moved)
	* uspace/srv/kbd/arch/mips32/src/kbd.c (moved)
	* uspace/srv/kbd/arch/mips32eb (moved)
	* uspace/srv/kbd/arch/ppc32/include/kbd.h (moved)
	* uspace/srv/kbd/arch/ppc32/src/kbd.c (moved)
	* uspace/srv/kbd/arch/ppc64/include/kbd.h (moved)
	* uspace/srv/kbd/arch/ppc64/src/kbd.c (moved)
	* uspace/srv/kbd/arch/sparc64/include/kbd.h (moved)
	* uspace/srv/kbd/arch/sparc64/include/scanc.h (moved)
	* uspace/srv/kbd/arch/sparc64/src/kbd.c (moved)
	* uspace/srv/kbd/arch/sparc64/src/scanc.c (moved)
	* uspace/srv/kbd/genarch/include/kbd.h (moved)
	* uspace/srv/kbd/genarch/include/scanc.h (moved)
	* uspace/srv/kbd/genarch/src/kbd.c (moved)
	* uspace/srv/kbd/generic/kbd.c (moved)
	* uspace/srv/kbd/generic/key_buffer.c (moved)
	* uspace/srv/kbd/include/kbd.h (moved)
	* uspace/srv/kbd/include/key_buffer.h (moved)
	* uspace/srv/kbd/include/keys.h (moved)
	* uspace/srv/ns/Makefile (moved)
	* uspace/srv/ns/ns.c (moved)
	* uspace/srv/pci/COPYING (moved)
	* uspace/srv/pci/Makefile (moved)
	* uspace/srv/pci/libpci/Makefile (moved)
	* uspace/srv/pci/libpci/VERSION (moved)
	* uspace/srv/pci/libpci/access.c (moved)
	* uspace/srv/pci/libpci/generic.c (moved)
	* uspace/srv/pci/libpci/header.h (moved)
	* uspace/srv/pci/libpci/i386-ports.c (moved)
	* uspace/srv/pci/libpci/internal.h (moved)
	* uspace/srv/pci/libpci/names.c (moved)
	* uspace/srv/pci/libpci/pci.h (moved)
	* uspace/srv/pci/libpci/pci_ids.h (moved)
	* uspace/srv/pci/libpci/sysdep.h (moved)
	* uspace/srv/pci/libpci/types.h (moved)
	* uspace/srv/pci/pci.c (moved)
	* uspace/srv/pci/update-ids (moved)
	* uspace/srv/rd/Makefile (moved)
	* uspace/srv/rd/rd.c (moved)
	* uspace/srv/rd/rd.h (moved)

	New, better-structured, directory layout for uspace.


Fri, 06 Apr 2007 12:21:50 GMT Martin Decky <martin@…> [c0cf640]
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/amd64/grub/menu.lst (modified)
	* boot/arch/ia32/Makefile.inc (modified)
	* boot/arch/ia32/grub/menu.lst (modified)
	* boot/arch/ia32xen/Makefile.inc (modified)
	* boot/arch/ia32xen/grub/menu.debug.lst (modified)
	* boot/arch/ia32xen/grub/menu.lst (modified)
	* boot/arch/mips32/loader/Makefile (modified)
	* boot/arch/ppc32/loader/Makefile (modified)
	* boot/arch/ppc64/loader/Makefile (modified)
	* boot/arch/sparc64/loader/Makefile (modified)
	* contrib/conf/ski.conf (modified)
	* kernel/generic/src/lib/objc.c (modified)
	* uspace/Makefile (modified)
	* uspace/tester/Makefile (moved)
	* uspace/tester/ipcc.c (moved)

	rename ipcc to tester


Wed, 17 Jan 2007 20:35:14 GMT Jakub Jermar <jakub@…> [df4ed85]
	* Makefile (modified)
	* boot/Makefile (modified)
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/ia32/Makefile.inc (modified)
	* boot/arch/ia32xen/Makefile.inc (modified)
	* boot/arch/ia64/Makefile.inc (modified)
	* boot/arch/mips32/Makefile.inc (modified)
	* boot/arch/mips32/loader/Makefile (modified)
	* boot/arch/mips32/loader/asm.S (modified)
	* boot/arch/mips32/loader/asm.h (modified)
	* boot/arch/mips32/loader/boot.S (modified)
	* boot/arch/mips32/loader/main.c (modified)
	* boot/arch/mips32/loader/main.h (modified)
	* boot/arch/mips32/loader/msim.c (modified)
	* boot/arch/mips32/loader/msim.h (modified)
	* boot/arch/mips32/loader/regname.h (modified)
	* boot/arch/mips32/loader/types.h (modified)
	* boot/arch/ppc32/Makefile.inc (modified)
	* boot/arch/ppc32/loader/Makefile (modified)
	* boot/arch/ppc32/loader/asm.S (modified)
	* boot/arch/ppc32/loader/asm.h (modified)
	* boot/arch/ppc32/loader/boot.S (modified)
	* boot/arch/ppc32/loader/main.c (modified)
	* boot/arch/ppc32/loader/main.h (modified)
	* boot/arch/ppc32/loader/ofwarch.c (modified)
	* boot/arch/ppc32/loader/ofwarch.h (modified)
	* boot/arch/ppc32/loader/regname.h (modified)
	* boot/arch/ppc32/loader/types.h (modified)
	* boot/arch/ppc64/Makefile.inc (modified)
	* boot/arch/ppc64/loader/Makefile (modified)
	* boot/arch/ppc64/loader/asm.S (modified)
	* boot/arch/ppc64/loader/asm.h (modified)
	* boot/arch/ppc64/loader/boot.S (modified)
	* boot/arch/ppc64/loader/main.c (modified)
	* boot/arch/ppc64/loader/main.h (modified)
	* boot/arch/ppc64/loader/ofwarch.c (modified)
	* boot/arch/ppc64/loader/ofwarch.h (modified)
	* boot/arch/ppc64/loader/regname.h (modified)
	* boot/arch/ppc64/loader/types.h (modified)
	* boot/arch/sparc64/Makefile.inc (modified)
	* boot/arch/sparc64/loader/Makefile (modified)
	* boot/arch/sparc64/loader/asm.S (modified)
	* boot/arch/sparc64/loader/asm.h (modified)
	* boot/arch/sparc64/loader/boot.S (modified)
	* boot/arch/sparc64/loader/main.c (modified)
	* boot/arch/sparc64/loader/main.h (modified)
	* boot/arch/sparc64/loader/ofwarch.c (modified)
	* boot/arch/sparc64/loader/ofwarch.h (modified)
	* boot/arch/sparc64/loader/register.h (modified)
	* boot/arch/sparc64/loader/stack.h (modified)
	* boot/arch/sparc64/loader/types.h (modified)
	* boot/genarch/balloc.c (modified)
	* boot/genarch/balloc.h (modified)
	* boot/genarch/ofw.c (modified)
	* boot/genarch/ofw.h (modified)
	* boot/genarch/ofw_tree.c (modified)
	* boot/genarch/ofw_tree.h (modified)
	* boot/generic/align.h (modified)
	* boot/generic/gentypes.h (modified)
	* boot/generic/printf.c (modified)
	* boot/generic/printf.h (modified)
	* boot/generic/stdarg.h (modified)
	* boot/generic/string.c (modified)
	* boot/generic/string.h (modified)
	* boot/tools/ppc32/font-8x16.c (modified)
	* boot/tools/ppc32/font-8x16.h (modified)
	* kernel/Makefile (modified)
	* kernel/arch/amd64/Makefile.inc (modified)
	* kernel/arch/amd64/include/arch.h (modified)
	* kernel/arch/amd64/include/arg.h (modified)
	* kernel/arch/amd64/include/asm.h (modified)
	* kernel/arch/amd64/include/atomic.h (modified)
	* kernel/arch/amd64/include/boot/boot.h (modified)
	* kernel/arch/amd64/include/byteorder.h (modified)
	* kernel/arch/amd64/include/context.h (modified)
	* kernel/arch/amd64/include/context_offset.h (modified)
	* kernel/arch/amd64/include/cpu.h (modified)
	* kernel/arch/amd64/include/cpuid.h (modified)
	* kernel/arch/amd64/include/cycle.h (modified)
	* kernel/arch/amd64/include/ddi/ddi.h (modified)
	* kernel/arch/amd64/include/debugger.h (modified)
	* kernel/arch/amd64/include/drivers/vesa.h (modified)
	* kernel/arch/amd64/include/elf.h (modified)
	* kernel/arch/amd64/include/faddr.h (modified)
	* kernel/arch/amd64/include/interrupt.h (modified)
	* kernel/arch/amd64/include/memstr.h (modified)
	* kernel/arch/amd64/include/mm/as.h (modified)
	* kernel/arch/amd64/include/mm/frame.h (modified)
	* kernel/arch/amd64/include/mm/page.h (modified)
	* kernel/arch/amd64/include/mm/ptl.h (modified)
	* kernel/arch/amd64/include/mm/tlb.h (modified)
	* kernel/arch/amd64/include/pm.h (modified)
	* kernel/arch/amd64/include/proc/task.h (modified)
	* kernel/arch/amd64/include/proc/thread.h (modified)
	* kernel/arch/amd64/include/syscall.h (modified)
	* kernel/arch/amd64/include/types.h (modified)
	* kernel/arch/amd64/src/amd64.c (modified)
	* kernel/arch/amd64/src/asm_utils.S (modified)
	* kernel/arch/amd64/src/boot/boot.S (modified)
	* kernel/arch/amd64/src/context.S (modified)
	* kernel/arch/amd64/src/cpu/cpu.c (modified)
	* kernel/arch/amd64/src/ddi/ddi.c (modified)
	* kernel/arch/amd64/src/debugger.c (modified)
	* kernel/arch/amd64/src/delay.S (modified)
	* kernel/arch/amd64/src/fpu_context.c (modified)
	* kernel/arch/amd64/src/interrupt.c (modified)
	* kernel/arch/amd64/src/mm/memory_init.c (modified)
	* kernel/arch/amd64/src/mm/page.c (modified)
	* kernel/arch/amd64/src/pm.c (modified)
	* kernel/arch/amd64/src/proc/scheduler.c (modified)
	* kernel/arch/amd64/src/proc/task.c (modified)
	* kernel/arch/amd64/src/proc/thread.c (modified)
	* kernel/arch/amd64/src/smp/ap.S (modified)
	* kernel/arch/amd64/src/syscall.c (modified)
	* kernel/arch/amd64/src/userspace.c (modified)
	* kernel/arch/ia32/Makefile.inc (modified)
	* kernel/arch/ia32/include/arch.h (modified)
	* kernel/arch/ia32/include/arg.h (modified)
	* kernel/arch/ia32/include/asm.h (modified)
	* kernel/arch/ia32/include/atomic.h (modified)
	* kernel/arch/ia32/include/barrier.h (modified)
	* kernel/arch/ia32/include/bios/bios.h (modified)
	* kernel/arch/ia32/include/boot/boot.h (modified)
	* kernel/arch/ia32/include/boot/memmap.h (modified)
	* kernel/arch/ia32/include/byteorder.h (modified)
	* kernel/arch/ia32/include/context.h (modified)
	* kernel/arch/ia32/include/cpu.h (modified)
	* kernel/arch/ia32/include/cpuid.h (modified)
	* kernel/arch/ia32/include/cycle.h (modified)
	* kernel/arch/ia32/include/ddi/ddi.h (modified)
	* kernel/arch/ia32/include/debug.h (modified)
	* kernel/arch/ia32/include/drivers/ega.h (modified)
	* kernel/arch/ia32/include/drivers/i8042.h (modified)
	* kernel/arch/ia32/include/drivers/i8254.h (modified)
	* kernel/arch/ia32/include/drivers/i8259.h (modified)
	* kernel/arch/ia32/include/drivers/vesa.h (modified)
	* kernel/arch/ia32/include/elf.h (modified)
	* kernel/arch/ia32/include/faddr.h (modified)
	* kernel/arch/ia32/include/fpu_context.h (modified)
	* kernel/arch/ia32/include/interrupt.h (modified)
	* kernel/arch/ia32/include/memstr.h (modified)
	* kernel/arch/ia32/include/mm/as.h (modified)
	* kernel/arch/ia32/include/mm/asid.h (modified)
	* kernel/arch/ia32/include/mm/frame.h (modified)
	* kernel/arch/ia32/include/mm/memory_init.h (modified)
	* kernel/arch/ia32/include/mm/page.h (modified)
	* kernel/arch/ia32/include/mm/tlb.h (modified)
	* kernel/arch/ia32/include/pm.h (modified)
	* kernel/arch/ia32/include/proc/task.h (modified)
	* kernel/arch/ia32/include/proc/thread.h (modified)
	* kernel/arch/ia32/include/smp/ap.h (modified)
	* kernel/arch/ia32/include/smp/apic.h (modified)
	* kernel/arch/ia32/include/smp/mps.h (modified)
	* kernel/arch/ia32/include/smp/smp.h (modified)
	* kernel/arch/ia32/include/types.h (modified)
	* kernel/arch/ia32/src/asm.S (modified)
	* kernel/arch/ia32/src/atomic.S (modified)
	* kernel/arch/ia32/src/bios/bios.c (modified)
	* kernel/arch/ia32/src/boot/boot.S (modified)
	* kernel/arch/ia32/src/context.s (modified)
	* kernel/arch/ia32/src/cpu/cpu.c (modified)
	* kernel/arch/ia32/src/ddi/ddi.c (modified)
	* kernel/arch/ia32/src/debug/panic.s (modified)
	* kernel/arch/ia32/src/delay.s (modified)
	* kernel/arch/ia32/src/drivers/ega.c (modified)
	* kernel/arch/ia32/src/drivers/i8254.c (modified)
	* kernel/arch/ia32/src/drivers/i8259.c (modified)
	* kernel/arch/ia32/src/drivers/vesa.c (modified)
	* kernel/arch/ia32/src/fpu_context.c (modified)
	* kernel/arch/ia32/src/ia32.c (modified)
	* kernel/arch/ia32/src/interrupt.c (modified)
	* kernel/arch/ia32/src/mm/as.c (modified)
	* kernel/arch/ia32/src/mm/frame.c (modified)
	* kernel/arch/ia32/src/mm/memory_init.c (modified)
	* kernel/arch/ia32/src/mm/page.c (modified)
	* kernel/arch/ia32/src/mm/tlb.c (modified)
	* kernel/arch/ia32/src/pm.c (modified)
	* kernel/arch/ia32/src/proc/scheduler.c (modified)
	* kernel/arch/ia32/src/proc/task.c (modified)
	* kernel/arch/ia32/src/proc/thread.c (modified)
	* kernel/arch/ia32/src/smp/ap.S (modified)
	* kernel/arch/ia32/src/smp/apic.c (modified)
	* kernel/arch/ia32/src/smp/ipi.c (modified)
	* kernel/arch/ia32/src/smp/mps.c (modified)
	* kernel/arch/ia32/src/smp/smp.c (modified)
	* kernel/arch/ia32/src/userspace.c (modified)
	* kernel/arch/ia32xen/Makefile.inc (modified)
	* kernel/arch/ia32xen/include/asm.h (modified)
	* kernel/arch/ia32xen/include/boot/boot.h (modified)
	* kernel/arch/ia32xen/include/drivers/xconsole.h (modified)
	* kernel/arch/ia32xen/include/hypercall.h (modified)
	* kernel/arch/ia32xen/include/mm/as.h (modified)
	* kernel/arch/ia32xen/include/mm/asid.h (modified)
	* kernel/arch/ia32xen/include/mm/frame.h (modified)
	* kernel/arch/ia32xen/include/mm/memory_init.h (modified)
	* kernel/arch/ia32xen/include/mm/page.h (modified)
	* kernel/arch/ia32xen/include/mm/tlb.h (modified)
	* kernel/arch/ia32xen/include/pm.h (modified)
	* kernel/arch/ia32xen/include/types.h (modified)
	* kernel/arch/ia32xen/src/asm.S (modified)
	* kernel/arch/ia32xen/src/boot/boot.S (modified)
	* kernel/arch/ia32xen/src/drivers/xconsole.c (modified)
	* kernel/arch/ia32xen/src/ia32xen.c (modified)
	* kernel/arch/ia32xen/src/interrupt.c (modified)
	* kernel/arch/ia32xen/src/mm/as.c (modified)
	* kernel/arch/ia32xen/src/mm/frame.c (modified)
	* kernel/arch/ia32xen/src/mm/memory_init.c (modified)
	* kernel/arch/ia32xen/src/mm/page.c (modified)
	* kernel/arch/ia32xen/src/mm/tlb.c (modified)
	* kernel/arch/ia32xen/src/pm.c (modified)
	* kernel/arch/ia32xen/src/proc/scheduler.c (modified)
	* kernel/arch/ia32xen/src/proc/task.c (modified)
	* kernel/arch/ia32xen/src/proc/thread.c (modified)
	* kernel/arch/ia32xen/src/smp/apic.c (modified)
	* kernel/arch/ia32xen/src/smp/ipi.c (modified)
	* kernel/arch/ia32xen/src/smp/mps.c (modified)
	* kernel/arch/ia32xen/src/smp/smp.c (modified)
	* kernel/arch/ia32xen/src/userspace.c (modified)
	* kernel/arch/ia64/Makefile.inc (modified)
	* kernel/arch/ia64/include/arch.h (modified)
	* kernel/arch/ia64/include/arg.h (modified)
	* kernel/arch/ia64/include/asm.h (modified)
	* kernel/arch/ia64/include/atomic.h (modified)
	* kernel/arch/ia64/include/barrier.h (modified)
	* kernel/arch/ia64/include/byteorder.h (modified)
	* kernel/arch/ia64/include/context.h (modified)
	* kernel/arch/ia64/include/cpu.h (modified)
	* kernel/arch/ia64/include/cycle.h (modified)
	* kernel/arch/ia64/include/debug.h (modified)
	* kernel/arch/ia64/include/drivers/it.h (modified)
	* kernel/arch/ia64/include/elf.h (modified)
	* kernel/arch/ia64/include/faddr.h (modified)
	* kernel/arch/ia64/include/fpu_context.h (modified)
	* kernel/arch/ia64/include/interrupt.h (modified)
	* kernel/arch/ia64/include/memstr.h (modified)
	* kernel/arch/ia64/include/mm/as.h (modified)
	* kernel/arch/ia64/include/mm/asid.h (modified)
	* kernel/arch/ia64/include/mm/frame.h (modified)
	* kernel/arch/ia64/include/mm/memory_init.h (modified)
	* kernel/arch/ia64/include/mm/page.h (modified)
	* kernel/arch/ia64/include/mm/tlb.h (modified)
	* kernel/arch/ia64/include/mm/vhpt.h (modified)
	* kernel/arch/ia64/include/pal/pal.h (modified)
	* kernel/arch/ia64/include/proc/task.h (modified)
	* kernel/arch/ia64/include/proc/thread.h (modified)
	* kernel/arch/ia64/include/register.h (modified)
	* kernel/arch/ia64/include/simics/ega.h (modified)
	* kernel/arch/ia64/include/ski/ski.h (modified)
	* kernel/arch/ia64/include/stack.h (modified)
	* kernel/arch/ia64/include/types.h (modified)
	* kernel/arch/ia64/src/asm.S (modified)
	* kernel/arch/ia64/src/context.S (modified)
	* kernel/arch/ia64/src/cpu/cpu.c (modified)
	* kernel/arch/ia64/src/ddi/ddi.c (modified)
	* kernel/arch/ia64/src/drivers/it.c (modified)
	* kernel/arch/ia64/src/dummy.s (modified)
	* kernel/arch/ia64/src/fpu_context.c (modified)
	* kernel/arch/ia64/src/ia64.c (modified)
	* kernel/arch/ia64/src/interrupt.c (modified)
	* kernel/arch/ia64/src/ivt.S (modified)
	* kernel/arch/ia64/src/mm/as.c (modified)
	* kernel/arch/ia64/src/mm/frame.c (modified)
	* kernel/arch/ia64/src/mm/page.c (modified)
	* kernel/arch/ia64/src/mm/tlb.c (modified)
	* kernel/arch/ia64/src/mm/vhpt.c (modified)
	* kernel/arch/ia64/src/proc/scheduler.c (modified)
	* kernel/arch/ia64/src/putchar.c (modified)
	* kernel/arch/ia64/src/simics/ega.c (modified)
	* kernel/arch/ia64/src/ski/ski.c (modified)
	* kernel/arch/ia64/src/start.S (modified)
	* kernel/arch/mips32/Makefile.inc (modified)
	* kernel/arch/mips32/include/arch.h (modified)
	* kernel/arch/mips32/include/arg.h (modified)
	* kernel/arch/mips32/include/asm.h (modified)
	* kernel/arch/mips32/include/asm/boot.h (modified)
	* kernel/arch/mips32/include/asm/regname.h (modified)
	* kernel/arch/mips32/include/atomic.h (modified)
	* kernel/arch/mips32/include/barrier.h (modified)
	* kernel/arch/mips32/include/boot.h (modified)
	* kernel/arch/mips32/include/byteorder.h (modified)
	* kernel/arch/mips32/include/cache.h (modified)
	* kernel/arch/mips32/include/console.h (modified)
	* kernel/arch/mips32/include/context.h (modified)
	* kernel/arch/mips32/include/context_offset.h (modified)
	* kernel/arch/mips32/include/cp0.h (modified)
	* kernel/arch/mips32/include/cpu.h (modified)
	* kernel/arch/mips32/include/cycle.h (modified)
	* kernel/arch/mips32/include/debug.h (modified)
	* kernel/arch/mips32/include/debugger.h (modified)
	* kernel/arch/mips32/include/drivers/arc.h (modified)
	* kernel/arch/mips32/include/drivers/msim.h (modified)
	* kernel/arch/mips32/include/drivers/serial.h (modified)
	* kernel/arch/mips32/include/elf.h (modified)
	* kernel/arch/mips32/include/exception.h (modified)
	* kernel/arch/mips32/include/faddr.h (modified)
	* kernel/arch/mips32/include/fpu_context.h (modified)
	* kernel/arch/mips32/include/interrupt.h (modified)
	* kernel/arch/mips32/include/memstr.h (modified)
	* kernel/arch/mips32/include/mm/as.h (modified)
	* kernel/arch/mips32/include/mm/asid.h (modified)
	* kernel/arch/mips32/include/mm/frame.h (modified)
	* kernel/arch/mips32/include/mm/memory_init.h (modified)
	* kernel/arch/mips32/include/mm/page.h (modified)
	* kernel/arch/mips32/include/mm/tlb.h (modified)
	* kernel/arch/mips32/include/proc/task.h (modified)
	* kernel/arch/mips32/include/proc/thread.h (modified)
	* kernel/arch/mips32/include/stack.h (modified)
	* kernel/arch/mips32/include/types.h (modified)
	* kernel/arch/mips32/src/asm.S (modified)
	* kernel/arch/mips32/src/cache.c (modified)
	* kernel/arch/mips32/src/console.c (modified)
	* kernel/arch/mips32/src/context.S (modified)
	* kernel/arch/mips32/src/cpu/cpu.c (modified)
	* kernel/arch/mips32/src/ddi/ddi.c (modified)
	* kernel/arch/mips32/src/debugger.c (modified)
	* kernel/arch/mips32/src/drivers/arc.c (modified)
	* kernel/arch/mips32/src/drivers/msim.c (modified)
	* kernel/arch/mips32/src/drivers/serial.c (modified)
	* kernel/arch/mips32/src/dummy.S (modified)
	* kernel/arch/mips32/src/exception.c (modified)
	* kernel/arch/mips32/src/fpu_context.c (modified)
	* kernel/arch/mips32/src/interrupt.c (modified)
	* kernel/arch/mips32/src/mips32.c (modified)
	* kernel/arch/mips32/src/mm/as.c (modified)
	* kernel/arch/mips32/src/mm/frame.c (modified)
	* kernel/arch/mips32/src/mm/page.c (modified)
	* kernel/arch/mips32/src/mm/tlb.c (modified)
	* kernel/arch/mips32/src/panic.S (modified)
	* kernel/arch/mips32/src/start.S (modified)
	* kernel/arch/ppc32/Makefile.inc (modified)
	* kernel/arch/ppc32/include/arch.h (modified)
	* kernel/arch/ppc32/include/arg.h (modified)
	* kernel/arch/ppc32/include/asm.h (modified)
	* kernel/arch/ppc32/include/asm/regname.h (modified)
	* kernel/arch/ppc32/include/atomic.h (modified)
	* kernel/arch/ppc32/include/barrier.h (modified)
	* kernel/arch/ppc32/include/boot/boot.h (modified)
	* kernel/arch/ppc32/include/byteorder.h (modified)
	* kernel/arch/ppc32/include/context.h (modified)
	* kernel/arch/ppc32/include/context_offset.h (modified)
	* kernel/arch/ppc32/include/cpu.h (modified)
	* kernel/arch/ppc32/include/cpuid.h (modified)
	* kernel/arch/ppc32/include/cycle.h (modified)
	* kernel/arch/ppc32/include/debug.h (modified)
	* kernel/arch/ppc32/include/drivers/cuda.h (modified)
	* kernel/arch/ppc32/include/drivers/pic.h (modified)
	* kernel/arch/ppc32/include/elf.h (modified)
	* kernel/arch/ppc32/include/exception.h (modified)
	* kernel/arch/ppc32/include/faddr.h (modified)
	* kernel/arch/ppc32/include/fpu_context.h (modified)
	* kernel/arch/ppc32/include/interrupt.h (modified)
	* kernel/arch/ppc32/include/memstr.h (modified)
	* kernel/arch/ppc32/include/mm/as.h (modified)
	* kernel/arch/ppc32/include/mm/asid.h (modified)
	* kernel/arch/ppc32/include/mm/frame.h (modified)
	* kernel/arch/ppc32/include/mm/memory_init.h (modified)
	* kernel/arch/ppc32/include/mm/page.h (modified)
	* kernel/arch/ppc32/include/mm/tlb.h (modified)
	* kernel/arch/ppc32/include/proc/task.h (modified)
	* kernel/arch/ppc32/include/proc/thread.h (modified)
	* kernel/arch/ppc32/include/types.h (modified)
	* kernel/arch/ppc32/src/asm.S (modified)
	* kernel/arch/ppc32/src/boot/boot.S (modified)
	* kernel/arch/ppc32/src/context.S (modified)
	* kernel/arch/ppc32/src/cpu/cpu.c (modified)
	* kernel/arch/ppc32/src/ddi/ddi.c (modified)
	* kernel/arch/ppc32/src/debug/panic.s (modified)
	* kernel/arch/ppc32/src/drivers/cuda.c (modified)
	* kernel/arch/ppc32/src/drivers/pic.c (modified)
	* kernel/arch/ppc32/src/dummy.s (modified)
	* kernel/arch/ppc32/src/exception.S (modified)
	* kernel/arch/ppc32/src/fpu_context.S (modified)
	* kernel/arch/ppc32/src/interrupt.c (modified)
	* kernel/arch/ppc32/src/mm/as.c (modified)
	* kernel/arch/ppc32/src/mm/frame.c (modified)
	* kernel/arch/ppc32/src/mm/memory_init.c (modified)
	* kernel/arch/ppc32/src/mm/page.c (modified)
	* kernel/arch/ppc32/src/mm/tlb.c (modified)
	* kernel/arch/ppc32/src/ppc32.c (modified)
	* kernel/arch/ppc32/src/proc/scheduler.c (modified)
	* kernel/arch/ppc64/Makefile.inc (modified)
	* kernel/arch/ppc64/include/arch.h (modified)
	* kernel/arch/ppc64/include/arg.h (modified)
	* kernel/arch/ppc64/include/asm.h (modified)
	* kernel/arch/ppc64/include/asm/regname.h (modified)
	* kernel/arch/ppc64/include/atomic.h (modified)
	* kernel/arch/ppc64/include/barrier.h (modified)
	* kernel/arch/ppc64/include/boot/boot.h (modified)
	* kernel/arch/ppc64/include/byteorder.h (modified)
	* kernel/arch/ppc64/include/context.h (modified)
	* kernel/arch/ppc64/include/context_offset.h (modified)
	* kernel/arch/ppc64/include/cpu.h (modified)
	* kernel/arch/ppc64/include/cpuid.h (modified)
	* kernel/arch/ppc64/include/cycle.h (modified)
	* kernel/arch/ppc64/include/debug.h (modified)
	* kernel/arch/ppc64/include/drivers/pic.h (modified)
	* kernel/arch/ppc64/include/elf.h (modified)
	* kernel/arch/ppc64/include/exception.h (modified)
	* kernel/arch/ppc64/include/faddr.h (modified)
	* kernel/arch/ppc64/include/fpu_context.h (modified)
	* kernel/arch/ppc64/include/interrupt.h (modified)
	* kernel/arch/ppc64/include/memstr.h (modified)
	* kernel/arch/ppc64/include/mm/as.h (modified)
	* kernel/arch/ppc64/include/mm/asid.h (modified)
	* kernel/arch/ppc64/include/mm/frame.h (modified)
	* kernel/arch/ppc64/include/mm/memory_init.h (modified)
	* kernel/arch/ppc64/include/mm/page.h (modified)
	* kernel/arch/ppc64/include/mm/tlb.h (modified)
	* kernel/arch/ppc64/include/proc/task.h (modified)
	* kernel/arch/ppc64/include/proc/thread.h (modified)
	* kernel/arch/ppc64/include/types.h (modified)
	* kernel/arch/ppc64/src/asm.S (modified)
	* kernel/arch/ppc64/src/boot/boot.S (modified)
	* kernel/arch/ppc64/src/context.S (modified)
	* kernel/arch/ppc64/src/cpu/cpu.c (modified)
	* kernel/arch/ppc64/src/ddi/ddi.c (modified)
	* kernel/arch/ppc64/src/debug/panic.s (modified)
	* kernel/arch/ppc64/src/drivers/pic.c (modified)
	* kernel/arch/ppc64/src/dummy.s (modified)
	* kernel/arch/ppc64/src/exception.S (modified)
	* kernel/arch/ppc64/src/fpu_context.S (modified)
	* kernel/arch/ppc64/src/interrupt.c (modified)
	* kernel/arch/ppc64/src/mm/as.c (modified)
	* kernel/arch/ppc64/src/mm/frame.c (modified)
	* kernel/arch/ppc64/src/mm/memory_init.c (modified)
	* kernel/arch/ppc64/src/mm/page.c (modified)
	* kernel/arch/ppc64/src/mm/tlb.c (modified)
	* kernel/arch/ppc64/src/ppc64.c (modified)
	* kernel/arch/ppc64/src/proc/scheduler.c (modified)
	* kernel/arch/sparc64/Makefile.inc (modified)
	* kernel/arch/sparc64/include/arch.h (modified)
	* kernel/arch/sparc64/include/arg.h (modified)
	* kernel/arch/sparc64/include/asm.h (modified)
	* kernel/arch/sparc64/include/atomic.h (modified)
	* kernel/arch/sparc64/include/barrier.h (modified)
	* kernel/arch/sparc64/include/boot/boot.h (modified)
	* kernel/arch/sparc64/include/byteorder.h (modified)
	* kernel/arch/sparc64/include/console.h (modified)
	* kernel/arch/sparc64/include/context.h (modified)
	* kernel/arch/sparc64/include/context_offset.h (modified)
	* kernel/arch/sparc64/include/cpu.h (modified)
	* kernel/arch/sparc64/include/cycle.h (modified)
	* kernel/arch/sparc64/include/debug.h (modified)
	* kernel/arch/sparc64/include/drivers/fb.h (modified)
	* kernel/arch/sparc64/include/drivers/fhc.h (modified)
	* kernel/arch/sparc64/include/drivers/kbd.h (modified)
	* kernel/arch/sparc64/include/drivers/ns16550.h (modified)
	* kernel/arch/sparc64/include/drivers/pci.h (modified)
	* kernel/arch/sparc64/include/drivers/scr.h (modified)
	* kernel/arch/sparc64/include/drivers/tick.h (modified)
	* kernel/arch/sparc64/include/drivers/z8530.h (modified)
	* kernel/arch/sparc64/include/elf.h (modified)
	* kernel/arch/sparc64/include/faddr.h (modified)
	* kernel/arch/sparc64/include/fpu_context.h (modified)
	* kernel/arch/sparc64/include/interrupt.h (modified)
	* kernel/arch/sparc64/include/memstr.h (modified)
	* kernel/arch/sparc64/include/mm/as.h (modified)
	* kernel/arch/sparc64/include/mm/asid.h (modified)
	* kernel/arch/sparc64/include/mm/cache.h (modified)
	* kernel/arch/sparc64/include/mm/frame.h (modified)
	* kernel/arch/sparc64/include/mm/memory_init.h (modified)
	* kernel/arch/sparc64/include/mm/mmu.h (modified)
	* kernel/arch/sparc64/include/mm/page.h (modified)
	* kernel/arch/sparc64/include/mm/tlb.h (modified)
	* kernel/arch/sparc64/include/mm/tsb.h (modified)
	* kernel/arch/sparc64/include/mm/tte.h (modified)
	* kernel/arch/sparc64/include/proc/task.h (modified)
	* kernel/arch/sparc64/include/proc/thread.h (modified)
	* kernel/arch/sparc64/include/regdef.h (modified)
	* kernel/arch/sparc64/include/register.h (modified)
	* kernel/arch/sparc64/include/stack.h (modified)
	* kernel/arch/sparc64/include/syscall.h (modified)
	* kernel/arch/sparc64/include/trap/exception.h (modified)
	* kernel/arch/sparc64/include/trap/interrupt.h (modified)
	* kernel/arch/sparc64/include/trap/mmu.h (modified)
	* kernel/arch/sparc64/include/trap/regwin.h (modified)
	* kernel/arch/sparc64/include/trap/syscall.h (modified)
	* kernel/arch/sparc64/include/trap/trap.h (modified)
	* kernel/arch/sparc64/include/trap/trap_table.h (modified)
	* kernel/arch/sparc64/include/types.h (modified)
	* kernel/arch/sparc64/src/asm.S (modified)
	* kernel/arch/sparc64/src/console.c (modified)
	* kernel/arch/sparc64/src/context.S (modified)
	* kernel/arch/sparc64/src/cpu/cpu.c (modified)
	* kernel/arch/sparc64/src/ddi/ddi.c (modified)
	* kernel/arch/sparc64/src/drivers/fhc.c (modified)
	* kernel/arch/sparc64/src/drivers/kbd.c (modified)
	* kernel/arch/sparc64/src/drivers/pci.c (modified)
	* kernel/arch/sparc64/src/drivers/scr.c (modified)
	* kernel/arch/sparc64/src/drivers/tick.c (modified)
	* kernel/arch/sparc64/src/dummy.s (modified)
	* kernel/arch/sparc64/src/fpu_context.c (modified)
	* kernel/arch/sparc64/src/mm/as.c (modified)
	* kernel/arch/sparc64/src/mm/cache.c (modified)
	* kernel/arch/sparc64/src/mm/cache_asm.S (modified)
	* kernel/arch/sparc64/src/mm/frame.c (modified)
	* kernel/arch/sparc64/src/mm/memory_init.c (modified)
	* kernel/arch/sparc64/src/mm/page.c (modified)
	* kernel/arch/sparc64/src/mm/tlb.c (modified)
	* kernel/arch/sparc64/src/mm/tsb.c (modified)
	* kernel/arch/sparc64/src/panic.S (modified)
	* kernel/arch/sparc64/src/proc/scheduler.c (modified)
	* kernel/arch/sparc64/src/proc/thread.c (modified)
	* kernel/arch/sparc64/src/smp/ipi.c (modified)
	* kernel/arch/sparc64/src/smp/smp.c (modified)
	* kernel/arch/sparc64/src/sparc64.c (modified)
	* kernel/arch/sparc64/src/start.S (modified)
	* kernel/arch/sparc64/src/trap/exception.c (modified)
	* kernel/arch/sparc64/src/trap/interrupt.c (modified)
	* kernel/arch/sparc64/src/trap/mmu.S (modified)
	* kernel/arch/sparc64/src/trap/syscall.c (modified)
	* kernel/arch/sparc64/src/trap/trap.c (modified)
	* kernel/arch/sparc64/src/trap/trap_table.S (modified)
	* kernel/genarch/Makefile.inc (modified)
	* kernel/genarch/include/acpi/acpi.h (modified)
	* kernel/genarch/include/acpi/madt.h (modified)
	* kernel/genarch/include/fb/fb.h (modified)
	* kernel/genarch/include/fb/font-8x16.h (modified)
	* kernel/genarch/include/fb/visuals.h (modified)
	* kernel/genarch/include/kbd/i8042.h (modified)
	* kernel/genarch/include/kbd/key.h (modified)
	* kernel/genarch/include/kbd/ns16550.h (modified)
	* kernel/genarch/include/kbd/scanc.h (modified)
	* kernel/genarch/include/kbd/scanc_pc.h (modified)
	* kernel/genarch/include/kbd/scanc_sun.h (modified)
	* kernel/genarch/include/kbd/z8530.h (modified)
	* kernel/genarch/include/mm/as_ht.h (modified)
	* kernel/genarch/include/mm/as_pt.h (modified)
	* kernel/genarch/include/mm/asid_fifo.h (modified)
	* kernel/genarch/include/mm/page_ht.h (modified)
	* kernel/genarch/include/mm/page_pt.h (modified)
	* kernel/genarch/include/ofw/ofw_tree.h (modified)
	* kernel/genarch/include/softint/division.h (modified)
	* kernel/genarch/src/acpi/acpi.c (modified)
	* kernel/genarch/src/acpi/madt.c (modified)
	* kernel/genarch/src/fb/fb.c (modified)
	* kernel/genarch/src/fb/font-8x16.c (modified)
	* kernel/genarch/src/kbd/i8042.c (modified)
	* kernel/genarch/src/kbd/key.c (modified)
	* kernel/genarch/src/kbd/ns16550.c (modified)
	* kernel/genarch/src/kbd/scanc_pc.c (modified)
	* kernel/genarch/src/kbd/scanc_sun.c (modified)
	* kernel/genarch/src/kbd/z8530.c (modified)
	* kernel/genarch/src/mm/as_ht.c (modified)
	* kernel/genarch/src/mm/as_pt.c (modified)
	* kernel/genarch/src/mm/asid.c (modified)
	* kernel/genarch/src/mm/asid_fifo.c (modified)
	* kernel/genarch/src/mm/page_ht.c (modified)
	* kernel/genarch/src/mm/page_pt.c (modified)
	* kernel/genarch/src/ofw/ebus.c (modified)
	* kernel/genarch/src/ofw/fhc.c (modified)
	* kernel/genarch/src/ofw/ofw_tree.c (modified)
	* kernel/genarch/src/ofw/pci.c (modified)
	* kernel/genarch/src/ofw/upa.c (modified)
	* kernel/genarch/src/softint/division.c (modified)
	* kernel/generic/include/adt/bitmap.h (modified)
	* kernel/generic/include/adt/btree.h (modified)
	* kernel/generic/include/adt/fifo.h (modified)
	* kernel/generic/include/adt/hash_table.h (modified)
	* kernel/generic/include/adt/list.h (modified)
	* kernel/generic/include/align.h (modified)
	* kernel/generic/include/arch.h (modified)
	* kernel/generic/include/atomic.h (modified)
	* kernel/generic/include/bitops.h (modified)
	* kernel/generic/include/byteorder.h (modified)
	* kernel/generic/include/config.h (modified)
	* kernel/generic/include/console/chardev.h (modified)
	* kernel/generic/include/console/cmd.h (modified)
	* kernel/generic/include/console/console.h (modified)
	* kernel/generic/include/console/kconsole.h (modified)
	* kernel/generic/include/console/klog.h (modified)
	* kernel/generic/include/context.h (modified)
	* kernel/generic/include/cpu.h (modified)
	* kernel/generic/include/ddi/ddi.h (modified)
	* kernel/generic/include/ddi/ddi_arg.h (modified)
	* kernel/generic/include/ddi/device.h (modified)
	* kernel/generic/include/ddi/irq.h (modified)
	* kernel/generic/include/debug.h (modified)
	* kernel/generic/include/errno.h (modified)
	* kernel/generic/include/fpu_context.h (modified)
	* kernel/generic/include/func.h (modified)
	* kernel/generic/include/interrupt.h (modified)
	* kernel/generic/include/ipc/ipc.h (modified)
	* kernel/generic/include/ipc/ipcrsc.h (modified)
	* kernel/generic/include/ipc/irq.h (modified)
	* kernel/generic/include/ipc/sysipc.h (modified)
	* kernel/generic/include/lib/elf.h (modified)
	* kernel/generic/include/lib/rd.h (modified)
	* kernel/generic/include/macros.h (modified)
	* kernel/generic/include/main/kinit.h (modified)
	* kernel/generic/include/main/main.h (modified)
	* kernel/generic/include/main/uinit.h (modified)
	* kernel/generic/include/main/version.h (modified)
	* kernel/generic/include/memstr.h (modified)
	* kernel/generic/include/mm/as.h (modified)
	* kernel/generic/include/mm/asid.h (modified)
	* kernel/generic/include/mm/buddy.h (modified)
	* kernel/generic/include/mm/frame.h (modified)
	* kernel/generic/include/mm/page.h (modified)
	* kernel/generic/include/mm/slab.h (modified)
	* kernel/generic/include/mm/tlb.h (modified)
	* kernel/generic/include/panic.h (modified)
	* kernel/generic/include/preemption.h (modified)
	* kernel/generic/include/print.h (modified)
	* kernel/generic/include/printf/printf_core.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/proc/uarg.h (modified)
	* kernel/generic/include/putchar.h (modified)
	* kernel/generic/include/security/cap.h (modified)
	* kernel/generic/include/smp/ipi.h (modified)
	* kernel/generic/include/smp/smp.h (modified)
	* kernel/generic/include/sort.h (modified)
	* kernel/generic/include/stackarg.h (modified)
	* kernel/generic/include/stdarg.h (modified)
	* kernel/generic/include/symtab.h (modified)
	* kernel/generic/include/synch/condvar.h (modified)
	* kernel/generic/include/synch/futex.h (modified)
	* kernel/generic/include/synch/mutex.h (modified)
	* kernel/generic/include/synch/rwlock.h (modified)
	* kernel/generic/include/synch/semaphore.h (modified)
	* kernel/generic/include/synch/spinlock.h (modified)
	* kernel/generic/include/synch/synch.h (modified)
	* kernel/generic/include/synch/waitq.h (modified)
	* kernel/generic/include/syscall/copy.h (modified)
	* kernel/generic/include/syscall/sysarg64.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/include/sysinfo/sysinfo.h (modified)
	* kernel/generic/include/time/clock.h (modified)
	* kernel/generic/include/time/delay.h (modified)
	* kernel/generic/include/time/timeout.h (modified)
	* kernel/generic/include/typedefs.h (modified)
	* kernel/generic/include/userspace.h (modified)
	* kernel/generic/src/adt/bitmap.c (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/chardev.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/console/klog.c (modified)
	* kernel/generic/src/cpu/cpu.c (modified)
	* kernel/generic/src/ddi/ddi.c (modified)
	* kernel/generic/src/ddi/device.c (modified)
	* kernel/generic/src/ddi/irq.c (modified)
	* kernel/generic/src/debug/symtab.c (modified)
	* kernel/generic/src/interrupt/interrupt.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/sysipc.c (modified)
	* kernel/generic/src/lib/elf.c (modified)
	* kernel/generic/src/lib/func.c (modified)
	* kernel/generic/src/lib/memstr.c (modified)
	* kernel/generic/src/lib/rd.c (modified)
	* kernel/generic/src/lib/sort.c (modified)
	* kernel/generic/src/main/kinit.c (modified)
	* kernel/generic/src/main/main.c (modified)
	* kernel/generic/src/main/uinit.c (modified)
	* kernel/generic/src/main/version.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/backend_phys.c (modified)
	* kernel/generic/src/mm/buddy.c (modified)
	* kernel/generic/src/mm/frame.c (modified)
	* kernel/generic/src/mm/page.c (modified)
	* kernel/generic/src/mm/slab.c (modified)
	* kernel/generic/src/mm/tlb.c (modified)
	* kernel/generic/src/preempt/preemption.c (modified)
	* kernel/generic/src/printf/printf.c (modified)
	* kernel/generic/src/printf/printf_core.c (modified)
	* kernel/generic/src/printf/snprintf.c (modified)
	* kernel/generic/src/printf/sprintf.c (modified)
	* kernel/generic/src/printf/vprintf.c (modified)
	* kernel/generic/src/printf/vsnprintf.c (modified)
	* kernel/generic/src/printf/vsprintf.c (modified)
	* kernel/generic/src/proc/scheduler.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/the.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/security/cap.c (modified)
	* kernel/generic/src/smp/ipi.c (modified)
	* kernel/generic/src/smp/smp.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/rwlock.c (modified)
	* kernel/generic/src/synch/semaphore.c (modified)
	* kernel/generic/src/synch/spinlock.c (modified)
	* kernel/generic/src/synch/waitq.c (modified)
	* kernel/generic/src/syscall/copy.c (modified)
	* kernel/generic/src/syscall/syscall.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/test/atomic/atomic1.c (modified)
	* kernel/test/btree/btree1.c (modified)
	* kernel/test/debug/mips1.c (modified)
	* kernel/test/fault/fault1.c (modified)
	* kernel/test/fpu/fpu1.c (modified)
	* kernel/test/fpu/mips2.c (modified)
	* kernel/test/fpu/sse1.c (modified)
	* kernel/test/mm/falloc1.c (modified)
	* kernel/test/mm/falloc2.c (modified)
	* kernel/test/mm/mapping1.c (modified)
	* kernel/test/mm/purge1.c (modified)
	* kernel/test/mm/slab1.c (modified)
	* kernel/test/mm/slab2.c (modified)
	* kernel/test/print/print1.c (modified)
	* kernel/test/synch/rwlock1.c (modified)
	* kernel/test/synch/rwlock2.c (modified)
	* kernel/test/synch/rwlock3.c (modified)
	* kernel/test/synch/rwlock4.c (modified)
	* kernel/test/synch/rwlock5.c (modified)
	* kernel/test/synch/semaphore1.c (modified)
	* kernel/test/synch/semaphore2.c (modified)
	* kernel/test/sysinfo/sysinfo1.c (modified)
	* kernel/test/test.c (modified)
	* kernel/test/test.h (modified)
	* kernel/test/thread/thread1.c (modified)
	* uspace/Makefile (modified)
	* uspace/console/Makefile (modified)
	* uspace/console/console.c (modified)
	* uspace/console/console.h (modified)
	* uspace/console/gcons.c (modified)
	* uspace/console/gcons.h (modified)
	* uspace/console/screenbuffer.c (modified)
	* uspace/console/screenbuffer.h (modified)
	* uspace/fb/Makefile (modified)
	* uspace/fb/ega.c (modified)
	* uspace/fb/ega.h (modified)
	* uspace/fb/fb.c (modified)
	* uspace/fb/fb.h (modified)
	* uspace/fb/font-8x16.c (modified)
	* uspace/fb/font-8x16.h (modified)
	* uspace/fb/main.c (modified)
	* uspace/fb/main.h (modified)
	* uspace/fb/ppm.c (modified)
	* uspace/fb/ppm.h (modified)
	* uspace/fb/sysio.c (modified)
	* uspace/fb/sysio.h (modified)
	* uspace/fs/Makefile (modified)
	* uspace/fs/fs.c (modified)
	* uspace/init/Makefile (modified)
	* uspace/init/init.c (modified)
	* uspace/init/init.h (modified)
	* uspace/init/version.c (modified)
	* uspace/init/version.h (modified)
	* uspace/ipcc/Makefile (modified)
	* uspace/ipcc/ipcc.c (modified)
	* uspace/kbd/Makefile (modified)
	* uspace/kbd/arch/ia32/include/kbd.h (modified)
	* uspace/kbd/arch/ia32/include/scanc.h (modified)
	* uspace/kbd/arch/ia32/src/kbd.c (modified)
	* uspace/kbd/arch/ia32/src/mouse.c (modified)
	* uspace/kbd/arch/ia32/src/scanc.c (modified)
	* uspace/kbd/arch/ia64/include/kbd.h (modified)
	* uspace/kbd/arch/ia64/src/kbd.c (modified)
	* uspace/kbd/arch/mips32/include/kbd.h (modified)
	* uspace/kbd/arch/mips32/src/kbd.c (modified)
	* uspace/kbd/arch/ppc32/include/kbd.h (modified)
	* uspace/kbd/arch/ppc32/src/kbd.c (modified)
	* uspace/kbd/arch/ppc64/include/kbd.h (modified)
	* uspace/kbd/arch/ppc64/src/kbd.c (modified)
	* uspace/kbd/arch/sparc64/include/kbd.h (modified)
	* uspace/kbd/arch/sparc64/include/scanc.h (modified)
	* uspace/kbd/arch/sparc64/src/kbd.c (modified)
	* uspace/kbd/arch/sparc64/src/scanc.c (modified)
	* uspace/kbd/genarch/include/kbd.h (modified)
	* uspace/kbd/genarch/include/scanc.h (modified)
	* uspace/kbd/genarch/src/kbd.c (modified)
	* uspace/kbd/generic/kbd.c (modified)
	* uspace/kbd/generic/key_buffer.c (modified)
	* uspace/kbd/include/kbd.h (modified)
	* uspace/kbd/include/key_buffer.h (modified)
	* uspace/kbd/include/keys.h (modified)
	* uspace/klog/Makefile (modified)
	* uspace/klog/klog.c (modified)
	* uspace/libc/Makefile (modified)
	* uspace/libc/arch/amd64/Makefile.inc (modified)
	* uspace/libc/arch/amd64/include/atomic.h (modified)
	* uspace/libc/arch/amd64/include/config.h (modified)
	* uspace/libc/arch/amd64/include/endian.h (modified)
	* uspace/libc/arch/amd64/include/faddr.h (modified)
	* uspace/libc/arch/amd64/include/limits.h (modified)
	* uspace/libc/arch/amd64/include/psthread.h (modified)
	* uspace/libc/arch/amd64/include/stackarg.h (modified)
	* uspace/libc/arch/amd64/include/syscall.h (modified)
	* uspace/libc/arch/amd64/include/thread.h (modified)
	* uspace/libc/arch/amd64/include/types.h (modified)
	* uspace/libc/arch/amd64/src/entry.s (modified)
	* uspace/libc/arch/amd64/src/psthread.S (modified)
	* uspace/libc/arch/amd64/src/syscall.S (modified)
	* uspace/libc/arch/amd64/src/thread.c (modified)
	* uspace/libc/arch/amd64/src/thread_entry.s (modified)
	* uspace/libc/arch/ia32/Makefile.inc (modified)
	* uspace/libc/arch/ia32/include/atomic.h (modified)
	* uspace/libc/arch/ia32/include/config.h (modified)
	* uspace/libc/arch/ia32/include/ddi.h (modified)
	* uspace/libc/arch/ia32/include/endian.h (modified)
	* uspace/libc/arch/ia32/include/faddr.h (modified)
	* uspace/libc/arch/ia32/include/limits.h (modified)
	* uspace/libc/arch/ia32/include/psthread.h (modified)
	* uspace/libc/arch/ia32/include/stackarg.h (modified)
	* uspace/libc/arch/ia32/include/syscall.h (modified)
	* uspace/libc/arch/ia32/include/thread.h (modified)
	* uspace/libc/arch/ia32/include/types.h (modified)
	* uspace/libc/arch/ia32/src/entry.s (modified)
	* uspace/libc/arch/ia32/src/psthread.S (modified)
	* uspace/libc/arch/ia32/src/syscall.c (modified)
	* uspace/libc/arch/ia32/src/thread_entry.s (modified)
	* uspace/libc/arch/ia64/Makefile.inc (modified)
	* uspace/libc/arch/ia64/include/atomic.h (modified)
	* uspace/libc/arch/ia64/include/config.h (modified)
	* uspace/libc/arch/ia64/include/endian.h (modified)
	* uspace/libc/arch/ia64/include/faddr.h (modified)
	* uspace/libc/arch/ia64/include/limits.h (modified)
	* uspace/libc/arch/ia64/include/psthread.h (modified)
	* uspace/libc/arch/ia64/include/stack.h (modified)
	* uspace/libc/arch/ia64/include/stackarg.h (modified)
	* uspace/libc/arch/ia64/include/syscall.h (modified)
	* uspace/libc/arch/ia64/include/thread.h (modified)
	* uspace/libc/arch/ia64/include/types.h (modified)
	* uspace/libc/arch/ia64/src/entry.s (modified)
	* uspace/libc/arch/ia64/src/psthread.S (modified)
	* uspace/libc/arch/ia64/src/syscall.S (modified)
	* uspace/libc/arch/ia64/src/thread.c (modified)
	* uspace/libc/arch/ia64/src/thread_entry.s (modified)
	* uspace/libc/arch/mips32/Makefile.inc (modified)
	* uspace/libc/arch/mips32/include/atomic.h (modified)
	* uspace/libc/arch/mips32/include/config.h (modified)
	* uspace/libc/arch/mips32/include/endian.h (modified)
	* uspace/libc/arch/mips32/include/faddr.h (modified)
	* uspace/libc/arch/mips32/include/limits.h (modified)
	* uspace/libc/arch/mips32/include/psthread.h (modified)
	* uspace/libc/arch/mips32/include/stackarg.h (modified)
	* uspace/libc/arch/mips32/include/syscall.h (modified)
	* uspace/libc/arch/mips32/include/thread.h (modified)
	* uspace/libc/arch/mips32/include/types.h (modified)
	* uspace/libc/arch/mips32/src/entry.s (modified)
	* uspace/libc/arch/mips32/src/psthread.S (modified)
	* uspace/libc/arch/mips32/src/syscall.c (modified)
	* uspace/libc/arch/mips32/src/thread.c (modified)
	* uspace/libc/arch/mips32/src/thread_entry.s (modified)
	* uspace/libc/arch/mips32eb/Makefile.inc (modified)
	* uspace/libc/arch/mips32eb/include/endian.h (modified)
	* uspace/libc/arch/ppc32/Makefile.inc (modified)
	* uspace/libc/arch/ppc32/include/atomic.h (modified)
	* uspace/libc/arch/ppc32/include/config.h (modified)
	* uspace/libc/arch/ppc32/include/endian.h (modified)
	* uspace/libc/arch/ppc32/include/faddr.h (modified)
	* uspace/libc/arch/ppc32/include/limits.h (modified)
	* uspace/libc/arch/ppc32/include/psthread.h (modified)
	* uspace/libc/arch/ppc32/include/regname.h (modified)
	* uspace/libc/arch/ppc32/include/stackarg.h (modified)
	* uspace/libc/arch/ppc32/include/syscall.h (modified)
	* uspace/libc/arch/ppc32/include/thread.h (modified)
	* uspace/libc/arch/ppc32/include/types.h (modified)
	* uspace/libc/arch/ppc32/src/entry.s (modified)
	* uspace/libc/arch/ppc32/src/psthread.S (modified)
	* uspace/libc/arch/ppc32/src/syscall.c (modified)
	* uspace/libc/arch/ppc32/src/thread.c (modified)
	* uspace/libc/arch/ppc32/src/thread_entry.s (modified)
	* uspace/libc/arch/ppc64/Makefile.inc (modified)
	* uspace/libc/arch/ppc64/include/atomic.h (modified)
	* uspace/libc/arch/ppc64/include/config.h (modified)
	* uspace/libc/arch/ppc64/include/endian.h (modified)
	* uspace/libc/arch/ppc64/include/faddr.h (modified)
	* uspace/libc/arch/ppc64/include/limits.h (modified)
	* uspace/libc/arch/ppc64/include/psthread.h (modified)
	* uspace/libc/arch/ppc64/include/regname.h (modified)
	* uspace/libc/arch/ppc64/include/stackarg.h (modified)
	* uspace/libc/arch/ppc64/include/syscall.h (modified)
	* uspace/libc/arch/ppc64/include/thread.h (modified)
	* uspace/libc/arch/ppc64/include/types.h (modified)
	* uspace/libc/arch/ppc64/src/entry.s (modified)
	* uspace/libc/arch/ppc64/src/psthread.S (modified)
	* uspace/libc/arch/ppc64/src/syscall.c (modified)
	* uspace/libc/arch/ppc64/src/thread.c (modified)
	* uspace/libc/arch/ppc64/src/thread_entry.s (modified)
	* uspace/libc/arch/sparc64/Makefile.inc (modified)
	* uspace/libc/arch/sparc64/include/atomic.h (modified)
	* uspace/libc/arch/sparc64/include/config.h (modified)
	* uspace/libc/arch/sparc64/include/endian.h (modified)
	* uspace/libc/arch/sparc64/include/faddr.h (modified)
	* uspace/libc/arch/sparc64/include/limits.h (modified)
	* uspace/libc/arch/sparc64/include/psthread.h (modified)
	* uspace/libc/arch/sparc64/include/stack.h (modified)
	* uspace/libc/arch/sparc64/include/stackarg.h (modified)
	* uspace/libc/arch/sparc64/include/syscall.h (modified)
	* uspace/libc/arch/sparc64/include/thread.h (modified)
	* uspace/libc/arch/sparc64/include/types.h (modified)
	* uspace/libc/arch/sparc64/src/entry.s (modified)
	* uspace/libc/arch/sparc64/src/psthread.S (modified)
	* uspace/libc/arch/sparc64/src/thread.c (modified)
	* uspace/libc/arch/sparc64/src/thread_entry.s (modified)
	* uspace/libc/generic/as.c (modified)
	* uspace/libc/generic/async.c (modified)
	* uspace/libc/generic/cap.c (modified)
	* uspace/libc/generic/ddi.c (modified)
	* uspace/libc/generic/err.c (modified)
	* uspace/libc/generic/futex.c (modified)
	* uspace/libc/generic/io/io.c (modified)
	* uspace/libc/generic/io/printf.c (modified)
	* uspace/libc/generic/io/printf_core.c (modified)
	* uspace/libc/generic/io/snprintf.c (modified)
	* uspace/libc/generic/io/sprintf.c (modified)
	* uspace/libc/generic/io/stream.c (modified)
	* uspace/libc/generic/io/vprintf.c (modified)
	* uspace/libc/generic/io/vsnprintf.c (modified)
	* uspace/libc/generic/io/vsprintf.c (modified)
	* uspace/libc/generic/ipc.c (modified)
	* uspace/libc/generic/libadt/hash_table.c (modified)
	* uspace/libc/generic/libadt/list.c (modified)
	* uspace/libc/generic/libc.c (modified)
	* uspace/libc/generic/mman.c (modified)
	* uspace/libc/generic/psthread.c (modified)
	* uspace/libc/generic/stdlib.c (modified)
	* uspace/libc/generic/string.c (modified)
	* uspace/libc/generic/sysinfo.c (modified)
	* uspace/libc/generic/task.c (modified)
	* uspace/libc/generic/thread.c (modified)
	* uspace/libc/generic/time.c (modified)
	* uspace/libc/include/align.h (modified)
	* uspace/libc/include/as.h (modified)
	* uspace/libc/include/assert.h (modified)
	* uspace/libc/include/async.h (modified)
	* uspace/libc/include/atomic.h (modified)
	* uspace/libc/include/bitops.h (modified)
	* uspace/libc/include/bool.h (modified)
	* uspace/libc/include/cap.h (modified)
	* uspace/libc/include/ctype.h (modified)
	* uspace/libc/include/ddi.h (modified)
	* uspace/libc/include/endian.h (modified)
	* uspace/libc/include/err.h (modified)
	* uspace/libc/include/errno.h (modified)
	* uspace/libc/include/futex.h (modified)
	* uspace/libc/include/io/io.h (modified)
	* uspace/libc/include/io/printf_core.h (modified)
	* uspace/libc/include/io/stream.h (modified)
	* uspace/libc/include/ipc/fb.h (modified)
	* uspace/libc/include/ipc/ipc.h (modified)
	* uspace/libc/include/ipc/ns.h (modified)
	* uspace/libc/include/ipc/services.h (modified)
	* uspace/libc/include/libadt/fifo.h (modified)
	* uspace/libc/include/libadt/hash_table.h (modified)
	* uspace/libc/include/libadt/list.h (modified)
	* uspace/libc/include/libc.h (modified)
	* uspace/libc/include/limits.h (modified)
	* uspace/libc/include/psthread.h (modified)
	* uspace/libc/include/stdarg.h (modified)
	* uspace/libc/include/stddef.h (modified)
	* uspace/libc/include/stdint.h (modified)
	* uspace/libc/include/stdio.h (modified)
	* uspace/libc/include/stdlib.h (modified)
	* uspace/libc/include/string.h (modified)
	* uspace/libc/include/sys/mman.h (modified)
	* uspace/libc/include/sys/time.h (modified)
	* uspace/libc/include/sys/types.h (modified)
	* uspace/libc/include/syscall.h (modified)
	* uspace/libc/include/sysinfo.h (modified)
	* uspace/libc/include/task.h (modified)
	* uspace/libc/include/thread.h (modified)
	* uspace/libc/include/time.h (modified)
	* uspace/libc/include/unistd.h (modified)
	* uspace/ns/Makefile (modified)
	* uspace/ns/ns.c (modified)
	* uspace/pci/Makefile (modified)
	* uspace/pci/pci.c (modified)
	* uspace/rd/Makefile (modified)
	* uspace/rd/rd.c (modified)
	* uspace/softfloat/Makefile (modified)
	* uspace/softfloat/arch/amd64/include/functions.h (modified)
	* uspace/softfloat/arch/ia32/include/functions.h (modified)
	* uspace/softfloat/arch/ia64/include/functions.h (modified)
	* uspace/softfloat/arch/mips32/include/functions.h (modified)
	* uspace/softfloat/arch/mips32eb/include/functions.h (modified)
	* uspace/softfloat/arch/ppc32/include/functions.h (modified)
	* uspace/softfloat/arch/ppc64/include/functions.h (modified)
	* uspace/softfloat/arch/sparc64/include/functions.h (modified)
	* uspace/softfloat/generic/add.c (modified)
	* uspace/softfloat/generic/common.c (modified)
	* uspace/softfloat/generic/comparison.c (modified)
	* uspace/softfloat/generic/conversion.c (modified)
	* uspace/softfloat/generic/div.c (modified)
	* uspace/softfloat/generic/mul.c (modified)
	* uspace/softfloat/generic/other.c (modified)
	* uspace/softfloat/generic/softfloat.c (modified)
	* uspace/softfloat/generic/sub.c (modified)
	* uspace/softfloat/include/add.h (modified)
	* uspace/softfloat/include/common.h (modified)
	* uspace/softfloat/include/comparison.h (modified)
	* uspace/softfloat/include/conversion.h (modified)
	* uspace/softfloat/include/div.h (modified)
	* uspace/softfloat/include/mul.h (modified)
	* uspace/softfloat/include/other.h (modified)
	* uspace/softfloat/include/sftypes.h (modified)
	* uspace/softfloat/include/softfloat.h (modified)
	* uspace/softfloat/include/sub.h (modified)
	* uspace/softint/Makefile (modified)
	* uspace/softint/generic/division.c (modified)
	* uspace/softint/include/division.h (modified)

	(c) versus (C)


Thu, 30 Nov 2006 16:01:17 GMT Martin Decky <martin@…> [7bf7ef7]
	* uspace/Makefile (modified)
	* uspace/fs/Makefile (added)
	* uspace/fs/fs.c (added)

	start trivial file system driver


Tue, 28 Nov 2006 10:55:43 GMT Martin Decky <martin@…> [228b135]
	* kernel/Makefile (modified)
	* kernel/generic/include/mm/rd.h (added)
	* kernel/generic/src/main/kinit.c (modified)
	* kernel/generic/src/main/main.c (modified)
	* kernel/generic/src/mm/rd.c (added)
	* uspace/Makefile (modified)
	* uspace/libc/include/ipc/services.h (modified)
	* uspace/rd/Makefile (added)
	* uspace/rd/rd.c (added)

	start RAM disk support


Fri, 24 Nov 2006 19:27:09 GMT Martin Decky <martin@…> [aca95f6b]
	* boot/Makefile (modified)
	* boot/arch/sparc64/loader/Makefile (modified)
	* boot/arch/sparc64/loader/main.c (modified)
	* uspace/Makefile (modified)
	* uspace/init/Makefile (modified)
	* uspace/init/version.c (modified)

	add version to init and boot loader


Mon, 17 Jul 2006 00:53:53 GMT Martin Decky <martin@…> [41f7564]
	* HelenOS.config (added)
	* Makefile (added)
	* boot/Makefile (modified)
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/ia32/Makefile.inc (modified)
	* boot/arch/ia64/Makefile.inc (modified)
	* boot/arch/mips32/Makefile.inc (modified)
	* boot/arch/ppc32/Makefile.inc (modified)
	* boot/arch/ppc64/Makefile.inc (modified)
	* boot/arch/sparc64/Makefile.inc (modified)
	* boot/arch/xen32/Makefile.inc (modified)
	* boot/boot.config (modified)
	* kernel/Makefile (modified)
	* kernel/arch/amd64/Makefile.inc (modified)
	* kernel/arch/ia32/Makefile.inc (modified)
	* kernel/arch/ia64/Makefile.inc (modified)
	* kernel/arch/mips32/Makefile.inc (modified)
	* kernel/arch/ppc32/Makefile.inc (modified)
	* kernel/arch/ppc64/Makefile.inc (modified)
	* kernel/arch/sparc64/Makefile.inc (modified)
	* kernel/kernel.config (modified)
	* kernel/tools/config.py (deleted)
	* tools/config.py (moved)
	* uspace/Makefile (modified)
	* uspace/tools/config.py (deleted)
	* uspace/uspace.config (modified)
	* version (added)

	cleanup and unify the build system


Mon, 15 Dec 2008 12:40:20 GMT jermar <jermar@…> [0166e99]
	* uspace/Makefile (added)
	* uspace/console/Makefile (added)
	* uspace/console/anim_1.ppm (added)
	* uspace/console/anim_2.ppm (added)
	* uspace/console/anim_3.ppm (added)
	* uspace/console/anim_4.ppm (added)
	* uspace/console/cons_has_data.ppm (added)
	* uspace/console/cons_idle.ppm (added)
	* uspace/console/cons_kernel.ppm (added)
	* uspace/console/cons_selected.ppm (added)
	* uspace/console/console.c (added)
	* uspace/console/console.h (added)
	* uspace/console/gcons.c (added)
	* uspace/console/gcons.h (added)
	* uspace/console/helenos.ppm (added)
	* uspace/console/nameic.ppm (added)
	* uspace/console/screenbuffer.c (added)
	* uspace/console/screenbuffer.h (added)
	* uspace/doc/doxygroups.h (added)
	* uspace/fb/Makefile (added)
	* uspace/fb/ega.c (added)
	* uspace/fb/ega.h (added)
	* uspace/fb/fb.c (added)
	* uspace/fb/fb.h (added)
	* uspace/fb/font-8x16.c (added)
	* uspace/fb/font-8x16.h (added)
	* uspace/fb/main.c (added)
	* uspace/fb/main.h (added)
	* uspace/fb/pointer.xbm (added)
	* uspace/fb/pointer_mask.xbm (added)
	* uspace/fb/ppm.c (added)
	* uspace/fb/ppm.h (added)
	* uspace/fb/sysio.c (added)
	* uspace/fb/sysio.h (added)
	* uspace/init/Makefile (added)
	* uspace/init/init.c (added)
	* uspace/init/init.h (added)
	* uspace/init/version.c (added)
	* uspace/init/version.h (added)
	* uspace/ipcc/Makefile (added)
	* uspace/ipcc/ipcc.c (added)
	* uspace/kbd/Makefile (added)
	* uspace/kbd/arch/amd64 (added)
	* uspace/kbd/arch/ia32/include/kbd.h (added)
	* uspace/kbd/arch/ia32/src/kbd.c (added)
	* uspace/kbd/arch/ia32/src/mouse.c (added)
	* uspace/kbd/arch/ia64/include/kbd.h (added)
	* uspace/kbd/arch/ia64/src/kbd.c (added)
	* uspace/kbd/arch/mips32/include/kbd.h (added)
	* uspace/kbd/arch/mips32/src/kbd.c (added)
	* uspace/kbd/arch/mips32eb (added)
	* uspace/kbd/arch/ppc32/include/kbd.h (added)
	* uspace/kbd/arch/ppc32/src/kbd.c (added)
	* uspace/kbd/generic/kbd.c (added)
	* uspace/kbd/generic/key_buffer.c (added)
	* uspace/kbd/include/kbd.h (added)
	* uspace/kbd/include/key_buffer.h (added)
	* uspace/kbd/include/keys.h (added)
	* uspace/klog/Makefile (added)
	* uspace/klog/klog.c (added)
	* uspace/libc/Makefile (added)
	* uspace/libc/Makefile.toolchain (added)
	* uspace/libc/arch/amd64/Makefile.inc (added)
	* uspace/libc/arch/amd64/_link.ld.in (added)
	* uspace/libc/arch/amd64/include/atomic.h (added)
	* uspace/libc/arch/amd64/include/config.h (added)
	* uspace/libc/arch/amd64/include/context_offset.h (added)
	* uspace/libc/arch/amd64/include/ddi.h (added)
	* uspace/libc/arch/amd64/include/endian.h (added)
	* uspace/libc/arch/amd64/include/faddr.h (added)
	* uspace/libc/arch/amd64/include/limits.h (added)
	* uspace/libc/arch/amd64/include/psthread.h (added)
	* uspace/libc/arch/amd64/include/stackarg.h (added)
	* uspace/libc/arch/amd64/include/thread.h (added)
	* uspace/libc/arch/amd64/include/types.h (added)
	* uspace/libc/arch/amd64/src/entry.s (added)
	* uspace/libc/arch/amd64/src/psthread.S (added)
	* uspace/libc/arch/amd64/src/syscall.S (added)
	* uspace/libc/arch/amd64/src/thread.c (added)
	* uspace/libc/arch/amd64/src/thread_entry.s (added)
	* uspace/libc/arch/ia32/Makefile.inc (added)
	* uspace/libc/arch/ia32/_link.ld.in (added)
	* uspace/libc/arch/ia32/include/atomic.h (added)
	* uspace/libc/arch/ia32/include/config.h (added)
	* uspace/libc/arch/ia32/include/ddi.h (added)
	* uspace/libc/arch/ia32/include/endian.h (added)
	* uspace/libc/arch/ia32/include/faddr.h (added)
	* uspace/libc/arch/ia32/include/limits.h (added)
	* uspace/libc/arch/ia32/include/psthread.h (added)
	* uspace/libc/arch/ia32/include/stackarg.h (added)
	* uspace/libc/arch/ia32/include/thread.h (added)
	* uspace/libc/arch/ia32/include/types.h (added)
	* uspace/libc/arch/ia32/src/entry.s (added)
	* uspace/libc/arch/ia32/src/psthread.S (added)
	* uspace/libc/arch/ia32/src/syscall.c (added)
	* uspace/libc/arch/ia32/src/thread.c (added)
	* uspace/libc/arch/ia32/src/thread_entry.s (added)
	* uspace/libc/arch/ia64/Makefile.inc (added)
	* uspace/libc/arch/ia64/_link.ld.in (added)
	* uspace/libc/arch/ia64/include/atomic.h (added)
	* uspace/libc/arch/ia64/include/config.h (added)
	* uspace/libc/arch/ia64/include/endian.h (added)
	* uspace/libc/arch/ia64/include/faddr.h (added)
	* uspace/libc/arch/ia64/include/limits.h (added)
	* uspace/libc/arch/ia64/include/psthread.h (added)
	* uspace/libc/arch/ia64/include/stack.h (added)
	* uspace/libc/arch/ia64/include/stackarg.h (added)
	* uspace/libc/arch/ia64/include/thread.h (added)
	* uspace/libc/arch/ia64/include/types.h (added)
	* uspace/libc/arch/ia64/src/entry.s (added)
	* uspace/libc/arch/ia64/src/psthread.S (added)
	* uspace/libc/arch/ia64/src/syscall.S (added)
	* uspace/libc/arch/ia64/src/thread.c (added)
	* uspace/libc/arch/ia64/src/thread_entry.s (added)
	* uspace/libc/arch/mips32/Makefile.inc (added)
	* uspace/libc/arch/mips32/_link.ld.in (added)
	* uspace/libc/arch/mips32/include/atomic.h (added)
	* uspace/libc/arch/mips32/include/config.h (added)
	* uspace/libc/arch/mips32/include/context_offset.h (added)
	* uspace/libc/arch/mips32/include/endian.h (added)
	* uspace/libc/arch/mips32/include/faddr.h (added)
	* uspace/libc/arch/mips32/include/limits.h (added)
	* uspace/libc/arch/mips32/include/psthread.h (added)
	* uspace/libc/arch/mips32/include/stackarg.h (added)
	* uspace/libc/arch/mips32/include/thread.h (added)
	* uspace/libc/arch/mips32/include/types.h (added)
	* uspace/libc/arch/mips32/src/entry.s (added)
	* uspace/libc/arch/mips32/src/psthread.S (added)
	* uspace/libc/arch/mips32/src/syscall.c (added)
	* uspace/libc/arch/mips32/src/thread.c (added)
	* uspace/libc/arch/mips32/src/thread_entry.s (added)
	* uspace/libc/arch/mips32eb/Makefile.inc (added)
	* uspace/libc/arch/mips32eb/_link.ld.in (added)
	* uspace/libc/arch/mips32eb/include/atomic.h (added)
	* uspace/libc/arch/mips32eb/include/context_offset.h (added)
	* uspace/libc/arch/mips32eb/include/endian.h (added)
	* uspace/libc/arch/mips32eb/include/limits.h (added)
	* uspace/libc/arch/mips32eb/include/psthread.h (added)
	* uspace/libc/arch/mips32eb/include/stackarg.h (added)
	* uspace/libc/arch/mips32eb/include/thread.h (added)
	* uspace/libc/arch/mips32eb/include/types.h (added)
	* uspace/libc/arch/mips32eb/src (added)
	* uspace/libc/arch/ppc32/Makefile.inc (added)
	* uspace/libc/arch/ppc32/_link.ld.in (added)
	* uspace/libc/arch/ppc32/include/atomic.h (added)
	* uspace/libc/arch/ppc32/include/config.h (added)
	* uspace/libc/arch/ppc32/include/context_offset.h (added)
	* uspace/libc/arch/ppc32/include/endian.h (added)
	* uspace/libc/arch/ppc32/include/faddr.h (added)
	* uspace/libc/arch/ppc32/include/limits.h (added)
	* uspace/libc/arch/ppc32/include/psthread.h (added)
	* uspace/libc/arch/ppc32/include/regname.h (added)
	* uspace/libc/arch/ppc32/include/stackarg.h (added)
	* uspace/libc/arch/ppc32/include/thread.h (added)
	* uspace/libc/arch/ppc32/include/types.h (added)
	* uspace/libc/arch/ppc32/src/entry.s (added)
	* uspace/libc/arch/ppc32/src/psthread.S (added)
	* uspace/libc/arch/ppc32/src/syscall.c (added)
	* uspace/libc/arch/ppc32/src/thread.c (added)
	* uspace/libc/arch/ppc32/src/thread_entry.s (added)
	* uspace/libc/arch/ppc64/Makefile.inc (added)
	* uspace/libc/arch/ppc64/_link.ld.in (added)
	* uspace/libc/arch/ppc64/include/atomic.h (added)
	* uspace/libc/arch/ppc64/include/config.h (added)
	* uspace/libc/arch/ppc64/include/context_offset.h (added)
	* uspace/libc/arch/ppc64/include/endian.h (added)
	* uspace/libc/arch/ppc64/include/faddr.h (added)
	* uspace/libc/arch/ppc64/include/limits.h (added)
	* uspace/libc/arch/ppc64/include/psthread.h (added)
	* uspace/libc/arch/ppc64/include/regname.h (added)
	* uspace/libc/arch/ppc64/include/stackarg.h (added)
	* uspace/libc/arch/ppc64/include/thread.h (added)
	* uspace/libc/arch/ppc64/include/types.h (added)
	* uspace/libc/arch/ppc64/src/entry.s (added)
	* uspace/libc/arch/ppc64/src/psthread.S (added)
	* uspace/libc/arch/ppc64/src/syscall.c (added)
	* uspace/libc/arch/ppc64/src/thread.c (added)
	* uspace/libc/arch/ppc64/src/thread_entry.s (added)
	* uspace/libc/generic/as.c (added)
	* uspace/libc/generic/async.c (added)
	* uspace/libc/generic/cap.c (added)
	* uspace/libc/generic/ddi.c (added)
	* uspace/libc/generic/err.c (added)
	* uspace/libc/generic/futex.c (added)
	* uspace/libc/generic/io/io.c (added)
	* uspace/libc/generic/io/printf.c (added)
	* uspace/libc/generic/io/printf_core.c (added)
	* uspace/libc/generic/io/snprintf.c (added)
	* uspace/libc/generic/io/sprintf.c (added)
	* uspace/libc/generic/io/stream.c (added)
	* uspace/libc/generic/io/vprintf.c (added)
	* uspace/libc/generic/io/vsnprintf.c (added)
	* uspace/libc/generic/io/vsprintf.c (added)
	* uspace/libc/generic/ipc.c (added)
	* uspace/libc/generic/libadt/hash_table.c (added)
	* uspace/libc/generic/libadt/list.c (added)
	* uspace/libc/generic/libc.c (added)
	* uspace/libc/generic/mmap.c (added)
	* uspace/libc/generic/psthread.c (added)
	* uspace/libc/generic/stdlib.c (added)
	* uspace/libc/generic/string.c (added)
	* uspace/libc/generic/sysinfo.c (added)
	* uspace/libc/generic/task.c (added)
	* uspace/libc/generic/thread.c (added)
	* uspace/libc/generic/time.c (added)
	* uspace/libc/include/align.h (added)
	* uspace/libc/include/as.h (added)
	* uspace/libc/include/assert.h (added)
	* uspace/libc/include/async.h (added)
	* uspace/libc/include/atomic.h (added)
	* uspace/libc/include/cap.h (added)
	* uspace/libc/include/ctype.h (added)
	* uspace/libc/include/ddi.h (added)
	* uspace/libc/include/endian.h (added)
	* uspace/libc/include/err.h (added)
	* uspace/libc/include/errno.h (added)
	* uspace/libc/include/futex.h (added)
	* uspace/libc/include/io/io.h (added)
	* uspace/libc/include/io/printf_core.h (added)
	* uspace/libc/include/io/stream.h (added)
	* uspace/libc/include/ipc/fb.h (added)
	* uspace/libc/include/ipc/ipc.h (added)
	* uspace/libc/include/ipc/ns.h (added)
	* uspace/libc/include/ipc/services.h (added)
	* uspace/libc/include/libadt/fifo.h (added)
	* uspace/libc/include/libadt/hash_table.h (added)
	* uspace/libc/include/libadt/list.h (added)
	* uspace/libc/include/libc.h (added)
	* uspace/libc/include/limits.h (added)
	* uspace/libc/include/malloc.h (added)
	* uspace/libc/include/psthread.h (added)
	* uspace/libc/include/stdarg.h (added)
	* uspace/libc/include/stddef.h (added)
	* uspace/libc/include/stdint.h (added)
	* uspace/libc/include/stdio.h (added)
	* uspace/libc/include/stdlib.h (added)
	* uspace/libc/include/string.h (added)
	* uspace/libc/include/sys/mman.h (added)
	* uspace/libc/include/sys/time.h (added)
	* uspace/libc/include/sys/types.h (added)
	* uspace/libc/include/sysinfo.h (added)
	* uspace/libc/include/task.h (added)
	* uspace/libc/include/thread.h (added)
	* uspace/libc/include/time.h (added)
	* uspace/libc/include/types.h (added)
	* uspace/libc/include/unistd.h (added)
	* uspace/libc/malloc/malloc.c (added)
	* uspace/ns/Makefile (added)
	* uspace/ns/ns.c (added)
	* uspace/pci/COPYING (added)
	* uspace/pci/Makefile (added)
	* uspace/pci/libpci/Makefile (added)
	* uspace/pci/libpci/VERSION (added)
	* uspace/pci/libpci/access.c (added)
	* uspace/pci/libpci/generic.c (added)
	* uspace/pci/libpci/header.h (added)
	* uspace/pci/libpci/i386-ports.c (added)
	* uspace/pci/libpci/internal.h (added)
	* uspace/pci/libpci/names.c (added)
	* uspace/pci/libpci/pci.h (added)
	* uspace/pci/libpci/pci_ids.h (added)
	* uspace/pci/libpci/sysdep.h (added)
	* uspace/pci/libpci/types.h (added)
	* uspace/pci/pci.c (added)
	* uspace/pci/update-ids (added)
	* uspace/softfloat/Makefile (added)
	* uspace/softfloat/arch/amd64/include/functions.h (added)
	* uspace/softfloat/arch/ia32/include/functions.h (added)
	* uspace/softfloat/arch/ia64/include/functions.h (added)
	* uspace/softfloat/arch/mips32/include/functions.h (added)
	* uspace/softfloat/arch/mips32eb/include/functions.h (added)
	* uspace/softfloat/arch/ppc32/include/functions.h (added)
	* uspace/softfloat/arch/ppc64/include/functions.h (added)
	* uspace/softfloat/arch/sparc64/include/functions.h (added)
	* uspace/softfloat/generic/add.c (added)
	* uspace/softfloat/generic/common.c (added)
	* uspace/softfloat/generic/comparison.c (added)
	* uspace/softfloat/generic/conversion.c (added)
	* uspace/softfloat/generic/div.c (added)
	* uspace/softfloat/generic/mul.c (added)
	* uspace/softfloat/generic/other.c (added)
	* uspace/softfloat/generic/softfloat.c (added)
	* uspace/softfloat/generic/sub.c (added)
	* uspace/softfloat/include/add.h (added)
	* uspace/softfloat/include/common.h (added)
	* uspace/softfloat/include/comparison.h (added)
	* uspace/softfloat/include/conversion.h (added)
	* uspace/softfloat/include/div.h (added)
	* uspace/softfloat/include/mul.h (added)
	* uspace/softfloat/include/other.h (added)
	* uspace/softfloat/include/sftypes.h (added)
	* uspace/softfloat/include/softfloat.h (added)
	* uspace/softfloat/include/sub.h (added)
	* uspace/softint/Makefile (added)
	* uspace/softint/generic/division.c (added)
	* uspace/softint/include/division.h (added)
	* uspace/tetris/Makefile (added)
	* uspace/tetris/input.c (added)
	* uspace/tetris/input.h (added)
	* uspace/tetris/pathnames.h (added)
	* uspace/tetris/scores.c (added)
	* uspace/tetris/scores.h (added)
	* uspace/tetris/screen.c (added)
	* uspace/tetris/screen.h (added)
	* uspace/tetris/shapes.c (added)
	* uspace/tetris/tetris.c (added)
	* uspace/tetris/tetris.h (added)
	* uspace/tools/config.py (added)
	* uspace/uspace.config (added)

	Merge the uspace branch.


Mon, 07 Nov 2005 20:18:55 GMT Martin Decky <martin@…> [c4e8ed9d]
	* uspace/Makefile (deleted)
	* uspace/_link.ld (deleted)
	* uspace/init.c (deleted)
	* uspace/libc/Makefile (deleted)
	* uspace/libc/entry.s (deleted)
	* uspace/libc/libc.c (deleted)
	* uspace/libc/libc.h (deleted)
	* uspace/libc/unistd.h (deleted)

	move uspace to a separate development tree


Mon, 07 Nov 2005 16:26:23 GMT Martin Decky <martin@…> [2a40908]
	* build.ia32 (modified)
	* clean.ia32 (modified)
	* uspace/Makefile (added)
	* uspace/_link.ld (added)
	* uspace/init.c (added)
	* uspace/libc/Makefile (added)
	* uspace/libc/entry.s (added)
	* uspace/libc/libc.c (added)
	* uspace/libc/libc.h (added)
	* uspace/libc/unistd.h (added)

	initial (very raw) user space support