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

Fri, 11 Feb 2011 17:16:36 GMT Vojtech Horky <vojtechhorky@…> [79d2987]
	* uspace/app/usbinfo/main.c (modified)
	* uspace/drv/uhci-hcd/Makefile (modified)
	* uspace/drv/uhci-hcd/callback.c (deleted)
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/tracker.c (added)
	* uspace/drv/uhci-hcd/tracker.h (moved)
	* uspace/drv/uhci-hcd/transfer_list.c (modified)
	* uspace/drv/uhci-hcd/transfer_list.h (modified)
	* uspace/drv/uhci-hcd/uhci.c (modified)
	* uspace/drv/uhci-hcd/uhci.h (modified)
	* uspace/drv/uhci-hcd/uhci_struct/queue_head.h (modified)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (modified)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h (modified)
	* uspace/drv/uhci-rhd/main.c (modified)
	* uspace/drv/usbhid/hid.h (modified)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/drv/include/usbhc_iface.h (modified)
	* uspace/lib/usb/src/usbdrv.c (modified)

	Merge development/ changes


Fri, 11 Feb 2011 17:07:20 GMT Vojtech Horky <vojtechhorky@…> [608afb9]
	* uspace/app/usbinfo/main.c (modified)

	Hack for usbinfo application

	Allow querying UHCI in QEMU more easily.


Fri, 11 Feb 2011 16:27:45 GMT Vojtech Horky <vojtechhorky@…> [1968de5]
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/drv/include/usbhc_iface.h (modified)
	* uspace/lib/usb/src/usbdrv.c (modified)

	Merged get_buffer request removal (ticket 54)


Fri, 11 Feb 2011 16:20:14 GMT Vojtech Horky <vojtechhorky@…> [5842493]
	* uspace/lib/drv/generic/remote_usbhc.c (modified)

	Fix call leakage

	Data read call is always answered.


Fri, 11 Feb 2011 15:05:40 GMT Vojtech Horky <vojtechhorky@…> [4e38d69]
	* uspace/drv/uhci-hcd/Makefile (modified)
	* uspace/drv/uhci-hcd/callback.c (deleted)
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/tracker.c (added)
	* uspace/drv/uhci-hcd/tracker.h (moved)
	* uspace/drv/uhci-hcd/transfer_list.c (modified)
	* uspace/drv/uhci-hcd/transfer_list.h (modified)
	* uspace/drv/uhci-hcd/uhci.c (modified)
	* uspace/drv/uhci-hcd/uhci.h (modified)
	* uspace/drv/uhci-hcd/uhci_struct/queue_head.h (modified)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (modified)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h (modified)
	* uspace/drv/uhci-rhd/main.c (modified)
	* uspace/drv/usbhid/hid.h (modified)
	* uspace/drv/usbhid/main.c (modified)

	Merged development/ changes

	Warning: this merge breaks some things ...


Fri, 11 Feb 2011 14:20:57 GMT Vojtech Horky <vojtechhorky@…> [1e64b250]
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/drv/include/usbhc_iface.h (modified)

	Remove traces of GET_BUFFER method


Fri, 11 Feb 2011 13:04:13 GMT Vojtech Horky <vojtechhorky@…> [03197ffc]
	* uspace/drv/usbhid/hid.h (modified)
	* uspace/drv/usbhid/main.c (modified)

	HID driver uses pipe API (again)

	The SET_CONFIGURATION request is ...


Fri, 11 Feb 2011 12:06:05 GMT Jan Vesely <jano.vesely@…> [5d4193c]
	* uspace/drv/uhci-hcd/Makefile (modified)
	* uspace/drv/uhci-hcd/callback.c (deleted)
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/tracker.c (added)
	* uspace/drv/uhci-hcd/tracker.h (moved)
	* uspace/drv/uhci-hcd/transfer_list.c (modified)
	* uspace/drv/uhci-hcd/transfer_list.h (modified)
	* uspace/drv/uhci-hcd/uhci.c (modified)
	* uspace/drv/uhci-hcd/uhci.h (modified)
	* uspace/drv/uhci-hcd/uhci_struct/queue_head.h (modified)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (modified)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h (modified)
	* uspace/drv/uhci-rhd/main.c (modified)

	UHCI internals rework, add support for ew control transfer API


Thu, 10 Feb 2011 22:14:38 GMT Vojtech Horky <vojtechhorky@…> [0a6fa9f]
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/usb/src/usbdrv.c (modified)

	Get buffer replaced with asynchronous data read

	The GET_BUFFER ...


Thu, 10 Feb 2011 21:48:07 GMT Vojtech Horky <vojtechhorky@…> [8bf1eeb]
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/include/async.h (modified)

	Add async_data_read() function to libc

	The function is an ...


Wed, 09 Feb 2011 10:28:46 GMT Jan Vesely <jano.vesely@…> [f96aefc]
	* uspace/drv/uhci-hcd/main.c (modified)

	reduce debug output


Wed, 09 Feb 2011 10:27:44 GMT Jan Vesely <jano.vesely@…> [f9014bc]
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (modified)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h (modified)

	Fixes: is_active should compare to 0 conversion to bool does not work ...


Wed, 09 Feb 2011 10:26:40 GMT Jan Vesely <jano.vesely@…> [2964aa87]
	* uspace/drv/uhci-hcd/transfer_list.c (modified)

	Adds fw debug prints and enables QH recheck


Wed, 09 Feb 2011 10:25:01 GMT Jan Vesely <jano.vesely@…> [61bb85d]
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/tracker.c (modified)

	Fix: interrupt calls should use interrupt trackers
	Fix: interrupt ...


Wed, 09 Feb 2011 08:26:36 GMT Jan Vesely <jano.vesely@…> [3cc5ccda]
	* uspace/drv/uhci-hcd/uhci.c (modified)
	* uspace/drv/uhci-hcd/uhci.h (modified)
	* uspace/drv/uhci-hcd/uhci_struct/queue_head.h (modified)

	Use mutex to guard the tracker_list
	Do not resolve finished trackers ...


Wed, 09 Feb 2011 08:17:32 GMT Jan Vesely <jano.vesely@…> [ad29045]
	* uspace/drv/usbhid/main.c (modified)

	Enable usbhid


Tue, 08 Feb 2011 22:26:36 GMT Jan Vesely <jano.vesely@…> [e0004ad]
	* uspace/drv/uhci-hcd/tracker.c (modified)

	Fixes: don't move buffer_offset in setup stage

	usbinfo utility works


Tue, 08 Feb 2011 22:24:56 GMT Jan Vesely <jano.vesely@…> [2b4dbd1]
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/uhci.c (modified)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (modified)

	Fixes: Use 8B as default control pipe max packet size
	Fixes: use ...


Tue, 08 Feb 2011 19:48:10 GMT Jan Vesely <jano.vesely@…> [014d5033]
	* uspace/drv/uhci-hcd/main.c (modified)
	* uspace/drv/uhci-hcd/tracker.c (modified)
	* uspace/drv/uhci-rhd/main.c (modified)
	* uspace/drv/usbhid/main.c (modified)

	Fixes: set tracker speed in init

	changes debug level


Mon, 07 Feb 2011 22:12:26 GMT Jan Vesely <jano.vesely@…> [f82cc1a8]
	* HelenOS.config (modified)
	* uspace/drv/rootvirt/devices.def (modified)

	Development changes, VirtualHC config option


Mon, 07 Feb 2011 22:09:17 GMT Jan Vesely <jano.vesely@…> [f241b05b]
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/tracker.c (modified)
	* uspace/drv/uhci-hcd/tracker.h (modified)
	* uspace/drv/uhci-hcd/transfer_list.c (modified)
	* uspace/drv/uhci-hcd/uhci.c (modified)

	Adds new calbacks implementation

	several debug texts


Mon, 07 Feb 2011 19:05:07 GMT Jan Vesely <jano.vesely@…> [a72620d]
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/tracker.c (modified)

	Adds new API hc stubs


Mon, 07 Feb 2011 14:42:15 GMT Jan Vesely <jano.vesely@…> [fe10e72]
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/tracker.c (modified)
	* uspace/drv/uhci-hcd/uhci.c (modified)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (modified)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h (modified)

	Fixes(only for new API trackers): add support for toggle bit


Mon, 07 Feb 2011 14:06:57 GMT Jan Vesely <jano.vesely@…> [3f189c5]
	* uspace/drv/uhci-hcd/Makefile (modified)
	* uspace/drv/uhci-hcd/callback.c (deleted)
	* uspace/drv/uhci-hcd/callback.h (deleted)
	* uspace/drv/uhci-hcd/transfer_list.c (modified)
	* uspace/drv/uhci-hcd/transfer_list.h (modified)
	* uspace/drv/uhci-hcd/uhci.c (modified)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (modified)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h (modified)

	Lots of cleanup, removes unused code (replaced by trackers)


Mon, 07 Feb 2011 13:56:18 GMT Jan Vesely <jano.vesely@…> [7e62b62]
	* uspace/drv/uhci-hcd/iface.c (modified)

	Use trackers for interrupt transfers


Mon, 07 Feb 2011 13:55:49 GMT Jan Vesely <jano.vesely@…> [52b7f15f]
	* uspace/drv/uhci-hcd/tracker.c (modified)

	Fixes: zero TD in case it is accesssed uninitialized


Mon, 07 Feb 2011 13:39:21 GMT Jan Vesely <jano.vesely@…> [c8dd5b1]
	* uspace/drv/uhci-hcd/tracker.c (modified)

	Adds tracker interrupt_in and interrupt_out implementaion


Mon, 07 Feb 2011 13:28:25 GMT Jan Vesely <jano.vesely@…> [9e80904]
	* uspace/drv/uhci-hcd/iface.c (modified)

	Adds the use of trackers for control transfers(old API)


Mon, 07 Feb 2011 13:27:14 GMT Jan Vesely <jano.vesely@…> [e2172cf8]
	* uspace/drv/uhci-hcd/tracker.c (modified)
	* uspace/drv/uhci-hcd/uhci.c (modified)
	* uspace/drv/uhci-hcd/uhci.h (modified)

	Fixes: report proper size in tracker call_in

	Adds few debug lines


Mon, 07 Feb 2011 12:49:19 GMT Jan Vesely <jano.vesely@…> [9a818a9]
	* uspace/drv/uhci-hcd/tracker.c (modified)
	* uspace/drv/uhci-hcd/tracker.h (modified)
	* uspace/drv/uhci-hcd/transfer_list.c (modified)
	* uspace/drv/uhci-hcd/transfer_list.h (modified)
	* uspace/drv/uhci-hcd/uhci.c (modified)
	* uspace/drv/uhci-hcd/uhci.h (modified)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h (modified)

	Adds support for tracker scheduling and callback


Mon, 07 Feb 2011 11:39:52 GMT Jan Vesely <jano.vesely@…> [da17cf0]
	* uspace/drv/uhci-hcd/tracker.c (modified)
	* uspace/drv/uhci-hcd/tracker.h (modified)

	Adds tracker support for the old control connection API


Mon, 07 Feb 2011 11:20:22 GMT Jan Vesely <jano.vesely@…> [4192d3d6]
	* uspace/drv/uhci-hcd/Makefile (modified)
	* uspace/drv/uhci-hcd/tracker.c (added)
	* uspace/drv/uhci-hcd/tracker.h (added)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (modified)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h (modified)

	Add new tracking mechanism for complex transfers


Sun, 06 Feb 2011 22:59:24 GMT Vojtech Horky <vojtechhorky@…> [0397e5a4]
	* HelenOS.config (modified)
	* uspace/drv/rootvirt/devices.def (modified)

	Merge development/ changes


Sun, 06 Feb 2011 22:55:30 GMT Vojtech Horky <vojtechhorky@…> [25971d2]
	* uspace/drv/usbhid/main.c (modified)
	* uspace/lib/usb/include/usb/pipes.h (modified)
	* uspace/lib/usb/src/pipes.c (modified)
	* uspace/lib/usb/src/pipesinit.c (modified)

	Endpoint pipes has maximum packet size


