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

Mon, 13 Aug 2012 13:57:15 GMT Maurizio Lombardi <m.lombardi85@…> [43e660c]
	* uspace/drv/time/cmos-rtc/cmos-rtc.c (modified)

	rtc: the client_connected bool field is not needed


Sun, 12 Aug 2012 18:24:56 GMT Maurizio Lombardi <m.lombardi85@…> [ea5cc5b]
	* uspace/drv/time/cmos-rtc/cmos-rtc.c (modified)
	* uspace/lib/c/include/ipc/clock_ctl.h (modified)

	remove the CLOCK_GET_BOOTTIME operation


Sun, 12 Aug 2012 12:34:49 GMT Maurizio Lombardi <m.lombardi85@…> [db80a2e]
	* uspace/lib/c/include/ipc/dev_iface.h (modified)

	CLOCK_DEV_IFACE must be declared before AHCI_DEV_IFACE


Sun, 12 Aug 2012 12:34:09 GMT Maurizio Lombardi <m.lombardi85@…> [41b764b7]
	* uspace/lib/drv/Makefile (modified)

	Fix typo in a Makefile script


Sun, 12 Aug 2012 11:46:44 GMT Maurizio Lombardi <m.lombardi85@…> [90478727]
	* HelenOS.config (modified)
	* abi/include/ddi/irq.h (modified)
	* abi/include/proc/uarg.h (modified)
	* boot/Makefile.build (modified)
	* boot/Makefile.common (modified)
	* boot/Makefile.grub (modified)
	* boot/arch/ia64/Makefile.inc (modified)
	* boot/arch/mips32/Makefile.inc (modified)
	* boot/arch/mips64/Makefile.inc (modified)
	* boot/arch/ppc32/Makefile.inc (modified)
	* boot/generic/src/str.c (modified)
	* contrib/arch/HelenOS.adl (modified)
	* contrib/bazaar/bzreml/__init__.py (modified)
	* contrib/bazaar/bzreml/setup.py (modified)
	* contrib/bazaar/mbprotect/__init__.py (modified)
	* contrib/conf/mips32-gx.sh (modified)
	* defaults/mips32/Makefile.config (modified)
	* defaults/ppc32/Makefile.config (modified)
	* defaults/sparc64/ultra/Makefile.config (modified)
	* kernel/Makefile (modified)
	* kernel/arch/abs32le/include/mm/page.h (modified)
	* kernel/arch/amd64/Makefile.inc (modified)
	* kernel/arch/amd64/include/mm/page.h (modified)
	* kernel/arch/amd64/src/asm.S (modified)
	* kernel/arch/amd64/src/boot/multiboot.S (modified)
	* kernel/arch/amd64/src/boot/multiboot2.S (modified)
	* kernel/arch/amd64/src/boot/vesa_ret.inc (modified)
	* kernel/arch/amd64/src/mm/page.c (modified)
	* kernel/arch/amd64/src/userspace.c (modified)
	* kernel/arch/arm32/include/mm/page.h (modified)
	* kernel/arch/arm32/src/userspace.c (modified)
	* kernel/arch/ia32/Makefile.inc (modified)
	* kernel/arch/ia32/include/mm/page.h (modified)
	* kernel/arch/ia32/src/boot/multiboot.S (modified)
	* kernel/arch/ia32/src/boot/multiboot2.S (modified)
	* kernel/arch/ia32/src/boot/vesa_prot.inc (modified)
	* kernel/arch/ia32/src/boot/vesa_real.inc (modified)
	* kernel/arch/ia32/src/boot/vesa_ret.inc (modified)
	* kernel/arch/ia32/src/mm/page.c (modified)
	* kernel/arch/ia32/src/smp/apic.c (modified)
	* kernel/arch/ia32/src/userspace.c (modified)
	* kernel/arch/ia64/Makefile.inc (modified)
	* kernel/arch/ia64/src/drivers/ski.c (modified)
	* kernel/arch/ia64/src/ia64.c (modified)
	* kernel/arch/mips32/Makefile.inc (modified)
	* kernel/arch/mips32/include/mm/page.h (modified)
	* kernel/arch/mips32/src/mips32.c (modified)
	* kernel/arch/mips64/Makefile.inc (modified)
	* kernel/arch/mips64/src/mips64.c (modified)
	* kernel/arch/ppc32/include/mm/page.h (modified)
	* kernel/arch/ppc32/src/ppc32.c (modified)
	* kernel/arch/sparc64/Makefile.inc (modified)
	* kernel/arch/sparc64/src/drivers/niagara.c (modified)
	* kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified)
	* kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified)
	* kernel/arch/sparc64/src/proc/thread.c (modified)
	* kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified)
	* kernel/arch/sparc64/src/sun4u/sparc64.c (modified)
	* kernel/arch/sparc64/src/sun4v/sparc64.c (modified)
	* kernel/genarch/include/mm/page_pt.h (modified)
	* kernel/genarch/src/kbrd/kbrd.c (modified)
	* kernel/genarch/src/mm/as_ht.c (modified)
	* kernel/genarch/src/mm/page_ht.c (modified)
	* kernel/genarch/src/mm/page_pt.c (modified)
	* kernel/genarch/src/srln/srln.c (modified)
	* kernel/generic/include/console/prompt.h (added)
	* kernel/generic/include/debug.h (modified)
	* kernel/generic/include/interrupt.h (modified)
	* kernel/generic/include/ipc/irq.h (modified)
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/include/symtab.h (modified)
	* kernel/generic/include/symtab_lookup.h (added)
	* kernel/generic/src/adt/btree.c (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/console/kconsole.c (modified)
	* kernel/generic/src/console/prompt.c (added)
	* kernel/generic/src/debug/symtab.c (modified)
	* kernel/generic/src/interrupt/interrupt.c (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/ipc/irq.c (modified)
	* kernel/generic/src/ipc/kbox.c (modified)
	* kernel/generic/src/lib/ra.c (modified)
	* kernel/generic/src/lib/str.c (modified)
	* kernel/generic/src/main/kinit.c (modified)
	* kernel/generic/src/main/main.c (modified)
	* kernel/generic/src/main/uinit.c (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/mm/slab.c (modified)
	* kernel/generic/src/mm/tlb.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/sysinfo/sysinfo.c (modified)
	* kernel/generic/src/udebug/udebug.c (modified)
	* kernel/generic/src/udebug/udebug_ops.c (modified)
	* kernel/test/mm/falloc1.c (modified)
	* kernel/test/mm/falloc2.c (modified)
	* kernel/test/mm/slab1.c (modified)
	* kernel/test/mm/slab2.c (modified)
	* kernel/test/synch/semaphore1.c (modified)
	* kernel/test/synch/semaphore2.c (modified)
	* kernel/test/thread/thread1.c (modified)
	* release/Makefile (modified)
	* tools/autotool.py (modified)
	* tools/dest_build.py (added)
	* tools/toolchain.sh (modified)
	* uspace/Makefile (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/bdsh/cmds/modules/cat/cat.c (modified)
	* uspace/app/devctl/devctl.c (modified)
	* uspace/app/loc/loc.c (modified)
	* uspace/app/sportdmp/sportdmp.c (modified)
	* uspace/app/tester/mm/common.c (modified)
	* uspace/app/tester/mm/mapping1.c (modified)
	* uspace/app/usbinfo/Makefile (modified)
	* uspace/app/usbinfo/list.c (moved)
	* uspace/app/usbinfo/main.c (modified)
	* uspace/app/usbinfo/usbinfo.h (modified)
	* uspace/drv/block/ahci/Makefile (moved)
	* uspace/drv/block/ahci/ahci.c (added)
	* uspace/drv/block/ahci/ahci.h (added)
	* uspace/drv/block/ahci/ahci.ma (added)
	* uspace/drv/block/ahci/ahci_hw.h (added)
	* uspace/drv/block/ahci/ahci_sata.h (added)
	* uspace/drv/bus/isa/isa.c (modified)
	* uspace/drv/bus/pci/pciintel/pci.c (modified)
	* uspace/drv/bus/pci/pciintel/pci.h (modified)
	* uspace/drv/bus/usb/ehci/main.c (modified)
	* uspace/drv/bus/usb/ohci/endpoint_list.c (modified)
	* uspace/drv/bus/usb/ohci/hc.c (modified)
	* uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified)
	* uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified)
	* uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified)
	* uspace/drv/bus/usb/ohci/hw_struct/mem_access.h (added)
	* 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/main.c (modified)
	* uspace/drv/bus/usb/ohci/ohci.c (modified)
	* uspace/drv/bus/usb/ohci/ohci_batch.c (modified)
	* uspace/drv/bus/usb/ohci/ohci_batch.h (modified)
	* uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified)
	* uspace/drv/bus/usb/ohci/ohci_regs.h (modified)
	* uspace/drv/bus/usb/ohci/root_hub.c (modified)
	* uspace/drv/bus/usb/ohci/utils/malloc32.h (modified)
	* uspace/drv/bus/usb/uhci/hc.c (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/transfer_list.c (modified)
	* uspace/drv/bus/usb/uhci/uhci.c (modified)
	* uspace/drv/bus/usb/uhci/uhci_batch.c (modified)
	* uspace/drv/bus/usb/uhci/uhci_batch.h (modified)
	* uspace/drv/bus/usb/uhci/utils/malloc32.h (modified)
	* uspace/drv/bus/usb/uhcirh/port.c (modified)
	* uspace/drv/bus/usb/uhcirh/root_hub.c (modified)
	* uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified)
	* uspace/drv/bus/usb/usbhid/generic/hiddev.h (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.h (modified)
	* uspace/drv/bus/usb/usbhid/main.c (modified)
	* uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified)
	* uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified)
	* uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified)
	* uspace/drv/bus/usb/usbhid/multimedia/multimedia.h (modified)
	* uspace/drv/bus/usb/usbhid/subdrivers.h (modified)
	* uspace/drv/bus/usb/usbhid/usbhid.c (modified)
	* uspace/drv/bus/usb/usbhid/usbhid.h (modified)
	* uspace/drv/bus/usb/usbhub/port.c (modified)
	* uspace/drv/bus/usb/usbhub/status.h (modified)
	* uspace/drv/bus/usb/usbhub/usbhub.c (modified)
	* uspace/drv/bus/usb/usbmast/main.c (modified)
	* uspace/drv/bus/usb/usbmid/main.c (modified)
	* uspace/drv/char/i8042/i8042.c (modified)
	* uspace/drv/infrastructure/rootmac/rootmac.c (modified)
	* uspace/drv/infrastructure/rootpc/rootpc.c (modified)
	* uspace/drv/nic/ne2k/dp8390.c (modified)
	* uspace/drv/nic/ne2k/ne2k.c (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/arch/abs32le/_link.ld.in (modified)
	* uspace/lib/c/arch/amd64/_link.ld.in (modified)
	* uspace/lib/c/arch/amd64/include/elf_linux.h (modified)
	* uspace/lib/c/arch/arm32/_link.ld.in (modified)
	* uspace/lib/c/arch/arm32/src/fibril.S (modified)
	* uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified)
	* uspace/lib/c/arch/arm32/src/thread_entry.s (modified)
	* uspace/lib/c/arch/ia32/_link.ld.in (modified)
	* uspace/lib/c/arch/ia64/Makefile.common (modified)
	* uspace/lib/c/arch/ia64/_link.ld.in (modified)
	* uspace/lib/c/arch/ia64/include/fibril.h (modified)
	* uspace/lib/c/arch/ia64/include/thread.h (modified)
	* uspace/lib/c/arch/mips32/Makefile.common (modified)
	* uspace/lib/c/arch/mips32/_link.ld.in (modified)
	* uspace/lib/c/arch/mips32eb/Makefile.common (modified)
	* uspace/lib/c/arch/mips64/Makefile.common (modified)
	* uspace/lib/c/arch/mips64/_link.ld.in (modified)
	* uspace/lib/c/arch/ppc32/_link.ld.in (modified)
	* uspace/lib/c/arch/sparc64/_link.ld.in (modified)
	* uspace/lib/c/generic/as.c (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/device/ahci.c (added)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/elf/elf_load.c (modified)
	* uspace/lib/c/generic/fibril.c (modified)
	* uspace/lib/c/generic/loc.c (modified)
	* uspace/lib/c/generic/malloc.c (modified)
	* uspace/lib/c/generic/mman.c (modified)
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/generic/thread.c (modified)
	* uspace/lib/c/include/as.h (modified)
	* uspace/lib/c/include/device/ahci.h (added)
	* uspace/lib/c/include/devman.h (modified)
	* uspace/lib/c/include/fibril.h (modified)
	* uspace/lib/c/include/ipc/dev_iface.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/c/include/ipc/loc.h (modified)
	* uspace/lib/c/include/loc.h (modified)
	* uspace/lib/c/include/str.h (modified)
	* uspace/lib/c/include/sys/mman.h (modified)
	* uspace/lib/clui/tinput.c (modified)
	* uspace/lib/drv/Makefile (modified)
	* uspace/lib/drv/generic/dev_iface.c (modified)
	* uspace/lib/drv/generic/remote_ahci.c (added)
	* uspace/lib/drv/generic/remote_usb.c (modified)
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/drv/include/ahci_iface.h (added)
	* uspace/lib/drv/include/remote_ahci.h (added)
	* uspace/lib/fb/imgmap.c (modified)
	* uspace/lib/fb/screenbuffer.c (modified)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/usbdev/include/usb/dev/usb_device_connection.h (modified)
	* uspace/lib/usbdev/src/devdrv.c (modified)
	* uspace/lib/usbdev/src/pipes.c (modified)
	* uspace/lib/usbdev/src/pipesinit.c (modified)
	* uspace/lib/usbdev/src/request.c (modified)
	* uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidpath.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified)
	* uspace/lib/usbhid/include/usb/hid/request.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/hidreport.c (modified)
	* uspace/lib/usbhid/src/hidreq.c (modified)
	* uspace/lib/usbhost/src/endpoint.c (modified)
	* uspace/lib/usbhost/src/usb_device_manager.c (modified)
	* uspace/lib/usbhost/src/usb_endpoint_manager.c (modified)
	* uspace/lib/usbhost/src/usb_transfer_batch.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.c (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/bd/sata_bd/Makefile (added)
	* uspace/srv/bd/sata_bd/sata_bd.c (added)
	* uspace/srv/bd/sata_bd/sata_bd.h (added)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/fb/fb.c (modified)
	* uspace/srv/hid/input/port/ns16550.c (modified)
	* uspace/srv/hid/input/port/pl050.c (modified)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified)
	* uspace/srv/loader/Makefile (modified)
	* uspace/srv/loader/interp.S (added)
	* uspace/srv/loader/interp.s (deleted)
	* uspace/srv/locsrv/locsrv.c (modified)
	* uspace/srv/net/tcp/sock.c (modified)
	* uspace/srv/net/udp/sock.c (modified)
	* uspace/srv/net/udp/udp.c (modified)
	* uspace/srv/net/udp/udp_type.h (modified)
	* uspace/srv/vfs/vfs.c (modified)
	* version (modified)

	merge mainline changes


