#
# ChangeLog for / in mainline
#
# Generated by Trac 1.6
# 2025-04-13T08:06:37Z

Thu, 20 May 2010 16:00:19 GMT Martin Decky <martin@…> [9e56e65]
	* kernel/doc/build (deleted)

	remove obsolete document


Tue, 18 May 2010 20:43:24 GMT Jiri Svoboda <jiri@…> [15b592b]
	* HelenOS.config (modified)
	* boot/Makefile.common (modified)
	* defaults/sparc64/serengeti/Makefile.config (modified)

	It should be 'barebone' not 'bare boned'.


Fri, 14 May 2010 19:33:57 GMT Jiri Svoboda <jiri@…> [f173404]
	* kernel/generic/src/ipc/kbox.c (modified)

	Fix locking in ipc_kbox_cleanup(). This was a leftover from the time ...


Fri, 14 May 2010 19:30:15 GMT Jakub Jermar <jakub@…> [9644c69]
	* boot/arch/sparc64/src/main.c (modified)

	Do not print the warning if the compatible property does read as
	'sun4u'.


Fri, 14 May 2010 17:29:52 GMT Jakub Jermar <jakub@…> [ba4a63b8]
	* kernel/arch/ia32/src/mm/frame.c (modified)

	Coding style fix.


Thu, 13 May 2010 09:44:07 GMT Jakub Jermar <jakub@…> [c964521]
	* kernel/generic/src/mm/as.c (modified)

	Lock the page tables before initiating the TLB shootdown, avoiding ...


Thu, 13 May 2010 08:51:36 GMT Martin Decky <martin@…> [2e4e706]
	* kernel/generic/include/arch.h (modified)
	* kernel/generic/include/preemption.h (modified)
	* kernel/generic/src/preempt/preemption.c (modified)
	* kernel/generic/src/synch/mutex.c (modified)
	* kernel/generic/src/synch/waitq.c (modified)
	* kernel/generic/src/time/clock.c (modified)

	cstyle changes (no change in functionality)


Wed, 12 May 2010 22:56:30 GMT Jakub Jermar <jakub@…> [9929742]
	* defaults/sparc64/serengeti/Makefile.config (modified)

	Modify default options for Serengeti so that it can boot in Simics.


Wed, 12 May 2010 22:52:55 GMT Jakub Jermar <jakub@…> [fa9616b4]
	* HelenOS.config (modified)
	* boot/Makefile.common (modified)
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/arm32/Makefile.inc (modified)
	* boot/arch/mips32/Makefile.inc (modified)
	* boot/arch/ppc32/Makefile.inc (modified)
	* boot/arch/sparc64/Makefile.inc (modified)

	Split the binaries on RAM disk into two groups: essential and non- ...


Wed, 12 May 2010 21:23:29 GMT Jakub Jermar <jakub@…> [be6cef1b]
	* HelenOS.config (modified)
	* kernel/arch/sparc64/src/sun4u/start.S (modified)

	Do not optically separate the branch and the branch delay slot ...


Wed, 12 May 2010 20:00:19 GMT Martin Decky <martin@…> [b97b348]
	* boot/arch/ppc32/src/main.c (modified)
	* boot/arch/sparc64/include/asm.h (modified)
	* boot/arch/sparc64/src/asm.S (modified)
	* boot/arch/sparc64/src/main.c (modified)
	* kernel/arch/sparc64/Makefile.inc (modified)
	* kernel/arch/sparc64/include/boot/boot.h (modified)
	* kernel/arch/sparc64/include/mm/cache_spec.h (modified)
	* kernel/arch/sparc64/src/mm/cache.S (deleted)
	* kernel/arch/sparc64/src/smp/sun4v/smp.c (modified)
	* kernel/arch/sparc64/src/sun4u/start.S (modified)
	* kernel/arch/sparc64/src/sun4v/start.S (modified)

	do not use ofw_quiesce() (it can actually make more harm than good) ...


Wed, 12 May 2010 11:29:15 GMT Martin Decky <martin@…> [f09d891]
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/app/dummy_load/Makefile (deleted)
	* uspace/app/dummy_load/dummy_load.c (deleted)
	* uspace/app/dummy_load/input.c (deleted)
	* uspace/app/dummy_load/input.h (deleted)

	get rid of dummy_load, basic load can be generated by "tester loop1", ...


Mon, 10 May 2010 20:44:14 GMT Jakub Jermar <jakub@…> [6db1e27]
	* HelenOS.config (modified)

	Strip binaries in non-debug builds.


Mon, 10 May 2010 20:21:18 GMT Jakub Jermar <jakub@…> [1cb092d]
	* kernel/Makefile (modified)
	* uspace/Makefile.common (modified)

	Prepare to support size-optimized builds and stripped binaries.


Mon, 10 May 2010 19:39:17 GMT Jakub Jermar <jakub@…> [a4125fb1]
	* tools/autotool.py (modified)

	Add support for 'strip' to autotool.py


Mon, 10 May 2010 19:38:19 GMT Jakub Jermar <jakub@…> [52c60b6]
	* kernel/generic/src/main/kinit.c (modified)

	Fix non-SMP builds.


Mon, 10 May 2010 19:14:45 GMT Jiri Svoboda <jiri@…> [c6f0e3a2]
	* kernel/generic/src/ipc/kbox.c (modified)

	Fix lock ordering in kbox_proc_hone_hungup().


Sun, 09 May 2010 18:36:12 GMT Jakub Jermar <jakub@…> [e2fcdb1]
	* kernel/generic/src/interrupt/interrupt.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)

	Merge fix for ticket #232.


Sun, 09 May 2010 18:26:39 GMT Jakub Jermar <jakub@…> [cd98e594]
	* kernel/generic/src/interrupt/interrupt.c (modified)

	Lock THREAD before calling thread_update_accounting() from ...


Sun, 09 May 2010 18:23:03 GMT Jakub Jermar <jakub@…> [5e984f2]
	* kernel/generic/src/syscall/syscall.c (modified)

	Disable interrupts and lock THREAD before calling ...


Sun, 09 May 2010 10:47:48 GMT Jakub Jermar <jakub@…> [4039c77]
	* kernel/generic/src/synch/waitq.c (modified)

	Add assertion to detect attempts to block when hodling a spinlock.


Sat, 08 May 2010 08:15:57 GMT Jiri Svoboda <jiri@…> [640ffe6]
	* uspace/app/sbi/Makefile (modified)
	* uspace/app/sbi/src/ancr.c (modified)
	* uspace/app/sbi/src/builtin.c (modified)
	* uspace/app/sbi/src/builtin/bi_string.c (added)
	* uspace/app/sbi/src/builtin/bi_string.h (added)
	* uspace/app/sbi/src/builtin/bi_textfile.c (modified)
	* uspace/app/sbi/src/cspan.c (added)
	* uspace/app/sbi/src/cspan.h (added)
	* uspace/app/sbi/src/cspan_t.h (added)
	* uspace/app/sbi/src/imode.c (modified)
	* uspace/app/sbi/src/input.c (modified)
	* uspace/app/sbi/src/input_t.h (modified)
	* uspace/app/sbi/src/lex.c (modified)
	* uspace/app/sbi/src/lex.h (modified)
	* uspace/app/sbi/src/lex_t.h (modified)
	* uspace/app/sbi/src/mytypes.h (modified)
	* uspace/app/sbi/src/os/helenos.c (modified)
	* uspace/app/sbi/src/os/os.h (modified)
	* uspace/app/sbi/src/os/posix.c (modified)
	* uspace/app/sbi/src/p_expr.c (modified)
	* uspace/app/sbi/src/p_type.c (modified)
	* uspace/app/sbi/src/parse.c (modified)
	* uspace/app/sbi/src/parse.h (modified)
	* uspace/app/sbi/src/rdata.c (modified)
	* uspace/app/sbi/src/rdata.h (modified)
	* uspace/app/sbi/src/rdata_t.h (modified)
	* uspace/app/sbi/src/run.c (modified)
	* uspace/app/sbi/src/run.h (modified)
	* uspace/app/sbi/src/run_expr.c (modified)
	* uspace/app/sbi/src/run_t.h (modified)
	* uspace/app/sbi/src/run_texpr.c (modified)
	* uspace/app/sbi/src/stree.c (modified)
	* uspace/app/sbi/src/stree.h (modified)
	* uspace/app/sbi/src/stree_t.h (modified)
	* uspace/app/sbi/src/stype.c (modified)
	* uspace/app/sbi/src/stype.h (modified)
	* uspace/app/sbi/src/stype_expr.c (modified)
	* uspace/app/sbi/src/stype_t.h (modified)
	* uspace/app/sbi/src/symbol.c (modified)
	* uspace/app/sbi/src/symbol.h (modified)
	* uspace/app/sbi/src/tdata.c (modified)
	* uspace/app/sbi/src/tdata.h (modified)
	* uspace/app/sbi/src/tdata_t.h (modified)
	* uspace/dist/src/sysel/demos/ctor.sy (added)
	* uspace/dist/src/sysel/demos/enum.sy (added)
	* uspace/dist/src/sysel/demos/htxtfile.sy (modified)
	* uspace/dist/src/sysel/demos/list.sy (modified)
	* uspace/dist/src/sysel/demos/map.sy (added)
	* uspace/dist/src/sysel/demos/string.sy (modified)
	* uspace/dist/src/sysel/demos/varargs.sy (modified)
	* uspace/dist/src/sysel/lib/boxed.sy (modified)
	* uspace/dist/src/sysel/lib/libflist (modified)
	* uspace/dist/src/sysel/lib/list.sy (modified)
	* uspace/dist/src/sysel/lib/map.sy (added)

	Merge from lp:~jsvoboda/helenos/sysel. New: cspan printing, boolean ...


Sat, 08 May 2010 08:10:44 GMT Jiri Svoboda <jiri@…> [051bc69a]
	* uspace/app/sbi/Makefile (modified)
	* uspace/app/sbi/src/ancr.c (modified)
	* uspace/app/sbi/src/builtin.c (modified)
	* uspace/app/sbi/src/builtin/bi_string.c (added)
	* uspace/app/sbi/src/builtin/bi_string.h (added)
	* uspace/app/sbi/src/builtin/bi_textfile.c (modified)
	* uspace/app/sbi/src/cspan.c (added)
	* uspace/app/sbi/src/cspan.h (added)
	* uspace/app/sbi/src/cspan_t.h (added)
	* uspace/app/sbi/src/imode.c (modified)
	* uspace/app/sbi/src/input.c (modified)
	* uspace/app/sbi/src/input_t.h (modified)
	* uspace/app/sbi/src/lex.c (modified)
	* uspace/app/sbi/src/lex.h (modified)
	* uspace/app/sbi/src/lex_t.h (modified)
	* uspace/app/sbi/src/mytypes.h (modified)
	* uspace/app/sbi/src/os/helenos.c (modified)
	* uspace/app/sbi/src/os/os.h (modified)
	* uspace/app/sbi/src/os/posix.c (modified)
	* uspace/app/sbi/src/p_expr.c (modified)
	* uspace/app/sbi/src/p_type.c (modified)
	* uspace/app/sbi/src/parse.c (modified)
	* uspace/app/sbi/src/parse.h (modified)
	* uspace/app/sbi/src/rdata.c (modified)
	* uspace/app/sbi/src/rdata.h (modified)
	* uspace/app/sbi/src/rdata_t.h (modified)
	* uspace/app/sbi/src/run.c (modified)
	* uspace/app/sbi/src/run.h (modified)
	* uspace/app/sbi/src/run_expr.c (modified)
	* uspace/app/sbi/src/run_t.h (modified)
	* uspace/app/sbi/src/run_texpr.c (modified)
	* uspace/app/sbi/src/stree.c (modified)
	* uspace/app/sbi/src/stree.h (modified)
	* uspace/app/sbi/src/stree_t.h (modified)
	* uspace/app/sbi/src/stype.c (modified)
	* uspace/app/sbi/src/stype.h (modified)
	* uspace/app/sbi/src/stype_expr.c (modified)
	* uspace/app/sbi/src/stype_t.h (modified)
	* uspace/app/sbi/src/symbol.c (modified)
	* uspace/app/sbi/src/symbol.h (modified)
	* uspace/app/sbi/src/tdata.c (modified)
	* uspace/app/sbi/src/tdata.h (modified)
	* uspace/app/sbi/src/tdata_t.h (modified)
	* uspace/dist/src/sysel/demos/ctor.sy (added)
	* uspace/dist/src/sysel/demos/enum.sy (added)
	* uspace/dist/src/sysel/demos/htxtfile.sy (modified)
	* uspace/dist/src/sysel/demos/list.sy (modified)
	* uspace/dist/src/sysel/demos/map.sy (added)
	* uspace/dist/src/sysel/demos/string.sy (modified)
	* uspace/dist/src/sysel/demos/varargs.sy (modified)
	* uspace/dist/src/sysel/lib/boxed.sy (modified)
	* uspace/dist/src/sysel/lib/libflist (modified)
	* uspace/dist/src/sysel/lib/list.sy (modified)
	* uspace/dist/src/sysel/lib/map.sy (added)

	Update SBI to rev. 244.


