#
# ChangeLog for / in mainline
#
# Generated by Trac 1.6
# 2025-04-24T15:41:19Z

Thu, 26 May 2011 12:46:01 GMT Lubos Slovak <lubos.slovak@…> [6a544f5]
	* uspace/lib/usbhid/src/hidparser.c (modified)

	Report byte size with report ID.


Thu, 26 May 2011 11:55:14 GMT Lubos Slovak <lubos.slovak@…> [da56be2]
	* uspace/app/mkbd/main.c (modified)
	* uspace/drv/usbhid/generic/hiddev.c (modified)

	Some debug output, checking return value from report parsing.


Thu, 26 May 2011 11:53:45 GMT Matej Klonfar <maklf@…> [19a09d2d]
	* uspace/lib/usbhid/src/hidparser.c (modified)

	report byte size function considers the report_id field


Thu, 26 May 2011 11:53:33 GMT Lubos Slovak <lubos.slovak@…> [a9cdca0]
	* uspace/drv/usbhid/usbhid.c (modified)
	* uspace/lib/drv/generic/driver.c (modified)

	Saving byte size of report to usb_hid_dev_t + removed printf from ...


Thu, 26 May 2011 11:52:57 GMT Lubos Slovak <lubos.slovak@…> [c0940a85]
	* uspace/drv/usbhid/multimedia/multimedia.c (modified)

	Fixed getting key count in multimedia driver.