Thu, 09 Aug 2012 13:45:31 GMT Martin Decky <martin@…> [371cb6c]
	* release/Makefile (modified)

	build the ppc32 image for release, do not build the sparc64/niagara ...


Thu, 09 Aug 2012 12:23:49 GMT Martin Decky <martin@…> [1b06a9de]
	* contrib/arch/HelenOS.adl (modified)
	* version (modified)

	bump version to 0.5.0 in preparation for a release


Wed, 08 Aug 2012 19:32:50 GMT Jakub Jermar <jakub@…> [c8d50d2]
	* defaults/sparc64/ultra/Makefile.config (modified)

	Make the default sparc64/ultra build barebone.


Wed, 08 Aug 2012 07:06:31 GMT Vojtech Horky <vojtechhorky@…> [1d01cca]
	* release/Makefile (modified)

	Fix release script

	 * Must tell bzr export explicitly to export the ...


Sun, 05 Aug 2012 21:39:56 GMT Jakub Jermar <jakub@…> [7cd9b02]
	* uspace/lib/c/arch/amd64/include/elf_linux.h (modified)

	Add the missing part of amd64's elf_regs_t.

	- GDB can now find the ...


Sun, 05 Aug 2012 12:54:44 GMT Jiri Svoboda <jiri@…> [798105ca]
	* uspace/srv/net/tcp/sock.c (modified)

	tcp_sock_recv_fibril() needs to handle situation when sock_core goes ...


Thu, 02 Aug 2012 14:36:08 GMT Martin Decky <martin@…> [d4112ba]
	* contrib/bazaar/bzreml/__init__.py (modified)
	* contrib/bazaar/mbprotect/__init__.py (modified)

	Repository.iter_reverse_revision_history() method is deprecated and ...


Tue, 31 Jul 2012 14:59:17 GMT Martin Decky <martin@…> [9bcdbc5]
	* uspace/lib/c/arch/abs32le/_link.ld.in (modified)
	* uspace/lib/c/arch/amd64/_link.ld.in (modified)
	* uspace/lib/c/arch/arm32/_link.ld.in (modified)
	* uspace/lib/c/arch/ia32/_link.ld.in (modified)
	* uspace/lib/c/arch/ia64/_link.ld.in (modified)
	* uspace/lib/c/arch/mips32/_link.ld.in (modified)
	* uspace/lib/c/arch/mips64/_link.ld.in (modified)
	* uspace/lib/c/arch/ppc32/_link.ld.in (modified)
	* uspace/lib/c/arch/sparc64/_link.ld.in (modified)

	make sure the code in .init is always aligned reasonably
	(despite ...


Tue, 31 Jul 2012 14:10:58 GMT Martin Decky <martin@…> [31e6aa7]
	* uspace/lib/c/arch/arm32/src/fibril.S (modified)
	* uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified)
	* uspace/lib/c/arch/arm32/src/thread_entry.s (modified)

	cstyle


Tue, 31 Jul 2012 12:50:14 GMT Martin Decky <martin@…> [fbe89af]
	* boot/arch/mips32/Makefile.inc (modified)
	* boot/arch/mips64/Makefile.inc (modified)
	* kernel/arch/mips32/Makefile.inc (modified)
	* kernel/arch/mips64/Makefile.inc (modified)
	* uspace/lib/c/arch/mips32/Makefile.common (modified)
	* uspace/lib/c/arch/mips32eb/Makefile.common (modified)
	* uspace/lib/c/arch/mips64/Makefile.common (modified)

	mips: do not generate FPU code


