#
# ChangeLog for / in mainline
#
# Generated by Trac 1.6
# 2025-04-13T06:57:59Z

Sat, 17 Sep 2011 19:28:24 GMT Jakub Jermar <jakub@…> [d1e18573]
	* uspace/lib/c/generic/ns.c (modified)

	Be more robust in service_connect().


Fri, 16 Sep 2011 14:50:20 GMT Jan Vesely <jano.vesely@…> [fd07e526]
	* uspace/drv/bus/usb/ehci/hc_iface.c (modified)
	* uspace/drv/bus/usb/ohci/Makefile (modified)
	* uspace/drv/bus/usb/ohci/batch.c (deleted)
	* uspace/drv/bus/usb/ohci/endpoint_list.c (modified)
	* uspace/drv/bus/usb/ohci/endpoint_list.h (modified)
	* uspace/drv/bus/usb/ohci/hc.c (modified)
	* uspace/drv/bus/usb/ohci/hc.h (modified)
	* uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified)
	* uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified)
	* uspace/drv/bus/usb/ohci/iface.c (deleted)
	* uspace/drv/bus/usb/ohci/iface.h (deleted)
	* uspace/drv/bus/usb/ohci/ohci.c (modified)
	* uspace/drv/bus/usb/ohci/ohci_batch.c (added)
	* uspace/drv/bus/usb/ohci/ohci_batch.h (moved)
	* uspace/drv/bus/usb/ohci/ohci_endpoint.c (moved)
	* uspace/drv/bus/usb/ohci/ohci_endpoint.h (moved)
	* uspace/drv/bus/usb/ohci/root_hub.c (modified)
	* uspace/drv/bus/usb/ohci/root_hub.h (modified)
	* uspace/drv/bus/usb/ohci/utils/malloc32.h (modified)
	* uspace/drv/bus/usb/uhci/Makefile (modified)
	* uspace/drv/bus/usb/uhci/batch.c (deleted)
	* uspace/drv/bus/usb/uhci/batch.h (deleted)
	* uspace/drv/bus/usb/uhci/hc.c (modified)
	* uspace/drv/bus/usb/uhci/hc.h (modified)
	* uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h (modified)
	* uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified)
	* uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified)
	* uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified)
	* uspace/drv/bus/usb/uhci/iface.c (deleted)
	* uspace/drv/bus/usb/uhci/iface.h (deleted)
	* uspace/drv/bus/usb/uhci/main.c (modified)
	* uspace/drv/bus/usb/uhci/pci.c (modified)
	* uspace/drv/bus/usb/uhci/root_hub.c (modified)
	* uspace/drv/bus/usb/uhci/transfer_list.c (modified)
	* uspace/drv/bus/usb/uhci/transfer_list.h (modified)
	* uspace/drv/bus/usb/uhci/uhci.c (modified)
	* uspace/drv/bus/usb/uhci/uhci_batch.c (added)
	* uspace/drv/bus/usb/uhci/uhci_batch.h (added)
	* uspace/drv/bus/usb/uhci/utils/malloc32.h (modified)
	* uspace/drv/bus/usb/vhc/connhost.c (modified)
	* uspace/drv/bus/usb/vhc/main.c (modified)
	* uspace/drv/bus/usb/vhc/vhcd.h (modified)
	* uspace/lib/c/generic/as.c (modified)
	* uspace/lib/c/include/as.h (modified)
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/drv/include/usbhc_iface.h (modified)
	* uspace/lib/usb/include/usb/hc.h (modified)
	* uspace/lib/usb/include/usb/usb.h (modified)
	* uspace/lib/usbdev/src/pipesinit.c (modified)
	* uspace/lib/usbdev/src/pipesio.c (modified)
	* uspace/lib/usbhost/Makefile (modified)
	* uspace/lib/usbhost/include/usb/host/batch.h (deleted)
	* uspace/lib/usbhost/include/usb/host/endpoint.h (modified)
	* uspace/lib/usbhost/include/usb/host/hcd.h (added)
	* uspace/lib/usbhost/include/usb/host/usb_device_manager.h (moved)
	* uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified)
	* uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (added)
	* uspace/lib/usbhost/src/endpoint.c (modified)
	* uspace/lib/usbhost/src/iface.c (added)
	* uspace/lib/usbhost/src/usb_device_manager.c (moved)
	* uspace/lib/usbhost/src/usb_endpoint_manager.c (modified)
	* uspace/lib/usbhost/src/usb_transfer_batch.c (moved)

	Merge USB changes from bzr://krabicka.net/orome/helenos/usb/

	 * ...


Fri, 16 Sep 2011 14:26:16 GMT Jan Vesely <jano.vesely@…> [82a31261]
	* uspace/drv/bus/usb/vhc/connhost.c (modified)

	vhc: Fix memory leak in error path.


Fri, 16 Sep 2011 11:50:06 GMT Jan Vesely <jano.vesely@…> [790318e]
	* uspace/drv/bus/usb/ohci/ohci_batch.c (modified)
	* uspace/drv/bus/usb/uhci/uhci_batch.c (modified)

	uhci,ohci: Remove direction from initialization table.


Fri, 16 Sep 2011 10:22:11 GMT Jan Vesely <jano.vesely@…> [058fd76]
	* uspace/drv/bus/usb/ohci/ohci_batch.c (modified)

	ohci: Use new batch_direction function.

	Get rid of nasty setup data ...


Fri, 16 Sep 2011 10:19:08 GMT Jan Vesely <jano.vesely@…> [25d224c6]
	* uspace/drv/bus/usb/uhci/uhci_batch.c (modified)

	uhci: Use new batch_direction.

	Get rid of nasty setup data parsing ...


Fri, 16 Sep 2011 10:18:16 GMT Jan Vesely <jano.vesely@…> [db2cb04]
	* uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified)
	* uspace/lib/usbhost/src/usb_transfer_batch.c (modified)

	libusbhost: Add batch direction function and doxygen comments.


Thu, 15 Sep 2011 21:30:36 GMT Martin Decky <martin@…> [47fecbb]
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/generic/cfg.c (added)
	* uspace/lib/c/include/cfg.h (added)

	configuration file parser
	cherrypicked from ...


Thu, 15 Sep 2011 21:30:25 GMT Martin Decky <martin@…> [4748038]
	* kernel/generic/include/adt/list.h (modified)
	* uspace/lib/c/include/adt/list.h (modified)

	add argument const qualifiers


Thu, 15 Sep 2011 18:03:53 GMT Martin Decky <martin@…> [818fffe]
	* kernel/arch/arm32/src/ras.c (modified)
	* kernel/generic/src/mm/frame.c (modified)
	* uspace/drv/bus/isa/isa.c (modified)
	* uspace/lib/c/generic/adt/hash_table.c (modified)
	* uspace/lib/c/include/ipc/loc.h (modified)
	* uspace/lib/drv/generic/dev_iface.c (modified)
	* uspace/lib/drv/generic/driver.c (modified)

	cstyle


Thu, 15 Sep 2011 16:42:03 GMT Martin Decky <martin@…> [c82047d]
	* kernel/arch/arm32/include/mainpage.h (deleted)

	remove obsolete documentation header


Thu, 15 Sep 2011 15:05:38 GMT Jan Vesely <jano.vesely@…> [8b54fe6]
	* uspace/drv/bus/usb/ohci/hc.c (modified)
	* uspace/drv/bus/usb/ohci/hc.h (modified)
	* uspace/drv/bus/usb/ohci/ohci.c (modified)
	* uspace/drv/bus/usb/uhci/uhci.c (modified)
	* uspace/drv/bus/usb/vhc/connhost.c (modified)
	* uspace/drv/bus/usb/vhc/main.c (modified)
	* uspace/drv/bus/usb/vhc/vhcd.h (modified)
	* uspace/lib/usbhost/Makefile (modified)
	* uspace/lib/usbhost/include/usb/host/hcd.h (modified)
	* uspace/lib/usbhost/include/usb/host/usb_device_manager.h (moved)
	* uspace/lib/usbhost/src/iface.c (modified)
	* uspace/lib/usbhost/src/usb_device_manager.c (moved)

	usb: Rename device_keeper => sub-device_manager to match the rest of ...


Thu, 15 Sep 2011 14:47:42 GMT Jan Vesely <jano.vesely@…> [f58ef61]
	* uspace/drv/bus/usb/ohci/ohci_batch.h (modified)
	* uspace/drv/bus/usb/ohci/root_hub.h (modified)
	* uspace/drv/bus/usb/uhci/hc.h (modified)
	* uspace/drv/bus/usb/uhci/uhci_batch.h (modified)
	* uspace/lib/usbhost/Makefile (modified)
	* uspace/lib/usbhost/include/usb/host/hcd.h (modified)
	* uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (moved)
	* uspace/lib/usbhost/src/usb_transfer_batch.c (moved)

	usb: rename batch.h => usb_transfer_batch.h to match the structure
	name


Wed, 14 Sep 2011 21:04:01 GMT Jiri Svoboda <jiri@…> [2f72c67a]
	* uspace/lib/c/generic/io/io.c (modified)

	_fflushbuf() must reset buffer head and tail even when bytes_used ==
	0.


Wed, 14 Sep 2011 20:27:33 GMT Jan Vesely <jano.vesely@…> [bbce2c2]
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/drv/include/usbhc_iface.h (modified)
	* uspace/lib/usbdev/src/pipesio.c (modified)

	usb: Remove unused iface functions, rename DATA_READ/DATA_WRITE => ...


Wed, 14 Sep 2011 20:15:03 GMT Jan Vesely <jano.vesely@…> [bdd8ad2f]
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/usbdev/src/pipesio.c (modified)

	usb: Send any setup data during initial opening call.

	NOTE: ...


Wed, 14 Sep 2011 19:25:06 GMT Jan Vesely <jano.vesely@…> [365e29e2]
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/usbdev/src/pipesinit.c (modified)
	* uspace/lib/usbdev/src/pipesio.c (modified)

	usb: Use new target packing scheme for IPC.


Wed, 14 Sep 2011 18:52:40 GMT Jan Vesely <jano.vesely@…> [56e9fb0]
	* uspace/drv/bus/usb/uhci/uhci_batch.c (modified)
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/usb/include/usb/hc.h (modified)
	* uspace/lib/usb/include/usb/usb.h (modified)
	* uspace/lib/usbhost/src/batch.c (modified)

	usb: add support for packing target_t type into uint32_t


Wed, 14 Sep 2011 14:53:58 GMT Jan Vesely <jano.vesely@…> [8e3d17f]
	* uspace/drv/bus/usb/ohci/ohci_batch.c (modified)

	ohci: calloc parameter order fix


Wed, 14 Sep 2011 14:25:07 GMT Jan Vesely <jano.vesely@…> [5d915b7]
	* uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h (modified)
	* uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified)
	* uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified)
	* uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified)
	* uspace/drv/bus/usb/uhci/main.c (modified)
	* uspace/drv/bus/usb/uhci/pci.c (modified)
	* uspace/drv/bus/usb/uhci/root_hub.c (modified)
	* uspace/drv/bus/usb/uhci/uhci_batch.c (modified)
	* uspace/drv/bus/usb/uhci/uhci_batch.h (modified)

	uhci: Minor tweaks and comment fixes


Tue, 13 Sep 2011 14:24:16 GMT Jan Vesely <jano.vesely@…> [1e647c7d]
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/drv/include/usbhc_iface.h (modified)
	* uspace/lib/usbhost/src/iface.c (modified)

	usb: remove unused functions


Tue, 13 Sep 2011 14:18:21 GMT Jan Vesely <jano.vesely@…> [e3f6304]
	* uspace/drv/bus/usb/ehci/hc_iface.c (modified)

	ehci: Remove old interface stubs.

	It needs to be moved to new ...


Tue, 13 Sep 2011 14:17:20 GMT Jan Vesely <jano.vesely@…> [e779bd3c]
	* uspace/drv/bus/usb/vhc/connhost.c (modified)

	vhc: Use new interface for virtual host controller


Tue, 13 Sep 2011 13:37:51 GMT Jan Vesely <jano.vesely@…> [7eb32a8]
	* uspace/lib/usbdev/src/pipesio.c (modified)

	libusbdev: Use genric read/write iface for interrupt and bulk
	transfers.


Tue, 13 Sep 2011 13:30:28 GMT Jan Vesely <jano.vesely@…> [3a8370c]
	* uspace/lib/drv/generic/remote_usbhc.c (modified)

	libdrv: usbhc: use generic read/write for control transfers


Tue, 13 Sep 2011 12:46:03 GMT Jan Vesely <jano.vesely@…> [4cbb6e4]
	* uspace/lib/usbhost/src/usb_endpoint_manager.c (modified)

	libusbhost: Don't include direction in endpoint hash, make ...


Tue, 13 Sep 2011 12:30:05 GMT Jan Vesely <jano.vesely@…> [a837544]
	* uspace/lib/usbhost/include/usb/host/batch.h (modified)
	* uspace/lib/usbhost/src/batch.c (modified)
	* uspace/lib/usbhost/src/iface.c (modified)

	libusbhost: Use uint64_t to pass setup_data


Tue, 13 Sep 2011 12:00:16 GMT Jan Vesely <jano.vesely@…> [3822f7c9]
	* uspace/lib/usbhost/src/iface.c (modified)

	libusbhost: Remove unused setup_size parameter, implement read/write ...


Tue, 13 Sep 2011 11:39:48 GMT Jan Vesely <jano.vesely@…> [a00ac07]
	* uspace/lib/usbhost/include/usb/host/batch.h (modified)
	* uspace/lib/usbhost/src/batch.c (modified)
	* uspace/lib/usbhost/src/iface.c (modified)

	libusbhost: Use static area for setup_buffer


Tue, 13 Sep 2011 10:52:06 GMT Jan Vesely <jano.vesely@…> [ffe3fe1]
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/drv/include/usbhc_iface.h (modified)

	libdrv: Add generic data read/write interface functions


Sat, 10 Sep 2011 10:58:51 GMT Jakub Jermar <jakub@…> [05fb96b]
	* uspace/srv/fs/mfs/mfs.h (modified)
	* uspace/srv/fs/mfs/mfs_balloc.c (modified)
	* uspace/srv/fs/mfs/mfs_dentry.c (modified)
	* uspace/srv/fs/mfs/mfs_inode.c (modified)
	* uspace/srv/fs/mfs/mfs_ops.c (modified)
	* uspace/srv/fs/mfs/mfs_rw.c (modified)

	Merge from lp:mfs.


Fri, 09 Sep 2011 23:46:34 GMT Martin Decky <martin@…> [cccc091]
	* uspace/srv/hid/console/console.c (modified)

	improve button rendering and click detection


