# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-09-22T23:29:48Z Thu, 09 Oct 2014 15:38:01 GMT Jakub Jermar [e8f3637] * kernel/arch/sparc32/src/cpu/cpu.c (modified) * kernel/arch/sparc32/src/debug/stacktrace.c (modified) Fix missing includes. Thu, 09 Oct 2014 15:34:33 GMT Jakub Jermar [a058164] * defaults/sparc32/Makefile.config (modified) Set the default RCU algorithm for sparc32. Thu, 09 Oct 2014 15:20:56 GMT Jakub Jermar [5e3fa9d] * kernel/arch/arm32/include/arch/cp15.h (modified) Include necessary type headers. Thu, 09 Oct 2014 15:16:42 GMT Jakub Jermar [2a5d175] * boot/Makefile.build (modified) Build boot with macro BOOT defined. Thu, 09 Oct 2014 15:15:42 GMT Jakub Jermar [faec9fc] * kernel/generic/include/proc/task.h (modified) Declare a spinlock in a UP-friendly way. Thu, 09 Oct 2014 15:13:52 GMT Jakub Jermar [9048147] * kernel/arch/arm32/src/cpu/cpu.c (modified) Include fpu_context.h if necessary. Thu, 09 Oct 2014 15:11:26 GMT Jakub Jermar [fd1b1ce] * uspace/lib/urcu/rcu.h (modified) Fix include for bool. Thu, 09 Oct 2014 15:08:13 GMT Jakub Jermar [e367939c] * kernel/generic/src/log/log.c (modified) Add missing include. Thu, 09 Oct 2014 15:03:55 GMT Jakub Jermar [b1c57a8] * HelenOS.config (modified) * abi/include/abi/syscall.h (modified) * boot/Makefile.common (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/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/atomic.h (modified) * kernel/arch/amd64/include/arch/cpu.h (modified) * kernel/arch/amd64/include/arch/interrupt.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/cpu/cpu.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/smp/smp_call.c (added) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/atomic.c (added) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/atomic.h (modified) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/interrupt.h (modified) * kernel/arch/ia32/include/arch/smp/apic.h (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia32/src/smp/smp_call.c (added) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/src/smp/smp_call.c (added) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/src/smp/smp_call.c (added) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/arch/barrier.h (modified) * kernel/arch/sparc64/include/arch/interrupt.h (modified) * kernel/arch/sparc64/include/arch/smp/sun4u/ipi.h (added) * kernel/arch/sparc64/src/debug/stacktrace.c (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp_call.c (added) * kernel/generic/include/adt/cht.h (added) * kernel/generic/include/adt/hash.h (added) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/arch.h (modified) * kernel/generic/include/atomic.h (modified) * kernel/generic/include/compiler/barrier.h (added) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/cpu/cpu_mask.h (added) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/memstr.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/preemption.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/smp/smp_call.h (added) * kernel/generic/include/synch/condvar.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/include/synch/rcu.h (added) * kernel/generic/include/synch/rcu_types.h (added) * kernel/generic/include/synch/semaphore.h (modified) * kernel/generic/include/synch/smp_memory_barrier.h (added) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/include/synch/workqueue.h (added) * kernel/generic/src/adt/cht.c (added) * 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/cpu/cpu.c (modified) * kernel/generic/src/cpu/cpu_mask.c (added) * kernel/generic/src/debug/panic.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/kbox.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/shutdown.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/preempt/preemption.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/smp/smp_call.c (added) * 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/rcu.c (added) * kernel/generic/src/synch/smc.c (modified) * kernel/generic/src/synch/smp_memory_barrier.c (added) * kernel/generic/src/synch/spinlock.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/synch/workqueue.c (added) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/test/cht/cht1.c (added) * kernel/test/cht/cht1.def (added) * kernel/test/smpcall/smpcall1.c (added) * kernel/test/smpcall/smpcall1.def (added) * kernel/test/synch/rcu1.c (added) * kernel/test/synch/rcu1.def (added) * kernel/test/synch/workq-test-core.h (added) * kernel/test/synch/workqueue2.c (added) * kernel/test/synch/workqueue2.def (added) * kernel/test/synch/workqueue3.c (added) * kernel/test/synch/workqueue3.def (added) * kernel/test/test.c (modified) * kernel/test/test.h (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/rcubench/Makefile (added) * uspace/app/rcubench/rcubench.c (added) * uspace/app/rcutest/Makefile (added) * uspace/app/rcutest/rcutest.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * 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/ipc.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/smp_memory_barrier.c (added) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/compiler/barrier.h (added) * uspace/lib/c/include/futex.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/malloc.h (modified) * uspace/lib/c/include/rwlock.h (modified) * uspace/lib/c/include/smp_memory_barrier.h (added) * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/urcu/Makefile (added) * uspace/lib/urcu/rcu.c (added) * uspace/lib/urcu/rcu.h (added) Merge from lp:~adam-hraska+lp/helenos/rcu/. Only merge from the ... Wed, 01 Oct 2014 01:36:34 GMT Jakub Jermar [21799398] * uspace/lib/c/generic/malloc.c (modified) Fix typos. Mon, 29 Sep 2014 14:28:32 GMT Vojtech Horky [18cc83c] * .bzrignore (modified) * HelenOS.config (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/test/toktest.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/test/main.c (added) * uspace/lib/c/test/sprintf.c (added) * uspace/lib/pcut/Makefile (added) * uspace/lib/pcut/README.rst (added) * uspace/lib/pcut/helenos.mak (added) * uspace/lib/pcut/helenos.test.mak (added) * uspace/lib/pcut/include/pcut/asserts.h (added) * uspace/lib/pcut/include/pcut/datadef.h (added) * uspace/lib/pcut/include/pcut/helper.h (added) * uspace/lib/pcut/include/pcut/pcut.h (added) * uspace/lib/pcut/include/pcut/prevs.h (added) * uspace/lib/pcut/include/pcut/tests.h (added) * uspace/lib/pcut/src/assert.c (added) * uspace/lib/pcut/src/internal.h (added) * uspace/lib/pcut/src/list.c (added) * uspace/lib/pcut/src/main.c (added) * uspace/lib/pcut/src/os/generic.c (added) * uspace/lib/pcut/src/os/helenos.c (added) * uspace/lib/pcut/src/os/stdc.c (added) * uspace/lib/pcut/src/os/unix.c (added) * uspace/lib/pcut/src/os/windows.c (added) * uspace/lib/pcut/src/preproc.c (added) * uspace/lib/pcut/src/print.c (added) * uspace/lib/pcut/src/report/report.c (added) * uspace/lib/pcut/src/report/report.h (added) * uspace/lib/pcut/src/report/tap.c (added) * uspace/lib/pcut/src/report/xml.c (added) * uspace/lib/pcut/src/run.c (added) * uspace/lib/pcut/tests/.gitignore (added) * uspace/lib/pcut/tests/abort.c (added) * uspace/lib/pcut/tests/abort.expected (added) * uspace/lib/pcut/tests/asserts.c (added) * uspace/lib/pcut/tests/asserts.expected (added) * uspace/lib/pcut/tests/beforeafter.c (added) * uspace/lib/pcut/tests/beforeafter.expected (added) * uspace/lib/pcut/tests/errno.c (added) * uspace/lib/pcut/tests/errno.expected (added) * uspace/lib/pcut/tests/inithook.c (added) * uspace/lib/pcut/tests/inithook.expected (added) * uspace/lib/pcut/tests/manytests.c (added) * uspace/lib/pcut/tests/manytests.expected (added) * uspace/lib/pcut/tests/multisuite.expected (added) * uspace/lib/pcut/tests/preinithook.c (added) * uspace/lib/pcut/tests/preinithook.expected (added) * uspace/lib/pcut/tests/printing.c (added) * uspace/lib/pcut/tests/printing.expected (added) * uspace/lib/pcut/tests/simple.c (added) * uspace/lib/pcut/tests/simple.expected (added) * uspace/lib/pcut/tests/skip.c (added) * uspace/lib/pcut/tests/skip.expected (added) * uspace/lib/pcut/tests/suite1.c (added) * uspace/lib/pcut/tests/suite2.c (added) * uspace/lib/pcut/tests/suite_all.c (added) * uspace/lib/pcut/tests/suites.c (added) * uspace/lib/pcut/tests/suites.expected (added) * uspace/lib/pcut/tests/teardown.c (added) * uspace/lib/pcut/tests/teardown.expected (added) * uspace/lib/pcut/tests/teardownaborts.c (added) * uspace/lib/pcut/tests/teardownaborts.expected (added) * uspace/lib/pcut/tests/tested.c (added) * uspace/lib/pcut/tests/tested.h (added) * uspace/lib/pcut/tests/testlist.c (added) * uspace/lib/pcut/tests/testlist.expected (added) * uspace/lib/pcut/tests/timeout.c (added) * uspace/lib/pcut/tests/timeout.expected (added) * uspace/lib/pcut/tests/xmlreport.c (added) * uspace/lib/pcut/tests/xmlreport.expected (added) * uspace/lib/pcut/update-from-master.sh (added) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/source/stdio/scanf.c (modified) * uspace/lib/posix/test/main.c (added) * uspace/lib/posix/test/scanf.c (added) * uspace/lib/uri/Makefile (modified) * uspace/lib/uri/test/main.c (added) * uspace/lib/uri/test/parser.c (added) Merge PCUT unit tests for userspace Merged from ... Sat, 27 Sep 2014 20:25:09 GMT Vojtech Horky [da4e695] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/lib/uri/Makefile (modified) * uspace/lib/uri/test/main.c (added) * uspace/lib/uri/test/parser.c (added) Several tests for liburi Fri, 26 Sep 2014 21:32:53 GMT Jiri Svoboda [6609050] * uspace/app/modplay/modplay.c (modified) Fix buffering issues. Fri, 26 Sep 2014 20:56:27 GMT Jiri Svoboda [7e69e0e] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/modplay/Makefile (added) * uspace/app/modplay/modplay.c (added) * uspace/lib/trackmod/Makefile (added) * uspace/lib/trackmod/protracker.c (added) * uspace/lib/trackmod/protracker.h (added) * uspace/lib/trackmod/trackmod.c (added) * uspace/lib/trackmod/trackmod.h (added) * uspace/lib/trackmod/types/protracker.h (added) * uspace/lib/trackmod/types/trackmod.h (added) Introducing trackmod and modplay. Tue, 23 Sep 2014 14:23:02 GMT Vojtech Horky [ccfe9c3] * uspace/lib/c/generic/bd_srv.c (modified) * uspace/lib/c/generic/io/con_srv.c (modified) Add missing free() in error path (Coccinelle) The problem was found ... Fri, 19 Sep 2014 12:44:37 GMT Vojtech Horky [6019983] * .bzrignore (modified) Update .bzrignore with test binaries Fri, 19 Sep 2014 12:41:34 GMT Vojtech Horky [6b646dc] * uspace/lib/posix/source/stdio/scanf.c (modified) * uspace/lib/posix/test/scanf.c (modified) Uncomment scanf() tests from libposix Fri, 19 Sep 2014 10:56:30 GMT Vojtech Horky [bf45993] * .bzrignore (modified) * contrib/qfs/qfs.sh (modified) * uspace/drv/bus/usb/usbhid/kbd/conv.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/drv/char/xtkbd/xtkbd.h (modified) * uspace/lib/c/include/io/keycode.h (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/input/ctl/apple.c (modified) * uspace/srv/hid/input/ctl/stty.c (modified) * uspace/srv/hid/input/ctl/sun.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/net/tcp/ucall.c (modified) Merge mainline changes Fri, 19 Sep 2014 10:44:48 GMT Vojtech Horky [824208bf] * HelenOS.config (modified) * boot/Makefile (modified) Optionally include PCUT self-tests in the image Fri, 19 Sep 2014 10:25:39 GMT Vojtech Horky [865b981] * HelenOS.config (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) Build (but do not include) PCUT tests by default Fri, 19 Sep 2014 10:25:11 GMT Vojtech Horky [c85a57f] * uspace/lib/c/test/sprintf.c (modified) * uspace/lib/posix/test/scanf.c (modified) Make all PCUT tests compilable Fri, 19 Sep 2014 08:23:01 GMT Vojtech Horky [9b20126] * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/helenos.test.mak (added) * uspace/lib/pcut/include/pcut/asserts.h (modified) * uspace/lib/pcut/include/pcut/datadef.h (modified) * uspace/lib/pcut/include/pcut/helper.h (added) * uspace/lib/pcut/include/pcut/tests.h (modified) * uspace/lib/pcut/src/assert.c (modified) * uspace/lib/pcut/src/internal.h (modified) * uspace/lib/pcut/src/list.c (modified) * uspace/lib/pcut/src/main.c (modified) * uspace/lib/pcut/src/os/generic.c (modified) * uspace/lib/pcut/src/os/helenos.c (modified) * uspace/lib/pcut/src/os/unix.c (modified) * uspace/lib/pcut/src/os/windows.c (added) * uspace/lib/pcut/src/preproc.c (modified) * uspace/lib/pcut/src/print.c (modified) * uspace/lib/pcut/src/report/report.c (modified) * uspace/lib/pcut/src/report/tap.c (modified) * uspace/lib/pcut/src/report/xml.c (modified) * uspace/lib/pcut/src/run.c (modified) * uspace/lib/pcut/tests/abort.c (moved) * uspace/lib/pcut/tests/abort.expected (moved) * uspace/lib/pcut/tests/beforeafter.c (moved) * uspace/lib/pcut/tests/beforeafter.expected (moved) * uspace/lib/pcut/tests/errno.expected (modified) * uspace/lib/pcut/tests/inithook.c (added) * uspace/lib/pcut/tests/inithook.expected (added) * uspace/lib/pcut/tests/preinithook.c (added) * uspace/lib/pcut/tests/preinithook.expected (added) * uspace/lib/pcut/tests/teardown.c (modified) * uspace/lib/pcut/tests/teardownaborts.c (moved) * uspace/lib/pcut/tests/teardownaborts.expected (moved) * uspace/lib/pcut/tests/testlist.c (added) * uspace/lib/pcut/tests/testlist.expected (added) * uspace/lib/pcut/tests/timeout.c (modified) * uspace/lib/pcut/tests/xmlreport.c (added) * uspace/lib/pcut/tests/xmlreport.expected (added) * uspace/lib/pcut/update-from-master.sh (modified) Update PCUT to newest version Thu, 18 Sep 2014 20:39:46 GMT Jakub Jermar [58f26cb] * .bzrignore (modified) Ignore the autogenerated headers and intermediate files. Tue, 16 Sep 2014 21:22:16 GMT Martin Decky [380e23a3] * uspace/srv/hid/input/input.c (modified) to actually guarantee mutual exclusion of the kernel and user space ... Tue, 16 Sep 2014 11:05:29 GMT Martin Decky [5c79fb5] * contrib/qfs/qfs.sh (modified) add support for building QEMU mainline Mon, 15 Sep 2014 15:57:32 GMT Martin Decky [c072a29] * uspace/drv/bus/usb/usbhid/kbd/conv.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/drv/char/xtkbd/xtkbd.h (modified) * uspace/lib/c/include/io/keycode.h (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/input/ctl/apple.c (modified) * uspace/srv/hid/input/ctl/stty.c (modified) * uspace/srv/hid/input/ctl/sun.c (modified) use the PAUSE / BREAK key to activate the kernel console in ... Sun, 14 Sep 2014 10:19:15 GMT Jakub Jermar [662ebc8] * contrib/qfs/qfs.sh (modified) Use more portable path to bash. Fri, 12 Sep 2014 13:53:24 GMT Martin Decky [5441670] * uspace/srv/net/tcp/ucall.c (modified) fix TCP locking issue and crash connection needs to be locked before ... Fri, 12 Sep 2014 13:22:33 GMT Vojtech Horky [15d0046] * .bzrignore (modified) * HelenOS.config (modified) * Makefile (modified) * abi/include/abi/syscall.h (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/src/main.c (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips64/Makefile.inc (deleted) * boot/arch/mips64/_link.ld.in (deleted) * boot/arch/mips64/include/arch.h (deleted) * boot/arch/mips64/include/asm.h (deleted) * boot/arch/mips64/include/main.h (deleted) * boot/arch/mips64/include/regname.h (deleted) * boot/arch/mips64/include/types.h (deleted) * boot/arch/mips64/src/asm.S (deleted) * boot/arch/mips64/src/main.c (deleted) * boot/arch/mips64/src/putchar.c (deleted) * boot/arch/ppc32/Makefile.inc (modified) * boot/genarch/src/ofw.c (modified) * contrib/artwork/HelenOS-bw.svg (added) * contrib/artwork/HelenOS.svg (added) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/bzreml/setup.py (modified) * contrib/qfs/qfs.sh (moved) * contrib/tools/random_check.sh (added) * defaults/mips64/Makefile.config (deleted) * defaults/mips64/msim/Makefile.config (deleted) * defaults/mips64/output (deleted) * defaults/ppc32/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/abs32le/src/ddi/ddi.c (deleted) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/context.h (modified) * kernel/arch/amd64/include/arch/context_offset.h (deleted) * kernel/arch/amd64/include/arch/context_struct.ag (added) * kernel/arch/amd64/include/arch/istate.h (modified) * kernel/arch/amd64/include/arch/istate_struct.ag (added) * kernel/arch/amd64/include/arch/mm/km.h (modified) * kernel/arch/amd64/include/arch/mm/page.h (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/context.S (modified) * kernel/arch/amd64/src/ddi/ddi.c (modified) * kernel/arch/amd64/src/fpu_context.c (modified) * kernel/arch/amd64/src/mm/km.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/arch/context.h (modified) * kernel/arch/arm32/include/arch/context_struct.ag (added) * kernel/arch/arm32/include/arch/istate.h (modified) * kernel/arch/arm32/include/arch/istate_struct.ag (added) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/ddi/ddi.c (deleted) * kernel/arch/arm32/src/fpu_context.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/context.h (modified) * kernel/arch/ia32/include/arch/context_offset.h (deleted) * kernel/arch/ia32/include/arch/context_struct.ag (moved) * kernel/arch/ia32/include/arch/istate.h (modified) * kernel/arch/ia32/include/arch/istate_struct.ag (added) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/context.S (modified) * kernel/arch/ia32/src/ddi/ddi.c (modified) * kernel/arch/ia32/src/fpu_context.c (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/include/arch/context.h (modified) * kernel/arch/ia64/include/arch/context_struct.ag (added) * kernel/arch/ia64/include/arch/istate.h (modified) * kernel/arch/ia64/include/arch/istate_struct.ag (added) * kernel/arch/ia64/src/context.S (modified) * kernel/arch/ia64/src/ddi/ddi.c (modified) * kernel/arch/ia64/src/fpu_context.c (modified) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/arch/context.h (modified) * kernel/arch/mips32/include/arch/context_offset.h (deleted) * kernel/arch/mips32/include/arch/context_struct.ag (added) * kernel/arch/mips32/include/arch/fpu_context.h (modified) * kernel/arch/mips32/include/arch/fpu_context_struct.ag (moved) * kernel/arch/mips32/include/arch/istate.h (modified) * kernel/arch/mips32/include/arch/istate_struct.ag (added) * kernel/arch/mips32/src/asm.S (modified) * kernel/arch/mips32/src/context.S (modified) * kernel/arch/mips32/src/ddi/ddi.c (deleted) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/start.S (modified) * kernel/arch/mips64/Makefile.inc (deleted) * kernel/arch/mips64/_link.ld.in (deleted) * kernel/arch/mips64/include/arch/asm.h (deleted) * kernel/arch/mips64/include/arch/asm/boot.h (deleted) * kernel/arch/mips64/include/arch/asm/regname.h (deleted) * kernel/arch/mips64/include/arch/atomic.h (deleted) * kernel/arch/mips64/include/arch/barrier.h (deleted) * kernel/arch/mips64/include/arch/context_offset.h (deleted) * kernel/arch/mips64/include/arch/cp0.h (deleted) * kernel/arch/mips64/include/arch/debug.h (deleted) * kernel/arch/mips64/include/arch/debugger.h (deleted) * kernel/arch/mips64/include/arch/drivers/msim.h (deleted) * kernel/arch/mips64/include/arch/exception.h (deleted) * kernel/arch/mips64/include/arch/istate.h (deleted) * kernel/arch/mips64/include/arch/mm/as.h (deleted) * kernel/arch/mips64/include/arch/mm/km.h (deleted) * kernel/arch/mips64/include/arch/mm/tlb.h (deleted) * kernel/arch/mips64/include/arch/proc/thread.h (deleted) * kernel/arch/mips64/include/arch/smp/dorder.h (deleted) * kernel/arch/mips64/include/arch/types.h (deleted) * kernel/arch/mips64/src/asm.S (deleted) * kernel/arch/mips64/src/cache.c (deleted) * kernel/arch/mips64/src/context.S (deleted) * kernel/arch/mips64/src/cpu (deleted) * kernel/arch/mips64/src/ddi (deleted) * kernel/arch/mips64/src/debug (deleted) * kernel/arch/mips64/src/debugger.c (deleted) * kernel/arch/mips64/src/exception.c (deleted) * kernel/arch/mips64/src/fpu_context.c (deleted) * kernel/arch/mips64/src/interrupt.c (deleted) * kernel/arch/mips64/src/mips64.c (deleted) * kernel/arch/mips64/src/mm/frame.c (deleted) * kernel/arch/mips64/src/mm/km.c (deleted) * kernel/arch/mips64/src/mm/page.c (deleted) * kernel/arch/mips64/src/mm/tlb.c (deleted) * kernel/arch/mips64/src/smp/smp.c (deleted) * kernel/arch/mips64/src/start.S (deleted) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/include/arch/context.h (modified) * kernel/arch/ppc32/include/arch/context_offset.h (deleted) * kernel/arch/ppc32/include/arch/context_struct.ag (added) * kernel/arch/ppc32/include/arch/exception.h (deleted) * kernel/arch/ppc32/include/arch/fpu_context.h (modified) * kernel/arch/ppc32/include/arch/fpu_context_struct.ag (added) * kernel/arch/ppc32/include/arch/interrupt.h (modified) * kernel/arch/ppc32/include/arch/istate.h (modified) * kernel/arch/ppc32/include/arch/istate_struct.ag (added) * kernel/arch/ppc32/include/arch/msr.h (modified) * kernel/arch/ppc32/include/arch/stack.h (modified) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc32/src/context.S (modified) * kernel/arch/ppc32/src/cpu/cpu.c (modified) * kernel/arch/ppc32/src/ddi/ddi.c (deleted) * 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/ppc32.c (modified) * kernel/arch/sparc32/Makefile.inc (modified) * kernel/arch/sparc32/src/ddi/ddi.c (deleted) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/arch/context.h (modified) * kernel/arch/sparc64/include/arch/context_offset.h (deleted) * kernel/arch/sparc64/include/arch/context_struct.ag (added) * kernel/arch/sparc64/include/arch/istate.h (modified) * kernel/arch/sparc64/include/arch/istate_struct.ag (moved) * kernel/arch/sparc64/include/arch/trap/trap_table.h (modified) * kernel/arch/sparc64/src/context.S (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * 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) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/softint/division.h (modified) * kernel/genarch/src/ddi/ddi-bitmap.c (added) * kernel/genarch/src/ddi/ddi-dummy.c (moved) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/cc.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/debug.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/event.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/memstr.h (modified) * kernel/generic/include/typedefs.h (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/event.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * tools/autogen.py (added) * tools/autotool.py (modified) * tools/config.py (modified) * tools/ew.py (modified) * uspace/Makefile (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/binutils/Makefile (deleted) * uspace/app/binutils/distclean.sh (deleted) * uspace/app/binutils/intrusive.sh (deleted) * uspace/app/binutils/toolchain.sh (deleted) * uspace/app/blkdump/Makefile (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/cc (deleted) * uspace/app/ccom (deleted) * uspace/app/cpp (deleted) * uspace/app/fontviewer/Makefile (added) * uspace/app/fontviewer/fontviewer.c (added) * uspace/app/getterm/getterm.c (modified) * uspace/app/init/init.c (modified) * uspace/app/kio/kio.c (modified) * uspace/app/logset/main.c (modified) * uspace/app/mixerctl/mixerctl.c (modified) * uspace/app/msim/Makefile (deleted) * uspace/app/msim/arch_helenos/helenos.h (deleted) * uspace/app/msim/arch_helenos/input.c (deleted) * uspace/app/msim/arch_helenos/misc.c (deleted) * uspace/app/msim/config.h.msim (deleted) * uspace/app/nic/Makefile (added) * uspace/app/nic/nic.c (added) * uspace/app/pcc/DATESTAMP (deleted) * uspace/app/pcc/Makefile.in (deleted) * uspace/app/pcc/arch/amd64/code.c (deleted) * uspace/app/pcc/arch/amd64/local.c (deleted) * uspace/app/pcc/arch/amd64/local2.c (deleted) * uspace/app/pcc/arch/amd64/macdefs.h (deleted) * uspace/app/pcc/arch/amd64/order.c (deleted) * uspace/app/pcc/arch/amd64/table.c (deleted) * uspace/app/pcc/arch/arm/code.c (deleted) * uspace/app/pcc/arch/arm/local.c (deleted) * uspace/app/pcc/arch/arm/local2.c (deleted) * uspace/app/pcc/arch/arm/macdefs.h (deleted) * uspace/app/pcc/arch/arm/order.c (deleted) * uspace/app/pcc/arch/arm/table.c (deleted) * uspace/app/pcc/arch/arm32 (deleted) * uspace/app/pcc/arch/hppa/code.c (deleted) * uspace/app/pcc/arch/hppa/local.c (deleted) * uspace/app/pcc/arch/hppa/local2.c (deleted) * uspace/app/pcc/arch/hppa/macdefs.h (deleted) * uspace/app/pcc/arch/hppa/order.c (deleted) * uspace/app/pcc/arch/hppa/table.c (deleted) * uspace/app/pcc/arch/i386/code.c (deleted) * uspace/app/pcc/arch/i386/flocal.c (deleted) * uspace/app/pcc/arch/i386/local.c (deleted) * uspace/app/pcc/arch/i386/local2.c (deleted) * uspace/app/pcc/arch/i386/macdefs.h (deleted) * uspace/app/pcc/arch/i386/order.c (deleted) * uspace/app/pcc/arch/i386/table.c (deleted) * uspace/app/pcc/arch/ia32 (deleted) * uspace/app/pcc/arch/m16c/TODO (deleted) * uspace/app/pcc/arch/m16c/code.c (deleted) * uspace/app/pcc/arch/m16c/local.c (deleted) * uspace/app/pcc/arch/m16c/local2.c (deleted) * uspace/app/pcc/arch/m16c/macdefs.h (deleted) * uspace/app/pcc/arch/m16c/order.c (deleted) * uspace/app/pcc/arch/m16c/table.c (deleted) * uspace/app/pcc/arch/mips/TODO (deleted) * uspace/app/pcc/arch/mips/code.c (deleted) * uspace/app/pcc/arch/mips/local.c (deleted) * uspace/app/pcc/arch/mips/local2.c (deleted) * uspace/app/pcc/arch/mips/macdefs.h (deleted) * uspace/app/pcc/arch/mips/order.c (deleted) * uspace/app/pcc/arch/mips/table.c (deleted) * uspace/app/pcc/arch/mips32 (deleted) * uspace/app/pcc/arch/nova/README (deleted) * uspace/app/pcc/arch/nova/code.c (deleted) * uspace/app/pcc/arch/nova/local.c (deleted) * uspace/app/pcc/arch/nova/local2.c (deleted) * uspace/app/pcc/arch/nova/macdefs.h (deleted) * uspace/app/pcc/arch/nova/order.c (deleted) * uspace/app/pcc/arch/nova/table.c (deleted) * uspace/app/pcc/arch/pdp10/README (deleted) * uspace/app/pcc/arch/pdp10/code.c (deleted) * uspace/app/pcc/arch/pdp10/local.c (deleted) * uspace/app/pcc/arch/pdp10/local2.c (deleted) * uspace/app/pcc/arch/pdp10/macdefs.h (deleted) * uspace/app/pcc/arch/pdp10/order.c (deleted) * uspace/app/pcc/arch/pdp10/table.c (deleted) * uspace/app/pcc/arch/pdp11/code.c (deleted) * uspace/app/pcc/arch/pdp11/local.c (deleted) * uspace/app/pcc/arch/pdp11/local2.c (deleted) * uspace/app/pcc/arch/pdp11/macdefs.h (deleted) * uspace/app/pcc/arch/pdp11/order.c (deleted) * uspace/app/pcc/arch/pdp11/table.c (deleted) * uspace/app/pcc/arch/powerpc/README (deleted) * uspace/app/pcc/arch/powerpc/code.c (deleted) * uspace/app/pcc/arch/powerpc/local.c (deleted) * uspace/app/pcc/arch/powerpc/local2.c (deleted) * uspace/app/pcc/arch/powerpc/macdefs.h (deleted) * uspace/app/pcc/arch/powerpc/order.c (deleted) * uspace/app/pcc/arch/powerpc/table.c (deleted) * uspace/app/pcc/arch/ppc32 (deleted) * uspace/app/pcc/arch/sparc64/code.c (deleted) * uspace/app/pcc/arch/sparc64/local.c (deleted) * uspace/app/pcc/arch/sparc64/local2.c (deleted) * uspace/app/pcc/arch/sparc64/macdefs.h (deleted) * uspace/app/pcc/arch/sparc64/order.c (deleted) * uspace/app/pcc/arch/sparc64/table.c (deleted) * uspace/app/pcc/arch/vax/code.c (deleted) * uspace/app/pcc/arch/vax/local.c (deleted) * uspace/app/pcc/arch/vax/local2.c (deleted) * uspace/app/pcc/arch/vax/macdefs.h (deleted) * uspace/app/pcc/arch/vax/order.c (deleted) * uspace/app/pcc/arch/vax/table.c (deleted) * uspace/app/pcc/cc/Makefile.in (deleted) * uspace/app/pcc/cc/cc/Makefile.in (deleted) * uspace/app/pcc/cc/cc/cc.1 (deleted) * uspace/app/pcc/cc/cc/cc.c (deleted) * uspace/app/pcc/cc/ccom/Makefile.in (deleted) * uspace/app/pcc/cc/ccom/arch/amd64/external.c (deleted) * uspace/app/pcc/cc/ccom/arch/amd64/external.h (deleted) * uspace/app/pcc/cc/ccom/arch/arm32/external.c (deleted) * uspace/app/pcc/cc/ccom/arch/arm32/external.h (deleted) * uspace/app/pcc/cc/ccom/arch/ia32/external.c (deleted) * uspace/app/pcc/cc/ccom/arch/ia32/external.h (deleted) * uspace/app/pcc/cc/ccom/arch/mips32/external.c (deleted) * uspace/app/pcc/cc/ccom/arch/mips32/external.h (deleted) * uspace/app/pcc/cc/ccom/arch/ppc32/external.c (deleted) * uspace/app/pcc/cc/ccom/arch/ppc32/external.h (deleted) * uspace/app/pcc/cc/ccom/builtins.c (deleted) * uspace/app/pcc/cc/ccom/ccom.1 (deleted) * uspace/app/pcc/cc/ccom/cgram.y (deleted) * uspace/app/pcc/cc/ccom/gcc_compat.c (deleted) * uspace/app/pcc/cc/ccom/init.c (deleted) * uspace/app/pcc/cc/ccom/inline.c (deleted) * uspace/app/pcc/cc/ccom/main.c (deleted) * uspace/app/pcc/cc/ccom/optim.c (deleted) * uspace/app/pcc/cc/ccom/pass1.h (deleted) * uspace/app/pcc/cc/ccom/pftn.c (deleted) * uspace/app/pcc/cc/ccom/scan.l (deleted) * uspace/app/pcc/cc/ccom/softfloat.c (deleted) * uspace/app/pcc/cc/ccom/stabs.c (deleted) * uspace/app/pcc/cc/ccom/symtabs.c (deleted) * uspace/app/pcc/cc/ccom/trees.c (deleted) * uspace/app/pcc/cc/cpp/Makefile.in (deleted) * uspace/app/pcc/cc/cpp/config.h (deleted) * uspace/app/pcc/cc/cpp/cpp.1 (deleted) * uspace/app/pcc/cc/cpp/cpp.c (deleted) * uspace/app/pcc/cc/cpp/cpp.h (deleted) * uspace/app/pcc/cc/cpp/cpy.y (deleted) * uspace/app/pcc/cc/cpp/scanner.l (deleted) * uspace/app/pcc/cc/cpp/tests/res1 (deleted) * uspace/app/pcc/cc/cpp/tests/res10 (deleted) * uspace/app/pcc/cc/cpp/tests/res11 (deleted) * uspace/app/pcc/cc/cpp/tests/res12 (deleted) * uspace/app/pcc/cc/cpp/tests/res13 (deleted) * uspace/app/pcc/cc/cpp/tests/res2 (deleted) * uspace/app/pcc/cc/cpp/tests/res3 (deleted) * uspace/app/pcc/cc/cpp/tests/res4 (deleted) * uspace/app/pcc/cc/cpp/tests/res5 (deleted) * uspace/app/pcc/cc/cpp/tests/res6 (deleted) * uspace/app/pcc/cc/cpp/tests/res7 (deleted) * uspace/app/pcc/cc/cpp/tests/res8 (deleted) * uspace/app/pcc/cc/cpp/tests/res9 (deleted) * uspace/app/pcc/cc/cpp/tests/test1 (deleted) * uspace/app/pcc/cc/cpp/tests/test10 (deleted) * uspace/app/pcc/cc/cpp/tests/test11 (deleted) * uspace/app/pcc/cc/cpp/tests/test12 (deleted) * uspace/app/pcc/cc/cpp/tests/test13 (deleted) * uspace/app/pcc/cc/cpp/tests/test2 (deleted) * uspace/app/pcc/cc/cpp/tests/test3 (deleted) * uspace/app/pcc/cc/cpp/tests/test4 (deleted) * uspace/app/pcc/cc/cpp/tests/test5 (deleted) * uspace/app/pcc/cc/cpp/tests/test6 (deleted) * uspace/app/pcc/cc/cpp/tests/test7 (deleted) * uspace/app/pcc/cc/cpp/tests/test8 (deleted) * uspace/app/pcc/cc/cpp/tests/test9 (deleted) * uspace/app/pcc/cc/cpp/token.c (deleted) * uspace/app/pcc/config.guess (deleted) * uspace/app/pcc/config.h (deleted) * uspace/app/pcc/config.h.in (deleted) * uspace/app/pcc/config.sub (deleted) * uspace/app/pcc/configure (deleted) * uspace/app/pcc/configure.ac (deleted) * uspace/app/pcc/f77/Makefile.in (deleted) * uspace/app/pcc/f77/f77/Makefile.in (deleted) * uspace/app/pcc/f77/f77/f77.1 (deleted) * uspace/app/pcc/f77/f77/f77.c (deleted) * uspace/app/pcc/f77/fcom/Makefile.in (deleted) * uspace/app/pcc/f77/fcom/data.c (deleted) * uspace/app/pcc/f77/fcom/defines.h (deleted) * uspace/app/pcc/f77/fcom/defs.h (deleted) * uspace/app/pcc/f77/fcom/equiv.c (deleted) * uspace/app/pcc/f77/fcom/error.c (deleted) * uspace/app/pcc/f77/fcom/exec.c (deleted) * uspace/app/pcc/f77/fcom/expr.c (deleted) * uspace/app/pcc/f77/fcom/ftypes.h (deleted) * uspace/app/pcc/f77/fcom/gram.dcl (deleted) * uspace/app/pcc/f77/fcom/gram.exec (deleted) * uspace/app/pcc/f77/fcom/gram.expr (deleted) * uspace/app/pcc/f77/fcom/gram.head (deleted) * uspace/app/pcc/f77/fcom/gram.io (deleted) * uspace/app/pcc/f77/fcom/init.c (deleted) * uspace/app/pcc/f77/fcom/intr.c (deleted) * uspace/app/pcc/f77/fcom/io.c (deleted) * uspace/app/pcc/f77/fcom/lex.c (deleted) * uspace/app/pcc/f77/fcom/main.c (deleted) * uspace/app/pcc/f77/fcom/misc.c (deleted) * uspace/app/pcc/f77/fcom/proc.c (deleted) * uspace/app/pcc/f77/fcom/put.c (deleted) * uspace/app/pcc/f77/fcom/putscj.c (deleted) * uspace/app/pcc/f77/fcom/scjdefs.h (deleted) * uspace/app/pcc/f77/fcom/tokens (deleted) * uspace/app/pcc/install-sh (deleted) * uspace/app/pcc/mip/common.c (deleted) * uspace/app/pcc/mip/compat.c (deleted) * uspace/app/pcc/mip/compat.h (deleted) * uspace/app/pcc/mip/config.h (deleted) * uspace/app/pcc/mip/manifest.h (deleted) * uspace/app/pcc/mip/match.c (deleted) * uspace/app/pcc/mip/mkext.c (deleted) * uspace/app/pcc/mip/node.h (deleted) * uspace/app/pcc/mip/optim2.c (deleted) * uspace/app/pcc/mip/pass2.h (deleted) * uspace/app/pcc/mip/reader.c (deleted) * uspace/app/pcc/mip/regs.c (deleted) * uspace/app/pcc/os/bsd/ccconfig.h (deleted) * uspace/app/pcc/os/darwin/ccconfig.h (deleted) * uspace/app/pcc/os/dragonfly/ccconfig.h (deleted) * uspace/app/pcc/os/freebsd/ccconfig.h (deleted) * uspace/app/pcc/os/helenos/ccconfig.h (deleted) * uspace/app/pcc/os/linux/ccconfig.h (deleted) * uspace/app/pcc/os/midnightbsd/ccconfig.h (deleted) * uspace/app/pcc/os/mirbsd/ccconfig.h (deleted) * uspace/app/pcc/os/netbsd/ccconfig.h (deleted) * uspace/app/pcc/os/nextstep/ccconfig.h (deleted) * uspace/app/pcc/os/none/ccconfig.h (deleted) * uspace/app/pcc/os/openbsd/ccconfig.h (deleted) * uspace/app/pcc/os/openbsd/f77config.h (deleted) * uspace/app/pcc/os/sunos/ccconfig.h (deleted) * uspace/app/pcc/os/win32/build.bat (deleted) * uspace/app/pcc/os/win32/build_installer.bat (deleted) * uspace/app/pcc/os/win32/ccconfig.h (deleted) * uspace/app/pcc/os/win32/config.h (deleted) * uspace/app/pcc/os/win32/pcc.iss (deleted) * uspace/app/redir/redir.c (modified) * uspace/app/sbi/src/os/helenos.c (modified) * uspace/app/taskdump/Makefile (modified) * uspace/app/taskdump/fibrildump.c (added) * uspace/app/taskdump/include/fibrildump.h (moved) * uspace/app/taskdump/include/symtab.h (modified) * uspace/app/taskdump/include/taskdump.h (moved) * uspace/app/taskdump/symtab.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/viewer/viewer.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/dist/demo.txt (moved) * uspace/dist/demo.wav (added) * uspace/dist/src/c/demos/edit/build (modified) * uspace/dist/src/c/demos/edit/clean (modified) * uspace/dist/src/c/demos/edit/edit.c (modified) * uspace/dist/src/c/demos/edit/search.c (added) * uspace/dist/src/c/demos/edit/search.h (moved) * uspace/dist/src/c/demos/edit/search_impl.h (moved) * uspace/dist/src/c/demos/edit/sheet.c (modified) * uspace/dist/src/c/demos/edit/sheet.h (modified) * uspace/dist/src/c/demos/edit/sheet_impl.h (moved) * uspace/drv/audio/hdaudio/Makefile (added) * uspace/drv/audio/hdaudio/codec.c (added) * uspace/drv/audio/hdaudio/codec.h (moved) * uspace/drv/audio/hdaudio/hdactl.c (added) * uspace/drv/audio/hdaudio/hdactl.h (moved) * uspace/drv/audio/hdaudio/hdaudio.c (added) * uspace/drv/audio/hdaudio/hdaudio.h (moved) * uspace/drv/audio/hdaudio/hdaudio.ma (added) * uspace/drv/audio/hdaudio/pcm_iface.c (added) * uspace/drv/audio/hdaudio/pcm_iface.h (moved) * uspace/drv/audio/hdaudio/regif.c (moved) * uspace/drv/audio/hdaudio/regif.h (moved) * uspace/drv/audio/hdaudio/spec/bdl.h (moved) * uspace/drv/audio/hdaudio/spec/codec.h (added) * uspace/drv/audio/hdaudio/spec/fmt.h (added) * uspace/drv/audio/hdaudio/spec/regs.h (added) * uspace/drv/audio/hdaudio/stream.c (added) * uspace/drv/audio/hdaudio/stream.h (moved) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/audio/sb16/mixer_iface.c (modified) * uspace/drv/audio/sb16/pcm_iface.c (modified) * uspace/drv/audio/sb16/sb16.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ata_bd/Makefile (modified) * uspace/drv/block/ata_bd/ata_bd.c (modified) * uspace/drv/block/ata_bd/ata_hw.h (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/usbhid/Makefile (modified) * uspace/drv/bus/usb/usbhid/blink1/blink1.c (added) * uspace/drv/bus/usb/usbhid/blink1/blink1.h (moved) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.h (modified) * uspace/drv/bus/usb/usbhid/subdrivers.c (modified) * uspace/drv/bus/usb/usbhid/subdrivers.h (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.ma (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.h (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.h (modified) * uspace/drv/bus/usb/vhc/hub.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/i8042.h (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/pl050/Makefile (added) * uspace/drv/char/pl050/pl050.c (added) * uspace/drv/char/pl050/pl050.ma (added) * uspace/drv/char/pl050/pl050_hw.h (moved) * uspace/drv/char/ps2mouse/Makefile (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/Makefile (modified) * uspace/drv/char/xtkbd/chardev.c (deleted) * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/fb/amdm37x_dispc/main.c (modified) * uspace/drv/fb/kfb/kfb.c (modified) * uspace/drv/fb/kfb/port.c (modified) * uspace/drv/infrastructure/rootvirt/rootvirt.ma (deleted) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8169/Makefile (added) * uspace/drv/nic/rtl8169/defs.h (added) * uspace/drv/nic/rtl8169/driver.c (added) * uspace/drv/nic/rtl8169/driver.h (added) * uspace/drv/nic/rtl8169/rtl8169.ma (added) * uspace/drv/platform/amdm37x/Makefile (moved) * uspace/drv/platform/amdm37x/amdm37x.c (moved) * uspace/drv/platform/amdm37x/amdm37x.h (moved) * uspace/drv/platform/amdm37x/amdm37x.ma (moved) * uspace/drv/platform/amdm37x/cm/clock_control.h (moved) * uspace/drv/platform/amdm37x/cm/core.h (moved) * uspace/drv/platform/amdm37x/cm/iva2.h (moved) * uspace/drv/platform/amdm37x/cm/mpu.h (moved) * uspace/drv/platform/amdm37x/cm/usbhost.h (moved) * uspace/drv/platform/amdm37x/main.c (moved) * uspace/drv/platform/amdm37x/prm/clock_control.h (moved) * uspace/drv/platform/amdm37x/prm/global_reg.h (moved) * uspace/drv/platform/amdm37x/prm/usbhost.h (moved) * uspace/drv/platform/amdm37x/uhh.h (moved) * uspace/drv/platform/amdm37x/usbtll.h (moved) * uspace/drv/platform/icp/Makefile (added) * uspace/drv/platform/icp/icp.c (added) * uspace/drv/platform/icp/icp.ma (added) * uspace/drv/platform/leon3/Makefile (moved) * uspace/drv/platform/leon3/leon3.c (moved) * uspace/drv/platform/leon3/leon3.h (moved) * uspace/drv/platform/leon3/leon3.ma (moved) * uspace/drv/platform/mac/Makefile (moved) * uspace/drv/platform/mac/mac.c (moved) * uspace/drv/platform/mac/mac.ma (moved) * uspace/drv/platform/malta/Makefile (moved) * uspace/drv/platform/malta/malta.c (moved) * uspace/drv/platform/malta/malta.ma (moved) * uspace/drv/platform/pc/Makefile (moved) * uspace/drv/platform/pc/pc.c (moved) * uspace/drv/platform/pc/pc.ma (moved) * uspace/drv/root/root/Makefile (moved) * uspace/drv/root/root/root.c (moved) * uspace/drv/root/root/root.ma (moved) * uspace/drv/root/virt/Makefile (moved) * uspace/drv/root/virt/devices.def (moved) * uspace/drv/root/virt/virt.c (moved) * uspace/drv/root/virt/virt.ma (added) * uspace/lib/block/block.c (modified) * uspace/lib/block/block.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/amd64/Makefile.inc (modified) * uspace/lib/c/arch/amd64/include/libarch/context_offset.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/fibril.h (modified) * uspace/lib/c/arch/amd64/include/libarch/fibril_context.ag (moved) * uspace/lib/c/arch/amd64/include/libarch/istate_struct.ag (added) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/amd64/src/stacktrace.c (modified) * uspace/lib/c/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril_context.ag (added) * uspace/lib/c/arch/arm32/include/libarch/istate_struct.ag (added) * uspace/lib/c/arch/arm32/src/stacktrace.c (modified) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/ia32/include/libarch/context_offset.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril_context.ag (moved) * uspace/lib/c/arch/ia32/include/libarch/istate_struct.ag (added) * uspace/lib/c/arch/ia32/src/fibril.S (modified) * uspace/lib/c/arch/ia32/src/stacktrace.c (modified) * uspace/lib/c/arch/ia64/Makefile.common (modified) * uspace/lib/c/arch/ia64/Makefile.inc (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril_context.ag (added) * uspace/lib/c/arch/ia64/include/libarch/istate_struct.ag (added) * uspace/lib/c/arch/ia64/include/libarch/types.h (modified) * uspace/lib/c/arch/ia64/src/fibril.S (modified) * uspace/lib/c/arch/mips32/Makefile.inc (modified) * uspace/lib/c/arch/mips32/include/libarch/context_offset.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/mips32/include/libarch/fibril_context.ag (added) * uspace/lib/c/arch/mips32/include/libarch/istate_struct.ag (added) * uspace/lib/c/arch/mips32/src/fibril.S (modified) * uspace/lib/c/arch/mips32eb/Makefile.inc (modified) * uspace/lib/c/arch/mips32eb/include/libarch/context_offset.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/fibril_context.ag (added) * uspace/lib/c/arch/mips32eb/include/libarch/istate_struct.ag (added) * uspace/lib/c/arch/mips64/Makefile.common (deleted) * uspace/lib/c/arch/mips64/Makefile.inc (deleted) * uspace/lib/c/arch/mips64/_link.ld.in (deleted) * uspace/lib/c/arch/mips64/include/libarch/atomic.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/barrier.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/config.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/context_offset.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/cp0.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/ddi.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/elf.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/istate.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/regname.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/stack.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/thread.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/tls.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/types.h (deleted) * uspace/lib/c/arch/mips64/src/entry.S (deleted) * uspace/lib/c/arch/mips64/src/entryjmp.S (deleted) * uspace/lib/c/arch/mips64/src/fibril.S (deleted) * uspace/lib/c/arch/mips64/src/stacktrace_asm.S (deleted) * uspace/lib/c/arch/mips64/src/syscall.c (deleted) * uspace/lib/c/arch/mips64/src/thread_entry.S (deleted) * uspace/lib/c/arch/mips64/src/tls.c (deleted) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/ppc32/Makefile.inc (modified) * uspace/lib/c/arch/ppc32/include/libarch/context_offset.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/fibril_context.ag (added) * uspace/lib/c/arch/ppc32/include/libarch/istate_struct.ag (added) * uspace/lib/c/arch/ppc32/src/fibril.S (modified) * uspace/lib/c/arch/ppc32/src/stacktrace.c (modified) * uspace/lib/c/arch/sparc32/src/stacktrace.c (modified) * uspace/lib/c/arch/sparc64/Makefile.inc (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/include/libarch/context_offset.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/fibril.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/fibril_context.ag (added) * uspace/lib/c/arch/sparc64/include/libarch/istate_struct.ag (added) * uspace/lib/c/arch/sparc64/src/fibril.S (modified) * uspace/lib/c/arch/sparc64/src/stacktrace.c (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/bd.c (modified) * uspace/lib/c/generic/bd_srv.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/clock_dev.c (modified) * uspace/lib/c/generic/device/led_dev.c (moved) * uspace/lib/c/generic/event.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/io/asprintf.c (modified) * uspace/lib/c/generic/io/chardev.c (moved) * uspace/lib/c/generic/io/chardev_srv.c (added) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/input.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/irc.c (added) * uspace/lib/c/generic/irq.c (moved) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/bd.h (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/device/led_dev.h (added) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/inet/iplink.h (modified) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/lib/c/include/io/chardev.h (moved) * uspace/lib/c/include/io/chardev_srv.h (added) * uspace/lib/c/include/io/input.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/ipc/bd.h (modified) * uspace/lib/c/include/ipc/chardev.h (moved) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/event.h (moved) * uspace/lib/c/include/ipc/input.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/iplink.h (modified) * uspace/lib/c/include/ipc/irc.h (modified) * uspace/lib/c/include/ipc/irq.h (moved) * uspace/lib/c/include/irc.h (moved) * uspace/lib/c/include/loader/loader.h (modified) * uspace/lib/c/include/stacktrace.h (modified) * uspace/lib/c/include/stddef.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/c/include/types/task.h (moved) * uspace/lib/draw/Makefile (modified) * uspace/lib/draw/font.c (modified) * uspace/lib/draw/font.h (modified) * uspace/lib/draw/font/bitmap_backend.c (added) * uspace/lib/draw/font/bitmap_backend.h (moved) * uspace/lib/draw/font/embedded.c (modified) * uspace/lib/draw/font/embedded.h (modified) * uspace/lib/draw/font/pcf.c (added) * uspace/lib/draw/font/pcf.h (moved) * uspace/lib/draw/gfx/font-8x16.c (modified) * uspace/lib/draw/gfx/font-8x16.h (modified) * uspace/lib/draw/source.c (modified) * uspace/lib/draw/source.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/private/remote_led_dev.h (moved) * uspace/lib/drv/generic/remote_led_dev.c (moved) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/drv/include/ops/led_dev.h (moved) * uspace/lib/drv/include/pci_dev_iface.h (modified) * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/graph/graph.c (modified) * uspace/lib/gui/button.c (modified) * uspace/lib/gui/button.h (modified) * uspace/lib/gui/canvas.c (modified) * uspace/lib/gui/label.c (modified) * uspace/lib/gui/label.h (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/hound/src/client.c (modified) * uspace/lib/mbr/libmbr.c (modified) * uspace/lib/mbr/libmbr.h (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_driver.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/source/string.c (modified) * uspace/lib/posix/source/sys/wait.c (modified) * uspace/lib/scsi/include/scsi/mmc.h (added) * uspace/lib/scsi/include/scsi/sbc.h (modified) * uspace/lib/scsi/include/scsi/spc.h (modified) * uspace/lib/softint/generic/shift.c (modified) * uspace/lib/softint/include/shift.h (modified) * uspace/lib/softrend/filter.c (modified) * uspace/lib/softrend/filter.h (modified) * uspace/lib/usbdev/include/usb/dev/hub.h (modified) * uspace/lib/usbdev/include/usb/dev/recognise.h (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/srv/audio/hound/log.h (modified) * uspace/srv/audio/hound/main.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/devman/driver.c (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/cdfs/Makefile (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/console.h (modified) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/ctl/pc.c (deleted) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/kbd.h (modified) * uspace/srv/hid/input/kbd_ctl.h (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/mouse.h (modified) * uspace/srv/hid/input/mouse_port.h (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (deleted) * uspace/srv/hid/input/port/ski.c (modified) * uspace/srv/hid/isdv4_tablet/main.c (modified) * uspace/srv/hid/output/output.c (modified) * uspace/srv/hid/output/port/ega.c (modified) * uspace/srv/hid/output/port/kchar.c (modified) * uspace/srv/hid/output/port/niagara.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/rfb/main.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/irc/icp-ic/Makefile (moved) * uspace/srv/hw/irc/icp-ic/icp-ic.c (added) * uspace/srv/hw/irc/icp-ic/icp-ic_hw.h (moved) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/klog/klog.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/initlvl.c (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/dhcp/transport.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/atrans.c (modified) * uspace/srv/net/ethip/atrans.h (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/nconfsrv/nconfsrv.c (modified) * uspace/srv/net/slip/slip.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/conn.h (modified) * uspace/srv/net/tcp/iqueue.c (modified) * uspace/srv/net/tcp/rqueue.c (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/net/udp/udp_type.h (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/ns/task.h (modified) * uspace/srv/taskmon/taskmon.c (modified) * uspace/srv/vfs/vfs.c (modified) Merge mainline changes Thu, 11 Sep 2014 19:19:25 GMT Jakub Jermar [105d8d6] * contrib/qfs/qfs.sh (modified) Upgrade qfs.sh to QEMU 2.1.1. Tue, 09 Sep 2014 22:18:53 GMT Jiri Svoboda [c4f67c8] * uspace/drv/audio/hdaudio/hdactl.c (modified) Make solrb reading not slow. Tue, 09 Sep 2014 22:10:03 GMT Jiri Svoboda [57a2208] * uspace/drv/audio/hdaudio/hdactl.c (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/audio/hdaudio/hdaudio.h (modified) * uspace/drv/audio/hdaudio/pcm_iface.c (modified) * uspace/drv/audio/hdaudio/stream.c (modified) * uspace/srv/audio/hound/log.h (modified) * uspace/srv/audio/hound/main.c (modified) Hound should use the logging framework. Prevent hdaudio from sending ... Tue, 09 Sep 2014 20:56:34 GMT Jakub Jermar [b14e9749] * kernel/arch/ia64/src/fpu_context.c (modified) Get the input and output operands right. Tue, 09 Sep 2014 20:46:33 GMT Jakub Jermar [4bd820f] * kernel/arch/ia64/src/fpu_context.c (modified) Let the compiler do the job of computing the ia64 fpu_context_t offsets. Tue, 09 Sep 2014 20:29:16 GMT Jakub Jermar [15b6715] * kernel/arch/arm32/src/fpu_context.c (modified) Fix cstyle. Tue, 09 Sep 2014 18:32:24 GMT Jakub Jermar [24c394b] * kernel/arch/amd64/src/fpu_context.c (modified) * kernel/arch/ia32/src/fpu_context.c (modified) Use directly the fpu member of the fpu_context_t in the "m" constraint. Mon, 08 Sep 2014 20:56:13 GMT Jakub Jermar [5301662] * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/arch/fpu_context.h (modified) * kernel/arch/mips32/include/arch/fpu_context_struct.ag (added) * kernel/arch/mips32/src/asm.S (modified) Autogenerate mips32 fpu_context_t and its #defines. Mon, 08 Sep 2014 20:50:05 GMT Jakub Jermar [9827b5b] * tools/autogen.py (modified) Generate additional #defines for each autogenerated structure. For ... Mon, 08 Sep 2014 19:58:40 GMT Jakub Jermar [b8f433e] * tools/autogen.py (modified) Support one-dimensional arrays as struct members in autogen.py. Sun, 07 Sep 2014 19:39:15 GMT Jakub Jermar [cf7ad06] * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/include/arch/context.h (modified) * kernel/arch/ia64/include/arch/context_struct.ag (added) * kernel/arch/ia64/src/context.S (modified) Autogenerate ia64 kernel context_t and its offsets. Sun, 07 Sep 2014 19:17:49 GMT Jakub Jermar [7947c34] * uspace/lib/c/arch/ia64/Makefile.inc (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril_context.ag (added) * uspace/lib/c/arch/ia64/src/fibril.S (modified) Autogenerate ia64 fibril context_t and its offsets. Rewrite fibril ... Sun, 07 Sep 2014 15:32:12 GMT Jiri Svoboda [a116f7f2] * uspace/lib/gui/terminal.c (modified) Hide cursor when terminal window is not focused. Sat, 06 Sep 2014 23:42:10 GMT Jiri Svoboda [fff4f21] * uspace/drv/audio/hdaudio/codec.c (modified) * uspace/drv/audio/hdaudio/spec/codec.h (modified) * uspace/drv/audio/hdaudio/stream.c (modified) And there was sound. Sat, 06 Sep 2014 21:21:05 GMT Jakub Jermar [f3831af] * kernel/generic/include/typedefs.h (modified) * uspace/lib/c/arch/ia64/include/libarch/types.h (modified) Align int128_t and uint128_t types naturally. Sat, 06 Sep 2014 09:50:00 GMT Jakub Jermar [b482287] * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/arch/context.h (modified) * kernel/arch/sparc64/include/arch/context_offset.h (deleted) * kernel/arch/sparc64/include/arch/context_struct.ag (added) * kernel/arch/sparc64/src/context.S (modified) * kernel/arch/sparc64/src/sun4u/start.S (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) Autogenerate sparc64 kernel context_t and its offsets. Sat, 06 Sep 2014 09:31:39 GMT Jakub Jermar [50805c9] * uspace/lib/c/arch/sparc64/Makefile.inc (modified) * uspace/lib/c/arch/sparc64/include/libarch/context_offset.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/fibril.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/fibril_context.ag (added) * uspace/lib/c/arch/sparc64/src/fibril.S (modified) Autogenerate sparc64 fibril context_t and its offsets. Fri, 05 Sep 2014 11:36:05 GMT Jiri Svoboda [089901e] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * tools/ew.py (modified) * uspace/Makefile (modified) * uspace/drv/audio/hdaudio/Makefile (added) * uspace/drv/audio/hdaudio/codec.c (added) * uspace/drv/audio/hdaudio/codec.h (added) * uspace/drv/audio/hdaudio/hdactl.c (added) * uspace/drv/audio/hdaudio/hdactl.h (added) * uspace/drv/audio/hdaudio/hdaudio.c (added) * uspace/drv/audio/hdaudio/hdaudio.h (added) * uspace/drv/audio/hdaudio/hdaudio.ma (added) * uspace/drv/audio/hdaudio/pcm_iface.c (added) * uspace/drv/audio/hdaudio/pcm_iface.h (added) * uspace/drv/audio/hdaudio/regif.c (added) * uspace/drv/audio/hdaudio/regif.h (added) * uspace/drv/audio/hdaudio/spec/bdl.h (added) * uspace/drv/audio/hdaudio/spec/codec.h (added) * uspace/drv/audio/hdaudio/spec/fmt.h (added) * uspace/drv/audio/hdaudio/spec/regs.h (added) * uspace/drv/audio/hdaudio/stream.c (added) * uspace/drv/audio/hdaudio/stream.h (added) Merge Intel High Definition Audio driver. Fri, 05 Sep 2014 08:52:51 GMT Jiri Svoboda [de16f89] * uspace/drv/audio/hdaudio/hdactl.c (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) Add cleanup code to error paths. Fri, 05 Sep 2014 07:45:50 GMT Vojtech Horky [e6ed0b18] * uspace/lib/c/arch/mips32eb/include/libarch/fibril_context.ag (added) Add missing symlink in mips32eb Thu, 04 Sep 2014 15:51:56 GMT Jiri Svoboda [3fec817] * uspace/drv/audio/hdaudio/codec.c (modified) * uspace/drv/audio/hdaudio/codec.h (modified) * uspace/drv/audio/hdaudio/pcm_iface.c (modified) * uspace/drv/audio/hdaudio/stream.h (modified) Get format from stream. Wed, 03 Sep 2014 22:56:39 GMT Jakub Jermar [309a894] * uspace/lib/c/arch/amd64/Makefile.inc (modified) * uspace/lib/c/arch/amd64/include/libarch/istate_struct.ag (added) * uspace/lib/c/arch/amd64/include/libarch/istate_struct.h (deleted) * uspace/lib/c/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/arm32/include/libarch/istate_struct.ag (added) * uspace/lib/c/arch/arm32/include/libarch/istate_struct.h (deleted) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/ia32/include/libarch/istate_struct.ag (added) * uspace/lib/c/arch/ia32/include/libarch/istate_struct.h (deleted) * uspace/lib/c/arch/ia64/Makefile.inc (modified) * uspace/lib/c/arch/ia64/include/libarch/istate_struct.ag (added) * uspace/lib/c/arch/ia64/include/libarch/istate_struct.h (deleted) * uspace/lib/c/arch/mips32/Makefile.inc (modified) * uspace/lib/c/arch/mips32/include/libarch/istate_struct.ag (added) * uspace/lib/c/arch/mips32/include/libarch/istate_struct.h (deleted) * uspace/lib/c/arch/mips32eb/Makefile.inc (modified) * uspace/lib/c/arch/mips32eb/include/libarch/istate_struct.ag (added) * uspace/lib/c/arch/mips32eb/include/libarch/istate_struct.h (deleted) * uspace/lib/c/arch/ppc32/Makefile.inc (modified) * uspace/lib/c/arch/ppc32/include/libarch/istate_struct.ag (added) * uspace/lib/c/arch/ppc32/include/libarch/istate_struct.h (deleted) * uspace/lib/c/arch/sparc64/Makefile.inc (modified) * uspace/lib/c/arch/sparc64/include/libarch/istate_struct.ag (added) * uspace/lib/c/arch/sparc64/include/libarch/istate_struct.h (deleted) Do not link to missing autogenerated headers. Do not weirdly link ... Wed, 03 Sep 2014 22:29:01 GMT Jakub Jermar [a595f5a] * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/include/arch/context.h (modified) * kernel/arch/ppc32/include/arch/context_offset.h (deleted) * kernel/arch/ppc32/include/arch/context_struct.ag (added) * kernel/arch/ppc32/include/arch/fpu_context.h (modified) * kernel/arch/ppc32/include/arch/fpu_context_struct.ag (added) * kernel/arch/ppc32/src/context.S (modified) * kernel/arch/ppc32/src/fpu_context.S (modified) Autogenerate ppc32 kernel context_t and fpu_context_t and their offsets. Wed, 03 Sep 2014 22:26:32 GMT Jakub Jermar [fe124d63] * uspace/lib/c/arch/ppc32/src/fibril.S (modified) Fix include. Wed, 03 Sep 2014 22:09:41 GMT Jakub Jermar [3a07767] * uspace/lib/c/arch/ppc32/src/fibril.S (modified) Fibril context_t has tls instead of r2. Wed, 03 Sep 2014 21:58:41 GMT Jakub Jermar [d5955a5] * uspace/lib/c/arch/ppc32/Makefile.inc (modified) * uspace/lib/c/arch/ppc32/include/libarch/context_offset.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/fibril_context.ag (added) * uspace/lib/c/arch/ppc32/src/fibril.S (modified) Autogenerate ppc32 fibril context_t and its offsets. Wed, 03 Sep 2014 21:37:33 GMT Jakub Jermar [33add3a8] * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/arch/context.h (modified) * kernel/arch/mips32/include/arch/context_offset.h (deleted) * kernel/arch/mips32/include/arch/context_struct.ag (added) * kernel/arch/mips32/src/context.S (modified) * kernel/arch/mips32/src/start.S (modified) Autogenerate mips32 kernel context_t and its offsets. Wed, 03 Sep 2014 21:21:19 GMT Jakub Jermar [4b334fd6] * uspace/lib/c/arch/mips32/Makefile.inc (modified) * uspace/lib/c/arch/mips32/include/libarch/context_offset.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/mips32/include/libarch/fibril_context.ag (added) * uspace/lib/c/arch/mips32/src/fibril.S (modified) * uspace/lib/c/arch/mips32eb/Makefile.inc (modified) * uspace/lib/c/arch/mips32eb/include/libarch/context_offset.h (deleted) Autogenerate mips32 and mip32eb fibril context_t and its offsets. Wed, 03 Sep 2014 20:50:12 GMT Jakub Jermar [5eae56a] * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/context.h (modified) * kernel/arch/ia32/include/arch/context_offset.h (deleted) * kernel/arch/ia32/include/arch/context_struct.ag (added) * kernel/arch/ia32/src/context.S (modified) Autogenerate ia32 kernel context_t and its offsets. Wed, 03 Sep 2014 20:35:31 GMT Jakub Jermar [e74b24f] * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/ia32/include/libarch/context_offset.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril_context.ag (added) * uspace/lib/c/arch/ia32/src/fibril.S (modified) Autogenerate ia32 fibril context_t and its offsets. Wed, 03 Sep 2014 19:51:58 GMT Jakub Jermar [41f9802] * uspace/lib/c/arch/amd64/Makefile.inc (modified) * uspace/lib/c/arch/arm32/Makefile.inc (modified) Declare the autogens right after arch sources. Wed, 03 Sep 2014 19:39:34 GMT Jakub Jermar [fb41d44] * uspace/lib/c/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril_context.ag (added) Autogenerate arm32 fibril context_t and its offsets. Wed, 03 Sep 2014 19:28:05 GMT Jakub Jermar [6a8ddd37] * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/arch/context.h (modified) * kernel/arch/arm32/include/arch/context_struct.ag (added) Autogenerate arm32 kernel context_t and its offsets. Wed, 03 Sep 2014 19:02:09 GMT Jakub Jermar [95b2276] * kernel/Makefile (modified) Do not be GCC-centric when autogenerating kernel headers. Wed, 03 Sep 2014 10:52:10 GMT Jiri Svoboda [75fe97b] * boot/arch/arm32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/char/pl050/pl050_hw.h (added) * uspace/drv/platform/icp/icp.c (modified) * uspace/lib/c/generic/irc.c (modified) * uspace/srv/hw/irc/icp-ic/Makefile (added) * uspace/srv/hw/irc/icp-ic/icp-ic.c (added) * uspace/srv/hw/irc/icp-ic/icp-ic_hw.h (added) IntegratorCP mouse support. Wed, 03 Sep 2014 09:37:22 GMT Jiri Svoboda [b3222a3] * uspace/lib/draw/source.c (modified) If transform is fast then source is fast regardles of wrap mode. Tue, 02 Sep 2014 20:31:13 GMT Jakub Jermar [0aee9b4] * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/context.h (modified) * kernel/arch/amd64/include/arch/context_offset.h (deleted) * kernel/arch/amd64/include/arch/context_struct.ag (added) * kernel/arch/amd64/src/context.S (modified) Autogenerate amd64 kernel context_t and its offsets. Tue, 02 Sep 2014 20:16:21 GMT Jakub Jermar [4dc7a84] * uspace/lib/c/arch/amd64/Makefile.inc (modified) * uspace/lib/c/arch/amd64/include/libarch/context_offset.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/fibril.h (modified) * uspace/lib/c/arch/amd64/include/libarch/fibril_context.ag (added) * uspace/lib/c/arch/amd64/src/fibril.S (modified) Autogenerate amd64 fibril context_t and its offsets Generate the ... Tue, 02 Sep 2014 19:34:08 GMT Jakub Jermar [21365c0] * uspace/lib/c/Makefile (modified) Allow autogens also in libc. Mon, 01 Sep 2014 19:17:55 GMT Martin Sucha [5713e5f] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/fontviewer/Makefile (added) * uspace/app/fontviewer/fontviewer.c (added) * uspace/lib/c/generic/io/asprintf.c (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/draw/Makefile (modified) * uspace/lib/draw/font.c (modified) * uspace/lib/draw/font.h (modified) * uspace/lib/draw/font/bitmap_backend.c (added) * uspace/lib/draw/font/bitmap_backend.h (added) * uspace/lib/draw/font/embedded.c (modified) * uspace/lib/draw/font/embedded.h (modified) * uspace/lib/draw/font/pcf.c (added) * uspace/lib/draw/font/pcf.h (added) * uspace/lib/draw/gfx/font-8x16.c (modified) * uspace/lib/draw/gfx/font-8x16.h (modified) * uspace/lib/draw/source.c (modified) * uspace/lib/draw/source.h (modified) * uspace/lib/gui/button.c (modified) * uspace/lib/gui/button.h (modified) * uspace/lib/gui/canvas.c (modified) * uspace/lib/gui/label.c (modified) * uspace/lib/gui/label.h (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/softrend/filter.c (modified) * uspace/lib/softrend/filter.h (modified) * uspace/srv/hid/compositor/compositor.c (modified) Merge improvements in the graphics stack. - Support for drawing ... Mon, 01 Sep 2014 12:17:45 GMT Jakub Jermar [a4666a9] * uspace/drv/nic/rtl8169/driver.c (modified) Fix clearing of the RCR_ACCEPT_BROADCAST bit. Mon, 01 Sep 2014 11:17:23 GMT Jakub Jermar [c62a8275] * uspace/app/nic/nic.c (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/drv/nic/rtl8169/driver.h (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/include/inet/iplink.h (modified) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/lib/c/include/ipc/iplink.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) Merge from lp:~nufcia/helenos/rtl8169. Sun, 31 Aug 2014 20:10:20 GMT Martin Sucha [00ddb40] * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/draw/font/bitmap_backend.c (modified) * uspace/lib/draw/source.c (modified) * uspace/lib/draw/source.h (modified) * uspace/lib/gui/canvas.c (modified) * uspace/lib/softrend/filter.c (modified) * uspace/lib/softrend/filter.h (modified) * uspace/srv/hid/compositor/compositor.c (modified) Get rid of black alias at the edge of rotated windows Sun, 31 Aug 2014 19:01:29 GMT Jakub Jermar [f93ba6d] * HelenOS.config (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/abs32le/src/ddi/ddi.c (deleted) * kernel/arch/amd64/src/ddi/ddi.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/ddi/ddi.c (deleted) * kernel/arch/ia32/src/ddi/ddi.c (modified) * kernel/arch/ia64/src/ddi/ddi.c (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/src/ddi/ddi.c (deleted) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/src/ddi/ddi.c (deleted) * kernel/arch/sparc32/Makefile.inc (modified) * kernel/arch/sparc32/src/ddi/ddi.c (deleted) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/src/ddi/ddi-bitmap.c (added) * kernel/genarch/src/ddi/ddi-dummy.c (moved) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/src/ddi/ddi.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/include/ddi.h (modified) Merge from lp:~jakub/helenos/piodisable. Sun, 31 Aug 2014 14:53:51 GMT Martin Sucha [8d3512f1] * uspace/lib/softrend/filter.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) Implement a bilinear filter and use it when compositing windows. Sun, 31 Aug 2014 08:25:54 GMT Martin Sucha [c6c39d4f] * uspace/app/fontviewer/fontviewer.c (modified) * uspace/app/init/init.c (modified) * uspace/lib/draw/Makefile (modified) * uspace/lib/draw/font/pcf.c (added) * uspace/lib/draw/font/pcf.h (added) Add a decoder for X11 pcf fonts. Fri, 29 Aug 2014 20:37:26 GMT Jiri Svoboda [af0a2c7] * uspace/Makefile.common (modified) * uspace/drv/char/pl050/pl050.c (modified) Fix accidentally commited debugging code. Fri, 29 Aug 2014 20:32:20 GMT Jiri Svoboda [75751db6] * uspace/Makefile.common (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/i8042.h (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/char/ps2mouse/Makefile (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/Makefile (modified) * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/bd_srv.c (modified) * uspace/lib/c/generic/io/chardev.c (moved) * uspace/lib/c/generic/io/chardev_srv.c (added) * uspace/lib/c/include/io/chardev.h (moved) * uspace/lib/c/include/io/chardev_srv.h (moved) * uspace/lib/c/include/ipc/chardev.h (moved) Factor out chardev IPC from pl050, i8042, xtkbd and ps2mouse. Fri, 29 Aug 2014 20:28:55 GMT Jiri Svoboda [312e5ff] * boot/arch/arm32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/char/pl050/Makefile (added) * uspace/drv/char/pl050/pl050.c (added) * uspace/drv/char/pl050/pl050.ma (added) * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/drv/platform/icp/Makefile (added) * uspace/drv/platform/icp/icp.c (added) * uspace/drv/platform/icp/icp.ma (added) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/ctl/pc.c (deleted) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/kbd_ctl.h (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/port/pl050.c (deleted) DDFize IntegratorCP keyboard driver. Fri, 29 Aug 2014 13:46:44 GMT Jakub Jermar [293703e] * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/include/arch/istate.h (modified) * kernel/arch/ia64/include/arch/istate_struct.ag (added) * kernel/arch/ia64/src/ivt.S (modified) * uspace/lib/c/arch/ia64/include/libarch/istate_struct.h (added) Autogenerate ia64 istate_t and its offsets. Fri, 29 Aug 2014 07:50:09 GMT Vojtech Horky [12b29f3] * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/source/string.c (modified) Reintroduce strtok to libposix (needed by GCC & Python) ... Fri, 29 Aug 2014 07:05:33 GMT Vojtech Horky [69c664e] * uspace/app/logset/main.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/lib/c/include/adt/list.h (modified) does not need to include Fri, 29 Aug 2014 07:04:22 GMT Vojtech Horky [101e3050] * uspace/lib/c/include/stddef.h (modified) stddef.h ought do define NULL as well Thu, 28 Aug 2014 20:48:21 GMT Jakub Jermar [9b3f77c] * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/arch/istate.h (modified) * kernel/arch/arm32/include/arch/istate_struct.ag (added) * uspace/lib/c/arch/arm32/include/libarch/istate_struct.h (added) Autogenerate arm32 istate_t and its offsets. Thu, 28 Aug 2014 20:47:06 GMT Jakub Jermar [da5ba3a] * tools/autogen.py (modified) Constants can be prefixed also with '#'. Thu, 28 Aug 2014 20:07:47 GMT Jiri Svoboda [0f2a9be] * uspace/drv/platform/amdm37x/amdm37x.c (modified) * uspace/drv/platform/amdm37x/main.c (modified) * uspace/drv/platform/leon3/leon3.c (modified) * uspace/drv/platform/mac/mac.c (modified) * uspace/drv/platform/malta/malta.c (modified) * uspace/drv/platform/pc/pc.c (modified) Fix missed things to rename. Thu, 28 Aug 2014 19:54:48 GMT Jiri Svoboda [2a37b9f] * .bzrignore (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/infrastructure/rootvirt/rootvirt.ma (deleted) * uspace/drv/platform/amdm37x/Makefile (moved) * uspace/drv/platform/amdm37x/amdm37x.c (moved) * uspace/drv/platform/amdm37x/amdm37x.h (moved) * uspace/drv/platform/amdm37x/amdm37x.ma (moved) * uspace/drv/platform/amdm37x/cm/clock_control.h (moved) * uspace/drv/platform/amdm37x/cm/core.h (moved) * uspace/drv/platform/amdm37x/cm/iva2.h (moved) * uspace/drv/platform/amdm37x/cm/mpu.h (moved) * uspace/drv/platform/amdm37x/cm/usbhost.h (moved) * uspace/drv/platform/amdm37x/main.c (moved) * uspace/drv/platform/amdm37x/prm/clock_control.h (moved) * uspace/drv/platform/amdm37x/prm/global_reg.h (moved) * uspace/drv/platform/amdm37x/prm/usbhost.h (moved) * uspace/drv/platform/amdm37x/uhh.h (moved) * uspace/drv/platform/amdm37x/usbtll.h (moved) * uspace/drv/platform/leon3/Makefile (moved) * uspace/drv/platform/leon3/leon3.c (moved) * uspace/drv/platform/leon3/leon3.h (moved) * uspace/drv/platform/leon3/leon3.ma (moved) * uspace/drv/platform/mac/Makefile (moved) * uspace/drv/platform/mac/mac.c (moved) * uspace/drv/platform/mac/mac.ma (moved) * uspace/drv/platform/malta/Makefile (moved) * uspace/drv/platform/malta/malta.c (moved) * uspace/drv/platform/malta/malta.ma (moved) * uspace/drv/platform/pc/Makefile (moved) * uspace/drv/platform/pc/pc.c (moved) * uspace/drv/platform/pc/pc.ma (moved) * uspace/drv/root/root/Makefile (moved) * uspace/drv/root/root/root.c (moved) * uspace/drv/root/root/root.ma (moved) * uspace/drv/root/virt/Makefile (moved) * uspace/drv/root/virt/devices.def (moved) * uspace/drv/root/virt/virt.c (moved) * uspace/drv/root/virt/virt.ma (added) Reorganize platform drivers. Thu, 28 Aug 2014 19:37:25 GMT Jakub Jermar [0ddb84b] * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/arch/istate.h (modified) * kernel/arch/sparc64/include/arch/istate_struct.ag (added) * kernel/arch/sparc64/include/arch/trap/trap_table.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/istate_struct.h (added) Autogenerate sparc64 istate_t and its offsets. Thu, 28 Aug 2014 19:05:00 GMT Jiri Svoboda [3dcc9d8] * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/srv/hid/input/ctl/pc.c (modified) Fix right control key. Thu, 28 Aug 2014 18:38:04 GMT Martin Decky [ec07933] * tools/autotool.py (modified) human-friendly check for PyYAML Thu, 28 Aug 2014 18:16:13 GMT Jakub Jermar [996df189] * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/arch/istate.h (modified) * kernel/arch/mips32/include/arch/istate_struct.ag (added) * kernel/arch/mips32/src/start.S (modified) * uspace/lib/c/arch/mips32/include/libarch/istate_struct.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/istate_struct.h (added) Autogenerate mips32 istate_t and its offsets. Thu, 28 Aug 2014 17:30:01 GMT Jakub Jermar [6c1c1f7] * HelenOS.config (modified) * boot/arch/mips64/Makefile.inc (deleted) * boot/arch/mips64/_link.ld.in (deleted) * boot/arch/mips64/include/arch.h (deleted) * boot/arch/mips64/include/asm.h (deleted) * boot/arch/mips64/include/main.h (deleted) * boot/arch/mips64/include/regname.h (deleted) * boot/arch/mips64/include/types.h (deleted) * boot/arch/mips64/src/asm.S (deleted) * boot/arch/mips64/src/main.c (deleted) * boot/arch/mips64/src/putchar.c (deleted) * defaults/mips64/Makefile.config (deleted) * defaults/mips64/msim/Makefile.config (deleted) * defaults/mips64/output (deleted) * kernel/arch/mips64/Makefile.inc (deleted) * kernel/arch/mips64/_link.ld.in (deleted) * kernel/arch/mips64/include/arch/arch.h (deleted) * kernel/arch/mips64/include/arch/asm.h (deleted) * kernel/arch/mips64/include/arch/asm/boot.h (deleted) * kernel/arch/mips64/include/arch/asm/regname.h (deleted) * kernel/arch/mips64/include/arch/atomic.h (deleted) * kernel/arch/mips64/include/arch/barrier.h (deleted) * kernel/arch/mips64/include/arch/cache.h (deleted) * kernel/arch/mips64/include/arch/context.h (deleted) * kernel/arch/mips64/include/arch/context_offset.h (deleted) * kernel/arch/mips64/include/arch/cp0.h (deleted) * kernel/arch/mips64/include/arch/cpu.h (deleted) * kernel/arch/mips64/include/arch/cycle.h (deleted) * kernel/arch/mips64/include/arch/debug.h (deleted) * kernel/arch/mips64/include/arch/debugger.h (deleted) * kernel/arch/mips64/include/arch/drivers/msim.h (deleted) * kernel/arch/mips64/include/arch/elf.h (deleted) * kernel/arch/mips64/include/arch/exception.h (deleted) * kernel/arch/mips64/include/arch/faddr.h (deleted) * kernel/arch/mips64/include/arch/fpu_context.h (deleted) * kernel/arch/mips64/include/arch/interrupt.h (deleted) * kernel/arch/mips64/include/arch/istate.h (deleted) * kernel/arch/mips64/include/arch/mm/as.h (deleted) * kernel/arch/mips64/include/arch/mm/asid.h (deleted) * kernel/arch/mips64/include/arch/mm/frame.h (deleted) * kernel/arch/mips64/include/arch/mm/km.h (deleted) * kernel/arch/mips64/include/arch/mm/page.h (deleted) * kernel/arch/mips64/include/arch/mm/tlb.h (deleted) * kernel/arch/mips64/include/arch/proc/task.h (deleted) * kernel/arch/mips64/include/arch/proc/thread.h (deleted) * kernel/arch/mips64/include/arch/smp/dorder.h (deleted) * kernel/arch/mips64/include/arch/stack.h (deleted) * kernel/arch/mips64/include/arch/types.h (deleted) * kernel/arch/mips64/src/asm.S (deleted) * kernel/arch/mips64/src/cache.c (deleted) * kernel/arch/mips64/src/context.S (deleted) * kernel/arch/mips64/src/cpu (deleted) * kernel/arch/mips64/src/ddi (deleted) * kernel/arch/mips64/src/debug (deleted) * kernel/arch/mips64/src/debugger.c (deleted) * kernel/arch/mips64/src/exception.c (deleted) * kernel/arch/mips64/src/fpu_context.c (deleted) * kernel/arch/mips64/src/interrupt.c (deleted) * kernel/arch/mips64/src/mips64.c (deleted) * kernel/arch/mips64/src/mm/as.c (deleted) * kernel/arch/mips64/src/mm/frame.c (deleted) * kernel/arch/mips64/src/mm/km.c (deleted) * kernel/arch/mips64/src/mm/page.c (deleted) * kernel/arch/mips64/src/mm/tlb.c (deleted) * kernel/arch/mips64/src/smp/dorder.c (deleted) * kernel/arch/mips64/src/smp/smp.c (deleted) * kernel/arch/mips64/src/start.S (deleted) * uspace/lib/c/arch/mips64/Makefile.common (deleted) * uspace/lib/c/arch/mips64/Makefile.inc (deleted) * uspace/lib/c/arch/mips64/_link.ld.in (deleted) * uspace/lib/c/arch/mips64/include/libarch/atomic.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/barrier.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/config.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/context_offset.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/cp0.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/ddi.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/elf.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/elf_linux.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/faddr.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/fibril.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/istate.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/regname.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/stack.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/syscall.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/thread.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/tls.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/types.h (deleted) * uspace/lib/c/arch/mips64/src/entry.S (deleted) * uspace/lib/c/arch/mips64/src/entryjmp.S (deleted) * uspace/lib/c/arch/mips64/src/fibril.S (deleted) * uspace/lib/c/arch/mips64/src/stacktrace.c (deleted) * uspace/lib/c/arch/mips64/src/stacktrace_asm.S (deleted) * uspace/lib/c/arch/mips64/src/syscall.c (deleted) * uspace/lib/c/arch/mips64/src/thread_entry.S (deleted) * uspace/lib/c/arch/mips64/src/tls.c (deleted) * uspace/lib/math/arch/mips64/Makefile.inc (deleted) * uspace/lib/math/arch/mips64/include/libarch/math.h (deleted) Remove mips64 support. The mips64 port has been in a very early ... Thu, 28 Aug 2014 15:13:44 GMT Jakub Jermar [52c0b8c] * kernel/arch/ppc32/src/asm.S (modified) Improve comment. Thu, 28 Aug 2014 14:40:25 GMT Jiri Svoboda [07e28f8] * uspace/lib/hound/src/client.c (modified) Do not crash when there is no hound target. Thu, 28 Aug 2014 14:27:12 GMT Jakub Jermar [3fde837] * kernel/arch/ppc32/src/exception.S (modified) Construct proper stack frame linkage when the previous mode was kernel. Thu, 28 Aug 2014 13:59:43 GMT Jakub Jermar [0871296] * kernel/arch/ppc32/src/exception.S (modified) Base the detection of the previous mode on SRR1.PR rather than on SP. Thu, 28 Aug 2014 13:55:26 GMT Martin Sucha [794e368] * uspace/lib/draw/font/bitmap_backend.c (modified) Fix scaling of bitmap fonts. Thu, 28 Aug 2014 13:06:02 GMT Jakub Jermar [beb16cfa] * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/include/arch/istate.h (modified) * kernel/arch/ppc32/include/arch/istate_struct.ag (added) * kernel/arch/ppc32/include/arch/stack.h (modified) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc32/src/exception.S (modified) * uspace/lib/c/arch/ppc32/include/libarch/istate_struct.h (added) Autogenerate ppc32 istate_t and its offsets. Thu, 28 Aug 2014 12:57:00 GMT Jakub Jermar [3a7db87] * tools/autogen.py (modified) Be more lenient towards variations in constant notation. Thu, 28 Aug 2014 12:26:00 GMT Martin Sucha [a9763c6] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/fontviewer/Makefile (added) * uspace/app/fontviewer/fontviewer.c (added) * uspace/app/init/init.c (modified) * uspace/lib/c/generic/io/asprintf.c (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) Add a very simple font viewer application Thu, 28 Aug 2014 10:52:08 GMT Jiri Svoboda [4abe919] * uspace/drv/block/ata_bd/ata_bd.c (modified) * uspace/drv/block/ata_bd/ata_hw.h (modified) Add sync cache operation for ATA devices.