Tue, 31 Jul 2012 12:32:24 GMT Martin Decky <martin@…> [a7e064fc]
	* defaults/mips32/Makefile.config (modified)

	mips32 builds need to be barebone so far
	(to workaround the ROM size ...


Tue, 31 Jul 2012 12:23:07 GMT Martin Decky <martin@…> [f80fd8c]
	* contrib/conf/mips32-gx.sh (modified)

	allow to specify different machine from command line


Mon, 30 Jul 2012 21:34:04 GMT Martin Sucha <sucha14@…> [1772e6d]
	* boot/generic/src/str.c (modified)
	* kernel/generic/src/lib/str.c (modified)
	* uspace/lib/c/generic/str.c (modified)

	Update documentation for str_cmp and str_lcmp.

	This is a modified ...


Mon, 30 Jul 2012 18:20:54 GMT Martin Sucha <sucha14@…> [597b12e]
	* uspace/lib/clui/tinput.c (modified)

	Fix a possible numeric overflow introduced by the previous commit.


Mon, 30 Jul 2012 17:37:22 GMT Martin Sucha <sucha14@…> [6e3b052d]
	* uspace/lib/clui/tinput.c (modified)

	Fix computation of column width when showing tab completions.


Mon, 30 Jul 2012 17:33:21 GMT Martin Decky <martin@…> [e1c0260]
	* uspace/lib/c/arch/abs32le/_link.ld.in (modified)
	* uspace/lib/c/arch/amd64/_link.ld.in (modified)
	* uspace/lib/c/arch/arm32/_link.ld.in (modified)
	* uspace/lib/c/arch/ia32/_link.ld.in (modified)
	* uspace/lib/c/arch/ia64/_link.ld.in (modified)
	* uspace/lib/c/arch/mips32/_link.ld.in (modified)
	* uspace/lib/c/arch/mips64/_link.ld.in (modified)
	* uspace/lib/c/arch/ppc32/_link.ld.in (modified)
	* uspace/lib/c/arch/sparc64/_link.ld.in (modified)
	* uspace/srv/loader/interp.S (modified)

	improve loader .interp fix
	 * suppress the assembler warning by ...


Mon, 30 Jul 2012 14:34:10 GMT Martin Decky <martin@…> [b553acc]
	* contrib/bazaar/bzreml/setup.py (modified)

	version bump


Mon, 30 Jul 2012 14:33:12 GMT Martin Decky <martin@…> [4bbba4a]
	* contrib/bazaar/bzreml/__init__.py (modified)

	when pushing more revisions at once, send multiple individual emails ...


Sun, 29 Jul 2012 23:28:08 GMT Martin Sucha <sucha14@…> [5ea75f0]
	* uspace/app/sportdmp/sportdmp.c (modified)

	sportdmp: Use first service from serial category instead of hardcoded ...


Sun, 29 Jul 2012 23:08:51 GMT Martin Sucha <sucha14@…> [0aa300d]
	* uspace/app/sportdmp/sportdmp.c (modified)

	sportdmp: make baud argument optional


Sun, 29 Jul 2012 23:06:56 GMT Martin Sucha <sucha14@…> [dce39b4]
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/include/str.h (modified)

	Add a function to check if a string has a given prefix.


Sun, 29 Jul 2012 21:11:10 GMT Martin Sucha <sucha14@…> [99047a72]
	* contrib/bazaar/bzreml/__init__.py (modified)

	Display commit message for the last revision in the post-commit ...


Sun, 29 Jul 2012 20:32:05 GMT Martin Sucha <sucha14@…> [4efeab5]
	* boot/generic/src/str.c (modified)
	* kernel/generic/src/lib/str.c (modified)
	* uspace/lib/c/generic/str.c (modified)

	Update documentation for str_cmp and str_lcmp


Sun, 29 Jul 2012 12:58:21 GMT Martin Sucha <sucha14@…> [13d5639]
	* uspace/lib/c/generic/str.c (modified)

	Correctly check numbers while converting them to integer.


Sun, 29 Jul 2012 12:33:59 GMT Martin Sucha <sucha14@…> [56ba2b9]
	* uspace/app/sportdmp/sportdmp.c (modified)

	sportdmp: For invalid service name, print error instead of waiting ...


Sat, 28 Jul 2012 05:33:49 GMT Jakub Jermar <jakub@…> [b2ba418]
	* uspace/srv/loader/Makefile (modified)
	* uspace/srv/loader/interp.S (moved)

	The .interp section needs to be both allocable and either @note or ...


Thu, 26 Jul 2012 22:10:06 GMT Jakub Jermar <jakub@…> [d30b14f]
	* kernel/arch/amd64/src/asm.S (modified)

	Adhere to amd64 ABI for calling variadic functions.


Thu, 26 Jul 2012 21:46:57 GMT Jakub Jermar <jakub@…> [4fc93d5]
	* kernel/arch/amd64/src/asm.S (modified)

	Sanitize the SYSRET vulnerability on Intel amd64 processors.


Thu, 26 Jul 2012 21:38:14 GMT Jakub Jermar <jakub@…> [8f4f444]
	* kernel/generic/include/interrupt.h (modified)
	* kernel/generic/src/interrupt/interrupt.c (modified)

	Add a variant of fault_if_from_uspace() that doesn't check whether ...


Tue, 24 Jul 2012 16:55:15 GMT Martin Decky <martin@…> [f66c203d]
	* kernel/arch/amd64/src/boot/multiboot.S (modified)
	* kernel/arch/amd64/src/boot/multiboot2.S (modified)
	* kernel/arch/amd64/src/boot/vesa_ret.inc (modified)
	* kernel/arch/ia32/src/boot/multiboot.S (modified)
	* kernel/arch/ia32/src/boot/multiboot2.S (modified)
	* kernel/arch/ia32/src/boot/vesa_prot.inc (modified)
	* kernel/arch/ia32/src/boot/vesa_real.inc (modified)
	* kernel/arch/ia32/src/boot/vesa_ret.inc (modified)

	explicitly load default BIOS IDT for real-mode VESA BIOS access (GRUB ...


Tue, 24 Jul 2012 10:04:01 GMT Martin Decky <martin@…> [c828803]
	* uspace/lib/c/generic/malloc.c (modified)

	add comment describing the motivation for the alignment


Mon, 23 Jul 2012 16:20:56 GMT Martin Decky <martin@…> [da287d1]
	* uspace/lib/c/generic/malloc.c (modified)

	cstyle (no change in functionality)


Mon, 23 Jul 2012 16:15:40 GMT Martin Decky <martin@…> [b078a42]
	* uspace/lib/c/generic/malloc.c (modified)

	it is imperative that the _size_ of the allocated block is at least ...


Mon, 23 Jul 2012 15:11:03 GMT Martin Decky <martin@…> [1008064]
	* boot/arch/ia64/Makefile.inc (modified)
	* kernel/arch/ia64/Makefile.inc (modified)
	* uspace/lib/c/arch/ia64/Makefile.common (modified)

	temporary workaround for ticket #465 (GCC bug 53975)


Mon, 23 Jul 2012 08:08:17 GMT Jan Vesely <jano.vesely@…> [ea8b91d]
	* uspace/drv/bus/usb/ohci/hc.c (modified)

	ohci: Fix interrupt mask on big endian hw.

	This never caused ...


Mon, 23 Jul 2012 04:48:55 GMT Jakub Jermar <jakub@…> [e7c3fa0]
	* uspace/lib/c/generic/malloc.c (modified)

	Detect integer overflow in lcm() when cumputing alignment in ...


Mon, 23 Jul 2012 04:22:12 GMT Jakub Jermar <jakub@…> [7aafdb86]
	* uspace/lib/c/generic/malloc.c (modified)

	When growing heap to satisfy an allocation request of s bytes aligned ...


Sat, 21 Jul 2012 23:15:18 GMT Martin Decky <martin@…> [76c07e4]
	* uspace/drv/block/ahci/ahci.c (modified)

	fix condition reset


Sat, 21 Jul 2012 14:11:55 GMT Martin Decky <martin@…> [eb3683a]
	* uspace/drv/block/ahci/ahci.c (modified)
	* uspace/drv/block/ahci/ahci.h (modified)
	* uspace/drv/block/ahci/ahci_hw.h (modified)

	AHCI improvements
	 * avoid interrupt lockups by properly detecting ...


Sat, 21 Jul 2012 14:01:12 GMT Martin Decky <martin@…> [8486c07]
	* abi/include/ddi/irq.h (modified)
	* kernel/generic/src/ipc/irq.c (modified)
	* uspace/drv/bus/usb/ohci/hc.c (modified)
	* uspace/drv/bus/usb/uhci/hc.c (modified)
	* uspace/drv/char/i8042/i8042.c (modified)
	* uspace/drv/nic/ne2k/ne2k.c (modified)
	* uspace/srv/hid/input/port/ns16550.c (modified)
	* uspace/srv/hid/input/port/pl050.c (modified)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified)

	IRQ pseudocode improvements
	 * rename CMD_BTEST to CMD_AND (less ...


Sat, 21 Jul 2012 13:47:22 GMT Martin Decky <martin@…> [56c167c]
	* kernel/generic/src/ipc/irq.c (modified)

	cstyle (no change in functionality)


Sat, 21 Jul 2012 13:45:19 GMT Martin Decky <martin@…> [fb7e545e]
	* kernel/generic/include/ipc/irq.h (modified)

	enlarge the maximum allowed pseudocode size


Sat, 21 Jul 2012 13:44:49 GMT Martin Decky <martin@…> [be67118]
	* abi/include/ddi/irq.h (modified)

	improve documentation


Fri, 20 Jul 2012 18:14:55 GMT Jan Vesely <jano.vesely@…> [6de2d766]
	* HelenOS.config (modified)
	* boot/arch/ppc32/Makefile.inc (modified)
	* defaults/ppc32/Makefile.config (modified)
	* uspace/Makefile (modified)
	* uspace/app/lsusb/Makefile (deleted)
	* uspace/app/usbinfo/Makefile (modified)
	* uspace/app/usbinfo/list.c (moved)
	* uspace/app/usbinfo/main.c (modified)
	* uspace/app/usbinfo/usbinfo.h (modified)
	* uspace/drv/bus/pci/pciintel/pci.c (modified)
	* uspace/drv/bus/pci/pciintel/pci.h (modified)
	* uspace/drv/bus/usb/ehci/main.c (modified)
	* uspace/drv/bus/usb/ohci/endpoint_list.c (modified)
	* uspace/drv/bus/usb/ohci/hc.c (modified)
	* uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified)
	* uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified)
	* uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified)
	* uspace/drv/bus/usb/ohci/hw_struct/mem_access.h (added)
	* 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/main.c (modified)
	* uspace/drv/bus/usb/ohci/ohci.c (modified)
	* uspace/drv/bus/usb/ohci/ohci_batch.c (modified)
	* uspace/drv/bus/usb/ohci/ohci_batch.h (modified)
	* uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified)
	* uspace/drv/bus/usb/ohci/ohci_regs.h (modified)
	* uspace/drv/bus/usb/ohci/root_hub.c (modified)
	* uspace/drv/bus/usb/ohci/utils/malloc32.h (modified)
	* uspace/drv/bus/usb/uhci/hc.c (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/transfer_list.c (modified)
	* uspace/drv/bus/usb/uhci/uhci.c (modified)
	* uspace/drv/bus/usb/uhci/uhci_batch.c (modified)
	* uspace/drv/bus/usb/uhci/uhci_batch.h (modified)
	* uspace/drv/bus/usb/uhci/utils/malloc32.h (modified)
	* uspace/drv/bus/usb/uhcirh/port.c (modified)
	* uspace/drv/bus/usb/uhcirh/root_hub.c (modified)
	* uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified)
	* uspace/drv/bus/usb/usbhid/generic/hiddev.h (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified)
	* uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.h (modified)
	* uspace/drv/bus/usb/usbhid/main.c (modified)
	* uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified)
	* uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified)
	* uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified)
	* uspace/drv/bus/usb/usbhid/multimedia/multimedia.h (modified)
	* uspace/drv/bus/usb/usbhid/subdrivers.h (modified)
	* uspace/drv/bus/usb/usbhid/usbhid.c (modified)
	* uspace/drv/bus/usb/usbhid/usbhid.h (modified)
	* uspace/drv/bus/usb/usbhub/port.c (modified)
	* uspace/drv/bus/usb/usbhub/status.h (modified)
	* uspace/drv/bus/usb/usbhub/usbhub.c (modified)
	* uspace/drv/bus/usb/usbmid/main.c (modified)
	* uspace/drv/infrastructure/rootmac/rootmac.c (modified)
	* uspace/drv/infrastructure/rootpc/rootpc.c (modified)
	* uspace/lib/drv/generic/remote_usb.c (modified)
	* uspace/lib/drv/generic/remote_usbhc.c (modified)
	* uspace/lib/usbdev/include/usb/dev/usb_device_connection.h (modified)
	* uspace/lib/usbdev/src/devdrv.c (modified)
	* uspace/lib/usbdev/src/pipes.c (modified)
	* uspace/lib/usbdev/src/pipesinit.c (modified)
	* uspace/lib/usbdev/src/request.c (modified)
	* uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidpath.h (modified)
	* uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified)
	* uspace/lib/usbhid/include/usb/hid/request.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/hidreport.c (modified)
	* uspace/lib/usbhid/src/hidreq.c (modified)
	* uspace/lib/usbhost/src/endpoint.c (modified)
	* uspace/lib/usbhost/src/usb_device_manager.c (modified)
	* uspace/lib/usbhost/src/usb_endpoint_manager.c (modified)
	* uspace/lib/usbhost/src/usb_transfer_batch.c (modified)

	Merge USB branch.

	USB should be endian agnostic now.
	OHCI and pci ...


Fri, 20 Jul 2012 16:38:15 GMT Jan Vesely <jano.vesely@…> [32260a0]
	* uspace/app/usbinfo/main.c (modified)

	usbinfo: Remove redundant loop.


Fri, 20 Jul 2012 16:19:32 GMT Jan Vesely <jano.vesely@…> [8d355aa8]
	* uspace/app/usbinfo/main.c (modified)

	usbinfo: allow combining list with other commands.


Fri, 20 Jul 2012 15:25:32 GMT Jan Vesely <jano.vesely@…> [9e279c4]
	* uspace/Makefile (modified)
	* uspace/app/lsusb/Makefile (deleted)
	* uspace/app/usbinfo/Makefile (modified)
	* uspace/app/usbinfo/list.c (moved)
	* uspace/app/usbinfo/main.c (modified)
	* uspace/app/usbinfo/usbinfo.h (modified)

	Merge lsusb to usbinfo.

	Use -l or --list to get the list.


Fri, 20 Jul 2012 14:46:43 GMT Jan Vesely <jano.vesely@…> [3795f9c]
	* uspace/drv/infrastructure/rootmac/rootmac.c (modified)

	rootmac: Disable hardcoded pci bus.

	Reported to cause lockups.


Fri, 20 Jul 2012 14:33:35 GMT Jan Vesely <jano.vesely@…> [e3122b0]
	* uspace/drv/bus/usb/uhci/utils/malloc32.h (modified)

	uhci: Use dmamem_map_anonymous instead of as area tricks.


Fri, 20 Jul 2012 14:33:02 GMT Jan Vesely <jano.vesely@…> [8fccd42]
	* uspace/drv/bus/usb/ohci/root_hub.c (modified)

	ohci: Fix compiler errors