Fri, 09 Sep 2011 23:26:18 GMT Martin Decky <martin@…> [c7f9037]
	* uspace/srv/hid/fb/port/kfb.c (modified)

	avoid touching the whole scanline
	(this can be harmful on some ...


Fri, 09 Sep 2011 23:17:44 GMT Martin Decky <martin@…> [b7c33b0]
	* uspace/srv/hid/console/console.c (modified)

	initialize the mouse pointer in the center of the screen


Fri, 09 Sep 2011 18:41:18 GMT Maurizio Lombardi <m.lombardi85@…> [40a2af3]
	* uspace/srv/fs/mfs/mfs_balloc.c (modified)
	* uspace/srv/fs/mfs/mfs_inode.c (modified)
	* uspace/srv/fs/mfs/mfs_ops.c (modified)

	remove a lot of useless asserts


Fri, 09 Sep 2011 18:22:33 GMT Maurizio Lombardi <m.lombardi85@…> [3781092]
	* HelenOS.config (modified)
	* Makefile (modified)
	* boot/Makefile (modified)
	* boot/Makefile.common (modified)
	* kernel/generic/include/adt/list.h (modified)
	* kernel/generic/src/adt/list.c (modified)
	* uspace/Makefile (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/bdsh/Makefile (modified)
	* uspace/app/bdsh/cmds/builtins/batch/batch.c (added)
	* uspace/app/bdsh/cmds/builtins/batch/batch.h (added)
	* uspace/app/bdsh/cmds/builtins/batch/batch_def.h (added)
	* uspace/app/bdsh/cmds/builtins/batch/entry.h (added)
	* uspace/app/bdsh/cmds/builtins/builtins.h (modified)
	* uspace/app/bdsh/cmds/modules/cat/cat.c (modified)
	* uspace/app/bdsh/cmds/modules/rm/rm.c (modified)
	* uspace/app/bdsh/exec.c (modified)
	* uspace/app/bdsh/input.c (modified)
	* uspace/app/binutils/Makefile (added)
	* uspace/app/binutils/distclean.sh (added)
	* uspace/app/binutils/intrusive.sh (added)
	* uspace/app/binutils/patch.awk (added)
	* uspace/app/binutils/toolchain.sh (added)
	* uspace/app/cc (added)
	* uspace/app/ccom (added)
	* uspace/app/cpp (added)
	* uspace/app/init/init.c (modified)
	* uspace/app/pcc/DATESTAMP (added)
	* uspace/app/pcc/Makefile.in (added)
	* uspace/app/pcc/arch/amd64/code.c (added)
	* uspace/app/pcc/arch/amd64/local.c (added)
	* uspace/app/pcc/arch/amd64/local2.c (added)
	* uspace/app/pcc/arch/amd64/macdefs.h (added)
	* uspace/app/pcc/arch/amd64/order.c (added)
	* uspace/app/pcc/arch/amd64/table.c (added)
	* uspace/app/pcc/arch/arm/code.c (added)
	* uspace/app/pcc/arch/arm/local.c (added)
	* uspace/app/pcc/arch/arm/local2.c (added)
	* uspace/app/pcc/arch/arm/macdefs.h (added)
	* uspace/app/pcc/arch/arm/order.c (added)
	* uspace/app/pcc/arch/arm/table.c (added)
	* uspace/app/pcc/arch/arm32 (added)
	* uspace/app/pcc/arch/hppa/code.c (added)
	* uspace/app/pcc/arch/hppa/local.c (added)
	* uspace/app/pcc/arch/hppa/local2.c (added)
	* uspace/app/pcc/arch/hppa/macdefs.h (added)
	* uspace/app/pcc/arch/hppa/order.c (added)
	* uspace/app/pcc/arch/hppa/table.c (added)
	* uspace/app/pcc/arch/i386/code.c (added)
	* uspace/app/pcc/arch/i386/flocal.c (added)
	* uspace/app/pcc/arch/i386/local.c (added)
	* uspace/app/pcc/arch/i386/local2.c (added)
	* uspace/app/pcc/arch/i386/macdefs.h (added)
	* uspace/app/pcc/arch/i386/order.c (added)
	* uspace/app/pcc/arch/i386/table.c (added)
	* uspace/app/pcc/arch/ia32 (added)
	* uspace/app/pcc/arch/m16c/TODO (added)
	* uspace/app/pcc/arch/m16c/code.c (added)
	* uspace/app/pcc/arch/m16c/local.c (added)
	* uspace/app/pcc/arch/m16c/local2.c (added)
	* uspace/app/pcc/arch/m16c/macdefs.h (added)
	* uspace/app/pcc/arch/m16c/order.c (added)
	* uspace/app/pcc/arch/m16c/table.c (added)
	* uspace/app/pcc/arch/mips/TODO (added)
	* uspace/app/pcc/arch/mips/code.c (added)
	* uspace/app/pcc/arch/mips/local.c (added)
	* uspace/app/pcc/arch/mips/local2.c (added)
	* uspace/app/pcc/arch/mips/macdefs.h (added)
	* uspace/app/pcc/arch/mips/order.c (added)
	* uspace/app/pcc/arch/mips/table.c (added)
	* uspace/app/pcc/arch/mips32 (added)
	* uspace/app/pcc/arch/nova/README (added)
	* uspace/app/pcc/arch/nova/code.c (added)
	* uspace/app/pcc/arch/nova/local.c (added)
	* uspace/app/pcc/arch/nova/local2.c (added)
	* uspace/app/pcc/arch/nova/macdefs.h (added)
	* uspace/app/pcc/arch/nova/order.c (added)
	* uspace/app/pcc/arch/nova/table.c (added)
	* uspace/app/pcc/arch/pdp10/README (added)
	* uspace/app/pcc/arch/pdp10/code.c (added)
	* uspace/app/pcc/arch/pdp10/local.c (added)
	* uspace/app/pcc/arch/pdp10/local2.c (added)
	* uspace/app/pcc/arch/pdp10/macdefs.h (added)
	* uspace/app/pcc/arch/pdp10/order.c (added)
	* uspace/app/pcc/arch/pdp10/table.c (added)
	* uspace/app/pcc/arch/pdp11/code.c (added)
	* uspace/app/pcc/arch/pdp11/local.c (added)
	* uspace/app/pcc/arch/pdp11/local2.c (added)
	* uspace/app/pcc/arch/pdp11/macdefs.h (added)
	* uspace/app/pcc/arch/pdp11/order.c (added)
	* uspace/app/pcc/arch/pdp11/table.c (added)
	* uspace/app/pcc/arch/powerpc/README (added)
	* uspace/app/pcc/arch/powerpc/code.c (added)
	* uspace/app/pcc/arch/powerpc/local.c (added)
	* uspace/app/pcc/arch/powerpc/local2.c (added)
	* uspace/app/pcc/arch/powerpc/macdefs.h (added)
	* uspace/app/pcc/arch/powerpc/order.c (added)
	* uspace/app/pcc/arch/powerpc/table.c (added)
	* uspace/app/pcc/arch/ppc32 (added)
	* uspace/app/pcc/arch/sparc64/code.c (added)
	* uspace/app/pcc/arch/sparc64/local.c (added)
	* uspace/app/pcc/arch/sparc64/local2.c (added)
	* uspace/app/pcc/arch/sparc64/macdefs.h (added)
	* uspace/app/pcc/arch/sparc64/order.c (added)
	* uspace/app/pcc/arch/sparc64/table.c (added)
	* uspace/app/pcc/arch/vax/code.c (added)
	* uspace/app/pcc/arch/vax/local.c (added)
	* uspace/app/pcc/arch/vax/local2.c (added)
	* uspace/app/pcc/arch/vax/macdefs.h (added)
	* uspace/app/pcc/arch/vax/order.c (added)
	* uspace/app/pcc/arch/vax/table.c (added)
	* uspace/app/pcc/cc/Makefile.in (added)
	* uspace/app/pcc/cc/cc/Makefile (added)
	* uspace/app/pcc/cc/cc/Makefile.in (added)
	* uspace/app/pcc/cc/cc/cc.1 (added)
	* uspace/app/pcc/cc/cc/cc.c (added)
	* uspace/app/pcc/cc/ccom/Makefile (added)
	* uspace/app/pcc/cc/ccom/Makefile.in (added)
	* uspace/app/pcc/cc/ccom/arch/amd64/external.c (added)
	* uspace/app/pcc/cc/ccom/arch/amd64/external.h (added)
	* uspace/app/pcc/cc/ccom/arch/arm32/external.c (added)
	* uspace/app/pcc/cc/ccom/arch/arm32/external.h (added)
	* uspace/app/pcc/cc/ccom/arch/ia32/external.c (added)
	* uspace/app/pcc/cc/ccom/arch/ia32/external.h (added)
	* uspace/app/pcc/cc/ccom/arch/mips32/external.c (added)
	* uspace/app/pcc/cc/ccom/arch/mips32/external.h (added)
	* uspace/app/pcc/cc/ccom/arch/ppc32/external.c (added)
	* uspace/app/pcc/cc/ccom/arch/ppc32/external.h (added)
	* uspace/app/pcc/cc/ccom/builtins.c (added)
	* uspace/app/pcc/cc/ccom/ccom.1 (added)
	* uspace/app/pcc/cc/ccom/cgram.y (added)
	* uspace/app/pcc/cc/ccom/gcc_compat.c (added)
	* uspace/app/pcc/cc/ccom/init.c (added)
	* uspace/app/pcc/cc/ccom/inline.c (added)
	* uspace/app/pcc/cc/ccom/main.c (added)
	* uspace/app/pcc/cc/ccom/mkext/Makefile (added)
	* uspace/app/pcc/cc/ccom/optim.c (added)
	* uspace/app/pcc/cc/ccom/pass1.h (added)
	* uspace/app/pcc/cc/ccom/pftn.c (added)
	* uspace/app/pcc/cc/ccom/scan.l (added)
	* uspace/app/pcc/cc/ccom/softfloat.c (added)
	* uspace/app/pcc/cc/ccom/stabs.c (added)
	* uspace/app/pcc/cc/ccom/symtabs.c (added)
	* uspace/app/pcc/cc/ccom/trees.c (added)
	* uspace/app/pcc/cc/cpp/Makefile (added)
	* uspace/app/pcc/cc/cpp/Makefile.in (added)
	* uspace/app/pcc/cc/cpp/config.h (added)
	* uspace/app/pcc/cc/cpp/cpp.1 (added)
	* uspace/app/pcc/cc/cpp/cpp.c (added)
	* uspace/app/pcc/cc/cpp/cpp.h (added)
	* uspace/app/pcc/cc/cpp/cpy.y (added)
	* uspace/app/pcc/cc/cpp/scanner.l (added)
	* uspace/app/pcc/cc/cpp/tests/res1 (added)
	* uspace/app/pcc/cc/cpp/tests/res10 (added)
	* uspace/app/pcc/cc/cpp/tests/res11 (added)
	* uspace/app/pcc/cc/cpp/tests/res12 (added)
	* uspace/app/pcc/cc/cpp/tests/res13 (added)
	* uspace/app/pcc/cc/cpp/tests/res2 (added)
	* uspace/app/pcc/cc/cpp/tests/res3 (added)
	* uspace/app/pcc/cc/cpp/tests/res4 (added)
	* uspace/app/pcc/cc/cpp/tests/res5 (added)
	* uspace/app/pcc/cc/cpp/tests/res6 (added)
	* uspace/app/pcc/cc/cpp/tests/res7 (added)
	* uspace/app/pcc/cc/cpp/tests/res8 (added)
	* uspace/app/pcc/cc/cpp/tests/res9 (added)
	* uspace/app/pcc/cc/cpp/tests/test1 (added)
	* uspace/app/pcc/cc/cpp/tests/test10 (added)
	* uspace/app/pcc/cc/cpp/tests/test11 (added)
	* uspace/app/pcc/cc/cpp/tests/test12 (added)
	* uspace/app/pcc/cc/cpp/tests/test13 (added)
	* uspace/app/pcc/cc/cpp/tests/test2 (added)
	* uspace/app/pcc/cc/cpp/tests/test3 (added)
	* uspace/app/pcc/cc/cpp/tests/test4 (added)
	* uspace/app/pcc/cc/cpp/tests/test5 (added)
	* uspace/app/pcc/cc/cpp/tests/test6 (added)
	* uspace/app/pcc/cc/cpp/tests/test7 (added)
	* uspace/app/pcc/cc/cpp/tests/test8 (added)
	* uspace/app/pcc/cc/cpp/tests/test9 (added)
	* uspace/app/pcc/cc/cpp/token.c (added)
	* uspace/app/pcc/config.guess (added)
	* uspace/app/pcc/config.h (added)
	* uspace/app/pcc/config.h.in (added)
	* uspace/app/pcc/config.sub (added)
	* uspace/app/pcc/configure (added)
	* uspace/app/pcc/configure.ac (added)
	* uspace/app/pcc/f77/Makefile.in (added)
	* uspace/app/pcc/f77/f77/Makefile.in (added)
	* uspace/app/pcc/f77/f77/f77.1 (added)
	* uspace/app/pcc/f77/f77/f77.c (added)
	* uspace/app/pcc/f77/fcom/Makefile.in (added)
	* uspace/app/pcc/f77/fcom/data.c (added)
	* uspace/app/pcc/f77/fcom/defines.h (added)
	* uspace/app/pcc/f77/fcom/defs.h (added)
	* uspace/app/pcc/f77/fcom/equiv.c (added)
	* uspace/app/pcc/f77/fcom/error.c (added)
	* uspace/app/pcc/f77/fcom/exec.c (added)
	* uspace/app/pcc/f77/fcom/expr.c (added)
	* uspace/app/pcc/f77/fcom/ftypes.h (added)
	* uspace/app/pcc/f77/fcom/gram.dcl (added)
	* uspace/app/pcc/f77/fcom/gram.exec (added)
	* uspace/app/pcc/f77/fcom/gram.expr (added)
	* uspace/app/pcc/f77/fcom/gram.head (added)
	* uspace/app/pcc/f77/fcom/gram.io (added)
	* uspace/app/pcc/f77/fcom/init.c (added)
	* uspace/app/pcc/f77/fcom/intr.c (added)
	* uspace/app/pcc/f77/fcom/io.c (added)
	* uspace/app/pcc/f77/fcom/lex.c (added)
	* uspace/app/pcc/f77/fcom/main.c (added)
	* uspace/app/pcc/f77/fcom/misc.c (added)
	* uspace/app/pcc/f77/fcom/proc.c (added)
	* uspace/app/pcc/f77/fcom/put.c (added)
	* uspace/app/pcc/f77/fcom/putscj.c (added)
	* uspace/app/pcc/f77/fcom/scjdefs.h (added)
	* uspace/app/pcc/f77/fcom/tokens (added)
	* uspace/app/pcc/install-sh (added)
	* uspace/app/pcc/mip/common.c (added)
	* uspace/app/pcc/mip/compat.c (added)
	* uspace/app/pcc/mip/compat.h (added)
	* uspace/app/pcc/mip/config.h (added)
	* uspace/app/pcc/mip/manifest.h (added)
	* uspace/app/pcc/mip/match.c (added)
	* uspace/app/pcc/mip/mkext.c (added)
	* uspace/app/pcc/mip/node.h (added)
	* uspace/app/pcc/mip/optim2.c (added)
	* uspace/app/pcc/mip/pass2.h (added)
	* uspace/app/pcc/mip/reader.c (added)
	* uspace/app/pcc/mip/regs.c (added)
	* uspace/app/pcc/os/bsd/ccconfig.h (added)
	* uspace/app/pcc/os/darwin/ccconfig.h (added)
	* uspace/app/pcc/os/dragonfly/ccconfig.h (added)
	* uspace/app/pcc/os/freebsd/ccconfig.h (added)
	* uspace/app/pcc/os/helenos/ccconfig.h (added)
	* uspace/app/pcc/os/linux/ccconfig.h (added)
	* uspace/app/pcc/os/midnightbsd/ccconfig.h (added)
	* uspace/app/pcc/os/mirbsd/ccconfig.h (added)
	* uspace/app/pcc/os/netbsd/ccconfig.h (added)
	* uspace/app/pcc/os/nextstep/ccconfig.h (added)
	* uspace/app/pcc/os/none/ccconfig.h (added)
	* uspace/app/pcc/os/openbsd/ccconfig.h (added)
	* uspace/app/pcc/os/openbsd/f77config.h (added)
	* uspace/app/pcc/os/sunos/ccconfig.h (added)
	* uspace/app/pcc/os/win32/build.bat (added)
	* uspace/app/pcc/os/win32/build_installer.bat (added)
	* uspace/app/pcc/os/win32/ccconfig.h (added)
	* uspace/app/pcc/os/win32/config.h (added)
	* uspace/app/pcc/os/win32/pcc.iss (added)
	* uspace/app/tester/console/console1.c (modified)
	* uspace/app/tetris/screen.c (modified)
	* uspace/app/tetris/shapes.c (modified)
	* uspace/app/tetris/tetris.c (modified)
	* uspace/app/trace/trace.c (modified)
	* uspace/dist/src/c/demos/edit/build (added)
	* uspace/dist/src/c/demos/edit/clean (added)
	* uspace/dist/src/c/demos/edit/edit.c (added)
	* uspace/dist/src/c/demos/edit/sheet.c (added)
	* uspace/dist/src/c/demos/edit/sheet.h (added)
	* uspace/dist/src/c/demos/hello/build (added)
	* uspace/dist/src/c/demos/hello/clean (added)
	* uspace/dist/src/c/demos/hello/hello.c (added)
	* uspace/dist/src/c/demos/tetris/build (added)
	* uspace/dist/src/c/demos/tetris/clean (added)
	* uspace/dist/src/c/demos/tetris/scores.c (added)
	* uspace/dist/src/c/demos/tetris/scores.h (added)
	* uspace/dist/src/c/demos/tetris/screen.c (added)
	* uspace/dist/src/c/demos/tetris/screen.h (moved)
	* uspace/dist/src/c/demos/tetris/shapes.c (added)
	* uspace/dist/src/c/demos/tetris/tetris.c (added)
	* uspace/dist/src/c/demos/tetris/tetris.h (added)
	* uspace/dist/src/c/demos/top/build (added)
	* uspace/dist/src/c/demos/top/clean (added)
	* uspace/dist/src/c/demos/top/screen.c (added)
	* uspace/dist/src/c/demos/top/screen.h (added)
	* uspace/dist/src/c/demos/top/top.c (added)
	* uspace/dist/src/c/demos/top/top.h (added)
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified)
	* uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified)
	* uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified)
	* uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/arch/abs32le/include/types.h (modified)
	* uspace/lib/c/arch/amd64/include/atomic.h (modified)
	* uspace/lib/c/arch/amd64/include/types.h (modified)
	* uspace/lib/c/arch/arm32/include/types.h (modified)
	* uspace/lib/c/arch/ia32/include/atomic.h (modified)
	* uspace/lib/c/arch/ia32/include/types.h (modified)
	* uspace/lib/c/arch/ia64/include/types.h (modified)
	* uspace/lib/c/arch/mips32/include/types.h (modified)
	* uspace/lib/c/arch/mips64/include/types.h (modified)
	* uspace/lib/c/arch/ppc32/include/types.h (modified)
	* uspace/lib/c/arch/sparc64/include/types.h (modified)
	* uspace/lib/c/generic/adt/list.c (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/async_obsolete.c (deleted)
	* uspace/lib/c/generic/io/console.c (modified)
	* uspace/lib/c/generic/io/screenbuffer.c (deleted)
	* uspace/lib/c/generic/private/async.h (modified)
	* uspace/lib/c/generic/vfs/vfs.c (modified)
	* uspace/lib/c/include/adt/list.h (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/async_obsolete.h (deleted)
	* uspace/lib/c/include/io/color.h (modified)
	* uspace/lib/c/include/io/console.h (modified)
	* uspace/lib/c/include/io/screenbuffer.h (deleted)
	* uspace/lib/c/include/ipc/services.h (modified)
	* uspace/lib/fb/Makefile (moved)
	* uspace/lib/fb/fb.c (added)
	* uspace/lib/fb/fb.h (added)
	* uspace/lib/fb/imgmap.c (added)
	* uspace/lib/fb/imgmap.h (added)
	* uspace/lib/fb/screenbuffer.c (added)
	* uspace/lib/fb/screenbuffer.h (added)
	* uspace/lib/imgmap/imgmap.c (deleted)
	* uspace/lib/posix/Makefile (added)
	* uspace/lib/posix/assert.h (moved)
	* uspace/lib/posix/ctype.c (added)
	* uspace/lib/posix/ctype.h (moved)
	* uspace/lib/posix/errno.c (added)
	* uspace/lib/posix/errno.h (added)
	* uspace/lib/posix/fcntl.c (added)
	* uspace/lib/posix/fcntl.h (added)
	* uspace/lib/posix/float.h (added)
	* uspace/lib/posix/fnmatch.c (added)
	* uspace/lib/posix/fnmatch.h (added)
	* uspace/lib/posix/internal/common.h (added)
	* uspace/lib/posix/inttypes.h (added)
	* uspace/lib/posix/iso646.h (added)
	* uspace/lib/posix/limits.h (added)
	* uspace/lib/posix/locale.c (added)
	* uspace/lib/posix/locale.h (added)
	* uspace/lib/posix/math.c (moved)
	* uspace/lib/posix/math.h (added)
	* uspace/lib/posix/pwd.c (added)
	* uspace/lib/posix/pwd.h (added)
	* uspace/lib/posix/signal.c (added)
	* uspace/lib/posix/signal.h (added)
	* uspace/lib/posix/stdbool.h (added)
	* uspace/lib/posix/stddef.h (moved)
	* uspace/lib/posix/stdint.h (added)
	* uspace/lib/posix/stdio.c (added)
	* uspace/lib/posix/stdio.h (added)
	* uspace/lib/posix/stdio/scanf.c (added)
	* uspace/lib/posix/stdlib.c (added)
	* uspace/lib/posix/stdlib.h (added)
	* uspace/lib/posix/stdlib/strtol.c (added)
	* uspace/lib/posix/stdlib/strtold.c (added)
	* uspace/lib/posix/string.c (added)
	* uspace/lib/posix/string.h (added)
	* uspace/lib/posix/strings.c (added)
	* uspace/lib/posix/strings.h (added)
	* uspace/lib/posix/sys/mman.h (added)
	* uspace/lib/posix/sys/stat.c (added)
	* uspace/lib/posix/sys/stat.h (added)
	* uspace/lib/posix/sys/types.h (added)
	* uspace/lib/posix/sys/wait.c (added)
	* uspace/lib/posix/sys/wait.h (moved)
	* uspace/lib/posix/time.c (added)
	* uspace/lib/posix/time.h (added)
	* uspace/lib/posix/unistd.c (added)
	* uspace/lib/posix/unistd.h (added)
	* uspace/lib/softfloat/arch/abs32le/include/functions.h (modified)
	* uspace/lib/softfloat/arch/amd64/include/functions.h (modified)
	* uspace/lib/softfloat/arch/arm32/include/functions.h (modified)
	* uspace/lib/softfloat/arch/ia32/include/functions.h (modified)
	* uspace/lib/softfloat/arch/ia64/include/functions.h (modified)
	* uspace/lib/softfloat/arch/mips32/include/functions.h (modified)
	* uspace/lib/softfloat/arch/mips32eb/include/functions.h (modified)
	* uspace/lib/softfloat/arch/mips64/include/functions.h (modified)
	* uspace/lib/softfloat/arch/ppc32/include/functions.h (modified)
	* uspace/lib/softfloat/arch/sparc64/include/functions.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/conversion.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/softint/generic/comparison.c (added)
	* uspace/lib/softint/generic/shift.c (added)
	* uspace/lib/softint/include/comparison.h (added)
	* uspace/lib/softint/include/lltype.h (added)
	* uspace/lib/softint/include/shift.h (added)
	* uspace/srv/hid/console/Makefile (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/console/console.h (modified)
	* uspace/srv/hid/console/gcons.c (deleted)
	* uspace/srv/hid/console/gfx/anim_1.tga (modified)
	* uspace/srv/hid/console/gfx/anim_2.tga (modified)
	* uspace/srv/hid/console/gfx/anim_3.tga (modified)
	* uspace/srv/hid/console/gfx/anim_4.tga (modified)
	* uspace/srv/hid/console/gfx/cons_data.tga (moved)
	* uspace/srv/hid/console/gfx/cons_dis.tga (added)
	* uspace/srv/hid/console/gfx/cons_dis_sel.tga (added)
	* uspace/srv/hid/console/gfx/cons_kernel.tga (modified)
	* uspace/srv/hid/console/gfx/cons_sel.tga (moved)
	* uspace/srv/hid/console/keybuffer.c (deleted)
	* uspace/srv/hid/fb/Makefile (modified)
	* uspace/srv/hid/fb/ctl/serial.c (added)
	* uspace/srv/hid/fb/ctl/serial.h (moved)
	* uspace/srv/hid/fb/ega.c (deleted)
	* uspace/srv/hid/fb/fb.c (modified)
	* uspace/srv/hid/fb/fb.h (modified)
	* uspace/srv/hid/fb/gfx/font-8x16.c (moved)
	* uspace/srv/hid/fb/gfx/font-8x16.h (moved)
	* uspace/srv/hid/fb/main.c (deleted)
	* uspace/srv/hid/fb/pointer.xbm (deleted)
	* uspace/srv/hid/fb/pointer_mask.xbm (deleted)
	* uspace/srv/hid/fb/port/ega.c (added)
	* uspace/srv/hid/fb/port/ega.h (moved)
	* uspace/srv/hid/fb/port/kchar.c (moved)
	* uspace/srv/hid/fb/port/kchar.h (moved)
	* uspace/srv/hid/fb/port/kfb.c (added)
	* uspace/srv/hid/fb/port/kfb.h (moved)
	* uspace/srv/hid/fb/port/niagara.c (moved)
	* uspace/srv/hid/fb/port/niagara.h (moved)
	* uspace/srv/hid/fb/port/ski.c (moved)
	* uspace/srv/hid/fb/port/ski.h (moved)
	* uspace/srv/hid/fb/proto/vt100.c (added)
	* uspace/srv/hid/fb/proto/vt100.h (added)
	* uspace/srv/hid/fb/serial_console.c (deleted)
	* uspace/srv/hid/input/generic/input.c (modified)
	* uspace/srv/hid/input/include/input.h (modified)
	* uspace/srv/hid/input/port/ns16550.c (modified)
	* uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified)
	* uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h (modified)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.h (modified)
	* uspace/srv/hw/char/i8042/i8042.c (modified)
	* uspace/srv/hw/char/i8042/i8042.h (modified)
	* uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified)
	* uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.h (modified)
	* uspace/srv/vfs/vfs_ops.c (modified)

	merge mainline changes


Fri, 09 Sep 2011 18:08:06 GMT Maurizio Lombardi <m.lombardi85@…> [980671e7]
	* uspace/srv/fs/mfs/mfs_rw.c (modified)

	Improve comments in mfs_rw.c


Fri, 09 Sep 2011 17:51:18 GMT Maurizio Lombardi <m.lombardi85@…> [77ec4d9]
	* uspace/srv/fs/mfs/mfs_inode.c (modified)

	Improve comments in mfs_inode.c


Fri, 09 Sep 2011 17:33:05 GMT Maurizio Lombardi <m.lombardi85@…> [5f509cc]
	* uspace/srv/fs/mfs/mfs.h (modified)
	* uspace/srv/fs/mfs/mfs_inode.c (modified)
	* uspace/srv/fs/mfs/mfs_ops.c (modified)

	Fix mfs_put_inode() function name.


Fri, 09 Sep 2011 17:18:06 GMT Martin Decky <martin@…> [5da7199]
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified)
	* uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified)
	* uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified)
	* uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/async_obsolete.c (deleted)
	* uspace/lib/c/generic/ns_obsolete.c (deleted)
	* uspace/lib/c/generic/private/async.h (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/async_obsolete.h (deleted)
	* uspace/lib/c/include/ns_obsolete.h (deleted)
	* uspace/srv/hid/input/generic/input.c (modified)
	* uspace/srv/hid/input/include/input.h (modified)
	* uspace/srv/hid/input/port/ns16550.c (modified)
	* uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified)
	* uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h (modified)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.h (modified)
	* uspace/srv/hw/char/i8042/i8042.c (modified)
	* uspace/srv/hw/char/i8042/i8042.h (modified)
	* uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified)
	* uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.h (modified)

	remove the obsolete async API