Thu, 26 May 2011 10:06:24 GMT Lubos Slovak <lubos.slovak@…> [8d3f198]
	* .bzrignore (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/lsusb/main.c (modified)
	* uspace/app/usbinfo/main.c (modified)
	* uspace/drv/ohci/hc.c (modified)
	* uspace/drv/uhci-hcd/Makefile (modified)
	* uspace/drv/uhci-hcd/batch.h (modified)
	* uspace/drv/uhci-hcd/hc.c (modified)
	* uspace/drv/uhci-hcd/hc.h (modified)
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/pci.c (modified)
	* uspace/drv/uhci-hcd/pci.h (modified)
	* uspace/drv/uhci-hcd/root_hub.c (modified)
	* uspace/drv/uhci-hcd/root_hub.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/utils/malloc32.h (modified)
	* uspace/drv/uhci-hcd/utils/slab.c (deleted)
	* uspace/drv/uhci-hcd/utils/slab.h (deleted)
	* uspace/drv/uhci-rhd/main.c (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/uhci-rhd/port.h (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/driver.h (deleted)
	* uspace/lib/usb/include/usb/hc.h (moved)
	* uspace/lib/usb/include/usb/host.h (deleted)
	* uspace/lib/usb/src/ddfiface.c (modified)
	* uspace/lib/usb/src/driver.c (deleted)
	* uspace/lib/usb/src/hc.c (moved)
	* uspace/lib/usb/src/host.c (deleted)
	* uspace/lib/usb/src/resolve.c (added)
	* uspace/lib/usbdev/Makefile (modified)
	* uspace/lib/usbdev/include/usb/dev/hub.h (modified)
	* uspace/lib/usbdev/include/usb/dev/pipes.h (modified)
	* uspace/lib/usbdev/src/hub.c (modified)
	* uspace/lib/usbdev/src/pipes.c (modified)
	* uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hiddescriptor.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidparser.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidpath.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified)
	* uspace/lib/usbhid/src/hidparser.c (modified)
	* uspace/lib/usbhid/src/hidpath.c (modified)

	Merge from maklf (getting report IDs in report + report size in
	bytes)


Wed, 25 May 2011 19:11:14 GMT Matej Klonfar <maklf@…> [5f9b81af]
	* uspace/lib/usbhid/include/usb/hid/hidparser.h (modified)
	* uspace/lib/usbhid/src/hidparser.c (modified)

	get report_id function renamed


Wed, 25 May 2011 19:07:20 GMT Matej Klonfar <maklf@…> [1d10ca1]
	* uspace/lib/usbhid/include/usb/hid/hidparser.h (modified)
	* uspace/lib/usbhid/src/hidparser.c (modified)

	function for getting all report_ids renamed and fixed


Wed, 25 May 2011 18:48:47 GMT Matej Klonfar <maklf@…> [1eee99f2]
	* uspace/lib/usbhid/include/usb/hid/hidparser.h (modified)
	* uspace/lib/usbhid/src/hidparser.c (modified)

	usb hid report size in bytes available in report structure


Wed, 25 May 2011 18:28:10 GMT Matej Klonfar <maklf@…> [14e7959]
	* .bzrignore (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/lsusb/main.c (modified)
	* uspace/app/mkbd/main.c (modified)
	* uspace/app/usbinfo/main.c (modified)
	* uspace/drv/ohci/hc.c (modified)
	* uspace/drv/uhci-hcd/Makefile (modified)
	* uspace/drv/uhci-hcd/batch.h (modified)
	* uspace/drv/uhci-hcd/hc.c (modified)
	* uspace/drv/uhci-hcd/hc.h (modified)
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/pci.c (modified)
	* uspace/drv/uhci-hcd/pci.h (modified)
	* uspace/drv/uhci-hcd/root_hub.c (modified)
	* uspace/drv/uhci-hcd/root_hub.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/utils/malloc32.h (modified)
	* uspace/drv/uhci-hcd/utils/slab.c (deleted)
	* uspace/drv/uhci-hcd/utils/slab.h (deleted)
	* uspace/drv/uhci-rhd/main.c (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/uhci-rhd/port.h (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/driver.h (deleted)
	* uspace/lib/usb/include/usb/hc.h (moved)
	* uspace/lib/usb/include/usb/host.h (deleted)
	* uspace/lib/usb/src/ddfiface.c (modified)
	* uspace/lib/usb/src/driver.c (deleted)
	* uspace/lib/usb/src/hc.c (moved)
	* uspace/lib/usb/src/host.c (deleted)
	* uspace/lib/usb/src/resolve.c (added)
	* uspace/lib/usbdev/Makefile (modified)
	* uspace/lib/usbdev/include/usb/dev/hub.h (modified)
	* uspace/lib/usbdev/include/usb/dev/pipes.h (modified)
	* uspace/lib/usbdev/src/hub.c (modified)
	* uspace/lib/usbdev/src/pipes.c (modified)

	development changes merged


Wed, 25 May 2011 18:05:51 GMT Jan Vesely <jano.vesely@…> [1889786]
	* uspace/drv/ohci/hc.c (modified)
	* uspace/drv/uhci-hcd/Makefile (modified)
	* uspace/drv/uhci-hcd/batch.h (modified)
	* uspace/drv/uhci-hcd/hc.c (modified)
	* uspace/drv/uhci-hcd/hc.h (modified)
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/pci.c (modified)
	* uspace/drv/uhci-hcd/pci.h (modified)
	* uspace/drv/uhci-hcd/root_hub.c (modified)
	* uspace/drv/uhci-hcd/root_hub.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/utils/malloc32.h (modified)
	* uspace/drv/uhci-hcd/utils/slab.c (deleted)
	* uspace/drv/uhci-hcd/utils/slab.h (deleted)
	* uspace/drv/uhci-rhd/main.c (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/uhci-rhd/port.h (modified)

	Hopefully last quirks and fixes

	Removed slab allocator used by UHCI hcd


Wed, 25 May 2011 18:02:22 GMT Jan Vesely <jano.vesely@…> [fb2de0a]
	* uspace/drv/uhci-hcd/Makefile (modified)
	* uspace/drv/uhci-hcd/utils/malloc32.h (modified)
	* uspace/drv/uhci-hcd/utils/slab.c (deleted)
	* uspace/drv/uhci-hcd/utils/slab.h (deleted)

	Replace slab allocator with simple alignment trick

	slab allocator ...


Tue, 24 May 2011 22:19:26 GMT Lubos Slovak <lubos.slovak@…> [fa8d346]
	* uspace/app/mkbd/main.c (modified)
	* uspace/drv/usbhid/generic/hiddev.c (modified)
	* uspace/drv/usbhid/usbhid.c (modified)
	* uspace/lib/usbhid/include/usb/hid/hidreport.h (modified)
	* uspace/lib/usbhid/src/hidreport.c (modified)

	Fixes in mkbd and libusbhid.

	- Fixed initialization of report ...


Tue, 24 May 2011 21:52:44 GMT Lubos Slovak <lubos.slovak@…> [9dddb3d]
	* uspace/lib/drv/generic/remote_usbhid.c (modified)
	* uspace/lib/drv/include/usbhid_iface.h (modified)
	* uspace/lib/usbhid/src/hidiface.c (modified)

	Implemented stubs for getting descriptor and its length

	- Work done ...


Tue, 24 May 2011 21:47:14 GMT Lubos Slovak <lubos.slovak@…> [a28b41d]
	* uspace/lib/usbhid/include/usb/hid/usages/consumer.h (added)
	* uspace/lib/usbhid/src/consumer.c (added)

	Added missing files from libusbhid


Tue, 24 May 2011 21:01:02 GMT Lubos Slovak <lubos.slovak@…> [d7c72db]
	* uspace/app/mkbd/main.c (modified)
	* uspace/drv/usbhid/generic/hiddev.c (modified)
	* uspace/drv/usbhid/multimedia/keymap.c (modified)
	* uspace/drv/usbhid/multimedia/keymap.h (modified)
	* uspace/drv/usbhid/multimedia/multimedia.c (modified)
	* uspace/lib/drv/generic/dev_iface.c (modified)
	* uspace/lib/drv/generic/remote_usbhid.c (modified)
	* uspace/lib/drv/include/usbhid_iface.h (modified)
	* uspace/lib/usbhid/Makefile (modified)
	* uspace/lib/usbhid/include/usb/hid/iface.h (modified)
	* uspace/lib/usbhid/src/hidiface.c (modified)

	A lot of changes to mkbd and HID interface.

	- mkbd Report parser ...


Tue, 24 May 2011 19:10:49 GMT Lubos Slovak <lubos.slovak@…> [4e78236]
	* uspace/app/mkbd/Makefile (modified)
	* uspace/app/mkbd/main.c (modified)
	* uspace/drv/usbhid/generic/hiddev.c (modified)
	* uspace/lib/drv/Makefile (modified)
	* uspace/lib/drv/generic/dev_iface.c (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/generic/remote_usbhid.c (modified)
	* uspace/lib/drv/include/remote_usbhid.h (modified)
	* uspace/lib/usbhid/src/hidiface.c (modified)

	Fixed mkbd and corresponding library functions.

	- Fixed linking ...


Mon, 23 May 2011 14:55:46 GMT Jan Vesely <jano.vesely@…> [fcbcaae9]
	* .bzrignore (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/lsusb/main.c (modified)
	* uspace/app/mkbd/main.c (modified)
	* uspace/app/usbinfo/main.c (modified)
	* uspace/drv/uhci-rhd/port.h (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/driver.h (deleted)
	* uspace/lib/usb/include/usb/hc.h (moved)
	* uspace/lib/usb/include/usb/host.h (deleted)
	* uspace/lib/usb/src/ddfiface.c (modified)
	* uspace/lib/usb/src/driver.c (deleted)
	* uspace/lib/usb/src/hc.c (moved)
	* uspace/lib/usb/src/host.c (deleted)
	* uspace/lib/usb/src/resolve.c (added)
	* uspace/lib/usbdev/Makefile (modified)
	* uspace/lib/usbdev/include/usb/dev/hub.h (modified)
	* uspace/lib/usbdev/include/usb/dev/pipes.h (modified)
	* uspace/lib/usbdev/src/hub.c (modified)
	* uspace/lib/usbdev/src/pipes.c (modified)
	* uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hiddescriptor.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidpath.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified)

	Development branch changes


Mon, 23 May 2011 14:51:41 GMT Jan Vesely <jano.vesely@…> [563ead9]
	* uspace/drv/uhci-hcd/batch.h (modified)
	* uspace/drv/uhci-hcd/hc.c (modified)
	* uspace/drv/uhci-hcd/hc.h (modified)
	* uspace/drv/uhci-hcd/iface.c (modified)
	* uspace/drv/uhci-hcd/root_hub.h (modified)
	* uspace/drv/uhci-hcd/transfer_list.c (modified)
	* uspace/drv/uhci-hcd/transfer_list.h (modified)
	* uspace/drv/uhci-hcd/utils/malloc32.h (modified)
	* uspace/drv/uhci-rhd/main.c (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/uhci-rhd/port.h (modified)

	Further cleanup, includes, const, ...


Mon, 23 May 2011 14:04:51 GMT Jan Vesely <jano.vesely@…> [e247d83]
	* uspace/drv/uhci-hcd/hc.c (modified)
	* uspace/drv/uhci-hcd/hc.h (modified)
	* uspace/drv/uhci-hcd/pci.c (modified)
	* uspace/drv/uhci-hcd/pci.h (modified)
	* uspace/drv/uhci-hcd/root_hub.c (modified)
	* uspace/drv/uhci-hcd/transfer_list.c (modified)
	* uspace/drv/uhci-hcd/uhci.c (modified)
	* uspace/drv/uhci-hcd/uhci.h (modified)
	* uspace/drv/uhci-rhd/port.c (modified)

	Const, type-casting and other minor fixes


Mon, 23 May 2011 13:28:00 GMT Jan Vesely <jano.vesely@…> [8953514]
	* uspace/drv/ohci/hc.c (modified)

	Handle transfer list initialization failure


Fri, 20 May 2011 20:37:06 GMT Vojtech Horky <vojtechhorky@…> [c9256c5]
	* .bzrignore (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/lsusb/main.c (modified)
	* uspace/app/mkbd/main.c (modified)
	* uspace/app/usbinfo/main.c (modified)
	* uspace/drv/uhci-rhd/port.h (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/driver.h (deleted)
	* uspace/lib/usb/include/usb/hc.h (moved)
	* uspace/lib/usb/include/usb/host.h (deleted)
	* uspace/lib/usb/src/ddfiface.c (modified)
	* uspace/lib/usb/src/driver.c (deleted)
	* uspace/lib/usb/src/hc.c (moved)
	* uspace/lib/usb/src/host.c (deleted)
	* uspace/lib/usb/src/resolve.c (added)
	* uspace/lib/usbdev/Makefile (modified)
	* uspace/lib/usbdev/include/usb/dev/hub.h (modified)
	* uspace/lib/usbdev/include/usb/dev/pipes.h (modified)
	* uspace/lib/usbdev/src/hub.c (modified)
	* uspace/lib/usbdev/src/pipes.c (modified)

	Minor fixes and improvements

	 - Ensure linking against libusb is ...


Fri, 20 May 2011 20:29:27 GMT Vojtech Horky <vojtechhorky@…> [e8f826b]
	* uspace/app/mkbd/main.c (modified)
	* uspace/app/usbinfo/main.c (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/driver.h (deleted)
	* uspace/lib/usb/include/usb/hc.h (modified)
	* uspace/lib/usb/src/ddfiface.c (modified)
	* uspace/lib/usb/src/driver.c (deleted)
	* uspace/lib/usb/src/hc.c (modified)
	* uspace/lib/usb/src/resolve.c (modified)
	* uspace/lib/usbdev/src/pipes.c (modified)

	Merged headers in libusb


Fri, 20 May 2011 20:24:17 GMT Vojtech Horky <vojtechhorky@…> [96f2aa6]
	* uspace/app/usbinfo/main.c (modified)

	usbinfo uses generic resolving function


Fri, 20 May 2011 20:23:06 GMT Vojtech Horky <vojtechhorky@…> [a9ab7f47]
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/driver.h (modified)
	* uspace/lib/usb/src/resolve.c (added)

	Add function for resolving USB paths

	The great function is called ...


Fri, 20 May 2011 20:11:39 GMT Vojtech Horky <vojtechhorky@…> [04028225]
	* uspace/app/mkbd/main.c (modified)
	* uspace/app/usbinfo/main.c (modified)
	* uspace/lib/usb/include/usb/hc.h (modified)
	* uspace/lib/usb/src/hc.c (modified)
	* uspace/lib/usbdev/include/usb/dev/pipes.h (modified)
	* uspace/lib/usbdev/src/pipes.c (modified)

	Getting address by handle also moved into libusb


Fri, 20 May 2011 20:01:25 GMT Vojtech Horky <vojtechhorky@…> [0edf7c7]
	* uspace/app/lsusb/main.c (modified)
	* uspace/app/mkbd/main.c (modified)
	* uspace/app/usbinfo/main.c (modified)
	* uspace/drv/uhci-rhd/port.h (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/hc.h (moved)
	* uspace/lib/usb/include/usb/host.h (deleted)
	* uspace/lib/usb/src/hc.c (moved)
	* uspace/lib/usb/src/host.c (deleted)
	* uspace/lib/usbdev/Makefile (modified)
	* uspace/lib/usbdev/include/usb/dev/hub.h (modified)
	* uspace/lib/usbdev/include/usb/dev/pipes.h (modified)
	* uspace/lib/usbdev/src/hub.c (modified)

	HC communication moved into libusb

	Although communication with HC ...


Fri, 20 May 2011 14:16:00 GMT Vojtech Horky <vojtechhorky@…> [a60afd0]
	* uspace/Makefile.common (modified)

	Static build when linking with libusb


Fri, 20 May 2011 14:15:06 GMT Vojtech Horky <vojtechhorky@…> [c7c2443]
	* .bzrignore (modified)

	Ignore shared object files


Fri, 20 May 2011 13:43:09 GMT Matej Klonfar <maklf@…> [5499a8b]
	* uspace/lib/usbhid/src/hidparser.c (modified)
	* uspace/lib/usbhid/src/hidpath.c (modified)

	usb hid parser doxygen


Fri, 20 May 2011 13:02:54 GMT Lubos Slovak <lubos.slovak@…> [e7079cf]
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/generic/remote_usbhid.c (modified)

	Some debugging output.


Fri, 20 May 2011 12:49:13 GMT Matej Klonfar <maklf@…> [74b1e40]
	* uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hiddescriptor.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidpath.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified)

	hid parser header's doxygen doc


Fri, 20 May 2011 11:18:53 GMT Vojtech Horky <vojtechhorky@…> [293de44]
	* .bzrignore (modified)
	* boot/Makefile.common (modified)
	* boot/arch/amd64/Makefile.inc (modified)
	* kernel/generic/src/ipc/irq.c (modified)
	* uspace/Makefile (modified)
	* uspace/app/mkbd/Makefile (moved)
	* uspace/app/mkbd/main.c (added)
	* uspace/drv/ohci/batch.c (modified)
	* uspace/drv/ohci/batch.h (modified)
	* uspace/drv/ohci/endpoint_list.c (modified)
	* uspace/drv/ohci/endpoint_list.h (modified)
	* uspace/drv/ohci/hc.c (modified)
	* uspace/drv/ohci/hc.h (modified)
	* uspace/drv/ohci/hcd_endpoint.c (modified)
	* uspace/drv/ohci/hcd_endpoint.h (modified)
	* uspace/drv/ohci/hw_struct/transfer_descriptor.c (modified)
	* uspace/drv/ohci/hw_struct/transfer_descriptor.h (modified)
	* uspace/drv/ohci/ohci_regs.h (modified)
	* uspace/drv/uhci-hcd/batch.c (modified)
	* uspace/drv/uhci-hcd/batch.h (modified)
	* uspace/drv/uhci-hcd/hc.c (modified)
	* uspace/drv/uhci-hcd/hc.h (modified)
	* uspace/drv/uhci-hcd/transfer_list.c (modified)
	* uspace/drv/uhci-hcd/transfer_list.h (modified)
	* uspace/drv/uhci-hcd/utils/malloc32.h (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/usbhid/Makefile (modified)
	* uspace/drv/usbhid/generic/hiddev.c (modified)
	* uspace/drv/usbhid/generic/hiddev.h (modified)
	* uspace/drv/usbhid/kbd/kbddev.c (modified)
	* uspace/drv/usbhid/kbd/kbddev.h (modified)
	* uspace/drv/usbhid/lgtch-ultrax/keymap.c (deleted)
	* uspace/drv/usbhid/mouse/mousedev.c (modified)
	* uspace/drv/usbhid/mouse/mousedev.h (modified)
	* uspace/drv/usbhid/multimedia/keymap.c (added)
	* uspace/drv/usbhid/multimedia/keymap.h (moved)
	* uspace/drv/usbhid/multimedia/multimedia.c (moved)
	* uspace/drv/usbhid/multimedia/multimedia.h (moved)
	* uspace/drv/usbhid/subdrivers.c (modified)
	* uspace/drv/usbhid/usbhid.c (modified)
	* uspace/drv/usbhid/usbhid.h (modified)
	* uspace/drv/usbkbd/conv.c (deleted)
	* uspace/drv/usbkbd/conv.h (deleted)
	* uspace/drv/usbkbd/kbd.h (deleted)
	* uspace/drv/usbkbd/kbddev.c (deleted)
	* uspace/drv/usbkbd/kbddev.h (deleted)
	* uspace/drv/usbkbd/kbdrepeat.c (deleted)
	* uspace/drv/usbkbd/kbdrepeat.h (deleted)
	* uspace/drv/usbkbd/layout.h (deleted)
	* uspace/drv/usbkbd/main.c (deleted)
	* uspace/drv/usbkbd/usbkbd.ma (deleted)
	* uspace/lib/usbdev/src/hub.c (modified)
	* uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidparser.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified)
	* uspace/lib/usbhid/include/usb/hid/usages/core.h (modified)
	* uspace/lib/usbhid/src/hiddescriptor.c (modified)
	* uspace/lib/usbhid/src/hidparser.c (modified)
	* uspace/lib/usbhid/src/hidpath.c (modified)
	* uspace/lib/usbhost/src/device_keeper.c (modified)

	Merge development/ changes


Fri, 20 May 2011 10:44:53 GMT Lubos Slovak <lubos.slovak@…> [e765ccb]
	* uspace/app/mkbd/Makefile (modified)
	* uspace/app/mkbd/main.c (modified)
	* uspace/lib/drv/generic/remote_usbhid.c (modified)
	* uspace/lib/usbhid/include/usb/hid/iface.h (modified)
	* uspace/lib/usbhid/src/hidiface.c (modified)

	Changed HID driver interface and modified mkbd + fixes.


Fri, 20 May 2011 10:24:12 GMT Lubos Slovak <lubos.slovak@…> [d1fb591]
	* uspace/drv/usbhid/usbhid.c (modified)
	* uspace/drv/usbhid/usbhid.h (modified)

	Saving max input report length and initializing buffer.


Fri, 20 May 2011 10:23:26 GMT Lubos Slovak <lubos.slovak@…> [4939490]
	* uspace/drv/usbhid/generic/hiddev.c (modified)
	* uspace/drv/usbhid/kbd/kbddev.c (modified)
	* uspace/drv/usbhid/multimedia/multimedia.c (modified)
	* uspace/drv/usbhid/subdrivers.c (modified)

	Removed generic subdriver from mappings + some debug output


Thu, 19 May 2011 15:20:48 GMT Lubos Slovak <lubos.slovak@…> [d09f3720]
	* .bzrignore (modified)
	* HelenOS.config (modified)
	* boot/Makefile (modified)
	* boot/Makefile.build (modified)
	* boot/Makefile.common (modified)
	* boot/arch/ia64/_link.ld.in (modified)
	* boot/arch/ia64/src/boot.S (modified)
	* contrib/tools/font/bdf2c.pl (moved)
	* contrib/tools/font/u_vga16.bdf (moved)
	* contrib/tools/serengeti_silo.sh (moved)
	* kernel/Makefile (modified)
	* kernel/arch/abs32le/include/types.h (modified)
	* kernel/arch/amd64/include/types.h (modified)
	* kernel/arch/amd64/src/interrupt.c (modified)
	* kernel/arch/arm32/include/types.h (modified)
	* kernel/arch/arm32/src/exception.c (modified)
	* kernel/arch/ia32/Makefile.inc (modified)
	* kernel/arch/ia32/include/barrier.h (modified)
	* kernel/arch/ia32/include/types.h (modified)
	* kernel/arch/ia32/src/interrupt.c (modified)
	* kernel/arch/ia64/_link.ld.in (modified)
	* kernel/arch/ia64/include/types.h (modified)
	* kernel/arch/ia64/src/ivt.S (modified)
	* kernel/arch/ia64/src/start.S (modified)
	* kernel/arch/mips32/include/types.h (modified)
	* kernel/arch/mips32/src/exception.c (modified)
	* kernel/arch/mips32/src/mm/frame.c (modified)
	* kernel/arch/ppc32/include/types.h (modified)
	* kernel/arch/ppc32/src/interrupt.c (modified)
	* kernel/arch/sparc64/include/cpu.h (modified)
	* kernel/arch/sparc64/include/sun4u/cpu.h (modified)
	* kernel/arch/sparc64/include/types.h (modified)
	* kernel/generic/include/ipc/event.h (modified)
	* kernel/generic/include/ipc/event_types.h (modified)
	* kernel/generic/include/macros.h (modified)
	* kernel/generic/include/mm/as.h (modified)
	* kernel/generic/include/mm/frame.h (modified)
	* kernel/generic/include/mm/reserve.h (added)
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/include/str.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/console/console.c (modified)
	* kernel/generic/src/ipc/event.c (modified)
	* kernel/generic/src/ipc/irq.c (modified)
	* kernel/generic/src/lib/str.c (modified)
	* kernel/generic/src/main/main.c (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/mm/backend_anon.c (modified)
	* kernel/generic/src/mm/backend_elf.c (modified)
	* kernel/generic/src/mm/backend_phys.c (modified)
	* kernel/generic/src/mm/frame.c (modified)
	* kernel/generic/src/mm/reserve.c (added)
	* kernel/generic/src/proc/scheduler.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* tools/mkfat.py (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/init/Makefile (modified)
	* uspace/app/klog/klog.c (modified)
	* uspace/app/lsusb/main.c (modified)
	* uspace/app/mkbd/main.c (modified)
	* uspace/app/stats/stats.c (modified)
	* uspace/app/tester/Makefile (modified)
	* uspace/app/tester/mm/malloc2.c (added)
	* uspace/app/tester/mm/malloc2.def (added)
	* uspace/app/tester/tester.c (modified)
	* uspace/app/tester/tester.h (modified)
	* uspace/app/top/screen.c (modified)
	* uspace/app/usbinfo/desctree.c (modified)
	* uspace/app/usbinfo/dev.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/app/vuhid/device.c (modified)
	* uspace/app/vuhid/hids/bootkbd.c (modified)
	* uspace/app/vuhid/main.c (modified)
	* uspace/doc/doxygroups.h (modified)
	* uspace/drv/ohci/batch.c (modified)
	* uspace/drv/ohci/batch.h (modified)
	* uspace/drv/ohci/endpoint_list.c (modified)
	* uspace/drv/ohci/endpoint_list.h (modified)
	* uspace/drv/ohci/hc.c (modified)
	* uspace/drv/ohci/hc.h (modified)
	* uspace/drv/ohci/hcd_endpoint.c (modified)
	* uspace/drv/ohci/hcd_endpoint.h (modified)
	* uspace/drv/ohci/hw_struct/transfer_descriptor.c (modified)
	* uspace/drv/ohci/hw_struct/transfer_descriptor.h (modified)
	* uspace/drv/ohci/iface.h (modified)
	* uspace/drv/ohci/ohci.h (modified)
	* uspace/drv/ohci/ohci_regs.h (modified)
	* uspace/drv/ohci/pci.h (modified)
	* uspace/drv/ohci/root_hub.c (modified)
	* uspace/drv/ohci/root_hub.h (modified)
	* uspace/drv/ohci/utils/malloc32.h (modified)
	* uspace/drv/uhci-hcd/batch.c (modified)
	* uspace/drv/uhci-hcd/batch.h (modified)
	* uspace/drv/uhci-hcd/hc.c (modified)
	* uspace/drv/uhci-hcd/hc.h (modified)
	* uspace/drv/uhci-hcd/hw_struct/link_pointer.h (modified)
	* uspace/drv/uhci-hcd/hw_struct/queue_head.h (modified)
	* uspace/drv/uhci-hcd/hw_struct/transfer_descriptor.h (modified)
	* uspace/drv/uhci-hcd/root_hub.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/utils/malloc32.h (modified)
	* uspace/drv/uhci-hcd/utils/slab.c (modified)
	* uspace/drv/uhci-hcd/utils/slab.h (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/uhci-rhd/port.h (modified)
	* uspace/drv/usbflbk/main.c (modified)
	* uspace/drv/usbhid/generic/hiddev.h (modified)
	* uspace/drv/usbhid/kbd/kbddev.c (modified)
	* uspace/drv/usbhid/kbd/kbddev.h (modified)
	* uspace/drv/usbhid/kbd/main.c (modified)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/drv/usbhid/mouse/mousedev.c (modified)
	* uspace/drv/usbhid/mouse/mousedev.h (modified)
	* uspace/drv/usbhid/multimedia/multimedia.c (modified)
	* uspace/drv/usbhid/multimedia/multimedia.h (modified)
	* uspace/drv/usbhid/subdrivers.c (modified)
	* uspace/drv/usbhid/usbhid.c (modified)
	* uspace/drv/usbhid/usbhid.h (modified)
	* uspace/drv/usbhub/main.c (modified)
	* uspace/drv/usbhub/port_status.h (modified)
	* uspace/drv/usbhub/ports.h (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/usbhub/usbhub.h (modified)
	* uspace/drv/usbhub/usbhub_private.h (modified)
	* uspace/drv/usbmast/inquiry.c (modified)
	* uspace/drv/usbmast/main.c (modified)
	* uspace/drv/usbmast/mast.c (modified)
	* uspace/drv/usbmast/mast.h (modified)
	* uspace/drv/usbmid/dump.c (modified)
	* uspace/drv/usbmid/explore.c (modified)
	* uspace/drv/usbmid/main.c (modified)
	* uspace/drv/usbmid/usbmid.c (modified)
	* uspace/drv/usbmid/usbmid.h (modified)
	* uspace/drv/usbmouse/init.c (modified)
	* uspace/drv/usbmouse/main.c (modified)
	* uspace/drv/usbmouse/mouse.h (modified)
	* uspace/drv/vhc/conndev.c (modified)
	* uspace/drv/vhc/connhost.c (modified)
	* uspace/drv/vhc/hub.c (modified)
	* uspace/drv/vhc/transfer.c (modified)
	* uspace/lib/block/libblock.c (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/arch/abs32le/Makefile.inc (modified)
	* uspace/lib/c/arch/abs32le/_link.ld.in (modified)
	* uspace/lib/c/arch/abs32le/src/entryjmp.c (moved)
	* uspace/lib/c/arch/amd64/Makefile.inc (modified)
	* uspace/lib/c/arch/amd64/_link.ld.in (modified)
	* uspace/lib/c/arch/amd64/src/entryjmp.s (moved)
	* uspace/lib/c/arch/arm32/Makefile.inc (modified)
	* uspace/lib/c/arch/arm32/_link.ld.in (modified)
	* uspace/lib/c/arch/arm32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/ia32/Makefile.common (modified)
	* uspace/lib/c/arch/ia32/Makefile.inc (modified)
	* uspace/lib/c/arch/ia32/_link.ld.in (modified)
	* uspace/lib/c/arch/ia32/include/config.h (modified)
	* uspace/lib/c/arch/ia32/include/ddi.h (modified)
	* uspace/lib/c/arch/ia32/include/faddr.h (modified)
	* uspace/lib/c/arch/ia32/include/fibril.h (modified)
	* uspace/lib/c/arch/ia32/include/rtld/dynamic.h (moved)
	* uspace/lib/c/arch/ia32/include/rtld/elf_dyn.h (added)
	* uspace/lib/c/arch/ia32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/ia32/src/rtld/dynamic.c (added)
	* uspace/lib/c/arch/ia32/src/rtld/reloc.c (added)
	* uspace/lib/c/arch/ia32/src/stacktrace.c (modified)
	* uspace/lib/c/arch/ia32/src/syscall.S (modified)
	* uspace/lib/c/arch/ia32/src/tls.c (modified)
	* uspace/lib/c/arch/ia64/Makefile.inc (modified)
	* uspace/lib/c/arch/ia64/_link.ld.in (modified)
	* uspace/lib/c/arch/ia64/src/entry.s (modified)
	* uspace/lib/c/arch/ia64/src/entryjmp.s (moved)
	* uspace/lib/c/arch/ia64/src/thread_entry.s (modified)
	* uspace/lib/c/arch/mips32/Makefile.inc (modified)
	* uspace/lib/c/arch/mips32/_link.ld.in (modified)
	* uspace/lib/c/arch/mips32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/mips32eb/Makefile.inc (modified)
	* uspace/lib/c/arch/ppc32/Makefile.inc (modified)
	* uspace/lib/c/arch/ppc32/_link.ld.in (modified)
	* uspace/lib/c/arch/ppc32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/sparc64/Makefile.inc (modified)
	* uspace/lib/c/arch/sparc64/_link.ld.in (modified)
	* uspace/lib/c/arch/sparc64/src/entryjmp.s (moved)
	* uspace/lib/c/generic/adt/prodcons.c (added)
	* uspace/lib/c/generic/as.c (modified)
	* uspace/lib/c/generic/assert.c (added)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/async_sess.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/dlfcn.c (added)
	* uspace/lib/c/generic/errno.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/libc.c (modified)
	* uspace/lib/c/generic/malloc.c (modified)
	* uspace/lib/c/generic/rtld/dynamic.c (added)
	* uspace/lib/c/generic/rtld/elf_load.c (added)
	* uspace/lib/c/generic/rtld/module.c (added)
	* uspace/lib/c/generic/rtld/rtld.c (added)
	* uspace/lib/c/generic/rtld/symbol.c (added)
	* uspace/lib/c/generic/stacktrace.c (modified)
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/generic/time.c (modified)
	* uspace/lib/c/include/adt/fifo.h (modified)
	* uspace/lib/c/include/adt/list.h (modified)
	* uspace/lib/c/include/adt/measured_strings.h (modified)
	* uspace/lib/c/include/adt/prodcons.h (added)
	* uspace/lib/c/include/as.h (modified)
	* uspace/lib/c/include/assert.h (modified)
	* uspace/lib/c/include/dlfcn.h (added)
	* uspace/lib/c/include/entry_point.h (moved)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/c/include/event.h (modified)
	* uspace/lib/c/include/fibril.h (modified)
	* uspace/lib/c/include/fibril_synch.h (modified)
	* uspace/lib/c/include/loader/pcb.h (modified)
	* uspace/lib/c/include/macros.h (modified)
	* uspace/lib/c/include/rtld/dynamic.h (added)
	* uspace/lib/c/include/rtld/elf_dyn.h (added)
	* uspace/lib/c/include/rtld/module.h (added)
	* uspace/lib/c/include/rtld/rtld.h (added)
	* uspace/lib/c/include/rtld/rtld_arch.h (added)
	* uspace/lib/c/include/rtld/rtld_debug.h (added)
	* uspace/lib/c/include/rtld/symbol.h (added)
	* uspace/lib/c/include/str.h (modified)
	* uspace/lib/c/include/sys/time.h (modified)
	* uspace/lib/softfloat/generic/add.c (modified)
	* uspace/lib/softfloat/generic/common.c (modified)
	* uspace/lib/softfloat/generic/comparison.c (modified)
	* uspace/lib/softfloat/generic/div.c (modified)
	* uspace/lib/softfloat/generic/mul.c (modified)
	* uspace/lib/softfloat/generic/other.c (modified)
	* uspace/lib/softfloat/generic/softfloat.c (modified)
	* uspace/lib/softfloat/generic/sub.c (modified)
	* uspace/lib/softfloat/include/add.h (modified)
	* uspace/lib/softfloat/include/common.h (modified)
	* uspace/lib/softfloat/include/comparison.h (modified)
	* uspace/lib/softfloat/include/conversion.h (modified)
	* uspace/lib/softfloat/include/div.h (modified)
	* uspace/lib/softfloat/include/mul.h (modified)
	* uspace/lib/softfloat/include/other.h (modified)
	* uspace/lib/softfloat/include/sftypes.h (modified)
	* uspace/lib/softfloat/include/softfloat.h (modified)
	* uspace/lib/softfloat/include/sub.h (modified)
	* uspace/lib/softint/Makefile (modified)
	* uspace/lib/usb/include/usb/debug.h (modified)
	* uspace/lib/usb/src/debug.c (modified)
	* uspace/lib/usbdev/include/usb/dev/dp.h (moved)
	* uspace/lib/usbdev/include/usb/dev/driver.h (moved)
	* uspace/lib/usbdev/include/usb/dev/hc.h (moved)
	* uspace/lib/usbdev/include/usb/dev/hub.h (moved)
	* uspace/lib/usbdev/include/usb/dev/pipes.h (moved)
	* uspace/lib/usbdev/include/usb/dev/poll.h (moved)
	* uspace/lib/usbdev/include/usb/dev/recognise.h (moved)
	* uspace/lib/usbdev/include/usb/dev/request.h (moved)
	* uspace/lib/usbdev/src/altiface.c (modified)
	* uspace/lib/usbdev/src/devdrv.c (modified)
	* uspace/lib/usbdev/src/devpoll.c (modified)
	* uspace/lib/usbdev/src/dp.c (modified)
	* uspace/lib/usbdev/src/hub.c (modified)
	* uspace/lib/usbdev/src/pipepriv.c (modified)
	* uspace/lib/usbdev/src/pipepriv.h (modified)
	* uspace/lib/usbdev/src/pipes.c (modified)
	* uspace/lib/usbdev/src/pipesinit.c (modified)
	* uspace/lib/usbdev/src/pipesio.c (modified)
	* uspace/lib/usbdev/src/recognise.c (modified)
	* uspace/lib/usbdev/src/request.c (modified)
	* uspace/lib/usbdev/src/usbdevice.c (modified)
	* uspace/lib/usbhid/include/usb/hid/hid.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hid_report_items.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hiddescriptor.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hidparser.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hidpath.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hidreport.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hidtypes.h (moved)
	* uspace/lib/usbhid/include/usb/hid/iface.h (moved)
	* uspace/lib/usbhid/include/usb/hid/request.h (moved)
	* uspace/lib/usbhid/include/usb/hid/usages/core.h (moved)
	* uspace/lib/usbhid/include/usb/hid/usages/kbdgen.h (moved)
	* uspace/lib/usbhid/include/usb/hid/usages/led.h (moved)
	* uspace/lib/usbhid/src/hiddescriptor.c (modified)
	* uspace/lib/usbhid/src/hidiface.c (modified)
	* uspace/lib/usbhid/src/hidparser.c (modified)
	* uspace/lib/usbhid/src/hidpath.c (modified)
	* uspace/lib/usbhid/src/hidreport.c (modified)
	* uspace/lib/usbhid/src/hidreq.c (modified)
	* uspace/lib/usbhost/Makefile (modified)
	* uspace/lib/usbhost/include/usb/addrkeep.h (deleted)
	* uspace/lib/usbhost/include/usb/host/batch.h (modified)
	* uspace/lib/usbhost/include/usb/host/device_keeper.h (modified)
	* uspace/lib/usbhost/include/usb/host/endpoint.h (modified)
	* uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified)
	* uspace/lib/usbhost/src/addrkeep.c (deleted)
	* uspace/lib/usbhost/src/batch.c (modified)
	* uspace/lib/usbhost/src/device_keeper.c (modified)
	* uspace/lib/usbhost/src/endpoint.c (modified)
	* uspace/lib/usbvirt/include/usbvirt/device.h (modified)
	* uspace/lib/usbvirt/include/usbvirt/ipc.h (modified)
	* uspace/lib/usbvirt/src/ctrltransfer.c (modified)
	* uspace/lib/usbvirt/src/stdreq.c (modified)
	* uspace/srv/bd/rd/Makefile (modified)
	* uspace/srv/devman/Makefile (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devmap/Makefile (modified)
	* uspace/srv/fs/devfs/Makefile (modified)
	* uspace/srv/fs/fat/Makefile (modified)
	* uspace/srv/fs/fat/fat_fat.c (modified)
	* uspace/srv/fs/fat/fat_idx.c (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)
	* uspace/srv/fs/tmpfs/Makefile (modified)
	* uspace/srv/hw/netif/ne2000/dp8390.c (modified)
	* uspace/srv/loader/Makefile (modified)
	* uspace/srv/loader/arch/abs32le/Makefile.inc (deleted)
	* uspace/srv/loader/arch/abs32le/_link.ld.in (deleted)
	* uspace/srv/loader/arch/amd64/Makefile.inc (deleted)
	* uspace/srv/loader/arch/amd64/_link.ld.in (deleted)
	* uspace/srv/loader/arch/arm32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/arm32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/ia32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/ia32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/ia64/Makefile.inc (deleted)
	* uspace/srv/loader/arch/ia64/_link.ld.in (deleted)
	* uspace/srv/loader/arch/mips32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/mips32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/mips32eb (deleted)
	* uspace/srv/loader/arch/ppc32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/ppc32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/sparc64/Makefile.inc (deleted)
	* uspace/srv/loader/arch/sparc64/_link.ld.in (deleted)
	* uspace/srv/loader/elf_load.c (modified)
	* uspace/srv/loader/include/elf_load.h (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/net/tl/icmp/Makefile (modified)
	* uspace/srv/ns/Makefile (modified)
	* uspace/srv/ns/clonable.c (modified)
	* uspace/srv/ns/service.c (modified)
	* uspace/srv/ns/task.c (modified)
	* uspace/srv/vfs/Makefile (modified)

	Development changes.


Thu, 19 May 2011 15:20:32 GMT Lubos Slovak <lubos.slovak@…> [df44fa2]
	* uspace/app/mkbd/mkbd (deleted)

	Removed binary


Thu, 19 May 2011 07:24:27 GMT Jan Vesely <jano.vesely@…> [7941bd6]
	* uspace/drv/ohci/hc.c (modified)

	Fix OHCI crash regression


Thu, 19 May 2011 07:21:31 GMT Jan Vesely <jano.vesely@…> [70c85320]
	* uspace/drv/ohci/hc.c (modified)

	Fix crash on endpoint addition(make sure ep lists are initialized)


Wed, 18 May 2011 20:18:38 GMT Jan Vesely <jano.vesely@…> [98d7550]
	* kernel/generic/src/ipc/irq.c (modified)
	* uspace/drv/ohci/batch.c (modified)
	* uspace/drv/ohci/batch.h (modified)
	* uspace/drv/ohci/endpoint_list.h (modified)
	* uspace/drv/ohci/hc.c (modified)
	* uspace/drv/ohci/hc.h (modified)
	* uspace/drv/ohci/hcd_endpoint.c (modified)
	* uspace/drv/ohci/hcd_endpoint.h (modified)
	* uspace/drv/ohci/ohci_regs.h (modified)
	* uspace/drv/uhci-hcd/batch.c (modified)
	* uspace/drv/uhci-hcd/batch.h (modified)
	* uspace/drv/uhci-hcd/hc.c (modified)
	* uspace/drv/uhci-hcd/hc.h (modified)
	* uspace/drv/uhci-hcd/transfer_list.h (modified)

	Doxygen and code style fixes, improve error handling in root hub ...


Wed, 18 May 2011 20:17:00 GMT Jan Vesely <jano.vesely@…> [030937e]
	* uspace/lib/usbhost/src/device_keeper.c (modified)

	Development branch changes


Wed, 18 May 2011 18:24:22 GMT Jan Vesely <jano.vesely@…> [02cacce]
	* uspace/drv/ohci/batch.c (modified)
	* uspace/drv/ohci/batch.h (modified)
	* uspace/drv/ohci/endpoint_list.h (modified)
	* uspace/drv/ohci/hc.c (modified)
	* uspace/drv/ohci/hc.h (modified)
	* uspace/drv/ohci/hcd_endpoint.c (modified)
	* uspace/drv/ohci/hcd_endpoint.h (modified)
	* uspace/drv/ohci/ohci_regs.h (modified)
	* uspace/drv/uhci-hcd/batch.c (modified)
	* uspace/drv/uhci-hcd/batch.h (modified)
	* uspace/drv/uhci-hcd/hc.c (modified)
	* uspace/drv/uhci-hcd/hc.h (modified)
	* uspace/drv/uhci-hcd/transfer_list.h (modified)

	Doxygen and some minor code-style changes


Wed, 18 May 2011 16:25:53 GMT Vojtech Horky <vojtechhorky@…> [17fc40c]
	* uspace/lib/usbhost/src/device_keeper.c (modified)

	Prohibit getting device handle on default address


Wed, 18 May 2011 15:26:31 GMT Jan Vesely <jano.vesely@…> [45e0e07]
	* kernel/generic/src/ipc/irq.c (modified)

	Remove debug output in irq handler


Wed, 18 May 2011 15:23:16 GMT Jan Vesely <jano.vesely@…> [2ff7360]
	* uspace/drv/ohci/hc.c (modified)

	Use better error handling in root hub registration routine


Wed, 18 May 2011 10:59:50 GMT Jan Vesely <jano.vesely@…> [f58154c5]
	* .bzrignore (modified)
	* uspace/drv/ohci/batch.c (modified)
	* uspace/drv/ohci/batch.h (modified)
	* uspace/drv/ohci/endpoint_list.c (modified)
	* uspace/drv/ohci/endpoint_list.h (modified)
	* uspace/drv/ohci/hc.c (modified)
	* uspace/drv/ohci/hcd_endpoint.h (modified)
	* uspace/drv/ohci/hw_struct/transfer_descriptor.c (modified)
	* uspace/drv/ohci/hw_struct/transfer_descriptor.h (modified)
	* uspace/drv/uhci-hcd/batch.c (modified)
	* uspace/drv/uhci-hcd/transfer_list.c (modified)
	* uspace/drv/uhci-hcd/utils/malloc32.h (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/lib/usbdev/src/hub.c (modified)

	Minor fixes and comments

	UHCI: use provided barrier defines (buffer ...


Wed, 18 May 2011 10:58:33 GMT Jan Vesely <jano.vesely@…> [aeca5a3]
	* .bzrignore (modified)
	* uspace/drv/uhci-hcd/utils/malloc32.h (modified)

	Fix UHCI malloc32 warning message. Add bzr ignore for mkbd binary


Wed, 18 May 2011 10:46:48 GMT Jan Vesely <jano.vesely@…> [68b9f148]
	* uspace/drv/ohci/hc.c (modified)

	OHCI: restart hw on unrecoverable error


Wed, 18 May 2011 10:40:34 GMT Jan Vesely <jano.vesely@…> [33d19a7]
	* uspace/drv/ohci/batch.c (modified)
	* uspace/drv/ohci/hw_struct/transfer_descriptor.h (modified)

	Fix OHCI buffer access.

	Consider more than one data transaction ...


Wed, 18 May 2011 09:34:56 GMT Jan Vesely <jano.vesely@…> [c7b5826]
	* .bzrignore (modified)
	* boot/Makefile.common (modified)
	* boot/arch/amd64/Makefile.inc (modified)
	* uspace/Makefile (modified)
	* uspace/app/lsusb/main.c (modified)
	* uspace/app/mkbd/Makefile (moved)
	* uspace/app/mkbd/main.c (added)
	* uspace/app/usbinfo/desctree.c (modified)
	* uspace/app/usbinfo/dev.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/app/vuhid/hids/bootkbd.c (modified)
	* uspace/app/vuhid/main.c (modified)
	* uspace/doc/doxygroups.h (modified)
	* uspace/drv/ohci/root_hub.c (modified)
	* uspace/drv/ohci/root_hub.h (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/uhci-rhd/port.h (modified)
	* uspace/drv/usbflbk/main.c (modified)
	* uspace/drv/usbhid/Makefile (modified)
	* uspace/drv/usbhid/generic/hiddev.c (modified)
	* uspace/drv/usbhid/generic/hiddev.h (modified)
	* uspace/drv/usbhid/kbd/kbddev.c (modified)
	* uspace/drv/usbhid/kbd/kbddev.h (modified)
	* uspace/drv/usbhid/kbd/main.c (modified)
	* uspace/drv/usbhid/lgtch-ultrax/keymap.c (deleted)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/drv/usbhid/mouse/mousedev.c (modified)
	* uspace/drv/usbhid/mouse/mousedev.h (modified)
	* uspace/drv/usbhid/multimedia/keymap.c (added)
	* uspace/drv/usbhid/multimedia/keymap.h (moved)
	* uspace/drv/usbhid/multimedia/multimedia.c (moved)
	* uspace/drv/usbhid/multimedia/multimedia.h (moved)
	* uspace/drv/usbhid/subdrivers.c (modified)
	* uspace/drv/usbhid/usbhid.c (modified)
	* uspace/drv/usbhid/usbhid.h (modified)
	* uspace/drv/usbhub/main.c (modified)
	* uspace/drv/usbhub/port_status.h (modified)
	* uspace/drv/usbhub/ports.h (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/usbhub/usbhub.h (modified)
	* uspace/drv/usbhub/usbhub_private.h (modified)
	* uspace/drv/usbkbd/conv.c (deleted)
	* uspace/drv/usbkbd/conv.h (deleted)
	* uspace/drv/usbkbd/kbd.h (deleted)
	* uspace/drv/usbkbd/kbddev.c (deleted)
	* uspace/drv/usbkbd/kbddev.h (deleted)
	* uspace/drv/usbkbd/kbdrepeat.c (deleted)
	* uspace/drv/usbkbd/kbdrepeat.h (deleted)
	* uspace/drv/usbkbd/layout.h (deleted)
	* uspace/drv/usbkbd/main.c (deleted)
	* uspace/drv/usbkbd/usbkbd.ma (deleted)
	* uspace/drv/usbmast/inquiry.c (modified)
	* uspace/drv/usbmast/main.c (modified)
	* uspace/drv/usbmast/mast.c (modified)
	* uspace/drv/usbmast/mast.h (modified)
	* uspace/drv/usbmid/dump.c (modified)
	* uspace/drv/usbmid/explore.c (modified)
	* uspace/drv/usbmid/main.c (modified)
	* uspace/drv/usbmid/usbmid.c (modified)
	* uspace/drv/usbmid/usbmid.h (modified)
	* uspace/drv/usbmouse/init.c (modified)
	* uspace/drv/usbmouse/main.c (modified)
	* uspace/drv/usbmouse/mouse.h (modified)
	* uspace/drv/vhc/connhost.c (modified)
	* uspace/drv/vhc/hub.c (modified)
	* uspace/lib/usbdev/include/usb/dev/dp.h (moved)
	* uspace/lib/usbdev/include/usb/dev/driver.h (moved)
	* uspace/lib/usbdev/include/usb/dev/hc.h (moved)
	* uspace/lib/usbdev/include/usb/dev/hub.h (moved)
	* uspace/lib/usbdev/include/usb/dev/pipes.h (moved)
	* uspace/lib/usbdev/include/usb/dev/poll.h (moved)
	* uspace/lib/usbdev/include/usb/dev/recognise.h (moved)
	* uspace/lib/usbdev/include/usb/dev/request.h (moved)
	* uspace/lib/usbdev/src/altiface.c (modified)
	* uspace/lib/usbdev/src/devdrv.c (modified)
	* uspace/lib/usbdev/src/devpoll.c (modified)
	* uspace/lib/usbdev/src/dp.c (modified)
	* uspace/lib/usbdev/src/hub.c (modified)
	* uspace/lib/usbdev/src/pipepriv.c (modified)
	* uspace/lib/usbdev/src/pipepriv.h (modified)
	* uspace/lib/usbdev/src/pipes.c (modified)
	* uspace/lib/usbdev/src/pipesinit.c (modified)
	* uspace/lib/usbdev/src/pipesio.c (modified)
	* uspace/lib/usbdev/src/recognise.c (modified)
	* uspace/lib/usbdev/src/request.c (modified)
	* uspace/lib/usbdev/src/usbdevice.c (modified)
	* uspace/lib/usbhid/include/usb/hid/hid.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hid_report_items.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hiddescriptor.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hidparser.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hidpath.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hidreport.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hidtypes.h (moved)
	* uspace/lib/usbhid/include/usb/hid/iface.h (moved)
	* uspace/lib/usbhid/include/usb/hid/request.h (moved)
	* uspace/lib/usbhid/include/usb/hid/usages/core.h (moved)
	* uspace/lib/usbhid/include/usb/hid/usages/kbdgen.h (moved)
	* uspace/lib/usbhid/include/usb/hid/usages/led.h (moved)
	* uspace/lib/usbhid/src/hiddescriptor.c (modified)
	* uspace/lib/usbhid/src/hidiface.c (modified)
	* uspace/lib/usbhid/src/hidparser.c (modified)
	* uspace/lib/usbhid/src/hidpath.c (modified)
	* uspace/lib/usbhid/src/hidreport.c (modified)
	* uspace/lib/usbhid/src/hidreq.c (modified)
	* uspace/lib/usbhost/Makefile (modified)
	* uspace/lib/usbhost/include/usb/addrkeep.h (deleted)
	* uspace/lib/usbhost/include/usb/host/batch.h (modified)
	* uspace/lib/usbhost/include/usb/host/device_keeper.h (modified)
	* uspace/lib/usbhost/include/usb/host/endpoint.h (modified)
	* uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified)
	* uspace/lib/usbhost/src/addrkeep.c (deleted)
	* uspace/lib/usbhost/src/batch.c (modified)
	* uspace/lib/usbhost/src/device_keeper.c (modified)
	* uspace/lib/usbvirt/include/usbvirt/device.h (modified)
	* uspace/lib/usbvirt/src/ctrltransfer.c (modified)
	* uspace/lib/usbvirt/src/stdreq.c (modified)

	Development branch changes


Tue, 17 May 2011 22:28:03 GMT Lubos Slovak <lubos.slovak@…> [78bfae9]
	* uspace/drv/usbhid/subdrivers.c (modified)
	* uspace/drv/usbhid/usbhid.c (modified)

	Running generic HID driver for each device


Tue, 17 May 2011 19:30:25 GMT Lubos Slovak <lubos.slovak@…> [b2995c3]
	* uspace/app/mkbd/main.c (modified)
	* uspace/app/mkbd/mkbd (deleted)

	Fixes in mkbd (includes, removed binary)


Tue, 17 May 2011 19:09:07 GMT Lubos Slovak <lubos.slovak@…> [ef90ffb3]
	* boot/Makefile.common (modified)
	* boot/arch/amd64/Makefile.inc (modified)
	* uspace/Makefile (modified)
	* uspace/app/mkbd/Makefile (moved)
	* uspace/app/mkbd/main.c (added)
	* uspace/app/mkbd/mkbd (added)
	* uspace/drv/usbhid/Makefile (modified)
	* uspace/drv/usbhid/generic/hiddev.c (modified)
	* uspace/drv/usbhid/generic/hiddev.h (modified)
	* uspace/drv/usbhid/kbd/kbddev.c (modified)
	* uspace/drv/usbhid/kbd/kbddev.h (modified)
	* uspace/drv/usbhid/lgtch-ultrax/keymap.c (deleted)
	* uspace/drv/usbhid/mouse/mousedev.c (modified)
	* uspace/drv/usbhid/mouse/mousedev.h (modified)
	* uspace/drv/usbhid/multimedia/keymap.c (added)
	* uspace/drv/usbhid/multimedia/keymap.h (moved)
	* uspace/drv/usbhid/multimedia/multimedia.c (moved)
	* uspace/drv/usbhid/multimedia/multimedia.h (moved)
	* uspace/drv/usbhid/subdrivers.c (modified)
	* uspace/drv/usbhid/usbhid.c (modified)
	* uspace/drv/usbhid/usbhid.h (modified)
	* uspace/drv/usbkbd/conv.c (deleted)
	* uspace/drv/usbkbd/conv.h (deleted)
	* uspace/drv/usbkbd/kbd.h (deleted)
	* uspace/drv/usbkbd/kbddev.c (deleted)
	* uspace/drv/usbkbd/kbddev.h (deleted)
	* uspace/drv/usbkbd/kbdrepeat.c (deleted)
	* uspace/drv/usbkbd/kbdrepeat.h (deleted)
	* uspace/drv/usbkbd/layout.h (deleted)
	* uspace/drv/usbkbd/main.c (deleted)
	* uspace/drv/usbkbd/usbkbd.ma (deleted)
	* uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidparser.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified)
	* uspace/lib/usbhid/include/usb/hid/usages/core.h (modified)
	* uspace/lib/usbhid/src/hiddescriptor.c (modified)
	* uspace/lib/usbhid/src/hidparser.c (modified)
	* uspace/lib/usbhid/src/hidpath.c (modified)

	HID parser improved significantly, more subdrivers fix, mouse wheel.


Tue, 17 May 2011 19:00:40 GMT Lubos Slovak <lubos.slovak@…> [4880210]
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/app/mkbd/Makefile (added)
	* uspace/app/mkbd/main.c (added)
	* uspace/app/mkbd/mkbd (added)

	First draft of sample application for demonstrating HID driver.


Tue, 17 May 2011 12:54:02 GMT Jan Vesely <jano.vesely@…> [d736fe38]
	* uspace/drv/ohci/endpoint_list.c (modified)
	* uspace/drv/ohci/endpoint_list.h (modified)
	* uspace/drv/ohci/hcd_endpoint.h (modified)
	* uspace/drv/uhci-hcd/transfer_list.c (modified)

	More comment fixes and code cleanup


Tue, 17 May 2011 12:47:11 GMT Vojtech Horky <vojtechhorky@…> [2586860]
	* .bzrignore (modified)
	* uspace/app/lsusb/main.c (modified)
	* uspace/app/usbinfo/desctree.c (modified)
	* uspace/app/usbinfo/dev.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/app/vuhid/hids/bootkbd.c (modified)
	* uspace/app/vuhid/main.c (modified)
	* uspace/doc/doxygroups.h (modified)
	* uspace/drv/ohci/root_hub.c (modified)
	* uspace/drv/ohci/root_hub.h (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/uhci-rhd/port.h (modified)
	* uspace/drv/usbflbk/main.c (modified)
	* uspace/drv/usbhid/generic/hiddev.h (modified)
	* uspace/drv/usbhid/kbd/kbddev.c (modified)
	* uspace/drv/usbhid/kbd/kbddev.h (modified)
	* uspace/drv/usbhid/kbd/main.c (modified)
	* uspace/drv/usbhid/lgtch-ultrax/lgtch-ultrax.c (modified)
	* uspace/drv/usbhid/lgtch-ultrax/lgtch-ultrax.h (modified)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/drv/usbhid/mouse/mousedev.c (modified)
	* uspace/drv/usbhid/mouse/mousedev.h (modified)
	* uspace/drv/usbhid/subdrivers.c (modified)
	* uspace/drv/usbhid/usbhid.c (modified)
	* uspace/drv/usbhid/usbhid.h (modified)
	* uspace/drv/usbhub/main.c (modified)
	* uspace/drv/usbhub/port_status.h (modified)
	* uspace/drv/usbhub/ports.h (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/usbhub/usbhub.h (modified)
	* uspace/drv/usbhub/usbhub_private.h (modified)
	* uspace/drv/usbkbd/kbddev.c (modified)
	* uspace/drv/usbkbd/kbddev.h (modified)
	* uspace/drv/usbkbd/main.c (modified)
	* uspace/drv/usbmast/inquiry.c (modified)
	* uspace/drv/usbmast/main.c (modified)
	* uspace/drv/usbmast/mast.c (modified)
	* uspace/drv/usbmast/mast.h (modified)
	* uspace/drv/usbmid/dump.c (modified)
	* uspace/drv/usbmid/explore.c (modified)
	* uspace/drv/usbmid/main.c (modified)
	* uspace/drv/usbmid/usbmid.c (modified)
	* uspace/drv/usbmid/usbmid.h (modified)
	* uspace/drv/usbmouse/init.c (modified)
	* uspace/drv/usbmouse/main.c (modified)
	* uspace/drv/usbmouse/mouse.h (modified)
	* uspace/drv/vhc/connhost.c (modified)
	* uspace/drv/vhc/hub.c (modified)
	* uspace/lib/usbdev/include/usb/dev/dp.h (moved)
	* uspace/lib/usbdev/include/usb/dev/driver.h (moved)
	* uspace/lib/usbdev/include/usb/dev/hc.h (moved)
	* uspace/lib/usbdev/include/usb/dev/hub.h (moved)
	* uspace/lib/usbdev/include/usb/dev/pipes.h (moved)
	* uspace/lib/usbdev/include/usb/dev/poll.h (moved)
	* uspace/lib/usbdev/include/usb/dev/recognise.h (moved)
	* uspace/lib/usbdev/include/usb/dev/request.h (moved)
	* uspace/lib/usbdev/src/altiface.c (modified)
	* uspace/lib/usbdev/src/devdrv.c (modified)
	* uspace/lib/usbdev/src/devpoll.c (modified)
	* uspace/lib/usbdev/src/dp.c (modified)
	* uspace/lib/usbdev/src/hub.c (modified)
	* uspace/lib/usbdev/src/pipepriv.c (modified)
	* uspace/lib/usbdev/src/pipepriv.h (modified)
	* uspace/lib/usbdev/src/pipes.c (modified)
	* uspace/lib/usbdev/src/pipesinit.c (modified)
	* uspace/lib/usbdev/src/pipesio.c (modified)
	* uspace/lib/usbdev/src/recognise.c (modified)
	* uspace/lib/usbdev/src/request.c (modified)
	* uspace/lib/usbdev/src/usbdevice.c (modified)
	* uspace/lib/usbhid/include/usb/hid/hid.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hid_report_items.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hiddescriptor.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hidparser.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hidpath.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hidreport.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hidtypes.h (moved)
	* uspace/lib/usbhid/include/usb/hid/iface.h (moved)
	* uspace/lib/usbhid/include/usb/hid/request.h (moved)
	* uspace/lib/usbhid/include/usb/hid/usages/core.h (moved)
	* uspace/lib/usbhid/include/usb/hid/usages/kbdgen.h (moved)
	* uspace/lib/usbhid/include/usb/hid/usages/led.h (moved)
	* uspace/lib/usbhid/src/hiddescriptor.c (modified)
	* uspace/lib/usbhid/src/hidiface.c (modified)
	* uspace/lib/usbhid/src/hidparser.c (modified)
	* uspace/lib/usbhid/src/hidpath.c (modified)
	* uspace/lib/usbhid/src/hidreport.c (modified)
	* uspace/lib/usbhid/src/hidreq.c (modified)
	* uspace/lib/usbhost/Makefile (modified)
	* uspace/lib/usbhost/include/usb/addrkeep.h (deleted)
	* uspace/lib/usbhost/include/usb/host/batch.h (modified)
	* uspace/lib/usbhost/include/usb/host/device_keeper.h (modified)
	* uspace/lib/usbhost/include/usb/host/endpoint.h (modified)
	* uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified)
	* uspace/lib/usbhost/src/addrkeep.c (deleted)
	* uspace/lib/usbhost/src/batch.c (modified)
	* uspace/lib/usbhost/src/device_keeper.c (modified)
	* uspace/lib/usbvirt/include/usbvirt/device.h (modified)
	* uspace/lib/usbvirt/src/ctrltransfer.c (modified)
	* uspace/lib/usbvirt/src/stdreq.c (modified)

	Finish libusb reorganization


Tue, 17 May 2011 12:40:31 GMT Vojtech Horky <vojtechhorky@…> [160b75e]
	* uspace/doc/doxygroups.h (modified)
	* uspace/lib/usbdev/include/usb/dev/dp.h (modified)
	* uspace/lib/usbdev/include/usb/dev/driver.h (modified)
	* uspace/lib/usbdev/include/usb/dev/hc.h (modified)
	* uspace/lib/usbdev/include/usb/dev/hub.h (modified)
	* uspace/lib/usbdev/include/usb/dev/pipes.h (modified)
	* uspace/lib/usbdev/include/usb/dev/poll.h (modified)
	* uspace/lib/usbdev/include/usb/dev/recognise.h (modified)
	* uspace/lib/usbdev/include/usb/dev/request.h (modified)
	* uspace/lib/usbdev/src/altiface.c (modified)
	* uspace/lib/usbdev/src/devdrv.c (modified)
	* uspace/lib/usbdev/src/devpoll.c (modified)
	* uspace/lib/usbdev/src/dp.c (modified)
	* uspace/lib/usbdev/src/hub.c (modified)
	* uspace/lib/usbdev/src/pipepriv.c (modified)
	* uspace/lib/usbdev/src/pipepriv.h (modified)
	* uspace/lib/usbdev/src/pipes.c (modified)
	* uspace/lib/usbdev/src/pipesinit.c (modified)
	* uspace/lib/usbdev/src/pipesio.c (modified)
	* uspace/lib/usbdev/src/recognise.c (modified)
	* uspace/lib/usbdev/src/request.c (modified)
	* uspace/lib/usbdev/src/usbdevice.c (modified)
	* uspace/lib/usbhid/include/usb/hid/hid.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hiddescriptor.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidparser.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidpath.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidreport.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified)
	* uspace/lib/usbhid/include/usb/hid/iface.h (modified)
	* uspace/lib/usbhid/include/usb/hid/request.h (modified)
	* uspace/lib/usbhid/include/usb/hid/usages/core.h (modified)
	* uspace/lib/usbhid/include/usb/hid/usages/kbdgen.h (modified)
	* uspace/lib/usbhid/include/usb/hid/usages/led.h (modified)
	* uspace/lib/usbhid/src/hiddescriptor.c (modified)
	* uspace/lib/usbhid/src/hidiface.c (modified)
	* uspace/lib/usbhid/src/hidparser.c (modified)
	* uspace/lib/usbhid/src/hidpath.c (modified)
	* uspace/lib/usbhid/src/hidreport.c (modified)
	* uspace/lib/usbhost/include/usb/host/batch.h (modified)
	* uspace/lib/usbhost/include/usb/host/device_keeper.h (modified)
	* uspace/lib/usbhost/include/usb/host/endpoint.h (modified)
	* uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified)
	* uspace/lib/usbhost/src/batch.c (modified)
	* uspace/lib/usbhost/src/device_keeper.c (modified)

	Fix Doxygen groups of USB libraries


Tue, 17 May 2011 12:21:55 GMT Jan Vesely <jano.vesely@…> [28d9c95]
	* uspace/drv/ohci/batch.c (modified)
	* uspace/drv/ohci/batch.h (modified)
	* uspace/drv/ohci/hw_struct/transfer_descriptor.c (modified)
	* uspace/drv/uhci-hcd/batch.c (modified)

	Cleanup, add normal and doxygen comments


Tue, 17 May 2011 10:46:00 GMT Jan Vesely <jano.vesely@…> [5f94a0c]
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/lib/usbdev/src/hub.c (modified)

	Add timeouts to the enumeration routine


Tue, 17 May 2011 10:14:50 GMT Jan Vesely <jano.vesely@…> [2aaf804]
	* uspace/drv/ohci/endpoint_list.c (modified)
	* uspace/drv/uhci-hcd/transfer_list.c (modified)
	* uspace/drv/uhci-hcd/utils/malloc32.h (modified)

	Use provided barriers instead of asm constructs.

	Use warning ...


Tue, 17 May 2011 09:24:37 GMT Vojtech Horky <vojtechhorky@…> [faa44e58]
	* uspace/app/vuhid/hids/bootkbd.c (modified)
	* uspace/app/vuhid/main.c (modified)
	* uspace/drv/usbhid/kbd/kbddev.c (modified)
	* uspace/drv/usbhid/kbd/kbddev.h (modified)
	* uspace/drv/usbhid/lgtch-ultrax/lgtch-ultrax.c (modified)
	* uspace/drv/usbhid/mouse/mousedev.c (modified)
	* uspace/drv/usbhid/subdrivers.c (modified)
	* uspace/drv/usbhid/usbhid.c (modified)
	* uspace/drv/usbhid/usbhid.h (modified)
	* uspace/drv/usbkbd/kbddev.c (modified)
	* uspace/drv/usbkbd/kbddev.h (modified)
	* uspace/drv/usbmouse/init.c (modified)
	* uspace/lib/usbhid/include/usb/hid/hid.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hid_report_items.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hiddescriptor.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hidparser.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hidpath.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hidreport.h (moved)
	* uspace/lib/usbhid/include/usb/hid/hidtypes.h (moved)
	* uspace/lib/usbhid/include/usb/hid/iface.h (moved)
	* uspace/lib/usbhid/include/usb/hid/request.h (moved)
	* uspace/lib/usbhid/include/usb/hid/usages/core.h (moved)
	* uspace/lib/usbhid/include/usb/hid/usages/kbdgen.h (moved)
	* uspace/lib/usbhid/include/usb/hid/usages/led.h (moved)
	* uspace/lib/usbhid/src/hiddescriptor.c (modified)
	* uspace/lib/usbhid/src/hidiface.c (modified)
	* uspace/lib/usbhid/src/hidparser.c (modified)
	* uspace/lib/usbhid/src/hidpath.c (modified)
	* uspace/lib/usbhid/src/hidreport.c (modified)
	* uspace/lib/usbhid/src/hidreq.c (modified)

	libusbhid uses include usb/hid


Tue, 17 May 2011 09:20:34 GMT Jan Vesely <jano.vesely@…> [5e6e50b]
	* HelenOS.config (modified)
	* boot/Makefile (modified)
	* boot/Makefile.build (modified)
	* boot/Makefile.common (modified)
	* boot/arch/ia64/_link.ld.in (modified)
	* boot/arch/ia64/src/boot.S (modified)
	* contrib/tools/font/bdf2c.pl (moved)
	* contrib/tools/font/u_vga16.bdf (moved)
	* contrib/tools/serengeti_silo.sh (moved)
	* kernel/Makefile (modified)
	* kernel/arch/abs32le/include/types.h (modified)
	* kernel/arch/amd64/include/types.h (modified)
	* kernel/arch/amd64/src/interrupt.c (modified)
	* kernel/arch/arm32/include/types.h (modified)
	* kernel/arch/arm32/src/exception.c (modified)
	* kernel/arch/ia32/Makefile.inc (modified)
	* kernel/arch/ia32/include/barrier.h (modified)
	* kernel/arch/ia32/include/types.h (modified)
	* kernel/arch/ia32/src/interrupt.c (modified)
	* kernel/arch/ia64/_link.ld.in (modified)
	* kernel/arch/ia64/include/types.h (modified)
	* kernel/arch/ia64/src/ivt.S (modified)
	* kernel/arch/ia64/src/start.S (modified)
	* kernel/arch/mips32/include/types.h (modified)
	* kernel/arch/mips32/src/exception.c (modified)
	* kernel/arch/mips32/src/mm/frame.c (modified)
	* kernel/arch/ppc32/include/types.h (modified)
	* kernel/arch/ppc32/src/interrupt.c (modified)
	* kernel/arch/sparc64/include/cpu.h (modified)
	* kernel/arch/sparc64/include/sun4u/cpu.h (modified)
	* kernel/arch/sparc64/include/types.h (modified)
	* kernel/generic/include/ipc/event.h (modified)
	* kernel/generic/include/ipc/event_types.h (modified)
	* kernel/generic/include/macros.h (modified)
	* kernel/generic/include/mm/as.h (modified)
	* kernel/generic/include/mm/frame.h (modified)
	* kernel/generic/include/mm/reserve.h (added)
	* kernel/generic/include/str.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/console/console.c (modified)
	* kernel/generic/src/ipc/event.c (modified)
	* kernel/generic/src/lib/str.c (modified)
	* kernel/generic/src/main/main.c (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/mm/backend_anon.c (modified)
	* kernel/generic/src/mm/backend_elf.c (modified)
	* kernel/generic/src/mm/backend_phys.c (modified)
	* kernel/generic/src/mm/frame.c (modified)
	* kernel/generic/src/mm/reserve.c (added)
	* kernel/generic/src/proc/scheduler.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* tools/mkfat.py (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/init/Makefile (modified)
	* uspace/app/klog/klog.c (modified)
	* uspace/app/lsusb/main.c (modified)
	* uspace/app/stats/stats.c (modified)
	* uspace/app/tester/Makefile (modified)
	* uspace/app/tester/mm/malloc2.c (added)
	* uspace/app/tester/mm/malloc2.def (added)
	* uspace/app/tester/tester.c (modified)
	* uspace/app/tester/tester.h (modified)
	* uspace/app/top/screen.c (modified)
	* uspace/app/vuhid/device.c (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/drv/vhc/conndev.c (modified)
	* uspace/drv/vhc/transfer.c (modified)
	* uspace/lib/block/libblock.c (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/arch/abs32le/Makefile.inc (modified)
	* uspace/lib/c/arch/abs32le/_link.ld.in (modified)
	* uspace/lib/c/arch/abs32le/src/entryjmp.c (moved)
	* uspace/lib/c/arch/amd64/Makefile.inc (modified)
	* uspace/lib/c/arch/amd64/_link.ld.in (modified)
	* uspace/lib/c/arch/amd64/src/entryjmp.s (moved)
	* uspace/lib/c/arch/arm32/Makefile.inc (modified)
	* uspace/lib/c/arch/arm32/_link.ld.in (modified)
	* uspace/lib/c/arch/arm32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/ia32/Makefile.common (modified)
	* uspace/lib/c/arch/ia32/Makefile.inc (modified)
	* uspace/lib/c/arch/ia32/_link.ld.in (modified)
	* uspace/lib/c/arch/ia32/include/config.h (modified)
	* uspace/lib/c/arch/ia32/include/ddi.h (modified)
	* uspace/lib/c/arch/ia32/include/faddr.h (modified)
	* uspace/lib/c/arch/ia32/include/fibril.h (modified)
	* uspace/lib/c/arch/ia32/include/rtld/dynamic.h (moved)
	* uspace/lib/c/arch/ia32/include/rtld/elf_dyn.h (added)
	* uspace/lib/c/arch/ia32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/ia32/src/rtld/dynamic.c (added)
	* uspace/lib/c/arch/ia32/src/rtld/reloc.c (added)
	* uspace/lib/c/arch/ia32/src/stacktrace.c (modified)
	* uspace/lib/c/arch/ia32/src/syscall.S (modified)
	* uspace/lib/c/arch/ia32/src/tls.c (modified)
	* uspace/lib/c/arch/ia64/Makefile.inc (modified)
	* uspace/lib/c/arch/ia64/_link.ld.in (modified)
	* uspace/lib/c/arch/ia64/src/entry.s (modified)
	* uspace/lib/c/arch/ia64/src/entryjmp.s (moved)
	* uspace/lib/c/arch/ia64/src/thread_entry.s (modified)
	* uspace/lib/c/arch/mips32/Makefile.inc (modified)
	* uspace/lib/c/arch/mips32/_link.ld.in (modified)
	* uspace/lib/c/arch/mips32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/mips32eb/Makefile.inc (modified)
	* uspace/lib/c/arch/ppc32/Makefile.inc (modified)
	* uspace/lib/c/arch/ppc32/_link.ld.in (modified)
	* uspace/lib/c/arch/ppc32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/sparc64/Makefile.inc (modified)
	* uspace/lib/c/arch/sparc64/_link.ld.in (modified)
	* uspace/lib/c/arch/sparc64/src/entryjmp.s (moved)
	* uspace/lib/c/generic/adt/prodcons.c (added)
	* uspace/lib/c/generic/as.c (modified)
	* uspace/lib/c/generic/assert.c (added)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/async_sess.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/dlfcn.c (added)
	* uspace/lib/c/generic/errno.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/libc.c (modified)
	* uspace/lib/c/generic/malloc.c (modified)
	* uspace/lib/c/generic/rtld/dynamic.c (added)
	* uspace/lib/c/generic/rtld/elf_load.c (added)
	* uspace/lib/c/generic/rtld/module.c (added)
	* uspace/lib/c/generic/rtld/rtld.c (added)
	* uspace/lib/c/generic/rtld/symbol.c (added)
	* uspace/lib/c/generic/stacktrace.c (modified)
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/include/adt/fifo.h (modified)
	* uspace/lib/c/include/adt/list.h (modified)
	* uspace/lib/c/include/adt/measured_strings.h (modified)
	* uspace/lib/c/include/adt/prodcons.h (added)
	* uspace/lib/c/include/as.h (modified)
	* uspace/lib/c/include/assert.h (modified)
	* uspace/lib/c/include/dlfcn.h (added)
	* uspace/lib/c/include/entry_point.h (moved)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/c/include/event.h (modified)
	* uspace/lib/c/include/fibril.h (modified)
	* uspace/lib/c/include/fibril_synch.h (modified)
	* uspace/lib/c/include/loader/pcb.h (modified)
	* uspace/lib/c/include/macros.h (modified)
	* uspace/lib/c/include/rtld/dynamic.h (added)
	* uspace/lib/c/include/rtld/elf_dyn.h (added)
	* uspace/lib/c/include/rtld/module.h (added)
	* uspace/lib/c/include/rtld/rtld.h (added)
	* uspace/lib/c/include/rtld/rtld_arch.h (added)
	* uspace/lib/c/include/rtld/rtld_debug.h (added)
	* uspace/lib/c/include/rtld/symbol.h (added)
	* uspace/lib/c/include/str.h (modified)
	* uspace/lib/softfloat/generic/add.c (modified)
	* uspace/lib/softfloat/generic/common.c (modified)
	* uspace/lib/softfloat/generic/comparison.c (modified)
	* uspace/lib/softfloat/generic/div.c (modified)
	* uspace/lib/softfloat/generic/mul.c (modified)
	* uspace/lib/softfloat/generic/other.c (modified)
	* uspace/lib/softfloat/generic/softfloat.c (modified)
	* uspace/lib/softfloat/generic/sub.c (modified)
	* uspace/lib/softfloat/include/add.h (modified)
	* uspace/lib/softfloat/include/common.h (modified)
	* uspace/lib/softfloat/include/comparison.h (modified)
	* uspace/lib/softfloat/include/conversion.h (modified)
	* uspace/lib/softfloat/include/div.h (modified)
	* uspace/lib/softfloat/include/mul.h (modified)
	* uspace/lib/softfloat/include/other.h (modified)
	* uspace/lib/softfloat/include/sftypes.h (modified)
	* uspace/lib/softfloat/include/softfloat.h (modified)
	* uspace/lib/softfloat/include/sub.h (modified)
	* uspace/lib/softint/Makefile (modified)
	* uspace/lib/usb/include/usb/debug.h (modified)
	* uspace/lib/usb/src/debug.c (modified)
	* uspace/lib/usbhid/src/hidparser.c (modified)
	* uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified)
	* uspace/lib/usbhost/src/endpoint.c (modified)
	* uspace/lib/usbvirt/include/usbvirt/ipc.h (modified)
	* uspace/srv/bd/rd/Makefile (modified)
	* uspace/srv/devman/Makefile (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devmap/Makefile (modified)
	* uspace/srv/fs/devfs/Makefile (modified)
	* uspace/srv/fs/fat/Makefile (modified)
	* uspace/srv/fs/fat/fat_fat.c (modified)
	* uspace/srv/fs/fat/fat_idx.c (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)
	* uspace/srv/fs/tmpfs/Makefile (modified)
	* uspace/srv/hw/netif/ne2000/dp8390.c (modified)
	* uspace/srv/loader/Makefile (modified)
	* uspace/srv/loader/arch/abs32le/Makefile.inc (deleted)
	* uspace/srv/loader/arch/abs32le/_link.ld.in (deleted)
	* uspace/srv/loader/arch/amd64/Makefile.inc (deleted)
	* uspace/srv/loader/arch/amd64/_link.ld.in (deleted)
	* uspace/srv/loader/arch/arm32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/arm32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/ia32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/ia32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/ia64/Makefile.inc (deleted)
	* uspace/srv/loader/arch/ia64/_link.ld.in (deleted)
	* uspace/srv/loader/arch/mips32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/mips32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/mips32eb (deleted)
	* uspace/srv/loader/arch/ppc32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/ppc32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/sparc64/Makefile.inc (deleted)
	* uspace/srv/loader/arch/sparc64/_link.ld.in (deleted)
	* uspace/srv/loader/elf_load.c (modified)
	* uspace/srv/loader/include/elf_load.h (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/net/tl/icmp/Makefile (modified)
	* uspace/srv/ns/Makefile (modified)
	* uspace/srv/ns/clonable.c (modified)
	* uspace/srv/ns/service.c (modified)
	* uspace/srv/ns/task.c (modified)
	* uspace/srv/vfs/Makefile (modified)

	Development branch changes


Tue, 17 May 2011 09:07:45 GMT Vojtech Horky <vojtechhorky@…> [8b984a8]
	* .bzrignore (modified)

	Update ignore list


Tue, 17 May 2011 09:06:17 GMT Vojtech Horky <vojtechhorky@…> [9f2de92]
	* uspace/drv/vhc/connhost.c (modified)
	* uspace/lib/usbhost/Makefile (modified)
	* uspace/lib/usbhost/include/usb/addrkeep.h (deleted)
	* uspace/lib/usbhost/src/addrkeep.c (deleted)

	Address keeper removed

	This structure is no longer needed.


Tue, 17 May 2011 08:54:43 GMT Vojtech Horky <vojtechhorky@…> [7d521e24]
	* uspace/app/lsusb/main.c (modified)
	* uspace/app/usbinfo/desctree.c (modified)
	* uspace/app/usbinfo/dev.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/drv/ohci/root_hub.c (modified)
	* uspace/drv/ohci/root_hub.h (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/uhci-rhd/port.h (modified)
	* uspace/drv/usbflbk/main.c (modified)
	* uspace/drv/usbhid/generic/hiddev.h (modified)
	* uspace/drv/usbhid/kbd/kbddev.c (modified)
	* uspace/drv/usbhid/kbd/kbddev.h (modified)
	* uspace/drv/usbhid/kbd/main.c (modified)
	* uspace/drv/usbhid/lgtch-ultrax/lgtch-ultrax.h (modified)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/drv/usbhid/mouse/mousedev.h (modified)
	* uspace/drv/usbhid/usbhid.h (modified)
	* uspace/drv/usbhub/main.c (modified)
	* uspace/drv/usbhub/port_status.h (modified)
	* uspace/drv/usbhub/ports.h (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/usbhub/usbhub.h (modified)
	* uspace/drv/usbhub/usbhub_private.h (modified)
	* uspace/drv/usbkbd/kbddev.c (modified)
	* uspace/drv/usbkbd/kbddev.h (modified)
	* uspace/drv/usbkbd/main.c (modified)
	* uspace/drv/usbmast/inquiry.c (modified)
	* uspace/drv/usbmast/main.c (modified)
	* uspace/drv/usbmast/mast.c (modified)
	* uspace/drv/usbmast/mast.h (modified)
	* uspace/drv/usbmid/dump.c (modified)
	* uspace/drv/usbmid/explore.c (modified)
	* uspace/drv/usbmid/main.c (modified)
	* uspace/drv/usbmid/usbmid.c (modified)
	* uspace/drv/usbmid/usbmid.h (modified)
	* uspace/drv/usbmouse/init.c (modified)
	* uspace/drv/usbmouse/main.c (modified)
	* uspace/drv/usbmouse/mouse.h (modified)
	* uspace/drv/vhc/hub.c (modified)
	* uspace/lib/usbdev/include/usb/dev/dp.h (moved)
	* uspace/lib/usbdev/include/usb/dev/driver.h (moved)
	* uspace/lib/usbdev/include/usb/dev/hc.h (moved)
	* uspace/lib/usbdev/include/usb/dev/hub.h (moved)
	* uspace/lib/usbdev/include/usb/dev/pipes.h (moved)
	* uspace/lib/usbdev/include/usb/dev/poll.h (moved)
	* uspace/lib/usbdev/include/usb/dev/recognise.h (moved)
	* uspace/lib/usbdev/include/usb/dev/request.h (moved)
	* uspace/lib/usbdev/src/altiface.c (modified)
	* uspace/lib/usbdev/src/devdrv.c (modified)
	* uspace/lib/usbdev/src/devpoll.c (modified)
	* uspace/lib/usbdev/src/dp.c (modified)
	* uspace/lib/usbdev/src/hub.c (modified)
	* uspace/lib/usbdev/src/pipepriv.h (modified)
	* uspace/lib/usbdev/src/pipes.c (modified)
	* uspace/lib/usbdev/src/pipesinit.c (modified)
	* uspace/lib/usbdev/src/pipesio.c (modified)
	* uspace/lib/usbdev/src/recognise.c (modified)
	* uspace/lib/usbdev/src/request.c (modified)
	* uspace/lib/usbdev/src/usbdevice.c (modified)
	* uspace/lib/usbhid/include/usb/classes/hidreport.h (modified)
	* uspace/lib/usbhid/include/usb/classes/hidreq.h (modified)
	* uspace/lib/usbhid/src/hidreport.c (modified)
	* uspace/lib/usbhid/src/hidreq.c (modified)
	* uspace/lib/usbvirt/include/usbvirt/device.h (modified)
	* uspace/lib/usbvirt/src/ctrltransfer.c (modified)
	* uspace/lib/usbvirt/src/stdreq.c (modified)

	libusbdev uses include usb/dev


Tue, 17 May 2011 07:58:39 GMT Vojtech Horky <vojtechhorky@…> [04c418d]
	* HelenOS.config (modified)
	* boot/Makefile (modified)
	* boot/Makefile.build (modified)
	* boot/Makefile.common (modified)
	* boot/arch/ia64/_link.ld.in (modified)
	* boot/arch/ia64/src/boot.S (modified)
	* contrib/tools/font/bdf2c.pl (moved)
	* contrib/tools/font/u_vga16.bdf (moved)
	* contrib/tools/serengeti_silo.sh (moved)
	* kernel/Makefile (modified)
	* kernel/arch/abs32le/include/types.h (modified)
	* kernel/arch/amd64/include/types.h (modified)
	* kernel/arch/amd64/src/interrupt.c (modified)
	* kernel/arch/arm32/include/types.h (modified)
	* kernel/arch/arm32/src/exception.c (modified)
	* kernel/arch/ia32/Makefile.inc (modified)
	* kernel/arch/ia32/include/barrier.h (modified)
	* kernel/arch/ia32/include/types.h (modified)
	* kernel/arch/ia32/src/interrupt.c (modified)
	* kernel/arch/ia64/_link.ld.in (modified)
	* kernel/arch/ia64/include/types.h (modified)
	* kernel/arch/ia64/src/ivt.S (modified)
	* kernel/arch/ia64/src/start.S (modified)
	* kernel/arch/mips32/include/types.h (modified)
	* kernel/arch/mips32/src/exception.c (modified)
	* kernel/arch/mips32/src/mm/frame.c (modified)
	* kernel/arch/ppc32/include/types.h (modified)
	* kernel/arch/ppc32/src/interrupt.c (modified)
	* kernel/arch/sparc64/include/cpu.h (modified)
	* kernel/arch/sparc64/include/sun4u/cpu.h (modified)
	* kernel/arch/sparc64/include/types.h (modified)
	* kernel/generic/include/ipc/event.h (modified)
	* kernel/generic/include/ipc/event_types.h (modified)
	* kernel/generic/include/macros.h (modified)
	* kernel/generic/include/mm/as.h (modified)
	* kernel/generic/include/mm/frame.h (modified)
	* kernel/generic/include/mm/reserve.h (added)
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/include/str.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/console/console.c (modified)
	* kernel/generic/src/ipc/event.c (modified)
	* kernel/generic/src/lib/str.c (modified)
	* kernel/generic/src/main/main.c (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/mm/backend_anon.c (modified)
	* kernel/generic/src/mm/backend_elf.c (modified)
	* kernel/generic/src/mm/backend_phys.c (modified)
	* kernel/generic/src/mm/frame.c (modified)
	* kernel/generic/src/mm/reserve.c (added)
	* kernel/generic/src/proc/scheduler.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* tools/mkfat.py (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/init/Makefile (modified)
	* uspace/app/klog/klog.c (modified)
	* uspace/app/stats/stats.c (modified)
	* uspace/app/tester/Makefile (modified)
	* uspace/app/tester/mm/malloc2.c (added)
	* uspace/app/tester/mm/malloc2.def (added)
	* uspace/app/tester/tester.c (modified)
	* uspace/app/tester/tester.h (modified)
	* uspace/app/top/screen.c (modified)
	* uspace/app/vuhid/device.c (modified)
	* uspace/drv/ohci/batch.h (modified)
	* uspace/drv/ohci/endpoint_list.h (modified)
	* uspace/drv/ohci/iface.h (modified)
	* uspace/drv/ohci/ohci.h (modified)
	* uspace/drv/ohci/ohci_regs.h (modified)
	* uspace/drv/ohci/pci.h (modified)
	* uspace/drv/ohci/root_hub.c (modified)
	* uspace/drv/ohci/root_hub.h (modified)
	* uspace/drv/ohci/utils/malloc32.h (modified)
	* uspace/drv/uhci-hcd/batch.c (modified)
	* uspace/drv/uhci-hcd/hc.c (modified)
	* uspace/drv/uhci-hcd/hc.h (modified)
	* uspace/drv/uhci-hcd/hw_struct/link_pointer.h (modified)
	* uspace/drv/uhci-hcd/hw_struct/queue_head.h (modified)
	* uspace/drv/uhci-hcd/hw_struct/transfer_descriptor.h (modified)
	* uspace/drv/uhci-hcd/root_hub.h (modified)
	* uspace/drv/uhci-hcd/uhci.c (modified)
	* uspace/drv/uhci-hcd/utils/malloc32.h (modified)
	* uspace/drv/uhci-hcd/utils/slab.c (modified)
	* uspace/drv/uhci-hcd/utils/slab.h (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/vhc/transfer.c (modified)
	* uspace/lib/block/libblock.c (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/arch/abs32le/Makefile.inc (modified)
	* uspace/lib/c/arch/abs32le/_link.ld.in (modified)
	* uspace/lib/c/arch/abs32le/src/entryjmp.c (moved)
	* uspace/lib/c/arch/amd64/Makefile.inc (modified)
	* uspace/lib/c/arch/amd64/_link.ld.in (modified)
	* uspace/lib/c/arch/amd64/src/entryjmp.s (moved)
	* uspace/lib/c/arch/arm32/Makefile.inc (modified)
	* uspace/lib/c/arch/arm32/_link.ld.in (modified)
	* uspace/lib/c/arch/arm32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/ia32/Makefile.common (modified)
	* uspace/lib/c/arch/ia32/Makefile.inc (modified)
	* uspace/lib/c/arch/ia32/_link.ld.in (modified)
	* uspace/lib/c/arch/ia32/include/config.h (modified)
	* uspace/lib/c/arch/ia32/include/ddi.h (modified)
	* uspace/lib/c/arch/ia32/include/faddr.h (modified)
	* uspace/lib/c/arch/ia32/include/fibril.h (modified)
	* uspace/lib/c/arch/ia32/include/rtld/dynamic.h (moved)
	* uspace/lib/c/arch/ia32/include/rtld/elf_dyn.h (added)
	* uspace/lib/c/arch/ia32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/ia32/src/rtld/dynamic.c (added)
	* uspace/lib/c/arch/ia32/src/rtld/reloc.c (added)
	* uspace/lib/c/arch/ia32/src/stacktrace.c (modified)
	* uspace/lib/c/arch/ia32/src/syscall.S (modified)
	* uspace/lib/c/arch/ia32/src/tls.c (modified)
	* uspace/lib/c/arch/ia64/Makefile.inc (modified)
	* uspace/lib/c/arch/ia64/_link.ld.in (modified)
	* uspace/lib/c/arch/ia64/src/entry.s (modified)
	* uspace/lib/c/arch/ia64/src/entryjmp.s (moved)
	* uspace/lib/c/arch/ia64/src/thread_entry.s (modified)
	* uspace/lib/c/arch/mips32/Makefile.inc (modified)
	* uspace/lib/c/arch/mips32/_link.ld.in (modified)
	* uspace/lib/c/arch/mips32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/mips32eb/Makefile.inc (modified)
	* uspace/lib/c/arch/ppc32/Makefile.inc (modified)
	* uspace/lib/c/arch/ppc32/_link.ld.in (modified)
	* uspace/lib/c/arch/ppc32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/sparc64/Makefile.inc (modified)
	* uspace/lib/c/arch/sparc64/_link.ld.in (modified)
	* uspace/lib/c/arch/sparc64/src/entryjmp.s (moved)
	* uspace/lib/c/generic/adt/prodcons.c (added)
	* uspace/lib/c/generic/as.c (modified)
	* uspace/lib/c/generic/assert.c (added)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/async_sess.c (modified)
	* uspace/lib/c/generic/dlfcn.c (added)
	* uspace/lib/c/generic/errno.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/libc.c (modified)
	* uspace/lib/c/generic/malloc.c (modified)
	* uspace/lib/c/generic/rtld/dynamic.c (added)
	* uspace/lib/c/generic/rtld/elf_load.c (added)
	* uspace/lib/c/generic/rtld/module.c (added)
	* uspace/lib/c/generic/rtld/rtld.c (added)
	* uspace/lib/c/generic/rtld/symbol.c (added)
	* uspace/lib/c/generic/stacktrace.c (modified)
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/generic/time.c (modified)
	* uspace/lib/c/include/adt/fifo.h (modified)
	* uspace/lib/c/include/adt/list.h (modified)
	* uspace/lib/c/include/adt/measured_strings.h (modified)
	* uspace/lib/c/include/adt/prodcons.h (added)
	* uspace/lib/c/include/as.h (modified)
	* uspace/lib/c/include/assert.h (modified)
	* uspace/lib/c/include/dlfcn.h (added)
	* uspace/lib/c/include/entry_point.h (moved)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/c/include/event.h (modified)
	* uspace/lib/c/include/fibril.h (modified)
	* uspace/lib/c/include/fibril_synch.h (modified)
	* uspace/lib/c/include/loader/pcb.h (modified)
	* uspace/lib/c/include/macros.h (modified)
	* uspace/lib/c/include/rtld/dynamic.h (added)
	* uspace/lib/c/include/rtld/elf_dyn.h (added)
	* uspace/lib/c/include/rtld/module.h (added)
	* uspace/lib/c/include/rtld/rtld.h (added)
	* uspace/lib/c/include/rtld/rtld_arch.h (added)
	* uspace/lib/c/include/rtld/rtld_debug.h (added)
	* uspace/lib/c/include/rtld/symbol.h (added)
	* uspace/lib/c/include/str.h (modified)
	* uspace/lib/c/include/sys/time.h (modified)
	* uspace/lib/softfloat/generic/add.c (modified)
	* uspace/lib/softfloat/generic/common.c (modified)
	* uspace/lib/softfloat/generic/comparison.c (modified)
	* uspace/lib/softfloat/generic/div.c (modified)
	* uspace/lib/softfloat/generic/mul.c (modified)
	* uspace/lib/softfloat/generic/other.c (modified)
	* uspace/lib/softfloat/generic/softfloat.c (modified)
	* uspace/lib/softfloat/generic/sub.c (modified)
	* uspace/lib/softfloat/include/add.h (modified)
	* uspace/lib/softfloat/include/common.h (modified)
	* uspace/lib/softfloat/include/comparison.h (modified)
	* uspace/lib/softfloat/include/conversion.h (modified)
	* uspace/lib/softfloat/include/div.h (modified)
	* uspace/lib/softfloat/include/mul.h (modified)
	* uspace/lib/softfloat/include/other.h (modified)
	* uspace/lib/softfloat/include/sftypes.h (modified)
	* uspace/lib/softfloat/include/softfloat.h (modified)
	* uspace/lib/softfloat/include/sub.h (modified)
	* uspace/lib/softint/Makefile (modified)
	* uspace/lib/usbhid/src/hidparser.c (modified)
	* uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified)
	* uspace/lib/usbhost/src/endpoint.c (modified)
	* uspace/srv/bd/rd/Makefile (modified)
	* uspace/srv/devman/Makefile (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devmap/Makefile (modified)
	* uspace/srv/fs/devfs/Makefile (modified)
	* uspace/srv/fs/fat/Makefile (modified)
	* uspace/srv/fs/fat/fat_fat.c (modified)
	* uspace/srv/fs/fat/fat_idx.c (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)
	* uspace/srv/fs/tmpfs/Makefile (modified)
	* uspace/srv/hw/netif/ne2000/dp8390.c (modified)
	* uspace/srv/loader/Makefile (modified)
	* uspace/srv/loader/arch/abs32le/Makefile.inc (deleted)
	* uspace/srv/loader/arch/abs32le/_link.ld.in (deleted)
	* uspace/srv/loader/arch/amd64/Makefile.inc (deleted)
	* uspace/srv/loader/arch/amd64/_link.ld.in (deleted)
	* uspace/srv/loader/arch/arm32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/arm32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/ia32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/ia32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/ia64/Makefile.inc (deleted)
	* uspace/srv/loader/arch/ia64/_link.ld.in (deleted)
	* uspace/srv/loader/arch/mips32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/mips32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/mips32eb (deleted)
	* uspace/srv/loader/arch/ppc32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/ppc32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/sparc64/Makefile.inc (deleted)
	* uspace/srv/loader/arch/sparc64/_link.ld.in (deleted)
	* uspace/srv/loader/elf_load.c (modified)
	* uspace/srv/loader/include/elf_load.h (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/net/tl/icmp/Makefile (modified)
	* uspace/srv/ns/Makefile (modified)
	* uspace/srv/ns/clonable.c (modified)
	* uspace/srv/ns/service.c (modified)
	* uspace/srv/ns/task.c (modified)
	* uspace/srv/vfs/Makefile (modified)

	Merge development/ changes


Tue, 17 May 2011 07:44:17 GMT Vojtech Horky <vojtechhorky@…> [3375bd4]
	* HelenOS.config (modified)
	* boot/Makefile (modified)
	* boot/Makefile.build (modified)
	* boot/Makefile.common (modified)
	* boot/arch/ia64/_link.ld.in (modified)
	* boot/arch/ia64/src/boot.S (modified)
	* contrib/tools/font/bdf2c.pl (moved)
	* contrib/tools/font/u_vga16.bdf (moved)
	* contrib/tools/serengeti_silo.sh (moved)
	* kernel/Makefile (modified)
	* kernel/arch/abs32le/include/types.h (modified)
	* kernel/arch/amd64/include/types.h (modified)
	* kernel/arch/amd64/src/interrupt.c (modified)
	* kernel/arch/arm32/include/types.h (modified)
	* kernel/arch/arm32/src/exception.c (modified)
	* kernel/arch/ia32/Makefile.inc (modified)
	* kernel/arch/ia32/include/barrier.h (modified)
	* kernel/arch/ia32/include/types.h (modified)
	* kernel/arch/ia32/src/interrupt.c (modified)
	* kernel/arch/ia64/_link.ld.in (modified)
	* kernel/arch/ia64/include/types.h (modified)
	* kernel/arch/ia64/src/ivt.S (modified)
	* kernel/arch/ia64/src/start.S (modified)
	* kernel/arch/mips32/include/types.h (modified)
	* kernel/arch/mips32/src/exception.c (modified)
	* kernel/arch/mips32/src/mm/frame.c (modified)
	* kernel/arch/ppc32/include/types.h (modified)
	* kernel/arch/ppc32/src/interrupt.c (modified)
	* kernel/arch/sparc64/include/cpu.h (modified)
	* kernel/arch/sparc64/include/sun4u/cpu.h (modified)
	* kernel/arch/sparc64/include/types.h (modified)
	* kernel/generic/include/ipc/event.h (modified)
	* kernel/generic/include/ipc/event_types.h (modified)
	* kernel/generic/include/macros.h (modified)
	* kernel/generic/include/mm/as.h (modified)
	* kernel/generic/include/mm/frame.h (modified)
	* kernel/generic/include/mm/reserve.h (added)
	* kernel/generic/include/str.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/console/console.c (modified)
	* kernel/generic/src/ipc/event.c (modified)
	* kernel/generic/src/lib/str.c (modified)
	* kernel/generic/src/main/main.c (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/mm/backend_anon.c (modified)
	* kernel/generic/src/mm/backend_elf.c (modified)
	* kernel/generic/src/mm/backend_phys.c (modified)
	* kernel/generic/src/mm/frame.c (modified)
	* kernel/generic/src/mm/reserve.c (added)
	* kernel/generic/src/proc/scheduler.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* tools/mkfat.py (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/init/Makefile (modified)
	* uspace/app/klog/klog.c (modified)
	* uspace/app/stats/stats.c (modified)
	* uspace/app/tester/Makefile (modified)
	* uspace/app/tester/mm/malloc2.c (added)
	* uspace/app/tester/mm/malloc2.def (added)
	* uspace/app/tester/tester.c (modified)
	* uspace/app/tester/tester.h (modified)
	* uspace/app/top/screen.c (modified)
	* uspace/app/vuhid/device.c (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/vhc/transfer.c (modified)
	* uspace/lib/block/libblock.c (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/arch/abs32le/Makefile.inc (modified)
	* uspace/lib/c/arch/abs32le/_link.ld.in (modified)
	* uspace/lib/c/arch/abs32le/src/entryjmp.c (moved)
	* uspace/lib/c/arch/amd64/Makefile.inc (modified)
	* uspace/lib/c/arch/amd64/_link.ld.in (modified)
	* uspace/lib/c/arch/amd64/src/entryjmp.s (moved)
	* uspace/lib/c/arch/arm32/Makefile.inc (modified)
	* uspace/lib/c/arch/arm32/_link.ld.in (modified)
	* uspace/lib/c/arch/arm32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/ia32/Makefile.common (modified)
	* uspace/lib/c/arch/ia32/Makefile.inc (modified)
	* uspace/lib/c/arch/ia32/_link.ld.in (modified)
	* uspace/lib/c/arch/ia32/include/config.h (modified)
	* uspace/lib/c/arch/ia32/include/ddi.h (modified)
	* uspace/lib/c/arch/ia32/include/faddr.h (modified)
	* uspace/lib/c/arch/ia32/include/fibril.h (modified)
	* uspace/lib/c/arch/ia32/include/rtld/dynamic.h (moved)
	* uspace/lib/c/arch/ia32/include/rtld/elf_dyn.h (added)
	* uspace/lib/c/arch/ia32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/ia32/src/rtld/dynamic.c (added)
	* uspace/lib/c/arch/ia32/src/rtld/reloc.c (added)
	* uspace/lib/c/arch/ia32/src/stacktrace.c (modified)
	* uspace/lib/c/arch/ia32/src/syscall.S (modified)
	* uspace/lib/c/arch/ia32/src/tls.c (modified)
	* uspace/lib/c/arch/ia64/Makefile.inc (modified)
	* uspace/lib/c/arch/ia64/_link.ld.in (modified)
	* uspace/lib/c/arch/ia64/src/entry.s (modified)
	* uspace/lib/c/arch/ia64/src/entryjmp.s (moved)
	* uspace/lib/c/arch/ia64/src/thread_entry.s (modified)
	* uspace/lib/c/arch/mips32/Makefile.inc (modified)
	* uspace/lib/c/arch/mips32/_link.ld.in (modified)
	* uspace/lib/c/arch/mips32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/mips32eb/Makefile.inc (modified)
	* uspace/lib/c/arch/ppc32/Makefile.inc (modified)
	* uspace/lib/c/arch/ppc32/_link.ld.in (modified)
	* uspace/lib/c/arch/ppc32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/sparc64/Makefile.inc (modified)
	* uspace/lib/c/arch/sparc64/_link.ld.in (modified)
	* uspace/lib/c/arch/sparc64/src/entryjmp.s (moved)
	* uspace/lib/c/generic/adt/prodcons.c (added)
	* uspace/lib/c/generic/as.c (modified)
	* uspace/lib/c/generic/assert.c (added)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/async_sess.c (modified)
	* uspace/lib/c/generic/dlfcn.c (added)
	* uspace/lib/c/generic/errno.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/libc.c (modified)
	* uspace/lib/c/generic/malloc.c (modified)
	* uspace/lib/c/generic/rtld/dynamic.c (added)
	* uspace/lib/c/generic/rtld/elf_load.c (added)
	* uspace/lib/c/generic/rtld/module.c (added)
	* uspace/lib/c/generic/rtld/rtld.c (added)
	* uspace/lib/c/generic/rtld/symbol.c (added)
	* uspace/lib/c/generic/stacktrace.c (modified)
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/include/adt/fifo.h (modified)
	* uspace/lib/c/include/adt/list.h (modified)
	* uspace/lib/c/include/adt/measured_strings.h (modified)
	* uspace/lib/c/include/adt/prodcons.h (added)
	* uspace/lib/c/include/as.h (modified)
	* uspace/lib/c/include/assert.h (modified)
	* uspace/lib/c/include/dlfcn.h (added)
	* uspace/lib/c/include/entry_point.h (moved)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/c/include/event.h (modified)
	* uspace/lib/c/include/fibril.h (modified)
	* uspace/lib/c/include/fibril_synch.h (modified)
	* uspace/lib/c/include/loader/pcb.h (modified)
	* uspace/lib/c/include/macros.h (modified)
	* uspace/lib/c/include/rtld/dynamic.h (added)
	* uspace/lib/c/include/rtld/elf_dyn.h (added)
	* uspace/lib/c/include/rtld/module.h (added)
	* uspace/lib/c/include/rtld/rtld.h (added)
	* uspace/lib/c/include/rtld/rtld_arch.h (added)
	* uspace/lib/c/include/rtld/rtld_debug.h (added)
	* uspace/lib/c/include/rtld/symbol.h (added)
	* uspace/lib/c/include/str.h (modified)
	* uspace/lib/softfloat/generic/add.c (modified)
	* uspace/lib/softfloat/generic/common.c (modified)
	* uspace/lib/softfloat/generic/comparison.c (modified)
	* uspace/lib/softfloat/generic/div.c (modified)
	* uspace/lib/softfloat/generic/mul.c (modified)
	* uspace/lib/softfloat/generic/other.c (modified)
	* uspace/lib/softfloat/generic/softfloat.c (modified)
	* uspace/lib/softfloat/generic/sub.c (modified)
	* uspace/lib/softfloat/include/add.h (modified)
	* uspace/lib/softfloat/include/common.h (modified)
	* uspace/lib/softfloat/include/comparison.h (modified)
	* uspace/lib/softfloat/include/conversion.h (modified)
	* uspace/lib/softfloat/include/div.h (modified)
	* uspace/lib/softfloat/include/mul.h (modified)
	* uspace/lib/softfloat/include/other.h (modified)
	* uspace/lib/softfloat/include/sftypes.h (modified)
	* uspace/lib/softfloat/include/softfloat.h (modified)
	* uspace/lib/softfloat/include/sub.h (modified)
	* uspace/lib/softint/Makefile (modified)
	* uspace/lib/usbhid/src/hidparser.c (modified)
	* uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified)
	* uspace/lib/usbhost/src/endpoint.c (modified)
	* uspace/srv/bd/rd/Makefile (modified)
	* uspace/srv/devman/Makefile (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devmap/Makefile (modified)
	* uspace/srv/fs/devfs/Makefile (modified)
	* uspace/srv/fs/fat/Makefile (modified)
	* uspace/srv/fs/fat/fat_fat.c (modified)
	* uspace/srv/fs/fat/fat_idx.c (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)
	* uspace/srv/fs/tmpfs/Makefile (modified)
	* uspace/srv/hw/netif/ne2000/dp8390.c (modified)
	* uspace/srv/loader/Makefile (modified)
	* uspace/srv/loader/arch/abs32le/Makefile.inc (deleted)
	* uspace/srv/loader/arch/abs32le/_link.ld.in (deleted)
	* uspace/srv/loader/arch/amd64/Makefile.inc (deleted)
	* uspace/srv/loader/arch/amd64/_link.ld.in (deleted)
	* uspace/srv/loader/arch/arm32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/arm32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/ia32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/ia32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/ia64/Makefile.inc (deleted)
	* uspace/srv/loader/arch/ia64/_link.ld.in (deleted)
	* uspace/srv/loader/arch/mips32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/mips32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/mips32eb (deleted)
	* uspace/srv/loader/arch/ppc32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/ppc32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/sparc64/Makefile.inc (deleted)
	* uspace/srv/loader/arch/sparc64/_link.ld.in (deleted)
	* uspace/srv/loader/elf_load.c (modified)
	* uspace/srv/loader/include/elf_load.h (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/net/tl/icmp/Makefile (modified)
	* uspace/srv/ns/Makefile (modified)
	* uspace/srv/ns/clonable.c (modified)
	* uspace/srv/ns/service.c (modified)
	* uspace/srv/ns/task.c (modified)
	* uspace/srv/vfs/Makefile (modified)

	Merge mainline changes

	Conflicts: ...


Tue, 17 May 2011 07:18:11 GMT Vojtech Horky <vojtechhorky@…> [72cd53d]
	* HelenOS.config (modified)
	* uspace/app/lsusb/main.c (modified)
	* uspace/drv/usbhid/main.c (modified)
	* uspace/drv/vhc/conndev.c (modified)
	* uspace/drv/vhc/transfer.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/usb/include/usb/debug.h (modified)
	* uspace/lib/usb/src/debug.c (modified)
	* uspace/lib/usbvirt/include/usbvirt/ipc.h (modified)

	Small fixes and improvements

	Fixed buffer overflow in lsusb.
	lsusb ...


Mon, 16 May 2011 20:33:11 GMT Jakub Jermar <jakub@…> [0d8a304]
	* kernel/generic/include/mm/frame.h (modified)
	* kernel/generic/include/mm/reserve.h (modified)
	* kernel/generic/src/main/main.c (modified)
	* kernel/generic/src/mm/frame.c (modified)
	* kernel/generic/src/mm/reserve.c (modified)

	Merge from lp:~jakub/helenos/mm.


Mon, 16 May 2011 19:58:02 GMT Jakub Jermar <jakub@…> [0496c17]
	* kernel/generic/include/ipc/event.h (modified)
	* kernel/generic/src/console/console.c (modified)
	* kernel/generic/src/ipc/event.c (modified)

	Allow events to define unmask callback.  Make klog_update() the ...


Mon, 16 May 2011 16:13:44 GMT Martin Decky <martin@…> [bec0219]
	* kernel/generic/src/console/console.c (modified)

	double the size of kernel klog ring buffer
	(on ia32 the original ...


Mon, 16 May 2011 15:37:37 GMT Martin Decky <martin@…> [4e1a2f5]
	* uspace/app/klog/klog.c (modified)
	* uspace/lib/c/Makefile (modified)

	reimplement klog, use multi-fibril producer/consumer architecture


Mon, 16 May 2011 13:38:04 GMT Martin Decky <martin@…> [f9061b4]
	* kernel/generic/include/ipc/event.h (modified)
	* kernel/generic/include/ipc/event_types.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/console/console.c (modified)
	* kernel/generic/src/ipc/event.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* uspace/app/klog/klog.c (modified)
	* uspace/lib/c/generic/event.c (modified)
	* uspace/lib/c/include/event.h (modified)

	add kernel event notification masking (currently used only for ...


Sun, 15 May 2011 19:28:27 GMT Jakub Jermar <jakub@…> [8d308b9]
	* kernel/generic/include/mm/frame.h (modified)
	* kernel/generic/include/mm/reserve.h (modified)
	* kernel/generic/src/main/main.c (modified)
	* kernel/generic/src/mm/frame.c (modified)
	* kernel/generic/src/mm/reserve.c (modified)

	Start tracking reservable memory after zones are created and possibly ...


Sun, 15 May 2011 14:44:13 GMT Jakub Jermar <jakub@…> [d61c3a7]
	* HelenOS.config (modified)
	* boot/Makefile (modified)
	* boot/Makefile.build (modified)
	* boot/Makefile.common (modified)
	* contrib/tools/font/bdf2c.pl (moved)
	* contrib/tools/font/u_vga16.bdf (moved)
	* contrib/tools/serengeti_silo.sh (moved)
	* kernel/Makefile (modified)
	* kernel/arch/amd64/src/interrupt.c (modified)
	* kernel/arch/arm32/src/exception.c (modified)
	* kernel/arch/ia32/Makefile.inc (modified)
	* kernel/arch/ia32/include/barrier.h (modified)
	* kernel/arch/ia32/src/interrupt.c (modified)
	* kernel/arch/mips32/src/exception.c (modified)
	* kernel/arch/mips32/src/mm/frame.c (modified)
	* kernel/arch/ppc32/src/interrupt.c (modified)
	* kernel/generic/include/macros.h (modified)
	* kernel/generic/include/str.h (modified)
	* kernel/generic/src/lib/str.c (modified)
	* kernel/generic/src/main/main.c (modified)
	* kernel/generic/src/mm/frame.c (modified)
	* tools/mkfat.py (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/init/Makefile (modified)
	* uspace/app/klog/klog.c (modified)
	* uspace/app/stats/stats.c (modified)
	* uspace/app/top/screen.c (modified)
	* uspace/lib/block/libblock.c (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/arch/abs32le/Makefile.inc (modified)
	* uspace/lib/c/arch/abs32le/_link.ld.in (modified)
	* uspace/lib/c/arch/abs32le/src/entryjmp.c (moved)
	* uspace/lib/c/arch/amd64/Makefile.inc (modified)
	* uspace/lib/c/arch/amd64/_link.ld.in (modified)
	* uspace/lib/c/arch/amd64/src/entryjmp.s (moved)
	* uspace/lib/c/arch/arm32/Makefile.inc (modified)
	* uspace/lib/c/arch/arm32/_link.ld.in (modified)
	* uspace/lib/c/arch/arm32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/ia32/Makefile.common (modified)
	* uspace/lib/c/arch/ia32/Makefile.inc (modified)
	* uspace/lib/c/arch/ia32/_link.ld.in (modified)
	* uspace/lib/c/arch/ia32/include/config.h (modified)
	* uspace/lib/c/arch/ia32/include/ddi.h (modified)
	* uspace/lib/c/arch/ia32/include/faddr.h (modified)
	* uspace/lib/c/arch/ia32/include/fibril.h (modified)
	* uspace/lib/c/arch/ia32/include/rtld/dynamic.h (moved)
	* uspace/lib/c/arch/ia32/include/rtld/elf_dyn.h (added)
	* uspace/lib/c/arch/ia32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/ia32/src/rtld/dynamic.c (added)
	* uspace/lib/c/arch/ia32/src/rtld/reloc.c (added)
	* uspace/lib/c/arch/ia32/src/stacktrace.c (modified)
	* uspace/lib/c/arch/ia32/src/syscall.S (modified)
	* uspace/lib/c/arch/ia32/src/tls.c (modified)
	* uspace/lib/c/arch/ia64/Makefile.inc (modified)
	* uspace/lib/c/arch/ia64/_link.ld.in (modified)
	* uspace/lib/c/arch/ia64/src/entryjmp.s (moved)
	* uspace/lib/c/arch/mips32/Makefile.inc (modified)
	* uspace/lib/c/arch/mips32/_link.ld.in (modified)
	* uspace/lib/c/arch/mips32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/mips32eb/Makefile.inc (modified)
	* uspace/lib/c/arch/ppc32/Makefile.inc (modified)
	* uspace/lib/c/arch/ppc32/_link.ld.in (modified)
	* uspace/lib/c/arch/ppc32/src/entryjmp.s (moved)
	* uspace/lib/c/arch/sparc64/Makefile.inc (modified)
	* uspace/lib/c/arch/sparc64/_link.ld.in (modified)
	* uspace/lib/c/arch/sparc64/src/entryjmp.s (moved)
	* uspace/lib/c/generic/adt/prodcons.c (added)
	* uspace/lib/c/generic/as.c (modified)
	* uspace/lib/c/generic/assert.c (added)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/async_sess.c (modified)
	* uspace/lib/c/generic/dlfcn.c (added)
	* uspace/lib/c/generic/errno.c (modified)
	* uspace/lib/c/generic/fibril_synch.c (modified)
	* uspace/lib/c/generic/io/io.c (modified)
	* uspace/lib/c/generic/libc.c (modified)
	* uspace/lib/c/generic/malloc.c (modified)
	* uspace/lib/c/generic/rtld/dynamic.c (added)
	* uspace/lib/c/generic/rtld/elf_load.c (added)
	* uspace/lib/c/generic/rtld/module.c (added)
	* uspace/lib/c/generic/rtld/rtld.c (added)
	* uspace/lib/c/generic/rtld/symbol.c (added)
	* uspace/lib/c/generic/stacktrace.c (modified)
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/include/adt/fifo.h (modified)
	* uspace/lib/c/include/adt/list.h (modified)
	* uspace/lib/c/include/adt/measured_strings.h (modified)
	* uspace/lib/c/include/adt/prodcons.h (added)
	* uspace/lib/c/include/as.h (modified)
	* uspace/lib/c/include/assert.h (modified)
	* uspace/lib/c/include/dlfcn.h (added)
	* uspace/lib/c/include/entry_point.h (added)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/c/include/fibril.h (modified)
	* uspace/lib/c/include/fibril_synch.h (modified)
	* uspace/lib/c/include/loader/pcb.h (modified)
	* uspace/lib/c/include/macros.h (modified)
	* uspace/lib/c/include/rtld/dynamic.h (added)
	* uspace/lib/c/include/rtld/elf_dyn.h (added)
	* uspace/lib/c/include/rtld/module.h (added)
	* uspace/lib/c/include/rtld/rtld.h (added)
	* uspace/lib/c/include/rtld/rtld_arch.h (added)
	* uspace/lib/c/include/rtld/rtld_debug.h (added)
	* uspace/lib/c/include/rtld/symbol.h (added)
	* uspace/lib/c/include/str.h (modified)
	* uspace/lib/softfloat/generic/add.c (modified)
	* uspace/lib/softfloat/generic/common.c (modified)
	* uspace/lib/softfloat/generic/comparison.c (modified)
	* uspace/lib/softfloat/generic/div.c (modified)
	* uspace/lib/softfloat/generic/mul.c (modified)
	* uspace/lib/softfloat/generic/other.c (modified)
	* uspace/lib/softfloat/generic/softfloat.c (modified)
	* uspace/lib/softfloat/generic/sub.c (modified)
	* uspace/lib/softfloat/include/add.h (modified)
	* uspace/lib/softfloat/include/common.h (modified)
	* uspace/lib/softfloat/include/comparison.h (modified)
	* uspace/lib/softfloat/include/conversion.h (modified)
	* uspace/lib/softfloat/include/div.h (modified)
	* uspace/lib/softfloat/include/mul.h (modified)
	* uspace/lib/softfloat/include/other.h (modified)
	* uspace/lib/softfloat/include/sftypes.h (modified)
	* uspace/lib/softfloat/include/softfloat.h (modified)
	* uspace/lib/softfloat/include/sub.h (modified)
	* uspace/lib/softint/Makefile (modified)
	* uspace/srv/bd/rd/Makefile (modified)
	* uspace/srv/devman/Makefile (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devmap/Makefile (modified)
	* uspace/srv/fs/devfs/Makefile (modified)
	* uspace/srv/fs/fat/Makefile (modified)
	* uspace/srv/fs/fat/fat_fat.c (modified)
	* uspace/srv/fs/fat/fat_idx.c (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)
	* uspace/srv/fs/tmpfs/Makefile (modified)
	* uspace/srv/hw/netif/ne2000/dp8390.c (modified)
	* uspace/srv/loader/Makefile (modified)
	* uspace/srv/loader/arch/abs32le/Makefile.inc (deleted)
	* uspace/srv/loader/arch/abs32le/_link.ld.in (deleted)
	* uspace/srv/loader/arch/amd64/Makefile.inc (deleted)
	* uspace/srv/loader/arch/amd64/_link.ld.in (deleted)
	* uspace/srv/loader/arch/arm32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/arm32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/ia32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/ia32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/ia64/Makefile.inc (deleted)
	* uspace/srv/loader/arch/ia64/_link.ld.in (deleted)
	* uspace/srv/loader/arch/mips32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/mips32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/mips32eb (deleted)
	* uspace/srv/loader/arch/ppc32/Makefile.inc (deleted)
	* uspace/srv/loader/arch/ppc32/_link.ld.in (deleted)
	* uspace/srv/loader/arch/sparc64/Makefile.inc (deleted)
	* uspace/srv/loader/arch/sparc64/_link.ld.in (deleted)
	* uspace/srv/loader/elf_load.c (modified)
	* uspace/srv/loader/include/elf_load.h (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/net/tl/icmp/Makefile (modified)
	* uspace/srv/ns/Makefile (modified)
	* uspace/srv/ns/clonable.c (modified)
	* uspace/srv/ns/service.c (modified)
	* uspace/srv/ns/task.c (modified)
	* uspace/srv/vfs/Makefile (modified)

	Merge mainline changes.


Fri, 13 May 2011 20:40:48 GMT Vojtech Horky <vojtechhorky@…> [e913cc9]
	* uspace/drv/vhc/transfer.c (modified)

	Virtual HC destroy pending transfers after unplug


Fri, 13 May 2011 20:02:13 GMT Vojtech Horky <vojtechhorky@…> [00b6c73]
	* uspace/drv/vhc/conndev.c (modified)

	Virtual HC prints name of connected device


Fri, 13 May 2011 20:01:13 GMT Vojtech Horky <vojtechhorky@…> [d29f32f]
	* uspace/lib/usbvirt/include/usbvirt/ipc.h (modified)

	Add missing include


Fri, 13 May 2011 18:57:49 GMT Vojtech Horky <vojtechhorky@…> [7eecbb8b]
	* uspace/drv/usbhid/main.c (modified)

	HID driver uses default logging level


Fri, 13 May 2011 18:32:23 GMT Vojtech Horky <vojtechhorky@…> [2720b51a]
	* uspace/app/lsusb/main.c (modified)

	lsbusb scan all adresses


Fri, 13 May 2011 18:26:52 GMT Vojtech Horky <vojtechhorky@…> [f64e81a]
	* HelenOS.config (modified)
	* uspace/lib/usb/include/usb/debug.h (modified)

	Default log level configurable


Fri, 13 May 2011 18:26:13 GMT Vojtech Horky <vojtechhorky@…> [11e00c8]
	* uspace/lib/usb/src/debug.c (modified)

	Do not print all levels to file

	Only screen level + 1 is printed to ...


Fri, 13 May 2011 17:36:46 GMT Vojtech Horky <vojtechhorky@…> [852803a]
	* uspace/lib/c/generic/devman.c (modified)

	Fix buffer overflow


Fri, 13 May 2011 14:49:17 GMT Martin Decky <martin@…> [e0f52bf]
	* uspace/lib/c/include/adt/list.h (modified)

	add list iterator macro


Fri, 13 May 2011 14:48:09 GMT Martin Decky <martin@…> [8f466fc]
	* uspace/lib/c/include/adt/fifo.h (modified)
	* uspace/lib/c/include/adt/list.h (modified)
	* uspace/lib/c/include/adt/measured_strings.h (modified)
	* uspace/lib/c/include/fibril.h (modified)

	cstyle (no change in functionality)


Fri, 13 May 2011 14:45:09 GMT Jan Vesely <jano.vesely@…> [50cd285]
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* uspace/drv/ohci/batch.h (modified)
	* uspace/drv/ohci/endpoint_list.h (modified)
	* uspace/drv/ohci/iface.h (modified)
	* uspace/drv/ohci/ohci.h (modified)
	* uspace/drv/ohci/ohci_regs.h (modified)
	* uspace/drv/ohci/pci.h (modified)
	* uspace/drv/ohci/root_hub.h (modified)
	* uspace/drv/ohci/utils/malloc32.h (modified)
	* uspace/drv/uhci-hcd/batch.c (modified)
	* uspace/drv/uhci-hcd/hc.c (modified)
	* uspace/drv/uhci-hcd/hc.h (modified)
	* uspace/drv/uhci-hcd/hw_struct/link_pointer.h (modified)
	* uspace/drv/uhci-hcd/hw_struct/queue_head.h (modified)
	* uspace/drv/uhci-hcd/hw_struct/transfer_descriptor.h (modified)
	* uspace/drv/uhci-hcd/root_hub.h (modified)
	* uspace/drv/uhci-hcd/uhci.c (modified)
	* uspace/drv/uhci-hcd/utils/malloc32.h (modified)
	* uspace/drv/uhci-hcd/utils/slab.c (modified)
	* uspace/drv/uhci-hcd/utils/slab.h (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/lib/c/generic/time.c (modified)
	* uspace/lib/c/include/sys/time.h (modified)

	Fix bug #98 Initialization of devices

	Doxygen fixes
	Adds new ...


Fri, 13 May 2011 14:40:21 GMT Jan Vesely <jano.vesely@…> [a29529b]
	* uspace/Makefile (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/lsusb/Makefile (modified)
	* uspace/app/tester/Makefile (modified)
	* uspace/app/tester/adt/usbaddrkeep.def (deleted)
	* uspace/app/tester/tester.c (modified)
	* uspace/app/tester/tester.h (modified)
	* uspace/app/usbinfo/Makefile (modified)
	* uspace/app/usbinfo/info.c (modified)
	* uspace/app/usbinfo/main.c (modified)
	* uspace/app/vuhid/Makefile (modified)
	* uspace/drv/ehci-hcd/Makefile (modified)
	* uspace/drv/ohci/Makefile (modified)
	* uspace/drv/ohci/hc.c (modified)
	* uspace/drv/ohci/hw_struct/endpoint_descriptor.h (modified)
	* uspace/drv/ohci/hw_struct/transfer_descriptor.c (modified)
	* uspace/drv/ohci/hw_struct/transfer_descriptor.h (modified)
	* uspace/drv/ohci/root_hub.c (modified)
	* uspace/drv/uhci-hcd/Makefile (modified)
	* uspace/drv/uhci-hcd/hw_struct/queue_head.h (modified)
	* uspace/drv/uhci-hcd/hw_struct/transfer_descriptor.c (modified)
	* uspace/drv/uhci-rhd/Makefile (modified)
	* uspace/drv/usbflbk/Makefile (modified)
	* uspace/drv/usbhid/Makefile (modified)
	* uspace/drv/usbhub/Makefile (modified)
	* uspace/drv/usbhub/usbhub.c (modified)
	* uspace/drv/usbkbd/Makefile (modified)
	* uspace/drv/usbmast/Makefile (modified)
	* uspace/drv/usbmast/inquiry.c (added)
	* uspace/drv/usbmast/main.c (modified)
	* uspace/drv/usbmast/mast.c (modified)
	* uspace/drv/usbmast/mast.h (modified)
	* uspace/drv/usbmid/Makefile (modified)
	* uspace/drv/usbmouse/Makefile (modified)
	* uspace/drv/vhc/Makefile (modified)
	* uspace/lib/usb/Makefile (modified)
	* uspace/lib/usb/include/usb/ddfiface.h (modified)
	* uspace/lib/usb/include/usb/descriptor.h (modified)
	* uspace/lib/usb/include/usb/driver.h (added)
	* uspace/lib/usb/src/ddfiface.c (modified)
	* uspace/lib/usb/src/driver.c (moved)
	* uspace/lib/usb/src/dump.c (modified)
	* uspace/lib/usbdev/Makefile (added)
	* uspace/lib/usbdev/include/usb/devdrv.h (moved)
	* uspace/lib/usbdev/include/usb/devpoll.h (moved)
	* uspace/lib/usbdev/include/usb/dp.h (moved)
	* uspace/lib/usbdev/include/usb/hub.h (moved)
	* uspace/lib/usbdev/include/usb/pipes.h (moved)
	* uspace/lib/usbdev/include/usb/recognise.h (moved)
	* uspace/lib/usbdev/include/usb/request.h (moved)
	* uspace/lib/usbdev/include/usb/usbdevice.h (moved)
	* uspace/lib/usbdev/src/altiface.c (moved)
	* uspace/lib/usbdev/src/devdrv.c (moved)
	* uspace/lib/usbdev/src/devpoll.c (moved)
	* uspace/lib/usbdev/src/dp.c (moved)
	* uspace/lib/usbdev/src/hub.c (moved)
	* uspace/lib/usbdev/src/pipepriv.c (moved)
	* uspace/lib/usbdev/src/pipepriv.h (moved)
	* uspace/lib/usbdev/src/pipes.c (moved)
	* uspace/lib/usbdev/src/pipesinit.c (moved)
	* uspace/lib/usbdev/src/pipesio.c (moved)
	* uspace/lib/usbdev/src/recognise.c (moved)
	* uspace/lib/usbdev/src/request.c (moved)
	* uspace/lib/usbdev/src/usbdevice.c (moved)
	* uspace/lib/usbhid/Makefile (added)
	* uspace/lib/usbhid/include/usb/classes/hid.h (moved)
	* uspace/lib/usbhid/include/usb/classes/hid/iface.h (moved)
	* uspace/lib/usbhid/include/usb/classes/hid/utled.h (moved)
	* uspace/lib/usbhid/include/usb/classes/hid_report_items.h (moved)
	* uspace/lib/usbhid/include/usb/classes/hiddescriptor.h (moved)
	* uspace/lib/usbhid/include/usb/classes/hidparser.h (moved)
	* uspace/lib/usbhid/include/usb/classes/hidpath.h (moved)
	* uspace/lib/usbhid/include/usb/classes/hidreport.h (moved)
	* uspace/lib/usbhid/include/usb/classes/hidreq.h (moved)
	* uspace/lib/usbhid/include/usb/classes/hidtypes.h (moved)
	* uspace/lib/usbhid/include/usb/classes/hidut.h (moved)
	* uspace/lib/usbhid/include/usb/classes/hidutkbd.h (moved)
	* uspace/lib/usbhid/src/hiddescriptor.c (moved)
	* uspace/lib/usbhid/src/hidiface.c (moved)
	* uspace/lib/usbhid/src/hidparser.c (moved)
	* uspace/lib/usbhid/src/hidpath.c (moved)
	* uspace/lib/usbhid/src/hidreport.c (moved)
	* uspace/lib/usbhid/src/hidreq.c (moved)
	* uspace/lib/usbhost/Makefile (added)
	* uspace/lib/usbhost/include/usb/addrkeep.h (moved)
	* uspace/lib/usbhost/include/usb/host/batch.h (moved)
	* uspace/lib/usbhost/include/usb/host/device_keeper.h (moved)
	* uspace/lib/usbhost/include/usb/host/endpoint.h (moved)
	* uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (moved)
	* uspace/lib/usbhost/src/addrkeep.c (moved)
	* uspace/lib/usbhost/src/batch.c (moved)
	* uspace/lib/usbhost/src/device_keeper.c (moved)
	* uspace/lib/usbhost/src/endpoint.c (moved)
	* uspace/lib/usbhost/src/usb_endpoint_manager.c (moved)
	* uspace/lib/usbvirt/Makefile (modified)

	Development branch changes


Fri, 13 May 2011 14:37:07 GMT Jan Vesely <jano.vesely@…> [81db65b]
	* uspace/drv/uhci-rhd/port.c (modified)

	Use newly added udealy function instead of silent usb_log


Fri, 13 May 2011 14:35:26 GMT Jan Vesely <jano.vesely@…> [5fd3f2d]
	* uspace/lib/c/generic/time.c (modified)
	* uspace/lib/c/include/sys/time.h (modified)

	Add udelay function (syscall wrapper)


Fri, 13 May 2011 14:34:31 GMT Jan Vesely <jano.vesely@…> [7e7b791]
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)

	Implement SYS_THREAD_UDELAY syscall for short delays


Fri, 13 May 2011 14:32:58 GMT Martin Decky <martin@…> [56273bb]
	* uspace/lib/c/generic/as.c (modified)
	* uspace/lib/c/include/as.h (modified)

	cstyle, use unsigned ints for flags


Fri, 13 May 2011 14:16:27 GMT Matus Dekanek <smekideki@…> [8fcaeed]
	* uspace/drv/ohci/root_hub.c (modified)

	definition of OHCI root hub status masks


Fri, 13 May 2011 14:16:03 GMT Martin Decky <martin@…> [09696b54]
	* uspace/lib/c/generic/adt/prodcons.c (added)
	* uspace/lib/c/include/adt/prodcons.h (added)

	simple producer-consumer queue implementation


Fri, 13 May 2011 14:15:24 GMT Matus Dekanek <smekideki@…> [3476be8]
	* uspace/drv/ohci/root_hub.c (modified)

	definition of status masks uses definitions in ohci_regs
	old code ...


Fri, 13 May 2011 14:02:11 GMT Martin Decky <martin@…> [fa7aa50]
	* contrib/tools/font/bdf2c.pl (moved)
	* contrib/tools/font/u_vga16.bdf (moved)
	* contrib/tools/serengeti_silo.sh (moved)

	clean up the contrib directory a little bit


Fri, 13 May 2011 14:00:31 GMT Martin Decky <martin@…> [e8c5c11]
	* boot/Makefile.build (modified)
	* kernel/Makefile (modified)
	* uspace/Makefile.common (modified)

	use C99 with GNU extensions as the language standard when building by
	GCC


Fri, 13 May 2011 13:44:19 GMT Vojtech Horky <vojtechhorky@…> [55054db0]
	* uspace/drv/ehci-hcd/pci.c (modified)
	* uspace/drv/uhci-rhd/port.c (modified)
	* uspace/drv/usbmast/Makefile (modified)
	* uspace/drv/usbmast/inquiry.c (added)
	* uspace/drv/usbmast/main.c (modified)
	* uspace/drv/usbmast/mast.c (modified)
	* uspace/drv/usbmast/mast.h (modified)
	* uspace/lib/usbdev/include/usb/request.h (modified)
	* uspace/lib/usbdev/src/request.c (modified)

	Merge development/ changes


Fri, 13 May 2011 13:39:16 GMT Lubos Slovak <lubos.slovak@…> [37f87fa]
	* uspace/drv/usbhid/mouse/mousedev.c (modified)
	* uspace/drv/usbhid/subdrivers.c (modified)

	Fixed setting of data to mouse wheel function


Fri, 13 May 2011 13:36:25 GMT Matus Dekanek <smekideki@…> [64a36e2]
	* uspace/drv/ohci/root_hub.c (modified)
	* uspace/drv/usbhub/usbhub.c (modified)

	usb_hub_polling_terminated_callback added, so that hub driver fibril ...