# # ChangeLog for uspace/lib/c in mainline # # Generated by Trac 1.6 # 2025-08-01T22:41:56Z Tue, 02 Jun 2015 16:00:42 GMT Jiri Svoboda [8d48c7e] * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/include/inet/iplink.h (modified) * uspace/lib/nettl/include/nettl/amap.h (modified) * uspace/lib/nettl/include/nettl/portrng.h (modified) * uspace/lib/nettl/src/amap.c (modified) * uspace/lib/nettl/src/portrng.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/pdu.h (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/service.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/udp_inet.c (modified) Find the association to deliver the datagram using amap. Fri, 22 May 2015 07:31:57 GMT Jiri Svoboda [58e9dec] * uspace/lib/c/include/inet/endpoint.h (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/udp_type.h (modified) Definitions for RFC 6335 port number ranges. Fri, 15 May 2015 18:19:26 GMT Jiri Svoboda [683e584] * uspace/lib/c/generic/inet/addr.c (modified) Revive IPv6 address parsing and formatting. Mon, 11 May 2015 16:15:54 GMT Jiri Svoboda [b99f6e2] * uspace/app/websrv/websrv.c (modified) * uspace/lib/c/generic/inet/tcp.c (modified) * uspace/lib/c/include/ipc/tcp.h (modified) * uspace/srv/net/tcp/service.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) Accepting connections. Sat, 09 May 2015 19:05:48 GMT Jiri Svoboda [1d4b815] * uspace/lib/c/generic/inet/tcp.c (modified) * uspace/lib/c/include/inet/tcp.h (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/service.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/tcp/ucall.h (modified) Properly wait for connection establishment. Sat, 09 May 2015 13:43:50 GMT Jiri Svoboda [779541b] * uspace/lib/c/generic/inet/tcp.c (modified) * uspace/lib/c/generic/inet/udp.c (modified) * uspace/lib/c/include/inet/tcp.h (modified) * uspace/lib/c/include/inet/udp.h (modified) * uspace/lib/c/include/ipc/tcp.h (modified) * uspace/lib/http/src/http.c (modified) * uspace/srv/net/tcp/Makefile (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/service.c (added) * uspace/srv/net/tcp/service.h (added) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/tcp/ucall.h (modified) * uspace/srv/net/udp/service.c (modified) TCP transport layer API - somewhat working. 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, 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 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 ... 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 ... 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 ... 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:26:15 GMT Martin Decky [7e3581e] * uspace/lib/c/include/fourcc.h (modified) add dedicated FOURCC type 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. 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 ... 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 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: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 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 ... 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 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 ... 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: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 07:45:50 GMT Vojtech Horky [e6ed0b18] * uspace/lib/c/arch/mips32eb/include/libarch/fibril_context.ag (added) Add missing symlink in mips32eb 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: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: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: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 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. 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 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 [f93ba6d5] * 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. 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 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: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 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 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 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: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 09:39:19 GMT Jakub Jermar [4236b18] * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/istate.h (modified) * kernel/arch/amd64/include/arch/istate_struct.ag (added) * kernel/arch/amd64/src/asm.S (modified) * uspace/lib/c/arch/amd64/include/libarch/istate_struct.h (added) Autogenerate amd64 istate_t and its offsets. Wed, 27 Aug 2014 23:56:16 GMT Jiri Svoboda [dd8b6a8] * 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/lib/block/block.c (modified) * uspace/lib/c/generic/bd.c (modified) * uspace/lib/c/generic/bd_srv.c (modified) * uspace/lib/c/include/bd.h (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/lib/c/include/ipc/bd.h (modified) * uspace/lib/scsi/include/scsi/sbc.h (modified) Add synchronize cache operation to block layer and usbmast. Wed, 27 Aug 2014 23:07:42 GMT Jakub Jermar [8d427a3] * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/istate.h (modified) * kernel/arch/ia32/include/arch/istate_struct.ag (added) * kernel/arch/ia32/src/asm.S (modified) * uspace/lib/c/arch/ia32/include/libarch/istate_struct.h (added) Autogenerate istate_t and its offsets on ia32. Tue, 26 Aug 2014 15:12:12 GMT Martin Sucha [1c635d6] * uspace/app/bdsh/exec.c (modified) * uspace/app/getterm/getterm.c (modified) * uspace/app/init/init.c (modified) * uspace/app/redir/redir.c (modified) * uspace/app/sbi/src/os/helenos.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/viewer/viewer.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/loader/loader.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/c/include/types/task.h (added) * uspace/lib/gui/terminal.c (modified) * uspace/lib/hound/src/client.c (modified) * uspace/lib/posix/source/sys/wait.c (modified) * uspace/srv/audio/hound/main.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/devman/driver.c (modified) * uspace/srv/hid/isdv4_tablet/main.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/rfb/main.c (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/inetsrv/inetsrv.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/ns/ns.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/ns/task.h (modified) * uspace/srv/taskmon/taskmon.c (modified) Do not hold a task's return value after it has disconnected. ... Mon, 25 Aug 2014 23:03:50 GMT Jakub Jermar [df7f5cea] * HelenOS.config (modified) * kernel/arch/ppc32/include/arch/context_offset.h (modified) * kernel/arch/ppc32/include/arch/fpu_context.h (modified) * kernel/arch/ppc32/include/arch/interrupt.h (modified) * kernel/arch/ppc32/include/arch/msr.h (modified) * kernel/arch/ppc32/src/cpu/cpu.c (modified) * kernel/arch/ppc32/src/exception.S (modified) * kernel/arch/ppc32/src/fpu_context.S (modified) * kernel/arch/ppc32/src/interrupt.c (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) Experimental support for hard-floats on ppc32. - By default disabled. Mon, 18 Aug 2014 20:34:28 GMT Jakub Jermar [8cd680c] * kernel/arch/abs32le/src/ddi/ddi.c (modified) * kernel/arch/amd64/src/ddi/ddi.c (modified) * kernel/arch/arm32/src/ddi/ddi.c (modified) * kernel/arch/ia32/src/ddi/ddi.c (modified) * kernel/arch/ia64/src/ddi/ddi.c (modified) * kernel/arch/mips32/src/ddi/ddi.c (modified) * kernel/arch/ppc32/src/ddi/ddi.c (modified) * kernel/arch/sparc32/src/ddi/ddi.c (modified) * kernel/arch/sparc64/src/ddi/ddi.c (modified) * 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) Add pio_disable(). - Implement *iospace_disable*(). - Implement ... Sat, 16 Aug 2014 00:02:04 GMT Martin Decky [8820544] * abi/include/abi/syscall.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/src/ipc/event.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/kio/kio.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/uhci.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/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/event.c (modified) * uspace/lib/c/generic/irq.c (added) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/ipc/event.h (moved) * uspace/lib/c/include/ipc/irq.h (added) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/user.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/klog/klog.c (modified) * uspace/srv/taskmon/taskmon.c (modified) * uspace/srv/vfs/vfs.c (modified) support for kernel notification multiplexing in the async framework ... Tue, 12 Aug 2014 17:14:32 GMT Martin Decky [593e023] * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * uspace/app/getterm/getterm.c (modified) * uspace/app/init/init.c (modified) * uspace/lib/c/generic/io/input.c (modified) * uspace/lib/c/include/io/input.h (modified) * uspace/lib/c/include/ipc/input.h (modified) * uspace/lib/gui/terminal.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/input.c (modified) * uspace/srv/hid/input/kbd.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 (modified) * uspace/srv/hid/input/port/ski.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) allow compositor and console to coexist side-by-side, use the input ... Tue, 12 Aug 2014 16:49:25 GMT Martin Decky [ce3efa0] * uspace/lib/c/generic/io/input.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/input/port/ski.c (modified) * uspace/srv/hid/output/output.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) cstyle (no change in functionality) Tue, 12 Aug 2014 07:14:50 GMT Martin Decky [f6ab787] * abi/include/abi/syscall.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) rename sys_debug_activate_console to sys_debug_console in order to ... Tue, 05 Aug 2014 21:43:50 GMT Agnieszka Tabaka [c3b25985] * 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) Add support for actual MAC change in networking stack. Sun, 03 Aug 2014 15:43:29 GMT Jiri Svoboda [251d4dd] * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) Fix crash when cdfs is cleaning its node cache. Fri, 18 Jul 2014 08:50:36 GMT Jiri Svoboda [e5424e9] * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/generic/irc.c (modified) * uspace/lib/c/include/irc.h (modified) Defer connecting IRC service until actually needed. This allows the ... Fri, 18 Jul 2014 08:11:34 GMT Jiri Svoboda [869d936] * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/irc.c (added) * uspace/lib/c/include/ipc/irc.h (modified) * uspace/lib/c/include/irc.h (added) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_driver.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) libnic slices, dices, cooks cofee and enables interrupts. Sun, 13 Jul 2014 14:06:23 GMT Jiri Svoboda [78192cc7] * uspace/app/vlaunch/vlaunch.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/conn.h (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/ucall.c (modified) Fibril timer locking improvements. Fri, 11 Jul 2014 23:06:30 GMT Jiri Svoboda [c1b979a] * uspace/app/taskdump/Makefile (modified) * uspace/app/taskdump/fibrildump.c (added) * uspace/app/taskdump/include/fibrildump.h (added) * uspace/app/taskdump/include/symtab.h (modified) * uspace/app/taskdump/include/taskdump.h (added) * uspace/app/taskdump/symtab.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/lib/c/arch/amd64/src/stacktrace.c (modified) * uspace/lib/c/arch/arm32/src/stacktrace.c (modified) * uspace/lib/c/arch/ia32/src/stacktrace.c (modified) * uspace/lib/c/arch/ppc32/src/stacktrace.c (modified) * uspace/lib/c/arch/sparc32/src/stacktrace.c (modified) * uspace/lib/c/arch/sparc64/src/stacktrace.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/stacktrace.h (modified) Taskdump printing of fibril stacktraces. Wed, 09 Jul 2014 23:25:28 GMT Jiri Svoboda [8e4a408] * 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/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/private/remote_graph_dev.h (deleted) * uspace/lib/drv/generic/remote_graph_dev.c (deleted) * uspace/lib/drv/include/graph_iface.h (deleted) * uspace/lib/drv/include/ops/graph_dev.h (deleted) * uspace/srv/hid/compositor/compositor.c (modified) Visualizer should use a custom connection handler instead of a ... Tue, 08 Jul 2014 21:52:01 GMT Jiri Svoboda [8f0dc26] * uspace/lib/c/generic/fibril_synch.c (modified) Missing broadcast. Tue, 08 Jul 2014 21:42:35 GMT Jiri Svoboda [53f68fd] * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/include/fibril_synch.h (modified) fibril_timer_func() must examine timer state each time it reacquires ... Mon, 30 Jun 2014 20:30:24 GMT Jakub Jermar [3daf1979] * uspace/drv/bus/isa/isa.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/logger/initlvl.c (modified) Merge str_tok(). Mon, 30 Jun 2014 18:04:54 GMT Jakub Jermar [ee3f6f6] * uspace/drv/bus/isa/isa.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/logger/initlvl.c (modified) Removal of strtok() and strtok_r() in favour of str_tok(). Sun, 29 Jun 2014 22:11:05 GMT Jiri Svoboda [f1a8c23] * uspace/lib/c/generic/inet.c (modified) * uspace/srv/net/udp/udp_inet.c (modified) Fix leak of inet dgram.data in TCP, should be freed by inet_ev_recv(). Thu, 12 Jun 2014 21:02:19 GMT Jakub Jermar [334bf28] * boot/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/Makefile.inc (modified) * uspace/lib/c/arch/ia64/Makefile.common (modified) Remove the temporary workaround for GCC bug 53975 because it is no ... Mon, 09 Jun 2014 20:44:15 GMT Jiri Svoboda [3c5916cb] * uspace/lib/c/arch/sparc64/_link.ld.in (modified) Line debugging info on sparc64. Fri, 06 Jun 2014 07:54:24 GMT Vojtech Horky [134ac5d] * uspace/app/bdsh/test/toktest.c (modified) * uspace/lib/c/test/main.c (modified) * uspace/lib/c/test/sprintf.c (modified) * uspace/lib/pcut/README.rst (modified) * uspace/lib/pcut/base.mak (modified) * uspace/lib/pcut/include/pcut/asserts.h (added) * uspace/lib/pcut/include/pcut/datadef.h (added) * uspace/lib/pcut/include/pcut/impl.h (deleted) * uspace/lib/pcut/include/pcut/pcut.h (added) * uspace/lib/pcut/include/pcut/prevs.h (modified) * uspace/lib/pcut/include/pcut/test.h (deleted) * uspace/lib/pcut/include/pcut/tests.h (added) * uspace/lib/pcut/pcut.mak (modified) * uspace/lib/pcut/src/internal.h (modified) * uspace/lib/pcut/src/list.c (modified) * uspace/lib/pcut/src/os/generic.c (modified) * uspace/lib/pcut/src/os/helenos.c (modified) * uspace/lib/pcut/src/os/stdc.c (modified) * uspace/lib/pcut/src/os/unix.c (modified) * uspace/lib/pcut/src/preproc.c (added) * uspace/lib/pcut/src/print.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/.gitignore (added) * uspace/lib/pcut/tests/alloc.c (modified) * uspace/lib/pcut/tests/asserts.c (modified) * uspace/lib/pcut/tests/asserts.expected (modified) * uspace/lib/pcut/tests/errno.c (added) * uspace/lib/pcut/tests/errno.expected (added) * uspace/lib/pcut/tests/helenos.mak (added) * uspace/lib/pcut/tests/manytests.c (modified) * uspace/lib/pcut/tests/null.c (modified) * uspace/lib/pcut/tests/nullteardown.c (modified) * uspace/lib/pcut/tests/printing.c (modified) * uspace/lib/pcut/tests/simple.c (modified) * uspace/lib/pcut/tests/skip.c (added) * uspace/lib/pcut/tests/skip.expected (added) * uspace/lib/pcut/tests/suite1.c (modified) * uspace/lib/pcut/tests/suite2.c (modified) * uspace/lib/pcut/tests/suite_all.c (modified) * uspace/lib/pcut/tests/suites.c (modified) * uspace/lib/pcut/tests/teardown.c (modified) * uspace/lib/pcut/tests/tests.mak (modified) * uspace/lib/pcut/tests/timeout.c (added) * uspace/lib/pcut/tests/timeout.expected (added) * uspace/lib/pcut/unix.mak (modified) * uspace/lib/posix/test/main.c (modified) * uspace/lib/posix/test/scanf.c (modified) Update PCUT to newest version Mon, 19 May 2014 01:01:27 GMT Martin Decky [bf9cb2f] * kernel/generic/src/ddi/ddi.c (modified) * uspace/app/kio/kio.c (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/fb/kfb/port.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/hid/input/port/niagara.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/hw/irc/obio/obio.c (modified) complete the desired API semantics of physmem_map() and ... Fri, 16 May 2014 23:34:14 GMT Martin Decky [1e94e09] * uspace/drv/bus/usb/usbhid/Makefile (modified) * uspace/drv/bus/usb/usbhid/blink1/blink1.c (added) * uspace/drv/bus/usb/usbhid/blink1/blink1.h (added) * uspace/drv/bus/usb/usbhid/subdrivers.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/led_dev.c (added) * uspace/lib/c/include/device/led_dev.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/private/remote_led_dev.h (added) * uspace/lib/drv/generic/remote_led_dev.c (added) * uspace/lib/drv/include/ops/led_dev.h (added) * uspace/srv/locsrv/locsrv.c (modified) implement driver support for blink(1) USB LED devices add simple LED ... Fri, 16 May 2014 23:33:26 GMT Martin Decky [7d68e5c7] * uspace/lib/c/generic/device/clock_dev.c (modified) cstyle Fri, 11 Apr 2014 08:13:02 GMT Vojtech Horky [2bff9860] * boot/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/test/main.c (added) * uspace/lib/c/test/sprintf.c (added) Add sample libc tests in PCUT Sat, 01 Mar 2014 23:03:21 GMT Martin Decky [d9be488] * HelenOS.config (modified) * uspace/Makefile.common (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/float/float2.c (added) * uspace/app/tester/float/float2.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/vdemo/Makefile (modified) * uspace/app/viewer/Makefile (modified) * uspace/app/vlaunch/Makefile (modified) * uspace/app/vterm/Makefile (modified) * uspace/lib/math/Makefile (modified) * uspace/lib/math/arch/abs32le/Makefile.inc (added) * uspace/lib/math/arch/abs32le/include/libarch/math.h (added) * uspace/lib/math/arch/amd64/Makefile.inc (added) * uspace/lib/math/arch/amd64/include/libarch/math.h (moved) * uspace/lib/math/arch/amd64/include/libarch/x87.h (added) * uspace/lib/math/arch/amd64/src/cos.S (added) * uspace/lib/math/arch/amd64/src/sin.S (added) * uspace/lib/math/arch/amd64/src/trunc.S (added) * uspace/lib/math/arch/arm32/Makefile.inc (added) * uspace/lib/math/arch/arm32/include/libarch/math.h (added) * uspace/lib/math/arch/ia32/Makefile.inc (added) * uspace/lib/math/arch/ia32/include/libarch/math.h (added) * uspace/lib/math/arch/ia32/include/libarch/x87.h (added) * uspace/lib/math/arch/ia32/src/cos.S (added) * uspace/lib/math/arch/ia32/src/sin.S (added) * uspace/lib/math/arch/ia32/src/trunc.S (added) * uspace/lib/math/arch/ia64/Makefile.inc (added) * uspace/lib/math/arch/ia64/include/libarch/math.h (added) * uspace/lib/math/arch/mips32/Makefile.inc (added) * uspace/lib/math/arch/mips32/include/libarch/math.h (added) * uspace/lib/math/arch/mips32eb/Makefile.inc (added) * uspace/lib/math/arch/mips32eb/include/libarch/math.h (added) * uspace/lib/math/arch/mips64/Makefile.inc (added) * uspace/lib/math/arch/mips64/include/libarch/math.h (added) * uspace/lib/math/arch/ppc32/Makefile.inc (added) * uspace/lib/math/arch/ppc32/include/libarch/math.h (added) * uspace/lib/math/arch/sparc32/Makefile.inc (added) * uspace/lib/math/arch/sparc32/include/libarch/math.h (added) * uspace/lib/math/arch/sparc64/Makefile.inc (added) * uspace/lib/math/arch/sparc64/include/libarch/math.h (added) * uspace/lib/math/generic/trunc.c (added) * uspace/lib/math/include/math.h (moved) * uspace/lib/math/include/mathtypes.h (added) * uspace/lib/math/include/trunc.h (moved) * uspace/lib/math/src/dummy.c (deleted) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/sftypes.h (modified) * uspace/lib/softfloat/softfloat.c (modified) * uspace/lib/softrend/Makefile (modified) * uspace/srv/hid/compositor/Makefile (modified) refactor floating point support * implement IA-32 and AMD64 ... Sat, 01 Mar 2014 22:50:05 GMT Martin Decky [7218fe6] * kernel/arch/arm32/Makefile.inc (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/float/softfloat1.c (modified) * uspace/app/vdemo/Makefile (modified) * uspace/app/viewer/Makefile (modified) * uspace/app/vlaunch/Makefile (modified) * uspace/app/vterm/Makefile (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/srv/loader/Makefile (modified) cstyle (no change in functionality) Tue, 11 Feb 2014 04:38:26 GMT Jakub Jermar [2463df9] * uspace/lib/block/block.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/include/sys/mman.h (deleted) * uspace/lib/drv/generic/remote_audio_pcm.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/sys/mman.h (modified) * uspace/lib/posix/source/sys/mman.c (moved) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/udf/udf_ops.c (modified) Remove the temptation to use mmap() and munmap() in native code. Fri, 17 Jan 2014 17:02:59 GMT Jan Vesely [66be0288] * .bzrignore (modified) * HelenOS.config (modified) * abi/include/abi/ipc/event.h (modified) * abi/include/abi/kio.h (added) * abi/include/abi/klog.h (modified) * abi/include/abi/log.h (added) * abi/include/abi/syscall.h (modified) * boot/Makefile.common (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/include/arch.h (modified) * boot/arch/arm32/include/main.h (modified) * boot/arch/arm32/include/mm.h (modified) * boot/arch/arm32/src/mm.c (modified) * boot/arch/arm32/src/putchar.c (modified) * contrib/arch/HelenOS.adl (modified) * contrib/arch/kernel/kernel.adl (modified) * contrib/arch/uspace/app/kio/kio.adl (moved) * contrib/arch/uspace/lib/libc/bind (modified) * contrib/arch/uspace/lib/libc/protocol (modified) * contrib/arch/uspace/lib/libc/requires (modified) * contrib/arch/uspace/lib/libc/subsume (modified) * contrib/arch/uspace/srv/ns/ns.adl (modified) * defaults/arm32/raspberrypi/Makefile.config (added) * kernel/Makefile (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/_link.ld.in (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/mach/integratorcp/integratorcp.h (modified) * kernel/arch/arm32/include/arch/mach/raspberrypi/raspberrypi.h (added) * kernel/arch/arm32/include/arch/mm/frame.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c (added) * kernel/arch/arm32/src/machine_func.c (modified) * kernel/arch/ia32/src/drivers/i8259.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/smp/mps.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/ppc32/src/interrupt.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/arch/sparc64/src/drivers/scr.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) * kernel/arch/sparc64/src/sun4v/md.c (modified) * kernel/arch/sparc64/src/trap/sun4u/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4v/interrupt.c (modified) * kernel/doc/doxygroups.h (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/drivers/arm926_uart/arm926_uart.h (deleted) * kernel/genarch/include/genarch/drivers/bcm2835/irc.h (added) * kernel/genarch/include/genarch/drivers/bcm2835/mbox.h (added) * kernel/genarch/include/genarch/drivers/bcm2835/timer.h (added) * kernel/genarch/include/genarch/drivers/pl011/pl011.h (added) * kernel/genarch/src/acpi/acpi.c (modified) * kernel/genarch/src/acpi/madt.c (modified) * kernel/genarch/src/drivers/bcm2835/mbox.c (added) * kernel/genarch/src/drivers/pl011/pl011.c (moved) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/debug.h (modified) * kernel/generic/include/log.h (added) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/lib/func.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/log/log.c (added) * 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/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/kio/Makefile (moved) * uspace/app/kio/kio.c (moved) * uspace/app/trace/syscalls.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/Makefile (modified) * uspace/lib/c/generic/assert.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/kio.c (added) * uspace/lib/c/generic/io/klog.c (modified) * uspace/lib/c/generic/io/window.c (modified) * uspace/lib/c/generic/private/stdio.h (modified) * uspace/lib/c/include/io/kio.h (added) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/window.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/draw/cursor/embedded.c (modified) * uspace/lib/gui/Makefile (modified) * uspace/lib/gui/button.c (modified) * uspace/lib/gui/button.h (modified) * uspace/lib/gui/common.c (added) * uspace/lib/gui/common.h (added) * uspace/lib/gui/connection.c (modified) * uspace/lib/gui/label.c (modified) * uspace/lib/gui/label.h (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/gui/window.h (modified) * uspace/srv/hid/compositor/Makefile (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/compositor/gfx/nameic.tga (deleted) * uspace/srv/klog/Makefile (added) * uspace/srv/klog/klog.c (added) * uspace/srv/logger/writer.c (modified) Mainline changes Thu, 16 Jan 2014 20:43:22 GMT Martin Decky [62fbb7e] * 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/connection.c (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/gui/window.h (modified) * uspace/srv/hid/compositor/compositor.c (modified) refactor window placement logic and introduce logical window ... Sun, 05 Jan 2014 20:49:26 GMT Martin Sucha [0caa075e] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/lib/c/Makefile (modified) * uspace/srv/klog/Makefile (added) * uspace/srv/klog/klog.c (added) Cherrypick klog server that synchronizes kernel log to uspace log Sun, 05 Jan 2014 19:59:56 GMT Martin Sucha [91db0280] * abi/include/abi/ipc/event.h (modified) * abi/include/abi/klog.h (added) * abi/include/abi/log.h (added) * kernel/Makefile (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/debug.h (modified) * kernel/generic/include/log.h (added) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/log/log.c (added) * kernel/generic/src/main/main.c (modified) * uspace/lib/c/generic/io/klog.c (added) * uspace/lib/c/include/io/klog.h (added) * uspace/lib/c/include/io/log.h (modified) Cherrypick kernel logging facility Sun, 05 Jan 2014 17:50:01 GMT Martin Sucha [6fa9a99d] * .bzrignore (modified) * abi/include/abi/ipc/event.h (modified) * abi/include/abi/kio.h (moved) * abi/include/abi/syscall.h (modified) * boot/Makefile.common (modified) * contrib/arch/HelenOS.adl (modified) * contrib/arch/kernel/kernel.adl (modified) * contrib/arch/uspace/app/kio/kio.adl (moved) * contrib/arch/uspace/lib/libc/bind (modified) * contrib/arch/uspace/lib/libc/protocol (modified) * contrib/arch/uspace/lib/libc/requires (modified) * contrib/arch/uspace/lib/libc/subsume (modified) * contrib/arch/uspace/srv/ns/ns.adl (modified) * kernel/doc/doxygroups.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/kio/Makefile (moved) * uspace/app/kio/kio.c (moved) * uspace/app/trace/syscalls.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/assert.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/kio.c (moved) * uspace/lib/c/generic/private/stdio.h (modified) * uspace/lib/c/include/io/kio.h (moved) * uspace/lib/c/include/stdio.h (modified) Rename klog to kio Tue, 31 Dec 2013 20:55:35 GMT Jan Vesely [5c65e61] * uspace/app/sportdmp/Makefile (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/char_dev.c (deleted) * uspace/lib/drv/generic/remote_char_dev.c (modified) * uspace/lib/drv/include/char_dev_iface.h (moved) * uspace/srv/hid/isdv4_tablet/Makefile (modified) * uspace/srv/hid/isdv4_tablet/isdv4.c (modified) * uspace/srv/hid/isdv4_tablet/main.c (modified) * uspace/srv/net/slip/Makefile (modified) * uspace/srv/net/slip/slip.c (modified) libc,libdrv: Move char dev iface to libdrv Tue, 31 Dec 2013 20:30:53 GMT Jan Vesely [67472b9b] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/graph_dev.c (deleted) * uspace/lib/drv/generic/remote_graph_dev.c (modified) * uspace/lib/drv/include/graph_iface.h (moved) * uspace/srv/hid/compositor/Makefile (modified) * uspace/srv/hid/compositor/compositor.c (modified) libc, libdrv: Move graph dev iface to libdrv. Tue, 31 Dec 2013 20:13:27 GMT Jan Vesely [7858acbf] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/nic.c (deleted) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/include/nic_iface.h (moved) * uspace/lib/nic/Makefile (modified) * uspace/lib/nic/src/nic_ev.c (modified) * uspace/srv/net/ethip/Makefile (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) libdrv, libc: Move nic iface to libdrv. Tue, 31 Dec 2013 19:44:11 GMT Jan Vesely [26c03dbd] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/battery_dev.c (deleted) * uspace/lib/drv/generic/remote_battery_dev.c (modified) * uspace/lib/drv/include/battery_iface.h (moved) * uspace/lib/drv/include/ops/battery_dev.h (modified) libc,libdrv: Move battery iface to libdrv. Tue, 31 Dec 2013 19:33:59 GMT Jan Vesely [7f620e8] * uspace/drv/block/ahci/ahci.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/ahci.c (deleted) * uspace/lib/c/include/device/ahci.h (deleted) * uspace/lib/drv/generic/remote_ahci.c (modified) * uspace/lib/drv/include/ahci_iface.h (modified) * uspace/srv/bd/sata_bd/Makefile (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) libdrv, libc: Move AHCI to libdrv. Tue, 31 Dec 2013 19:08:48 GMT Jan Vesely [99e8fb7b] * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/uhci/res.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/pci.c (deleted) * uspace/lib/c/include/device/pci.h (deleted) * uspace/lib/drv/generic/remote_pci.c (modified) * uspace/lib/drv/include/pci_dev_iface.h (modified) libdrv: Move pci_config client side to libdrv Remove duplicate ... Tue, 31 Dec 2013 03:49:00 GMT Jan Vesely [9359aae] * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) libc,libdrv: Pass around const pointer to irq code. We don't modify ... Sun, 29 Dec 2013 14:32:55 GMT Martin Decky [208b5f5] * boot/arch/sparc32/src/ambapp.c (modified) * boot/arch/sparc32/src/asm.S (modified) * kernel/arch/sparc32/include/arch/asm.h (modified) * kernel/arch/sparc32/include/arch/atomic.h (modified) * kernel/arch/sparc32/include/arch/barrier.h (modified) * kernel/arch/sparc32/include/arch/mm/page.h (modified) * kernel/arch/sparc32/src/context.S (modified) * kernel/arch/sparc32/src/debug/stacktrace.c (modified) * kernel/arch/sparc32/src/machine/leon3/leon3.c (modified) * kernel/arch/sparc32/src/mm/tlb.c (modified) * kernel/arch/sparc32/src/sparc32.c (modified) * kernel/arch/sparc32/src/trap_table.S (modified) * kernel/genarch/include/genarch/drivers/grlib/timer.h (added) * kernel/genarch/src/drivers/grlib/irqmp.c (modified) * uspace/drv/bus/amba/Makefile (added) * uspace/drv/bus/amba/amba.c (added) * uspace/drv/bus/amba/amba.ma (added) * uspace/drv/bus/amba/ambapp.h (added) * uspace/drv/char/grlib_uart/Makefile (added) * uspace/drv/char/grlib_uart/cyclic_buffer.h (added) * uspace/drv/char/grlib_uart/grlib_uart.c (added) * uspace/drv/char/grlib_uart/grlib_uart.ma (added) * uspace/drv/infrastructure/rootleon3/Makefile (added) * uspace/drv/infrastructure/rootleon3/rootleon3.c (added) * uspace/drv/infrastructure/rootleon3/rootleon3.h (added) * uspace/drv/infrastructure/rootleon3/rootleon3.ma (added) * uspace/lib/c/arch/sparc32/include/libarch/tls.h (modified) * uspace/lib/c/arch/sparc32/src/entry.s (modified) cherrypick important fixes and updates from lp:~jceel/helenos/leon3 Sat, 28 Dec 2013 21:22:37 GMT Martin Decky [1ba8cb9] * uspace/lib/c/arch/sparc32/src/stacktrace.c (modified) fix omission Sat, 28 Dec 2013 17:30:44 GMT Martin Decky [1df1905] * uspace/lib/c/arch/sparc32/Makefile.common (modified) * uspace/lib/c/arch/sparc32/include/libarch/atomic.h (modified) * uspace/lib/c/arch/sparc32/include/libarch/config.h (modified) * uspace/lib/c/arch/sparc32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/sparc32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/sparc32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/sparc32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/sparc32/include/libarch/stack.h (modified) * uspace/lib/c/arch/sparc32/include/libarch/syscall.h (modified) * uspace/lib/c/arch/sparc32/include/libarch/tls.h (modified) * uspace/lib/c/arch/sparc32/src/entry.s (modified) * uspace/lib/c/arch/sparc32/src/entryjmp.s (modified) * uspace/lib/c/arch/sparc32/src/fibril.S (modified) * uspace/lib/c/arch/sparc32/src/stacktrace.c (modified) * uspace/lib/c/arch/sparc32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/sparc32/src/thread_entry.s (modified) * uspace/lib/c/arch/sparc32/src/tls.c (modified) code revision coding style fixes removal of debugging printouts and ...