Fri, 09 Sep 2011 15:50:00 GMT Jakub Jermar <jakub@…> [c69646f8]
	* uspace/srv/vfs/vfs_ops.c (modified)

	Fix deadlock caused by a too early released exchange.


Fri, 09 Sep 2011 15:46:21 GMT Martin Decky <martin@…> [7c014d1]
	* uspace/Makefile (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/bdsh/cmds/modules/cat/cat.c (modified)
	* uspace/app/init/init.c (modified)
	* uspace/app/tester/console/console1.c (modified)
	* uspace/app/tetris/screen.c (modified)
	* uspace/app/trace/trace.c (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/generic/io/console.c (modified)
	* uspace/lib/c/generic/io/screenbuffer.c (deleted)
	* uspace/lib/c/include/io/color.h (modified)
	* uspace/lib/c/include/io/console.h (modified)
	* uspace/lib/c/include/io/screenbuffer.h (deleted)
	* uspace/lib/c/include/ipc/fb.h (deleted)
	* uspace/lib/c/include/ipc/services.h (modified)
	* uspace/lib/fb/Makefile (moved)
	* uspace/lib/fb/fb.c (added)
	* uspace/lib/fb/fb.h (added)
	* uspace/lib/fb/imgmap.c (added)
	* uspace/lib/fb/imgmap.h (added)
	* uspace/lib/fb/screenbuffer.c (added)
	* uspace/lib/fb/screenbuffer.h (added)
	* uspace/lib/imgmap/imgmap.c (deleted)
	* uspace/srv/hid/console/Makefile (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/console/console.h (modified)
	* uspace/srv/hid/console/gcons.c (deleted)
	* uspace/srv/hid/console/gfx/anim_1.tga (modified)
	* uspace/srv/hid/console/gfx/anim_2.tga (modified)
	* uspace/srv/hid/console/gfx/anim_3.tga (modified)
	* uspace/srv/hid/console/gfx/anim_4.tga (modified)
	* uspace/srv/hid/console/gfx/cons_data.tga (moved)
	* uspace/srv/hid/console/gfx/cons_dis.tga (added)
	* uspace/srv/hid/console/gfx/cons_dis_sel.tga (added)
	* uspace/srv/hid/console/gfx/cons_kernel.tga (modified)
	* uspace/srv/hid/console/gfx/cons_sel.tga (moved)
	* uspace/srv/hid/console/keybuffer.c (deleted)
	* uspace/srv/hid/console/keybuffer.h (deleted)
	* uspace/srv/hid/fb/Makefile (modified)
	* uspace/srv/hid/fb/ctl/serial.c (added)
	* uspace/srv/hid/fb/ctl/serial.h (moved)
	* uspace/srv/hid/fb/ega.c (deleted)
	* uspace/srv/hid/fb/fb.c (modified)
	* uspace/srv/hid/fb/fb.h (modified)
	* uspace/srv/hid/fb/gfx/font-8x16.c (moved)
	* uspace/srv/hid/fb/gfx/font-8x16.h (moved)
	* uspace/srv/hid/fb/main.c (deleted)
	* uspace/srv/hid/fb/pointer.xbm (deleted)
	* uspace/srv/hid/fb/pointer_mask.xbm (deleted)
	* uspace/srv/hid/fb/port/ega.c (added)
	* uspace/srv/hid/fb/port/ega.h (moved)
	* uspace/srv/hid/fb/port/kchar.c (moved)
	* uspace/srv/hid/fb/port/kchar.h (moved)
	* uspace/srv/hid/fb/port/kfb.c (added)
	* uspace/srv/hid/fb/port/kfb.h (moved)
	* uspace/srv/hid/fb/port/niagara.c (moved)
	* uspace/srv/hid/fb/port/niagara.h (moved)
	* uspace/srv/hid/fb/port/ski.c (moved)
	* uspace/srv/hid/fb/port/ski.h (moved)
	* uspace/srv/hid/fb/proto/vt100.c (added)
	* uspace/srv/hid/fb/proto/vt100.h (moved)
	* uspace/srv/hid/fb/serial_console.c (deleted)
	* uspace/srv/hid/fb/serial_console.h (deleted)

	console and framebuffer server rewrite


Fri, 09 Sep 2011 15:06:40 GMT Martin Decky <martin@…> [14a60e3]
	* kernel/generic/include/adt/list.h (modified)
	* kernel/generic/src/adt/list.c (modified)

	port uspace list improvements to kernel


Fri, 09 Sep 2011 15:05:00 GMT Martin Decky <martin@…> [359f429]
	* uspace/lib/c/include/adt/list.h (modified)

	make list_remove() more robust


Fri, 09 Sep 2011 15:03:03 GMT Martin Decky <martin@…> [bfbdfee]
	* uspace/lib/c/generic/adt/list.c (modified)

	fix obsolete comment


Fri, 09 Sep 2011 14:54:49 GMT Martin Decky <martin@…> [8fb1103e]
	* uspace/app/pcc/cc/cpp/config.h (modified)

	fix dangling symlink
	(use proper relative path)


Thu, 08 Sep 2011 21:08:20 GMT Jakub Jermar <jakub@…> [713ea96a]
	* uspace/app/bdsh/cmds/modules/rm/rm.c (modified)

	Add missing closedir().


Thu, 08 Sep 2011 19:50:46 GMT Jakub Jermar <jakub@…> [9ea7d90]
	* uspace/lib/c/generic/vfs/vfs.c (modified)

	VFS_IN_UNLINK needs to be passed lflags.


Thu, 08 Sep 2011 19:17:27 GMT Maurizio Lombardi <m.lombardi85@…> [f7d6b30]
	* uspace/srv/fs/mfs/mfs_dentry.c (modified)

	Fix a bug that will corrupt the directory entry when creating ...


Thu, 08 Sep 2011 14:29:24 GMT Martin Decky <martin@…> [2aeec8ef]
	* uspace/app/tetris/shapes.c (modified)

	instead of our funky colors use colors more similar to the original ...


Wed, 07 Sep 2011 22:19:24 GMT Jakub Jermar <jakub@…> [888207c9]
	* HelenOS.config (modified)
	* Makefile (modified)
	* boot/Makefile (modified)
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/bdsh/Makefile (modified)
	* uspace/app/bdsh/cmds/builtins/batch/batch.c (added)
	* uspace/app/bdsh/cmds/builtins/batch/batch.h (added)
	* uspace/app/bdsh/cmds/builtins/batch/batch_def.h (added)
	* uspace/app/bdsh/cmds/builtins/batch/entry.h (added)
	* uspace/app/bdsh/cmds/builtins/builtins.h (modified)
	* uspace/app/bdsh/exec.c (modified)
	* uspace/app/bdsh/input.c (modified)
	* uspace/app/binutils/Makefile (added)
	* uspace/app/binutils/distclean.sh (added)
	* uspace/app/binutils/intrusive.sh (added)
	* uspace/app/binutils/patch.awk (added)
	* uspace/app/binutils/toolchain.sh (added)
	* uspace/app/cc (added)
	* uspace/app/ccom (added)
	* uspace/app/cpp (added)
	* uspace/app/pcc/DATESTAMP (added)
	* uspace/app/pcc/Makefile.in (added)
	* uspace/app/pcc/arch/amd64/code.c (added)
	* uspace/app/pcc/arch/amd64/local.c (added)
	* uspace/app/pcc/arch/amd64/local2.c (added)
	* uspace/app/pcc/arch/amd64/macdefs.h (added)
	* uspace/app/pcc/arch/amd64/order.c (added)
	* uspace/app/pcc/arch/amd64/table.c (added)
	* uspace/app/pcc/arch/arm/code.c (added)
	* uspace/app/pcc/arch/arm/local.c (added)
	* uspace/app/pcc/arch/arm/local2.c (added)
	* uspace/app/pcc/arch/arm/macdefs.h (added)
	* uspace/app/pcc/arch/arm/order.c (added)
	* uspace/app/pcc/arch/arm/table.c (added)
	* uspace/app/pcc/arch/arm32 (added)
	* uspace/app/pcc/arch/hppa/code.c (added)
	* uspace/app/pcc/arch/hppa/local.c (added)
	* uspace/app/pcc/arch/hppa/local2.c (added)
	* uspace/app/pcc/arch/hppa/macdefs.h (added)
	* uspace/app/pcc/arch/hppa/order.c (added)
	* uspace/app/pcc/arch/hppa/table.c (added)
	* uspace/app/pcc/arch/i386/code.c (added)
	* uspace/app/pcc/arch/i386/flocal.c (added)
	* uspace/app/pcc/arch/i386/local.c (added)
	* uspace/app/pcc/arch/i386/local2.c (added)
	* uspace/app/pcc/arch/i386/macdefs.h (added)
	* uspace/app/pcc/arch/i386/order.c (added)
	* uspace/app/pcc/arch/i386/table.c (added)
	* uspace/app/pcc/arch/ia32 (added)
	* uspace/app/pcc/arch/m16c/TODO (added)
	* uspace/app/pcc/arch/m16c/code.c (added)
	* uspace/app/pcc/arch/m16c/local.c (added)
	* uspace/app/pcc/arch/m16c/local2.c (added)
	* uspace/app/pcc/arch/m16c/macdefs.h (added)
	* uspace/app/pcc/arch/m16c/order.c (added)
	* uspace/app/pcc/arch/m16c/table.c (added)
	* uspace/app/pcc/arch/mips/TODO (added)
	* uspace/app/pcc/arch/mips/code.c (added)
	* uspace/app/pcc/arch/mips/local.c (added)
	* uspace/app/pcc/arch/mips/local2.c (added)
	* uspace/app/pcc/arch/mips/macdefs.h (added)
	* uspace/app/pcc/arch/mips/order.c (added)
	* uspace/app/pcc/arch/mips/table.c (added)
	* uspace/app/pcc/arch/mips32 (added)
	* uspace/app/pcc/arch/nova/README (added)
	* uspace/app/pcc/arch/nova/code.c (added)
	* uspace/app/pcc/arch/nova/local.c (added)
	* uspace/app/pcc/arch/nova/local2.c (added)
	* uspace/app/pcc/arch/nova/macdefs.h (added)
	* uspace/app/pcc/arch/nova/order.c (added)
	* uspace/app/pcc/arch/nova/table.c (added)
	* uspace/app/pcc/arch/pdp10/README (added)
	* uspace/app/pcc/arch/pdp10/code.c (added)
	* uspace/app/pcc/arch/pdp10/local.c (added)
	* uspace/app/pcc/arch/pdp10/local2.c (added)
	* uspace/app/pcc/arch/pdp10/macdefs.h (added)
	* uspace/app/pcc/arch/pdp10/order.c (added)
	* uspace/app/pcc/arch/pdp10/table.c (added)
	* uspace/app/pcc/arch/pdp11/code.c (added)
	* uspace/app/pcc/arch/pdp11/local.c (added)
	* uspace/app/pcc/arch/pdp11/local2.c (added)
	* uspace/app/pcc/arch/pdp11/macdefs.h (added)
	* uspace/app/pcc/arch/pdp11/order.c (added)
	* uspace/app/pcc/arch/pdp11/table.c (added)
	* uspace/app/pcc/arch/powerpc/README (added)
	* uspace/app/pcc/arch/powerpc/code.c (added)
	* uspace/app/pcc/arch/powerpc/local.c (added)
	* uspace/app/pcc/arch/powerpc/local2.c (added)
	* uspace/app/pcc/arch/powerpc/macdefs.h (added)
	* uspace/app/pcc/arch/powerpc/order.c (added)
	* uspace/app/pcc/arch/powerpc/table.c (added)
	* uspace/app/pcc/arch/ppc32 (added)
	* uspace/app/pcc/arch/sparc64/code.c (added)
	* uspace/app/pcc/arch/sparc64/local.c (added)
	* uspace/app/pcc/arch/sparc64/local2.c (added)
	* uspace/app/pcc/arch/sparc64/macdefs.h (added)
	* uspace/app/pcc/arch/sparc64/order.c (added)
	* uspace/app/pcc/arch/sparc64/table.c (added)
	* uspace/app/pcc/arch/vax/code.c (added)
	* uspace/app/pcc/arch/vax/local.c (added)
	* uspace/app/pcc/arch/vax/local2.c (added)
	* uspace/app/pcc/arch/vax/macdefs.h (added)
	* uspace/app/pcc/arch/vax/order.c (added)
	* uspace/app/pcc/arch/vax/table.c (added)
	* uspace/app/pcc/cc/Makefile.in (added)
	* uspace/app/pcc/cc/cc/Makefile (added)
	* uspace/app/pcc/cc/cc/Makefile.in (added)
	* uspace/app/pcc/cc/cc/cc.1 (added)
	* uspace/app/pcc/cc/cc/cc.c (added)
	* uspace/app/pcc/cc/ccom/Makefile (added)
	* uspace/app/pcc/cc/ccom/Makefile.in (added)
	* uspace/app/pcc/cc/ccom/arch/amd64/external.c (added)
	* uspace/app/pcc/cc/ccom/arch/amd64/external.h (added)
	* uspace/app/pcc/cc/ccom/arch/arm32/external.c (added)
	* uspace/app/pcc/cc/ccom/arch/arm32/external.h (added)
	* uspace/app/pcc/cc/ccom/arch/ia32/external.c (added)
	* uspace/app/pcc/cc/ccom/arch/ia32/external.h (added)
	* uspace/app/pcc/cc/ccom/arch/mips32/external.c (added)
	* uspace/app/pcc/cc/ccom/arch/mips32/external.h (added)
	* uspace/app/pcc/cc/ccom/arch/ppc32/external.c (added)
	* uspace/app/pcc/cc/ccom/arch/ppc32/external.h (added)
	* uspace/app/pcc/cc/ccom/builtins.c (added)
	* uspace/app/pcc/cc/ccom/ccom.1 (added)
	* uspace/app/pcc/cc/ccom/cgram.y (added)
	* uspace/app/pcc/cc/ccom/gcc_compat.c (added)
	* uspace/app/pcc/cc/ccom/init.c (added)
	* uspace/app/pcc/cc/ccom/inline.c (added)
	* uspace/app/pcc/cc/ccom/main.c (added)
	* uspace/app/pcc/cc/ccom/mkext/Makefile (added)
	* uspace/app/pcc/cc/ccom/optim.c (added)
	* uspace/app/pcc/cc/ccom/pass1.h (added)
	* uspace/app/pcc/cc/ccom/pftn.c (added)
	* uspace/app/pcc/cc/ccom/scan.l (added)
	* uspace/app/pcc/cc/ccom/softfloat.c (added)
	* uspace/app/pcc/cc/ccom/stabs.c (added)
	* uspace/app/pcc/cc/ccom/symtabs.c (added)
	* uspace/app/pcc/cc/ccom/trees.c (added)
	* uspace/app/pcc/cc/cpp/Makefile (added)
	* uspace/app/pcc/cc/cpp/Makefile.in (added)
	* uspace/app/pcc/cc/cpp/config.h (added)
	* uspace/app/pcc/cc/cpp/cpp.1 (added)
	* uspace/app/pcc/cc/cpp/cpp.c (added)
	* uspace/app/pcc/cc/cpp/cpp.h (added)
	* uspace/app/pcc/cc/cpp/cpy.y (added)
	* uspace/app/pcc/cc/cpp/scanner.l (added)
	* uspace/app/pcc/cc/cpp/tests/res1 (added)
	* uspace/app/pcc/cc/cpp/tests/res10 (added)
	* uspace/app/pcc/cc/cpp/tests/res11 (added)
	* uspace/app/pcc/cc/cpp/tests/res12 (added)
	* uspace/app/pcc/cc/cpp/tests/res13 (added)
	* uspace/app/pcc/cc/cpp/tests/res2 (added)
	* uspace/app/pcc/cc/cpp/tests/res3 (added)
	* uspace/app/pcc/cc/cpp/tests/res4 (added)
	* uspace/app/pcc/cc/cpp/tests/res5 (added)
	* uspace/app/pcc/cc/cpp/tests/res6 (added)
	* uspace/app/pcc/cc/cpp/tests/res7 (added)
	* uspace/app/pcc/cc/cpp/tests/res8 (added)
	* uspace/app/pcc/cc/cpp/tests/res9 (added)
	* uspace/app/pcc/cc/cpp/tests/test1 (added)
	* uspace/app/pcc/cc/cpp/tests/test10 (added)
	* uspace/app/pcc/cc/cpp/tests/test11 (added)
	* uspace/app/pcc/cc/cpp/tests/test12 (added)
	* uspace/app/pcc/cc/cpp/tests/test13 (added)
	* uspace/app/pcc/cc/cpp/tests/test2 (added)
	* uspace/app/pcc/cc/cpp/tests/test3 (added)
	* uspace/app/pcc/cc/cpp/tests/test4 (added)
	* uspace/app/pcc/cc/cpp/tests/test5 (added)
	* uspace/app/pcc/cc/cpp/tests/test6 (added)
	* uspace/app/pcc/cc/cpp/tests/test7 (added)
	* uspace/app/pcc/cc/cpp/tests/test8 (added)
	* uspace/app/pcc/cc/cpp/tests/test9 (added)
	* uspace/app/pcc/cc/cpp/token.c (added)
	* uspace/app/pcc/config.guess (added)
	* uspace/app/pcc/config.h (added)
	* uspace/app/pcc/config.h.in (added)
	* uspace/app/pcc/config.sub (added)
	* uspace/app/pcc/configure (added)
	* uspace/app/pcc/configure.ac (added)
	* uspace/app/pcc/f77/Makefile.in (added)
	* uspace/app/pcc/f77/f77/Makefile.in (added)
	* uspace/app/pcc/f77/f77/f77.1 (added)
	* uspace/app/pcc/f77/f77/f77.c (added)
	* uspace/app/pcc/f77/fcom/Makefile.in (added)
	* uspace/app/pcc/f77/fcom/data.c (added)
	* uspace/app/pcc/f77/fcom/defines.h (added)
	* uspace/app/pcc/f77/fcom/defs.h (added)
	* uspace/app/pcc/f77/fcom/equiv.c (added)
	* uspace/app/pcc/f77/fcom/error.c (added)
	* uspace/app/pcc/f77/fcom/exec.c (added)
	* uspace/app/pcc/f77/fcom/expr.c (added)
	* uspace/app/pcc/f77/fcom/ftypes.h (added)
	* uspace/app/pcc/f77/fcom/gram.dcl (added)
	* uspace/app/pcc/f77/fcom/gram.exec (added)
	* uspace/app/pcc/f77/fcom/gram.expr (added)
	* uspace/app/pcc/f77/fcom/gram.head (added)
	* uspace/app/pcc/f77/fcom/gram.io (added)
	* uspace/app/pcc/f77/fcom/init.c (added)
	* uspace/app/pcc/f77/fcom/intr.c (added)
	* uspace/app/pcc/f77/fcom/io.c (added)
	* uspace/app/pcc/f77/fcom/lex.c (added)
	* uspace/app/pcc/f77/fcom/main.c (added)
	* uspace/app/pcc/f77/fcom/misc.c (added)
	* uspace/app/pcc/f77/fcom/proc.c (added)
	* uspace/app/pcc/f77/fcom/put.c (added)
	* uspace/app/pcc/f77/fcom/putscj.c (added)
	* uspace/app/pcc/f77/fcom/scjdefs.h (added)
	* uspace/app/pcc/f77/fcom/tokens (added)
	* uspace/app/pcc/install-sh (added)
	* uspace/app/pcc/mip/common.c (added)
	* uspace/app/pcc/mip/compat.c (added)
	* uspace/app/pcc/mip/compat.h (added)
	* uspace/app/pcc/mip/config.h (added)
	* uspace/app/pcc/mip/manifest.h (added)
	* uspace/app/pcc/mip/match.c (added)
	* uspace/app/pcc/mip/mkext.c (added)
	* uspace/app/pcc/mip/node.h (added)
	* uspace/app/pcc/mip/optim2.c (added)
	* uspace/app/pcc/mip/pass2.h (added)
	* uspace/app/pcc/mip/reader.c (added)
	* uspace/app/pcc/mip/regs.c (added)
	* uspace/app/pcc/os/bsd/ccconfig.h (added)
	* uspace/app/pcc/os/darwin/ccconfig.h (added)
	* uspace/app/pcc/os/dragonfly/ccconfig.h (added)
	* uspace/app/pcc/os/freebsd/ccconfig.h (added)
	* uspace/app/pcc/os/helenos/ccconfig.h (added)
	* uspace/app/pcc/os/linux/ccconfig.h (added)
	* uspace/app/pcc/os/midnightbsd/ccconfig.h (added)
	* uspace/app/pcc/os/mirbsd/ccconfig.h (added)
	* uspace/app/pcc/os/netbsd/ccconfig.h (added)
	* uspace/app/pcc/os/nextstep/ccconfig.h (added)
	* uspace/app/pcc/os/none/ccconfig.h (added)
	* uspace/app/pcc/os/openbsd/ccconfig.h (added)
	* uspace/app/pcc/os/openbsd/f77config.h (added)
	* uspace/app/pcc/os/sunos/ccconfig.h (added)
	* uspace/app/pcc/os/win32/build.bat (added)
	* uspace/app/pcc/os/win32/build_installer.bat (added)
	* uspace/app/pcc/os/win32/ccconfig.h (added)
	* uspace/app/pcc/os/win32/config.h (added)
	* uspace/app/pcc/os/win32/pcc.iss (added)
	* uspace/app/tetris/tetris.c (modified)
	* uspace/dist/src/c/demos/edit/build (added)
	* uspace/dist/src/c/demos/edit/clean (added)
	* uspace/dist/src/c/demos/edit/edit.c (added)
	* uspace/dist/src/c/demos/edit/sheet.c (added)
	* uspace/dist/src/c/demos/edit/sheet.h (added)
	* uspace/dist/src/c/demos/hello/build (added)
	* uspace/dist/src/c/demos/hello/clean (added)
	* uspace/dist/src/c/demos/hello/hello.c (added)
	* uspace/dist/src/c/demos/tetris/build (added)
	* uspace/dist/src/c/demos/tetris/clean (added)
	* uspace/dist/src/c/demos/tetris/scores.c (added)
	* uspace/dist/src/c/demos/tetris/scores.h (added)
	* uspace/dist/src/c/demos/tetris/screen.c (added)
	* uspace/dist/src/c/demos/tetris/screen.h (added)
	* uspace/dist/src/c/demos/tetris/shapes.c (added)
	* uspace/dist/src/c/demos/tetris/tetris.c (added)
	* uspace/dist/src/c/demos/tetris/tetris.h (added)
	* uspace/dist/src/c/demos/top/build (added)
	* uspace/dist/src/c/demos/top/clean (added)
	* uspace/dist/src/c/demos/top/screen.c (added)
	* uspace/dist/src/c/demos/top/screen.h (added)
	* uspace/dist/src/c/demos/top/top.c (added)
	* uspace/dist/src/c/demos/top/top.h (added)
	* uspace/lib/c/arch/abs32le/include/types.h (modified)
	* uspace/lib/c/arch/amd64/include/atomic.h (modified)
	* uspace/lib/c/arch/amd64/include/types.h (modified)
	* uspace/lib/c/arch/arm32/include/types.h (modified)
	* uspace/lib/c/arch/ia32/include/atomic.h (modified)
	* uspace/lib/c/arch/ia32/include/types.h (modified)
	* uspace/lib/c/arch/ia64/include/types.h (modified)
	* uspace/lib/c/arch/mips32/include/types.h (modified)
	* uspace/lib/c/arch/mips64/include/types.h (modified)
	* uspace/lib/c/arch/ppc32/include/types.h (modified)
	* uspace/lib/c/arch/sparc64/include/types.h (modified)
	* uspace/lib/posix/Makefile (added)
	* uspace/lib/posix/assert.h (added)
	* uspace/lib/posix/ctype.c (added)
	* uspace/lib/posix/ctype.h (added)
	* uspace/lib/posix/errno.c (added)
	* uspace/lib/posix/errno.h (added)
	* uspace/lib/posix/fcntl.c (added)
	* uspace/lib/posix/fcntl.h (added)
	* uspace/lib/posix/float.h (added)
	* uspace/lib/posix/fnmatch.c (added)
	* uspace/lib/posix/fnmatch.h (added)
	* uspace/lib/posix/internal/common.h (added)
	* uspace/lib/posix/inttypes.h (added)
	* uspace/lib/posix/iso646.h (added)
	* uspace/lib/posix/limits.h (added)
	* uspace/lib/posix/locale.c (added)
	* uspace/lib/posix/locale.h (added)
	* uspace/lib/posix/math.c (added)
	* uspace/lib/posix/math.h (added)
	* uspace/lib/posix/pwd.c (added)
	* uspace/lib/posix/pwd.h (added)
	* uspace/lib/posix/signal.c (added)
	* uspace/lib/posix/signal.h (added)
	* uspace/lib/posix/stdbool.h (added)
	* uspace/lib/posix/stddef.h (added)
	* uspace/lib/posix/stdint.h (added)
	* uspace/lib/posix/stdio.c (added)
	* uspace/lib/posix/stdio.h (added)
	* uspace/lib/posix/stdio/scanf.c (added)
	* uspace/lib/posix/stdlib.c (added)
	* uspace/lib/posix/stdlib.h (added)
	* uspace/lib/posix/stdlib/strtol.c (added)
	* uspace/lib/posix/stdlib/strtold.c (added)
	* uspace/lib/posix/string.c (added)
	* uspace/lib/posix/string.h (added)
	* uspace/lib/posix/strings.c (added)
	* uspace/lib/posix/strings.h (added)
	* uspace/lib/posix/sys/mman.h (added)
	* uspace/lib/posix/sys/stat.c (added)
	* uspace/lib/posix/sys/stat.h (added)
	* uspace/lib/posix/sys/types.h (added)
	* uspace/lib/posix/sys/wait.c (added)
	* uspace/lib/posix/sys/wait.h (added)
	* uspace/lib/posix/time.c (added)
	* uspace/lib/posix/time.h (added)
	* uspace/lib/posix/unistd.c (added)
	* uspace/lib/posix/unistd.h (added)
	* uspace/lib/softfloat/arch/abs32le/include/functions.h (modified)
	* uspace/lib/softfloat/arch/amd64/include/functions.h (modified)
	* uspace/lib/softfloat/arch/arm32/include/functions.h (modified)
	* uspace/lib/softfloat/arch/ia32/include/functions.h (modified)
	* uspace/lib/softfloat/arch/ia64/include/functions.h (modified)
	* uspace/lib/softfloat/arch/mips32/include/functions.h (modified)
	* uspace/lib/softfloat/arch/mips32eb/include/functions.h (modified)
	* uspace/lib/softfloat/arch/mips64/include/functions.h (modified)
	* uspace/lib/softfloat/arch/ppc32/include/functions.h (modified)
	* uspace/lib/softfloat/arch/sparc64/include/functions.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/conversion.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/softint/generic/comparison.c (added)
	* uspace/lib/softint/generic/shift.c (added)
	* uspace/lib/softint/include/comparison.h (added)
	* uspace/lib/softint/include/lltype.h (added)
	* uspace/lib/softint/include/shift.h (added)

	Merge from lp:~helenos-posix/helenos/devel.

	* Petr Koupy's port of ...


Wed, 07 Sep 2011 14:09:07 GMT Jan Vesely <jano.vesely@…> [5ec492b]
	* uspace/drv/bus/usb/ohci/hc.c (modified)
	* uspace/drv/bus/usb/ohci/ohci.c (modified)

	ohci: Fix error paths


Wed, 07 Sep 2011 13:26:48 GMT Jan Vesely <jano.vesely@…> [d394f1b8]
	* uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified)
	* uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified)
	* uspace/drv/bus/usb/ohci/utils/malloc32.h (modified)
	* uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified)
	* uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified)

	uhci,ohci: Add some const qualifiers because there is no reason not
	to