Sat, 08 May 2010 07:53:23 GMT Jiri Svoboda <jiri@…> [25a76ab8]
	* HelenOS.config (modified)
	* boot/Makefile (modified)
	* boot/Makefile.build (added)
	* boot/Makefile.common (modified)
	* boot/Makefile.grub (moved)
	* boot/Makefile.silo (moved)
	* boot/Makefile.yaboot (moved)
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/arm32/Makefile.inc (modified)
	* boot/arch/arm32/_link.ld.in (added)
	* boot/arch/arm32/include/arch.h (moved)
	* boot/arch/arm32/include/asm.h (moved)
	* boot/arch/arm32/include/main.h (moved)
	* boot/arch/arm32/include/mm.h (moved)
	* boot/arch/arm32/include/types.h (moved)
	* boot/arch/arm32/loader/Makefile.build (deleted)
	* boot/arch/arm32/loader/Makefile.common (deleted)
	* boot/arch/arm32/loader/Makefile.toolchain (deleted)
	* boot/arch/arm32/loader/_link.ld.in (deleted)
	* boot/arch/arm32/loader/asm.S (deleted)
	* boot/arch/arm32/loader/main.c (deleted)
	* boot/arch/arm32/loader/mm.c (deleted)
	* boot/arch/arm32/loader/mm.h (deleted)
	* boot/arch/arm32/src/asm.S (moved)
	* boot/arch/arm32/src/main.c (added)
	* boot/arch/arm32/src/mm.c (added)
	* boot/arch/arm32/src/putchar.c (moved)
	* boot/arch/ia32/grub (deleted)
	* boot/arch/ia64/loader/Makefile (deleted)
	* boot/arch/ia64/loader/Makefile.build (deleted)
	* boot/arch/ia64/loader/Makefile.common (deleted)
	* boot/arch/ia64/loader/_link.ld.in (deleted)
	* boot/arch/ia64/loader/asm.S (deleted)
	* boot/arch/ia64/loader/boot.S (deleted)
	* boot/arch/ia64/loader/gefi/ChangeLog (deleted)
	* boot/arch/ia64/loader/gefi/HelenOS/Makefile (deleted)
	* boot/arch/ia64/loader/gefi/HelenOS/division.c (deleted)
	* boot/arch/ia64/loader/gefi/HelenOS/division.h (deleted)
	* boot/arch/ia64/loader/gefi/HelenOS/hello.c (deleted)
	* boot/arch/ia64/loader/gefi/HelenOS/mkimage.c (deleted)
	* boot/arch/ia64/loader/gefi/Make.defaults (deleted)
	* boot/arch/ia64/loader/gefi/Make.rules (deleted)
	* boot/arch/ia64/loader/gefi/Makefile (deleted)
	* boot/arch/ia64/loader/gefi/README.efilib (deleted)
	* boot/arch/ia64/loader/gefi/README.elilo (deleted)
	* boot/arch/ia64/loader/gefi/README.gnuefi (deleted)
	* boot/arch/ia64/loader/gefi/apps/Makefile (deleted)
	* boot/arch/ia64/loader/gefi/apps/printenv.c (deleted)
	* boot/arch/ia64/loader/gefi/apps/t.c (deleted)
	* boot/arch/ia64/loader/gefi/apps/t2.c (deleted)
	* boot/arch/ia64/loader/gefi/apps/t3.c (deleted)
	* boot/arch/ia64/loader/gefi/apps/t4.c (deleted)
	* boot/arch/ia64/loader/gefi/apps/t5.c (deleted)
	* boot/arch/ia64/loader/gefi/apps/t6.c (deleted)
	* boot/arch/ia64/loader/gefi/apps/t7.c (deleted)
	* boot/arch/ia64/loader/gefi/apps/tpause.c (deleted)
	* boot/arch/ia64/loader/gefi/apps/trivial.S (deleted)
	* boot/arch/ia64/loader/gefi/gnuefi/Makefile (deleted)
	* boot/arch/ia64/loader/gefi/gnuefi/crt0-efi-ia32.S (deleted)
	* boot/arch/ia64/loader/gefi/gnuefi/crt0-efi-ia64.S (deleted)
	* boot/arch/ia64/loader/gefi/gnuefi/elf_ia32_efi.lds (deleted)
	* boot/arch/ia64/loader/gefi/gnuefi/elf_ia64_efi.lds (deleted)
	* boot/arch/ia64/loader/gefi/gnuefi/reloc_ia32.c (deleted)
	* boot/arch/ia64/loader/gefi/gnuefi/reloc_ia64.S (deleted)
	* boot/arch/ia64/loader/gefi/inc/Makefile (deleted)
	* boot/arch/ia64/loader/gefi/inc/efi.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efi_nii.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efi_pxe.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efiapi.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/eficon.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efidebug.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efidef.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efidevp.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efierr.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efifs.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efigpt.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efilib.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efilink.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efinet.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efipart.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efiprot.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efipxebc.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efirtlib.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efiser.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efistdarg.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efiui.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/ia32/efibind.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/ia32/efilibplat.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/ia32/pe.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/ia64/efibind.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/ia64/efilibplat.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/ia64/pe.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/ia64/salproc.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/inc.mak (deleted)
	* boot/arch/ia64/loader/gefi/inc/libsmbios.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/make.inf (deleted)
	* boot/arch/ia64/loader/gefi/inc/makefile.hdr (deleted)
	* boot/arch/ia64/loader/gefi/inc/pci22.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/adapterdebug.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/eficonsplit.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/efidbg.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/efivar.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/ia64/eficontext.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/intload.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/legacyboot.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/make.inf (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/makefile.hdr (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/piflash64.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/readme.txt (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/vgaclass.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/romload.h (deleted)
	* boot/arch/ia64/loader/gefi/lib/Makefile (deleted)
	* boot/arch/ia64/loader/gefi/lib/boxdraw.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/console.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/crc.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/data.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/debug.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/dpath.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/error.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/event.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/guid.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/hand.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/hw.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/ia32/initplat.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/ia32/math.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/ia64/initplat.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/ia64/math.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/ia64/palproc.S (deleted)
	* boot/arch/ia64/loader/gefi/lib/ia64/palproc.h (deleted)
	* boot/arch/ia64/loader/gefi/lib/ia64/salpal.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/init.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/lib.h (deleted)
	* boot/arch/ia64/loader/gefi/lib/lock.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/misc.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/print.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/runtime/efirtlib.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/runtime/rtdata.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/runtime/rtlock.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/runtime/rtstr.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/runtime/vm.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/smbios.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/sread.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/str.c (deleted)
	* boot/arch/ia64/loader/main.c (deleted)
	* boot/arch/mips32/Makefile.inc (modified)
	* boot/arch/mips32/_link.ld.in (added)
	* boot/arch/mips32/include/arch.h (moved)
	* boot/arch/mips32/include/asm.h (moved)
	* boot/arch/mips32/include/main.h (moved)
	* boot/arch/mips32/include/regname.h (moved)
	* boot/arch/mips32/include/types.h (added)
	* boot/arch/mips32/loader/asm.S (deleted)
	* boot/arch/mips32/loader/main.c (deleted)
	* boot/arch/mips32/loader/main.h (deleted)
	* boot/arch/mips32/src/Makefile (moved)
	* boot/arch/mips32/src/Makefile.build (moved)
	* boot/arch/mips32/src/Makefile.common (moved)
	* boot/arch/mips32/src/Makefile.toolchain (moved)
	* boot/arch/mips32/src/asm.S (added)
	* boot/arch/mips32/src/boot.S (moved)
	* boot/arch/mips32/src/main.c (added)
	* boot/arch/mips32/src/msim.h (moved)
	* boot/arch/mips32/src/putchar.c (added)
	* boot/arch/ppc32/Makefile.inc (modified)
	* boot/arch/ppc32/_link.ld.in (moved)
	* boot/arch/ppc32/include/arch.h (moved)
	* boot/arch/ppc32/include/asm.h (moved)
	* boot/arch/ppc32/include/main.h (added)
	* boot/arch/ppc32/include/ofw.h (moved)
	* boot/arch/ppc32/include/regname.h (moved)
	* boot/arch/ppc32/include/types.h (moved)
	* boot/arch/ppc32/loader/Makefile (deleted)
	* boot/arch/ppc32/loader/Makefile.build (deleted)
	* boot/arch/ppc32/loader/Makefile.common (deleted)
	* boot/arch/ppc32/loader/Makefile.toolchain (deleted)
	* boot/arch/ppc32/loader/asm.h (deleted)
	* boot/arch/ppc32/loader/boot.S (deleted)
	* boot/arch/ppc32/loader/main.c (deleted)
	* boot/arch/ppc32/src/asm.S (moved)
	* boot/arch/ppc32/src/main.c (added)
	* boot/arch/ppc32/src/ofw.c (moved)
	* boot/arch/sparc64/Makefile.inc (modified)
	* boot/arch/sparc64/_link.ld.in (moved)
	* boot/arch/sparc64/include/arch.h (added)
	* boot/arch/sparc64/include/asm.h (moved)
	* boot/arch/sparc64/include/main.h (moved)
	* boot/arch/sparc64/include/ofw.h (moved)
	* boot/arch/sparc64/include/types.h (moved)
	* boot/arch/sparc64/loader/Makefile (deleted)
	* boot/arch/sparc64/loader/Makefile.build (deleted)
	* boot/arch/sparc64/loader/Makefile.common (deleted)
	* boot/arch/sparc64/loader/Makefile.toolchain (deleted)
	* boot/arch/sparc64/loader/_link.ld.in (deleted)
	* boot/arch/sparc64/loader/boot.S (deleted)
	* boot/arch/sparc64/loader/main.c (deleted)
	* boot/arch/sparc64/loader/main.h (deleted)
	* boot/arch/sparc64/silo/silo.conf (deleted)
	* boot/arch/sparc64/src/asm.S (moved)
	* boot/arch/sparc64/src/main.c (added)
	* boot/arch/sparc64/src/ofw.c (moved)
	* boot/doc/doxygroups.h (deleted)
	* boot/genarch/division.c (deleted)
	* boot/genarch/include/division.h (moved)
	* boot/genarch/include/multiplication.h (moved)
	* boot/genarch/include/ofw.h (moved)
	* boot/genarch/include/ofw_tree.h (moved)
	* boot/genarch/include/softint (deleted)
	* boot/genarch/ofw.c (deleted)
	* boot/genarch/src/division.c (added)
	* boot/genarch/src/multiplication.c (added)
	* boot/genarch/src/ofw.c (added)
	* boot/genarch/src/ofw_tree.c (moved)
	* boot/generic/genarch (deleted)
	* boot/generic/include/align.h (moved)
	* boot/generic/include/balloc.h (moved)
	* boot/generic/include/errno.h (added)
	* boot/generic/include/halt.h (moved)
	* boot/generic/include/inflate.h (added)
	* boot/generic/include/macros.h (moved)
	* boot/generic/include/memstr.h (moved)
	* boot/generic/include/printf.h (moved)
	* boot/generic/include/printf_core.h (added)
	* boot/generic/include/putchar.h (moved)
	* boot/generic/include/stdarg.h (moved)
	* boot/generic/include/str.h (added)
	* boot/generic/include/typedefs.h (added)
	* boot/generic/include/version.h (added)
	* boot/generic/printf.c (deleted)
	* boot/generic/src/balloc.c (moved)
	* boot/generic/src/inflate.c (added)
	* boot/generic/src/printf.c (added)
	* boot/generic/src/printf_core.c (added)
	* boot/generic/src/str.c (added)
	* boot/generic/src/version.c (added)
	* boot/generic/src/vprintf.c (added)
	* boot/generic/string.c (deleted)
	* boot/grub/COPYING (moved)
	* boot/grub/README (moved)
	* boot/grub/stage2_eltorito (moved)
	* boot/silo/COPYING (moved)
	* boot/silo/README (moved)
	* boot/silo/a.out/isofs.b (added)
	* boot/silo/a.out/second.b (added)
	* boot/silo/raw/isofs.b (added)
	* boot/silo/raw/second.b (added)
	* boot/silo/silo.conf (added)
	* boot/silo/silo.patched.tar.gz (moved)
	* boot/silo/silo.tar.gz (moved)
	* boot/tools/pack.py (deleted)
	* boot/yaboot/COPYING (moved)
	* boot/yaboot/README (moved)
	* boot/yaboot/bootinfo.txt (moved)
	* boot/yaboot/maps (moved)
	* boot/yaboot/ofboot.b (moved)
	* boot/yaboot/yaboot (moved)
	* boot/yaboot/yaboot.conf (moved)
	* contrib/bazaar/bzreml/setup.py (added)
	* contrib/conf/arm32-qe.sh (added)
	* contrib/conf/msim.conf (modified)
	* contrib/conf/pearpc.conf (deleted)
	* contrib/tools/download_and_patch_silo.sh (moved)
	* contrib/tools/gen_vga323.c (moved)
	* defaults/sparc64/Makefile.config (modified)
	* defaults/sparc64/niagara/Makefile.config (moved)
	* defaults/sparc64/ultra/Makefile.config (moved)
	* defaults/sparc64/us3/Makefile.config (deleted)
	* kernel/arch/arm32/_link.ld.in (modified)
	* kernel/arch/arm32/include/arch.h (modified)
	* kernel/arch/arm32/include/mm/frame.h (modified)
	* kernel/arch/arm32/src/arm32.c (modified)
	* kernel/arch/ia64/include/bootinfo.h (modified)
	* kernel/arch/ia64/src/ia64.c (modified)
	* kernel/arch/mips32/include/arch.h (modified)
	* kernel/arch/mips32/src/debugger.c (modified)
	* kernel/arch/mips32/src/mips32.c (modified)
	* kernel/arch/ppc32/include/arch.h (modified)
	* kernel/arch/ppc32/include/boot/boot.h (modified)
	* kernel/arch/ppc32/src/boot/boot.S (modified)
	* kernel/arch/ppc32/src/mm/frame.c (modified)
	* kernel/arch/ppc32/src/mm/page.c (modified)
	* kernel/arch/ppc32/src/ppc32.c (modified)
	* kernel/arch/sparc64/include/arch.h (modified)
	* kernel/arch/sparc64/include/boot/boot.h (modified)
	* kernel/arch/sparc64/src/mm/sun4u/frame.c (modified)
	* kernel/arch/sparc64/src/mm/sun4v/frame.c (modified)
	* kernel/arch/sparc64/src/smp/sun4v/smp.c (modified)
	* kernel/arch/sparc64/src/sun4u/sparc64.c (modified)
	* kernel/arch/sparc64/src/sun4u/start.S (modified)
	* kernel/arch/sparc64/src/sun4v/sparc64.c (modified)
	* kernel/arch/sparc64/src/sun4v/start.S (modified)
	* kernel/doc/arch/ppc32 (modified)
	* kernel/genarch/include/ofw/ofw_tree.h (modified)
	* kernel/genarch/src/ofw/ofw_tree.c (modified)
	* kernel/generic/include/func.h (modified)
	* kernel/generic/include/mm/as.h (modified)
	* kernel/generic/include/proc/task.h (modified)
	* kernel/generic/include/synch/spinlock.h (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/console/kconsole.c (modified)
	* kernel/generic/src/ddi/ddi.c (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/lib/func.c (modified)
	* kernel/generic/src/lib/str.c (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/mm/frame.c (modified)
	* kernel/generic/src/mm/slab.c (modified)
	* kernel/generic/src/printf/printf_core.c (modified)
	* kernel/generic/src/proc/scheduler.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/synch/mutex.c (modified)
	* kernel/generic/src/synch/spinlock.c (modified)
	* kernel/generic/src/sysinfo/stats.c (modified)
	* kernel/generic/src/sysinfo/sysinfo.c (modified)
	* kernel/generic/src/time/clock.c (modified)
	* tools/pack.py (added)
	* uspace/lib/c/generic/io/printf_core.c (modified)
	* uspace/srv/hid/fb/serial_console.c (modified)

	Merge mainline changes.


Wed, 05 May 2010 17:23:54 GMT Martin Decky <martin@…> [1317380]
	* boot/arch/arm32/include/arch.h (modified)
	* contrib/conf/arm32-qe.sh (added)
	* kernel/arch/arm32/_link.ld.in (modified)

	move boot offset 2 MB further away to avoid conflicts with ...


Tue, 04 May 2010 22:56:33 GMT Martin Decky <martin@…> [b781cb29]
	* kernel/arch/sparc64/src/mm/sun4v/frame.c (modified)

	fix forgotten operator


Tue, 04 May 2010 22:47:20 GMT Martin Decky <martin@…> [5bf91e2]
	* contrib/tools/download_and_patch_silo.sh (moved)

	move script from util to tools


Tue, 04 May 2010 22:44:50 GMT Martin Decky <martin@…> [5e16832f]
	* defaults/sparc64/niagara/Makefile.config (moved)
	* defaults/sparc64/ultra/Makefile.config (moved)
	* defaults/sparc64/us3/Makefile.config (deleted)

	rename defaults to be more descriptive
	remove "us3" defaults (since ...


Tue, 04 May 2010 15:48:49 GMT Martin Decky <martin@…> [32e7411]
	* uspace/srv/hid/fb/serial_console.c (modified)

	more serial console fixes
	 - better attributes in monochrome mode
	 ...


Tue, 04 May 2010 13:50:11 GMT Martin Decky <martin@…> [53e197f]
	* uspace/srv/hid/fb/serial_console.c (modified)

	fix attributes on serial console


Tue, 04 May 2010 13:49:32 GMT Martin Decky <martin@…> [ae4235c]
	* contrib/conf/msim.conf (modified)

	increase msim default RAM size to 32 MB (16 MB is currently way too
	few)


Tue, 04 May 2010 11:07:11 GMT Martin Decky <martin@…> [2afb650]
	* boot/generic/src/printf_core.c (modified)
	* kernel/generic/src/printf/printf_core.c (modified)
	* uspace/lib/c/generic/io/printf_core.c (modified)

	unify printf implementations


Tue, 04 May 2010 10:57:14 GMT Martin Decky <martin@…> [4940ea9]
	* contrib/tools/gen_vga323.c (moved)

	move tools directory to contrib (it does not contain any viable tools ...


Tue, 04 May 2010 10:56:40 GMT Martin Decky <martin@…> [568db0f]
	* boot/generic/src/inflate.c (modified)

	remove forgotten piece of comment


Tue, 04 May 2010 10:44:55 GMT Martin Decky <martin@…> [4872160]
	* HelenOS.config (modified)
	* boot/Makefile (modified)
	* boot/Makefile.build (added)
	* boot/Makefile.common (modified)
	* boot/Makefile.grub (moved)
	* boot/Makefile.silo (moved)
	* boot/Makefile.yaboot (moved)
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/arm32/Makefile.inc (modified)
	* boot/arch/arm32/_link.ld.in (added)
	* boot/arch/arm32/include/arch.h (moved)
	* boot/arch/arm32/include/asm.h (moved)
	* boot/arch/arm32/include/main.h (moved)
	* boot/arch/arm32/include/mm.h (moved)
	* boot/arch/arm32/include/types.h (moved)
	* boot/arch/arm32/loader/Makefile.build (deleted)
	* boot/arch/arm32/loader/Makefile.common (deleted)
	* boot/arch/arm32/loader/Makefile.toolchain (deleted)
	* boot/arch/arm32/loader/_link.ld.in (deleted)
	* boot/arch/arm32/loader/asm.S (deleted)
	* boot/arch/arm32/loader/main.c (deleted)
	* boot/arch/arm32/loader/mm.c (deleted)
	* boot/arch/arm32/loader/mm.h (deleted)
	* boot/arch/arm32/src/asm.S (moved)
	* boot/arch/arm32/src/main.c (added)
	* boot/arch/arm32/src/mm.c (added)
	* boot/arch/arm32/src/putchar.c (moved)
	* boot/arch/ia32/grub (deleted)
	* boot/arch/ia64/loader/Makefile (deleted)
	* boot/arch/ia64/loader/Makefile.build (deleted)
	* boot/arch/ia64/loader/Makefile.common (deleted)
	* boot/arch/ia64/loader/_link.ld.in (deleted)
	* boot/arch/ia64/loader/asm.S (deleted)
	* boot/arch/ia64/loader/boot.S (deleted)
	* boot/arch/ia64/loader/gefi/ChangeLog (deleted)
	* boot/arch/ia64/loader/gefi/HelenOS/Makefile (deleted)
	* boot/arch/ia64/loader/gefi/HelenOS/division.c (deleted)
	* boot/arch/ia64/loader/gefi/HelenOS/division.h (deleted)
	* boot/arch/ia64/loader/gefi/HelenOS/hello.c (deleted)
	* boot/arch/ia64/loader/gefi/HelenOS/mkimage.c (deleted)
	* boot/arch/ia64/loader/gefi/Make.defaults (deleted)
	* boot/arch/ia64/loader/gefi/Make.rules (deleted)
	* boot/arch/ia64/loader/gefi/Makefile (deleted)
	* boot/arch/ia64/loader/gefi/README.efilib (deleted)
	* boot/arch/ia64/loader/gefi/README.elilo (deleted)
	* boot/arch/ia64/loader/gefi/README.gnuefi (deleted)
	* boot/arch/ia64/loader/gefi/apps/Makefile (deleted)
	* boot/arch/ia64/loader/gefi/apps/printenv.c (deleted)
	* boot/arch/ia64/loader/gefi/apps/t.c (deleted)
	* boot/arch/ia64/loader/gefi/apps/t2.c (deleted)
	* boot/arch/ia64/loader/gefi/apps/t3.c (deleted)
	* boot/arch/ia64/loader/gefi/apps/t4.c (deleted)
	* boot/arch/ia64/loader/gefi/apps/t5.c (deleted)
	* boot/arch/ia64/loader/gefi/apps/t6.c (deleted)
	* boot/arch/ia64/loader/gefi/apps/t7.c (deleted)
	* boot/arch/ia64/loader/gefi/apps/tpause.c (deleted)
	* boot/arch/ia64/loader/gefi/apps/trivial.S (deleted)
	* boot/arch/ia64/loader/gefi/gnuefi/Makefile (deleted)
	* boot/arch/ia64/loader/gefi/gnuefi/crt0-efi-ia32.S (deleted)
	* boot/arch/ia64/loader/gefi/gnuefi/crt0-efi-ia64.S (deleted)
	* boot/arch/ia64/loader/gefi/gnuefi/elf_ia32_efi.lds (deleted)
	* boot/arch/ia64/loader/gefi/gnuefi/elf_ia64_efi.lds (deleted)
	* boot/arch/ia64/loader/gefi/gnuefi/reloc_ia32.c (deleted)
	* boot/arch/ia64/loader/gefi/gnuefi/reloc_ia64.S (deleted)
	* boot/arch/ia64/loader/gefi/inc/Makefile (deleted)
	* boot/arch/ia64/loader/gefi/inc/efi.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efi_nii.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efi_pxe.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efiapi.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/eficon.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efidebug.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efidef.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efidevp.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efierr.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efifs.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efigpt.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efilib.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efilink.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efinet.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efipart.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efiprot.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efipxebc.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efirtlib.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efiser.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efistdarg.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/efiui.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/ia32/efibind.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/ia32/efilibplat.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/ia32/pe.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/ia64/efibind.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/ia64/efilibplat.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/ia64/pe.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/ia64/salproc.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/inc.mak (deleted)
	* boot/arch/ia64/loader/gefi/inc/libsmbios.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/make.inf (deleted)
	* boot/arch/ia64/loader/gefi/inc/makefile.hdr (deleted)
	* boot/arch/ia64/loader/gefi/inc/pci22.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/adapterdebug.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/eficonsplit.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/efidbg.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/efivar.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/ia64/eficontext.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/intload.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/legacyboot.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/make.inf (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/makefile.hdr (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/piflash64.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/readme.txt (deleted)
	* boot/arch/ia64/loader/gefi/inc/protocol/vgaclass.h (deleted)
	* boot/arch/ia64/loader/gefi/inc/romload.h (deleted)
	* boot/arch/ia64/loader/gefi/lib/Makefile (deleted)
	* boot/arch/ia64/loader/gefi/lib/boxdraw.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/console.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/crc.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/data.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/debug.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/dpath.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/error.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/event.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/guid.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/hand.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/hw.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/ia32/initplat.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/ia32/math.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/ia64/initplat.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/ia64/math.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/ia64/palproc.S (deleted)
	* boot/arch/ia64/loader/gefi/lib/ia64/palproc.h (deleted)
	* boot/arch/ia64/loader/gefi/lib/ia64/salpal.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/init.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/lib.h (deleted)
	* boot/arch/ia64/loader/gefi/lib/lock.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/misc.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/print.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/runtime/efirtlib.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/runtime/rtdata.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/runtime/rtlock.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/runtime/rtstr.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/runtime/vm.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/smbios.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/sread.c (deleted)
	* boot/arch/ia64/loader/gefi/lib/str.c (deleted)
	* boot/arch/ia64/loader/main.c (deleted)
	* boot/arch/mips32/Makefile.inc (modified)
	* boot/arch/mips32/_link.ld.in (added)
	* boot/arch/mips32/include/arch.h (moved)
	* boot/arch/mips32/include/asm.h (moved)
	* boot/arch/mips32/include/main.h (moved)
	* boot/arch/mips32/include/regname.h (moved)
	* boot/arch/mips32/include/types.h (added)
	* boot/arch/mips32/loader/asm.S (deleted)
	* boot/arch/mips32/loader/main.c (deleted)
	* boot/arch/mips32/loader/main.h (deleted)
	* boot/arch/mips32/src/Makefile (moved)
	* boot/arch/mips32/src/Makefile.build (moved)
	* boot/arch/mips32/src/Makefile.common (moved)
	* boot/arch/mips32/src/Makefile.toolchain (moved)
	* boot/arch/mips32/src/asm.S (added)
	* boot/arch/mips32/src/boot.S (moved)
	* boot/arch/mips32/src/main.c (added)
	* boot/arch/mips32/src/msim.h (moved)
	* boot/arch/mips32/src/putchar.c (added)
	* boot/arch/ppc32/Makefile.inc (modified)
	* boot/arch/ppc32/_link.ld.in (moved)
	* boot/arch/ppc32/include/arch.h (moved)
	* boot/arch/ppc32/include/asm.h (moved)
	* boot/arch/ppc32/include/main.h (added)
	* boot/arch/ppc32/include/ofw.h (moved)
	* boot/arch/ppc32/include/regname.h (moved)
	* boot/arch/ppc32/include/types.h (moved)
	* boot/arch/ppc32/loader/Makefile (deleted)
	* boot/arch/ppc32/loader/Makefile.build (deleted)
	* boot/arch/ppc32/loader/Makefile.common (deleted)
	* boot/arch/ppc32/loader/Makefile.toolchain (deleted)
	* boot/arch/ppc32/loader/asm.h (deleted)
	* boot/arch/ppc32/loader/boot.S (deleted)
	* boot/arch/ppc32/loader/main.c (deleted)
	* boot/arch/ppc32/src/asm.S (moved)
	* boot/arch/ppc32/src/main.c (added)
	* boot/arch/ppc32/src/ofw.c (moved)
	* boot/arch/sparc64/Makefile.inc (modified)
	* boot/arch/sparc64/_link.ld.in (moved)
	* boot/arch/sparc64/include/arch.h (added)
	* boot/arch/sparc64/include/asm.h (moved)
	* boot/arch/sparc64/include/main.h (moved)
	* boot/arch/sparc64/include/ofw.h (moved)
	* boot/arch/sparc64/include/types.h (moved)
	* boot/arch/sparc64/loader/Makefile (deleted)
	* boot/arch/sparc64/loader/Makefile.build (deleted)
	* boot/arch/sparc64/loader/Makefile.common (deleted)
	* boot/arch/sparc64/loader/Makefile.toolchain (deleted)
	* boot/arch/sparc64/loader/_link.ld.in (deleted)
	* boot/arch/sparc64/loader/boot.S (deleted)
	* boot/arch/sparc64/loader/main.c (deleted)
	* boot/arch/sparc64/loader/main.h (deleted)
	* boot/arch/sparc64/silo/silo.conf (deleted)
	* boot/arch/sparc64/src/asm.S (moved)
	* boot/arch/sparc64/src/main.c (added)
	* boot/arch/sparc64/src/ofw.c (moved)
	* boot/doc/doxygroups.h (deleted)
	* boot/genarch/division.c (deleted)
	* boot/genarch/include/division.h (moved)
	* boot/genarch/include/multiplication.h (moved)
	* boot/genarch/include/ofw.h (moved)
	* boot/genarch/include/ofw_tree.h (moved)
	* boot/genarch/include/softint (deleted)
	* boot/genarch/ofw.c (deleted)
	* boot/genarch/src/division.c (added)
	* boot/genarch/src/multiplication.c (added)
	* boot/genarch/src/ofw.c (added)
	* boot/genarch/src/ofw_tree.c (moved)
	* boot/generic/genarch (deleted)
	* boot/generic/include/align.h (moved)
	* boot/generic/include/balloc.h (moved)
	* boot/generic/include/errno.h (added)
	* boot/generic/include/halt.h (moved)
	* boot/generic/include/inflate.h (added)
	* boot/generic/include/macros.h (moved)
	* boot/generic/include/memstr.h (moved)
	* boot/generic/include/printf.h (moved)
	* boot/generic/include/printf_core.h (added)
	* boot/generic/include/putchar.h (moved)
	* boot/generic/include/stdarg.h (moved)
	* boot/generic/include/str.h (added)
	* boot/generic/include/typedefs.h (added)
	* boot/generic/include/version.h (added)
	* boot/generic/printf.c (deleted)
	* boot/generic/src/balloc.c (moved)
	* boot/generic/src/inflate.c (added)
	* boot/generic/src/printf.c (added)
	* boot/generic/src/printf_core.c (added)
	* boot/generic/src/str.c (added)
	* boot/generic/src/version.c (added)
	* boot/generic/src/vprintf.c (added)
	* boot/generic/string.c (deleted)
	* boot/grub/COPYING (moved)
	* boot/grub/README (moved)
	* boot/grub/stage2_eltorito (moved)
	* boot/silo/COPYING (moved)
	* boot/silo/README (moved)
	* boot/silo/a.out/isofs.b (added)
	* boot/silo/a.out/second.b (added)
	* boot/silo/raw/isofs.b (added)
	* boot/silo/raw/second.b (added)
	* boot/silo/silo.conf (added)
	* boot/silo/silo.patched.tar.gz (moved)
	* boot/silo/silo.tar.gz (moved)
	* boot/tools/gen_vga323.c (moved)
	* boot/tools/pack.py (deleted)
	* boot/yaboot/COPYING (moved)
	* boot/yaboot/README (moved)
	* boot/yaboot/bootinfo.txt (moved)
	* boot/yaboot/maps (moved)
	* boot/yaboot/ofboot.b (moved)
	* boot/yaboot/yaboot (moved)
	* boot/yaboot/yaboot.conf (moved)
	* defaults/sparc64/Makefile.config (modified)
	* defaults/sparc64/sun4v/Makefile.config (modified)
	* kernel/arch/arm32/include/arch.h (modified)
	* kernel/arch/arm32/include/mm/frame.h (modified)
	* kernel/arch/arm32/src/arm32.c (modified)
	* kernel/arch/ia64/include/bootinfo.h (modified)
	* kernel/arch/ia64/src/ia64.c (modified)
	* kernel/arch/mips32/include/arch.h (modified)
	* kernel/arch/mips32/src/mips32.c (modified)
	* kernel/arch/ppc32/include/arch.h (modified)
	* kernel/arch/ppc32/include/boot/boot.h (modified)
	* kernel/arch/ppc32/src/boot/boot.S (modified)
	* kernel/arch/ppc32/src/mm/frame.c (modified)
	* kernel/arch/ppc32/src/mm/page.c (modified)
	* kernel/arch/ppc32/src/ppc32.c (modified)
	* kernel/arch/sparc64/include/arch.h (modified)
	* kernel/arch/sparc64/include/boot/boot.h (modified)
	* kernel/arch/sparc64/src/mm/sun4u/frame.c (modified)
	* kernel/arch/sparc64/src/mm/sun4v/frame.c (modified)
	* kernel/arch/sparc64/src/smp/sun4v/smp.c (modified)
	* kernel/arch/sparc64/src/sun4u/sparc64.c (modified)
	* kernel/arch/sparc64/src/sun4u/start.S (modified)
	* kernel/arch/sparc64/src/sun4v/sparc64.c (modified)
	* kernel/arch/sparc64/src/sun4v/start.S (modified)
	* kernel/genarch/include/ofw/ofw_tree.h (modified)
	* kernel/genarch/src/ofw/ofw_tree.c (modified)
	* tools/pack.py (added)

	new boot infrastructure
	 - more code and metadata unification
	 - ...


Sun, 02 May 2010 20:58:27 GMT Jakub Jermar <jakub@…> [bb252ca]
	* kernel/generic/include/mm/as.h (modified)
	* kernel/generic/include/proc/task.h (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/proc/scheduler.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)

	Merge the scheduler fix.


Sun, 02 May 2010 20:32:21 GMT Jakub Jermar <jakub@…> [1624aae]
	* kernel/generic/src/mm/as.c (modified)

	Assert that as_destroy() is not being called on AS.


Sun, 02 May 2010 18:52:45 GMT Jakub Jermar <jakub@…> [481d4751]
	* kernel/generic/src/proc/scheduler.c (modified)

	Fix a race condition between the scheduler and as_destroy().

	It was ...


Sun, 02 May 2010 16:21:11 GMT Jakub Jermar <jakub@…> [663bb537]
	* kernel/generic/src/mm/as.c (modified)

	Fix comment.


Sun, 02 May 2010 14:59:32 GMT Jakub Jermar <jakub@…> [d3808d3]
	* kernel/generic/src/proc/task.c (modified)

	Do not clear TASK in task_destroy().


Sun, 02 May 2010 14:34:25 GMT Jakub Jermar <jakub@…> [6193351]
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/proc/task.c (modified)

	Deploy as_hold() and as_release().


Sun, 02 May 2010 13:45:44 GMT Jakub Jermar <jakub@…> [0321109]
	* kernel/generic/include/mm/as.h (modified)
	* kernel/generic/src/mm/as.c (modified)

	Add as_hold() and as_release().


Sun, 02 May 2010 10:54:57 GMT Jakub Jermar <jakub@…> [9150781]
	* kernel/generic/include/mm/as.h (modified)

	Remove names of formal parameters from as.h


Sun, 02 May 2010 10:49:19 GMT Jakub Jermar <jakub@…> [7ed8530]
	* kernel/generic/src/proc/thread.c (modified)

	Deploy task_hold() and task_release().


Sun, 02 May 2010 10:41:23 GMT Jakub Jermar <jakub@…> [278b4a30]
	* kernel/generic/include/proc/task.h (modified)
	* kernel/generic/src/proc/task.c (modified)

	Add task_hold() and task_release().


Sun, 02 May 2010 10:32:37 GMT Jakub Jermar <jakub@…> [0c42638]
	* kernel/generic/include/proc/task.h (modified)

	Remove names of formal arguments from task.h.


Fri, 30 Apr 2010 23:10:12 GMT Martin Decky <martin@…> [4ce914d4]
	* kernel/generic/include/func.h (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/console/kconsole.c (modified)
	* kernel/generic/src/lib/func.c (modified)
	* kernel/generic/src/lib/str.c (modified)

	get rid of atoi, use str_uint64


Fri, 30 Apr 2010 22:54:58 GMT Martin Decky <martin@…> [bcb6f27]
	* contrib/bazaar/bzreml/setup.py (added)

	add setup script


Thu, 29 Apr 2010 19:23:09 GMT Jakub Jermar <jakub@…> [13108f24]
	* kernel/generic/include/synch/spinlock.h (modified)
	* kernel/generic/src/synch/spinlock.c (modified)

	Split spinlock_unlock() into a debug and non-debug version.

	The ...


Wed, 28 Apr 2010 23:02:06 GMT Martin Decky <martin@…> [c050399]
	* contrib/conf/pearpc.conf (deleted)
	* kernel/doc/arch/ppc32 (modified)

	remove support for PearPC
	PearPC is totally unmaintained for almost ...


Wed, 28 Apr 2010 21:12:04 GMT Jakub Jermar <jakub@…> [c2ab3f4]
	* kernel/generic/src/ddi/ddi.c (modified)
	* kernel/generic/src/mm/frame.c (modified)
	* kernel/generic/src/mm/slab.c (modified)
	* kernel/generic/src/synch/mutex.c (modified)
	* kernel/generic/src/sysinfo/stats.c (modified)
	* kernel/generic/src/sysinfo/sysinfo.c (modified)

	Merge blocking and locking improvements and fixes.


Wed, 28 Apr 2010 21:04:17 GMT Jakub Jermar <jakub@…> [55821eea]
	* kernel/generic/src/mm/slab.c (modified)

	Do not use blocking malloc() in make_magcache().


Wed, 28 Apr 2010 20:48:05 GMT Jakub Jermar <jakub@…> [a422bc5]
	* kernel/generic/src/ddi/ddi.c (modified)

	Do not hold TASK->lock during the call to as_area_create(TASK->as,
	...).


Wed, 28 Apr 2010 20:08:27 GMT Jakub Jermar <jakub@…> [373acb4]
	* kernel/generic/src/ddi/ddi.c (modified)

	Replace the parea_lock spinlock with mutex and don't insist on ...


Wed, 28 Apr 2010 19:58:21 GMT Jakub Jermar <jakub@…> [c6218327]
	* kernel/generic/src/sysinfo/sysinfo.c (modified)

	When taking sysinfo_lock, interrupts don't have to be disabled.


Wed, 28 Apr 2010 19:55:35 GMT Jakub Jermar <jakub@…> [6e121b8]
	* kernel/generic/src/sysinfo/stats.c (modified)

	Load lock can be mutex a interrupts are not required to be disabled ...


Wed, 28 Apr 2010 19:45:46 GMT Jakub Jermar <jakub@…> [6b6626d3]
	* kernel/generic/src/sysinfo/sysinfo.c (modified)

	Replace sysinfo_lock spinlock with a mutex.


Wed, 28 Apr 2010 19:23:53 GMT Jakub Jermar <jakub@…> [a3900cc]
	* kernel/generic/src/synch/mutex.c (modified)

	Make taking mutex in a non-thread context possible via busy waiting. ...


Wed, 28 Apr 2010 19:18:11 GMT Jakub Jermar <jakub@…> [05411e8]
	* kernel/generic/src/mm/frame.c (modified)

	Panic the kernel during a blocking request to allocate physical ...


Tue, 27 Apr 2010 15:33:05 GMT Jakub Jermar <jermar@…> [b8f7ea78]
	* kernel/generic/src/time/clock.c (modified)

	Remove the over-zealous ASSERT(missed_clock_ticks == 0) from clock(). ...


Mon, 26 Apr 2010 22:23:16 GMT Jakub Jermar <jakub@…> [b4ad39f]
	* kernel/generic/src/sysinfo/sysinfo.c (modified)

	Do not hold the sysinfo spinlock either when doing
	copy_from_uspace().


Mon, 26 Apr 2010 20:09:02 GMT Jakub Jermar <jakub@…> [aeb6f25]
	* kernel/generic/src/sysinfo/sysinfo.c (modified)

	Do copy_to_uspace() when not holding the sysinfo spinlock.  The ...


Mon, 26 Apr 2010 19:41:27 GMT Jakub Jermar <jakub@…> [acda8f0]
	* kernel/generic/src/sysinfo/stats.c (modified)

	Proper way of testing the mutex_trylock() return value.


Mon, 26 Apr 2010 19:33:48 GMT Jakub Jermar <jakub@…> [556f9892]
	* kernel/arch/mips32/src/debugger.c (modified)

	Add two missing interrupts_restore() in mips32 debugger code.


Mon, 26 Apr 2010 11:35:36 GMT Jakub Jermar <jermar@…> [170332d]
	* kernel/generic/src/ipc/ipc.c (modified)

	Disable interrupts when taking TASK->lock.


Sun, 25 Apr 2010 19:25:07 GMT Jakub Jermar <jakub@…> [d69f959]
	* kernel/generic/src/sysinfo/stats.c (modified)

	Take the address space and address space area mutexes conditionally ...


Sun, 25 Apr 2010 18:44:43 GMT Jakub Jermar <jakub@…> [aa028db]
	* kernel/generic/src/ipc/ipc.c (modified)

	Fix ipc_wait_for_call() not to take the TASK spinlock while holding ...


Sun, 25 Apr 2010 10:15:35 GMT Jakub Jermar <jakub@…> [37c9fc8]
	* kernel/generic/src/proc/scheduler.c (modified)

	Cherry pick revision 404 from lp:~ersin/helenos/measure2.
	This fixes ...


Fri, 23 Apr 2010 23:09:56 GMT Jiri Svoboda <jiri@…> [883fedc]
	* uspace/app/sbi/Makefile (modified)
	* uspace/app/sbi/src/builtin.c (modified)
	* uspace/app/sbi/src/builtin.h (modified)
	* uspace/app/sbi/src/builtin/bi_boxed.c (added)
	* uspace/app/sbi/src/builtin/bi_boxed.h (added)
	* uspace/app/sbi/src/builtin/bi_error.c (modified)
	* uspace/app/sbi/src/builtin/bi_fun.c (modified)
	* uspace/app/sbi/src/builtin/bi_textfile.c (modified)
	* uspace/app/sbi/src/builtin_t.h (modified)
	* uspace/app/sbi/src/debug.h (modified)
	* uspace/app/sbi/src/imode.c (modified)
	* uspace/app/sbi/src/lex.c (modified)
	* uspace/app/sbi/src/lex_t.h (modified)
	* uspace/app/sbi/src/main.c (modified)
	* uspace/app/sbi/src/os/helenos.c (modified)
	* uspace/app/sbi/src/os/os.h (modified)
	* uspace/app/sbi/src/os/posix.c (modified)
	* uspace/app/sbi/src/parse.c (modified)
	* uspace/app/sbi/src/rdata.c (modified)
	* uspace/app/sbi/src/rdata_t.h (modified)
	* uspace/app/sbi/src/run.c (modified)
	* uspace/app/sbi/src/run.h (modified)
	* uspace/app/sbi/src/run_expr.c (modified)
	* uspace/app/sbi/src/run_texpr.c (modified)
	* uspace/app/sbi/src/stree.c (modified)
	* uspace/app/sbi/src/stree.h (modified)
	* uspace/app/sbi/src/stree_t.h (modified)
	* uspace/app/sbi/src/strtab.c (modified)
	* uspace/app/sbi/src/stype.c (modified)
	* uspace/app/sbi/src/stype.h (modified)
	* uspace/app/sbi/src/stype_expr.c (modified)
	* uspace/app/sbi/src/symbol.c (modified)
	* uspace/app/sbi/src/symbol.h (modified)
	* uspace/app/sbi/src/tdata.c (modified)
	* uspace/app/sbi/src/tdata.h (modified)
	* uspace/app/sbi/src/tdata_t.h (modified)
	* uspace/dist/src/sysel/demos/arith.sy (modified)
	* uspace/dist/src/sysel/demos/autobox.sy (added)
	* uspace/dist/src/sysel/demos/deleg.sy (added)
	* uspace/dist/src/sysel/demos/gen.sy (added)
	* uspace/dist/src/sysel/demos/list.sy (modified)
	* uspace/dist/src/sysel/demos/property.sy (modified)
	* uspace/dist/src/sysel/lib/boxed.sy (modified)
	* uspace/dist/src/sysel/lib/list.sy (modified)

	Merge from lp:~jsvoboda/helenos/sysel. New: generic classes, ...


Fri, 23 Apr 2010 23:03:13 GMT Jiri Svoboda <jiri@…> [6c39a907]
	* uspace/app/sbi/src/run.c (modified)
	* uspace/app/sbi/src/run_expr.c (modified)

	Update for mainline changes.


Fri, 23 Apr 2010 21:42:26 GMT Jiri Svoboda <jiri@…> [f4f866c]
	* HelenOS.config (modified)
	* boot/Makefile.common (modified)
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/arm32/Makefile.inc (modified)
	* boot/arch/arm32/loader/main.c (modified)
	* boot/arch/ia64/Makefile.inc (modified)
	* boot/arch/mips32/Makefile.inc (modified)
	* boot/arch/ppc32/Makefile.inc (modified)
	* boot/arch/ppc32/loader/asm.h (modified)
	* boot/arch/sparc64/Makefile.inc (modified)
	* defaults/amd64/Makefile.config (modified)
	* defaults/arm32/Makefile.config (modified)
	* defaults/ia32/Makefile.config (modified)
	* defaults/ia64/Makefile.config (modified)
	* defaults/mips32/Makefile.config (modified)
	* defaults/ppc32/Makefile.config (modified)
	* defaults/sparc64/Makefile.config (modified)
	* defaults/special/Makefile.config (modified)
	* kernel/Makefile (modified)
	* kernel/arch/arm32/_link.ld.in (modified)
	* kernel/arch/mips32/include/arch.h (modified)
	* kernel/arch/mips32/include/asm/boot.h (modified)
	* kernel/arch/mips32/include/asm/regname.h (modified)
	* kernel/generic/include/cpu.h (modified)
	* kernel/generic/include/func.h (modified)
	* kernel/generic/include/ipc/sysipc.h (modified)
	* kernel/generic/include/mm/frame.h (modified)
	* kernel/generic/include/print.h (modified)
	* kernel/generic/include/printf/printf_core.h (modified)
	* kernel/generic/include/proc/task.h (modified)
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/include/str.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/include/sysinfo/abi.h (added)
	* kernel/generic/include/sysinfo/stats.h (moved)
	* kernel/generic/include/sysinfo/sysinfo.h (modified)
	* kernel/generic/include/time/clock.h (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/cpu/cpu.c (modified)
	* kernel/generic/src/interrupt/interrupt.c (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* kernel/generic/src/lib/func.c (modified)
	* kernel/generic/src/lib/str.c (modified)
	* kernel/generic/src/main/kinit.c (modified)
	* kernel/generic/src/main/main.c (modified)
	* kernel/generic/src/main/version.c (modified)
	* kernel/generic/src/mm/frame.c (modified)
	* kernel/generic/src/printf/printf.c (modified)
	* kernel/generic/src/printf/printf_core.c (modified)
	* kernel/generic/src/proc/scheduler.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/synch/waitq.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* kernel/generic/src/sysinfo/stats.c (added)
	* kernel/generic/src/sysinfo/sysinfo.c (modified)
	* kernel/generic/src/time/clock.c (modified)
	* kernel/test/sysinfo/sysinfo1.def (deleted)
	* kernel/test/test.c (modified)
	* kernel/test/test.h (modified)
	* tools/toolchain.sh (modified)
	* uspace/Makefile (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/bdsh/exec.c (modified)
	* uspace/app/bdsh/scli.h (modified)
	* uspace/app/dummy_load/Makefile (moved)
	* uspace/app/dummy_load/dummy_load.c (added)
	* uspace/app/dummy_load/input.c (added)
	* uspace/app/dummy_load/input.h (added)
	* uspace/app/edit/edit.c (modified)
	* uspace/app/getterm/getterm.c (modified)
	* uspace/app/init/init.c (modified)
	* uspace/app/klog/klog.c (modified)
	* uspace/app/netecho/Makefile (modified)
	* uspace/app/netecho/netecho.c (modified)
	* uspace/app/netecho/parse.c (deleted)
	* uspace/app/netecho/parse.h (deleted)
	* uspace/app/nettest1/Makefile (modified)
	* uspace/app/nettest1/nettest1.c (modified)
	* uspace/app/nettest1/parse.c (deleted)
	* uspace/app/nettest1/parse.h (deleted)
	* uspace/app/nettest2/Makefile (modified)
	* uspace/app/nettest2/nettest2.c (modified)
	* uspace/app/nettest2/parse.c (deleted)
	* uspace/app/nettest2/parse.h (deleted)
	* uspace/app/ping/Makefile (modified)
	* uspace/app/ping/parse.c (deleted)
	* uspace/app/ping/parse.h (deleted)
	* uspace/app/ping/ping.c (modified)
	* uspace/app/redir/redir.c (modified)
	* uspace/app/sbi/src/os/helenos.c (modified)
	* uspace/app/sbi/src/run_expr.c (modified)
	* uspace/app/stats/Makefile (added)
	* uspace/app/stats/stats.c (added)
	* uspace/app/tasks/Makefile (added)
	* uspace/app/tasks/tasks.c (added)
	* uspace/app/tester/console/console1.c (modified)
	* uspace/app/tetris/screen.c (modified)
	* uspace/app/tetris/screen.h (modified)
	* uspace/app/top/Makefile (added)
	* uspace/app/top/input.c (added)
	* uspace/app/top/input.h (added)
	* uspace/app/top/screen.c (added)
	* uspace/app/top/screen.h (moved)
	* uspace/app/top/top.c (added)
	* uspace/app/top/top.h (added)
	* uspace/app/trace/syscalls.c (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/arch/abs32le/include/types.h (modified)
	* uspace/lib/c/arch/amd64/include/types.h (modified)
	* uspace/lib/c/arch/arm32/include/types.h (modified)
	* uspace/lib/c/arch/ia32/include/types.h (modified)
	* uspace/lib/c/arch/ia64/include/types.h (modified)
	* uspace/lib/c/arch/ia64/src/ddi.c (modified)
	* uspace/lib/c/arch/mips32/include/types.h (modified)
	* uspace/lib/c/arch/ppc32/include/types.h (modified)
	* uspace/lib/c/arch/sparc64/include/types.h (modified)
	* uspace/lib/c/generic/adt/hash_table.c (modified)
	* uspace/lib/c/generic/arg_parse.c (added)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/fibril.c (modified)
	* uspace/lib/c/generic/futex.c (modified)
	* uspace/lib/c/generic/io/asprintf.c (modified)
	* uspace/lib/c/generic/io/console.c (modified)
	* uspace/lib/c/generic/io/printf_core.c (modified)
	* uspace/lib/c/generic/io/screenbuffer.c (moved)
	* uspace/lib/c/generic/io/vprintf.c (modified)
	* uspace/lib/c/generic/libc.c (modified)
	* uspace/lib/c/generic/malloc.c (modified)
	* uspace/lib/c/generic/stats.c (added)
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/generic/str_error.c (added)
	* uspace/lib/c/generic/sysinfo.c (modified)
	* uspace/lib/c/generic/task.c (modified)
	* uspace/lib/c/include/arg_parse.h (added)
	* uspace/lib/c/include/bool.h (modified)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/c/include/futex.h (modified)
	* uspace/lib/c/include/io/color.h (modified)
	* uspace/lib/c/include/io/console.h (modified)
	* uspace/lib/c/include/io/keycode.h (modified)
	* uspace/lib/c/include/io/klog.h (modified)
	* uspace/lib/c/include/io/printf_core.h (modified)
	* uspace/lib/c/include/io/screenbuffer.h (moved)
	* uspace/lib/c/include/io/style.h (modified)
	* uspace/lib/c/include/stats.h (added)
	* uspace/lib/c/include/str.h (modified)
	* uspace/lib/c/include/str_error.h (added)
	* uspace/lib/c/include/sysinfo.h (modified)
	* uspace/lib/c/include/task.h (modified)
	* uspace/lib/clui/Makefile (modified)
	* uspace/lib/clui/tinput.c (modified)
	* uspace/lib/clui/tinput.h (modified)
	* uspace/lib/net/Makefile (modified)
	* uspace/lib/net/adt/module_map.c (modified)
	* uspace/lib/net/generic/net_remote.c (modified)
	* uspace/lib/net/generic/packet_remote.c (modified)
	* uspace/lib/net/il/arp_remote.c (modified)
	* uspace/lib/net/il/ip_client.c (modified)
	* uspace/lib/net/il/ip_remote.c (modified)
	* uspace/lib/net/include/arp_interface.h (modified)
	* uspace/lib/net/include/icmp_interface.h (modified)
	* uspace/lib/net/include/il_interface.h (modified)
	* uspace/lib/net/include/il_local.h (moved)
	* uspace/lib/net/include/il_messages.h (modified)
	* uspace/lib/net/include/ip_client.h (modified)
	* uspace/lib/net/include/ip_interface.h (modified)
	* uspace/lib/net/include/ip_local.h (added)
	* uspace/lib/net/include/ip_remote.h (added)
	* uspace/lib/net/include/net_interface.h (modified)
	* uspace/lib/net/include/netif.h (deleted)
	* uspace/lib/net/include/netif_interface.h (modified)
	* uspace/lib/net/include/netif_local.h (added)
	* uspace/lib/net/include/netif_messages.h (modified)
	* uspace/lib/net/include/netif_module.h (deleted)
	* uspace/lib/net/include/netif_nil_bundle.h (modified)
	* uspace/lib/net/include/netif_remote.h (added)
	* uspace/lib/net/include/nil_interface.h (modified)
	* uspace/lib/net/include/nil_local.h (moved)
	* uspace/lib/net/include/nil_messages.h (modified)
	* uspace/lib/net/include/nil_remote.h (moved)
	* uspace/lib/net/include/packet_remote.h (added)
	* uspace/lib/net/include/tl_common.h (modified)
	* uspace/lib/net/include/tl_interface.h (modified)
	* uspace/lib/net/include/tl_local.h (moved)
	* uspace/lib/net/netif/netif.c (deleted)
	* uspace/lib/net/netif/netif_local.c (added)
	* uspace/lib/net/netif/netif_nil_bundle.c (modified)
	* uspace/lib/net/netif/netif_remote.c (moved)
	* uspace/lib/net/netif/netif_standalone.c (deleted)
	* uspace/lib/net/nil/nil_remote.c (modified)
	* uspace/lib/net/tl/icmp_remote.c (modified)
	* uspace/lib/net/tl/tl_common.c (modified)
	* uspace/lib/socket/Makefile (modified)
	* uspace/lib/socket/generic/net_modules.c (modified)
	* uspace/lib/socket/generic/socket_client.c (modified)
	* uspace/lib/socket/generic/socket_core.c (modified)
	* uspace/lib/socket/generic/socket_parse.c (added)
	* uspace/lib/socket/include/net_err.h (modified)
	* uspace/lib/socket/include/net_messages.h (modified)
	* uspace/lib/socket/include/net_modules.h (modified)
	* uspace/lib/socket/include/packet/packet_client.h (modified)
	* uspace/lib/socket/include/socket_parse.h (added)
	* uspace/lib/socket/packet/packet_client.c (modified)
	* uspace/lib/socket/packet/packet_server.c (modified)
	* uspace/srv/bd/rd/rd.c (modified)
	* uspace/srv/devmap/devmap.c (modified)
	* uspace/srv/hid/console/Makefile (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/console/gcons.c (modified)
	* uspace/srv/hid/console/gcons.h (modified)
	* uspace/srv/hid/console/keybuffer.h (modified)
	* uspace/srv/hid/fb/Makefile (modified)
	* uspace/srv/hid/fb/ega.c (modified)
	* uspace/srv/hid/fb/fb.c (modified)
	* uspace/srv/hid/fb/main.c (modified)
	* uspace/srv/hid/fb/msim.c (modified)
	* uspace/srv/hid/fb/niagara.c (modified)
	* uspace/srv/hid/fb/serial_console.c (modified)
	* uspace/srv/hid/fb/serial_console.h (modified)
	* uspace/srv/hid/fb/sgcn.c (modified)
	* uspace/srv/hid/kbd/generic/kbd.c (modified)
	* uspace/srv/hid/kbd/port/gxemul.c (modified)
	* uspace/srv/hid/kbd/port/msim.c (modified)
	* uspace/srv/hid/kbd/port/niagara.c (modified)
	* uspace/srv/hid/kbd/port/ns16550.c (modified)
	* uspace/srv/hid/kbd/port/pl050.c (modified)
	* uspace/srv/hid/kbd/port/sgcn.c (modified)
	* uspace/srv/hid/kbd/port/sun.c (modified)
	* uspace/srv/hid/kbd/port/z8530.c (modified)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified)
	* uspace/srv/hw/char/i8042/i8042.c (modified)
	* uspace/srv/hw/cir/fhc/fhc.c (modified)
	* uspace/srv/hw/cir/obio/obio.c (modified)
	* uspace/srv/hw/netif/dp8390/Makefile (modified)
	* uspace/srv/hw/netif/dp8390/dp8390.c (modified)
	* uspace/srv/hw/netif/dp8390/dp8390_module.c (modified)
	* uspace/srv/net/cfg/Makefile (added)
	* uspace/srv/net/cfg/general (moved)
	* uspace/srv/net/cfg/lo.netif_nil_bundle (moved)
	* uspace/srv/net/cfg/lo.netif_standalone (moved)
	* uspace/srv/net/cfg/module/general (deleted)
	* uspace/srv/net/cfg/ne2k.netif_nil_bundle (moved)
	* uspace/srv/net/cfg/ne2k.netif_standalone (moved)
	* uspace/srv/net/il/arp/arp.c (modified)
	* uspace/srv/net/il/arp/arp_module.c (modified)
	* uspace/srv/net/il/arp/arp_module.h (modified)
	* uspace/srv/net/il/ip/ip.c (modified)
	* uspace/srv/net/il/ip/ip_module.c (modified)
	* uspace/srv/net/il/ip/ip_module.h (modified)
	* uspace/srv/net/net/Makefile (modified)
	* uspace/srv/net/net/net.c (modified)
	* uspace/srv/net/net/net.h (modified)
	* uspace/srv/net/net/net_bundle.c (modified)
	* uspace/srv/net/net/net_standalone.c (modified)
	* uspace/srv/net/netif/lo/Makefile (modified)
	* uspace/srv/net/netif/lo/lo.c (modified)
	* uspace/srv/net/netstart/netstart.c (modified)
	* uspace/srv/net/netstart/self_test.c (modified)
	* uspace/srv/net/nil/eth/Makefile (modified)
	* uspace/srv/net/nil/eth/eth.c (modified)
	* uspace/srv/net/nil/eth/eth.h (modified)
	* uspace/srv/net/nil/eth/eth_module.c (modified)
	* uspace/srv/net/nil/nildummy/Makefile (modified)
	* uspace/srv/net/nil/nildummy/nildummy.c (modified)
	* uspace/srv/net/nil/nildummy/nildummy_module.c (modified)
	* uspace/srv/net/tl/icmp/icmp.c (modified)
	* uspace/srv/net/tl/icmp/icmp_module.c (modified)
	* uspace/srv/net/tl/icmp/icmp_module.h (modified)
	* uspace/srv/net/tl/tcp/tcp.c (modified)
	* uspace/srv/net/tl/tcp/tcp.h (modified)
	* uspace/srv/net/tl/tcp/tcp_module.c (modified)
	* uspace/srv/net/tl/tcp/tcp_module.h (modified)
	* uspace/srv/net/tl/udp/udp.c (modified)
	* uspace/srv/net/tl/udp/udp_module.c (modified)
	* uspace/srv/net/tl/udp/udp_module.h (modified)
	* uspace/srv/ns/ns.c (modified)
	* uspace/srv/taskmon/taskmon.c (modified)

	Merge mainline changes.


Fri, 23 Apr 2010 21:41:10 GMT Jiri Svoboda <jiri@…> [38aaacc2]
	* uspace/app/sbi/Makefile (modified)
	* uspace/app/sbi/src/builtin.c (modified)
	* uspace/app/sbi/src/builtin.h (modified)
	* uspace/app/sbi/src/builtin/bi_boxed.c (added)
	* uspace/app/sbi/src/builtin/bi_boxed.h (added)
	* uspace/app/sbi/src/builtin/bi_error.c (modified)
	* uspace/app/sbi/src/builtin/bi_fun.c (modified)
	* uspace/app/sbi/src/builtin/bi_textfile.c (modified)
	* uspace/app/sbi/src/builtin_t.h (modified)
	* uspace/app/sbi/src/debug.h (modified)
	* uspace/app/sbi/src/imode.c (modified)
	* uspace/app/sbi/src/lex.c (modified)
	* uspace/app/sbi/src/lex_t.h (modified)
	* uspace/app/sbi/src/main.c (modified)
	* uspace/app/sbi/src/os/helenos.c (modified)
	* uspace/app/sbi/src/os/os.h (modified)
	* uspace/app/sbi/src/os/posix.c (modified)
	* uspace/app/sbi/src/parse.c (modified)
	* uspace/app/sbi/src/rdata.c (modified)
	* uspace/app/sbi/src/rdata_t.h (modified)
	* uspace/app/sbi/src/run.c (modified)
	* uspace/app/sbi/src/run.h (modified)
	* uspace/app/sbi/src/run_expr.c (modified)
	* uspace/app/sbi/src/run_texpr.c (modified)
	* uspace/app/sbi/src/stree.c (modified)
	* uspace/app/sbi/src/stree.h (modified)
	* uspace/app/sbi/src/stree_t.h (modified)
	* uspace/app/sbi/src/strtab.c (modified)
	* uspace/app/sbi/src/stype.c (modified)
	* uspace/app/sbi/src/stype.h (modified)
	* uspace/app/sbi/src/stype_expr.c (modified)
	* uspace/app/sbi/src/symbol.c (modified)
	* uspace/app/sbi/src/symbol.h (modified)
	* uspace/app/sbi/src/tdata.c (modified)
	* uspace/app/sbi/src/tdata.h (modified)
	* uspace/app/sbi/src/tdata_t.h (modified)
	* uspace/dist/src/sysel/demos/arith.sy (modified)
	* uspace/dist/src/sysel/demos/autobox.sy (added)
	* uspace/dist/src/sysel/demos/deleg.sy (added)
	* uspace/dist/src/sysel/demos/gen.sy (added)
	* uspace/dist/src/sysel/demos/list.sy (modified)
	* uspace/dist/src/sysel/demos/property.sy (modified)
	* uspace/dist/src/sysel/lib/boxed.sy (modified)
	* uspace/dist/src/sysel/lib/list.sy (modified)

	Update SBI to rev. 207.


Fri, 23 Apr 2010 16:18:37 GMT Jiri Svoboda <jiri@…> [80badbe]
	* uspace/app/tasks/tasks.c (modified)
	* uspace/app/top/screen.c (modified)
	* uspace/lib/c/generic/str_error.c (modified)

	Grammar and spelling fixes.


Fri, 23 Apr 2010 15:15:09 GMT Martin Decky <martin@…> [a721f6a]
	* kernel/Makefile (modified)
	* kernel/arch/mips32/include/arch.h (modified)
	* kernel/arch/mips32/include/asm/boot.h (modified)
	* kernel/arch/mips32/include/asm/regname.h (modified)
	* kernel/generic/include/print.h (modified)
	* kernel/generic/include/printf/printf_core.h (modified)
	* kernel/generic/src/main/version.c (modified)
	* kernel/generic/src/printf/printf.c (modified)
	* kernel/generic/src/printf/printf_core.c (modified)
	* uspace/lib/c/generic/io/printf_core.c (modified)

	tiny cstyle modifications (no change in functionality)


Wed, 21 Apr 2010 13:58:22 GMT Martin Decky <martin@…> [9efff92]
	* kernel/Makefile (modified)
	* kernel/generic/src/sysinfo/stats.c (modified)

	simplify load calculation, the number of ready threads is available ...


Tue, 20 Apr 2010 15:01:43 GMT Martin Decky <martin@…> [369a5f8]
	* uspace/app/top/screen.c (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/generic/io/asprintf.c (modified)
	* uspace/lib/c/generic/io/screenbuffer.c (moved)
	* uspace/lib/c/generic/io/vprintf.c (modified)
	* uspace/lib/c/include/io/color.h (modified)
	* uspace/lib/c/include/io/console.h (modified)
	* uspace/lib/c/include/io/keycode.h (modified)
	* uspace/lib/c/include/io/klog.h (modified)
	* uspace/lib/c/include/io/printf_core.h (modified)
	* uspace/lib/c/include/io/screenbuffer.h (moved)
	* uspace/lib/c/include/io/style.h (modified)
	* uspace/srv/hid/console/Makefile (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/fb/ega.c (modified)
	* uspace/srv/hid/fb/fb.c (modified)
	* uspace/srv/hid/fb/serial_console.c (modified)
	* uspace/srv/hid/fb/serial_console.h (modified)

	add STYLE_SELECTED and STYLE_INVERTED into serial output driver
	move ...


Mon, 19 Apr 2010 19:58:18 GMT Martin Decky <martin@…> [9f1362d4]
	* uspace/app/edit/edit.c (modified)
	* uspace/app/tester/console/console1.c (modified)
	* uspace/app/tetris/screen.c (modified)
	* uspace/app/tetris/screen.h (modified)
	* uspace/app/top/screen.c (modified)
	* uspace/lib/c/generic/io/console.c (modified)
	* uspace/lib/c/include/io/console.h (modified)
	* uspace/lib/c/include/io/style.h (modified)
	* uspace/lib/clui/Makefile (modified)
	* uspace/lib/clui/tinput.c (modified)
	* uspace/lib/clui/tinput.h (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/console/gcons.c (modified)
	* uspace/srv/hid/console/gcons.h (modified)
	* uspace/srv/hid/console/keybuffer.h (modified)
	* uspace/srv/hid/console/screenbuffer.c (modified)
	* uspace/srv/hid/console/screenbuffer.h (modified)
	* uspace/srv/hid/fb/ega.c (modified)
	* uspace/srv/hid/fb/fb.c (modified)

	console output improvements
	 - define new generic styles ...


Mon, 19 Apr 2010 13:34:18 GMT Martin Decky <martin@…> [caad59a]
	* tools/toolchain.sh (modified)
	* uspace/app/sbi/src/run_expr.c (modified)
	* uspace/lib/socket/generic/socket_client.c (modified)
	* uspace/lib/socket/packet/packet_client.c (modified)

	move to GCC 4.5.0
	fix two cases of uninitialized variable suspicion ...


Mon, 19 Apr 2010 13:33:18 GMT Martin Decky <martin@…> [3bdf3d3]
	* uspace/srv/hid/kbd/port/pl050.c (modified)

	fix complilation on integratorcp


Sun, 18 Apr 2010 17:41:48 GMT Martin Decky <martin@…> [bd01a4e]
	* kernel/generic/include/cpu.h (modified)
	* kernel/generic/include/sysinfo/abi.h (modified)
	* kernel/generic/src/sysinfo/stats.c (modified)
	* uspace/app/tasks/tasks.c (modified)
	* uspace/app/top/screen.c (modified)

	indicate inactive CPUs


Sun, 18 Apr 2010 17:41:09 GMT Martin Decky <martin@…> [9e05055]
	* uspace/app/top/top.c (modified)

	return value from tgetchar() must be "int" ("char" is unsigned on ...


Sun, 18 Apr 2010 17:40:52 GMT Martin Decky <martin@…> [7d42cc9]
	* uspace/srv/hid/fb/Makefile (modified)

	add missing backslash


Sun, 18 Apr 2010 17:39:51 GMT Martin Decky <martin@…> [5c45ca8]
	* uspace/lib/c/include/bool.h (modified)

	declare user space "bool" type as "uint8_t" (to be compliant with the ...


Sun, 18 Apr 2010 16:52:47 GMT Martin Decky <martin@…> [dec16a2]
	* boot/Makefile.common (modified)
	* kernel/generic/include/sysinfo/abi.h (modified)
	* kernel/generic/src/sysinfo/stats.c (modified)
	* uspace/app/tasks/tasks.c (modified)
	* uspace/app/top/Makefile (modified)
	* uspace/app/top/ps.c (deleted)
	* uspace/app/top/ps.h (deleted)
	* uspace/app/top/screen.c (modified)
	* uspace/app/top/screen.h (modified)
	* uspace/app/top/top.c (modified)
	* uspace/app/top/top.h (modified)
	* uspace/lib/c/generic/stats.c (modified)
	* uspace/lib/c/include/stats.h (modified)

	- sysinfo items "system.tasks" and "system.threads" now return ...


Sun, 18 Apr 2010 12:28:19 GMT Martin Decky <martin@…> [e535eeb]
	* kernel/generic/include/func.h (modified)
	* kernel/generic/include/str.h (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/lib/func.c (modified)
	* kernel/generic/src/lib/str.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* uspace/app/tasks/Makefile (modified)
	* uspace/app/tasks/func.c (deleted)
	* uspace/app/tasks/func.h (deleted)
	* uspace/app/tasks/tasks.c (modified)
	* uspace/app/top/Makefile (modified)
	* uspace/app/top/func.c (deleted)
	* uspace/app/top/func.h (deleted)
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/include/str.h (modified)

	rename order() to order_suffix(), make it a generic libc string ...


Sun, 18 Apr 2010 12:17:11 GMT Martin Decky <martin@…> [e1b6742]
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/include/sysinfo/abi.h (modified)
	* kernel/generic/include/sysinfo/sysinfo.h (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/sysinfo/stats.c (modified)
	* kernel/generic/src/sysinfo/sysinfo.c (modified)
	* uspace/app/tasks/tasks.c (modified)
	* uspace/lib/c/generic/stats.c (modified)
	* uspace/lib/c/include/stats.h (modified)

	export threads to user space
	the "tasks" command can now print all ...


Sun, 18 Apr 2010 12:15:18 GMT Martin Decky <martin@…> [bbda5ab]
	* uspace/lib/c/generic/sysinfo.c (modified)

	use realloc


Sun, 18 Apr 2010 12:08:44 GMT Jiri Svoboda <jiri@…> [3d482e0]
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/app/stats/Makefile (moved)
	* uspace/app/stats/stats.c (moved)

	Rename 'uptime' command to 'stats'.


Sun, 18 Apr 2010 11:59:26 GMT Jiri Svoboda <jiri@…> [c3d4bb45]
	* uspace/app/tasks/tasks.c (modified)
	* uspace/app/uptime/uptime.c (modified)
	* uspace/lib/c/generic/stats.c (modified)
	* uspace/lib/c/include/stats.h (modified)

	Proper prefix naming of stats library functions.


Sun, 18 Apr 2010 10:23:15 GMT Martin Decky <martin@…> [70e2b2d]
	* kernel/generic/include/sysinfo/sysinfo.h (modified)
	* kernel/generic/src/sysinfo/stats.c (modified)
	* kernel/generic/src/sysinfo/sysinfo.c (modified)
	* uspace/app/uptime/uptime.c (modified)

	avoid costly allocation and generation of data when it is actually ...


Sun, 18 Apr 2010 10:19:04 GMT Jiri Svoboda <jiri@…> [da98918]
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/app/tasks/Makefile (moved)
	* uspace/app/tasks/func.c (moved)
	* uspace/app/tasks/func.h (moved)
	* uspace/app/tasks/tasks.c (moved)

	Rename 'ps' command to 'tasks'.


Sun, 18 Apr 2010 10:01:51 GMT Martin Decky <martin@…> [d869398]
	* uspace/app/uptime/uptime.c (modified)

	fix uptime output format (even more :))


Sun, 18 Apr 2010 09:57:19 GMT Martin Decky <martin@…> [80bfb601]
	* kernel/generic/include/sysinfo/abi.h (modified)
	* kernel/generic/include/sysinfo/sysinfo.h (modified)
	* kernel/generic/src/sysinfo/stats.c (modified)
	* kernel/generic/src/sysinfo/sysinfo.c (modified)
	* uspace/lib/c/generic/stats.c (modified)
	* uspace/lib/c/generic/sysinfo.c (modified)
	* uspace/lib/c/include/sysinfo.h (modified)

	improve sysinfo and stats documentation (no change in functionality)


Sun, 18 Apr 2010 09:55:20 GMT Jiri Svoboda <jiri@…> [fce3536]
	* uspace/app/uptime/uptime.c (modified)

	Fix uptime output format.


Sun, 18 Apr 2010 00:57:43 GMT Martin Decky <martin@…> [a80687e5]
	* kernel/generic/src/sysinfo/sysinfo.c (modified)

	add missing include


Sun, 18 Apr 2010 00:24:40 GMT Martin Decky <martin@…> [9dae191e]
	* boot/Makefile.common (modified)
	* kernel/Makefile (modified)
	* kernel/generic/include/mm/frame.h (modified)
	* kernel/generic/include/proc/task.h (modified)
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/include/ps/load.h (deleted)
	* kernel/generic/include/ps/meminfo.h (deleted)
	* kernel/generic/include/ps/ps.h (deleted)
	* kernel/generic/include/ps/taskinfo.h (deleted)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/include/sysinfo/abi.h (moved)
	* kernel/generic/include/sysinfo/stats.h (moved)
	* kernel/generic/include/sysinfo/sysinfo.h (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/cpu/cpu.c (modified)
	* kernel/generic/src/main/kinit.c (modified)
	* kernel/generic/src/main/main.c (modified)
	* kernel/generic/src/mm/frame.c (modified)
	* kernel/generic/src/ps/cpu.c (deleted)
	* kernel/generic/src/ps/load.c (deleted)
	* kernel/generic/src/ps/mem.c (deleted)
	* kernel/generic/src/ps/ps.c (deleted)
	* kernel/generic/src/ps/uptime.c (deleted)
	* kernel/generic/src/syscall/syscall.c (modified)
	* kernel/generic/src/sysinfo/stats.c (added)
	* kernel/generic/src/sysinfo/sysinfo.c (modified)
	* kernel/generic/src/time/clock.c (modified)
	* uspace/app/dummy_load/Makefile (modified)
	* uspace/app/ps/func.c (modified)
	* uspace/app/ps/func.h (modified)
	* uspace/app/ps/ps.c (modified)
	* uspace/app/top/Makefile (modified)
	* uspace/app/top/func.c (modified)
	* uspace/app/top/func.h (modified)
	* uspace/app/uptime/uptime.c (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/generic/cpuinfo.c (deleted)
	* uspace/lib/c/generic/load.c (deleted)
	* uspace/lib/c/generic/meminfo.c (deleted)
	* uspace/lib/c/generic/ps.c (deleted)
	* uspace/lib/c/generic/stats.c (added)
	* uspace/lib/c/generic/sysinfo.c (modified)
	* uspace/lib/c/generic/uptime.c (deleted)
	* uspace/lib/c/include/load.h (deleted)
	* uspace/lib/c/include/stats.h (moved)
	* uspace/lib/c/include/uptime.h (deleted)

	sysinfo API cleanup
	 - better support for generated subtrees
	 - ...


Sun, 18 Apr 2010 00:22:35 GMT Martin Decky <martin@…> [d8e3467]
	* uspace/app/ping/ping.c (modified)
	* uspace/lib/c/generic/arg_parse.c (modified)
	* uspace/lib/c/include/arg_parse.h (modified)

	rename arg_short_long() to arg_parse_short_long() and move it to libc


Sun, 18 Apr 2010 00:21:07 GMT Martin Decky <martin@…> [c39a103]
	* kernel/generic/include/time/clock.h (modified)

	cstyle


Sun, 18 Apr 2010 00:19:51 GMT Martin Decky <martin@…> [30a5470]
	* kernel/generic/include/str.h (modified)
	* kernel/generic/src/lib/str.c (modified)

	string to integer conversion routines


Sat, 17 Apr 2010 16:28:49 GMT Martin Decky <martin@…> [88dea9d]
	* boot/Makefile.common (modified)
	* kernel/Makefile (modified)
	* kernel/generic/include/cpu.h (modified)
	* kernel/generic/include/mm/frame.h (modified)
	* kernel/generic/include/proc/task.h (modified)
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/include/ps/cpuinfo.h (added)
	* kernel/generic/include/ps/load.h (added)
	* kernel/generic/include/ps/meminfo.h (added)
	* kernel/generic/include/ps/ps.h (added)
	* kernel/generic/include/ps/taskinfo.h (added)
	* kernel/generic/include/ps/uptime.h (added)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/cpu/cpu.c (modified)
	* kernel/generic/src/interrupt/interrupt.c (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/main/kinit.c (modified)
	* kernel/generic/src/main/main.c (modified)
	* kernel/generic/src/mm/frame.c (modified)
	* kernel/generic/src/proc/scheduler.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/ps/cpu.c (added)
	* kernel/generic/src/ps/load.c (added)
	* kernel/generic/src/ps/mem.c (added)
	* kernel/generic/src/ps/ps.c (added)
	* kernel/generic/src/ps/uptime.c (added)
	* kernel/generic/src/synch/waitq.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* kernel/generic/src/time/clock.c (modified)
	* uspace/Makefile (modified)
	* uspace/app/dummy_load/Makefile (added)
	* uspace/app/dummy_load/dummy_load.c (added)
	* uspace/app/dummy_load/input.c (added)
	* uspace/app/dummy_load/input.h (added)
	* uspace/app/ps/Makefile (added)
	* uspace/app/ps/func.c (added)
	* uspace/app/ps/func.h (added)
	* uspace/app/ps/ps.c (added)
	* uspace/app/top/Makefile (added)
	* uspace/app/top/func.c (added)
	* uspace/app/top/func.h (added)
	* uspace/app/top/input.c (added)
	* uspace/app/top/input.h (added)
	* uspace/app/top/ps.c (added)
	* uspace/app/top/ps.h (added)
	* uspace/app/top/screen.c (added)
	* uspace/app/top/screen.h (added)
	* uspace/app/top/top.c (added)
	* uspace/app/top/top.h (added)
	* uspace/app/uptime/Makefile (added)
	* uspace/app/uptime/uptime.c (added)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/generic/cpuinfo.c (added)
	* uspace/lib/c/generic/load.c (added)
	* uspace/lib/c/generic/meminfo.c (added)
	* uspace/lib/c/generic/ps.c (added)
	* uspace/lib/c/generic/uptime.c (added)
	* uspace/lib/c/include/load.h (added)
	* uspace/lib/c/include/ps.h (added)
	* uspace/lib/c/include/uptime.h (added)

	merge from measuring branch