Sun, 06 Feb 2011 22:03:55 GMT Vojtech Horky <vojtechhorky@…> [cd50486]
	* .bzrignore (modified)
	* HelenOS.config (modified)
	* boot/arch/amd64/Makefile.inc (modified)
	* contrib/arch/kernel/kernel.adl (modified)
	* contrib/arch/uspace/lib/libc/protocol (modified)
	* kernel/arch/arm32/src/mach/gta02/gta02.c (modified)
	* kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified)
	* kernel/arch/ia32/_link.ld.in (modified)
	* kernel/arch/mips32/src/mm/tlb.c (modified)
	* kernel/arch/sparc64/src/drivers/niagara.c (modified)
	* kernel/generic/include/ddi/ddi.h (modified)
	* kernel/generic/include/ipc/event_types.h (modified)
	* kernel/generic/include/ipc/sysipc.h (modified)
	* kernel/generic/include/mm/as.h (modified)
	* kernel/generic/include/proc/task.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/include/udebug/udebug.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/interrupt/interrupt.c (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/ipc/irq.c (modified)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* kernel/generic/src/lib/elf.c (modified)
	* kernel/generic/src/lib/rd.c (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/proc/program.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* kernel/generic/src/sysinfo/stats.c (modified)
	* kernel/generic/src/time/clock.c (modified)
	* uspace/Makefile (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/bdsh/cmds/modules/cat/cat.c (modified)
	* uspace/app/bdsh/cmds/modules/rm/rm.c (modified)
	* uspace/app/init/init.c (modified)
	* uspace/app/klog/klog.c (modified)
	* uspace/app/ping/ping.c (modified)
	* uspace/app/taskdump/taskdump.c (modified)
	* uspace/app/tester/hw/misc/virtchar1.c (modified)
	* uspace/app/tester/hw/serial/serial1.c (modified)
	* uspace/app/tester/tester.h (modified)
	* uspace/app/tetris/screen.h (modified)
	* uspace/app/top/screen.c (modified)
	* uspace/app/trace/ipc_desc.c (modified)
	* uspace/app/trace/ipcp.h (modified)
	* uspace/app/trace/proto.c (modified)
	* uspace/app/trace/proto.h (modified)
	* uspace/app/trace/syscalls.c (modified)
	* uspace/app/trace/trace.c (modified)
	* uspace/app/usbinfo/info.c (modified)
	* uspace/drv/ns8250/ns8250.c (modified)
	* uspace/drv/pciintel/pci.c (modified)
	* uspace/drv/rootvirt/devices.def (modified)
	* uspace/drv/test2/test2.c (modified)
	* uspace/drv/uhci-hcd/Makefile (added)
	* uspace/drv/uhci-hcd/callback.c (added)
	* uspace/drv/uhci-hcd/callback.h (added)
	* uspace/drv/uhci-hcd/iface.c (added)
	* uspace/drv/uhci-hcd/iface.h (added)
	* uspace/drv/uhci-hcd/main.c (moved)
	* uspace/drv/uhci-hcd/pci.c (moved)
	* uspace/drv/uhci-hcd/pci.h (moved)
	* uspace/drv/uhci-hcd/root_hub.c (added)
	* uspace/drv/uhci-hcd/root_hub.h (added)
	* uspace/drv/uhci-hcd/transfer_list.c (added)
	* uspace/drv/uhci-hcd/transfer_list.h (added)
	* uspace/drv/uhci-hcd/transfers.c (moved)
	* uspace/drv/uhci-hcd/uhci-hcd.ma (moved)
	* uspace/drv/uhci-hcd/uhci.c (added)
	* uspace/drv/uhci-hcd/uhci.h (added)
	* uspace/drv/uhci-hcd/uhci_struct/link_pointer.h (added)
	* uspace/drv/uhci-hcd/uhci_struct/queue_head.h (added)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (added)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h (added)
	* uspace/drv/uhci-hcd/utils/malloc32.h (added)
	* uspace/drv/uhci-rhd/Makefile (moved)
	* uspace/drv/uhci-rhd/main.c (added)
	* uspace/drv/uhci-rhd/port.c (added)
	* uspace/drv/uhci-rhd/port.h (added)
	* uspace/drv/uhci-rhd/port_status.c (added)
	* uspace/drv/uhci-rhd/port_status.h (added)
	* uspace/drv/uhci-rhd/root_hub.c (added)
	* uspace/drv/uhci-rhd/root_hub.h (added)
	* uspace/drv/uhci-rhd/uhci-rhd.ma (added)
	* uspace/drv/usbhid/hid.h (modified)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/drv/usbhub/main.c (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/usbhub/usbhub_private.h (modified)
	* uspace/drv/usbhub/utils.c (modified)
	* uspace/drv/vhc/conndev.c (modified)
	* uspace/drv/vhc/devices.c (modified)
	* uspace/drv/vhc/hc.c (modified)
	* uspace/drv/vhc/hcd.c (modified)
	* uspace/lib/block/libblock.c (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/arch/abs32le/_link.ld.in (modified)
	* uspace/lib/c/arch/abs32le/src/entry.c (modified)
	* uspace/lib/c/arch/abs32le/src/thread_entry.c (modified)
	* uspace/lib/c/arch/amd64/_link.ld.in (modified)
	* uspace/lib/c/arch/amd64/src/entry.s (modified)
	* uspace/lib/c/arch/arm32/_link.ld.in (modified)
	* uspace/lib/c/arch/arm32/src/entry.s (modified)
	* uspace/lib/c/arch/ia32/_link.ld.in (modified)
	* uspace/lib/c/arch/ia32/src/entry.s (modified)
	* uspace/lib/c/arch/ia64/_link.ld.in (modified)
	* uspace/lib/c/arch/ia64/src/entry.s (modified)
	* uspace/lib/c/arch/mips32/_link.ld.in (modified)
	* uspace/lib/c/arch/mips32/src/entry.s (modified)
	* uspace/lib/c/arch/ppc32/_link.ld.in (modified)
	* uspace/lib/c/arch/ppc32/src/entry.s (modified)
	* uspace/lib/c/arch/sparc64/_link.ld.in (modified)
	* uspace/lib/c/arch/sparc64/src/entry.s (modified)
	* uspace/lib/c/generic/as.c (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/async_sess.c (modified)
	* uspace/lib/c/generic/clipboard.c (modified)
	* uspace/lib/c/generic/ddi.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/devmap.c (modified)
	* uspace/lib/c/generic/event.c (modified)
	* uspace/lib/c/generic/fibril_synch.c (modified)
	* uspace/lib/c/generic/io/io.c (modified)
	* uspace/lib/c/generic/ipc.c (modified)
	* uspace/lib/c/generic/ipc/ns.c (added)
	* uspace/lib/c/generic/libc.c (modified)
	* uspace/lib/c/generic/loader.c (modified)
	* uspace/lib/c/generic/malloc.c (modified)
	* uspace/lib/c/generic/net/icmp_api.c (modified)
	* uspace/lib/c/generic/net/modules.c (modified)
	* uspace/lib/c/generic/net/socket_client.c (modified)
	* uspace/lib/c/generic/private/async.h (moved)
	* uspace/lib/c/generic/private/async_sess.h (moved)
	* uspace/lib/c/generic/private/io.h (added)
	* uspace/lib/c/generic/private/libc.h (added)
	* uspace/lib/c/generic/private/malloc.h (added)
	* uspace/lib/c/generic/private/thread.h (added)
	* uspace/lib/c/generic/thread.c (modified)
	* uspace/lib/c/generic/time.c (modified)
	* uspace/lib/c/generic/udebug.c (modified)
	* uspace/lib/c/generic/vfs/vfs.c (modified)
	* uspace/lib/c/include/as.h (modified)
	* uspace/lib/c/include/assert.h (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/async_sess.h (modified)
	* uspace/lib/c/include/byteorder.h (modified)
	* uspace/lib/c/include/ddi.h (modified)
	* uspace/lib/c/include/devman.h (modified)
	* uspace/lib/c/include/err.h (modified)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/c/include/event.h (modified)
	* uspace/lib/c/include/io/console.h (modified)
	* uspace/lib/c/include/io/screenbuffer.h (modified)
	* uspace/lib/c/include/ipc/adb.h (modified)
	* uspace/lib/c/include/ipc/arp.h (modified)
	* uspace/lib/c/include/ipc/bd.h (modified)
	* uspace/lib/c/include/ipc/char.h (modified)
	* uspace/lib/c/include/ipc/clipboard.h (modified)
	* uspace/lib/c/include/ipc/common.h (added)
	* uspace/lib/c/include/ipc/console.h (modified)
	* uspace/lib/c/include/ipc/dev_iface.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/c/include/ipc/devmap.h (modified)
	* uspace/lib/c/include/ipc/fb.h (modified)
	* uspace/lib/c/include/ipc/icmp.h (modified)
	* uspace/lib/c/include/ipc/il.h (modified)
	* uspace/lib/c/include/ipc/ip.h (modified)
	* uspace/lib/c/include/ipc/ipc.h (modified)
	* uspace/lib/c/include/ipc/irc.h (modified)
	* uspace/lib/c/include/ipc/kbd.h (modified)
	* uspace/lib/c/include/ipc/loader.h (modified)
	* uspace/lib/c/include/ipc/mouse.h (modified)
	* uspace/lib/c/include/ipc/net.h (modified)
	* uspace/lib/c/include/ipc/net_net.h (modified)
	* uspace/lib/c/include/ipc/netif.h (modified)
	* uspace/lib/c/include/ipc/nil.h (modified)
	* uspace/lib/c/include/ipc/ns.h (modified)
	* uspace/lib/c/include/ipc/packet.h (modified)
	* uspace/lib/c/include/ipc/services.h (modified)
	* uspace/lib/c/include/ipc/socket.h (modified)
	* uspace/lib/c/include/ipc/tl.h (modified)
	* uspace/lib/c/include/ipc/vfs.h (modified)
	* uspace/lib/c/include/libc.h (modified)
	* uspace/lib/c/include/loader/pcb.h (modified)
	* uspace/lib/c/include/malloc.h (modified)
	* uspace/lib/c/include/net/modules.h (modified)
	* uspace/lib/c/include/setjmp.h (modified)
	* uspace/lib/c/include/stdlib.h (modified)
	* uspace/lib/c/include/syscall.h (modified)
	* uspace/lib/c/include/thread.h (modified)
	* uspace/lib/c/include/tls.h (modified)
	* uspace/lib/c/include/udebug.h (modified)
	* uspace/lib/c/include/unistd.h (modified)
	* uspace/lib/c/include/vfs/vfs.h (modified)
	* uspace/lib/clui/tinput.h (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/generic/remote_char_dev.c (modified)
	* uspace/lib/drv/generic/remote_hw_res.c (modified)
	* uspace/lib/drv/generic/remote_usb.c (modified)
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/drv/include/dev_iface.h (modified)
	* uspace/lib/drv/include/driver.h (modified)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/fs/libfs.h (modified)
	* uspace/lib/net/generic/generic.c (modified)
	* uspace/lib/net/generic/packet_remote.c (modified)
	* uspace/lib/net/il/arp_remote.c (modified)
	* uspace/lib/net/il/il_skel.c (modified)
	* uspace/lib/net/include/generic.h (modified)
	* uspace/lib/net/include/il_skel.h (modified)
	* uspace/lib/net/include/netif_skel.h (modified)
	* uspace/lib/net/include/nil_skel.h (modified)
	* uspace/lib/net/include/tl_skel.h (modified)
	* uspace/lib/net/netif/netif_skel.c (modified)
	* uspace/lib/net/nil/nil_skel.c (modified)
	* uspace/lib/net/tl/icmp_remote.c (modified)
	* uspace/lib/net/tl/tl_skel.c (modified)
	* uspace/lib/packet/generic/packet_server.c (modified)
	* uspace/lib/packet/include/packet_server.h (modified)
	* uspace/lib/usb/include/usb/addrkeep.h (added)
	* uspace/lib/usb/include/usb/descriptor.h (modified)
	* uspace/lib/usb/include/usb/devreq.h (modified)
	* uspace/lib/usb/include/usb/usb.h (modified)
	* uspace/lib/usb/include/usb/usbmem.h (modified)
	* uspace/lib/usb/src/addrkeep.c (modified)
	* uspace/lib/usb/src/debug.c (modified)
	* uspace/lib/usb/src/pipes.c (modified)
	* uspace/lib/usb/src/recognise.c (modified)
	* uspace/lib/usb/src/usbdrv.c (modified)
	* uspace/lib/usb/src/usbmem.c (modified)
	* uspace/lib/usbvirt/src/callback.c (modified)
	* uspace/lib/usbvirt/src/main.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.h (modified)
	* uspace/srv/bd/ata_bd/ata_hw.h (modified)
	* uspace/srv/bd/file_bd/file_bd.c (modified)
	* uspace/srv/bd/gxe_bd/gxe_bd.c (modified)
	* uspace/srv/bd/part/guid_part/guid_part.c (modified)
	* uspace/srv/bd/part/mbr_part/mbr_part.c (modified)
	* uspace/srv/bd/rd/rd.c (modified)
	* uspace/srv/clip/clip.c (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/devmap/devmap.c (modified)
	* uspace/srv/fs/devfs/devfs.c (modified)
	* uspace/srv/fs/devfs/devfs_ops.c (modified)
	* uspace/srv/fs/devfs/devfs_ops.h (modified)
	* uspace/srv/fs/fat/fat.c (modified)
	* uspace/srv/fs/fat/fat.h (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs.h (modified)
	* uspace/srv/fs/tmpfs/tmpfs_ops.c (modified)
	* uspace/srv/hid/adb_mouse/adb_dev.c (modified)
	* uspace/srv/hid/adb_mouse/adb_mouse.c (modified)
	* uspace/srv/hid/char_mouse/char_mouse.c (modified)
	* uspace/srv/hid/char_mouse/chardev.c (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/console/gcons.c (modified)
	* uspace/srv/hid/fb/ega.c (modified)
	* uspace/srv/hid/fb/fb.c (modified)
	* uspace/srv/hid/fb/main.c (modified)
	* uspace/srv/hid/fb/serial_console.c (modified)
	* uspace/srv/hid/fb/serial_console.h (modified)
	* uspace/srv/hid/kbd/generic/kbd.c (modified)
	* uspace/srv/hid/kbd/port/adb.c (modified)
	* uspace/srv/hid/kbd/port/chardev.c (modified)
	* uspace/srv/hid/kbd/port/gxemul.c (modified)
	* uspace/srv/hid/kbd/port/msim.c (modified)
	* uspace/srv/hid/kbd/port/ns16550.c (modified)
	* uspace/srv/hid/kbd/port/pl050.c (modified)
	* uspace/srv/hid/kbd/port/z8530.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/i8042/i8042.c (modified)
	* uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified)
	* uspace/srv/hw/irc/apic/apic.c (modified)
	* uspace/srv/hw/irc/fhc/fhc.c (modified)
	* uspace/srv/hw/irc/i8259/i8259.c (modified)
	* uspace/srv/hw/irc/obio/obio.c (modified)
	* uspace/srv/hw/netif/ne2000/ne2000.c (modified)
	* uspace/srv/loader/arch/abs32le/_link.ld.in (modified)
	* uspace/srv/loader/arch/amd64/_link.ld.in (modified)
	* uspace/srv/loader/arch/arm32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ia32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ia64/_link.ld.in (modified)
	* uspace/srv/loader/arch/mips32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ppc32/_link.ld.in (modified)
	* uspace/srv/loader/arch/sparc64/_link.ld.in (modified)
	* uspace/srv/loader/elf_load.c (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/net/il/arp/arp.c (modified)
	* uspace/srv/net/il/arp/arp.h (modified)
	* uspace/srv/net/il/ip/ip.c (modified)
	* uspace/srv/net/il/ip/ip.h (modified)
	* uspace/srv/net/net/net.c (modified)
	* uspace/srv/net/net/net.h (modified)
	* uspace/srv/net/net/net_standalone.c (modified)
	* uspace/srv/net/netif/lo/lo.c (modified)
	* uspace/srv/net/nil/eth/eth.c (modified)
	* uspace/srv/net/nil/nildummy/nildummy.c (modified)
	* uspace/srv/net/tl/icmp/icmp.c (modified)
	* uspace/srv/net/tl/tcp/tcp.c (modified)
	* uspace/srv/net/tl/udp/udp.c (modified)
	* uspace/srv/ns/clonable.c (modified)
	* uspace/srv/ns/clonable.h (modified)
	* uspace/srv/ns/ns.c (modified)
	* uspace/srv/ns/service.c (modified)
	* uspace/srv/ns/service.h (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)
	* uspace/srv/vfs/vfs.h (modified)
	* uspace/srv/vfs/vfs_lookup.c (modified)
	* uspace/srv/vfs/vfs_ops.c (modified)
	* uspace/srv/vfs/vfs_register.c (modified)

	Merge development/ changes


Sun, 06 Feb 2011 21:58:56 GMT Vojtech Horky <vojtechhorky@…> [960ff451]
	* HelenOS.config (modified)
	* uspace/drv/rootvirt/devices.def (modified)

	Launch of virtual USB HC configurable

	It is possible to specify ...


Fri, 04 Feb 2011 23:51:54 GMT Jan Vesely <jano.vesely@…> [4d73d71]
	* uspace/drv/uhci-hcd/uhci.c (modified)

	add some basic packet checks


Fri, 04 Feb 2011 22:40:13 GMT Jan Vesely <jano.vesely@…> [474afc9]
	* contrib/arch/kernel/kernel.adl (modified)
	* contrib/arch/uspace/lib/libc/protocol (modified)
	* kernel/arch/arm32/src/mach/gta02/gta02.c (modified)
	* kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified)
	* kernel/arch/ia32/_link.ld.in (modified)
	* kernel/arch/mips32/src/mm/tlb.c (modified)
	* kernel/arch/sparc64/src/drivers/niagara.c (modified)
	* kernel/generic/include/ddi/ddi.h (modified)
	* kernel/generic/include/ipc/event_types.h (modified)
	* kernel/generic/include/ipc/sysipc.h (modified)
	* kernel/generic/include/mm/as.h (modified)
	* kernel/generic/include/proc/task.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/include/udebug/udebug.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/interrupt/interrupt.c (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/ipc/irq.c (modified)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* kernel/generic/src/lib/elf.c (modified)
	* kernel/generic/src/lib/rd.c (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/proc/program.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* kernel/generic/src/sysinfo/stats.c (modified)
	* kernel/generic/src/time/clock.c (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/init/init.c (modified)
	* uspace/app/klog/klog.c (modified)
	* uspace/app/ping/ping.c (modified)
	* uspace/app/taskdump/taskdump.c (modified)
	* uspace/app/tester/hw/misc/virtchar1.c (modified)
	* uspace/app/tester/hw/serial/serial1.c (modified)
	* uspace/app/tester/tester.h (modified)
	* uspace/app/tetris/screen.h (modified)
	* uspace/app/top/screen.c (modified)
	* uspace/app/trace/ipc_desc.c (modified)
	* uspace/app/trace/ipcp.h (modified)
	* uspace/app/trace/proto.c (modified)
	* uspace/app/trace/proto.h (modified)
	* uspace/app/trace/syscalls.c (modified)
	* uspace/app/trace/trace.c (modified)
	* uspace/app/usbinfo/info.c (modified)
	* uspace/drv/ns8250/ns8250.c (modified)
	* uspace/drv/pciintel/pci.c (modified)
	* uspace/drv/test2/test2.c (modified)
	* uspace/drv/uhci-hcd/pci.c (modified)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/vhc/conndev.c (modified)
	* uspace/drv/vhc/devices.c (modified)
	* uspace/drv/vhc/hc.c (modified)
	* uspace/drv/vhc/hcd.c (modified)
	* uspace/lib/block/libblock.c (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/arch/abs32le/_link.ld.in (modified)
	* uspace/lib/c/arch/abs32le/src/entry.c (modified)
	* uspace/lib/c/arch/abs32le/src/thread_entry.c (modified)
	* uspace/lib/c/arch/amd64/_link.ld.in (modified)
	* uspace/lib/c/arch/amd64/src/entry.s (modified)
	* uspace/lib/c/arch/arm32/_link.ld.in (modified)
	* uspace/lib/c/arch/arm32/src/entry.s (modified)
	* uspace/lib/c/arch/ia32/_link.ld.in (modified)
	* uspace/lib/c/arch/ia32/src/entry.s (modified)
	* uspace/lib/c/arch/ia64/_link.ld.in (modified)
	* uspace/lib/c/arch/ia64/src/entry.s (modified)
	* uspace/lib/c/arch/mips32/_link.ld.in (modified)
	* uspace/lib/c/arch/mips32/src/entry.s (modified)
	* uspace/lib/c/arch/ppc32/_link.ld.in (modified)
	* uspace/lib/c/arch/ppc32/src/entry.s (modified)
	* uspace/lib/c/arch/sparc64/_link.ld.in (modified)
	* uspace/lib/c/arch/sparc64/src/entry.s (modified)
	* uspace/lib/c/generic/as.c (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/async_sess.c (modified)
	* uspace/lib/c/generic/clipboard.c (modified)
	* uspace/lib/c/generic/ddi.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/devmap.c (modified)
	* uspace/lib/c/generic/event.c (modified)
	* uspace/lib/c/generic/fibril_synch.c (modified)
	* uspace/lib/c/generic/io/io.c (modified)
	* uspace/lib/c/generic/ipc.c (modified)
	* uspace/lib/c/generic/ipc/ns.c (added)
	* uspace/lib/c/generic/libc.c (modified)
	* uspace/lib/c/generic/loader.c (modified)
	* uspace/lib/c/generic/malloc.c (modified)
	* uspace/lib/c/generic/net/icmp_api.c (modified)
	* uspace/lib/c/generic/net/modules.c (modified)
	* uspace/lib/c/generic/net/socket_client.c (modified)
	* uspace/lib/c/generic/private/async.h (moved)
	* uspace/lib/c/generic/private/async_sess.h (moved)
	* uspace/lib/c/generic/private/io.h (added)
	* uspace/lib/c/generic/private/libc.h (added)
	* uspace/lib/c/generic/private/malloc.h (added)
	* uspace/lib/c/generic/private/thread.h (added)
	* uspace/lib/c/generic/thread.c (modified)
	* uspace/lib/c/generic/time.c (modified)
	* uspace/lib/c/generic/udebug.c (modified)
	* uspace/lib/c/generic/vfs/vfs.c (modified)
	* uspace/lib/c/include/as.h (modified)
	* uspace/lib/c/include/assert.h (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/async_sess.h (modified)
	* uspace/lib/c/include/byteorder.h (modified)
	* uspace/lib/c/include/ddi.h (modified)
	* uspace/lib/c/include/devman.h (modified)
	* uspace/lib/c/include/err.h (modified)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/c/include/event.h (modified)
	* uspace/lib/c/include/io/console.h (modified)
	* uspace/lib/c/include/io/screenbuffer.h (modified)
	* uspace/lib/c/include/ipc/adb.h (modified)
	* uspace/lib/c/include/ipc/arp.h (modified)
	* uspace/lib/c/include/ipc/bd.h (modified)
	* uspace/lib/c/include/ipc/char.h (modified)
	* uspace/lib/c/include/ipc/clipboard.h (modified)
	* uspace/lib/c/include/ipc/common.h (added)
	* uspace/lib/c/include/ipc/console.h (modified)
	* uspace/lib/c/include/ipc/dev_iface.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/c/include/ipc/devmap.h (modified)
	* uspace/lib/c/include/ipc/fb.h (modified)
	* uspace/lib/c/include/ipc/icmp.h (modified)
	* uspace/lib/c/include/ipc/il.h (modified)
	* uspace/lib/c/include/ipc/ip.h (modified)
	* uspace/lib/c/include/ipc/ipc.h (modified)
	* uspace/lib/c/include/ipc/irc.h (modified)
	* uspace/lib/c/include/ipc/kbd.h (modified)
	* uspace/lib/c/include/ipc/loader.h (modified)
	* uspace/lib/c/include/ipc/mouse.h (modified)
	* uspace/lib/c/include/ipc/net.h (modified)
	* uspace/lib/c/include/ipc/net_net.h (modified)
	* uspace/lib/c/include/ipc/netif.h (modified)
	* uspace/lib/c/include/ipc/nil.h (modified)
	* uspace/lib/c/include/ipc/ns.h (modified)
	* uspace/lib/c/include/ipc/packet.h (modified)
	* uspace/lib/c/include/ipc/services.h (modified)
	* uspace/lib/c/include/ipc/socket.h (modified)
	* uspace/lib/c/include/ipc/tl.h (modified)
	* uspace/lib/c/include/ipc/vfs.h (modified)
	* uspace/lib/c/include/libc.h (modified)
	* uspace/lib/c/include/loader/pcb.h (modified)
	* uspace/lib/c/include/malloc.h (modified)
	* uspace/lib/c/include/net/modules.h (modified)
	* uspace/lib/c/include/setjmp.h (modified)
	* uspace/lib/c/include/stdlib.h (modified)
	* uspace/lib/c/include/syscall.h (modified)
	* uspace/lib/c/include/thread.h (modified)
	* uspace/lib/c/include/tls.h (modified)
	* uspace/lib/c/include/udebug.h (modified)
	* uspace/lib/c/include/unistd.h (modified)
	* uspace/lib/c/include/vfs/vfs.h (modified)
	* uspace/lib/clui/tinput.h (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/generic/remote_char_dev.c (modified)
	* uspace/lib/drv/generic/remote_hw_res.c (modified)
	* uspace/lib/drv/generic/remote_usb.c (modified)
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/drv/include/dev_iface.h (modified)
	* uspace/lib/drv/include/driver.h (modified)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/fs/libfs.h (modified)
	* uspace/lib/net/generic/generic.c (modified)
	* uspace/lib/net/generic/packet_remote.c (modified)
	* uspace/lib/net/il/arp_remote.c (modified)
	* uspace/lib/net/il/il_skel.c (modified)
	* uspace/lib/net/include/generic.h (modified)
	* uspace/lib/net/include/il_skel.h (modified)
	* uspace/lib/net/include/netif_skel.h (modified)
	* uspace/lib/net/include/nil_skel.h (modified)
	* uspace/lib/net/include/tl_skel.h (modified)
	* uspace/lib/net/netif/netif_skel.c (modified)
	* uspace/lib/net/nil/nil_skel.c (modified)
	* uspace/lib/net/tl/icmp_remote.c (modified)
	* uspace/lib/net/tl/tl_skel.c (modified)
	* uspace/lib/packet/generic/packet_server.c (modified)
	* uspace/lib/packet/include/packet_server.h (modified)
	* uspace/lib/usb/include/usb/descriptor.h (modified)
	* uspace/lib/usb/include/usb/devreq.h (modified)
	* uspace/lib/usb/include/usb/usb.h (modified)
	* uspace/lib/usb/src/addrkeep.c (modified)
	* uspace/lib/usb/src/pipes.c (modified)
	* uspace/lib/usb/src/recognise.c (modified)
	* uspace/lib/usb/src/usbdrv.c (modified)
	* uspace/lib/usbvirt/src/callback.c (modified)
	* uspace/lib/usbvirt/src/main.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.h (modified)
	* uspace/srv/bd/ata_bd/ata_hw.h (modified)
	* uspace/srv/bd/file_bd/file_bd.c (modified)
	* uspace/srv/bd/gxe_bd/gxe_bd.c (modified)
	* uspace/srv/bd/part/guid_part/guid_part.c (modified)
	* uspace/srv/bd/part/mbr_part/mbr_part.c (modified)
	* uspace/srv/bd/rd/rd.c (modified)
	* uspace/srv/clip/clip.c (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/devmap/devmap.c (modified)
	* uspace/srv/fs/devfs/devfs.c (modified)
	* uspace/srv/fs/devfs/devfs_ops.c (modified)
	* uspace/srv/fs/devfs/devfs_ops.h (modified)
	* uspace/srv/fs/fat/fat.c (modified)
	* uspace/srv/fs/fat/fat.h (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs.h (modified)
	* uspace/srv/fs/tmpfs/tmpfs_ops.c (modified)
	* uspace/srv/hid/adb_mouse/adb_dev.c (modified)
	* uspace/srv/hid/adb_mouse/adb_mouse.c (modified)
	* uspace/srv/hid/char_mouse/char_mouse.c (modified)
	* uspace/srv/hid/char_mouse/chardev.c (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/console/gcons.c (modified)
	* uspace/srv/hid/fb/ega.c (modified)
	* uspace/srv/hid/fb/fb.c (modified)
	* uspace/srv/hid/fb/main.c (modified)
	* uspace/srv/hid/fb/serial_console.c (modified)
	* uspace/srv/hid/fb/serial_console.h (modified)
	* uspace/srv/hid/kbd/generic/kbd.c (modified)
	* uspace/srv/hid/kbd/port/adb.c (modified)
	* uspace/srv/hid/kbd/port/chardev.c (modified)
	* uspace/srv/hid/kbd/port/gxemul.c (modified)
	* uspace/srv/hid/kbd/port/msim.c (modified)
	* uspace/srv/hid/kbd/port/ns16550.c (modified)
	* uspace/srv/hid/kbd/port/pl050.c (modified)
	* uspace/srv/hid/kbd/port/z8530.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/i8042/i8042.c (modified)
	* uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified)
	* uspace/srv/hw/irc/apic/apic.c (modified)
	* uspace/srv/hw/irc/fhc/fhc.c (modified)
	* uspace/srv/hw/irc/i8259/i8259.c (modified)
	* uspace/srv/hw/irc/obio/obio.c (modified)
	* uspace/srv/hw/netif/ne2000/ne2000.c (modified)
	* uspace/srv/loader/arch/abs32le/_link.ld.in (modified)
	* uspace/srv/loader/arch/amd64/_link.ld.in (modified)
	* uspace/srv/loader/arch/arm32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ia32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ia64/_link.ld.in (modified)
	* uspace/srv/loader/arch/mips32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ppc32/_link.ld.in (modified)
	* uspace/srv/loader/arch/sparc64/_link.ld.in (modified)
	* uspace/srv/loader/elf_load.c (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/net/il/arp/arp.c (modified)
	* uspace/srv/net/il/arp/arp.h (modified)
	* uspace/srv/net/il/ip/ip.c (modified)
	* uspace/srv/net/il/ip/ip.h (modified)
	* uspace/srv/net/net/net.c (modified)
	* uspace/srv/net/net/net.h (modified)
	* uspace/srv/net/net/net_standalone.c (modified)
	* uspace/srv/net/netif/lo/lo.c (modified)
	* uspace/srv/net/nil/eth/eth.c (modified)
	* uspace/srv/net/nil/nildummy/nildummy.c (modified)
	* uspace/srv/net/tl/icmp/icmp.c (modified)
	* uspace/srv/net/tl/tcp/tcp.c (modified)
	* uspace/srv/net/tl/udp/udp.c (modified)
	* uspace/srv/ns/clonable.c (modified)
	* uspace/srv/ns/clonable.h (modified)
	* uspace/srv/ns/ns.c (modified)
	* uspace/srv/ns/service.c (modified)
	* uspace/srv/ns/service.h (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)
	* uspace/srv/vfs/vfs.h (modified)
	* uspace/srv/vfs/vfs_lookup.c (modified)
	* uspace/srv/vfs/vfs_ops.c (modified)
	* uspace/srv/vfs/vfs_register.c (modified)

	development branch changes


Fri, 04 Feb 2011 21:00:56 GMT Vojtech Horky <vojtechhorky@…> [e29e09cf]
	* contrib/arch/kernel/kernel.adl (modified)
	* contrib/arch/uspace/lib/libc/protocol (modified)
	* kernel/arch/arm32/src/mach/gta02/gta02.c (modified)
	* kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified)
	* kernel/arch/ia32/_link.ld.in (modified)
	* kernel/arch/mips32/src/mm/tlb.c (modified)
	* kernel/arch/sparc64/src/drivers/niagara.c (modified)
	* kernel/generic/include/ddi/ddi.h (modified)
	* kernel/generic/include/ipc/event_types.h (modified)
	* kernel/generic/include/ipc/sysipc.h (modified)
	* kernel/generic/include/mm/as.h (modified)
	* kernel/generic/include/proc/task.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/include/udebug/udebug.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/interrupt/interrupt.c (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/ipc/irq.c (modified)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* kernel/generic/src/lib/elf.c (modified)
	* kernel/generic/src/lib/rd.c (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/proc/program.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* kernel/generic/src/sysinfo/stats.c (modified)
	* kernel/generic/src/time/clock.c (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/init/init.c (modified)
	* uspace/app/klog/klog.c (modified)
	* uspace/app/ping/ping.c (modified)
	* uspace/app/taskdump/taskdump.c (modified)
	* uspace/app/tester/hw/misc/virtchar1.c (modified)
	* uspace/app/tester/hw/serial/serial1.c (modified)
	* uspace/app/tester/tester.h (modified)
	* uspace/app/tetris/screen.h (modified)
	* uspace/app/top/screen.c (modified)
	* uspace/app/trace/ipc_desc.c (modified)
	* uspace/app/trace/ipcp.h (modified)
	* uspace/app/trace/proto.c (modified)
	* uspace/app/trace/proto.h (modified)
	* uspace/app/trace/syscalls.c (modified)
	* uspace/app/trace/trace.c (modified)
	* uspace/app/usbinfo/info.c (modified)
	* uspace/drv/ns8250/ns8250.c (modified)
	* uspace/drv/pciintel/pci.c (modified)
	* uspace/drv/test2/test2.c (modified)
	* uspace/drv/uhci-hcd/pci.c (modified)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/vhc/conndev.c (modified)
	* uspace/drv/vhc/devices.c (modified)
	* uspace/drv/vhc/hc.c (modified)
	* uspace/drv/vhc/hcd.c (modified)
	* uspace/lib/block/libblock.c (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/arch/abs32le/_link.ld.in (modified)
	* uspace/lib/c/arch/abs32le/src/entry.c (modified)
	* uspace/lib/c/arch/abs32le/src/thread_entry.c (modified)
	* uspace/lib/c/arch/amd64/_link.ld.in (modified)
	* uspace/lib/c/arch/amd64/src/entry.s (modified)
	* uspace/lib/c/arch/arm32/_link.ld.in (modified)
	* uspace/lib/c/arch/arm32/src/entry.s (modified)
	* uspace/lib/c/arch/ia32/_link.ld.in (modified)
	* uspace/lib/c/arch/ia32/src/entry.s (modified)
	* uspace/lib/c/arch/ia64/_link.ld.in (modified)
	* uspace/lib/c/arch/ia64/src/entry.s (modified)
	* uspace/lib/c/arch/mips32/_link.ld.in (modified)
	* uspace/lib/c/arch/mips32/src/entry.s (modified)
	* uspace/lib/c/arch/ppc32/_link.ld.in (modified)
	* uspace/lib/c/arch/ppc32/src/entry.s (modified)
	* uspace/lib/c/arch/sparc64/_link.ld.in (modified)
	* uspace/lib/c/arch/sparc64/src/entry.s (modified)
	* uspace/lib/c/generic/as.c (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/async_sess.c (modified)
	* uspace/lib/c/generic/clipboard.c (modified)
	* uspace/lib/c/generic/ddi.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/devmap.c (modified)
	* uspace/lib/c/generic/event.c (modified)
	* uspace/lib/c/generic/fibril_synch.c (modified)
	* uspace/lib/c/generic/io/io.c (modified)
	* uspace/lib/c/generic/ipc.c (modified)
	* uspace/lib/c/generic/ipc/ns.c (added)
	* uspace/lib/c/generic/libc.c (modified)
	* uspace/lib/c/generic/loader.c (modified)
	* uspace/lib/c/generic/malloc.c (modified)
	* uspace/lib/c/generic/net/icmp_api.c (modified)
	* uspace/lib/c/generic/net/modules.c (modified)
	* uspace/lib/c/generic/net/socket_client.c (modified)
	* uspace/lib/c/generic/private/async.h (moved)
	* uspace/lib/c/generic/private/async_sess.h (moved)
	* uspace/lib/c/generic/private/io.h (added)
	* uspace/lib/c/generic/private/libc.h (added)
	* uspace/lib/c/generic/private/malloc.h (added)
	* uspace/lib/c/generic/private/thread.h (added)
	* uspace/lib/c/generic/thread.c (modified)
	* uspace/lib/c/generic/time.c (modified)
	* uspace/lib/c/generic/udebug.c (modified)
	* uspace/lib/c/generic/vfs/vfs.c (modified)
	* uspace/lib/c/include/as.h (modified)
	* uspace/lib/c/include/assert.h (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/async_sess.h (modified)
	* uspace/lib/c/include/byteorder.h (modified)
	* uspace/lib/c/include/ddi.h (modified)
	* uspace/lib/c/include/devman.h (modified)
	* uspace/lib/c/include/err.h (modified)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/c/include/event.h (modified)
	* uspace/lib/c/include/io/console.h (modified)
	* uspace/lib/c/include/io/screenbuffer.h (modified)
	* uspace/lib/c/include/ipc/adb.h (modified)
	* uspace/lib/c/include/ipc/arp.h (modified)
	* uspace/lib/c/include/ipc/bd.h (modified)
	* uspace/lib/c/include/ipc/char.h (modified)
	* uspace/lib/c/include/ipc/clipboard.h (modified)
	* uspace/lib/c/include/ipc/common.h (added)
	* uspace/lib/c/include/ipc/console.h (modified)
	* uspace/lib/c/include/ipc/dev_iface.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/c/include/ipc/devmap.h (modified)
	* uspace/lib/c/include/ipc/fb.h (modified)
	* uspace/lib/c/include/ipc/icmp.h (modified)
	* uspace/lib/c/include/ipc/il.h (modified)
	* uspace/lib/c/include/ipc/ip.h (modified)
	* uspace/lib/c/include/ipc/ipc.h (modified)
	* uspace/lib/c/include/ipc/irc.h (modified)
	* uspace/lib/c/include/ipc/kbd.h (modified)
	* uspace/lib/c/include/ipc/loader.h (modified)
	* uspace/lib/c/include/ipc/mouse.h (modified)
	* uspace/lib/c/include/ipc/net.h (modified)
	* uspace/lib/c/include/ipc/net_net.h (modified)
	* uspace/lib/c/include/ipc/netif.h (modified)
	* uspace/lib/c/include/ipc/nil.h (modified)
	* uspace/lib/c/include/ipc/ns.h (modified)
	* uspace/lib/c/include/ipc/packet.h (modified)
	* uspace/lib/c/include/ipc/services.h (modified)
	* uspace/lib/c/include/ipc/socket.h (modified)
	* uspace/lib/c/include/ipc/tl.h (modified)
	* uspace/lib/c/include/ipc/vfs.h (modified)
	* uspace/lib/c/include/libc.h (modified)
	* uspace/lib/c/include/loader/pcb.h (modified)
	* uspace/lib/c/include/malloc.h (modified)
	* uspace/lib/c/include/net/modules.h (modified)
	* uspace/lib/c/include/setjmp.h (modified)
	* uspace/lib/c/include/stdlib.h (modified)
	* uspace/lib/c/include/syscall.h (modified)
	* uspace/lib/c/include/thread.h (modified)
	* uspace/lib/c/include/tls.h (modified)
	* uspace/lib/c/include/udebug.h (modified)
	* uspace/lib/c/include/unistd.h (modified)
	* uspace/lib/c/include/vfs/vfs.h (modified)
	* uspace/lib/clui/tinput.h (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/generic/remote_char_dev.c (modified)
	* uspace/lib/drv/generic/remote_hw_res.c (modified)
	* uspace/lib/drv/generic/remote_usb.c (modified)
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/drv/include/dev_iface.h (modified)
	* uspace/lib/drv/include/driver.h (modified)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/fs/libfs.h (modified)
	* uspace/lib/net/generic/generic.c (modified)
	* uspace/lib/net/generic/packet_remote.c (modified)
	* uspace/lib/net/il/arp_remote.c (modified)
	* uspace/lib/net/il/il_skel.c (modified)
	* uspace/lib/net/include/generic.h (modified)
	* uspace/lib/net/include/il_skel.h (modified)
	* uspace/lib/net/include/netif_skel.h (modified)
	* uspace/lib/net/include/nil_skel.h (modified)
	* uspace/lib/net/include/tl_skel.h (modified)
	* uspace/lib/net/netif/netif_skel.c (modified)
	* uspace/lib/net/nil/nil_skel.c (modified)
	* uspace/lib/net/tl/icmp_remote.c (modified)
	* uspace/lib/net/tl/tl_skel.c (modified)
	* uspace/lib/packet/generic/packet_server.c (modified)
	* uspace/lib/packet/include/packet_server.h (modified)
	* uspace/lib/usb/include/usb/descriptor.h (modified)
	* uspace/lib/usb/include/usb/devreq.h (modified)
	* uspace/lib/usb/include/usb/usb.h (modified)
	* uspace/lib/usb/src/pipes.c (modified)
	* uspace/lib/usb/src/recognise.c (modified)
	* uspace/lib/usb/src/usbdrv.c (modified)
	* uspace/lib/usbvirt/src/callback.c (modified)
	* uspace/lib/usbvirt/src/main.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.h (modified)
	* uspace/srv/bd/ata_bd/ata_hw.h (modified)
	* uspace/srv/bd/file_bd/file_bd.c (modified)
	* uspace/srv/bd/gxe_bd/gxe_bd.c (modified)
	* uspace/srv/bd/part/guid_part/guid_part.c (modified)
	* uspace/srv/bd/part/mbr_part/mbr_part.c (modified)
	* uspace/srv/bd/rd/rd.c (modified)
	* uspace/srv/clip/clip.c (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/devmap/devmap.c (modified)
	* uspace/srv/fs/devfs/devfs.c (modified)
	* uspace/srv/fs/devfs/devfs_ops.c (modified)
	* uspace/srv/fs/devfs/devfs_ops.h (modified)
	* uspace/srv/fs/fat/fat.c (modified)
	* uspace/srv/fs/fat/fat.h (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs.h (modified)
	* uspace/srv/fs/tmpfs/tmpfs_ops.c (modified)
	* uspace/srv/hid/adb_mouse/adb_dev.c (modified)
	* uspace/srv/hid/adb_mouse/adb_mouse.c (modified)
	* uspace/srv/hid/char_mouse/char_mouse.c (modified)
	* uspace/srv/hid/char_mouse/chardev.c (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/console/gcons.c (modified)
	* uspace/srv/hid/fb/ega.c (modified)
	* uspace/srv/hid/fb/fb.c (modified)
	* uspace/srv/hid/fb/main.c (modified)
	* uspace/srv/hid/fb/serial_console.c (modified)
	* uspace/srv/hid/fb/serial_console.h (modified)
	* uspace/srv/hid/kbd/generic/kbd.c (modified)
	* uspace/srv/hid/kbd/port/adb.c (modified)
	* uspace/srv/hid/kbd/port/chardev.c (modified)
	* uspace/srv/hid/kbd/port/gxemul.c (modified)
	* uspace/srv/hid/kbd/port/msim.c (modified)
	* uspace/srv/hid/kbd/port/ns16550.c (modified)
	* uspace/srv/hid/kbd/port/pl050.c (modified)
	* uspace/srv/hid/kbd/port/z8530.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/i8042/i8042.c (modified)
	* uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified)
	* uspace/srv/hw/irc/apic/apic.c (modified)
	* uspace/srv/hw/irc/fhc/fhc.c (modified)
	* uspace/srv/hw/irc/i8259/i8259.c (modified)
	* uspace/srv/hw/irc/obio/obio.c (modified)
	* uspace/srv/hw/netif/ne2000/ne2000.c (modified)
	* uspace/srv/loader/arch/abs32le/_link.ld.in (modified)
	* uspace/srv/loader/arch/amd64/_link.ld.in (modified)
	* uspace/srv/loader/arch/arm32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ia32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ia64/_link.ld.in (modified)
	* uspace/srv/loader/arch/mips32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ppc32/_link.ld.in (modified)
	* uspace/srv/loader/arch/sparc64/_link.ld.in (modified)
	* uspace/srv/loader/elf_load.c (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/net/il/arp/arp.c (modified)
	* uspace/srv/net/il/arp/arp.h (modified)
	* uspace/srv/net/il/ip/ip.c (modified)
	* uspace/srv/net/il/ip/ip.h (modified)
	* uspace/srv/net/net/net.c (modified)
	* uspace/srv/net/net/net.h (modified)
	* uspace/srv/net/net/net_standalone.c (modified)
	* uspace/srv/net/netif/lo/lo.c (modified)
	* uspace/srv/net/nil/eth/eth.c (modified)
	* uspace/srv/net/nil/nildummy/nildummy.c (modified)
	* uspace/srv/net/tl/icmp/icmp.c (modified)
	* uspace/srv/net/tl/tcp/tcp.c (modified)
	* uspace/srv/net/tl/udp/udp.c (modified)
	* uspace/srv/ns/clonable.c (modified)
	* uspace/srv/ns/clonable.h (modified)
	* uspace/srv/ns/ns.c (modified)
	* uspace/srv/ns/service.c (modified)
	* uspace/srv/ns/service.h (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)
	* uspace/srv/vfs/vfs.h (modified)
	* uspace/srv/vfs/vfs_lookup.c (modified)
	* uspace/srv/vfs/vfs_ops.c (modified)
	* uspace/srv/vfs/vfs_register.c (modified)

	Merge mainline changes


Fri, 04 Feb 2011 20:56:52 GMT Vojtech Horky <vojtechhorky@…> [17aca1c]
	* contrib/arch/kernel/kernel.adl (modified)
	* contrib/arch/uspace/lib/libc/protocol (modified)
	* kernel/arch/arm32/src/mach/gta02/gta02.c (modified)
	* kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified)
	* kernel/arch/ia32/_link.ld.in (modified)
	* kernel/arch/mips32/src/mm/tlb.c (modified)
	* kernel/arch/sparc64/src/drivers/niagara.c (modified)
	* kernel/generic/include/ddi/ddi.h (modified)
	* kernel/generic/include/ipc/event_types.h (modified)
	* kernel/generic/include/ipc/sysipc.h (modified)
	* kernel/generic/include/mm/as.h (modified)
	* kernel/generic/include/proc/task.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/include/udebug/udebug.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/interrupt/interrupt.c (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/ipc/irq.c (modified)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* kernel/generic/src/lib/elf.c (modified)
	* kernel/generic/src/lib/rd.c (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/proc/program.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* kernel/generic/src/sysinfo/stats.c (modified)
	* kernel/generic/src/time/clock.c (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/init/init.c (modified)
	* uspace/app/klog/klog.c (modified)
	* uspace/app/ping/ping.c (modified)
	* uspace/app/taskdump/taskdump.c (modified)
	* uspace/app/tester/hw/misc/virtchar1.c (modified)
	* uspace/app/tester/hw/serial/serial1.c (modified)
	* uspace/app/tester/tester.h (modified)
	* uspace/app/tetris/screen.h (modified)
	* uspace/app/top/screen.c (modified)
	* uspace/app/trace/ipc_desc.c (modified)
	* uspace/app/trace/ipcp.h (modified)
	* uspace/app/trace/proto.c (modified)
	* uspace/app/trace/proto.h (modified)
	* uspace/app/trace/syscalls.c (modified)
	* uspace/app/trace/trace.c (modified)
	* uspace/app/usbinfo/info.c (modified)
	* uspace/drv/ns8250/ns8250.c (modified)
	* uspace/drv/pciintel/pci.c (modified)
	* uspace/drv/test2/test2.c (modified)
	* uspace/drv/uhci-hcd/pci.c (modified)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/vhc/conndev.c (modified)
	* uspace/drv/vhc/devices.c (modified)
	* uspace/drv/vhc/hc.c (modified)
	* uspace/drv/vhc/hcd.c (modified)
	* uspace/lib/block/libblock.c (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/arch/abs32le/_link.ld.in (modified)
	* uspace/lib/c/arch/abs32le/src/entry.c (modified)
	* uspace/lib/c/arch/abs32le/src/thread_entry.c (modified)
	* uspace/lib/c/arch/amd64/_link.ld.in (modified)
	* uspace/lib/c/arch/amd64/src/entry.s (modified)
	* uspace/lib/c/arch/arm32/_link.ld.in (modified)
	* uspace/lib/c/arch/arm32/src/entry.s (modified)
	* uspace/lib/c/arch/ia32/_link.ld.in (modified)
	* uspace/lib/c/arch/ia32/src/entry.s (modified)
	* uspace/lib/c/arch/ia64/_link.ld.in (modified)
	* uspace/lib/c/arch/ia64/src/entry.s (modified)
	* uspace/lib/c/arch/mips32/_link.ld.in (modified)
	* uspace/lib/c/arch/mips32/src/entry.s (modified)
	* uspace/lib/c/arch/ppc32/_link.ld.in (modified)
	* uspace/lib/c/arch/ppc32/src/entry.s (modified)
	* uspace/lib/c/arch/sparc64/_link.ld.in (modified)
	* uspace/lib/c/arch/sparc64/src/entry.s (modified)
	* uspace/lib/c/generic/as.c (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/async_sess.c (modified)
	* uspace/lib/c/generic/clipboard.c (modified)
	* uspace/lib/c/generic/ddi.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/devmap.c (modified)
	* uspace/lib/c/generic/event.c (modified)
	* uspace/lib/c/generic/fibril_synch.c (modified)
	* uspace/lib/c/generic/io/io.c (modified)
	* uspace/lib/c/generic/ipc.c (modified)
	* uspace/lib/c/generic/ipc/ns.c (added)
	* uspace/lib/c/generic/libc.c (modified)
	* uspace/lib/c/generic/loader.c (modified)
	* uspace/lib/c/generic/malloc.c (modified)
	* uspace/lib/c/generic/net/icmp_api.c (modified)
	* uspace/lib/c/generic/net/modules.c (modified)
	* uspace/lib/c/generic/net/socket_client.c (modified)
	* uspace/lib/c/generic/private/async.h (moved)
	* uspace/lib/c/generic/private/async_sess.h (moved)
	* uspace/lib/c/generic/private/io.h (added)
	* uspace/lib/c/generic/private/libc.h (added)
	* uspace/lib/c/generic/private/malloc.h (added)
	* uspace/lib/c/generic/private/thread.h (added)
	* uspace/lib/c/generic/thread.c (modified)
	* uspace/lib/c/generic/time.c (modified)
	* uspace/lib/c/generic/udebug.c (modified)
	* uspace/lib/c/generic/vfs/vfs.c (modified)
	* uspace/lib/c/include/as.h (modified)
	* uspace/lib/c/include/assert.h (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/async_sess.h (modified)
	* uspace/lib/c/include/byteorder.h (modified)
	* uspace/lib/c/include/ddi.h (modified)
	* uspace/lib/c/include/devman.h (modified)
	* uspace/lib/c/include/err.h (modified)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/c/include/event.h (modified)
	* uspace/lib/c/include/io/console.h (modified)
	* uspace/lib/c/include/io/screenbuffer.h (modified)
	* uspace/lib/c/include/ipc/adb.h (modified)
	* uspace/lib/c/include/ipc/arp.h (modified)
	* uspace/lib/c/include/ipc/bd.h (modified)
	* uspace/lib/c/include/ipc/char.h (modified)
	* uspace/lib/c/include/ipc/clipboard.h (modified)
	* uspace/lib/c/include/ipc/common.h (added)
	* uspace/lib/c/include/ipc/console.h (modified)
	* uspace/lib/c/include/ipc/dev_iface.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/c/include/ipc/devmap.h (modified)
	* uspace/lib/c/include/ipc/fb.h (modified)
	* uspace/lib/c/include/ipc/icmp.h (modified)
	* uspace/lib/c/include/ipc/il.h (modified)
	* uspace/lib/c/include/ipc/ip.h (modified)
	* uspace/lib/c/include/ipc/ipc.h (modified)
	* uspace/lib/c/include/ipc/irc.h (modified)
	* uspace/lib/c/include/ipc/kbd.h (modified)
	* uspace/lib/c/include/ipc/loader.h (modified)
	* uspace/lib/c/include/ipc/mouse.h (modified)
	* uspace/lib/c/include/ipc/net.h (modified)
	* uspace/lib/c/include/ipc/net_net.h (modified)
	* uspace/lib/c/include/ipc/netif.h (modified)
	* uspace/lib/c/include/ipc/nil.h (modified)
	* uspace/lib/c/include/ipc/ns.h (modified)
	* uspace/lib/c/include/ipc/packet.h (modified)
	* uspace/lib/c/include/ipc/services.h (modified)
	* uspace/lib/c/include/ipc/socket.h (modified)
	* uspace/lib/c/include/ipc/tl.h (modified)
	* uspace/lib/c/include/ipc/vfs.h (modified)
	* uspace/lib/c/include/libc.h (modified)
	* uspace/lib/c/include/loader/pcb.h (modified)
	* uspace/lib/c/include/malloc.h (modified)
	* uspace/lib/c/include/net/modules.h (modified)
	* uspace/lib/c/include/setjmp.h (modified)
	* uspace/lib/c/include/stdlib.h (modified)
	* uspace/lib/c/include/syscall.h (modified)
	* uspace/lib/c/include/thread.h (modified)
	* uspace/lib/c/include/tls.h (modified)
	* uspace/lib/c/include/udebug.h (modified)
	* uspace/lib/c/include/unistd.h (modified)
	* uspace/lib/c/include/vfs/vfs.h (modified)
	* uspace/lib/clui/tinput.h (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/generic/remote_char_dev.c (modified)
	* uspace/lib/drv/generic/remote_hw_res.c (modified)
	* uspace/lib/drv/generic/remote_usb.c (modified)
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/drv/include/dev_iface.h (modified)
	* uspace/lib/drv/include/driver.h (modified)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/fs/libfs.h (modified)
	* uspace/lib/net/generic/generic.c (modified)
	* uspace/lib/net/generic/packet_remote.c (modified)
	* uspace/lib/net/il/arp_remote.c (modified)
	* uspace/lib/net/il/il_skel.c (modified)
	* uspace/lib/net/include/generic.h (modified)
	* uspace/lib/net/include/il_skel.h (modified)
	* uspace/lib/net/include/netif_skel.h (modified)
	* uspace/lib/net/include/nil_skel.h (modified)
	* uspace/lib/net/include/tl_skel.h (modified)
	* uspace/lib/net/netif/netif_skel.c (modified)
	* uspace/lib/net/nil/nil_skel.c (modified)
	* uspace/lib/net/tl/icmp_remote.c (modified)
	* uspace/lib/net/tl/tl_skel.c (modified)
	* uspace/lib/packet/generic/packet_server.c (modified)
	* uspace/lib/packet/include/packet_server.h (modified)
	* uspace/lib/usb/include/usb/descriptor.h (modified)
	* uspace/lib/usb/include/usb/devreq.h (modified)
	* uspace/lib/usb/include/usb/usb.h (modified)
	* uspace/lib/usb/src/pipes.c (modified)
	* uspace/lib/usb/src/recognise.c (modified)
	* uspace/lib/usb/src/usbdrv.c (modified)
	* uspace/lib/usbvirt/src/callback.c (modified)
	* uspace/lib/usbvirt/src/main.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.h (modified)
	* uspace/srv/bd/ata_bd/ata_hw.h (modified)
	* uspace/srv/bd/file_bd/file_bd.c (modified)
	* uspace/srv/bd/gxe_bd/gxe_bd.c (modified)
	* uspace/srv/bd/part/guid_part/guid_part.c (modified)
	* uspace/srv/bd/part/mbr_part/mbr_part.c (modified)
	* uspace/srv/bd/rd/rd.c (modified)
	* uspace/srv/clip/clip.c (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/devmap/devmap.c (modified)
	* uspace/srv/fs/devfs/devfs.c (modified)
	* uspace/srv/fs/devfs/devfs_ops.c (modified)
	* uspace/srv/fs/devfs/devfs_ops.h (modified)
	* uspace/srv/fs/fat/fat.c (modified)
	* uspace/srv/fs/fat/fat.h (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs.h (modified)
	* uspace/srv/fs/tmpfs/tmpfs_ops.c (modified)
	* uspace/srv/hid/adb_mouse/adb_dev.c (modified)
	* uspace/srv/hid/adb_mouse/adb_mouse.c (modified)
	* uspace/srv/hid/char_mouse/char_mouse.c (modified)
	* uspace/srv/hid/char_mouse/chardev.c (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/console/gcons.c (modified)
	* uspace/srv/hid/fb/ega.c (modified)
	* uspace/srv/hid/fb/fb.c (modified)
	* uspace/srv/hid/fb/main.c (modified)
	* uspace/srv/hid/fb/serial_console.c (modified)
	* uspace/srv/hid/fb/serial_console.h (modified)
	* uspace/srv/hid/kbd/generic/kbd.c (modified)
	* uspace/srv/hid/kbd/port/adb.c (modified)
	* uspace/srv/hid/kbd/port/chardev.c (modified)
	* uspace/srv/hid/kbd/port/gxemul.c (modified)
	* uspace/srv/hid/kbd/port/msim.c (modified)
	* uspace/srv/hid/kbd/port/ns16550.c (modified)
	* uspace/srv/hid/kbd/port/pl050.c (modified)
	* uspace/srv/hid/kbd/port/z8530.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/i8042/i8042.c (modified)
	* uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified)
	* uspace/srv/hw/irc/apic/apic.c (modified)
	* uspace/srv/hw/irc/fhc/fhc.c (modified)
	* uspace/srv/hw/irc/i8259/i8259.c (modified)
	* uspace/srv/hw/irc/obio/obio.c (modified)
	* uspace/srv/hw/netif/ne2000/ne2000.c (modified)
	* uspace/srv/loader/arch/abs32le/_link.ld.in (modified)
	* uspace/srv/loader/arch/amd64/_link.ld.in (modified)
	* uspace/srv/loader/arch/arm32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ia32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ia64/_link.ld.in (modified)
	* uspace/srv/loader/arch/mips32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ppc32/_link.ld.in (modified)
	* uspace/srv/loader/arch/sparc64/_link.ld.in (modified)
	* uspace/srv/loader/elf_load.c (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/net/il/arp/arp.c (modified)
	* uspace/srv/net/il/arp/arp.h (modified)
	* uspace/srv/net/il/ip/ip.c (modified)
	* uspace/srv/net/il/ip/ip.h (modified)
	* uspace/srv/net/net/net.c (modified)
	* uspace/srv/net/net/net.h (modified)
	* uspace/srv/net/net/net_standalone.c (modified)
	* uspace/srv/net/netif/lo/lo.c (modified)
	* uspace/srv/net/nil/eth/eth.c (modified)
	* uspace/srv/net/nil/nildummy/nildummy.c (modified)
	* uspace/srv/net/tl/icmp/icmp.c (modified)
	* uspace/srv/net/tl/tcp/tcp.c (modified)
	* uspace/srv/net/tl/udp/udp.c (modified)
	* uspace/srv/ns/clonable.c (modified)
	* uspace/srv/ns/clonable.h (modified)
	* uspace/srv/ns/ns.c (modified)
	* uspace/srv/ns/service.c (modified)
	* uspace/srv/ns/service.h (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)
	* uspace/srv/vfs/vfs.h (modified)
	* uspace/srv/vfs/vfs_lookup.c (modified)
	* uspace/srv/vfs/vfs_ops.c (modified)
	* uspace/srv/vfs/vfs_register.c (modified)

	Merge mainline changes


Fri, 04 Feb 2011 19:47:30 GMT Vojtech Horky <vojtechhorky@…> [e778543]
	* .bzrignore (modified)
	* boot/arch/amd64/Makefile.inc (modified)
	* uspace/Makefile (modified)
	* uspace/app/bdsh/cmds/modules/cat/cat.c (modified)
	* uspace/app/bdsh/cmds/modules/rm/rm.c (modified)
	* uspace/drv/rootvirt/devices.def (modified)
	* uspace/drv/uhci-hcd/Makefile (added)
	* uspace/drv/uhci-hcd/callback.c (added)
	* uspace/drv/uhci-hcd/callback.h (added)
	* uspace/drv/uhci-hcd/iface.c (added)
	* uspace/drv/uhci-hcd/iface.h (added)
	* uspace/drv/uhci-hcd/main.c (moved)
	* uspace/drv/uhci-hcd/pci.c (moved)
	* uspace/drv/uhci-hcd/pci.h (moved)
	* uspace/drv/uhci-hcd/root_hub.c (added)
	* uspace/drv/uhci-hcd/root_hub.h (added)
	* uspace/drv/uhci-hcd/transfer_list.c (added)
	* uspace/drv/uhci-hcd/transfer_list.h (added)
	* uspace/drv/uhci-hcd/transfers.c (moved)
	* uspace/drv/uhci-hcd/uhci-hcd.ma (moved)
	* uspace/drv/uhci-hcd/uhci.c (added)
	* uspace/drv/uhci-hcd/uhci.h (added)
	* uspace/drv/uhci-hcd/uhci_struct/link_pointer.h (added)
	* uspace/drv/uhci-hcd/uhci_struct/queue_head.h (added)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (added)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h (added)
	* uspace/drv/uhci-hcd/utils/malloc32.h (added)
	* uspace/drv/uhci-rhd/Makefile (moved)
	* uspace/drv/uhci-rhd/main.c (added)
	* uspace/drv/uhci-rhd/port.c (added)
	* uspace/drv/uhci-rhd/port.h (added)
	* uspace/drv/uhci-rhd/port_status.c (added)
	* uspace/drv/uhci-rhd/port_status.h (added)
	* uspace/drv/uhci-rhd/root_hub.c (added)
	* uspace/drv/uhci-rhd/root_hub.h (added)
	* uspace/drv/uhci-rhd/uhci-rhd.ma (added)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/lib/usb/include/usb/addrkeep.h (added)
	* uspace/lib/usb/include/usb/devreq.h (modified)

	Merge development/ changes


Fri, 04 Feb 2011 17:19:20 GMT Jan Vesely <jano.vesely@…> [400575c5]
	* .bzrignore (modified)
	* boot/arch/amd64/Makefile.inc (modified)
	* uspace/Makefile (modified)
	* uspace/app/bdsh/cmds/modules/cat/cat.c (modified)
	* uspace/app/bdsh/cmds/modules/rm/rm.c (modified)
	* uspace/drv/rootvirt/devices.def (modified)
	* uspace/drv/uhci-hcd/Makefile (added)
	* uspace/drv/uhci-hcd/callback.c (added)
	* uspace/drv/uhci-hcd/callback.h (added)
	* uspace/drv/uhci-hcd/iface.c (added)
	* uspace/drv/uhci-hcd/iface.h (added)
	* uspace/drv/uhci-hcd/main.c (moved)
	* uspace/drv/uhci-hcd/pci.c (moved)
	* uspace/drv/uhci-hcd/pci.h (moved)
	* uspace/drv/uhci-hcd/root_hub.c (added)
	* uspace/drv/uhci-hcd/root_hub.h (added)
	* uspace/drv/uhci-hcd/transfer_list.c (added)
	* uspace/drv/uhci-hcd/transfer_list.h (added)
	* uspace/drv/uhci-hcd/transfers.c (moved)
	* uspace/drv/uhci-hcd/uhci-hcd.ma (moved)
	* uspace/drv/uhci-hcd/uhci.c (added)
	* uspace/drv/uhci-hcd/uhci.h (added)
	* uspace/drv/uhci-hcd/uhci_struct/link_pointer.h (added)
	* uspace/drv/uhci-hcd/uhci_struct/queue_head.h (added)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (added)
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.h (added)
	* uspace/drv/uhci-hcd/utils/malloc32.h (added)
	* uspace/drv/uhci-rhd/Makefile (moved)
	* uspace/drv/uhci-rhd/main.c (added)
	* uspace/drv/uhci-rhd/port.c (added)
	* uspace/drv/uhci-rhd/port.h (added)
	* uspace/drv/uhci-rhd/port_status.c (added)
	* uspace/drv/uhci-rhd/port_status.h (added)
	* uspace/drv/uhci-rhd/root_hub.c (added)
	* uspace/drv/uhci-rhd/root_hub.h (added)
	* uspace/drv/uhci-rhd/uhci-rhd.ma (added)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/lib/usb/include/usb/addrkeep.h (added)
	* uspace/lib/usb/include/usb/devreq.h (modified)

	Add UHCI Host Controller driver (uhci-hcd)
	Add UHCI Root Hub driver ...


Fri, 04 Feb 2011 17:07:33 GMT Jan Vesely <jano.vesely@…> [89acf204]
	* uspace/drv/usbhub/main.c (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/usbhub/usbhub_private.h (modified)
	* uspace/drv/usbhub/utils.c (modified)
	* uspace/lib/usb/include/usb/usbmem.h (modified)
	* uspace/lib/usb/src/debug.c (modified)
	* uspace/lib/usb/src/recognise.c (modified)
	* uspace/lib/usb/src/usbmem.c (modified)

	development changes


Fri, 04 Feb 2011 17:02:32 GMT Jan Vesely <jano.vesely@…> [2899980]
	* uspace/drv/usbhid/main.c (modified)

	Minor changes in usbhid driver


Fri, 04 Feb 2011 17:02:02 GMT Jan Vesely <jano.vesely@…> [d6f78857]
	* uspace/drv/uhci-hcd/main.c (modified)
	* uspace/drv/uhci-hcd/uhci.c (modified)
	* uspace/drv/uhci-hcd/uhci.h (modified)
	* uspace/drv/uhci-hcd/utils/malloc32.h (modified)

	More debug output

	reduce timeout


Fri, 04 Feb 2011 15:23:28 GMT Jan Vesely <jano.vesely@…> [9e4f6a7]
	* uspace/drv/uhci-hcd/uhci.c (modified)

	Add QH element pointer to debug output


Fri, 04 Feb 2011 14:52:41 GMT Jan Vesely <jano.vesely@…> [dcef3669]
	* uspace/drv/uhci-hcd/transfer_list.c (modified)

	debug output fix


Fri, 04 Feb 2011 14:45:42 GMT Jan Vesely <jano.vesely@…> [881c47b]
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/transfer_list.c (modified)
	* uspace/drv/uhci-hcd/transfer_list.h (modified)
	* uspace/drv/uhci-hcd/uhci.c (modified)
	* uspace/drv/uhci-hcd/uhci.h (modified)
	* uspace/drv/uhci-hcd/uhci_struct/queue_head.h (modified)

	New UHCI packet scheduler

	queues are named for nicer debug output ...


Fri, 04 Feb 2011 14:26:40 GMT Vojtech Horky <vojtechhorky@…> [458e40c]
	* uspace/drv/usbhub/main.c (modified)
	* uspace/drv/usbhub/usbhub_private.h (modified)
	* uspace/lib/usb/src/debug.c (modified)
	* uspace/lib/usb/src/recognise.c (modified)

	Merged minor fixes and improvements

	See log messages of merged ...


Fri, 04 Feb 2011 14:22:31 GMT Vojtech Horky <vojtechhorky@…> [6f8f808]
	* uspace/drv/usbhub/main.c (modified)
	* uspace/drv/usbhub/usbhub_private.h (modified)

	Enabled fully new logging in USB hub driver


Fri, 04 Feb 2011 14:22:11 GMT Vojtech Horky <vojtechhorky@…> [ef7f043]
	* uspace/lib/usb/src/debug.c (modified)

	Fixed wrong va_arg usage


Fri, 04 Feb 2011 14:19:59 GMT Vojtech Horky <vojtechhorky@…> [a2be824]
	* uspace/drv/usbhid/hid.h (modified)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/drv/usbhub/main.c (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/usbhub/usbhub_private.h (modified)
	* uspace/drv/usbhub/utils.c (modified)
	* uspace/lib/usb/include/usb/usbmem.h (modified)
	* uspace/lib/usb/src/usbmem.c (modified)

	Merge development/ changes


Fri, 04 Feb 2011 14:02:42 GMT Vojtech Horky <vojtechhorky@…> [3d31af5]
	* uspace/lib/usb/src/debug.c (modified)

	Log stream flushed explicitly

	Also variable renamed.


Fri, 04 Feb 2011 13:43:13 GMT Matus Dekanek <smekideki@…> [bfc12ef]
	* uspace/drv/usbhub/main.c (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/usbhub/usbhub_private.h (modified)
	* uspace/drv/usbhub/utils.c (modified)
	* uspace/lib/usb/include/usb/usbmem.h (modified)
	* uspace/lib/usb/src/usbmem.c (modified)

	merging some codelifting into usb/development. usb hub driver uses ...


Fri, 04 Feb 2011 13:41:20 GMT Matus Dekanek <smekideki@…> [78d1525]
	* uspace/drv/usbhid/hid.h (modified)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/lib/usb/src/addrkeep.c (modified)
	* uspace/lib/usb/src/debug.c (modified)

	merge from usb/development


Fri, 04 Feb 2011 13:36:44 GMT Matus Dekanek <smekideki@…> [103a3626]
	* uspace/drv/usbhub/main.c (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/usbhub/usbhub_private.h (modified)
	* uspace/drv/usbhub/utils.c (modified)
	* uspace/lib/usb/include/usb/usbmem.h (modified)
	* uspace/lib/usb/src/usbmem.c (modified)

	a bit of codelifting, dprintf correctly used in usb hub driver


Fri, 04 Feb 2011 13:30:25 GMT Jan Vesely <jano.vesely@…> [97e87de]
	* uspace/drv/uhci-hcd/main.c (modified)
	* uspace/drv/uhci-hcd/uhci.c (modified)
	* uspace/drv/uhci-rhd/port.c (modified)

	Add some more error checking


Fri, 04 Feb 2011 13:07:32 GMT Jan Vesely <jano.vesely@…> [74d6e90]
	* uspace/app/usbinfo/dump.c (modified)
	* uspace/app/usbinfo/info.c (modified)
	* uspace/app/usbinfo/main.c (modified)
	* uspace/app/usbinfo/usbinfo.h (modified)
	* uspace/drv/usbhid/descdump.h (modified)
	* uspace/drv/usbhid/descparser.h (modified)
	* uspace/drv/usbhid/hid.h (added)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/drv/vhc/connhost.c (modified)
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/drv/include/usbhc_iface.h (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/classes/hid.h (modified)
	* uspace/lib/usb/include/usb/debug.h (modified)
	* uspace/lib/usb/include/usb/pipes.h (added)
	* uspace/lib/usb/include/usb/request.h (added)
	* uspace/lib/usb/include/usb/usb.h (modified)
	* uspace/lib/usb/include/usb/usbdrv.h (modified)
	* uspace/lib/usb/src/debug.c (modified)
	* uspace/lib/usb/src/pipes.c (added)
	* uspace/lib/usb/src/request.c (added)
	* uspace/lib/usb/src/usbdrv.c (modified)

	Merge devel branch


Fri, 04 Feb 2011 13:06:37 GMT Jan Vesely <jano.vesely@…> [621afdb]
	* uspace/lib/usb/src/addrkeep.c (modified)

	Fixed: set default available to false when default addresss is
	obtained


Fri, 04 Feb 2011 13:06:19 GMT Jan Vesely <jano.vesely@…> [dd455b1]
	* uspace/drv/uhci-rhd/port.c (modified)

	Bind new devices to their respective usb addresses


Fri, 04 Feb 2011 13:05:23 GMT Jan Vesely <jano.vesely@…> [1669a73]
	* uspace/drv/uhci-hcd/Makefile (modified)
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/uhci.c (modified)

	Minor refactoring


Fri, 04 Feb 2011 12:59:58 GMT Vojtech Horky <vojtechhorky@…> [ff244e6]
	* uspace/drv/usbhid/hid.h (modified)
	* uspace/drv/usbhid/main.c (modified)

	Reverted HID driver usage of pipe API

	Reverted revision:

	799.1.19 ...


Fri, 04 Feb 2011 12:43:27 GMT Vojtech Horky <vojtechhorky@…> [38648f0]
	* uspace/lib/usb/src/recognise.c (modified)

	Synchronization in device recognition routines


Fri, 04 Feb 2011 12:37:31 GMT Jan Vesely <jano.vesely@…> [1f5c1e61]
	* uspace/drv/uhci-rhd/main.c (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/uhci-rhd/port.h (modified)
	* uspace/drv/uhci-rhd/port_status.c (modified)
	* uspace/drv/uhci-rhd/root_hub.c (modified)

	Separate phones for every root hub port

	Add tons of debug output


Fri, 04 Feb 2011 12:12:47 GMT Vojtech Horky <vojtechhorky@…> [a887bd1]
	* uspace/lib/usb/src/addrkeep.c (modified)
	* uspace/lib/usb/src/debug.c (modified)

	Merge: minor fixes and improvements


Fri, 04 Feb 2011 12:09:58 GMT Vojtech Horky <vojtechhorky@…> [9f5667a]
	* uspace/lib/usb/src/addrkeep.c (modified)

	Bugfix in address keeping


Fri, 04 Feb 2011 11:48:33 GMT Matus Dekanek <smekideki@…> [aec2ad4]
	* .bzrignore (modified)
	* boot/arch/amd64/Makefile.inc (modified)
	* kernel/generic/include/debug.h (modified)
	* kernel/generic/include/ipc/ipc.h (modified)
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* kernel/generic/src/proc/scheduler.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/synch/waitq.c (modified)
	* uspace/Makefile (modified)
	* uspace/app/stats/stats.c (modified)
	* uspace/app/tasks/Makefile (deleted)
	* uspace/app/tasks/tasks.c (deleted)
	* uspace/app/top/screen.c (modified)
	* uspace/app/usbinfo/dump.c (modified)
	* uspace/app/usbinfo/info.c (modified)
	* uspace/app/usbinfo/main.c (modified)
	* uspace/app/usbinfo/usbinfo.h (modified)
	* uspace/doc/doxygroups.h (modified)
	* uspace/drv/uhci/Makefile (modified)
	* uspace/drv/uhci/main.c (modified)
	* uspace/drv/uhci/pci.c (added)
	* uspace/drv/uhci/uhci.h (modified)
	* uspace/drv/usbhid/Makefile (moved)
	* uspace/drv/usbhid/conv.c (added)
	* uspace/drv/usbhid/conv.h (added)
	* uspace/drv/usbhid/descdump.c (moved)
	* uspace/drv/usbhid/descdump.h (moved)
	* uspace/drv/usbhid/descparser.c (moved)
	* uspace/drv/usbhid/descparser.h (moved)
	* uspace/drv/usbhid/hid.h (added)
	* uspace/drv/usbhid/kbd.h (added)
	* uspace/drv/usbhid/layout.h (moved)
	* uspace/drv/usbhid/main.c (moved)
	* uspace/drv/usbhid/usbhid.ma (moved)
	* uspace/drv/vhc/Makefile (modified)
	* uspace/drv/vhc/conndev.c (modified)
	* uspace/drv/vhc/connhost.c (modified)
	* uspace/drv/vhc/devices.c (modified)
	* uspace/drv/vhc/hc.c (modified)
	* uspace/drv/vhc/hcd.c (modified)
	* uspace/drv/vhc/hub.c (modified)
	* uspace/drv/vhc/vhcd.h (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/devmap.c (modified)
	* uspace/lib/c/generic/ipc.c (modified)
	* uspace/lib/c/generic/net/modules.c (modified)
	* uspace/lib/c/generic/vfs/vfs.c (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/ipc/ipc.h (modified)
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/drv/include/usbhc_iface.h (modified)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/net/il/il_skel.c (modified)
	* uspace/lib/net/nil/nil_skel.c (modified)
	* uspace/lib/net/tl/tl_skel.c (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/classes/hid.h (modified)
	* uspace/lib/usb/include/usb/debug.h (modified)
	* uspace/lib/usb/include/usb/pipes.h (added)
	* uspace/lib/usb/include/usb/request.h (added)
	* uspace/lib/usb/include/usb/usb.h (modified)
	* uspace/lib/usb/include/usb/usbdrv.h (modified)
	* uspace/lib/usb/src/debug.c (modified)
	* uspace/lib/usb/src/hidparser.c (modified)
	* uspace/lib/usb/src/pipes.c (added)
	* uspace/lib/usb/src/request.c (added)
	* uspace/lib/usb/src/usbdrv.c (modified)
	* uspace/lib/usbvirt/src/main.c (modified)
	* uspace/srv/clip/clip.c (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/devmap/devmap.c (modified)
	* uspace/srv/hid/adb_mouse/adb_dev.c (modified)
	* uspace/srv/hid/char_mouse/chardev.c (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/fb/main.c (modified)
	* uspace/srv/hid/kbd/port/adb.c (modified)
	* uspace/srv/hid/kbd/port/chardev.c (modified)
	* uspace/srv/hw/irc/apic/apic.c (modified)
	* uspace/srv/hw/irc/fhc/fhc.c (modified)
	* uspace/srv/hw/irc/i8259/i8259.c (modified)
	* uspace/srv/hw/irc/obio/obio.c (modified)
	* uspace/srv/hw/netif/ne2000/ne2000.c (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/net/net/net.c (modified)
	* uspace/srv/net/netif/lo/lo.c (modified)
	* uspace/srv/vfs/vfs.c (modified)
	* uspace/srv/vfs/vfs.h (modified)
	* uspace/srv/vfs/vfs_file.c (modified)
	* uspace/srv/vfs/vfs_ops.c (modified)

	merge from usb/development


Thu, 03 Feb 2011 21:14:23 GMT Martin Decky <martin@…> [0b37882]
	* kernel/generic/include/mm/as.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* uspace/lib/c/arch/abs32le/_link.ld.in (modified)
	* uspace/lib/c/arch/amd64/_link.ld.in (modified)
	* uspace/lib/c/arch/arm32/_link.ld.in (modified)
	* uspace/lib/c/arch/ia32/_link.ld.in (modified)
	* uspace/lib/c/arch/ia64/_link.ld.in (modified)
	* uspace/lib/c/arch/mips32/_link.ld.in (modified)
	* uspace/lib/c/arch/mips32/src/entry.s (modified)
	* uspace/lib/c/arch/ppc32/_link.ld.in (modified)
	* uspace/lib/c/arch/sparc64/_link.ld.in (modified)
	* uspace/lib/c/generic/as.c (modified)
	* uspace/lib/c/generic/malloc.c (modified)
	* uspace/lib/c/generic/private/libc.h (modified)
	* uspace/lib/c/include/as.h (modified)
	* uspace/lib/c/include/malloc.h (modified)
	* uspace/lib/c/include/unistd.h (modified)
	* uspace/srv/loader/arch/abs32le/_link.ld.in (modified)
	* uspace/srv/loader/arch/amd64/_link.ld.in (modified)
	* uspace/srv/loader/arch/arm32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ia32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ia64/_link.ld.in (modified)
	* uspace/srv/loader/arch/mips32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ppc32/_link.ld.in (modified)
	* uspace/srv/loader/arch/sparc64/_link.ld.in (modified)

	memory management work
	 * implement as_get_mappable_page() as a new ...


Thu, 03 Feb 2011 21:07:14 GMT Martin Decky <martin@…> [ae6f303]
	* uspace/lib/c/include/as.h (modified)

	add some helpful macros


Thu, 03 Feb 2011 21:00:25 GMT Martin Decky <martin@…> [66485741]
	* uspace/lib/c/arch/mips32/src/entry.s (modified)

	remove some ancient stuff


Thu, 03 Feb 2011 20:54:25 GMT Martin Decky <martin@…> [db11d30]
	* uspace/lib/c/include/unistd.h (modified)

	cstyle (no change in functionality)


Thu, 03 Feb 2011 20:53:29 GMT Martin Decky <martin@…> [5e8b881]
	* uspace/lib/c/arch/abs32le/_link.ld.in (modified)
	* uspace/lib/c/arch/amd64/_link.ld.in (modified)
	* uspace/lib/c/arch/arm32/_link.ld.in (modified)
	* uspace/lib/c/arch/ia32/_link.ld.in (modified)
	* uspace/lib/c/arch/ia64/_link.ld.in (modified)
	* uspace/lib/c/arch/mips32/_link.ld.in (modified)
	* uspace/lib/c/arch/ppc32/_link.ld.in (modified)
	* uspace/lib/c/arch/sparc64/_link.ld.in (modified)
	* uspace/srv/loader/arch/abs32le/_link.ld.in (modified)
	* uspace/srv/loader/arch/amd64/_link.ld.in (modified)
	* uspace/srv/loader/arch/arm32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ia32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ia64/_link.ld.in (modified)
	* uspace/srv/loader/arch/mips32/_link.ld.in (modified)
	* uspace/srv/loader/arch/ppc32/_link.ld.in (modified)
	* uspace/srv/loader/arch/sparc64/_link.ld.in (modified)

	uspace linker scripts unification


Thu, 03 Feb 2011 20:51:45 GMT Martin Decky <martin@…> [d88218b]
	* uspace/srv/loader/elf_load.c (modified)

	fix debugging printouts


Thu, 03 Feb 2011 20:33:41 GMT Martin Decky <martin@…> [bfe43d5]
	* kernel/generic/src/proc/program.c (modified)

	do not leak the address space structure on failure
	report the reason ...


Thu, 03 Feb 2011 20:20:01 GMT Jakub Jermar <jakub@…> [e950803]
	* uspace/lib/block/libblock.c (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devmap/devmap.c (modified)
	* uspace/srv/fs/devfs/devfs_ops.c (modified)

	Merge from lp:~jakub/helenos/fs.


Thu, 03 Feb 2011 20:18:11 GMT Martin Decky <martin@…> [bd81386]
	* kernel/arch/mips32/src/mm/tlb.c (modified)

	tlb_invalidate_pages can be actually called with asid == ASID_INVALID ...


Thu, 03 Feb 2011 20:01:19 GMT Jakub Jermar <jakub@…> [b366a1bc]
	* uspace/srv/fs/devfs/devfs_ops.c (modified)

	Do not use memory after free.


Thu, 03 Feb 2011 19:35:15 GMT Jakub Jermar <jakub@…> [9c31643]
	* uspace/lib/c/generic/async.c (modified)

	Do not free the connection_t when it is still in use.


Thu, 03 Feb 2011 16:18:28 GMT Jakub Jermar <jakub@…> [ca2a18e]
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devmap/devmap.c (modified)

	Fix some list_initialize() vs. link_initialize().


Thu, 03 Feb 2011 13:41:07 GMT Martin Decky <martin@…> [fc47885]
	* kernel/generic/include/mm/as.h (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/sysinfo/stats.c (modified)

	keep track of the number of resident pages on-the-fly (do not ...


Thu, 03 Feb 2011 11:16:43 GMT Vojtech Horky <vojtechhorky@…> [1110ebd]
	* uspace/lib/usb/include/usb/pipes.h (modified)
	* uspace/lib/usb/src/pipesinit.c (modified)

	Remove default control pipe initialization

	It is nonsense as this ...


Thu, 03 Feb 2011 10:46:09 GMT Vojtech Horky <vojtechhorky@…> [9d4579e]
	* uspace/lib/usb/include/usb/pipes.h (modified)
	* uspace/lib/usb/src/pipesinit.c (modified)

	Interface also remembered on pipe initialization


Wed, 02 Feb 2011 23:13:34 GMT Vojtech Horky <vojtechhorky@…> [93ef8f6]
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/pipes.h (modified)
	* uspace/lib/usb/src/pipesinit.c (added)

	Pipes initialization from config descriptor

	First attempt, may ...


Wed, 02 Feb 2011 22:20:14 GMT Jakub Jermar <jakub@…> [0f1cf7a]
	* uspace/lib/block/libblock.c (modified)

	Assert that the block being put has positive number of references.


Wed, 02 Feb 2011 21:21:08 GMT Vojtech Horky <vojtechhorky@…> [ab65fa1]
	* uspace/lib/drv/generic/remote_usbhc.c (modified)

	Merge development/ changes


Wed, 02 Feb 2011 20:37:53 GMT Martin Decky <martin@…> [86d7bfa]
	* uspace/drv/test2/test2.c (modified)
	* uspace/lib/c/generic/async.c (modified)

	avoid possible segfaults on error paths when a fibril fails to be
	created


Wed, 02 Feb 2011 20:35:31 GMT Martin Decky <martin@…> [1e00216]
	* kernel/arch/ia32/_link.ld.in (modified)
	* kernel/generic/src/lib/elf.c (modified)
	* uspace/Makefile.common (modified)
	* uspace/lib/c/arch/amd64/_link.ld.in (modified)
	* uspace/lib/c/arch/ia32/_link.ld.in (modified)
	* uspace/srv/loader/arch/amd64/_link.ld.in (modified)
	* uspace/srv/loader/arch/ia32/_link.ld.in (modified)
	* uspace/srv/loader/elf_load.c (modified)

	add support for line number debug information into linker scripts ...


Wed, 02 Feb 2011 12:01:29 GMT Vojtech Horky <vojtechhorky@…> [aa389fd]
	* uspace/lib/usb/src/debug.c (modified)

	USB logging goes into file as well


Wed, 02 Feb 2011 11:49:05 GMT Vojtech Horky <vojtechhorky@…> [3597dab]
	* uspace/lib/drv/generic/remote_usbhc.c (modified)

	Merge: memory leaks fixes

	Fixes ticket #51: Host controller ...


Wed, 02 Feb 2011 11:43:32 GMT Vojtech Horky <vojtechhorky@…> [93f8da1]
	* uspace/lib/drv/generic/remote_usbhc.c (modified)

	Fix memory leaks in USBHC remote interface

	Also added handling of ...


Wed, 02 Feb 2011 10:19:13 GMT Vojtech Horky <vojtechhorky@…> [1537ba6]
	* uspace/app/usbinfo/dump.c (modified)
	* uspace/app/usbinfo/info.c (modified)
	* uspace/app/usbinfo/main.c (modified)
	* uspace/app/usbinfo/usbinfo.h (modified)
	* uspace/drv/usbhid/descdump.h (modified)
	* uspace/drv/usbhid/descparser.h (modified)
	* uspace/drv/usbhid/hid.h (added)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/drv/vhc/connhost.c (modified)
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/drv/include/usbhc_iface.h (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/classes/hid.h (modified)
	* uspace/lib/usb/include/usb/debug.h (modified)
	* uspace/lib/usb/include/usb/pipes.h (added)
	* uspace/lib/usb/include/usb/request.h (added)
	* uspace/lib/usb/include/usb/usb.h (modified)
	* uspace/lib/usb/include/usb/usbdrv.h (modified)
	* uspace/lib/usb/src/pipes.c (added)
	* uspace/lib/usb/src/request.c (added)
	* uspace/lib/usb/src/usbdrv.c (modified)

	Merge development/ changes


Wed, 02 Feb 2011 00:57:32 GMT Vojtech Horky <vojtechhorky@…> [b00849e]
	* uspace/app/usbinfo/dump.c (modified)
	* uspace/app/usbinfo/info.c (modified)
	* uspace/app/usbinfo/main.c (modified)
	* uspace/app/usbinfo/usbinfo.h (modified)
	* uspace/drv/usbhid/descdump.h (modified)
	* uspace/drv/usbhid/descparser.h (modified)
	* uspace/drv/usbhid/hid.h (added)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/drv/vhc/connhost.c (modified)
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/drv/include/usbhc_iface.h (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/classes/hid.h (modified)
	* uspace/lib/usb/include/usb/pipes.h (added)
	* uspace/lib/usb/include/usb/request.h (added)
	* uspace/lib/usb/include/usb/usb.h (modified)
	* uspace/lib/usb/include/usb/usbdrv.h (modified)
	* uspace/lib/usb/src/pipes.c (added)
	* uspace/lib/usb/src/request.c (added)
	* uspace/lib/usb/src/usbdrv.c (modified)

	Merged pipe API

	The pipe API shall eventually replace USB device ...


Wed, 02 Feb 2011 00:49:24 GMT Vojtech Horky <vojtechhorky@…> [2f4438f5]
	* uspace/lib/usb/src/request.c (modified)

	Add endianness conversions to some requests


Wed, 02 Feb 2011 00:48:24 GMT Vojtech Horky <vojtechhorky@…> [1b6e52f]
	* uspace/lib/usb/include/usb/usb.h (modified)

	Merge development/ changes


Wed, 02 Feb 2011 00:38:32 GMT Vojtech Horky <vojtechhorky@…> [a12917e]
	* uspace/app/usbinfo/dump.c (modified)
	* uspace/app/usbinfo/info.c (modified)
	* uspace/app/usbinfo/main.c (modified)
	* uspace/app/usbinfo/usbinfo.h (modified)

	usbinfo application uses pipes

	Unfortunately, this means that ...


Wed, 02 Feb 2011 00:09:25 GMT Vojtech Horky <vojtechhorky@…> [0484d92]
	* uspace/drv/usbhid/hid.h (modified)
	* uspace/drv/usbhid/main.c (modified)

	USB HID driver uses pipe API only


Wed, 02 Feb 2011 00:00:19 GMT Vojtech Horky <vojtechhorky@…> [abe8ac5]
	* uspace/lib/usb/include/usb/request.h (modified)
	* uspace/lib/usb/src/request.c (modified)

	Add most needed pipe wrappers for USB requests

	Only requests so far ...


Tue, 01 Feb 2011 23:25:48 GMT Jan Vesely <jano.vesely@…> [5944244]
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/main.c (modified)
	* uspace/drv/uhci-hcd/transfer_list.c (modified)
	* uspace/drv/uhci-hcd/transfer_list.h (modified)
	* uspace/drv/uhci-hcd/uhci.c (modified)
	* uspace/drv/uhci-hcd/uhci.h (modified)
	* uspace/drv/uhci-hcd/uhci_struct/queue_head.h (modified)
	* uspace/drv/uhci-hcd/utils/malloc32.h (modified)
	* uspace/drv/uhci-rhd/main.c (modified)

	Refactoring uhci_ functions are called on uhci_t not device_t


Tue, 01 Feb 2011 23:24:50 GMT Vojtech Horky <vojtechhorky@…> [787421c]
	* uspace/lib/usb/src/request.c (modified)

	Refactoring of usb_request_get_descriptor


Tue, 01 Feb 2011 23:18:54 GMT Vojtech Horky <vojtechhorky@…> [2a11192]
	* uspace/lib/usb/src/pipes.c (modified)

	Fix phone leakage