Wed, 07 Sep 2011 11:38:57 GMT Jan Vesely <jano.vesely@…> [933b0d7]
	* uspace/drv/bus/usb/ohci/hc.c (modified)
	* uspace/drv/bus/usb/uhci/hc.c (modified)
	* uspace/drv/bus/usb/vhc/main.c (modified)
	* uspace/lib/usbhost/include/usb/host/hcd.h (modified)
	* uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified)
	* uspace/lib/usbhost/src/usb_endpoint_manager.c (modified)

	USB: make bandwidth count function changeable


Wed, 07 Sep 2011 10:20:11 GMT Jan Vesely <jano.vesely@…> [7099861]
	* uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified)
	* uspace/lib/usbhost/src/usb_endpoint_manager.c (modified)

	libusbhost: remove unused cond. variable


Wed, 07 Sep 2011 10:17:00 GMT Jan Vesely <jano.vesely@…> [563d9d0a]
	* uspace/lib/usb/include/usb/usb.h (modified)
	* uspace/lib/usbhost/src/endpoint.c (modified)
	* uspace/lib/usbhost/src/usb_endpoint_manager.c (modified)

	libusbhost: minor cleanup and fixes


Wed, 07 Sep 2011 00:12:22 GMT Petr Koupy <petr.koupy@…> [5081276]
	* uspace/app/binutils/Makefile (modified)
	* uspace/app/binutils/intrusive.sh (modified)
	* uspace/app/binutils/toolchain.sh (modified)

	Merge binutils changes.


