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

Wed, 16 Feb 2011 21:28:36 GMT Jan Vesely <jano.vesely@…> [9013ad3]
	* uspace/drv/uhci-hcd/batch.c (modified)

	enable IOC on control transfers


Wed, 16 Feb 2011 18:45:36 GMT Jan Vesely <jano.vesely@…> [f4c87aa9]
	* uspace/drv/uhci-hcd/uhci.c (modified)
	* uspace/drv/uhci-hcd/uhci.h (modified)

	Few fixes and cleanup


Wed, 16 Feb 2011 18:22:43 GMT Jan Vesely <jano.vesely@…> [2e85b3c]
	* uspace/app/tester/adt/usbaddrkeep.c (modified)
	* uspace/app/virtusbkbd/kbdconfig.c (modified)
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/uhci-rhd/port.h (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/usbhub/usbhub.h (modified)
	* uspace/drv/vhc/conn.h (modified)
	* uspace/drv/vhc/connhost.c (modified)
	* uspace/drv/vhc/devices.c (modified)
	* uspace/drv/vhc/devices.h (modified)
	* uspace/drv/vhc/hc.c (modified)
	* uspace/drv/vhc/hc.h (modified)
	* uspace/lib/c/generic/str_error.c (modified)
	* uspace/lib/c/include/errno.h (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/addrkeep.h (modified)
	* uspace/lib/usb/include/usb/classes/hub.h (modified)
	* uspace/lib/usb/include/usb/hcd.h (deleted)
	* uspace/lib/usb/include/usb/hcdhubd.h (deleted)
	* uspace/lib/usb/include/usb/hub.h (added)
	* uspace/lib/usb/include/usb/pipes.h (modified)
	* uspace/lib/usb/include/usb/recognise.h (modified)
	* uspace/lib/usb/include/usb/usb.h (modified)
	* uspace/lib/usb/include/usb/usbdevice.h (added)
	* uspace/lib/usb/src/addrkeep.c (modified)
	* uspace/lib/usb/src/dump.c (modified)
	* uspace/lib/usb/src/hcdhubd.c (deleted)
	* uspace/lib/usb/src/hcdrv.c (deleted)
	* uspace/lib/usb/src/hub.c (added)
	* uspace/lib/usb/src/localdrv.c (deleted)
	* uspace/lib/usb/src/pipes.c (modified)
	* uspace/lib/usb/src/pipesinit.c (modified)
	* uspace/lib/usb/src/pipesio.c (added)
	* uspace/lib/usb/src/remotedrv.c (deleted)
	* uspace/lib/usb/src/usb.c (modified)
	* uspace/lib/usb/src/usbdevice.c (added)
	* uspace/lib/usb/src/usbdrv.c (modified)
	* uspace/lib/usbvirt/Makefile (modified)

	Development branch


Tue, 15 Feb 2011 23:04:42 GMT Vojtech Horky <vojtechhorky@…> [ec59693]
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/vhc/connhost.c (modified)
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/drv/include/usbhc_iface.h (modified)

	USB HC interface has max packet size

	Currently, it is only a hack ...


Tue, 15 Feb 2011 22:19:31 GMT Vojtech Horky <vojtechhorky@…> [4e832d8]
	* uspace/lib/usbvirt/Makefile (modified)

	Removed unnecessary dependency for libusbvirt

	Somehow, specifying ...


Tue, 15 Feb 2011 20:21:39 GMT Vojtech Horky <vojtechhorky@…> [f294926]
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/uhci-rhd/port.h (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/hub.h (added)
	* uspace/lib/usb/include/usb/pipes.h (modified)
	* uspace/lib/usb/include/usb/usbdevice.h (added)
	* uspace/lib/usb/src/hub.c (added)
	* uspace/lib/usb/src/pipes.c (modified)
	* uspace/lib/usb/src/usbdevice.c (added)

	Merged IPC phones hiding


Tue, 15 Feb 2011 19:57:12 GMT Vojtech Horky <vojtechhorky@…> [f673f60]
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/uhci-rhd/port.h (modified)

	UHCI root hub hides IPC phones even more


Tue, 15 Feb 2011 19:56:19 GMT Vojtech Horky <vojtechhorky@…> [e40b9f00]
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/hub.h (added)
	* uspace/lib/usb/src/hub.c (added)

	Hub address management with device connection

	These functions are ...


Tue, 15 Feb 2011 19:54:53 GMT Vojtech Horky <vojtechhorky@…> [d714945]
	* uspace/lib/usb/include/usb/pipes.h (modified)
	* uspace/lib/usb/src/pipes.c (modified)

	Add special init for device on default address


Tue, 15 Feb 2011 19:46:07 GMT Vojtech Horky <vojtechhorky@…> [c5d61ae6]
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/usbdevice.h (added)
	* uspace/lib/usb/src/usbdevice.c (added)

	Add wrapper for general connection to host controller


Mon, 14 Feb 2011 22:19:05 GMT Vojtech Horky <vojtechhorky@…> [69b1f3d]
	* uspace/drv/vhc/connhost.c (modified)
	* uspace/drv/vhc/devices.c (modified)
	* uspace/drv/vhc/devices.h (modified)
	* uspace/drv/vhc/hc.c (modified)
	* uspace/drv/vhc/hc.h (modified)
	* uspace/lib/c/generic/str_error.c (modified)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/drv/include/usbhc_iface.h (modified)
	* uspace/lib/usb/include/usb/usb.h (modified)
	* uspace/lib/usb/src/usb.c (modified)

	Merged removal of USB outcome type

	Replaced with standard libc ...


Mon, 14 Feb 2011 22:13:56 GMT Vojtech Horky <vojtechhorky@…> [daec5e04]
	* uspace/drv/vhc/connhost.c (modified)
	* uspace/drv/vhc/devices.c (modified)
	* uspace/drv/vhc/devices.h (modified)
	* uspace/drv/vhc/hc.c (modified)
	* uspace/drv/vhc/hc.h (modified)
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/drv/include/usbhc_iface.h (modified)
	* uspace/lib/usb/include/usb/usb.h (modified)
	* uspace/lib/usb/src/usb.c (modified)

	Removal of usb_outcome_t (ticket 55)


Mon, 14 Feb 2011 22:06:34 GMT Vojtech Horky <vojtechhorky@…> [55f690c]
	* uspace/lib/c/generic/str_error.c (modified)

	libc str_error() extended

	Added explicit tests for several ...


Mon, 14 Feb 2011 22:06:22 GMT Vojtech Horky <vojtechhorky@…> [8ab1ad4c]
	* uspace/lib/c/include/errno.h (modified)

	Add EBADCHECKSUM error code


Mon, 14 Feb 2011 22:00:57 GMT Vojtech Horky <vojtechhorky@…> [324fa1e]
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/pipes.h (modified)
	* uspace/lib/usb/include/usb/recognise.h (modified)
	* uspace/lib/usb/src/pipes.c (modified)
	* uspace/lib/usb/src/pipesinit.c (modified)
	* uspace/lib/usb/src/pipesio.c (added)
	* uspace/lib/usb/src/usbdrv.c (modified)

	Merge development/ changes


Mon, 14 Feb 2011 21:52:56 GMT Vojtech Horky <vojtechhorky@…> [d4ee4e2]
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/pipes.h (modified)
	* uspace/lib/usb/include/usb/recognise.h (modified)
	* uspace/lib/usb/src/pipes.c (modified)
	* uspace/lib/usb/src/pipesinit.c (modified)
	* uspace/lib/usb/src/pipesio.c (added)
	* uspace/lib/usb/src/usbdrv.c (modified)

	Merge improvements of pipe API

	Mostly cleaning and refactoring.


Mon, 14 Feb 2011 21:01:28 GMT Vojtech Horky <vojtechhorky@…> [47c573a]
	* uspace/lib/usb/src/pipesio.c (modified)

	Pipe API independent of the old one

	The low IPC level was copied ...


Mon, 14 Feb 2011 18:11:21 GMT Vojtech Horky <vojtechhorky@…> [567d002]
	* uspace/lib/usb/include/usb/pipes.h (modified)
	* uspace/lib/usb/src/pipesio.c (modified)

	Removal of asynchronous functions of pipe API


Mon, 14 Feb 2011 18:06:48 GMT Vojtech Horky <vojtechhorky@…> [b53ca1e]
	* uspace/app/tester/adt/usbaddrkeep.c (modified)
	* uspace/app/virtusbkbd/kbdconfig.c (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/usbhub/usbhub.h (modified)
	* uspace/drv/vhc/conn.h (modified)
	* uspace/drv/vhc/connhost.c (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/addrkeep.h (modified)
	* uspace/lib/usb/include/usb/classes/hub.h (modified)
	* uspace/lib/usb/include/usb/hcd.h (deleted)
	* uspace/lib/usb/include/usb/hcdhubd.h (deleted)
	* uspace/lib/usb/src/addrkeep.c (modified)
	* uspace/lib/usb/src/dump.c (modified)
	* uspace/lib/usb/src/hcdhubd.c (deleted)
	* uspace/lib/usb/src/hcdrv.c (deleted)
	* uspace/lib/usb/src/localdrv.c (deleted)
	* uspace/lib/usb/src/remotedrv.c (deleted)

	Merge development/ changes


Mon, 14 Feb 2011 11:16:19 GMT Vojtech Horky <vojtechhorky@…> [bfe0eb5]
	* uspace/app/tester/adt/usbaddrkeep.c (modified)
	* uspace/app/virtusbkbd/kbdconfig.c (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/usbhub/usbhub.h (modified)
	* uspace/drv/vhc/conn.h (modified)
	* uspace/drv/vhc/connhost.c (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/addrkeep.h (modified)
	* uspace/lib/usb/include/usb/classes/hub.h (modified)
	* uspace/lib/usb/include/usb/hcd.h (deleted)
	* uspace/lib/usb/include/usb/hcdhubd.h (deleted)
	* uspace/lib/usb/src/addrkeep.c (modified)
	* uspace/lib/usb/src/dump.c (modified)
	* uspace/lib/usb/src/hcdhubd.c (deleted)
	* uspace/lib/usb/src/hcdrv.c (deleted)
	* uspace/lib/usb/src/localdrv.c (deleted)
	* uspace/lib/usb/src/remotedrv.c (deleted)

	Merged libusb cleaning

	The libusb cleaning involved removal of some ...


Mon, 14 Feb 2011 11:08:08 GMT Vojtech Horky <vojtechhorky@…> [78e3dc4]
	* uspace/app/virtusbkbd/kbdconfig.c (modified)

	Virtual keyboard reports itself as a boot one


Mon, 14 Feb 2011 11:00:17 GMT Vojtech Horky <vojtechhorky@…> [8555112]
	* uspace/app/tester/adt/usbaddrkeep.c (modified)
	* uspace/drv/vhc/connhost.c (modified)
	* uspace/lib/usb/include/usb/addrkeep.h (modified)
	* uspace/lib/usb/include/usb/hcd.h (deleted)
	* uspace/lib/usb/src/addrkeep.c (modified)

	Address keeping in addrkeep.h only

	Removed symbolic link, the hcd.h ...


Mon, 14 Feb 2011 10:43:17 GMT Vojtech Horky <vojtechhorky@…> [28cb8bf7]
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/usbhub/usbhub.h (modified)
	* uspace/lib/usb/include/usb/classes/hub.h (modified)
	* uspace/lib/usb/include/usb/hcdhubd.h (deleted)

	Unused header removal from libusb

	Another remainder of coupling hub ...


Mon, 14 Feb 2011 10:30:19 GMT Vojtech Horky <vojtechhorky@…> [962ce100]
	* uspace/drv/vhc/conn.h (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/hcdhubd.h (modified)
	* uspace/lib/usb/src/hcdhubd.c (deleted)
	* uspace/lib/usb/src/hcdrv.c (deleted)
	* uspace/lib/usb/src/localdrv.c (deleted)
	* uspace/lib/usb/src/remotedrv.c (deleted)

	Unused code removal in libusb

	We dropped the effort to have hub ...


Mon, 14 Feb 2011 10:14:31 GMT Vojtech Horky <vojtechhorky@…> [d15809b4]
	* uspace/app/usbinfo/info.c (modified)
	* uspace/app/usbinfo/main.c (modified)
	* uspace/drv/uhci-hcd/Makefile (modified)
	* uspace/drv/uhci-hcd/batch.c (added)
	* uspace/drv/uhci-hcd/batch.h (moved)
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/root_hub.c (modified)
	* uspace/drv/uhci-hcd/tracker.c (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.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-hcd/utils/malloc32.h (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/vhc/hub.c (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/classes/hid.h (modified)
	* uspace/lib/usb/include/usb/pipes.h (modified)
	* uspace/lib/usb/include/usb/recognise.h (added)
	* uspace/lib/usb/include/usb/usbdrv.h (modified)
	* uspace/lib/usb/src/pipes.c (modified)
	* uspace/lib/usb/src/pipesinit.c (added)
	* uspace/lib/usb/src/recognise.c (modified)

	Merge development/ changes


Mon, 14 Feb 2011 10:07:28 GMT Vojtech Horky <vojtechhorky@…> [0d36c20]
	* uspace/lib/usb/src/dump.c (modified)

	Descriptor dump uses hexadecimals for vendors


Sun, 13 Feb 2011 11:16:58 GMT Vojtech Horky <vojtechhorky@…> [54d9058]
	* uspace/drv/uhci-hcd/Makefile (modified)
	* uspace/drv/uhci-hcd/batch.c (added)
	* uspace/drv/uhci-hcd/batch.h (moved)
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/tracker.c (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.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-hcd/utils/malloc32.h (modified)

	Merge development/ changes


Sun, 13 Feb 2011 10:50:03 GMT Vojtech Horky <vojtechhorky@…> [dc04868]
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/src/pipes.c (modified)
	* uspace/lib/usb/src/pipesinit.c (modified)
	* uspace/lib/usb/src/pipesio.c (added)

	File reorganization

	Functions for USB pipes distributed into more ...


Sat, 12 Feb 2011 22:20:22 GMT Jan Vesely <jano.vesely@…> [45c01a1]
	* uspace/drv/uhci-hcd/Makefile (modified)
	* uspace/drv/uhci-hcd/batch.c (added)
	* uspace/drv/uhci-hcd/batch.h (moved)
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/tracker.c (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.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-hcd/utils/malloc32.h (modified)

	hcd reworked, communication is sent in packet batches, improves ...


Sat, 12 Feb 2011 21:08:25 GMT Vojtech Horky <vojtechhorky@…> [3937bda]
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/usb/src/usbdrv.c (modified)

	Allow control write transfers with no data stage


Sat, 12 Feb 2011 20:27:49 GMT Vojtech Horky <vojtechhorky@…> [6b1931b]
	* uspace/lib/usb/src/recognise.c (modified)

	Merge development/ changes


Sat, 12 Feb 2011 20:26:33 GMT Vojtech Horky <vojtechhorky@…> [f6a1386]
	* uspace/lib/usb/include/usb/hcd.h (modified)
	* uspace/lib/usb/include/usb/recognise.h (modified)

	Fix bad headers


Sat, 12 Feb 2011 11:43:00 GMT Jan Vesely <jano.vesely@…> [600733e]
	* uspace/drv/uhci-hcd/batch.c (modified)

	Fix: do not report negative size


Sat, 12 Feb 2011 03:23:39 GMT Jan Vesely <jano.vesely@…> [67b6fc5]
	* uspace/app/usbinfo/info.c (modified)
	* uspace/drv/uhci-hcd/uhci.h (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/vhc/hub.c (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/classes/hid.h (modified)
	* uspace/lib/usb/include/usb/pipes.h (modified)
	* uspace/lib/usb/include/usb/recognise.h (added)
	* uspace/lib/usb/include/usb/usbdrv.h (modified)
	* uspace/lib/usb/src/pipes.c (modified)
	* uspace/lib/usb/src/pipesinit.c (added)
	* uspace/lib/usb/src/recognise.c (modified)

	Development branch merge


Sat, 12 Feb 2011 03:04:40 GMT Jan Vesely <jano.vesely@…> [e0df6c2]
	* uspace/drv/uhci-hcd/main.c (modified)
	* uspace/drv/uhci-hcd/transfer_list.c (modified)
	* uspace/drv/uhci-hcd/transfer_list.h (modified)

	Fix: properly check whether the removed batch is the first in the ...


Sat, 12 Feb 2011 02:45:33 GMT Jan Vesely <jano.vesely@…> [d6115e5]
	* uspace/drv/uhci-hcd/transfer_list.c (modified)

	continue processing after btach qh are done/gone


Sat, 12 Feb 2011 02:26:54 GMT Jan Vesely <jano.vesely@…> [2806cd2]
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (modified)

	prefer vertical execution


Sat, 12 Feb 2011 02:12:52 GMT Jan Vesely <jano.vesely@…> [83c439c]
	* uspace/drv/uhci-hcd/Makefile (modified)
	* uspace/drv/uhci-hcd/batch.c (moved)
	* uspace/drv/uhci-hcd/batch.h (moved)
	* 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)

	Rename tracker=>batch


Sat, 12 Feb 2011 02:00:54 GMT Jan Vesely <jano.vesely@…> [7dd3318]
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/main.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/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-hcd/utils/malloc32.h (modified)

	Add support for batch processing


Fri, 11 Feb 2011 18:57:29 GMT Vojtech Horky <vojtechhorky@…> [8f5b6561]
	* uspace/drv/usbhid/main.c (modified)
	* uspace/lib/usb/include/usb/classes/hid.h (modified)

	Merge better pipe initialization in HID driver


Fri, 11 Feb 2011 18:54:11 GMT Vojtech Horky <vojtechhorky@…> [b43bcf1]
	* uspace/drv/usbhid/main.c (modified)

	Better initialization of poll pipe in HID driver


Fri, 11 Feb 2011 18:53:09 GMT Vojtech Horky <vojtechhorky@…> [edfed73]
	* uspace/lib/usb/include/usb/classes/hid.h (modified)

	Add USB HID subclass constants


Fri, 11 Feb 2011 18:20:59 GMT Vojtech Horky <vojtechhorky@…> [345ea18]
	* uspace/lib/usb/src/recognise.c (modified)

	Use hexadecimals for vendor ids


Fri, 11 Feb 2011 18:16:03 GMT Vojtech Horky <vojtechhorky@…> [1824609b]
	* uspace/app/usbinfo/info.c (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/vhc/hub.c (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/pipes.h (modified)
	* uspace/lib/usb/include/usb/recognise.h (added)
	* uspace/lib/usb/include/usb/usbdrv.h (modified)
	* uspace/lib/usb/src/pipes.c (modified)
	* uspace/lib/usb/src/pipesinit.c (added)
	* uspace/lib/usb/src/recognise.c (modified)

	Merge updated to pipe API


Fri, 11 Feb 2011 18:12:59 GMT Vojtech Horky <vojtechhorky@…> [d321cd7]
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/root_hub.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/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.c (modified)
	* uspace/lib/usb/src/recognise.c (modified)

	Merge development/ changes


Fri, 11 Feb 2011 18:10:21 GMT Vojtech Horky <vojtechhorky@…> [4e8e1f5]
	* uspace/app/usbinfo/info.c (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/vhc/hub.c (modified)
	* uspace/lib/usb/include/usb/recognise.h (added)
	* uspace/lib/usb/include/usb/usbdrv.h (modified)
	* uspace/lib/usb/src/recognise.c (modified)

	Device recognition uses pipe API


Fri, 11 Feb 2011 18:03:34 GMT Jan Vesely <jano.vesely@…> [8f198c9]
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/root_hub.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/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.c (modified)
	* uspace/lib/usb/src/recognise.c (modified)

	Fixed: error reporting for unsucessfull transfers
	Fixed: remove ...


Fri, 11 Feb 2011 18:01:07 GMT Jan Vesely <jano.vesely@…> [f6309b6]
	* uspace/app/usbinfo/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 branch


Fri, 11 Feb 2011 17:59:34 GMT Jan Vesely <jano.vesely@…> [53338bda]
	* 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)

	remove transfers from the list


Fri, 11 Feb 2011 17:59:02 GMT Jan Vesely <jano.vesely@…> [518372c]
	* uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (modified)

	Error reporting refactored


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 15:00:18 GMT Jan Vesely <jano.vesely@…> [687efaa]
	* uspace/drv/uhci-hcd/root_hub.c (modified)
	* uspace/lib/usb/src/recognise.c (modified)

	Reuse libusb usbdevice interface


Fri, 11 Feb 2011 14:49:29 GMT Jan Vesely <jano.vesely@…> [6cd7b17]
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/uhci.h (modified)

	Add warnings reduce timeout


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 ...