Fri, 20 Jul 2012 13:51:28 GMT Jan Vesely <jano.vesely@…> [8013637]
	* HelenOS.config (modified)
	* abi/include/proc/uarg.h (modified)
	* boot/Makefile.build (modified)
	* boot/Makefile.common (modified)
	* boot/Makefile.grub (modified)
	* kernel/Makefile (modified)
	* kernel/arch/abs32le/include/mm/page.h (modified)
	* kernel/arch/amd64/Makefile.inc (modified)
	* kernel/arch/amd64/include/mm/page.h (modified)
	* kernel/arch/amd64/src/mm/page.c (modified)
	* kernel/arch/amd64/src/userspace.c (modified)
	* kernel/arch/arm32/include/mm/page.h (modified)
	* kernel/arch/arm32/src/userspace.c (modified)
	* kernel/arch/ia32/Makefile.inc (modified)
	* kernel/arch/ia32/include/mm/page.h (modified)
	* kernel/arch/ia32/src/mm/page.c (modified)
	* kernel/arch/ia32/src/smp/apic.c (modified)
	* kernel/arch/ia32/src/userspace.c (modified)
	* kernel/arch/ia64/src/drivers/ski.c (modified)
	* kernel/arch/ia64/src/ia64.c (modified)
	* kernel/arch/mips32/include/mm/page.h (modified)
	* kernel/arch/mips32/src/mips32.c (modified)
	* kernel/arch/mips64/src/mips64.c (modified)
	* kernel/arch/ppc32/include/mm/page.h (modified)
	* kernel/arch/ppc32/src/ppc32.c (modified)
	* kernel/arch/sparc64/Makefile.inc (modified)
	* kernel/arch/sparc64/src/drivers/niagara.c (modified)
	* kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified)
	* kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified)
	* kernel/arch/sparc64/src/proc/thread.c (modified)
	* kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified)
	* kernel/arch/sparc64/src/sun4u/sparc64.c (modified)
	* kernel/arch/sparc64/src/sun4v/sparc64.c (modified)
	* kernel/genarch/include/mm/page_pt.h (modified)
	* kernel/genarch/src/fb/fb.c (modified)
	* kernel/genarch/src/kbrd/kbrd.c (modified)
	* kernel/genarch/src/mm/as_ht.c (modified)
	* kernel/genarch/src/mm/page_ht.c (modified)
	* kernel/genarch/src/mm/page_pt.c (modified)
	* kernel/genarch/src/srln/srln.c (modified)
	* kernel/generic/include/console/prompt.h (added)
	* kernel/generic/include/debug.h (modified)
	* kernel/generic/include/ipc/ipc.h (modified)
	* kernel/generic/include/ipc/ipcrsc.h (modified)
	* kernel/generic/include/lib/ra.h (modified)
	* kernel/generic/include/mm/slab.h (modified)
	* kernel/generic/include/proc/program.h (modified)
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/include/symtab.h (modified)
	* kernel/generic/include/symtab_lookup.h (added)
	* kernel/generic/src/adt/btree.c (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/console/kconsole.c (modified)
	* kernel/generic/src/console/prompt.c (added)
	* kernel/generic/src/debug/symtab.c (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/ipc/kbox.c (modified)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* kernel/generic/src/lib/ra.c (modified)
	* kernel/generic/src/lib/rd.c (modified)
	* kernel/generic/src/main/kinit.c (modified)
	* kernel/generic/src/main/main.c (modified)
	* kernel/generic/src/main/uinit.c (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/mm/frame.c (modified)
	* kernel/generic/src/mm/slab.c (modified)
	* kernel/generic/src/mm/tlb.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/mutex.c (modified)
	* kernel/generic/src/synch/spinlock.c (modified)
	* kernel/generic/src/sysinfo/sysinfo.c (modified)
	* kernel/generic/src/udebug/udebug.c (modified)
	* kernel/generic/src/udebug/udebug_ops.c (modified)
	* kernel/test/mm/falloc1.c (modified)
	* kernel/test/mm/falloc2.c (modified)
	* kernel/test/mm/slab1.c (modified)
	* kernel/test/mm/slab2.c (modified)
	* kernel/test/synch/semaphore1.c (modified)
	* kernel/test/synch/semaphore2.c (modified)
	* kernel/test/thread/thread1.c (modified)
	* tools/autotool.py (modified)
	* tools/checkers/clang.py (modified)
	* tools/checkers/stanse.py (modified)
	* tools/checkers/vcc.py (modified)
	* tools/dest_build.py (added)
	* tools/filldir.py (modified)
	* tools/gentestfile.py (modified)
	* tools/mkfat.py (modified)
	* tools/mkuimage.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/TODO (modified)
	* uspace/app/bdsh/cmds/builtins/cd/cd.c (modified)
	* uspace/app/bdsh/cmds/modules/cat/cat.c (modified)
	* uspace/app/bdsh/cmds/modules/cat/cat.h (modified)
	* uspace/app/bdsh/cmds/modules/cp/cp.c (modified)
	* uspace/app/bdsh/cmds/modules/echo/echo.c (added)
	* uspace/app/bdsh/cmds/modules/echo/echo.h (added)
	* uspace/app/bdsh/cmds/modules/echo/echo_def.h (added)
	* uspace/app/bdsh/cmds/modules/echo/entry.h (added)
	* uspace/app/bdsh/cmds/modules/help/help.h (modified)
	* uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified)
	* uspace/app/bdsh/cmds/modules/mkdir/mkdir.h (modified)
	* uspace/app/bdsh/cmds/modules/modules.h (modified)
	* uspace/app/bdsh/cmds/modules/printf/TODO (added)
	* uspace/app/bdsh/cmds/modules/printf/entry.h (added)
	* uspace/app/bdsh/cmds/modules/printf/printf.c (added)
	* uspace/app/bdsh/cmds/modules/printf/printf.h (added)
	* uspace/app/bdsh/cmds/modules/printf/printf_def.h (added)
	* uspace/app/bdsh/cmds/modules/rm/rm.c (modified)
	* uspace/app/bdsh/cmds/modules/rm/rm.h (modified)
	* uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified)
	* uspace/app/devctl/devctl.c (modified)
	* uspace/app/edit/edit.c (modified)
	* uspace/app/edit/sheet.c (modified)
	* uspace/app/inet/Makefile (moved)
	* uspace/app/inet/inet.c (moved)
	* uspace/app/init/init.c (modified)
	* uspace/app/killall/killall.c (modified)
	* uspace/app/loc/Makefile (moved)
	* uspace/app/loc/loc.c (moved)
	* uspace/app/msim/Makefile (added)
	* uspace/app/msim/Makefile.msim.src (added)
	* uspace/app/msim/arch_helenos/helenos.h (added)
	* uspace/app/msim/arch_helenos/input.c (added)
	* uspace/app/msim/arch_helenos/misc.c (added)
	* uspace/app/msim/config.h.msim (added)
	* uspace/app/nettest1/nettest1.c (modified)
	* uspace/app/nettest2/nettest2.c (modified)
	* uspace/app/nterm/Makefile (added)
	* uspace/app/nterm/conn.c (added)
	* uspace/app/nterm/conn.h (added)
	* uspace/app/nterm/nterm.c (added)
	* uspace/app/nterm/nterm.h (added)
	* uspace/app/sbi/src/mytypes.h (modified)
	* uspace/app/sbi/src/stype.c (modified)
	* uspace/app/sysinfo/sysinfo.c (modified)
	* uspace/app/tester/hw/misc/virtchar1.c (modified)
	* uspace/app/tester/mm/common.c (modified)
	* uspace/app/tester/mm/mapping1.c (modified)
	* uspace/app/trace/proto.h (modified)
	* uspace/app/websrv/websrv.c (modified)
	* uspace/drv/block/ahci/Makefile (added)
	* uspace/drv/block/ahci/ahci.c (added)
	* uspace/drv/block/ahci/ahci.h (added)
	* uspace/drv/block/ahci/ahci.ma (added)
	* uspace/drv/block/ahci/ahci_hw.h (added)
	* uspace/drv/block/ahci/ahci_sata.h (added)
	* uspace/drv/bus/isa/isa.c (modified)
	* uspace/drv/bus/usb/ohci/utils/malloc32.h (modified)
	* uspace/drv/bus/usb/uhci/utils/malloc32.h (modified)
	* uspace/drv/bus/usb/usbmast/main.c (modified)
	* uspace/drv/nic/ne2k/dp8390.c (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/arch/ia64/include/fibril.h (modified)
	* uspace/lib/c/arch/ia64/include/thread.h (modified)
	* uspace/lib/c/generic/as.c (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/device/ahci.c (added)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/elf/elf_load.c (modified)
	* uspace/lib/c/generic/fibril.c (modified)
	* uspace/lib/c/generic/inet.c (modified)
	* uspace/lib/c/generic/inetcfg.c (modified)
	* uspace/lib/c/generic/inetping.c (modified)
	* uspace/lib/c/generic/iplink.c (modified)
	* uspace/lib/c/generic/loc.c (modified)
	* uspace/lib/c/generic/malloc.c (modified)
	* uspace/lib/c/generic/mman.c (modified)
	* uspace/lib/c/generic/net/socket_client.c (modified)
	* uspace/lib/c/generic/stacktrace.c (modified)
	* uspace/lib/c/generic/stats.c (modified)
	* uspace/lib/c/generic/sysinfo.c (modified)
	* uspace/lib/c/generic/thread.c (modified)
	* uspace/lib/c/generic/time.c (modified)
	* uspace/lib/c/include/as.h (modified)
	* uspace/lib/c/include/device/ahci.h (added)
	* uspace/lib/c/include/devman.h (modified)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/c/include/fibril.h (modified)
	* uspace/lib/c/include/ipc/dev_iface.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/c/include/ipc/loc.h (modified)
	* uspace/lib/c/include/loc.h (modified)
	* uspace/lib/c/include/stdarg.h (modified)
	* uspace/lib/c/include/stdio.h (modified)
	* uspace/lib/c/include/sys/mman.h (modified)
	* uspace/lib/c/include/unistd.h (modified)
	* uspace/lib/clui/tinput.h (modified)
	* uspace/lib/drv/Makefile (modified)
	* uspace/lib/drv/generic/dev_iface.c (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/generic/interrupt.c (modified)
	* uspace/lib/drv/generic/log.c (modified)
	* uspace/lib/drv/generic/logbuf.c (modified)
	* uspace/lib/drv/generic/remote_ahci.c (added)
	* uspace/lib/drv/include/ahci_iface.h (added)
	* uspace/lib/drv/include/ddf/driver.h (modified)
	* uspace/lib/drv/include/ddf/interrupt.h (modified)
	* uspace/lib/drv/include/ops/hw_res.h (modified)
	* uspace/lib/drv/include/ops/nic.h (modified)
	* uspace/lib/drv/include/remote_ahci.h (added)
	* uspace/lib/fb/imgmap.c (modified)
	* uspace/lib/fb/screenbuffer.c (modified)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/nic/include/nic.h (modified)
	* uspace/lib/nic/include/nic_impl.h (modified)
	* uspace/lib/nic/src/nic_driver.c (modified)
	* uspace/lib/posix/Makefile (modified)
	* uspace/lib/posix/errno.h (modified)
	* uspace/lib/posix/getopt.c (added)
	* uspace/lib/posix/getopt.h (added)
	* uspace/lib/posix/pwd.c (modified)
	* uspace/lib/posix/stdbool.h (modified)
	* uspace/lib/posix/stdio.h (modified)
	* uspace/lib/posix/time.c (modified)
	* uspace/lib/posix/unistd.c (modified)
	* uspace/lib/posix/unistd.h (modified)
	* uspace/lib/usb/include/usb/ddfiface.h (modified)
	* uspace/lib/usb/include/usb/debug.h (modified)
	* uspace/lib/usb/src/ddfiface.c (modified)
	* uspace/lib/usb/src/hc.c (modified)
	* uspace/lib/usbdev/include/usb/dev/driver.h (modified)
	* uspace/lib/usbdev/include/usb/dev/hub.h (modified)
	* uspace/lib/usbdev/include/usb/dev/recognise.h (modified)
	* uspace/lib/usbdev/src/altiface.c (modified)
	* uspace/lib/usbdev/src/hub.c (modified)
	* uspace/lib/usbdev/src/recognise.c (modified)
	* uspace/lib/usbhid/src/hidiface.c (modified)
	* uspace/lib/usbhost/include/usb/host/hcd.h (modified)
	* uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified)
	* uspace/lib/usbhost/src/iface.c (modified)
	* uspace/lib/usbvirt/src/device.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.c (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/bd/sata_bd/Makefile (added)
	* uspace/srv/bd/sata_bd/sata_bd.c (added)
	* uspace/srv/bd/sata_bd/sata_bd.h (added)
	* uspace/srv/clipboard/clipboard.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/fs/fat/fat_dentry.c (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/fb/fb.c (modified)
	* uspace/srv/hid/input/ctl/kbdev.c (modified)
	* uspace/srv/hid/input/generic/input.c (modified)
	* uspace/srv/hid/input/port/adb.c (modified)
	* uspace/srv/hid/input/proto/mousedev.c (modified)
	* uspace/srv/hid/remcons/remcons.c (modified)
	* uspace/srv/hid/remcons/telnet.h (modified)
	* uspace/srv/hid/remcons/user.h (modified)
	* uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified)
	* uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/locsrv/Makefile (moved)
	* uspace/srv/locsrv/category.c (moved)
	* uspace/srv/locsrv/category.h (moved)
	* uspace/srv/locsrv/locsrv.c (moved)
	* uspace/srv/locsrv/locsrv.h (moved)
	* uspace/srv/net/ethip/ethip.c (modified)
	* uspace/srv/net/ethip/ethip_nic.c (modified)
	* uspace/srv/net/inetsrv/Makefile (moved)
	* uspace/srv/net/inetsrv/addrobj.c (moved)
	* uspace/srv/net/inetsrv/addrobj.h (moved)
	* uspace/srv/net/inetsrv/icmp.c (moved)
	* uspace/srv/net/inetsrv/icmp.h (moved)
	* uspace/srv/net/inetsrv/icmp_std.h (moved)
	* uspace/srv/net/inetsrv/inet_link.c (moved)
	* uspace/srv/net/inetsrv/inet_link.h (moved)
	* uspace/srv/net/inetsrv/inet_std.h (moved)
	* uspace/srv/net/inetsrv/inet_util.c (moved)
	* uspace/srv/net/inetsrv/inet_util.h (moved)
	* uspace/srv/net/inetsrv/inetcfg.c (moved)
	* uspace/srv/net/inetsrv/inetcfg.h (moved)
	* uspace/srv/net/inetsrv/inetping.c (moved)
	* uspace/srv/net/inetsrv/inetping.h (moved)
	* uspace/srv/net/inetsrv/inetsrv.c (moved)
	* uspace/srv/net/inetsrv/inetsrv.h (moved)
	* uspace/srv/net/inetsrv/pdu.c (moved)
	* uspace/srv/net/inetsrv/pdu.h (moved)
	* uspace/srv/net/inetsrv/reass.c (moved)
	* uspace/srv/net/inetsrv/reass.h (moved)
	* uspace/srv/net/inetsrv/sroute.c (moved)
	* uspace/srv/net/inetsrv/sroute.h (moved)
	* uspace/srv/net/loopip/loopip.c (modified)
	* uspace/srv/net/tcp/conn.c (modified)
	* uspace/srv/net/tcp/ncsim.c (modified)
	* uspace/srv/net/tcp/ncsim.h (modified)
	* uspace/srv/net/tcp/rqueue.c (modified)
	* uspace/srv/net/tcp/rqueue.h (modified)
	* uspace/srv/net/tcp/segment.c (modified)
	* uspace/srv/net/tcp/sock.c (modified)
	* uspace/srv/net/tcp/tcp.c (modified)
	* uspace/srv/net/tcp/tcp_type.h (modified)
	* uspace/srv/net/tcp/test.c (modified)
	* uspace/srv/net/udp/sock.c (modified)
	* uspace/srv/net/udp/udp.c (modified)
	* uspace/srv/net/udp/udp_type.h (modified)
	* uspace/srv/ns/ns.c (modified)
	* uspace/srv/vfs/vfs.c (modified)

	More mainline changes.


Wed, 18 Jul 2012 21:21:57 GMT Jakub Jermar <jakub@…> [7030bc9]
	* uspace/drv/nic/ne2k/dp8390.c (modified)

	Check that the CR_TXP bit in ne2k's CR register is zero after a ...


Wed, 18 Jul 2012 17:35:08 GMT Martin Decky <martin@…> [ae3ff9f5]
	* uspace/drv/block/ahci/ahci.c (modified)
	* uspace/drv/block/ahci/ahci.h (modified)
	* uspace/drv/block/ahci/ahci_hw.h (modified)
	* uspace/drv/block/ahci/ahci_sata.h (modified)
	* uspace/srv/bd/sata_bd/sata_bd.c (modified)
	* uspace/srv/bd/sata_bd/sata_bd.h (modified)

	import AHCI updates (comments, fixes) from Petr Jerman (lp:~petr- ...


Tue, 17 Jul 2012 16:35:09 GMT Martin Decky <martin@…> [730dce77]
	* uspace/drv/block/ahci/ahci.c (modified)
	* uspace/drv/block/ahci/ahci_hw.h (modified)
	* uspace/drv/block/ahci/ahci_sata.h (modified)

	get rid of the packed structure attribute (there should be no ...


Tue, 17 Jul 2012 15:52:55 GMT Martin Decky <martin@…> [a00d555]
	* uspace/drv/block/ahci/ahci.c (modified)

	AHCI fixups


Tue, 17 Jul 2012 15:14:01 GMT Martin Decky <martin@…> [e435537]
	* kernel/generic/src/console/kconsole.c (modified)
	* kernel/generic/src/console/prompt.c (modified)
	* kernel/generic/src/debug/symtab.c (modified)
	* uspace/app/bdsh/cmds/modules/cat/cat.c (modified)
	* uspace/srv/hid/console/console.c (modified)

	cstyle


Tue, 17 Jul 2012 14:56:57 GMT Martin Decky <martin@…> [9904eb90]
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/drv/block/ahci/Makefile (added)
	* uspace/drv/block/ahci/ahci.c (added)
	* uspace/drv/block/ahci/ahci.h (added)
	* uspace/drv/block/ahci/ahci.ma (added)
	* uspace/drv/block/ahci/ahci_hw.h (added)
	* uspace/drv/block/ahci/ahci_sata.h (added)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/generic/device/ahci.c (added)
	* uspace/lib/c/include/device/ahci.h (added)
	* uspace/lib/c/include/ipc/dev_iface.h (modified)
	* uspace/lib/drv/Makefile (modified)
	* uspace/lib/drv/generic/dev_iface.c (modified)
	* uspace/lib/drv/generic/remote_ahci.c (added)
	* uspace/lib/drv/include/ahci_iface.h (added)
	* uspace/lib/drv/include/remote_ahci.h (added)
	* uspace/srv/bd/sata_bd/Makefile (added)
	* uspace/srv/bd/sata_bd/sata_bd.c (added)
	* uspace/srv/bd/sata_bd/sata_bd.h (added)

	cherrypick initial SATA (AHCI) support, originally by Petr Jerman


Tue, 17 Jul 2012 14:55:21 GMT Martin Decky <martin@…> [dfc07c1]
	* kernel/generic/src/console/prompt.c (modified)

	cstyle


Tue, 10 Jul 2012 13:03:10 GMT Vojtech Horky <vojtechhorky@…> [f0348c8]
	* kernel/Makefile (modified)
	* kernel/generic/include/console/prompt.h (added)
	* kernel/generic/include/debug.h (modified)
	* kernel/generic/include/symtab.h (modified)
	* kernel/generic/include/symtab_lookup.h (added)
	* kernel/generic/src/console/kconsole.c (modified)
	* kernel/generic/src/console/prompt.c (added)
	* kernel/generic/src/debug/symtab.c (modified)
	* uspace/app/bdsh/cmds/modules/cat/cat.c (modified)
	* uspace/srv/hid/console/console.c (modified)

	Merge kernel console completion and console interface clean-up
 ...


Tue, 10 Jul 2012 12:48:24 GMT Vojtech Horky <vojtechhorky@…> [f4a8734]
	* kernel/generic/src/console/prompt.c (modified)

	C style


Tue, 10 Jul 2012 12:40:50 GMT Vojtech Horky <vojtechhorky@…> [550af2b]
	* kernel/generic/src/console/prompt.c (modified)

	Add missing documentation


Tue, 10 Jul 2012 12:38:05 GMT Vojtech Horky <vojtechhorky@…> [aca4a04]
	* kernel/generic/include/console/prompt.h (modified)
	* kernel/generic/src/console/kconsole.c (modified)
	* kernel/generic/src/console/prompt.c (modified)
	* kernel/generic/src/debug/symtab.c (modified)

	Extract common code into function


Tue, 10 Jul 2012 12:32:56 GMT Vojtech Horky <vojtechhorky@…> [f0d7bd9]
	* kernel/Makefile (modified)
	* kernel/generic/include/console/prompt.h (added)
	* kernel/generic/include/symtab.h (modified)
	* kernel/generic/src/console/kconsole.c (modified)
	* kernel/generic/src/console/prompt.c (added)
	* kernel/generic/src/debug/symtab.c (modified)

	Create function for displaying --more-- prompt


Tue, 10 Jul 2012 12:01:07 GMT Vojtech Horky <vojtechhorky@…> [1e01a35]
	* kernel/generic/include/debug.h (modified)
	* kernel/generic/include/symtab.h (modified)
	* kernel/generic/include/symtab_lookup.h (added)
	* kernel/generic/src/console/kconsole.c (modified)
	* kernel/generic/src/debug/symtab.c (modified)

	Symbol table completion for kernel console (#50)

	Kernel console ...


Tue, 10 Jul 2012 11:53:50 GMT Vojtech Horky <vojtechhorky@…> [b4ca0a9c]
	* HelenOS.config (modified)
	* abi/include/proc/uarg.h (modified)
	* boot/Makefile.build (modified)
	* boot/Makefile.common (modified)
	* boot/Makefile.grub (modified)
	* kernel/Makefile (modified)
	* kernel/arch/abs32le/include/mm/page.h (modified)
	* kernel/arch/amd64/Makefile.inc (modified)
	* kernel/arch/amd64/include/mm/page.h (modified)
	* kernel/arch/amd64/src/mm/page.c (modified)
	* kernel/arch/amd64/src/userspace.c (modified)
	* kernel/arch/arm32/include/mm/page.h (modified)
	* kernel/arch/arm32/src/userspace.c (modified)
	* kernel/arch/ia32/Makefile.inc (modified)
	* kernel/arch/ia32/include/mm/page.h (modified)
	* kernel/arch/ia32/src/mm/page.c (modified)
	* kernel/arch/ia32/src/smp/apic.c (modified)
	* kernel/arch/ia32/src/userspace.c (modified)
	* kernel/arch/ia64/src/drivers/ski.c (modified)
	* kernel/arch/ia64/src/ia64.c (modified)
	* kernel/arch/mips32/include/mm/page.h (modified)
	* kernel/arch/mips32/src/mips32.c (modified)
	* kernel/arch/mips64/src/mips64.c (modified)
	* kernel/arch/ppc32/include/mm/page.h (modified)
	* kernel/arch/ppc32/src/ppc32.c (modified)
	* kernel/arch/sparc64/Makefile.inc (modified)
	* kernel/arch/sparc64/src/drivers/niagara.c (modified)
	* kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified)
	* kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified)
	* kernel/arch/sparc64/src/proc/thread.c (modified)
	* kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified)
	* kernel/arch/sparc64/src/sun4u/sparc64.c (modified)
	* kernel/arch/sparc64/src/sun4v/sparc64.c (modified)
	* kernel/genarch/include/mm/page_pt.h (modified)
	* kernel/genarch/src/kbrd/kbrd.c (modified)
	* kernel/genarch/src/mm/as_ht.c (modified)
	* kernel/genarch/src/mm/page_ht.c (modified)
	* kernel/genarch/src/mm/page_pt.c (modified)
	* kernel/genarch/src/srln/srln.c (modified)
	* kernel/generic/include/ipc/ipc.h (modified)
	* kernel/generic/include/ipc/ipcrsc.h (modified)
	* kernel/generic/include/proc/program.h (modified)
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/src/adt/btree.c (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/ipc/kbox.c (modified)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* kernel/generic/src/lib/ra.c (modified)
	* kernel/generic/src/lib/rd.c (modified)
	* kernel/generic/src/main/kinit.c (modified)
	* kernel/generic/src/main/main.c (modified)
	* kernel/generic/src/main/uinit.c (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/mm/slab.c (modified)
	* kernel/generic/src/mm/tlb.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/spinlock.c (modified)
	* kernel/generic/src/sysinfo/sysinfo.c (modified)
	* kernel/generic/src/udebug/udebug.c (modified)
	* kernel/generic/src/udebug/udebug_ops.c (modified)
	* kernel/test/mm/falloc1.c (modified)
	* kernel/test/mm/falloc2.c (modified)
	* kernel/test/mm/slab1.c (modified)
	* kernel/test/mm/slab2.c (modified)
	* kernel/test/synch/semaphore1.c (modified)
	* kernel/test/synch/semaphore2.c (modified)
	* kernel/test/thread/thread1.c (modified)
	* tools/autotool.py (modified)
	* tools/dest_build.py (added)
	* tools/toolchain.sh (modified)
	* uspace/Makefile (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/devctl/devctl.c (modified)
	* uspace/app/killall/killall.c (modified)
	* uspace/app/loc/loc.c (modified)
	* uspace/app/msim/Makefile (added)
	* uspace/app/msim/Makefile.msim.src (added)
	* uspace/app/msim/arch_helenos/helenos.h (added)
	* uspace/app/msim/arch_helenos/input.c (added)
	* uspace/app/msim/arch_helenos/misc.c (added)
	* uspace/app/msim/config.h.msim (added)
	* uspace/app/nettest1/nettest1.c (modified)
	* uspace/app/nettest2/nettest2.c (modified)
	* uspace/app/sbi/src/mytypes.h (modified)
	* uspace/app/sysinfo/sysinfo.c (modified)
	* uspace/app/tester/hw/misc/virtchar1.c (modified)
	* uspace/app/tester/mm/common.c (modified)
	* uspace/app/tester/mm/mapping1.c (modified)
	* uspace/app/trace/proto.h (modified)
	* uspace/app/websrv/websrv.c (modified)
	* uspace/drv/bus/isa/isa.c (modified)
	* uspace/drv/bus/usb/ehci/res.c (modified)
	* uspace/drv/bus/usb/ohci/utils/malloc32.h (modified)
	* uspace/drv/bus/usb/uhci/res.c (modified)
	* uspace/drv/bus/usb/uhci/utils/malloc32.h (modified)
	* uspace/drv/bus/usb/usbmast/main.c (modified)
	* uspace/lib/c/arch/ia64/include/fibril.h (modified)
	* uspace/lib/c/arch/ia64/include/thread.h (modified)
	* uspace/lib/c/generic/as.c (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/elf/elf_load.c (modified)
	* uspace/lib/c/generic/fibril.c (modified)
	* uspace/lib/c/generic/inet.c (modified)
	* uspace/lib/c/generic/inetcfg.c (modified)
	* uspace/lib/c/generic/inetping.c (modified)
	* uspace/lib/c/generic/iplink.c (modified)
	* uspace/lib/c/generic/loc.c (modified)
	* uspace/lib/c/generic/malloc.c (modified)
	* uspace/lib/c/generic/mman.c (modified)
	* uspace/lib/c/generic/net/socket_client.c (modified)
	* uspace/lib/c/generic/stacktrace.c (modified)
	* uspace/lib/c/generic/stats.c (modified)
	* uspace/lib/c/generic/sysinfo.c (modified)
	* uspace/lib/c/generic/thread.c (modified)
	* uspace/lib/c/generic/time.c (modified)
	* uspace/lib/c/include/as.h (modified)
	* uspace/lib/c/include/devman.h (modified)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/c/include/fibril.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/c/include/ipc/loc.h (modified)
	* uspace/lib/c/include/loc.h (modified)
	* uspace/lib/c/include/stdarg.h (modified)
	* uspace/lib/c/include/stdio.h (modified)
	* uspace/lib/c/include/sys/mman.h (modified)
	* uspace/lib/clui/tinput.h (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/generic/interrupt.c (modified)
	* uspace/lib/drv/generic/log.c (modified)
	* uspace/lib/drv/generic/logbuf.c (modified)
	* uspace/lib/drv/include/ddf/driver.h (modified)
	* uspace/lib/drv/include/ddf/interrupt.h (modified)
	* uspace/lib/drv/include/ops/hw_res.h (modified)
	* uspace/lib/drv/include/ops/nic.h (modified)
	* uspace/lib/fb/imgmap.c (modified)
	* uspace/lib/fb/screenbuffer.c (modified)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/nic/include/nic.h (modified)
	* uspace/lib/nic/include/nic_impl.h (modified)
	* uspace/lib/nic/src/nic_driver.c (modified)
	* uspace/lib/posix/Makefile (modified)
	* uspace/lib/posix/errno.h (modified)
	* uspace/lib/posix/getopt.c (added)
	* uspace/lib/posix/getopt.h (added)
	* uspace/lib/posix/pwd.c (modified)
	* uspace/lib/posix/stdbool.h (modified)
	* uspace/lib/posix/stdio.h (modified)
	* uspace/lib/posix/time.c (modified)
	* uspace/lib/posix/unistd.c (modified)
	* uspace/lib/posix/unistd.h (modified)
	* uspace/lib/usb/include/usb/ddfiface.h (modified)
	* uspace/lib/usb/include/usb/debug.h (modified)
	* uspace/lib/usb/src/ddfiface.c (modified)
	* uspace/lib/usb/src/hc.c (modified)
	* uspace/lib/usbdev/include/usb/dev/driver.h (modified)
	* uspace/lib/usbdev/include/usb/dev/hub.h (modified)
	* uspace/lib/usbdev/include/usb/dev/recognise.h (modified)
	* uspace/lib/usbdev/src/altiface.c (modified)
	* uspace/lib/usbdev/src/hub.c (modified)
	* uspace/lib/usbdev/src/recognise.c (modified)
	* uspace/lib/usbhid/src/hidiface.c (modified)
	* uspace/lib/usbhost/include/usb/host/hcd.h (modified)
	* uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified)
	* uspace/lib/usbhost/src/iface.c (modified)
	* uspace/lib/usbvirt/src/device.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.c (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/clipboard/clipboard.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/fs/fat/fat_dentry.c (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/fb/fb.c (modified)
	* uspace/srv/hid/input/ctl/kbdev.c (modified)
	* uspace/srv/hid/input/generic/input.c (modified)
	* uspace/srv/hid/input/port/adb.c (modified)
	* uspace/srv/hid/input/proto/mousedev.c (modified)
	* uspace/srv/hid/remcons/remcons.c (modified)
	* uspace/srv/hid/remcons/telnet.h (modified)
	* uspace/srv/hid/remcons/user.h (modified)
	* uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified)
	* uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/locsrv/locsrv.c (modified)
	* uspace/srv/locsrv/locsrv.h (modified)
	* uspace/srv/net/ethip/ethip.c (modified)
	* uspace/srv/net/ethip/ethip_nic.c (modified)
	* uspace/srv/net/inetsrv/inetsrv.c (modified)
	* uspace/srv/net/loopip/loopip.c (modified)
	* uspace/srv/net/tcp/sock.c (modified)
	* uspace/srv/net/udp/sock.c (modified)
	* uspace/srv/net/udp/udp.c (modified)
	* uspace/srv/net/udp/udp_type.h (modified)
	* uspace/srv/ns/ns.c (modified)
	* uspace/srv/vfs/vfs.c (modified)

	Merge mainline changes


Mon, 09 Jul 2012 16:33:43 GMT Jakub Jermar <jakub@…> [33fc3ae]
	* uspace/srv/devman/main.c (modified)

	Do not leak a fun_node_t reference in devman_add_function()
	when ...


Tue, 03 Jul 2012 22:41:46 GMT Jakub Jermar <jakub@…> [5e4f22b]
	* kernel/arch/ia32/src/smp/apic.c (modified)

	When sending an IPI, wait for its successful delivery.


Tue, 03 Jul 2012 20:05:18 GMT Jakub Jermar <jakub@…> [bb4c9fca]
	* kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified)

	Reverse the condition which ends the loop in cross_call().


Tue, 03 Jul 2012 19:35:41 GMT Jakub Jermar <jakub@…> [72e1d6eb]
	* kernel/arch/abs32le/include/mm/page.h (modified)
	* kernel/arch/amd64/include/mm/page.h (modified)
	* kernel/arch/amd64/src/mm/page.c (modified)
	* kernel/arch/arm32/include/mm/page.h (modified)
	* kernel/arch/ia32/include/mm/page.h (modified)
	* kernel/arch/ia32/src/mm/page.c (modified)
	* kernel/arch/mips32/include/mm/page.h (modified)
	* kernel/arch/ppc32/include/mm/page.h (modified)
	* kernel/genarch/include/mm/page_pt.h (modified)
	* kernel/genarch/src/mm/page_ht.c (modified)
	* kernel/genarch/src/mm/page_pt.c (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/mm/tlb.c (modified)

	Merge from lp:~jakub/helenos/mm.


Tue, 03 Jul 2012 19:12:41 GMT Jakub Jermar <jakub@…> [e943ecf]
	* kernel/genarch/src/mm/page_pt.c (modified)

	Add read_barrier()'s to pt_mapping_find().

	This is to prevent a ...


Mon, 02 Jul 2012 21:31:24 GMT Jakub Jermar <jakub@…> [7d68da80]
	* kernel/genarch/src/mm/page_ht.c (modified)

	Add a write memory barrier also to ht_mapping_insert().


Sun, 01 Jul 2012 22:28:15 GMT Jakub Jermar <jakub@…> [609a417]
	* kernel/genarch/src/mm/page_pt.c (modified)

	Add write memory barriers to pt_mapping_insert() so that setting a ...


Sun, 01 Jul 2012 22:19:49 GMT Jakub Jermar <jakub@…> [0d8269b]
	* kernel/arch/abs32le/include/mm/page.h (modified)
	* kernel/arch/amd64/include/mm/page.h (modified)
	* kernel/arch/arm32/include/mm/page.h (modified)
	* kernel/arch/ia32/include/mm/page.h (modified)
	* kernel/arch/mips32/include/mm/page.h (modified)
	* kernel/arch/ppc32/include/mm/page.h (modified)
	* kernel/genarch/include/mm/page_pt.h (modified)

	Add macros for setting the present bit in PTEs separately.


Sun, 01 Jul 2012 16:29:32 GMT Jakub Jermar <jakub@…> [9432f08]
	* kernel/generic/src/mm/tlb.c (modified)

	Process all TLB messages or until TLB_INVL_ALL is reached.

	- ...


Fri, 29 Jun 2012 15:31:44 GMT Jakub Jermar <jakub@…> [e6a78b9]
	* HelenOS.config (modified)
	* abi/include/proc/uarg.h (modified)
	* boot/Makefile.build (modified)
	* boot/Makefile.common (modified)
	* boot/Makefile.grub (modified)
	* kernel/Makefile (modified)
	* kernel/arch/amd64/Makefile.inc (modified)
	* kernel/arch/amd64/src/userspace.c (modified)
	* kernel/arch/arm32/src/userspace.c (modified)
	* kernel/arch/ia32/Makefile.inc (modified)
	* kernel/arch/ia32/src/userspace.c (modified)
	* kernel/arch/ia64/src/drivers/ski.c (modified)
	* kernel/arch/ia64/src/ia64.c (modified)
	* kernel/arch/mips32/src/mips32.c (modified)
	* kernel/arch/mips64/src/mips64.c (modified)
	* kernel/arch/ppc32/src/ppc32.c (modified)
	* kernel/arch/sparc64/Makefile.inc (modified)
	* kernel/arch/sparc64/src/drivers/niagara.c (modified)
	* kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified)
	* kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified)
	* kernel/arch/sparc64/src/proc/thread.c (modified)
	* kernel/arch/sparc64/src/sun4u/sparc64.c (modified)
	* kernel/arch/sparc64/src/sun4v/sparc64.c (modified)
	* kernel/genarch/src/kbrd/kbrd.c (modified)
	* kernel/genarch/src/mm/as_ht.c (modified)
	* kernel/genarch/src/srln/srln.c (modified)
	* kernel/generic/include/ipc/ipc.h (modified)
	* kernel/generic/include/ipc/ipcrsc.h (modified)
	* kernel/generic/include/proc/program.h (modified)
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/src/adt/btree.c (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/ipc/kbox.c (modified)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* kernel/generic/src/lib/ra.c (modified)
	* kernel/generic/src/lib/rd.c (modified)
	* kernel/generic/src/main/kinit.c (modified)
	* kernel/generic/src/main/main.c (modified)
	* kernel/generic/src/main/uinit.c (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/mm/slab.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/mutex.c (modified)
	* kernel/generic/src/synch/spinlock.c (modified)
	* kernel/generic/src/sysinfo/sysinfo.c (modified)
	* kernel/generic/src/udebug/udebug.c (modified)
	* kernel/generic/src/udebug/udebug_ops.c (modified)
	* kernel/test/mm/falloc1.c (modified)
	* kernel/test/mm/falloc2.c (modified)
	* kernel/test/mm/slab1.c (modified)
	* kernel/test/mm/slab2.c (modified)
	* kernel/test/synch/semaphore1.c (modified)
	* kernel/test/synch/semaphore2.c (modified)
	* kernel/test/thread/thread1.c (modified)
	* tools/autotool.py (modified)
	* tools/checkers/clang.py (modified)
	* tools/checkers/stanse.py (modified)
	* tools/checkers/vcc.py (modified)
	* tools/dest_build.py (added)
	* tools/filldir.py (modified)
	* tools/gentestfile.py (modified)
	* tools/mkfat.py (modified)
	* tools/mkuimage.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/TODO (modified)
	* uspace/app/bdsh/cmds/builtins/cd/cd.c (modified)
	* uspace/app/bdsh/cmds/modules/cat/cat.h (modified)
	* uspace/app/bdsh/cmds/modules/cp/cp.c (modified)
	* uspace/app/bdsh/cmds/modules/echo/echo.c (added)
	* uspace/app/bdsh/cmds/modules/echo/echo.h (added)
	* uspace/app/bdsh/cmds/modules/echo/echo_def.h (added)
	* uspace/app/bdsh/cmds/modules/echo/entry.h (added)
	* uspace/app/bdsh/cmds/modules/help/help.h (modified)
	* uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified)
	* uspace/app/bdsh/cmds/modules/mkdir/mkdir.h (modified)
	* uspace/app/bdsh/cmds/modules/modules.h (modified)
	* uspace/app/bdsh/cmds/modules/printf/TODO (added)
	* uspace/app/bdsh/cmds/modules/printf/entry.h (added)
	* uspace/app/bdsh/cmds/modules/printf/printf.c (added)
	* uspace/app/bdsh/cmds/modules/printf/printf.h (added)
	* uspace/app/bdsh/cmds/modules/printf/printf_def.h (added)
	* uspace/app/bdsh/cmds/modules/rm/rm.c (modified)
	* uspace/app/bdsh/cmds/modules/rm/rm.h (modified)
	* uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified)
	* uspace/app/devctl/devctl.c (modified)
	* uspace/app/edit/edit.c (modified)
	* uspace/app/edit/sheet.c (modified)
	* uspace/app/inet/Makefile (moved)
	* uspace/app/inet/inet.c (moved)
	* uspace/app/init/init.c (modified)
	* uspace/app/killall/killall.c (modified)
	* uspace/app/loc/Makefile (moved)
	* uspace/app/loc/loc.c (moved)
	* uspace/app/msim/Makefile (added)
	* uspace/app/msim/Makefile.msim.src (added)
	* uspace/app/msim/arch_helenos/helenos.h (added)
	* uspace/app/msim/arch_helenos/input.c (added)
	* uspace/app/msim/arch_helenos/misc.c (added)
	* uspace/app/msim/config.h.msim (added)
	* uspace/app/nettest1/nettest1.c (modified)
	* uspace/app/nettest2/nettest2.c (modified)
	* uspace/app/nterm/Makefile (added)
	* uspace/app/nterm/conn.c (added)
	* uspace/app/nterm/conn.h (added)
	* uspace/app/nterm/nterm.c (added)
	* uspace/app/nterm/nterm.h (added)
	* uspace/app/sbi/src/mytypes.h (modified)
	* uspace/app/sbi/src/stype.c (modified)
	* uspace/app/sysinfo/sysinfo.c (modified)
	* uspace/app/tester/hw/misc/virtchar1.c (modified)
	* uspace/app/tester/mm/common.c (modified)
	* uspace/app/tester/mm/mapping1.c (modified)
	* uspace/app/trace/proto.h (modified)
	* uspace/app/websrv/websrv.c (modified)
	* uspace/drv/bus/isa/isa.c (modified)
	* uspace/drv/bus/usb/ehci/res.c (modified)
	* uspace/drv/bus/usb/ohci/utils/malloc32.h (modified)
	* uspace/drv/bus/usb/uhci/res.c (modified)
	* uspace/drv/bus/usb/uhci/utils/malloc32.h (modified)
	* uspace/drv/bus/usb/usbmast/main.c (modified)
	* uspace/lib/c/arch/ia64/include/fibril.h (modified)
	* uspace/lib/c/arch/ia64/include/thread.h (modified)
	* uspace/lib/c/generic/as.c (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/elf/elf_load.c (modified)
	* uspace/lib/c/generic/fibril.c (modified)
	* uspace/lib/c/generic/inet.c (modified)
	* uspace/lib/c/generic/inetcfg.c (modified)
	* uspace/lib/c/generic/inetping.c (modified)
	* uspace/lib/c/generic/iplink.c (modified)
	* uspace/lib/c/generic/loc.c (modified)
	* uspace/lib/c/generic/malloc.c (modified)
	* uspace/lib/c/generic/mman.c (modified)
	* uspace/lib/c/generic/net/socket_client.c (modified)
	* uspace/lib/c/generic/stacktrace.c (modified)
	* uspace/lib/c/generic/stats.c (modified)
	* uspace/lib/c/generic/sysinfo.c (modified)
	* uspace/lib/c/generic/thread.c (modified)
	* uspace/lib/c/generic/time.c (modified)
	* uspace/lib/c/include/as.h (modified)
	* uspace/lib/c/include/devman.h (modified)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/c/include/fibril.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/c/include/ipc/loc.h (modified)
	* uspace/lib/c/include/loc.h (modified)
	* uspace/lib/c/include/stdarg.h (modified)
	* uspace/lib/c/include/stdio.h (modified)
	* uspace/lib/c/include/sys/mman.h (modified)
	* uspace/lib/c/include/unistd.h (modified)
	* uspace/lib/clui/tinput.h (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/generic/interrupt.c (modified)
	* uspace/lib/drv/generic/log.c (modified)
	* uspace/lib/drv/generic/logbuf.c (modified)
	* uspace/lib/drv/include/ddf/driver.h (modified)
	* uspace/lib/drv/include/ddf/interrupt.h (modified)
	* uspace/lib/drv/include/ops/hw_res.h (modified)
	* uspace/lib/drv/include/ops/nic.h (modified)
	* uspace/lib/fb/imgmap.c (modified)
	* uspace/lib/fb/screenbuffer.c (modified)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/nic/include/nic.h (modified)
	* uspace/lib/nic/include/nic_impl.h (modified)
	* uspace/lib/nic/src/nic_driver.c (modified)
	* uspace/lib/posix/Makefile (modified)
	* uspace/lib/posix/errno.h (modified)
	* uspace/lib/posix/getopt.c (added)
	* uspace/lib/posix/getopt.h (added)
	* uspace/lib/posix/pwd.c (modified)
	* uspace/lib/posix/stdbool.h (modified)
	* uspace/lib/posix/stdio.h (modified)
	* uspace/lib/posix/time.c (modified)
	* uspace/lib/posix/unistd.c (modified)
	* uspace/lib/posix/unistd.h (modified)
	* uspace/lib/usb/include/usb/ddfiface.h (modified)
	* uspace/lib/usb/include/usb/debug.h (modified)
	* uspace/lib/usb/src/ddfiface.c (modified)
	* uspace/lib/usb/src/hc.c (modified)
	* uspace/lib/usbdev/include/usb/dev/driver.h (modified)
	* uspace/lib/usbdev/include/usb/dev/hub.h (modified)
	* uspace/lib/usbdev/include/usb/dev/recognise.h (modified)
	* uspace/lib/usbdev/src/altiface.c (modified)
	* uspace/lib/usbdev/src/hub.c (modified)
	* uspace/lib/usbdev/src/recognise.c (modified)
	* uspace/lib/usbhid/src/hidiface.c (modified)
	* uspace/lib/usbhost/include/usb/host/hcd.h (modified)
	* uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified)
	* uspace/lib/usbhost/src/iface.c (modified)
	* uspace/lib/usbvirt/src/device.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.c (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/clipboard/clipboard.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/fs/fat/fat_dentry.c (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/fb/fb.c (modified)
	* uspace/srv/hid/input/ctl/kbdev.c (modified)
	* uspace/srv/hid/input/generic/input.c (modified)
	* uspace/srv/hid/input/port/adb.c (modified)
	* uspace/srv/hid/input/proto/mousedev.c (modified)
	* uspace/srv/hid/remcons/remcons.c (modified)
	* uspace/srv/hid/remcons/telnet.h (modified)
	* uspace/srv/hid/remcons/user.h (modified)
	* uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified)
	* uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/locsrv/Makefile (moved)
	* uspace/srv/locsrv/category.c (moved)
	* uspace/srv/locsrv/category.h (moved)
	* uspace/srv/locsrv/locsrv.c (moved)
	* uspace/srv/locsrv/locsrv.h (moved)
	* uspace/srv/net/ethip/ethip.c (modified)
	* uspace/srv/net/ethip/ethip_nic.c (modified)
	* uspace/srv/net/inetsrv/Makefile (moved)
	* uspace/srv/net/inetsrv/addrobj.c (moved)
	* uspace/srv/net/inetsrv/addrobj.h (moved)
	* uspace/srv/net/inetsrv/icmp.c (moved)
	* uspace/srv/net/inetsrv/icmp.h (moved)
	* uspace/srv/net/inetsrv/icmp_std.h (moved)
	* uspace/srv/net/inetsrv/inet_link.c (moved)
	* uspace/srv/net/inetsrv/inet_link.h (moved)
	* uspace/srv/net/inetsrv/inet_std.h (moved)
	* uspace/srv/net/inetsrv/inet_util.c (moved)
	* uspace/srv/net/inetsrv/inet_util.h (moved)
	* uspace/srv/net/inetsrv/inetcfg.c (moved)
	* uspace/srv/net/inetsrv/inetcfg.h (moved)
	* uspace/srv/net/inetsrv/inetping.c (moved)
	* uspace/srv/net/inetsrv/inetping.h (moved)
	* uspace/srv/net/inetsrv/inetsrv.c (moved)
	* uspace/srv/net/inetsrv/inetsrv.h (moved)
	* uspace/srv/net/inetsrv/pdu.c (moved)
	* uspace/srv/net/inetsrv/pdu.h (moved)
	* uspace/srv/net/inetsrv/reass.c (moved)
	* uspace/srv/net/inetsrv/reass.h (moved)
	* uspace/srv/net/inetsrv/sroute.c (moved)
	* uspace/srv/net/inetsrv/sroute.h (moved)
	* uspace/srv/net/loopip/loopip.c (modified)
	* uspace/srv/net/tcp/conn.c (modified)
	* uspace/srv/net/tcp/ncsim.c (modified)
	* uspace/srv/net/tcp/ncsim.h (modified)
	* uspace/srv/net/tcp/rqueue.c (modified)
	* uspace/srv/net/tcp/rqueue.h (modified)
	* uspace/srv/net/tcp/segment.c (modified)
	* uspace/srv/net/tcp/sock.c (modified)
	* uspace/srv/net/tcp/tcp.c (modified)
	* uspace/srv/net/tcp/tcp_type.h (modified)
	* uspace/srv/net/tcp/test.c (modified)
	* uspace/srv/net/udp/sock.c (modified)
	* uspace/srv/net/udp/udp.c (modified)
	* uspace/srv/net/udp/udp_type.h (modified)
	* uspace/srv/ns/ns.c (modified)
	* uspace/srv/vfs/vfs.c (modified)

	Merge mainline changes.


Fri, 29 Jun 2012 10:40:14 GMT Jan Vesely <jano.vesely@…> [0bbd13e]
	* uspace/drv/bus/isa/isa.c (modified)

	isa: Fix memory leaks.

	function name is str_duped


Fri, 22 Jun 2012 17:15:02 GMT Martin Decky <martin@…> [baf8fbb]
	* tools/toolchain.sh (modified)

	improve the chance of toolchain successfully compiling on less ...


Wed, 20 Jun 2012 23:52:58 GMT Jakub Jermar <jakub@…> [f22dc820]
	* kernel/generic/src/proc/thread.c (modified)

	Honour the prohibition of migration also in thread_ready().


Wed, 20 Jun 2012 16:18:37 GMT Martin Decky <martin@…> [6eef3c4]
	* kernel/arch/ia64/src/drivers/ski.c (modified)
	* kernel/arch/sparc64/src/drivers/niagara.c (modified)
	* kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified)
	* kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified)
	* kernel/arch/sparc64/src/proc/thread.c (modified)
	* kernel/genarch/src/kbrd/kbrd.c (modified)
	* kernel/genarch/src/srln/srln.c (modified)
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/ipc/kbox.c (modified)
	* kernel/generic/src/main/kinit.c (modified)
	* kernel/generic/src/main/main.c (modified)
	* kernel/generic/src/proc/program.c (modified)
	* kernel/generic/src/proc/scheduler.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/udebug/udebug.c (modified)
	* kernel/generic/src/udebug/udebug_ops.c (modified)
	* kernel/test/mm/falloc2.c (modified)
	* kernel/test/mm/slab1.c (modified)
	* kernel/test/mm/slab2.c (modified)
	* kernel/test/synch/semaphore1.c (modified)
	* kernel/test/synch/semaphore2.c (modified)
	* kernel/test/thread/thread1.c (modified)

	cleanup thread_create() and thread_t structure
	 - remove 'flag' ...


Wed, 20 Jun 2012 11:54:56 GMT Martin Decky <martin@…> [abfc9f3]
	* kernel/test/mm/falloc1.c (modified)
	* kernel/test/mm/falloc2.c (modified)

	cstyle


Wed, 20 Jun 2012 11:45:35 GMT Martin Decky <martin@…> [f97f1e51]
	* kernel/genarch/src/mm/as_ht.c (modified)
	* kernel/generic/src/adt/btree.c (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/lib/ra.c (modified)
	* kernel/generic/src/mm/as.c (modified)
	* kernel/generic/src/mm/slab.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/sysinfo/sysinfo.c (modified)
	* kernel/test/mm/slab2.c (modified)

	unify slab cache naming scheme (according to the type name)


Tue, 19 Jun 2012 21:29:03 GMT Martin Decky <martin@…> [22cec678]
	* tools/toolchain.sh (modified)

	bump GCC to 4.7.1


Wed, 13 Jun 2012 22:11:03 GMT Jiri Svoboda <jiri@…> [75b9c3d]
	* uspace/app/loc/loc.c (modified)

	Remove category ID from loc output.


Wed, 13 Jun 2012 22:03:59 GMT Jiri Svoboda <jiri@…> [a3fcfba]
	* uspace/app/loc/loc.c (modified)
	* uspace/lib/c/generic/loc.c (modified)
	* uspace/lib/c/include/ipc/loc.h (modified)
	* uspace/lib/c/include/loc.h (modified)
	* uspace/srv/locsrv/locsrv.c (modified)

	In loc print server name instead of handle.


Wed, 13 Jun 2012 21:44:47 GMT Jiri Svoboda <jiri@…> [3f57fb7]
	* uspace/app/devctl/devctl.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/srv/devman/main.c (modified)

	In devctl print driver name for child of each function (and not the ...


Wed, 13 Jun 2012 21:31:34 GMT Jiri Svoboda <jiri@…> [375e501]
	* uspace/lib/c/generic/async.c (modified)

	Fix async_forget(). The reply to a forgotten message was being ...


Wed, 13 Jun 2012 13:17:46 GMT Martin Decky <martin@…> [2902e1bb]
	* abi/include/proc/uarg.h (modified)
	* kernel/arch/amd64/src/userspace.c (modified)
	* kernel/arch/arm32/src/userspace.c (modified)
	* kernel/arch/ia32/src/userspace.c (modified)
	* kernel/arch/ia64/src/ia64.c (modified)
	* kernel/arch/mips32/src/mips32.c (modified)
	* kernel/arch/mips64/src/mips64.c (modified)
	* kernel/arch/ppc32/src/ppc32.c (modified)
	* kernel/arch/sparc64/src/sun4u/sparc64.c (modified)
	* kernel/arch/sparc64/src/sun4v/sparc64.c (modified)
	* kernel/generic/src/main/uinit.c (modified)
	* kernel/generic/src/proc/program.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* uspace/lib/c/arch/ia64/include/fibril.h (modified)
	* uspace/lib/c/arch/ia64/include/thread.h (modified)
	* uspace/lib/c/generic/thread.c (modified)

	add support for variable uspace stack size
	create individual address ...


Wed, 13 Jun 2012 13:16:19 GMT Martin Decky <martin@…> [faba839]
	* uspace/app/tester/mm/common.c (modified)
	* uspace/app/tester/mm/mapping1.c (modified)
	* uspace/drv/bus/usb/uhci/utils/malloc32.h (modified)
	* uspace/drv/bus/usb/usbmast/main.c (modified)
	* uspace/lib/c/generic/as.c (modified)
	* uspace/lib/c/generic/elf/elf_load.c (modified)
	* uspace/lib/c/generic/malloc.c (modified)
	* uspace/lib/c/generic/mman.c (modified)
	* uspace/lib/c/include/as.h (modified)
	* uspace/lib/c/include/sys/mman.h (modified)
	* uspace/lib/fb/imgmap.c (modified)
	* uspace/lib/fb/screenbuffer.c (modified)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.c (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/hid/fb/fb.c (modified)
	* uspace/srv/vfs/vfs.c (modified)

	use symbolic values for address space constants


Tue, 12 Jun 2012 22:09:11 GMT Jiri Svoboda <jiri@…> [32d19f7]
	* uspace/lib/c/generic/fibril.c (modified)
	* uspace/lib/c/include/fibril.h (modified)
	* uspace/srv/net/tcp/sock.c (modified)
	* uspace/srv/net/udp/sock.c (modified)
	* uspace/srv/net/udp/udp.c (modified)
	* uspace/srv/net/udp/udp_type.h (modified)

	Make UDP reception asynchronous using receive fibril.


Thu, 07 Jun 2012 09:03:24 GMT Jakub Jermar <jakub@…> [34ab31c]
	* kernel/arch/amd64/src/mm/page.c (modified)
	* kernel/genarch/src/mm/page_pt.c (modified)

	Cosmetic reordering of page protection bits.


Thu, 07 Jun 2012 08:53:19 GMT Jakub Jermar <jakub@…> [306f0de]
	* kernel/arch/ia32/src/mm/page.c (modified)

	Make kernel identity on ia32 use global mapping for its entire range.


Sun, 03 Jun 2012 20:45:58 GMT Maurizio Lombardi <m.lombardi85@…> [e1e4192]
	* kernel/generic/include/ipc/ipc.h (modified)
	* kernel/generic/include/ipc/ipcrsc.h (modified)
	* kernel/generic/include/proc/program.h (modified)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* kernel/generic/src/lib/rd.c (modified)
	* kernel/generic/src/main/kinit.c (modified)
	* kernel/generic/src/proc/program.c (modified)
	* kernel/generic/src/synch/spinlock.c (modified)
	* tools/toolchain.sh (modified)
	* uspace/app/tester/hw/misc/virtchar1.c (modified)
	* uspace/app/trace/proto.h (modified)
	* uspace/drv/bus/usb/ehci/res.c (modified)
	* uspace/drv/bus/usb/uhci/res.c (modified)
	* uspace/lib/c/generic/inet.c (modified)
	* uspace/lib/c/generic/inetcfg.c (modified)
	* uspace/lib/c/generic/inetping.c (modified)
	* uspace/lib/c/generic/iplink.c (modified)
	* uspace/lib/c/generic/net/socket_client.c (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/generic/interrupt.c (modified)
	* uspace/lib/drv/generic/log.c (modified)
	* uspace/lib/drv/include/ddf/driver.h (modified)
	* uspace/lib/drv/include/ddf/interrupt.h (modified)
	* uspace/lib/drv/include/ops/hw_res.h (modified)
	* uspace/lib/drv/include/ops/nic.h (modified)
	* uspace/lib/nic/include/nic.h (modified)
	* uspace/lib/nic/include/nic_impl.h (modified)
	* uspace/lib/nic/src/nic_driver.c (modified)
	* uspace/lib/posix/stdbool.h (modified)
	* uspace/lib/usb/include/usb/ddfiface.h (modified)
	* uspace/lib/usb/include/usb/debug.h (modified)
	* uspace/lib/usb/src/ddfiface.c (modified)
	* uspace/lib/usb/src/hc.c (modified)
	* uspace/lib/usbdev/include/usb/dev/driver.h (modified)
	* uspace/lib/usbdev/include/usb/dev/hub.h (modified)
	* uspace/lib/usbdev/include/usb/dev/recognise.h (modified)
	* uspace/lib/usbdev/src/altiface.c (modified)
	* uspace/lib/usbdev/src/hub.c (modified)
	* uspace/lib/usbdev/src/recognise.c (modified)
	* uspace/lib/usbhid/src/hidiface.c (modified)
	* uspace/lib/usbhost/include/usb/host/hcd.h (modified)
	* uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified)
	* uspace/lib/usbhost/src/iface.c (modified)
	* uspace/lib/usbvirt/src/device.c (modified)
	* uspace/srv/bd/ata_bd/ata_bd.c (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/rd/rd.c (modified)
	* uspace/srv/clipboard/clipboard.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/fb/fb.c (modified)
	* uspace/srv/hid/input/ctl/kbdev.c (modified)
	* uspace/srv/hid/input/generic/input.c (modified)
	* uspace/srv/hid/input/port/adb.c (modified)
	* uspace/srv/hid/input/proto/mousedev.c (modified)
	* uspace/srv/hid/remcons/remcons.c (modified)
	* uspace/srv/hid/remcons/telnet.h (modified)
	* uspace/srv/hid/remcons/user.h (modified)
	* uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified)
	* uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/locsrv/locsrv.c (modified)
	* uspace/srv/locsrv/locsrv.h (modified)
	* uspace/srv/net/ethip/ethip.c (modified)
	* uspace/srv/net/ethip/ethip_nic.c (modified)
	* uspace/srv/net/inetsrv/inetsrv.c (modified)
	* uspace/srv/net/loopip/loopip.c (modified)
	* uspace/srv/net/tcp/sock.c (modified)
	* uspace/srv/net/udp/sock.c (modified)
	* uspace/srv/ns/ns.c (modified)
	* uspace/srv/vfs/vfs.c (modified)

	Merge mainline changes


Sat, 02 Jun 2012 16:43:01 GMT Jakub Jermar <jakub@…> [2689a0b]
	* HelenOS.config (modified)
	* boot/Makefile.build (modified)
	* kernel/Makefile (modified)
	* kernel/arch/amd64/Makefile.inc (modified)
	* kernel/arch/ia32/Makefile.inc (modified)
	* kernel/arch/sparc64/Makefile.inc (modified)
	* tools/autotool.py (modified)
	* uspace/Makefile.common (modified)

	Remove long unmaintained support for building with suncc.


Fri, 08 Jun 2012 12:59:47 GMT Martin Decky <martin@…> [491f773]
	* tools/dest_build.py (added)

	add out-of-source-tree building tool


Fri, 08 Jun 2012 12:58:45 GMT Martin Decky <martin@…> [c573e0f]
	* boot/Makefile.grub (modified)

	make sure we copy content (not links potentially) when installing
	GRUB