# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-11-11T20:04:14Z Wed, 08 Apr 2015 21:25:30 GMT Jiri Svoboda [fab2746] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/download/main.c (modified) * uspace/app/netecho/Makefile (deleted) * uspace/app/netecho/netecho.c (deleted) * uspace/app/netecho/print_error.c (deleted) * uspace/app/netecho/print_error.h (deleted) * uspace/app/netspeed/Makefile (deleted) * uspace/app/netspeed/netspeed.c (deleted) * uspace/app/nettest1/Makefile (deleted) * uspace/app/nettest1/nettest.c (deleted) * uspace/app/nettest1/nettest.h (deleted) * uspace/app/nettest1/nettest1.c (deleted) * uspace/app/nettest1/print_error.c (deleted) * uspace/app/nettest1/print_error.h (deleted) * uspace/app/nettest2/Makefile (deleted) * uspace/app/nettest2/nettest.c (deleted) * uspace/app/nettest2/nettest.h (deleted) * uspace/app/nettest2/nettest2.c (deleted) * uspace/app/nettest2/print_error.c (deleted) * uspace/app/nettest2/print_error.h (deleted) * uspace/app/nettest3/Makefile (deleted) * uspace/app/nettest3/nettest3.c (deleted) * uspace/app/nterm/conn.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/char_map.c (deleted) * uspace/lib/c/generic/adt/dynamic_fifo.c (deleted) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inet/endpoint.c (moved) * uspace/lib/c/generic/inet/tcp.c (moved) * uspace/lib/c/generic/inet/udp.c (added) * uspace/lib/c/generic/net/inet.c (deleted) * uspace/lib/c/generic/net/socket_client.c (deleted) * uspace/lib/c/generic/net/socket_parse.c (deleted) * uspace/lib/c/include/adt/dynamic_fifo.h (deleted) * uspace/lib/c/include/adt/generic_char_map.h (deleted) * uspace/lib/c/include/adt/generic_field.h (deleted) * uspace/lib/c/include/adt/int_map.h (deleted) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/endpoint.h (moved) * uspace/lib/c/include/inet/tcp.h (moved) * uspace/lib/c/include/inet/udp.h (moved) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (deleted) * uspace/lib/c/include/ipc/tcp.h (added) * uspace/lib/c/include/ipc/udp.h (moved) * uspace/lib/c/include/net/in.h (deleted) * uspace/lib/c/include/net/in6.h (deleted) * uspace/lib/c/include/net/inet.h (deleted) * uspace/lib/http/include/http/http.h (modified) * uspace/lib/http/src/http.c (modified) * uspace/lib/http/src/request.c (modified) * uspace/lib/net/Makefile (deleted) * uspace/lib/net/include/socket_core.h (deleted) * uspace/lib/net/tl/socket_core.c (deleted) * uspace/lib/posix/include/posix/errno.h (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) * uspace/srv/hid/rfb/main.c (modified) * uspace/srv/hid/rfb/rfb.c (modified) * uspace/srv/hid/rfb/rfb.h (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/dhcp/transport.c (modified) * uspace/srv/net/dhcp/transport.h (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/tcp/Makefile (modified) * uspace/srv/net/tcp/sock.c (deleted) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/udp/Makefile (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/service.c (added) * uspace/srv/net/udp/service.h (moved) * uspace/srv/net/udp/sock.c (deleted) * uspace/srv/net/udp/ucall.c (modified) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_type.h (modified) New transport layer API. Only UDP implemented. Sun, 22 Mar 2015 23:32:48 GMT Jakub Jermar [ba0eac5] * uspace/srv/devman/fun.c (modified) fun_online() should set fun->state to FUN_ON_LINE. Sun, 22 Mar 2015 23:29:56 GMT Jakub Jermar [13b07dd] * uspace/srv/devman/drv_conn.c (modified) Merge from lp:~werkov/helenos/various-fixes - ... Fri, 20 Mar 2015 04:10:58 GMT Jiri Svoboda [4a5ae542] * uspace/drv/audio/hdaudio/pcm_iface.c (modified) Need to clear pcm_buffers pointer. Wed, 18 Mar 2015 19:06:56 GMT Jiri Svoboda [ac235711] * .bzrignore (modified) Update .bzrignore. Wed, 18 Mar 2015 18:34:40 GMT Jiri Svoboda [0e4c5f0] * uspace/app/wavplay/drec.c (modified) * uspace/app/wavplay/main.c (modified) * uspace/app/wavplay/wave.c (modified) * uspace/drv/audio/hdaudio/codec.c (modified) * uspace/drv/audio/hdaudio/codec.h (modified) * 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/drv/audio/hdaudio/stream.h (modified) hdaudio capture support. wavplay fixes to recording code. Sun, 15 Mar 2015 15:31:49 GMT Martin Decky [795e2bf] * HelenOS.config (modified) * kernel/Makefile (modified) * tools/autogen.py (modified) * tools/autotool.py (modified) * uspace/Makefile.common (modified) revive clang support generate autotool and autogen probe sources in ... Sun, 15 Mar 2015 15:15:03 GMT Martin Decky [c12f891] * kernel/generic/src/mm/frame.c (modified) remove obsolete functions Sun, 15 Mar 2015 15:04:21 GMT Martin Decky [903b5455] * kernel/arch/amd64/Makefile.inc (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) cstyle Sun, 15 Mar 2015 15:02:53 GMT Martin Decky [6934732] * version (modified) welcome to 2015 Sun, 15 Mar 2015 15:02:18 GMT Martin Decky [8848276] * kernel/test/smpcall/smpcall1.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/workqueue2.c (modified) avoid potentially unsafe use of a string literal Sun, 15 Mar 2015 00:24:52 GMT Martin Decky [a420203] * tools/autotool.py (modified) use distinct file names for int128 probe (for easier debugging) Sun, 15 Mar 2015 00:05:49 GMT Martin Decky [270bf4f] * kernel/generic/include/typedefs.h (modified) * tools/autotool.py (modified) * uspace/lib/c/arch/ia64/include/libarch/types.h (modified) use intrinsic 128-bit integer type if available Sat, 14 Mar 2015 21:48:01 GMT Jakub Jermar [7f9d97f3] * uspace/app/barber/barber.c (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/rcubench/rcubench.c (modified) * uspace/app/tester/ipc/ping_pong.c (modified) * uspace/app/tester/ipc/starve.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/srv/audio/hound/audio_device.c (modified) Make gettimeofday() return the actual microseconds. Enhance struct ... Sat, 14 Mar 2015 21:36:44 GMT Martin Decky [c0c38c7c] * uspace/app/tester/float/softfloat1.c (modified) * uspace/lib/math/arch/abs32le/include/libarch/math.h (modified) * uspace/lib/math/arch/amd64/include/libarch/math.h (modified) * uspace/lib/math/arch/arm32/include/libarch/math.h (modified) * uspace/lib/math/arch/ia32/include/libarch/math.h (modified) * uspace/lib/math/arch/ia64/include/libarch/math.h (modified) * uspace/lib/math/arch/mips32/include/libarch/math.h (modified) * uspace/lib/math/arch/mips32eb/include/libarch/math.h (modified) * uspace/lib/math/arch/ppc32/include/libarch/math.h (modified) * uspace/lib/math/arch/sparc32/include/libarch/math.h (modified) * uspace/lib/math/arch/sparc64/include/libarch/math.h (modified) * uspace/lib/math/generic/mod.c (modified) * uspace/lib/math/generic/trig.c (modified) * uspace/lib/math/include/mathtypes.h (modified) * uspace/lib/math/include/mod.h (modified) * uspace/lib/math/include/trig.h (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/add.c (modified) * uspace/lib/softfloat/add.h (modified) * uspace/lib/softfloat/common.c (modified) * uspace/lib/softfloat/common.h (modified) * uspace/lib/softfloat/comparison.c (modified) * uspace/lib/softfloat/comparison.h (modified) * uspace/lib/softfloat/conversion.c (modified) * uspace/lib/softfloat/conversion.h (modified) * uspace/lib/softfloat/div.c (modified) * uspace/lib/softfloat/div.h (modified) * uspace/lib/softfloat/mul.c (modified) * uspace/lib/softfloat/mul.h (modified) * uspace/lib/softfloat/neg.c (added) * uspace/lib/softfloat/neg.h (added) * uspace/lib/softfloat/sftypes.h (deleted) * uspace/lib/softfloat/softfloat.c (deleted) * uspace/lib/softfloat/softfloat.h (deleted) * uspace/lib/softfloat/sub.c (modified) * uspace/lib/softfloat/sub.h (modified) software floating point overhaul use proper type mapping fix cosine ... Wed, 11 Mar 2015 00:01:23 GMT Michal Koutný [acb8766e] * uspace/srv/devman/drv_conn.c (modified) Fixed obvious typo (fortunately not called in typical use case) Tue, 10 Mar 2015 23:36:53 GMT Michal Koutný [1e3375b] * uspace/app/barber/barber.c (modified) * uspace/app/fontviewer/fontviewer.c (modified) * uspace/app/vdemo/vdemo.c (modified) * uspace/app/viewer/viewer.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/app/vterm/vterm.c (modified) * uspace/lib/c/generic/io/window.c (modified) * uspace/lib/c/include/io/window.h (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/gui/window.h (modified) * uspace/srv/hid/compositor/compositor.c (modified) Merge from mainline Wed, 18 Feb 2015 02:19:30 GMT Martin Decky [2c7fdaa] * uspace/app/barber/barber.c (modified) * uspace/app/fontviewer/fontviewer.c (modified) * uspace/app/vdemo/vdemo.c (modified) * uspace/app/viewer/viewer.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/app/vterm/vterm.c (modified) * uspace/lib/c/generic/io/window.c (modified) * uspace/lib/c/include/io/window.h (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/gui/window.h (modified) * uspace/srv/hid/compositor/compositor.c (modified) resize only those windows that declare and support resizing ... Sun, 01 Feb 2015 13:45:49 GMT Jakub Jermar [d8bf1d8] * uspace/app/taskdump/fibrildump.c (modified) Merge from lp:~werkov/helenos/various-fixes. Thu, 29 Jan 2015 18:18:28 GMT Michal Koutný [1619faa] * uspace/app/taskdump/fibrildump.c (modified) Fixed taskdump crash with unavailable symbol table Mon, 22 Dec 2014 22:00:45 GMT Jakub Jermar [8c7d5ad] * kernel/arch/ppc32/src/exception.S (modified) ppc32: Enable interrupts when handling syscalls Mon, 22 Dec 2014 17:47:40 GMT Jakub Jermar [235d31d] * HelenOS.config (modified) * abi/include/abi/syscall.h (modified) * boot/Makefile.build (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/sparc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/abs32le/src/cpu/cpu.c (modified) * kernel/arch/abs32le/src/smp/smp_call.c (added) * 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/include/arch/cp15.h (modified) * kernel/arch/arm32/src/atomic.c (added) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/exception.c (modified) * 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/include/arch/interrupt.h (modified) * kernel/arch/ia64/include/arch/mm/tlb.h (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/ia64/src/mm/tlb.c (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/sparc32/include/arch/stack.h (modified) * kernel/arch/sparc32/src/cpu/cpu.c (modified) * kernel/arch/sparc32/src/debug/stacktrace.c (modified) * kernel/arch/sparc32/src/sparc32.c (modified) * 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/istate_struct.ag (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h (modified) * kernel/arch/sparc64/include/arch/smp/sun4u/ipi.h (added) * kernel/arch/sparc64/include/arch/trap/exception.h (modified) * kernel/arch/sparc64/include/arch/trap/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4u/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4u/mmu.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4v/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4v/mmu.h (modified) * kernel/arch/sparc64/include/arch/trap/trap_table.h (modified) * kernel/arch/sparc64/src/debug/stacktrace.c (modified) * kernel/arch/sparc64/src/drivers/tick.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp_call.c (added) * 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/trap/exception.c (modified) * kernel/arch/sparc64/src/trap/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4u/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4u/trap_table.S (modified) * kernel/arch/sparc64/src/trap/sun4v/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4v/trap_table.S (modified) * 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/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/log/log.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 the CHT pre-integration branch This branch contains: - the ... Sun, 21 Dec 2014 19:08:08 GMT Martin Decky [eae91e0] * release/Makefile (modified) extend the list of release targets Sun, 21 Dec 2014 17:16:21 GMT Martin Decky [b0ed2f43] * version (modified) bump version to 0.6.0 Sat, 20 Dec 2014 18:16:57 GMT Jakub Jermar [644352c] * tools/ew.py (modified) Default HelenOS/ppc32 build now needs at least 256M of memory. Sat, 20 Dec 2014 13:42:04 GMT Martin Decky [30730e5] * HelenOS.config (modified) * defaults/ppc32/Makefile.config (modified) ppc32: enable FPU support by default, but also disable lazy FPU ... Sat, 20 Dec 2014 13:39:59 GMT Martin Decky [d8bb821] * boot/arch/ppc32/_link.ld.in (modified) * boot/arch/ppc32/include/arch.h (modified) * defaults/ppc32/Makefile.config (modified) ppc32: add support for larger (non-barebone) images Tue, 16 Dec 2014 21:59:57 GMT Martin Decky [57265539] * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) streamline the CUDA/ADB driver Tue, 16 Dec 2014 21:56:30 GMT Martin Decky [e8b8b74] * uspace/lib/compress/gzip.c (modified) gzip header/footer is little-endian Tue, 16 Dec 2014 21:55:54 GMT Martin Decky [26cf7a6] * uspace/drv/char/i8042/main.c (modified) cstyle Tue, 16 Dec 2014 21:54:56 GMT Martin Decky [7a9ef81] * uspace/app/tester/float/float2.c (modified) make the float2 test more informative Tue, 16 Dec 2014 21:51:56 GMT Martin Decky [f892ed3b] * kernel/arch/ppc32/src/asm.S (modified) ppc32: remove decrementer workaround Tue, 16 Dec 2014 17:59:07 GMT Martin Decky [5a42886] * kernel/arch/ppc32/include/arch/asm.h (modified) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc32/src/fpu_context.S (modified) ppc32: be extra careful about the memory coherency Fri, 12 Dec 2014 21:45:02 GMT Jakub Jermar [6d7d4f1] * HelenOS.config (modified) Do not enable serial kernel console by default When the serial ... Thu, 11 Dec 2014 23:50:45 GMT Martin Decky [b336613f] * uspace/lib/math/generic/trunc.c (modified) fix floating point truncation arithmetics (this solves most of the ... Thu, 11 Dec 2014 11:58:23 GMT Jakub Jermar [3385dd3] * uspace/srv/klog/klog.c (modified) klog: Read entry length from a possibly unaligned address safely Tue, 09 Dec 2014 21:04:44 GMT Jakub Jermar [f42adef] * contrib/qfs/qfs.sh (modified) Update qfs.sh to install QEMU 2.2.0 Mon, 08 Dec 2014 19:34:48 GMT Jakub Jermar [3da166f0] * HelenOS.config (modified) * kernel/arch/amd64/include/arch/interrupt.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/ia32/include/arch/interrupt.h (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/genarch/include/genarch/drivers/ns16550/ns16550.h (modified) * kernel/genarch/src/drivers/ns16550/ns16550.c (modified) Merge from lp:~martin-sucha/helenos/kernel-serial Sun, 07 Dec 2014 16:40:44 GMT Jakub Jermar [7785ebd7] * defaults/arm32/gta02/Makefile.config (modified) gta02: Default to barebone build to allow successful boot. Sun, 07 Dec 2014 14:13:43 GMT Jakub Jermar [56fb14ca] * defaults/arm32/raspberrypi/Makefile.config (modified) raspberrypi: Default to barebone build to allow successful boot Sun, 07 Dec 2014 13:52:33 GMT Jakub Jermar [3de2365] * contrib/conf/msim.conf (modified) msim: Bump memory size to 64M to allow succeful boot. Thu, 27 Nov 2014 16:35:42 GMT Jan Vesely [99d8c82] * tools/xtui.py (modified) xtui: Use dup2 instead of close + dup fixes dialog ui with python ... Sun, 23 Nov 2014 10:09:32 GMT Jakub Jermar [759ea0d] * kernel/generic/src/synch/futex.c (modified) Lock futex_ht_lock spinlock after page_table_lock() The current ... Wed, 19 Nov 2014 22:16:11 GMT Jakub Jermar [21373712] * kernel/arch/sparc64/src/trap/sun4v/trap_table.S (modified) Spill uspace windows to uspace wbuf in PREEMPTIBLE_HANDLER_KERNEL ... Fri, 14 Nov 2014 19:57:51 GMT Martin Decky [5042706] * uspace/dist/src/c/demos/tetris/shapes.c (modified) * uspace/dist/src/c/demos/top/screen.c (modified) * uspace/dist/src/c/demos/top/screen.h (modified) * uspace/dist/src/c/demos/top/top.c (modified) * uspace/dist/src/c/demos/top/top.h (modified) update C demos Fri, 14 Nov 2014 19:16:23 GMT Martin Decky [1ab8539] * kernel/generic/src/sysinfo/stats.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/stats/stats.c (modified) * uspace/app/tester/ipc/ping_pong.c (modified) * uspace/app/tester/ipc/starve.c (modified) * uspace/app/testread/testread.c (modified) * uspace/app/top/top.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/stats.h (modified) * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/usbdev/src/hub.c (modified) remove system.uptime sysinfo entry since it is redundant cleanup the ... Fri, 14 Nov 2014 17:25:28 GMT Martin Decky [9696b01] * uspace/app/barber/barber.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/include/stats.h (modified) adapt the barber pole frame rate in the range of 1 to 25 fps Thu, 13 Nov 2014 00:27:06 GMT Martin Decky [a047aaa] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/barber/Makefile (added) * uspace/app/barber/barber.c (added) * uspace/app/barber/gfx/frame01.tga.gz (added) * uspace/app/barber/gfx/frame02.tga.gz (added) * uspace/app/barber/gfx/frame03.tga.gz (added) * uspace/app/barber/gfx/frame04.tga.gz (added) * uspace/app/barber/gfx/frame05.tga.gz (added) * uspace/app/barber/gfx/frame06.tga.gz (added) * uspace/app/barber/gfx/frame07.tga.gz (added) * uspace/app/barber/gfx/frame08.tga.gz (added) * uspace/app/barber/gfx/frame09.tga.gz (added) * uspace/app/barber/gfx/frame10.tga.gz (added) * uspace/app/barber/gfx/frame11.tga.gz (added) * uspace/app/barber/gfx/frame12.tga.gz (added) * uspace/app/barber/gfx/frame13.tga.gz (added) * uspace/app/barber/gfx/frame14.tga.gz (added) * uspace/app/barber/gfx/frame15.tga.gz (added) * uspace/app/barber/gfx/frame16.tga.gz (added) * uspace/app/barber/gfx/frame17.tga.gz (added) * uspace/app/barber/gfx/frame18.tga.gz (added) * uspace/app/barber/gfx/frame19.tga.gz (added) * uspace/app/barber/gfx/frame20.tga.gz (added) * uspace/app/barber/gfx/frame21.tga.gz (added) * uspace/app/barber/gfx/frame22.tga.gz (added) * uspace/app/barber/gfx/frame23.tga.gz (added) * uspace/app/barber/gfx/frame24.tga.gz (added) * uspace/app/barber/gfx/frame25.tga.gz (added) * uspace/app/barber/gfx/frame26.tga.gz (added) * uspace/app/barber/gfx/frame27.tga.gz (added) * uspace/app/barber/gfx/frame28.tga.gz (added) * uspace/app/barber/gfx/frame29.tga.gz (added) * uspace/app/barber/gfx/frame30.tga.gz (added) * uspace/app/init/init.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) barber: visual liveness indicator (using the barber pole animation ... Thu, 13 Nov 2014 00:26:15 GMT Martin Decky [7e3581e] * uspace/lib/c/include/fourcc.h (modified) add dedicated FOURCC type Thu, 13 Nov 2014 00:25:55 GMT Martin Decky [72167c7] * uspace/lib/draw/Makefile (modified) enable new codecs Thu, 13 Nov 2014 00:25:31 GMT Martin Decky [9250517] * uspace/lib/draw/codec/tga.c (modified) cstyle Thu, 13 Nov 2014 00:24:54 GMT Martin Decky [571f3e1] * uspace/lib/draw/codec/tga.gz.c (added) * uspace/lib/draw/codec/tga.gz.h (added) add codec for gzipped Truevision Targa (tga.gz) Thu, 13 Nov 2014 00:23:50 GMT Martin Decky [e37ddde1] * uspace/lib/compress/Makefile (added) * uspace/lib/compress/gzip.c (added) * uspace/lib/compress/gzip.h (added) * uspace/lib/compress/inflate.c (added) * uspace/lib/compress/inflate.h (added) library for inflate decompression and gzip expansion Thu, 13 Nov 2014 00:23:17 GMT Martin Decky [490e21b] * uspace/lib/draw/codec/webp.c (added) * uspace/lib/draw/codec/webp.h (added) very initial support for WebP decoding Fri, 07 Nov 2014 21:08:05 GMT Jakub Jermar [3349e7d] * kernel/arch/sparc64/src/trap/sun4v/trap_table.S (modified) Call exc_dispatch() also for TT_CPU_MONDO. Thu, 30 Oct 2014 16:50:41 GMT Jakub Jermar [324e471] * kernel/test/smpcall/smpcall1.c (modified) Add missing copyright. Thu, 30 Oct 2014 16:46:43 GMT Jakub Jermar [3579629] * kernel/generic/include/memstr.h (modified) No need to introduce legacy interface bzero(). Thu, 30 Oct 2014 12:48:50 GMT Jakub Jermar [cade9c1] * kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4v/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4v/mmu.h (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/arch/sparc64/src/trap/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4v/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4v/trap_table.S (modified) sparc64/sun4v trap overhaul. - Handle interrupt, MMU and other ... Wed, 29 Oct 2014 14:40:31 GMT Jakub Jermar [aef669b] * kernel/arch/sparc64/src/trap/sun4u/trap_table.S (modified) Fix comment. Mon, 27 Oct 2014 15:10:14 GMT Jakub Jermar [d70ebffe] * kernel/arch/sparc32/include/arch/stack.h (modified) * kernel/arch/sparc64/include/arch/istate_struct.ag (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4u/mmu.h (modified) * kernel/arch/sparc64/include/arch/trap/trap_table.h (modified) * kernel/arch/sparc64/src/debug/stacktrace.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/sun4u/start.S (modified) * kernel/arch/sparc64/src/trap/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4u/trap_table.S (modified) Let the fast MMU traps use exc_dispatch() in their slow-path. In ... Mon, 20 Oct 2014 20:38:13 GMT Jakub Jermar [ec443d5] * kernel/arch/sparc64/include/arch/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/exception.h (modified) * kernel/arch/sparc64/include/arch/trap/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4u/interrupt.h (modified) * kernel/arch/sparc64/src/drivers/tick.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/trap/exception.c (modified) * kernel/arch/sparc64/src/trap/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4u/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4u/trap_table.S (modified) Let most of the sparc64 traps go through exc_dispatch(). - All ... Sat, 18 Oct 2014 01:36:05 GMT Martin Decky [affbdde] * uspace/dist/demo.xm (added) sample FastTracker 2 module original title Wrath_of_the_Djinn ... Mon, 13 Oct 2014 17:31:01 GMT Jiri Svoboda [43dd72b7] * uspace/app/modplay/modplay.c (modified) * uspace/lib/c/include/stddef.h (modified) * uspace/lib/trackmod/Makefile (modified) * uspace/lib/trackmod/protracker.c (modified) * uspace/lib/trackmod/trackmod.c (modified) * uspace/lib/trackmod/trackmod.h (modified) * uspace/lib/trackmod/types/protracker.h (modified) * uspace/lib/trackmod/types/trackmod.h (modified) * uspace/lib/trackmod/types/xm.h (added) * uspace/lib/trackmod/xm.c (added) * uspace/lib/trackmod/xm.h (added) Trackmod update: XM file format, new effects, etc. Sun, 12 Oct 2014 12:41:14 GMT Jakub Jermar [416ef49] * kernel/arch/ia64/src/interrupt.c (modified) Run ia64 syscalls with interrupts enabled. Sun, 12 Oct 2014 11:18:49 GMT Jakub Jermar [9928240] * kernel/arch/ia64/include/arch/interrupt.h (modified) * kernel/arch/ia64/include/arch/mm/tlb.h (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) Use exc_dispatcher() for ia64 interruptions. This is necessary for ... Fri, 10 Oct 2014 15:36:01 GMT Jakub Jermar [0b49d4e] * contrib/conf/msim.conf (modified) Bump msim machine memory to 64M. Fri, 10 Oct 2014 13:21:28 GMT Jakub Jermar [af69a4b] * kernel/arch/arm32/src/exception.c (modified) Execute syscalls on arm32 with interrupts enabled. Thu, 09 Oct 2014 18:42:25 GMT Jakub Jermar [0573650] * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/abs32le/src/smp/smp_call.c (added) Add dummy implementation of abs32le arch_smp_call_ipi(). Thu, 09 Oct 2014 18:36:33 GMT Jakub Jermar [1dc5eb7] * kernel/arch/ia32/src/smp/smp_call.c (modified) Add missing copyright header. Thu, 09 Oct 2014 18:26:47 GMT Jakub Jermar [ad05baf] * kernel/arch/abs32le/src/cpu/cpu.c (modified) Add missing include. Thu, 09 Oct 2014 15:46:34 GMT Jakub Jermar [6601f9b] * kernel/arch/sparc32/src/sparc32.c (modified) Provide a dummy implementation of sparc32 __atomic_compare_exchange_4(). 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