Wed, 07 Sep 2011 00:03:26 GMT Petr Koupy <petr.koupy@…> [c05642d]
	* abi/include/bool.h (added)
	* abi/include/proc/task.h (added)
	* abi/include/proc/thread.h (added)
	* abi/include/syscall.h (modified)
	* abi/include/sysinfo.h (modified)
	* boot/Makefile.common (modified)
	* boot/generic/src/printf_core.c (modified)
	* kernel/generic/include/ipc/ipc.h (modified)
	* kernel/generic/include/sysinfo/sysinfo.h (modified)
	* kernel/generic/include/typedefs.h (modified)
	* kernel/generic/src/mm/slab.c (modified)
	* kernel/generic/src/printf/printf_core.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* kernel/generic/src/sysinfo/sysinfo.c (modified)
	* kernel/test/print/print2.c (modified)
	* tools/toolchain.sh (modified)
	* uspace/Makefile (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/devctl/devctl.c (modified)
	* uspace/app/mkfat/fat.h (modified)
	* uspace/app/mkfat/mkfat.c (modified)
	* uspace/app/mkmfs/Makefile (added)
	* uspace/app/mkmfs/mkmfs.c (added)
	* uspace/app/sysinfo/sysinfo.c (modified)
	* uspace/app/tester/print/print2.c (modified)
	* uspace/app/trace/syscalls.c (modified)
	* uspace/drv/bus/isa/isa.c (modified)
	* uspace/drv/bus/pci/pciintel/pci.c (modified)
	* uspace/drv/bus/usb/uhci/uhci.c (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified)
	* uspace/drv/bus/usb/usbhid/main.c (modified)
	* uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified)
	* uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified)
	* uspace/drv/bus/usb/usbhid/usbhid.c (modified)
	* uspace/drv/bus/usb/usbhid/usbhid.h (modified)
	* uspace/drv/bus/usb/usbmast/main.c (modified)
	* uspace/drv/char/ns8250/ns8250.c (modified)
	* uspace/drv/infrastructure/root/root.c (modified)
	* uspace/drv/infrastructure/rootvirt/rootvirt.c (modified)
	* uspace/drv/test/test1/test1.c (modified)
	* uspace/drv/test/test2/test2.c (modified)
	* uspace/drv/test/test3/test3.c (modified)
	* uspace/lib/block/libblock.c (modified)
	* uspace/lib/block/libblock.h (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/io/printf_core.c (modified)
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/generic/sysinfo.c (modified)
	* uspace/lib/c/include/bool.h (modified)
	* uspace/lib/c/include/devman.h (modified)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/c/include/ipc/bd.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/c/include/str.h (modified)
	* uspace/lib/c/include/sysinfo.h (modified)
	* uspace/lib/c/include/task.h (modified)
	* uspace/lib/c/include/thread.h (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/include/ddf/driver.h (modified)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/fs/libfs.h (modified)
	* uspace/lib/minix/minix.h (added)
	* uspace/srv/bd/ata_bd/ata_bd.c (modified)
	* uspace/srv/bd/ata_bd/ata_hw.h (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/fs/cdfs/Makefile (added)
	* uspace/srv/fs/cdfs/cdfs.c (added)
	* uspace/srv/fs/cdfs/cdfs.h (added)
	* uspace/srv/fs/cdfs/cdfs_endian.h (added)
	* uspace/srv/fs/cdfs/cdfs_ops.c (added)
	* uspace/srv/fs/cdfs/cdfs_ops.h (added)
	* uspace/srv/fs/exfat/Makefile (added)
	* uspace/srv/fs/exfat/exfat.c (added)
	* uspace/srv/fs/exfat/exfat.h (added)
	* uspace/srv/fs/exfat/exfat_bitmap.c (added)
	* uspace/srv/fs/exfat/exfat_bitmap.h (added)
	* uspace/srv/fs/exfat/exfat_dentry.c (added)
	* uspace/srv/fs/exfat/exfat_dentry.h (added)
	* uspace/srv/fs/exfat/exfat_directory.c (added)
	* uspace/srv/fs/exfat/exfat_directory.h (added)
	* uspace/srv/fs/exfat/exfat_fat.c (added)
	* uspace/srv/fs/exfat/exfat_fat.h (added)
	* uspace/srv/fs/exfat/exfat_idx.c (added)
	* uspace/srv/fs/exfat/exfat_ops.c (added)
	* uspace/srv/fs/ext2fs/ext2fs_ops.c (modified)
	* uspace/srv/fs/fat/Makefile (modified)
	* uspace/srv/fs/fat/fat.c (modified)
	* uspace/srv/fs/fat/fat.h (modified)
	* uspace/srv/fs/fat/fat_dentry.c (modified)
	* uspace/srv/fs/fat/fat_dentry.h (modified)
	* uspace/srv/fs/fat/fat_directory.c (added)
	* uspace/srv/fs/fat/fat_directory.h (added)
	* uspace/srv/fs/fat/fat_fat.c (modified)
	* uspace/srv/fs/fat/fat_fat.h (modified)
	* uspace/srv/fs/fat/fat_idx.c (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)
	* uspace/srv/fs/locfs/locfs_ops.c (modified)
	* uspace/srv/fs/mfs/Makefile (added)
	* uspace/srv/fs/mfs/mfs.c (added)
	* uspace/srv/fs/mfs/mfs.h (added)
	* uspace/srv/fs/mfs/mfs_balloc.c (added)
	* uspace/srv/fs/mfs/mfs_dentry.c (added)
	* uspace/srv/fs/mfs/mfs_inode.c (added)
	* uspace/srv/fs/mfs/mfs_ops.c (added)
	* uspace/srv/fs/mfs/mfs_rw.c (added)
	* uspace/srv/fs/mfs/mfs_utils.c (added)
	* uspace/srv/fs/tmpfs/tmpfs_ops.c (modified)
	* uspace/srv/loc/loc.c (modified)

	Merge mainline changes.


Wed, 07 Sep 2011 00:02:08 GMT Petr Koupy <petr.koupy@…> [8afa52c]
	* uspace/app/binutils/Makefile (modified)
	* uspace/app/binutils/toolchain.sh (modified)

	Port upgraded to version 2.21.1. Added mirror fallback for download.


Tue, 06 Sep 2011 23:56:13 GMT Petr Koupy <petr.koupy@…> [ac7c7e36]
	* uspace/app/binutils/intrusive.sh (modified)

	Corrected documentation typo.


Tue, 06 Sep 2011 23:34:35 GMT Jakub Jermar <jakub@…> [038b289]
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/app/mkmfs/Makefile (moved)
	* uspace/app/mkmfs/mkmfs.c (moved)
	* uspace/srv/fs/mfs/Makefile (moved)
	* uspace/srv/fs/mfs/mfs.c (moved)
	* uspace/srv/fs/mfs/mfs.h (moved)
	* uspace/srv/fs/mfs/mfs_balloc.c (moved)
	* uspace/srv/fs/mfs/mfs_dentry.c (moved)
	* uspace/srv/fs/mfs/mfs_inode.c (moved)
	* uspace/srv/fs/mfs/mfs_ops.c (moved)
	* uspace/srv/fs/mfs/mfs_rw.c (moved)
	* uspace/srv/fs/mfs/mfs_utils.c (moved)

	Merge MFS improvements from lp:mfs.


Tue, 06 Sep 2011 20:03:31 GMT Maurizio Lombardi <m.lombardi85@…> [fb7e5a9a]
	* boot/Makefile.common (modified)
	* tools/toolchain.sh (modified)
	* uspace/Makefile (modified)
	* uspace/app/mkmfs/mkmfs.c (modified)
	* uspace/drv/test/test1/test1.c (modified)
	* uspace/drv/test/test2/test2.c (modified)
	* uspace/lib/block/libblock.c (modified)
	* uspace/lib/block/libblock.h (modified)
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/c/include/str.h (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/include/ddf/driver.h (modified)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/fs/libfs.h (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/fs/cdfs/Makefile (added)
	* uspace/srv/fs/cdfs/cdfs.c (added)
	* uspace/srv/fs/cdfs/cdfs.h (added)
	* uspace/srv/fs/cdfs/cdfs_endian.h (added)
	* uspace/srv/fs/cdfs/cdfs_ops.c (added)
	* uspace/srv/fs/cdfs/cdfs_ops.h (added)
	* uspace/srv/fs/exfat/exfat_ops.c (modified)
	* uspace/srv/fs/ext2fs/ext2fs_ops.c (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)
	* uspace/srv/fs/locfs/locfs_ops.c (modified)
	* uspace/srv/fs/mfs/mfs_ops.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs_ops.c (modified)
	* uspace/srv/loc/loc.c (modified)

	merge mainline changes


Tue, 06 Sep 2011 20:00:07 GMT Maurizio Lombardi <m.lombardi85@…> [7a46bfe]
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/app/mkmfs/Makefile (moved)
	* uspace/app/mkmfs/mkmfs.c (moved)
	* uspace/srv/fs/mfs/Makefile (moved)
	* uspace/srv/fs/mfs/mfs.c (moved)
	* uspace/srv/fs/mfs/mfs.h (moved)
	* uspace/srv/fs/mfs/mfs_balloc.c (moved)
	* uspace/srv/fs/mfs/mfs_dentry.c (moved)
	* uspace/srv/fs/mfs/mfs_inode.c (moved)
	* uspace/srv/fs/mfs/mfs_ops.c (moved)
	* uspace/srv/fs/mfs/mfs_rw.c (moved)
	* uspace/srv/fs/mfs/mfs_utils.c (moved)

	Rename mkminix --> mkmfs
	Rename the directory minixfs --> mfs


Tue, 06 Sep 2011 19:47:51 GMT Maurizio Lombardi <m.lombardi85@…> [9a0be34]
	* uspace/srv/fs/minixfs/mfs_rw.c (modified)

	mfs minor fixes:

	- remove old asserts
	- do not allow to write ...


Tue, 06 Sep 2011 19:27:49 GMT Maurizio Lombardi <m.lombardi85@…> [5e0427e8]
	* uspace/srv/fs/minixfs/mfs_rw.c (modified)

	Do not read a block from the disk if we are going to rewrite it's ...


Tue, 06 Sep 2011 18:59:28 GMT Maurizio Lombardi <m.lombardi85@…> [b5501d0]
	* uspace/srv/fs/minixfs/mfs_balloc.c (modified)

	Fix inode allocation


Tue, 06 Sep 2011 11:52:29 GMT Martin Decky <martin@…> [7e9fce6]
	* tools/toolchain.sh (modified)

	upgrade binutils and GDB to the newest releases


Tue, 06 Sep 2011 09:44:02 GMT Martin Decky <martin@…> [b33870b]
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/fs/libfs.h (modified)
	* uspace/srv/fs/cdfs/cdfs_ops.c (modified)
	* uspace/srv/fs/exfat/exfat_ops.c (modified)
	* uspace/srv/fs/ext2fs/ext2fs_ops.c (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)
	* uspace/srv/fs/locfs/locfs_ops.c (modified)
	* uspace/srv/fs/minixfs/mfs_ops.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs_ops.c (modified)

	rename device_get() method to service_get() to better reflect changes ...


Tue, 06 Sep 2011 08:59:03 GMT Maurizio Lombardi <m.lombardi85@…> [a4726cb]
	* uspace/srv/fs/minixfs/mfs_balloc.c (modified)

	Fix bug that prevent the filesystem to recognize the disk full
	condition


Tue, 06 Sep 2011 08:15:18 GMT Maurizio Lombardi <m.lombardi85@…> [5987f917]
	* uspace/srv/fs/minixfs/mfs_rw.c (modified)

	fix bug when writing in the double indirect zone


Mon, 05 Sep 2011 21:26:47 GMT Jiri Svoboda <jiri@…> [80a96d2]
	* uspace/drv/test/test1/test1.c (modified)
	* uspace/drv/test/test2/test2.c (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/include/ddf/driver.h (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)

	DDF support for surprise removal.


Mon, 05 Sep 2011 20:14:41 GMT Jakub Jermar <jakub@…> [16cc9a6]
	* uspace/app/mkminix/mkminix.c (modified)

	Fix build.


Mon, 05 Sep 2011 20:01:35 GMT Jakub Jermar <jakub@…> [9dbf5587]
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/mkminix/Makefile (added)
	* uspace/app/mkminix/mkminix.c (added)
	* uspace/lib/minix/minix.h (added)
	* uspace/srv/fs/minixfs/Makefile (added)
	* uspace/srv/fs/minixfs/mfs.c (added)
	* uspace/srv/fs/minixfs/mfs.h (added)
	* uspace/srv/fs/minixfs/mfs_balloc.c (added)
	* uspace/srv/fs/minixfs/mfs_dentry.c (added)
	* uspace/srv/fs/minixfs/mfs_inode.c (added)
	* uspace/srv/fs/minixfs/mfs_ops.c (added)
	* uspace/srv/fs/minixfs/mfs_rw.c (added)
	* uspace/srv/fs/minixfs/mfs_utils.c (added)

	Merge minixfs support from lp:mfs.


Mon, 05 Sep 2011 19:41:25 GMT Maurizio Lombardi <m.lombardi85@…> [e03d545]
	* uspace/srv/fs/minixfs/mfs.h (modified)
	* uspace/srv/fs/minixfs/mfs_inode.c (modified)
	* uspace/srv/fs/minixfs/mfs_ops.c (modified)

	Minor fixes to minixfs:

	- Do not check the value of nlinks in the ...


Mon, 05 Sep 2011 18:45:02 GMT Maurizio Lombardi <m.lombardi85@…> [5222e746]
	* uspace/srv/fs/minixfs/mfs_ops.c (modified)

	Fix style


Mon, 05 Sep 2011 18:41:50 GMT Maurizio Lombardi <m.lombardi85@…> [75e0f15]
	* uspace/srv/fs/minixfs/mfs_ops.c (modified)

	Fix the mfs_mounted() function to return 1 as root directory hard ...


Mon, 05 Sep 2011 18:16:45 GMT Maurizio Lombardi <m.lombardi85@…> [bbd4c72]
	* uspace/srv/fs/minixfs/mfs_ops.c (modified)

	The lnkcnt_get() function will ignore the ".." hardlinks when dealing ...


Mon, 05 Sep 2011 15:43:15 GMT Martin Decky <martin@…> [a26895d]
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/srv/fs/cdfs/Makefile (added)
	* uspace/srv/fs/cdfs/cdfs.c (added)
	* uspace/srv/fs/cdfs/cdfs.h (added)
	* uspace/srv/fs/cdfs/cdfs_endian.h (added)
	* uspace/srv/fs/cdfs/cdfs_ops.c (added)
	* uspace/srv/fs/cdfs/cdfs_ops.h (added)

	add prototype ISO 9660 filesystem driver (virtually untested)
	very ...


Mon, 05 Sep 2011 15:42:46 GMT Martin Decky <martin@…> [08cba4b]
	* uspace/lib/block/libblock.c (modified)
	* uspace/lib/block/libblock.h (modified)

	improve the interface of block_get_toc()


Mon, 05 Sep 2011 15:41:44 GMT Martin Decky <martin@…> [d7f6248]
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/include/str.h (modified)

	add integer conversion functions for 8, 16 and 32 bits


Sun, 04 Sep 2011 20:38:24 GMT Jiri Svoboda <jiri@…> [a9abe5fc]
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/loc/loc.c (modified)

	Suppress various messages.


Sun, 04 Sep 2011 14:08:37 GMT Maurizio Lombardi <m.lombardi85@…> [3a5ee6c]
	* uspace/srv/fs/minixfs/mfs.h (modified)
	* uspace/srv/fs/minixfs/mfs_dentry.c (modified)
	* uspace/srv/fs/minixfs/mfs_inode.c (modified)
	* uspace/srv/fs/minixfs/mfs_ops.c (modified)
	* uspace/srv/fs/minixfs/mfs_rw.c (modified)

	rename functions to avoid conflicts


Sun, 04 Sep 2011 13:12:33 GMT Maurizio Lombardi <m.lombardi85@…> [c699b0c]
	* uspace/srv/fs/minixfs/mfs.h (modified)
	* uspace/srv/fs/minixfs/mfs_balloc.c (modified)
	* uspace/srv/fs/minixfs/mfs_dentry.c (modified)
	* uspace/srv/fs/minixfs/mfs_inode.c (modified)
	* uspace/srv/fs/minixfs/mfs_ops.c (modified)
	* uspace/srv/fs/minixfs/mfs_rw.c (modified)

	remove the on_error() macro


Sun, 04 Sep 2011 12:33:10 GMT Maurizio Lombardi <m.lombardi85@…> [03bc76a]
	* uspace/app/mkminix/mkminix.c (modified)
	* uspace/srv/fs/minixfs/mfs.c (modified)
	* uspace/srv/fs/minixfs/mfs.h (modified)
	* uspace/srv/fs/minixfs/mfs_balloc.c (modified)
	* uspace/srv/fs/minixfs/mfs_dentry.c (modified)
	* uspace/srv/fs/minixfs/mfs_inode.c (modified)
	* uspace/srv/fs/minixfs/mfs_ops.c (modified)
	* uspace/srv/fs/minixfs/mfs_rw.c (modified)

	Get rid of VFS_OUT method switch and IPC unmarshalling


Sun, 04 Sep 2011 11:30:58 GMT Maurizio Lombardi <m.lombardi85@…> [8ff0bd2]
	* HelenOS.config (modified)
	* Makefile (modified)
	* abi/include/bool.h (moved)
	* abi/include/ddi/arg.h (moved)
	* abi/include/ddi/irq.h (added)
	* abi/include/elf.h (moved)
	* abi/include/errno.h (moved)
	* abi/include/fb/visuals.h (moved)
	* abi/include/ipc/event.h (moved)
	* abi/include/ipc/ipc.h (added)
	* abi/include/ipc/methods.h (moved)
	* abi/include/mm/as.h (added)
	* abi/include/proc/task.h (added)
	* abi/include/proc/thread.h (added)
	* abi/include/proc/uarg.h (moved)
	* abi/include/synch.h (moved)
	* abi/include/syscall.h (added)
	* abi/include/sysinfo.h (moved)
	* abi/include/udebug.h (added)
	* boot/Makefile (modified)
	* boot/Makefile.common (modified)
	* boot/Makefile.silo (modified)
	* boot/Makefile.uboot (modified)
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/ia64/Makefile.inc (modified)
	* boot/arch/ia64/include/pal.h (moved)
	* boot/arch/ia64/include/sal.h (added)
	* boot/arch/ia64/include/types.h (modified)
	* boot/arch/ia64/src/boot.S (modified)
	* boot/arch/ia64/src/main.c (modified)
	* boot/arch/ia64/src/pal.c (added)
	* boot/arch/ia64/src/pal_asm.S (added)
	* boot/arch/ia64/src/sal.c (moved)
	* boot/arch/ia64/src/sal_asm.S (added)
	* boot/arch/mips32/Makefile.inc (modified)
	* boot/arch/mips32/src/asm.S (modified)
	* boot/arch/mips64/Makefile.inc (added)
	* boot/arch/mips64/_link.ld.in (added)
	* boot/arch/mips64/include/arch.h (added)
	* boot/arch/mips64/include/asm.h (added)
	* boot/arch/mips64/include/main.h (added)
	* boot/arch/mips64/include/regname.h (added)
	* boot/arch/mips64/include/types.h (added)
	* boot/arch/mips64/src/asm.S (added)
	* boot/arch/mips64/src/main.c (added)
	* boot/arch/mips64/src/putchar.c (added)
	* boot/arch/ppc32/Makefile.inc (modified)
	* boot/arch/sparc64/Makefile.inc (modified)
	* boot/arch/sparc64/src/main.c (modified)
	* boot/genarch/include/efi.h (added)
	* boot/genarch/src/efi.c (added)
	* boot/generic/src/printf_core.c (modified)
	* boot/silo/raw/isofs.b (deleted)
	* boot/silo/raw/second.b (deleted)
	* contrib/bazaar/bzreml/__init__.py (modified)
	* contrib/bazaar/bzreml/setup.py (modified)
	* contrib/conf/ppc32-qe.sh (modified)
	* contrib/tools/gen_vga323.c (modified)
	* contrib/tools/serengeti_silo.sh (deleted)
	* defaults/amd64/Makefile.config (modified)
	* defaults/ia32/Makefile.config (modified)
	* defaults/mips64/Makefile.config (added)
	* defaults/mips64/msim/Makefile.config (added)
	* defaults/mips64/output (added)
	* defaults/sparc64/Makefile.config (modified)
	* defaults/sparc64/serengeti/Makefile.config (deleted)
	* kernel/Makefile (modified)
	* kernel/arch/abs32le/include/istate.h (modified)
	* kernel/arch/abs32le/include/mm/frame.h (modified)
	* kernel/arch/abs32le/include/mm/page.h (modified)
	* kernel/arch/abs32le/src/userspace.c (modified)
	* kernel/arch/amd64/Makefile.inc (modified)
	* kernel/arch/amd64/include/asm.h (modified)
	* kernel/arch/amd64/include/context.h (modified)
	* kernel/arch/amd64/include/istate.h (modified)
	* kernel/arch/amd64/include/mm/frame.h (modified)
	* kernel/arch/amd64/include/mm/page.h (modified)
	* kernel/arch/amd64/src/userspace.c (modified)
	* kernel/arch/arm32/include/istate.h (modified)
	* kernel/arch/arm32/include/mm/frame.h (modified)
	* kernel/arch/arm32/include/mm/page.h (modified)
	* kernel/arch/arm32/include/regutils.h (modified)
	* kernel/arch/arm32/src/arm32.c (modified)
	* kernel/arch/arm32/src/mach/gta02/gta02.c (modified)
	* kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified)
	* kernel/arch/arm32/src/mach/testarm/testarm.c (modified)
	* kernel/arch/ia32/Makefile.inc (modified)
	* kernel/arch/ia32/include/asm.h (modified)
	* kernel/arch/ia32/include/atomic.h (modified)
	* kernel/arch/ia32/include/boot/boot.h (modified)
	* kernel/arch/ia32/include/context.h (modified)
	* kernel/arch/ia32/include/cycle.h (modified)
	* kernel/arch/ia32/include/elf.h (modified)
	* kernel/arch/ia32/include/istate.h (modified)
	* kernel/arch/ia32/include/mm/frame.h (modified)
	* kernel/arch/ia32/include/mm/page.h (modified)
	* kernel/arch/ia32/src/asm.S (modified)
	* kernel/arch/ia32/src/boot/boot.S (modified)
	* kernel/arch/ia32/src/boot/vesa_real.inc (modified)
	* kernel/arch/ia32/src/cpu/cpu.c (modified)
	* kernel/arch/ia32/src/drivers/vesa.c (modified)
	* kernel/arch/ia32/src/proc/scheduler.c (modified)
	* kernel/arch/ia32/src/smp/smp.c (modified)
	* kernel/arch/ia32/src/syscall.c (modified)
	* kernel/arch/ia32/src/userspace.c (modified)
	* kernel/arch/ia64/include/bootinfo.h (modified)
	* kernel/arch/ia64/include/elf.h (modified)
	* kernel/arch/ia64/include/istate.h (modified)
	* kernel/arch/ia64/include/mm/frame.h (modified)
	* kernel/arch/ia64/include/mm/page.h (modified)
	* kernel/arch/ia64/include/register.h (modified)
	* kernel/arch/ia64/src/drivers/ski.c (modified)
	* kernel/arch/ia64/src/ia64.c (modified)
	* kernel/arch/ia64/src/mm/frame.c (modified)
	* kernel/arch/mips32/Makefile.inc (modified)
	* kernel/arch/mips32/include/context_offset.h (modified)
	* kernel/arch/mips32/include/cp0.h (modified)
	* kernel/arch/mips32/include/cycle.h (modified)
	* kernel/arch/mips32/include/debug.h (modified)
	* kernel/arch/mips32/include/istate.h (modified)
	* kernel/arch/mips32/include/mm/frame.h (modified)
	* kernel/arch/mips32/include/mm/page.h (modified)
	* kernel/arch/mips32/include/stack.h (modified)
	* kernel/arch/mips32/src/cache.c (modified)
	* kernel/arch/mips32/src/cpu/cpu.c (modified)
	* kernel/arch/mips32/src/fpu_context.c (modified)
	* kernel/arch/mips32/src/mips32.c (modified)
	* kernel/arch/mips32/src/mm/as.c (modified)
	* kernel/arch/mips32/src/mm/tlb.c (modified)
	* kernel/arch/mips32/src/start.S (modified)
	* kernel/arch/mips64/Makefile.inc (added)
	* kernel/arch/mips64/_link.ld.in (added)
	* kernel/arch/mips64/include/arch.h (moved)
	* kernel/arch/mips64/include/asm.h (added)
	* kernel/arch/mips64/include/asm/boot.h (added)
	* kernel/arch/mips64/include/asm/regname.h (added)
	* kernel/arch/mips64/include/atomic.h (added)
	* kernel/arch/mips64/include/barrier.h (added)
	* kernel/arch/mips64/include/cache.h (moved)
	* kernel/arch/mips64/include/context.h (added)
	* kernel/arch/mips64/include/context_offset.h (added)
	* kernel/arch/mips64/include/cp0.h (added)
	* kernel/arch/mips64/include/cpu.h (moved)
	* kernel/arch/mips64/include/cycle.h (added)
	* kernel/arch/mips64/include/debug.h (added)
	* kernel/arch/mips64/include/debugger.h (added)
	* kernel/arch/mips64/include/drivers/msim.h (moved)
	* kernel/arch/mips64/include/elf.h (added)
	* kernel/arch/mips64/include/exception.h (added)
	* kernel/arch/mips64/include/faddr.h (added)
	* kernel/arch/mips64/include/fpu_context.h (added)
	* kernel/arch/mips64/include/interrupt.h (moved)
	* kernel/arch/mips64/include/istate.h (added)
	* kernel/arch/mips64/include/mm/as.h (added)
	* kernel/arch/mips64/include/mm/asid.h (added)
	* kernel/arch/mips64/include/mm/frame.h (added)
	* kernel/arch/mips64/include/mm/page.h (added)
	* kernel/arch/mips64/include/mm/tlb.h (added)
	* kernel/arch/mips64/include/proc/task.h (added)
	* kernel/arch/mips64/include/proc/thread.h (added)
	* kernel/arch/mips64/include/smp/dorder.h (added)
	* kernel/arch/mips64/include/stack.h (added)
	* kernel/arch/mips64/include/types.h (added)
	* kernel/arch/mips64/src/asm.S (added)
	* kernel/arch/mips64/src/cache.c (added)
	* kernel/arch/mips64/src/context.S (added)
	* kernel/arch/mips64/src/cpu (added)
	* kernel/arch/mips64/src/ddi (added)
	* kernel/arch/mips64/src/debug (added)
	* kernel/arch/mips64/src/debugger.c (added)
	* kernel/arch/mips64/src/exception.c (added)
	* kernel/arch/mips64/src/fpu_context.c (added)
	* kernel/arch/mips64/src/interrupt.c (added)
	* kernel/arch/mips64/src/mips64.c (added)
	* kernel/arch/mips64/src/mm/as.c (added)
	* kernel/arch/mips64/src/mm/frame.c (added)
	* kernel/arch/mips64/src/mm/page.c (added)
	* kernel/arch/mips64/src/mm/tlb.c (added)
	* kernel/arch/mips64/src/smp/dorder.c (added)
	* kernel/arch/mips64/src/smp/smp.c (added)
	* kernel/arch/mips64/src/start.S (added)
	* kernel/arch/ppc32/include/asm.h (modified)
	* kernel/arch/ppc32/include/context_offset.h (modified)
	* kernel/arch/ppc32/include/cpu.h (modified)
	* kernel/arch/ppc32/include/exception.h (modified)
	* kernel/arch/ppc32/include/istate.h (modified)
	* kernel/arch/ppc32/include/mm/frame.h (modified)
	* kernel/arch/ppc32/include/mm/page.h (modified)
	* kernel/arch/ppc32/include/msr.h (added)
	* kernel/arch/ppc32/src/asm.S (modified)
	* kernel/arch/ppc32/src/exception.S (modified)
	* kernel/arch/ppc32/src/ppc32.c (modified)
	* kernel/arch/sparc64/Makefile.inc (modified)
	* kernel/arch/sparc64/include/barrier.h (modified)
	* kernel/arch/sparc64/include/drivers/sgcn.h (deleted)
	* kernel/arch/sparc64/include/elf.h (modified)
	* kernel/arch/sparc64/include/istate.h (modified)
	* kernel/arch/sparc64/include/mm/page.h (modified)
	* kernel/arch/sparc64/include/mm/sun4u/frame.h (modified)
	* kernel/arch/sparc64/include/mm/sun4v/frame.h (modified)
	* kernel/arch/sparc64/include/mm/sun4v/page.h (modified)
	* kernel/arch/sparc64/include/sun4v/regdef.h (modified)
	* kernel/arch/sparc64/src/console.c (modified)
	* kernel/arch/sparc64/src/drivers/fhc.c (deleted)
	* kernel/arch/sparc64/src/drivers/kbd.c (modified)
	* kernel/arch/sparc64/src/drivers/niagara.c (modified)
	* kernel/arch/sparc64/src/drivers/scr.c (modified)
	* kernel/arch/sparc64/src/drivers/sgcn.c (deleted)
	* kernel/arch/sparc64/src/drivers/tick.c (modified)
	* kernel/arch/sparc64/src/smp/sun4u/smp.c (modified)
	* kernel/arch/sparc64/src/smp/sun4v/smp.c (modified)
	* kernel/arch/sparc64/src/sun4v/start.S (modified)
	* kernel/genarch/Makefile.inc (modified)
	* kernel/genarch/include/drivers/s3c24xx_uart/s3c24xx_uart.h (modified)
	* kernel/genarch/include/drivers/z8530/z8530.h (deleted)
	* kernel/genarch/include/fb/fb.h (modified)
	* kernel/genarch/src/drivers/dsrln/dsrlnout.c (modified)
	* kernel/genarch/src/drivers/ega/ega.c (modified)
	* kernel/genarch/src/drivers/s3c24xx_uart/s3c24xx_uart.c (modified)
	* kernel/genarch/src/drivers/z8530/z8530.c (deleted)
	* kernel/genarch/src/fb/fb.c (modified)
	* kernel/genarch/src/mm/asid.c (modified)
	* kernel/genarch/src/ofw/fhc.c (deleted)
	* kernel/generic/include/adt/btree.h (modified)
	* kernel/generic/include/adt/hash_table.h (modified)
	* kernel/generic/include/adt/list.h (modified)
	* kernel/generic/include/console/chardev.h (modified)
	* kernel/generic/include/console/console.h (modified)
	* kernel/generic/include/console/kconsole.h (modified)
	* kernel/generic/include/cpu.h (modified)
	* kernel/generic/include/ddi/ddi.h (modified)
	* kernel/generic/include/ddi/irq.h (modified)
	* kernel/generic/include/errno.h (modified)
	* kernel/generic/include/ipc/event.h (modified)
	* kernel/generic/include/ipc/ipc.h (modified)
	* kernel/generic/include/lib/elf.h (modified)
	* kernel/generic/include/lib/elf_load.h (added)
	* kernel/generic/include/mm/as.h (modified)
	* kernel/generic/include/mm/buddy.h (modified)
	* kernel/generic/include/mm/slab.h (modified)
	* kernel/generic/include/panic.h (modified)
	* kernel/generic/include/proc/scheduler.h (modified)
	* kernel/generic/include/proc/task.h (modified)
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/include/synch/condvar.h (modified)
	* kernel/generic/include/synch/mutex.h (modified)
	* kernel/generic/include/synch/semaphore.h (modified)
	* kernel/generic/include/synch/waitq.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/include/sysinfo/sysinfo.h (modified)
	* kernel/generic/include/typedefs.h (modified)
	* kernel/generic/include/udebug/udebug.h (modified)
	* kernel/generic/src/adt/btree.c (modified)
	* kernel/generic/src/adt/hash_table.c (modified)
	* kernel/generic/src/adt/list.c (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/console/console.c (modified)
	* kernel/generic/src/console/kconsole.c (modified)
	* kernel/generic/src/cpu/cpu.c (modified)
	* kernel/generic/src/ddi/ddi.c (modified)
	* kernel/generic/src/ddi/irq.c (modified)
	* kernel/generic/src/debug/panic.c (modified)
	* kernel/generic/src/ipc/event.c (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/ipc/ipcrsc.c (modified)
	* kernel/generic/src/ipc/irq.c (modified)
	* kernel/generic/src/ipc/kbox.c (modified)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* kernel/generic/src/lib/elf.c (modified)
	* kernel/generic/src/lib/rd.c (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/mm/backend_anon.c (modified)
	* kernel/generic/src/mm/backend_elf.c (modified)
	* kernel/generic/src/mm/buddy.c (modified)
	* kernel/generic/src/mm/slab.c (modified)
	* kernel/generic/src/printf/printf_core.c (modified)
	* kernel/generic/src/proc/program.c (modified)
	* kernel/generic/src/proc/scheduler.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/synch/condvar.c (modified)
	* kernel/generic/src/synch/futex.c (modified)
	* kernel/generic/src/synch/mutex.c (modified)
	* kernel/generic/src/synch/semaphore.c (modified)
	* kernel/generic/src/synch/waitq.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* kernel/generic/src/sysinfo/stats.c (modified)
	* kernel/generic/src/sysinfo/sysinfo.c (modified)
	* kernel/generic/src/time/clock.c (modified)
	* kernel/generic/src/time/delay.c (modified)
	* kernel/generic/src/time/timeout.c (modified)
	* kernel/generic/src/udebug/udebug.c (modified)
	* kernel/generic/src/udebug/udebug_ops.c (modified)
	* kernel/test/print/print2.c (modified)
	* kernel/test/synch/semaphore2.c (modified)
	* release/Makefile (modified)
	* tools/autotool.py (modified)
	* tools/imgutil.py (added)
	* tools/mkarray.py (added)
	* tools/mkext2.py (added)
	* tools/mkfat.py (modified)
	* tools/mktmpfs.py (modified)
	* tools/toolchain.sh (modified)
	* tools/xstruct.py (modified)
	* uspace/Makefile (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/bdsh/Makefile (modified)
	* uspace/app/bdsh/cmds/builtin_cmds.c (modified)
	* uspace/app/bdsh/cmds/builtins/cd/cd.c (modified)
	* uspace/app/bdsh/cmds/builtins/exit/exit.c (modified)
	* uspace/app/bdsh/cmds/cmds.h (modified)
	* uspace/app/bdsh/cmds/mod_cmds.c (modified)
	* uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified)
	* uspace/app/bdsh/cmds/modules/cat/cat.c (modified)
	* uspace/app/bdsh/cmds/modules/cp/cp.c (modified)
	* uspace/app/bdsh/cmds/modules/help/help.c (modified)
	* uspace/app/bdsh/cmds/modules/kcon/kcon.c (modified)
	* uspace/app/bdsh/cmds/modules/ls/ls.c (modified)
	* uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified)
	* uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified)
	* uspace/app/bdsh/cmds/modules/module_aliases.h (modified)
	* uspace/app/bdsh/cmds/modules/modules.h (modified)
	* uspace/app/bdsh/cmds/modules/pwd/pwd.c (modified)
	* uspace/app/bdsh/cmds/modules/rm/rm.c (modified)
	* uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified)
	* uspace/app/bdsh/cmds/modules/touch/touch.c (modified)
	* uspace/app/bdsh/compl.c (added)
	* uspace/app/bdsh/compl.h (added)
	* uspace/app/bdsh/config.h (modified)
	* uspace/app/bdsh/errors.c (modified)
	* uspace/app/bdsh/errors.h (modified)
	* uspace/app/bdsh/errstr.h (modified)
	* uspace/app/bdsh/exec.c (modified)
	* uspace/app/bdsh/exec.h (modified)
	* uspace/app/bdsh/input.c (modified)
	* uspace/app/bdsh/input.h (modified)
	* uspace/app/bdsh/scli.c (modified)
	* uspace/app/bdsh/scli.h (modified)
	* uspace/app/bdsh/tok.c (added)
	* uspace/app/bdsh/tok.h (added)
	* uspace/app/bdsh/util.c (modified)
	* uspace/app/bdsh/util.h (modified)
	* uspace/app/blkdump/blkdump.c (modified)
	* uspace/app/bnchmark/bnchmark.c (modified)
	* uspace/app/devctl/Makefile (moved)
	* uspace/app/devctl/devctl.c (added)
	* uspace/app/edit/sheet.c (modified)
	* uspace/app/edit/sheet.h (modified)
	* uspace/app/ext2info/ext2info.c (modified)
	* uspace/app/init/init.c (modified)
	* uspace/app/klog/klog.c (modified)
	* uspace/app/locinfo/Makefile (moved)
	* uspace/app/locinfo/locinfo.c (moved)
	* uspace/app/lsusb/main.c (modified)
	* uspace/app/mkbd/main.c (modified)
	* uspace/app/mkfat/fat.h (modified)
	* uspace/app/mkfat/mkfat.c (modified)
	* uspace/app/ping/ping.c (modified)
	* uspace/app/sbi/src/compat.h (modified)
	* uspace/app/sbi/src/input.c (modified)
	* uspace/app/sbi/src/list_t.h (modified)
	* uspace/app/sbi/src/os/helenos.c (modified)
	* uspace/app/sbi/src/os/os.h (modified)
	* uspace/app/sbi/src/os/posix.c (modified)
	* uspace/app/sysinfo/sysinfo.c (modified)
	* uspace/app/taskdump/elf_core.c (modified)
	* uspace/app/taskdump/include/elf_core.h (modified)
	* uspace/app/taskdump/include/symtab.h (modified)
	* uspace/app/taskdump/symtab.c (modified)
	* uspace/app/taskdump/taskdump.c (modified)
	* uspace/app/tester/Makefile (modified)
	* uspace/app/tester/devs/devman1.def (deleted)
	* uspace/app/tester/devs/devman2.def (deleted)
	* uspace/app/tester/hw/misc/virtchar1.c (modified)
	* uspace/app/tester/hw/serial/serial1.c (modified)
	* uspace/app/tester/mm/common.c (modified)
	* uspace/app/tester/print/print2.c (modified)
	* uspace/app/tester/stdio/stdio1.c (modified)
	* uspace/app/tester/tester.c (modified)
	* uspace/app/tester/vfs/vfs1.c (modified)
	* uspace/app/testread/testread.c (modified)
	* uspace/app/top/top.c (modified)
	* uspace/app/trace/ipc_desc.c (modified)
	* uspace/app/trace/ipcp.c (modified)
	* uspace/app/trace/syscalls.c (modified)
	* uspace/app/trace/trace.c (modified)
	* uspace/app/usbinfo/Makefile (modified)
	* uspace/app/usbinfo/dump.c (modified)
	* uspace/app/usbinfo/hid.c (added)
	* uspace/app/usbinfo/main.c (modified)
	* uspace/app/usbinfo/usbinfo.h (modified)
	* uspace/app/vuhid/Makefile (modified)
	* uspace/dist/src/sysel/demos/htxtfile.sy (modified)
	* uspace/dist/textdemo (moved)
	* uspace/doc/doxygroups.h (modified)
	* uspace/drv/bus/isa/Makefile (moved)
	* uspace/drv/bus/isa/isa.c (moved)
	* uspace/drv/bus/isa/isa.dev (moved)
	* uspace/drv/bus/isa/isa.ma (moved)
	* uspace/drv/bus/pci/pciintel/Makefile (moved)
	* uspace/drv/bus/pci/pciintel/pci.c (moved)
	* uspace/drv/bus/pci/pciintel/pci.h (moved)
	* uspace/drv/bus/pci/pciintel/pci_regs.h (moved)
	* uspace/drv/bus/pci/pciintel/pciintel.ma (moved)
	* uspace/drv/bus/usb/ehci/Makefile (moved)
	* uspace/drv/bus/usb/ehci/ehci.h (moved)
	* uspace/drv/bus/usb/ehci/ehci.ma (moved)
	* uspace/drv/bus/usb/ehci/hc_iface.c (moved)
	* uspace/drv/bus/usb/ehci/main.c (moved)
	* uspace/drv/bus/usb/ehci/pci.c (moved)
	* uspace/drv/bus/usb/ehci/pci.h (moved)
	* uspace/drv/bus/usb/ohci/Makefile (moved)
	* uspace/drv/bus/usb/ohci/batch.c (moved)
	* uspace/drv/bus/usb/ohci/batch.h (moved)
	* uspace/drv/bus/usb/ohci/endpoint_list.c (moved)
	* uspace/drv/bus/usb/ohci/endpoint_list.h (moved)
	* uspace/drv/bus/usb/ohci/hc.c (moved)
	* uspace/drv/bus/usb/ohci/hc.h (moved)
	* uspace/drv/bus/usb/ohci/hcd_endpoint.c (moved)
	* uspace/drv/bus/usb/ohci/hcd_endpoint.h (moved)
	* uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h (moved)
	* uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (moved)
	* uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (moved)
	* uspace/drv/bus/usb/ohci/hw_struct/hcca.h (moved)
	* uspace/drv/bus/usb/ohci/hw_struct/iso_transfer_descriptor.h (moved)
	* uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (moved)
	* uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (moved)
	* uspace/drv/bus/usb/ohci/iface.c (moved)
	* uspace/drv/bus/usb/ohci/iface.h (moved)
	* uspace/drv/bus/usb/ohci/main.c (moved)
	* uspace/drv/bus/usb/ohci/ohci.c (moved)
	* uspace/drv/bus/usb/ohci/ohci.h (moved)
	* uspace/drv/bus/usb/ohci/ohci.ma (moved)
	* uspace/drv/bus/usb/ohci/ohci_regs.h (moved)
	* uspace/drv/bus/usb/ohci/pci.c (moved)
	* uspace/drv/bus/usb/ohci/pci.h (moved)
	* uspace/drv/bus/usb/ohci/root_hub.c (added)
	* uspace/drv/bus/usb/ohci/root_hub.h (moved)
	* uspace/drv/bus/usb/ohci/utils/malloc32.h (moved)
	* uspace/drv/bus/usb/uhci/Makefile (moved)
	* uspace/drv/bus/usb/uhci/batch.c (moved)
	* uspace/drv/bus/usb/uhci/batch.h (moved)
	* uspace/drv/bus/usb/uhci/hc.c (moved)
	* uspace/drv/bus/usb/uhci/hc.h (moved)
	* uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h (moved)
	* uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (moved)
	* uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (moved)
	* uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (moved)
	* uspace/drv/bus/usb/uhci/iface.c (moved)
	* uspace/drv/bus/usb/uhci/iface.h (moved)
	* uspace/drv/bus/usb/uhci/main.c (moved)
	* uspace/drv/bus/usb/uhci/pci.c (moved)
	* uspace/drv/bus/usb/uhci/pci.h (moved)
	* uspace/drv/bus/usb/uhci/root_hub.c (moved)
	* uspace/drv/bus/usb/uhci/root_hub.h (moved)
	* uspace/drv/bus/usb/uhci/transfer_list.c (moved)
	* uspace/drv/bus/usb/uhci/transfer_list.h (moved)
	* uspace/drv/bus/usb/uhci/uhci.c (moved)
	* uspace/drv/bus/usb/uhci/uhci.h (moved)
	* uspace/drv/bus/usb/uhci/uhci.ma (moved)
	* uspace/drv/bus/usb/uhci/utils/malloc32.h (moved)
	* uspace/drv/bus/usb/uhcirh/Makefile (moved)
	* uspace/drv/bus/usb/uhcirh/main.c (moved)
	* uspace/drv/bus/usb/uhcirh/port.c (moved)
	* uspace/drv/bus/usb/uhcirh/port.h (moved)
	* uspace/drv/bus/usb/uhcirh/root_hub.c (moved)
	* uspace/drv/bus/usb/uhcirh/root_hub.h (moved)
	* uspace/drv/bus/usb/uhcirh/uhcirh.ma (moved)
	* uspace/drv/bus/usb/usbflbk/Makefile (moved)
	* uspace/drv/bus/usb/usbflbk/main.c (moved)
	* uspace/drv/bus/usb/usbflbk/usbflbk.ma (moved)
	* uspace/drv/bus/usb/usbhid/Makefile (moved)
	* uspace/drv/bus/usb/usbhid/generic/hiddev.c (moved)
	* uspace/drv/bus/usb/usbhid/generic/hiddev.h (moved)
	* uspace/drv/bus/usb/usbhid/kbd.h (moved)
	* uspace/drv/bus/usb/usbhid/kbd/conv.c (moved)
	* uspace/drv/bus/usb/usbhid/kbd/conv.h (moved)
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.c (moved)
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.h (moved)
	* uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (moved)
	* uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.h (moved)
	* uspace/drv/bus/usb/usbhid/kbd/layout.h (moved)
	* uspace/drv/bus/usb/usbhid/kbd/main.c (moved)
	* uspace/drv/bus/usb/usbhid/layout.h (moved)
	* uspace/drv/bus/usb/usbhid/main.c (moved)
	* uspace/drv/bus/usb/usbhid/mouse/mousedev.c (moved)
	* uspace/drv/bus/usb/usbhid/mouse/mousedev.h (moved)
	* uspace/drv/bus/usb/usbhid/multimedia/keymap.c (moved)
	* uspace/drv/bus/usb/usbhid/multimedia/keymap.h (moved)
	* uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (moved)
	* uspace/drv/bus/usb/usbhid/multimedia/multimedia.h (moved)
	* uspace/drv/bus/usb/usbhid/subdrivers.c (moved)
	* uspace/drv/bus/usb/usbhid/subdrivers.h (moved)
	* uspace/drv/bus/usb/usbhid/usbhid.c (moved)
	* uspace/drv/bus/usb/usbhid/usbhid.h (moved)
	* uspace/drv/bus/usb/usbhid/usbhid.ma (moved)
	* uspace/drv/bus/usb/usbhub/Makefile (moved)
	* uspace/drv/bus/usb/usbhub/main.c (moved)
	* uspace/drv/bus/usb/usbhub/port_status.h (moved)
	* uspace/drv/bus/usb/usbhub/ports.c (moved)
	* uspace/drv/bus/usb/usbhub/ports.h (moved)
	* uspace/drv/bus/usb/usbhub/usbhub.c (moved)
	* uspace/drv/bus/usb/usbhub/usbhub.h (moved)
	* uspace/drv/bus/usb/usbhub/usbhub.ma (moved)
	* uspace/drv/bus/usb/usbhub/usbhub_private.h (moved)
	* uspace/drv/bus/usb/usbhub/utils.c (moved)
	* uspace/drv/bus/usb/usbmast/Makefile (moved)
	* uspace/drv/bus/usb/usbmast/bo_trans.c (added)
	* uspace/drv/bus/usb/usbmast/bo_trans.h (added)
	* uspace/drv/bus/usb/usbmast/cmdw.c (moved)
	* uspace/drv/bus/usb/usbmast/cmdw.h (added)
	* uspace/drv/bus/usb/usbmast/main.c (added)
	* uspace/drv/bus/usb/usbmast/scsi.h (moved)
	* uspace/drv/bus/usb/usbmast/scsi_ms.c (added)
	* uspace/drv/bus/usb/usbmast/scsi_ms.h (moved)
	* uspace/drv/bus/usb/usbmast/usbmast.h (added)
	* uspace/drv/bus/usb/usbmast/usbmast.ma (moved)
	* uspace/drv/bus/usb/usbmid/Makefile (moved)
	* uspace/drv/bus/usb/usbmid/dump.c (moved)
	* uspace/drv/bus/usb/usbmid/explore.c (moved)
	* uspace/drv/bus/usb/usbmid/main.c (moved)
	* uspace/drv/bus/usb/usbmid/usbmid.c (moved)
	* uspace/drv/bus/usb/usbmid/usbmid.h (moved)
	* uspace/drv/bus/usb/usbmid/usbmid.ma (moved)
	* uspace/drv/bus/usb/usbmouse/Makefile (moved)
	* uspace/drv/bus/usb/usbmouse/init.c (moved)
	* uspace/drv/bus/usb/usbmouse/main.c (moved)
	* uspace/drv/bus/usb/usbmouse/mouse.c (moved)
	* uspace/drv/bus/usb/usbmouse/mouse.h (moved)
	* uspace/drv/bus/usb/usbmouse/usbmouse.ma (moved)
	* uspace/drv/bus/usb/vhc/Makefile (moved)
	* uspace/drv/bus/usb/vhc/conn.h (moved)
	* uspace/drv/bus/usb/vhc/conndev.c (moved)
	* uspace/drv/bus/usb/vhc/connhost.c (moved)
	* uspace/drv/bus/usb/vhc/devconn.c (moved)
	* uspace/drv/bus/usb/vhc/hub.c (moved)
	* uspace/drv/bus/usb/vhc/hub.h (moved)
	* uspace/drv/bus/usb/vhc/hub/hub.c (moved)
	* uspace/drv/bus/usb/vhc/hub/hub.h (moved)
	* uspace/drv/bus/usb/vhc/hub/virthub.c (moved)
	* uspace/drv/bus/usb/vhc/hub/virthub.h (moved)
	* uspace/drv/bus/usb/vhc/hub/virthubops.c (moved)
	* uspace/drv/bus/usb/vhc/main.c (moved)
	* uspace/drv/bus/usb/vhc/transfer.c (moved)
	* uspace/drv/bus/usb/vhc/vhc.ma (moved)
	* uspace/drv/bus/usb/vhc/vhcd.h (moved)
	* uspace/drv/char/ns8250/Makefile (moved)
	* uspace/drv/char/ns8250/cyclic_buffer.h (moved)
	* uspace/drv/char/ns8250/ns8250.c (moved)
	* uspace/drv/char/ns8250/ns8250.ma (moved)
	* uspace/drv/infrastructure/root/Makefile (moved)
	* uspace/drv/infrastructure/root/root.c (moved)
	* uspace/drv/infrastructure/root/root.ma (moved)
	* uspace/drv/infrastructure/rootmac/Makefile (added)
	* uspace/drv/infrastructure/rootmac/rootmac.c (added)
	* uspace/drv/infrastructure/rootmac/rootmac.ma (added)
	* uspace/drv/infrastructure/rootpc/Makefile (moved)
	* uspace/drv/infrastructure/rootpc/rootpc.c (moved)
	* uspace/drv/infrastructure/rootpc/rootpc.ma (moved)
	* uspace/drv/infrastructure/rootvirt/Makefile (moved)
	* uspace/drv/infrastructure/rootvirt/devices.def (moved)
	* uspace/drv/infrastructure/rootvirt/rootvirt.c (moved)
	* uspace/drv/infrastructure/rootvirt/rootvirt.ma (moved)
	* uspace/drv/ohci/root_hub.c (deleted)
	* uspace/drv/test/test1/Makefile (moved)
	* uspace/drv/test/test1/char.c (moved)
	* uspace/drv/test/test1/test1.c (moved)
	* uspace/drv/test/test1/test1.h (moved)
	* uspace/drv/test/test1/test1.ma (moved)
	* uspace/drv/test/test2/Makefile (moved)
	* uspace/drv/test/test2/test2.c (moved)
	* uspace/drv/test/test2/test2.ma (moved)
	* uspace/drv/test/test3/Makefile (moved)
	* uspace/drv/test/test3/test3.c (moved)
	* uspace/drv/test/test3/test3.ma (moved)
	* uspace/drv/usbmast/inquiry.c (deleted)
	* uspace/drv/usbmast/main.c (deleted)
	* uspace/drv/usbmast/mast.c (deleted)
	* uspace/lib/block/libblock.c (modified)
	* uspace/lib/block/libblock.h (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/arch/abs32le/include/barrier.h (added)
	* uspace/lib/c/arch/abs32le/include/context_offset.h (added)
	* uspace/lib/c/arch/abs32le/include/elf.h (added)
	* uspace/lib/c/arch/abs32le/include/elf_linux.h (moved)
	* uspace/lib/c/arch/abs32le/include/istate.h (modified)
	* uspace/lib/c/arch/abs32le/include/syscall.h (modified)
	* uspace/lib/c/arch/amd64/include/barrier.h (added)
	* uspace/lib/c/arch/amd64/include/context_offset.h (added)
	* uspace/lib/c/arch/amd64/include/elf.h (added)
	* uspace/lib/c/arch/amd64/include/elf_linux.h (added)
	* uspace/lib/c/arch/amd64/include/istate.h (modified)
	* uspace/lib/c/arch/amd64/src/fibril.S (modified)
	* uspace/lib/c/arch/arm32/include/barrier.h (added)
	* uspace/lib/c/arch/arm32/include/elf.h (added)
	* uspace/lib/c/arch/arm32/include/elf_linux.h (added)
	* uspace/lib/c/arch/arm32/include/istate.h (modified)
	* uspace/lib/c/arch/arm32/include/regutils.h (added)
	* uspace/lib/c/arch/ia32/Makefile.common (modified)
	* uspace/lib/c/arch/ia32/Makefile.inc (modified)
	* uspace/lib/c/arch/ia32/include/barrier.h (added)
	* uspace/lib/c/arch/ia32/include/context_offset.h (added)
	* uspace/lib/c/arch/ia32/include/ddi.h (modified)
	* uspace/lib/c/arch/ia32/include/elf.h (added)
	* uspace/lib/c/arch/ia32/include/elf_linux.h (added)
	* uspace/lib/c/arch/ia32/include/istate.h (modified)
	* uspace/lib/c/arch/ia32/include/syscall.h (modified)
	* uspace/lib/c/arch/ia32/src/entry.S (moved)
	* uspace/lib/c/arch/ia32/src/fibril.S (modified)
	* uspace/lib/c/arch/ia32/src/setjmp.S (modified)
	* uspace/lib/c/arch/ia64/include/barrier.h (added)
	* uspace/lib/c/arch/ia64/include/elf.h (added)
	* uspace/lib/c/arch/ia64/include/elf_linux.h (added)
	* uspace/lib/c/arch/ia64/include/istate.h (modified)
	* uspace/lib/c/arch/ia64/include/register.h (added)
	* uspace/lib/c/arch/mips32/Makefile.common (modified)
	* uspace/lib/c/arch/mips32/include/atomic.h (modified)
	* uspace/lib/c/arch/mips32/include/barrier.h (added)
	* uspace/lib/c/arch/mips32/include/context_offset.h (added)
	* uspace/lib/c/arch/mips32/include/cp0.h (added)
	* uspace/lib/c/arch/mips32/include/elf.h (added)
	* uspace/lib/c/arch/mips32/include/elf_linux.h (added)
	* uspace/lib/c/arch/mips32/include/fibril.h (modified)
	* uspace/lib/c/arch/mips32/include/istate.h (modified)
	* uspace/lib/c/arch/mips32/include/regname.h (added)
	* uspace/lib/c/arch/mips32/include/thread.h (modified)
	* uspace/lib/c/arch/mips32/include/tls.h (modified)
	* uspace/lib/c/arch/mips32/include/types.h (modified)
	* uspace/lib/c/arch/mips32/src/fibril.S (modified)
	* uspace/lib/c/arch/mips32/src/syscall.c (modified)
	* uspace/lib/c/arch/mips32/src/tls.c (modified)
	* uspace/lib/c/arch/mips32eb/Makefile.common (modified)
	* uspace/lib/c/arch/mips32eb/include/barrier.h (added)
	* uspace/lib/c/arch/mips32eb/include/context_offset.h (added)
	* uspace/lib/c/arch/mips32eb/include/cp0.h (added)
	* uspace/lib/c/arch/mips32eb/include/elf.h (added)
	* uspace/lib/c/arch/mips32eb/include/elf_linux.h (added)
	* uspace/lib/c/arch/mips32eb/include/regname.h (added)
	* uspace/lib/c/arch/mips64/Makefile.common (moved)
	* uspace/lib/c/arch/mips64/Makefile.inc (added)
	* uspace/lib/c/arch/mips64/_link.ld.in (added)
	* uspace/lib/c/arch/mips64/include/atomic.h (added)
	* uspace/lib/c/arch/mips64/include/barrier.h (added)
	* uspace/lib/c/arch/mips64/include/config.h (added)
	* uspace/lib/c/arch/mips64/include/context_offset.h (added)
	* uspace/lib/c/arch/mips64/include/cp0.h (added)
	* uspace/lib/c/arch/mips64/include/ddi.h (added)
	* uspace/lib/c/arch/mips64/include/elf.h (added)
	* uspace/lib/c/arch/mips64/include/elf_linux.h (moved)
	* uspace/lib/c/arch/mips64/include/faddr.h (added)
	* uspace/lib/c/arch/mips64/include/fibril.h (added)
	* uspace/lib/c/arch/mips64/include/inttypes.h (added)
	* uspace/lib/c/arch/mips64/include/istate.h (added)
	* uspace/lib/c/arch/mips64/include/regname.h (added)
	* uspace/lib/c/arch/mips64/include/syscall.h (added)
	* uspace/lib/c/arch/mips64/include/thread.h (added)
	* uspace/lib/c/arch/mips64/include/tls.h (added)
	* uspace/lib/c/arch/mips64/include/types.h (added)
	* uspace/lib/c/arch/mips64/src/entry.s (added)
	* uspace/lib/c/arch/mips64/src/entryjmp.s (added)
	* uspace/lib/c/arch/mips64/src/fibril.S (added)
	* uspace/lib/c/arch/mips64/src/stacktrace.c (added)
	* uspace/lib/c/arch/mips64/src/stacktrace_asm.S (added)
	* uspace/lib/c/arch/mips64/src/syscall.c (added)
	* uspace/lib/c/arch/mips64/src/thread_entry.s (added)
	* uspace/lib/c/arch/mips64/src/tls.c (moved)
	* uspace/lib/c/arch/ppc32/include/barrier.h (added)
	* uspace/lib/c/arch/ppc32/include/context_offset.h (added)
	* uspace/lib/c/arch/ppc32/include/elf.h (added)
	* uspace/lib/c/arch/ppc32/include/elf_linux.h (added)
	* uspace/lib/c/arch/ppc32/include/istate.h (modified)
	* uspace/lib/c/arch/ppc32/include/msr.h (added)
	* uspace/lib/c/arch/ppc32/src/fibril.S (modified)
	* uspace/lib/c/arch/sparc64/include/barrier.h (added)
	* uspace/lib/c/arch/sparc64/include/context_offset.h (added)
	* uspace/lib/c/arch/sparc64/include/elf.h (added)
	* uspace/lib/c/arch/sparc64/include/elf_linux.h (added)
	* uspace/lib/c/arch/sparc64/include/istate.h (modified)
	* uspace/lib/c/arch/sparc64/include/regdef.h (added)
	* uspace/lib/c/arch/sparc64/include/syscall.h (modified)
	* uspace/lib/c/arch/sparc64/src/fibril.S (modified)
	* uspace/lib/c/generic/adt/hash_table.c (modified)
	* uspace/lib/c/generic/adt/list.c (modified)
	* uspace/lib/c/generic/adt/measured_strings.c (modified)
	* uspace/lib/c/generic/adt/prodcons.c (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/async_obsolete.c (modified)
	* uspace/lib/c/generic/ddi.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/devman_obsolete.c (deleted)
	* uspace/lib/c/generic/devmap.c (deleted)
	* uspace/lib/c/generic/devmap_obsolete.c (deleted)
	* uspace/lib/c/generic/elf/elf_load.c (moved)
	* uspace/lib/c/generic/event.c (modified)
	* uspace/lib/c/generic/fibril.c (modified)
	* uspace/lib/c/generic/fibril_synch.c (modified)
	* uspace/lib/c/generic/io/console.c (modified)
	* uspace/lib/c/generic/io/io.c (modified)
	* uspace/lib/c/generic/io/printf_core.c (modified)
	* uspace/lib/c/generic/ipc.c (modified)
	* uspace/lib/c/generic/libc.c (modified)
	* uspace/lib/c/generic/loader.c (modified)
	* uspace/lib/c/generic/loc.c (added)
	* uspace/lib/c/generic/net/icmp_api.c (modified)
	* uspace/lib/c/generic/net/icmp_common.c (modified)
	* uspace/lib/c/generic/net/modules.c (modified)
	* uspace/lib/c/generic/net/socket_client.c (modified)
	* uspace/lib/c/generic/ns.c (modified)
	* uspace/lib/c/generic/ns_obsolete.c (modified)
	* uspace/lib/c/generic/private/async.h (modified)
	* uspace/lib/c/generic/private/io.h (modified)
	* uspace/lib/c/generic/private/thread.h (modified)
	* uspace/lib/c/generic/rtld/elf_load.c (deleted)
	* uspace/lib/c/generic/rtld/module.c (modified)
	* uspace/lib/c/generic/rtld/rtld.c (modified)
	* uspace/lib/c/generic/rtld/symbol.c (modified)
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/generic/sysinfo.c (modified)
	* uspace/lib/c/generic/task.c (modified)
	* uspace/lib/c/generic/thread.c (modified)
	* uspace/lib/c/generic/time.c (modified)
	* uspace/lib/c/generic/udebug.c (modified)
	* uspace/lib/c/generic/vfs/vfs.c (modified)
	* uspace/lib/c/include/adt/hash_table.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 (modified)
	* uspace/lib/c/include/as.h (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/async_obsolete.h (modified)
	* uspace/lib/c/include/bitops.h (modified)
	* uspace/lib/c/include/bool.h (modified)
	* uspace/lib/c/include/ddi.h (modified)
	* uspace/lib/c/include/devman.h (modified)
	* uspace/lib/c/include/elf/elf.h (moved)
	* uspace/lib/c/include/elf/elf_linux.h (added)
	* uspace/lib/c/include/elf/elf_load.h (moved)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/c/include/event.h (modified)
	* uspace/lib/c/include/fibril_synch.h (modified)
	* uspace/lib/c/include/fourcc.h (added)
	* uspace/lib/c/include/ipc/bd.h (modified)
	* uspace/lib/c/include/ipc/clipboard.h (modified)
	* uspace/lib/c/include/ipc/common.h (modified)
	* uspace/lib/c/include/ipc/console.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/c/include/ipc/fb.h (modified)
	* uspace/lib/c/include/ipc/input.h (added)
	* uspace/lib/c/include/ipc/ipc.h (modified)
	* uspace/lib/c/include/ipc/kbdev.h (added)
	* uspace/lib/c/include/ipc/loc.h (moved)
	* uspace/lib/c/include/ipc/mouseev.h (moved)
	* uspace/lib/c/include/ipc/net.h (modified)
	* uspace/lib/c/include/ipc/services.h (modified)
	* uspace/lib/c/include/ipc/vfs.h (modified)
	* uspace/lib/c/include/libc.h (modified)
	* uspace/lib/c/include/loader/loader.h (modified)
	* uspace/lib/c/include/loader/pcb.h (modified)
	* uspace/lib/c/include/loc.h (added)
	* uspace/lib/c/include/net/icmp_api.h (modified)
	* uspace/lib/c/include/net/icmp_common.h (modified)
	* uspace/lib/c/include/net/modules.h (modified)
	* uspace/lib/c/include/rtld/elf_dyn.h (modified)
	* uspace/lib/c/include/rtld/rtld.h (modified)
	* uspace/lib/c/include/rtld/symbol.h (modified)
	* uspace/lib/c/include/stats.h (modified)
	* uspace/lib/c/include/str.h (modified)
	* uspace/lib/c/include/sys/stat.h (modified)
	* uspace/lib/c/include/syscall.h (modified)
	* uspace/lib/c/include/sysinfo.h (modified)
	* uspace/lib/c/include/task.h (modified)
	* uspace/lib/c/include/thread.h (modified)
	* uspace/lib/c/include/udebug.h (modified)
	* uspace/lib/c/include/unistd.h (modified)
	* uspace/lib/c/include/vfs/vfs.h (modified)
	* uspace/lib/clui/tinput.c (modified)
	* uspace/lib/clui/tinput.h (modified)
	* uspace/lib/drv/Makefile (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/generic/logbuf.c (added)
	* uspace/lib/drv/include/ddf/driver.h (modified)
	* uspace/lib/drv/include/ddf/interrupt.h (modified)
	* uspace/lib/drv/include/ddf/log.h (modified)
	* uspace/lib/ext2/libext2_directory.c (modified)
	* uspace/lib/ext2/libext2_directory.h (modified)
	* uspace/lib/ext2/libext2_filesystem.c (modified)
	* uspace/lib/ext2/libext2_filesystem.h (modified)
	* uspace/lib/ext2/libext2_superblock.c (modified)
	* uspace/lib/ext2/libext2_superblock.h (modified)
	* uspace/lib/fmtutil/Makefile (added)
	* uspace/lib/fmtutil/fmtutil.c (added)
	* uspace/lib/fmtutil/fmtutil.h (added)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/fs/libfs.h (modified)
	* uspace/lib/imgmap/Makefile (added)
	* uspace/lib/imgmap/imgmap.c (added)
	* uspace/lib/imgmap/imgmap.h (added)
	* uspace/lib/net/adt/module_map.c (modified)
	* uspace/lib/net/generic/generic.c (modified)
	* uspace/lib/net/generic/net_remote.c (modified)
	* uspace/lib/net/generic/packet_client.c (modified)
	* uspace/lib/net/generic/packet_remote.c (modified)
	* uspace/lib/net/il/arp_remote.c (modified)
	* uspace/lib/net/il/il_remote.c (modified)
	* uspace/lib/net/il/il_skel.c (modified)
	* uspace/lib/net/il/ip_remote.c (modified)
	* uspace/lib/net/include/adt/module_map.h (modified)
	* uspace/lib/net/include/arp_interface.h (modified)
	* uspace/lib/net/include/generic.h (modified)
	* uspace/lib/net/include/icmp_remote.h (modified)
	* uspace/lib/net/include/il_remote.h (modified)
	* uspace/lib/net/include/il_skel.h (modified)
	* uspace/lib/net/include/ip_interface.h (modified)
	* uspace/lib/net/include/ip_remote.h (modified)
	* uspace/lib/net/include/net_interface.h (modified)
	* uspace/lib/net/include/netif_remote.h (modified)
	* uspace/lib/net/include/netif_skel.h (modified)
	* uspace/lib/net/include/nil_remote.h (modified)
	* uspace/lib/net/include/nil_skel.h (modified)
	* uspace/lib/net/include/packet_client.h (modified)
	* uspace/lib/net/include/packet_remote.h (modified)
	* uspace/lib/net/include/socket_core.h (modified)
	* uspace/lib/net/include/tl_common.h (modified)
	* uspace/lib/net/include/tl_remote.h (modified)
	* uspace/lib/net/include/tl_skel.h (modified)
	* uspace/lib/net/netif/netif_remote.c (modified)
	* uspace/lib/net/netif/netif_skel.c (modified)
	* uspace/lib/net/nil/nil_remote.c (modified)
	* uspace/lib/net/nil/nil_skel.c (modified)
	* uspace/lib/net/tl/icmp_remote.c (modified)
	* uspace/lib/net/tl/socket_core.c (modified)
	* uspace/lib/net/tl/tl_common.c (modified)
	* uspace/lib/net/tl/tl_remote.c (modified)
	* uspace/lib/net/tl/tl_skel.c (modified)
	* uspace/lib/packet/generic/packet_server.c (modified)
	* uspace/lib/scsi/Makefile (added)
	* uspace/lib/scsi/include/scsi/sbc.h (added)
	* uspace/lib/scsi/include/scsi/spc.h (added)
	* uspace/lib/scsi/src/spc.c (added)
	* uspace/lib/softfloat/arch/mips32/include/functions.h (modified)
	* uspace/lib/softfloat/arch/mips64/include/functions.h (added)
	* uspace/lib/usb/include/usb/classes/hub.h (modified)
	* uspace/lib/usb/include/usb/hc.h (modified)
	* uspace/lib/usb/include/usb/usb.h (modified)
	* uspace/lib/usb/src/debug.c (modified)
	* uspace/lib/usb/src/hc.c (modified)
	* uspace/lib/usb/src/resolve.c (modified)
	* uspace/lib/usb/src/usb.c (modified)
	* uspace/lib/usbdev/src/pipes.c (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)
	* uspace/lib/usbhid/src/hiddescriptor.c (modified)
	* uspace/lib/usbhid/src/hidparser.c (modified)
	* uspace/lib/usbhid/src/hidpath.c (modified)
	* uspace/lib/usbhid/src/hidreq.c (modified)
	* uspace/lib/usbhost/include/usb/host/batch.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/endpoint.c (modified)
	* uspace/lib/usbvirt/src/device.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.h (modified)
	* uspace/srv/bd/ata_bd/ata_hw.h (modified)
	* uspace/srv/bd/file_bd/file_bd.c (modified)
	* uspace/srv/bd/gxe_bd/gxe_bd.c (modified)
	* uspace/srv/bd/part/guid_part/guid_part.c (modified)
	* uspace/srv/bd/part/mbr_part/mbr_part.c (modified)
	* uspace/srv/bd/rd/rd.c (modified)
	* uspace/srv/clip/clip.c (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/devman/match.c (modified)
	* uspace/srv/devman/util.c (modified)
	* uspace/srv/devman/util.h (modified)
	* uspace/srv/devmap/devmap.c (deleted)
	* uspace/srv/fs/devfs/devfs_ops.c (deleted)
	* uspace/srv/fs/exfat/Makefile (added)
	* uspace/srv/fs/exfat/exfat.c (moved)
	* uspace/srv/fs/exfat/exfat.h (added)
	* uspace/srv/fs/exfat/exfat_bitmap.c (added)
	* uspace/srv/fs/exfat/exfat_bitmap.h (moved)
	* uspace/srv/fs/exfat/exfat_dentry.c (added)
	* uspace/srv/fs/exfat/exfat_dentry.h (added)
	* uspace/srv/fs/exfat/exfat_directory.c (added)
	* uspace/srv/fs/exfat/exfat_directory.h (added)
	* uspace/srv/fs/exfat/exfat_fat.c (added)
	* uspace/srv/fs/exfat/exfat_fat.h (added)
	* uspace/srv/fs/exfat/exfat_idx.c (added)
	* uspace/srv/fs/exfat/exfat_ops.c (added)
	* uspace/srv/fs/ext2fs/ext2fs.c (modified)
	* uspace/srv/fs/ext2fs/ext2fs.h (modified)
	* uspace/srv/fs/ext2fs/ext2fs_ops.c (modified)
	* uspace/srv/fs/fat/Makefile (modified)
	* uspace/srv/fs/fat/fat.c (modified)
	* uspace/srv/fs/fat/fat.h (modified)
	* uspace/srv/fs/fat/fat_dentry.c (modified)
	* uspace/srv/fs/fat/fat_dentry.h (modified)
	* uspace/srv/fs/fat/fat_directory.c (added)
	* uspace/srv/fs/fat/fat_directory.h (added)
	* uspace/srv/fs/fat/fat_fat.c (modified)
	* uspace/srv/fs/fat/fat_fat.h (modified)
	* uspace/srv/fs/fat/fat_idx.c (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)
	* uspace/srv/fs/locfs/Makefile (moved)
	* uspace/srv/fs/locfs/locfs.c (moved)
	* uspace/srv/fs/locfs/locfs.h (added)
	* uspace/srv/fs/locfs/locfs_ops.c (added)
	* uspace/srv/fs/locfs/locfs_ops.h (moved)
	* uspace/srv/fs/tmpfs/tmpfs.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs.h (modified)
	* uspace/srv/fs/tmpfs/tmpfs_dump.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs_ops.c (modified)
	* uspace/srv/hid/adb_mouse/adb_dev.c (deleted)
	* uspace/srv/hid/adb_mouse/adb_mouse.c (deleted)
	* uspace/srv/hid/char_mouse/char_mouse.c (deleted)
	* uspace/srv/hid/console/Makefile (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/console/gcons.c (modified)
	* uspace/srv/hid/console/gfx/anim_1.ppm (deleted)
	* uspace/srv/hid/console/gfx/anim_1.tga (added)
	* uspace/srv/hid/console/gfx/anim_2.ppm (deleted)
	* uspace/srv/hid/console/gfx/anim_2.tga (added)
	* uspace/srv/hid/console/gfx/anim_3.ppm (deleted)
	* uspace/srv/hid/console/gfx/anim_3.tga (added)
	* uspace/srv/hid/console/gfx/anim_4.ppm (deleted)
	* uspace/srv/hid/console/gfx/anim_4.tga (added)
	* uspace/srv/hid/console/gfx/cons_has_data.ppm (deleted)
	* uspace/srv/hid/console/gfx/cons_has_data.tga (added)
	* uspace/srv/hid/console/gfx/cons_idle.ppm (deleted)
	* uspace/srv/hid/console/gfx/cons_idle.tga (added)
	* uspace/srv/hid/console/gfx/cons_kernel.ppm (deleted)
	* uspace/srv/hid/console/gfx/cons_kernel.tga (added)
	* uspace/srv/hid/console/gfx/cons_selected.ppm (deleted)
	* uspace/srv/hid/console/gfx/cons_selected.tga (added)
	* uspace/srv/hid/console/gfx/helenos.ppm (deleted)
	* uspace/srv/hid/console/gfx/helenos.tga (added)
	* uspace/srv/hid/console/gfx/nameic.ppm (deleted)
	* uspace/srv/hid/console/gfx/nameic.tga (added)
	* uspace/srv/hid/fb/Makefile (modified)
	* uspace/srv/hid/fb/ega.c (modified)
	* uspace/srv/hid/fb/fb.c (modified)
	* uspace/srv/hid/fb/fb.h (modified)
	* uspace/srv/hid/fb/main.c (modified)
	* uspace/srv/hid/fb/niagara.c (modified)
	* uspace/srv/hid/fb/niagara.h (modified)
	* uspace/srv/hid/fb/ppm.c (deleted)
	* uspace/srv/hid/fb/serial_console.c (modified)
	* uspace/srv/hid/fb/serial_console.h (modified)
	* uspace/srv/hid/fb/sgcn.c (deleted)
	* uspace/srv/hid/input/Makefile (added)
	* uspace/srv/hid/input/ctl/apple.c (moved)
	* uspace/srv/hid/input/ctl/gxe_fb.c (moved)
	* uspace/srv/hid/input/ctl/kbdev.c (added)
	* uspace/srv/hid/input/ctl/pc.c (moved)
	* uspace/srv/hid/input/ctl/stty.c (moved)
	* uspace/srv/hid/input/ctl/sun.c (moved)
	* uspace/srv/hid/input/generic/gsp.c (moved)
	* uspace/srv/hid/input/generic/input.c (added)
	* uspace/srv/hid/input/generic/layout.c (added)
	* uspace/srv/hid/input/generic/stroke.c (moved)
	* uspace/srv/hid/input/include/gsp.h (moved)
	* uspace/srv/hid/input/include/input.h (moved)
	* uspace/srv/hid/input/include/kbd.h (added)
	* uspace/srv/hid/input/include/kbd_ctl.h (moved)
	* uspace/srv/hid/input/include/kbd_port.h (added)
	* uspace/srv/hid/input/include/layout.h (added)
	* uspace/srv/hid/input/include/mouse.h (added)
	* uspace/srv/hid/input/include/mouse_port.h (moved)
	* uspace/srv/hid/input/include/mouse_proto.h (moved)
	* uspace/srv/hid/input/include/stroke.h (moved)
	* uspace/srv/hid/input/include/sun.h (moved)
	* uspace/srv/hid/input/layout/cz.c (moved)
	* uspace/srv/hid/input/layout/us_dvorak.c (moved)
	* uspace/srv/hid/input/layout/us_qwerty.c (moved)
	* uspace/srv/hid/input/port/adb.c (moved)
	* uspace/srv/hid/input/port/adb_mouse.c (moved)
	* uspace/srv/hid/input/port/chardev.c (moved)
	* uspace/srv/hid/input/port/chardev_mouse.c (added)
	* uspace/srv/hid/input/port/dummy.c (moved)
	* uspace/srv/hid/input/port/gxemul.c (moved)
	* uspace/srv/hid/input/port/msim.c (moved)
	* uspace/srv/hid/input/port/niagara.c (moved)
	* uspace/srv/hid/input/port/ns16550.c (moved)
	* uspace/srv/hid/input/port/pl050.c (moved)
	* uspace/srv/hid/input/port/sgcn.c (moved)
	* uspace/srv/hid/input/port/ski.c (moved)
	* uspace/srv/hid/input/port/sun.c (moved)
	* uspace/srv/hid/input/port/z8530.c (moved)
	* uspace/srv/hid/input/proto/adb.c (added)
	* uspace/srv/hid/input/proto/mousedev.c (added)
	* uspace/srv/hid/input/proto/ps2.c (moved)
	* uspace/srv/hid/kbd/Makefile (deleted)
	* uspace/srv/hid/kbd/generic/kbd.c (deleted)
	* uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified)
	* uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h (modified)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.h (modified)
	* uspace/srv/hw/char/i8042/i8042.c (modified)
	* uspace/srv/hw/char/i8042/i8042.h (modified)
	* uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified)
	* uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.h (modified)
	* uspace/srv/hw/irc/apic/apic.c (modified)
	* uspace/srv/hw/irc/fhc/fhc.c (deleted)
	* uspace/srv/hw/irc/i8259/i8259.c (modified)
	* uspace/srv/hw/irc/obio/obio.c (modified)
	* uspace/srv/hw/netif/ne2000/dp8390.c (modified)
	* uspace/srv/hw/netif/ne2000/dp8390.h (modified)
	* uspace/srv/hw/netif/ne2000/ne2000.c (modified)
	* uspace/srv/loader/Makefile (modified)
	* uspace/srv/loader/include/elf.h (deleted)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/loc/Makefile (moved)
	* uspace/srv/loc/category.c (added)
	* uspace/srv/loc/category.h (added)
	* uspace/srv/loc/loc.c (added)
	* uspace/srv/loc/loc.h (added)
	* uspace/srv/net/il/arp/arp.c (modified)
	* uspace/srv/net/il/arp/arp.h (modified)
	* uspace/srv/net/il/ip/ip.c (modified)
	* uspace/srv/net/il/ip/ip.h (modified)
	* uspace/srv/net/net/net.c (modified)
	* uspace/srv/net/netif/lo/lo.c (modified)
	* uspace/srv/net/nil/eth/eth.c (modified)
	* uspace/srv/net/nil/eth/eth.h (modified)
	* uspace/srv/net/nil/nildummy/nildummy.c (modified)
	* uspace/srv/net/nil/nildummy/nildummy.h (modified)
	* uspace/srv/net/tl/icmp/icmp.c (modified)
	* uspace/srv/net/tl/tcp/tcp.c (modified)
	* uspace/srv/net/tl/tcp/tcp.h (modified)
	* uspace/srv/net/tl/udp/udp.c (modified)
	* uspace/srv/net/tl/udp/udp.h (modified)
	* uspace/srv/ns/clonable.c (modified)
	* uspace/srv/ns/service.c (modified)
	* uspace/srv/ns/task.c (modified)
	* uspace/srv/vfs/vfs.c (modified)
	* uspace/srv/vfs/vfs.h (modified)
	* uspace/srv/vfs/vfs_file.c (modified)
	* uspace/srv/vfs/vfs_lookup.c (modified)
	* uspace/srv/vfs/vfs_node.c (modified)
	* uspace/srv/vfs/vfs_ops.c (modified)
	* uspace/srv/vfs/vfs_register.c (modified)

	Merge mainline changes


Sat, 03 Sep 2011 13:37:16 GMT Jiri Svoboda <jiri@…> [deac215e]
	* uspace/drv/infrastructure/root/root.c (modified)
	* uspace/drv/infrastructure/rootvirt/rootvirt.c (modified)
	* uspace/drv/test/test1/test1.c (modified)
	* uspace/drv/test/test2/test2.c (modified)
	* uspace/drv/test/test3/test3.c (modified)

	rootvirt removal support.


Sat, 03 Sep 2011 13:10:25 GMT Jiri Svoboda <jiri@…> [b29bb09]
	* uspace/drv/test/test3/test3.c (modified)

	test3 removal support.


Sat, 03 Sep 2011 12:29:36 GMT Jiri Svoboda <jiri@…> [7fff38c1]
	* uspace/drv/test/test1/test1.c (modified)
	* uspace/drv/test/test2/test2.c (modified)

	test2 removal support.


Sat, 03 Sep 2011 12:02:08 GMT Jiri Svoboda <jiri@…> [f278930]
	* uspace/drv/bus/isa/isa.c (modified)
	* uspace/drv/bus/pci/pciintel/pci.c (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/srv/devman/main.c (modified)

	ISA bridge remove support.


Fri, 02 Sep 2011 22:03:55 GMT Jiri Svoboda <jiri@…> [f480d7e]
	* uspace/drv/bus/isa/isa.c (modified)
	* uspace/drv/char/ns8250/ns8250.c (modified)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/srv/devman/main.c (modified)

	Merge ns8250 removal support.


Fri, 02 Sep 2011 22:02:55 GMT Jiri Svoboda <jiri@…> [5b68e0c]
	* uspace/drv/bus/isa/isa.c (modified)
	* uspace/drv/char/ns8250/ns8250.c (modified)
	* uspace/lib/c/include/errno.h (modified)

	ns8250 device removal support.


Fri, 02 Sep 2011 21:25:38 GMT Jan Vesely <jano.vesely@…> [52eead3e]
	* uspace/drv/bus/usb/ohci/ohci.c (modified)

	ohci: cleanup device initialization


Fri, 02 Sep 2011 21:08:44 GMT Jiri Svoboda <jiri@…> [fb4c877]
	* uspace/srv/devman/main.c (modified)

	Do not trust driver to remove all functions.


Fri, 02 Sep 2011 20:25:02 GMT Jan Vesely <jano.vesely@…> [0f1586d0]
	* uspace/drv/bus/usb/ohci/hc.c (modified)

	ohci: do not create OHCI hw structures for root hub control endpoint


Fri, 02 Sep 2011 16:54:18 GMT Jiri Svoboda <jiri@…> [a1b7e80]
	* uspace/app/devctl/devctl.c (modified)
	* uspace/drv/bus/pci/pciintel/pci.c (modified)
	* uspace/drv/bus/usb/uhci/uhci.c (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified)
	* uspace/drv/bus/usb/usbhid/main.c (modified)
	* uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified)
	* uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified)
	* uspace/drv/bus/usb/usbhid/usbhid.c (modified)
	* uspace/drv/bus/usb/usbhid/usbhid.h (modified)
	* uspace/drv/bus/usb/usbmast/main.c (modified)
	* uspace/drv/char/ns8250/ns8250.c (modified)
	* uspace/drv/infrastructure/rootvirt/rootvirt.c (modified)
	* uspace/drv/test/test1/test1.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/include/devman.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/include/ddf/driver.h (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/loc/loc.c (modified)

	Merge basic infrastructure for anticipated device removal from ...


Fri, 02 Sep 2011 16:42:27 GMT Jiri Svoboda <jiri@…> [224c0e7]
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/srv/devman/main.c (modified)

	Supress debugging messages.


Fri, 02 Sep 2011 16:33:02 GMT Jiri Svoboda <jiri@…> [e2b9b341]
	* uspace/srv/devman/main.c (modified)

	Check state for removed devices and functions.


Fri, 02 Sep 2011 15:58:02 GMT Jiri Svoboda <jiri@…> [c1a0488]
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)

	Track basic device and function states.


Fri, 02 Sep 2011 15:22:24 GMT Jiri Svoboda <jiri@…> [aff587f]
	* uspace/srv/loc/loc.c (modified)

	Fix missing check in loc_service_add_to_cat().


Thu, 01 Sep 2011 22:19:21 GMT Jiri Svoboda <jiri@…> [58cbb0c8]
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)

	Reference counting of device and function nodes in devman.