#
# ChangeLog for / in mainline
#
# Generated by Trac 1.6
# 2025-03-14T16:08:32Z

Sun, 03 Jan 2016 20:07:23 GMT Jakub Jermar <jakub@…> [7254df6]
	* kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified)

	sun4v: Fix tlb_invalidate_pages() to invalidate all pages in the
	range


Thu, 17 Dec 2015 19:59:09 GMT Jakub Jermar <jakub@…> [5fdad22]
	* tools/ew.py (modified)

	Silence the QEMU warning about the unknown image format.


Thu, 17 Dec 2015 11:08:46 GMT Jakub Jermar <jakub@…> [d16a96f]
	* contrib/qfs/qfs.sh (modified)

	Upgrade qfs.sh to QEMU 2.5.0.


Wed, 18 Nov 2015 09:47:19 GMT Jiri Svoboda <jiri@…> [4627314]
	* uspace/app/fdisk/fdisk.c (modified)

	Slightly more graceful handling of missing devices in fdisk.


Tue, 17 Nov 2015 23:23:08 GMT Jiri Svoboda <jiri@…> [f97f5cc2]
	* uspace/drv/block/ata_bd/ata_bd.c (modified)
	* uspace/drv/block/ata_bd/main.c (modified)
	* uspace/drv/block/ddisk/ddisk.c (modified)
	* uspace/drv/bus/usb/usbmast/main.c (modified)
	* uspace/srv/bd/file_bd/file_bd.c (modified)
	* uspace/srv/bd/sata_bd/sata_bd.c (modified)
	* uspace/srv/locsrv/locsrv.c (modified)

	Enable partition support with all disk drivers.


Tue, 17 Nov 2015 10:49:42 GMT Jiri Svoboda <jiri@…> [363a504]
	* uspace/srv/volsrv/empty.c (modified)

	Fix empty partition detection to work with ISO 9660.


Tue, 17 Nov 2015 10:23:24 GMT Jiri Svoboda <jiri@…> [f63a0073]
	* uspace/lib/fdisk/src/fdisk.c (modified)
	* uspace/srv/bd/vbd/disk.c (modified)

	Fix dummy partition handling when label creation fails.


Sat, 07 Nov 2015 23:46:59 GMT Jiri Svoboda <jiri@…> [ed9bf14]
	* uspace/app/mkfat/fat.h (modified)
	* uspace/app/mkfat/mkfat.c (modified)

	mkfat can live without the user specifying the FAT type just fine. ...


Fri, 06 Nov 2015 18:09:40 GMT Jakub Jermar <jakub@…> [44183b98]
	* contrib/qfs/qfs.sh (modified)

	Upgrade qfs.sh to QEMU 2.4.1


Wed, 04 Nov 2015 18:55:46 GMT Jiri Svoboda <jiri@…> [77a194c]
	* .bzrignore (modified)
	* abi/include/abi/fourcc.h (modified)
	* abi/include/abi/ipc/interfaces.h (modified)
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/fdisk/Makefile (added)
	* uspace/app/fdisk/fdisk.c (added)
	* uspace/app/hdisk/Makefile (deleted)
	* uspace/app/hdisk/func_gpt.c (deleted)
	* uspace/app/hdisk/func_mbr.c (deleted)
	* uspace/app/hdisk/func_none.c (deleted)
	* uspace/app/hdisk/hdisk.c (deleted)
	* uspace/app/hdisk/input.c (deleted)
	* uspace/app/init/init.c (modified)
	* uspace/drv/block/ata_bd/main.c (modified)
	* uspace/lib/block/block.c (modified)
	* uspace/lib/block/block.h (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/generic/imath.c (added)
	* uspace/lib/c/generic/str.c (modified)
	* uspace/lib/c/generic/uuid.c (added)
	* uspace/lib/c/generic/vbd.c (added)
	* uspace/lib/c/generic/vol.c (added)
	* uspace/lib/c/include/imath.h (moved)
	* uspace/lib/c/include/ipc/services.h (modified)
	* uspace/lib/c/include/ipc/vbd.h (added)
	* uspace/lib/c/include/ipc/vol.h (added)
	* uspace/lib/c/include/str.h (modified)
	* uspace/lib/c/include/types/label.h (added)
	* uspace/lib/c/include/types/uuid.h (added)
	* uspace/lib/c/include/types/vol.h (moved)
	* uspace/lib/c/include/uuid.h (added)
	* uspace/lib/c/include/vbd.h (added)
	* uspace/lib/c/include/vol.h (moved)
	* uspace/lib/clui/Makefile (modified)
	* uspace/lib/clui/nchoice.c (added)
	* uspace/lib/clui/nchoice.h (moved)
	* uspace/lib/clui/tinput.c (modified)
	* uspace/lib/clui/tinput.h (modified)
	* uspace/lib/fdisk/Makefile (moved)
	* uspace/lib/fdisk/include/fdisk.h (added)
	* uspace/lib/fdisk/include/types/fdisk.h (added)
	* uspace/lib/fdisk/src/cap.c (added)
	* uspace/lib/fdisk/src/fdisk.c (added)
	* uspace/lib/gpt/global.c (deleted)
	* uspace/lib/gpt/libgpt.c (deleted)
	* uspace/lib/gpt/libgpt.h (deleted)
	* uspace/lib/label/Makefile (moved)
	* uspace/lib/label/include/label.h (added)
	* uspace/lib/label/include/std/gpt.h (moved)
	* uspace/lib/label/include/std/mbr.h (moved)
	* uspace/lib/label/include/types/liblabel.h (added)
	* uspace/lib/label/src/dummy.c (added)
	* uspace/lib/label/src/dummy.h (added)
	* uspace/lib/label/src/gpt.c (added)
	* uspace/lib/label/src/gpt.h (added)
	* uspace/lib/label/src/label.c (added)
	* uspace/lib/label/src/mbr.c (added)
	* uspace/lib/label/src/mbr.h (moved)
	* uspace/lib/mbr/libmbr.c (deleted)
	* uspace/lib/mbr/libmbr.h (deleted)
	* uspace/srv/bd/part/guid_part/guid_part.c (deleted)
	* uspace/srv/bd/part/mbr_part/mbr_part.c (deleted)
	* uspace/srv/bd/vbd/Makefile (moved)
	* uspace/srv/bd/vbd/disk.c (added)
	* uspace/srv/bd/vbd/disk.h (added)
	* uspace/srv/bd/vbd/types/vbd.h (added)
	* uspace/srv/bd/vbd/vbd.c (added)
	* uspace/srv/locsrv/locsrv.c (modified)
	* uspace/srv/volsrv/Makefile (moved)
	* uspace/srv/volsrv/empty.c (added)
	* uspace/srv/volsrv/empty.h (moved)
	* uspace/srv/volsrv/mkfs.c (added)
	* uspace/srv/volsrv/mkfs.h (added)
	* uspace/srv/volsrv/part.c (added)
	* uspace/srv/volsrv/part.h (moved)
	* uspace/srv/volsrv/types/part.h (added)
	* uspace/srv/volsrv/volsrv.c (added)

	Merge new disk partitioning architecture.


Wed, 04 Nov 2015 18:55:19 GMT Jiri Svoboda <jiri@…> [bfcde8d]
	* uspace/Makefile (modified)

	Volsrv missing from makefile dir list.


Wed, 04 Nov 2015 18:46:55 GMT Jiri Svoboda <jiri@…> [f71b938]
	* .bzrignore (modified)
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/Makefile.common (modified)
	* uspace/app/hdisk/Makefile (deleted)
	* uspace/app/hdisk/common.h (deleted)
	* uspace/app/hdisk/func_gpt.c (deleted)
	* uspace/app/hdisk/func_gpt.h (deleted)
	* uspace/app/hdisk/func_mbr.c (deleted)
	* uspace/app/hdisk/func_mbr.h (deleted)
	* uspace/app/hdisk/func_none.c (deleted)
	* uspace/app/hdisk/func_none.h (deleted)
	* uspace/app/hdisk/hdisk.c (deleted)
	* uspace/app/hdisk/hdisk.h (deleted)
	* uspace/app/hdisk/input.c (deleted)
	* uspace/app/hdisk/input.h (deleted)
	* uspace/lib/gpt/Makefile (deleted)
	* uspace/lib/gpt/global.c (deleted)
	* uspace/lib/gpt/gpt.h (deleted)
	* uspace/lib/gpt/libgpt.c (deleted)
	* uspace/lib/gpt/libgpt.h (deleted)
	* uspace/lib/mbr/Makefile (deleted)
	* uspace/lib/mbr/libmbr.c (deleted)
	* uspace/lib/mbr/libmbr.h (deleted)
	* uspace/lib/mbr/mbr.h (deleted)
	* uspace/srv/bd/part/guid_part/Makefile (deleted)
	* uspace/srv/bd/part/guid_part/guid_part.c (deleted)
	* uspace/srv/bd/part/mbr_part/Makefile (deleted)
	* uspace/srv/bd/part/mbr_part/mbr_part.c (deleted)

	Remove old partitioning subsystem.


Wed, 04 Nov 2015 18:39:51 GMT Jiri Svoboda <jiri@…> [cffa82aa]
	* uspace/lib/label/include/std/mbr.h (modified)
	* uspace/lib/label/src/gpt.c (modified)

	Implement GPT protective MBR.


Wed, 04 Nov 2015 18:05:52 GMT Jiri Svoboda <jiri@…> [eed70f1]
	* uspace/lib/label/src/gpt.c (modified)

	Fix buffer overrun when computing CRC of GPT header that is larger ...


Tue, 03 Nov 2015 21:31:53 GMT Jiri Svoboda <jiri@…> [d8513177]
	* uspace/lib/fdisk/src/fdisk.c (modified)
	* uspace/lib/label/src/gpt.c (modified)
	* uspace/lib/label/src/mbr.c (modified)

	Initialize EBR for empty partition chain when creating extended ...


Mon, 02 Nov 2015 20:54:19 GMT Jiri Svoboda <jiri@…> [ff381a7]
	* HelenOS.config (modified)
	* abi/include/abi/errno.h (modified)
	* abi/include/abi/fourcc.h (moved)
	* abi/include/abi/ipc/interfaces.h (added)
	* boot/arch/arm32/src/asm.S (modified)
	* boot/arch/arm32/src/main.c (modified)
	* boot/arch/arm32/src/mm.c (modified)
	* contrib/qfs/qfs.sh (modified)
	* kernel/arch/arm32/include/arch/atomic.h (modified)
	* kernel/arch/arm32/include/arch/barrier.h (modified)
	* kernel/arch/arm32/include/arch/cache.h (modified)
	* kernel/arch/arm32/include/arch/cp15.h (modified)
	* kernel/arch/arm32/include/arch/mm/page.h (modified)
	* kernel/arch/arm32/include/arch/mm/page_armv4.h (modified)
	* kernel/arch/arm32/include/arch/mm/page_armv6.h (modified)
	* kernel/arch/arm32/src/cpu/cpu.c (modified)
	* kernel/arch/arm32/src/mm/tlb.c (modified)
	* kernel/generic/include/adt/list.h (modified)
	* kernel/generic/src/adt/list.c (modified)
	* kernel/generic/src/console/console.c (modified)
	* kernel/generic/src/ipc/event.c (modified)
	* kernel/generic/src/ipc/irq.c (modified)
	* tools/xcw/bin/helenos-bld-config (added)
	* tools/xcw/bin/helenos-cc (added)
	* tools/xcw/bin/helenos-ld (added)
	* tools/xcw/bin/helenos-pkg-config (added)
	* tools/xcw/demo/Makefile (added)
	* tools/xcw/demo/viewer.c (added)
	* uspace/app/barber/barber.c (modified)
	* uspace/app/bdsh/cmds/builtins/cd/cd.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/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/mount/mount.c (modified)
	* uspace/app/bdsh/cmds/modules/mv/mv.c (modified)
	* uspace/app/bdsh/cmds/modules/pwd/pwd.c (modified)
	* uspace/app/bdsh/cmds/modules/rm/rm.c (modified)
	* uspace/app/bdsh/cmds/modules/touch/touch.c (modified)
	* uspace/app/bdsh/cmds/modules/unmount/unmount.c (modified)
	* uspace/app/bdsh/compl.c (modified)
	* uspace/app/bdsh/config.h (modified)
	* uspace/app/bdsh/errors.h (modified)
	* uspace/app/bdsh/exec.c (modified)
	* uspace/app/blkdump/blkdump.c (modified)
	* uspace/app/date/date.c (modified)
	* uspace/app/df/df.c (modified)
	* uspace/app/hdisk/hdisk.c (modified)
	* uspace/app/init/init.c (modified)
	* uspace/app/mixerctl/mixerctl.c (modified)
	* uspace/app/mkbd/main.c (modified)
	* uspace/app/mkexfat/mkexfat.c (modified)
	* uspace/app/mkfat/mkfat.c (modified)
	* uspace/app/mkmfs/mkmfs.c (modified)
	* uspace/app/nic/nic.c (modified)
	* uspace/app/sportdmp/sportdmp.c (modified)
	* uspace/app/taskdump/elf_core.c (modified)
	* uspace/app/taskdump/symtab.c (modified)
	* uspace/app/tester/float/float2.c (modified)
	* 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/tester.h (modified)
	* uspace/app/tester/vfs/vfs1.c (modified)
	* uspace/app/tetris/scores.c (modified)
	* uspace/app/trace/errors.c (modified)
	* uspace/app/trace/ipcp.c (modified)
	* uspace/app/trace/trace.c (modified)
	* uspace/app/untar/main.c (modified)
	* uspace/app/viewer/viewer.c (modified)
	* uspace/app/vuhid/device.c (modified)
	* uspace/app/wifi_supplicant/wifi_supplicant.c (modified)
	* uspace/drv/audio/hdaudio/hdaudio.c (modified)
	* uspace/drv/audio/sb16/dsp.c (modified)
	* uspace/drv/audio/sb16/main.c (modified)
	* uspace/drv/block/ahci/ahci.c (modified)
	* uspace/drv/block/ata_bd/main.c (modified)
	* uspace/drv/block/ddisk/ddisk.c (modified)
	* uspace/drv/bus/amba/amba.c (modified)
	* uspace/drv/bus/isa/isa.c (modified)
	* uspace/drv/bus/pci/pciintel/pci.c (modified)
	* uspace/drv/bus/usb/ehci/res.c (modified)
	* uspace/drv/bus/usb/ohci/res.c (modified)
	* uspace/drv/bus/usb/uhci/res.c (modified)
	* uspace/drv/bus/usb/uhcirh/main.c (modified)
	* uspace/drv/char/grlib_uart/grlib_uart.c (modified)
	* uspace/drv/char/i8042/main.c (modified)
	* uspace/drv/char/ns8250/ns8250.c (modified)
	* uspace/drv/char/pl050/pl050.c (modified)
	* uspace/drv/char/ps2mouse/ps2mouse.c (modified)
	* uspace/drv/char/xtkbd/xtkbd.c (modified)
	* uspace/drv/test/test1/test1.c (modified)
	* uspace/drv/time/cmos-rtc/cmos-rtc.c (modified)
	* uspace/lib/bithenge/src/file.c (modified)
	* uspace/lib/bithenge/src/helenos/block.c (modified)
	* uspace/lib/block/block.c (modified)
	* uspace/lib/block/block.h (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/arch/abs32le/include/libarch/stddef.h (moved)
	* uspace/lib/c/arch/abs32le/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/abs32le/include/libarch/types.h (modified)
	* uspace/lib/c/arch/amd64/include/libarch/stddef.h (added)
	* uspace/lib/c/arch/amd64/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/amd64/include/libarch/types.h (modified)
	* uspace/lib/c/arch/arm32/include/libarch/stddef.h (added)
	* uspace/lib/c/arch/arm32/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/arm32/include/libarch/types.h (modified)
	* uspace/lib/c/arch/ia32/include/libarch/stddef.h (moved)
	* uspace/lib/c/arch/ia32/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/ia32/include/libarch/types.h (modified)
	* uspace/lib/c/arch/ia64/include/libarch/stddef.h (moved)
	* uspace/lib/c/arch/ia64/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/ia64/include/libarch/types.h (modified)
	* uspace/lib/c/arch/mips32/include/libarch/stddef.h (added)
	* uspace/lib/c/arch/mips32/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/mips32/include/libarch/types.h (modified)
	* uspace/lib/c/arch/mips32eb/include/libarch/stddef.h (added)
	* uspace/lib/c/arch/mips32eb/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/ppc32/include/libarch/stddef.h (added)
	* uspace/lib/c/arch/ppc32/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/ppc32/include/libarch/types.h (modified)
	* uspace/lib/c/arch/sparc32/include/libarch/stddef.h (added)
	* uspace/lib/c/arch/sparc32/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/sparc32/include/libarch/types.h (modified)
	* uspace/lib/c/arch/sparc64/include/libarch/stddef.h (added)
	* uspace/lib/c/arch/sparc64/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/sparc64/include/libarch/types.h (modified)
	* uspace/lib/c/generic/adt/list.c (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/bd.c (modified)
	* uspace/lib/c/generic/cfg.c (deleted)
	* uspace/lib/c/generic/clipboard.c (modified)
	* uspace/lib/c/generic/corecfg.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/dhcp.c (modified)
	* uspace/lib/c/generic/dnsr.c (modified)
	* uspace/lib/c/generic/elf/elf_load.c (modified)
	* uspace/lib/c/generic/inet.c (modified)
	* uspace/lib/c/generic/inet/addr.c (modified)
	* uspace/lib/c/generic/inet/endpoint.c (modified)
	* uspace/lib/c/generic/inet/tcp.c (modified)
	* uspace/lib/c/generic/inet/udp.c (modified)
	* uspace/lib/c/generic/inetcfg.c (modified)
	* uspace/lib/c/generic/inetping.c (modified)
	* uspace/lib/c/generic/io/console.c (modified)
	* uspace/lib/c/generic/io/input.c (modified)
	* uspace/lib/c/generic/io/io.c (modified)
	* uspace/lib/c/generic/io/kio.c (modified)
	* uspace/lib/c/generic/io/log.c (modified)
	* uspace/lib/c/generic/io/logctl.c (modified)
	* uspace/lib/c/generic/iplink.c (modified)
	* uspace/lib/c/generic/irc.c (modified)
	* uspace/lib/c/generic/loader.c (modified)
	* uspace/lib/c/generic/loc.c (modified)
	* uspace/lib/c/generic/ns.c (modified)
	* uspace/lib/c/generic/private/stdio.h (modified)
	* uspace/lib/c/generic/task.c (modified)
	* uspace/lib/c/generic/time.c (modified)
	* uspace/lib/c/generic/vbd.c (modified)
	* uspace/lib/c/generic/vfs/vfs.c (modified)
	* uspace/lib/c/generic/vol.c (modified)
	* uspace/lib/c/include/adt/list.h (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/cfg.h (deleted)
	* uspace/lib/c/include/devman.h (modified)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/c/include/helenos (added)
	* uspace/lib/c/include/io/kio.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/c/include/ipc/inet.h (modified)
	* uspace/lib/c/include/ipc/loc.h (modified)
	* uspace/lib/c/include/ipc/logger.h (modified)
	* uspace/lib/c/include/ipc/services.h (modified)
	* uspace/lib/c/include/loc.h (modified)
	* uspace/lib/c/include/ns.h (modified)
	* uspace/lib/c/include/stdint.h (modified)
	* uspace/lib/c/include/stdio.h (modified)
	* uspace/lib/c/include/sys/statfs.h (modified)
	* uspace/lib/c/include/sys/types.h (modified)
	* uspace/lib/c/include/unistd.h (modified)
	* uspace/lib/c/include/vfs/vfs.h (modified)
	* uspace/lib/c/include/vfs/vfs_sess.h (modified)
	* uspace/lib/crypto/Makefile (modified)
	* uspace/lib/crypto/crc16_ibm.c (added)
	* uspace/lib/crypto/crypto.h (modified)
	* uspace/lib/draw/codec/webp.c (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/generic/private/driver.h (modified)
	* uspace/lib/drv/generic/remote_ahci.c (modified)
	* uspace/lib/drv/generic/remote_audio_pcm.c (modified)
	* uspace/lib/drv/generic/remote_nic.c (modified)
	* uspace/lib/drv/include/audio_pcm_iface.h (modified)
	* uspace/lib/drv/include/ddf/driver.h (modified)
	* uspace/lib/drv/include/nic_iface.h (modified)
	* uspace/lib/ext4/Makefile (modified)
	* uspace/lib/ext4/libext4.h (modified)
	* uspace/lib/ext4/libext4_balloc.c (modified)
	* uspace/lib/ext4/libext4_filesystem.c (modified)
	* uspace/lib/ext4/libext4_filesystem.h (modified)
	* uspace/lib/ext4/libext4_ialloc.c (modified)
	* uspace/lib/ext4/libext4_superblock.c (modified)
	* uspace/lib/ext4/libext4_superblock.h (modified)
	* uspace/lib/ext4/libext4_types.h (modified)
	* uspace/lib/fdisk/src/fdisk.c (modified)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/gpt/libgpt.c (modified)
	* uspace/lib/graph/graph.c (modified)
	* uspace/lib/gui/terminal.c (modified)
	* uspace/lib/gui/window.c (modified)
	* uspace/lib/hound/src/protocol.c (modified)
	* uspace/lib/label/src/mbr.c (modified)
	* uspace/lib/math/Makefile (modified)
	* uspace/lib/math/arch/abs32le/include/libarch/math.h (modified)
	* uspace/lib/math/arch/amd64/include/libarch/math.h (modified)
	* uspace/lib/math/arch/amd64/src/cos.S (modified)
	* uspace/lib/math/arch/amd64/src/sin.S (modified)
	* uspace/lib/math/arch/amd64/src/trunc.S (modified)
	* uspace/lib/math/arch/arm32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ia32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ia32/src/cos.S (modified)
	* uspace/lib/math/arch/ia32/src/sin.S (modified)
	* uspace/lib/math/arch/ia32/src/trunc.S (modified)
	* uspace/lib/math/arch/ia64/include/libarch/math.h (modified)
	* uspace/lib/math/arch/mips32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/mips32eb/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ppc32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/sparc32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/sparc64/include/libarch/math.h (modified)
	* uspace/lib/math/generic/acos.c (added)
	* uspace/lib/math/generic/asin.c (added)
	* uspace/lib/math/generic/atan.c (added)
	* uspace/lib/math/generic/atan2.c (added)
	* uspace/lib/math/generic/ceil.c (added)
	* uspace/lib/math/generic/cosh.c (added)
	* uspace/lib/math/generic/exp.c (added)
	* uspace/lib/math/generic/fabs.c (added)
	* uspace/lib/math/generic/floor.c (added)
	* uspace/lib/math/generic/fmod.c (added)
	* uspace/lib/math/generic/frexp.c (added)
	* uspace/lib/math/generic/ldexp.c (added)
	* uspace/lib/math/generic/log.c (added)
	* uspace/lib/math/generic/log10.c (added)
	* uspace/lib/math/generic/modf.c (added)
	* uspace/lib/math/generic/pow.c (moved)
	* uspace/lib/math/generic/sinh.c (added)
	* uspace/lib/math/generic/sqrt.c (added)
	* uspace/lib/math/generic/tan.c (added)
	* uspace/lib/math/generic/tanh.c (added)
	* uspace/lib/math/generic/trig.c (modified)
	* uspace/lib/math/generic/trunc.c (modified)
	* uspace/lib/math/include/acos.h (added)
	* uspace/lib/math/include/asin.h (added)
	* uspace/lib/math/include/atan.h (added)
	* uspace/lib/math/include/atan2.h (added)
	* uspace/lib/math/include/ceil.h (added)
	* uspace/lib/math/include/cosh.h (added)
	* uspace/lib/math/include/exp.h (added)
	* uspace/lib/math/include/fabs.h (added)
	* uspace/lib/math/include/floor.h (added)
	* uspace/lib/math/include/fmod.h (moved)
	* uspace/lib/math/include/frexp.h (added)
	* uspace/lib/math/include/ldexp.h (added)
	* uspace/lib/math/include/log.h (added)
	* uspace/lib/math/include/log10.h (added)
	* uspace/lib/math/include/math.h (modified)
	* uspace/lib/math/include/modf.h (added)
	* uspace/lib/math/include/pow.h (added)
	* uspace/lib/math/include/sinh.h (added)
	* uspace/lib/math/include/sqrt.h (added)
	* uspace/lib/math/include/tan.h (added)
	* uspace/lib/math/include/tanh.h (added)
	* uspace/lib/math/include/trig.h (modified)
	* uspace/lib/math/include/trunc.h (modified)
	* uspace/lib/mbr/libmbr.c (modified)
	* uspace/lib/nettl/src/amap.c (modified)
	* uspace/lib/nettl/src/portrng.c (modified)
	* uspace/lib/nic/src/nic_driver.c (modified)
	* uspace/lib/pcut/src/os/helenos.c (modified)
	* uspace/lib/posix/include/posix/inttypes.h (modified)
	* uspace/lib/posix/include/posix/stddef.h (modified)
	* uspace/lib/posix/include/posix/stdint.h (modified)
	* uspace/lib/posix/source/fcntl.c (modified)
	* uspace/lib/posix/source/internal/common.h (modified)
	* uspace/lib/posix/source/stdio.c (modified)
	* uspace/lib/posix/source/stdio/scanf.c (modified)
	* uspace/lib/posix/source/stdlib.c (modified)
	* uspace/lib/posix/source/stdlib/strtol.c (modified)
	* uspace/lib/posix/source/sys/stat.c (modified)
	* uspace/lib/posix/source/unistd.c (modified)
	* uspace/lib/usb/src/dev.c (modified)
	* uspace/lib/usb/src/hc.c (modified)
	* uspace/lib/usbdev/src/pipesinit.c (modified)
	* uspace/lib/usbhost/src/usb_device_manager.c (modified)
	* uspace/lib/usbhost/src/usb_endpoint_manager.c (modified)
	* uspace/lib/usbvirt/src/device.c (modified)
	* uspace/srv/audio/hound/audio_sink.c (modified)
	* uspace/srv/audio/hound/hound.c (modified)
	* uspace/srv/audio/hound/hound_ctx.c (modified)
	* uspace/srv/audio/hound/main.c (modified)
	* uspace/srv/bd/file_bd/file_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/sata_bd.c (modified)
	* uspace/srv/bd/vbd/disk.c (modified)
	* uspace/srv/bd/vbd/vbd.c (modified)
	* uspace/srv/clipboard/clipboard.c (modified)
	* uspace/srv/devman/client_conn.c (modified)
	* uspace/srv/devman/client_conn.h (modified)
	* uspace/srv/devman/driver.c (modified)
	* uspace/srv/devman/drv_conn.c (modified)
	* uspace/srv/devman/drv_conn.h (modified)
	* uspace/srv/devman/loc.c (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/devman/match.c (modified)
	* uspace/srv/fs/cdfs/cdfs.c (modified)
	* uspace/srv/fs/cdfs/cdfs_ops.c (modified)
	* uspace/srv/fs/exfat/exfat.c (modified)
	* uspace/srv/fs/exfat/exfat_ops.c (modified)
	* uspace/srv/fs/ext4fs/Makefile (modified)
	* uspace/srv/fs/ext4fs/ext4fs.c (modified)
	* uspace/srv/fs/fat/fat.c (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)
	* uspace/srv/fs/locfs/locfs.c (modified)
	* uspace/srv/fs/locfs/locfs_ops.c (modified)
	* uspace/srv/fs/mfs/mfs.c (modified)
	* uspace/srv/fs/mfs/mfs_ops.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs_dump.c (modified)
	* uspace/srv/fs/udf/udf.c (modified)
	* uspace/srv/fs/udf/udf_ops.c (modified)
	* uspace/srv/hid/compositor/compositor.c (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/input/ctl/kbdev.c (modified)
	* uspace/srv/hid/input/input.c (modified)
	* uspace/srv/hid/input/port/adb.c (modified)
	* uspace/srv/hid/input/port/adb_mouse.c (modified)
	* uspace/srv/hid/input/port/chardev.c (modified)
	* uspace/srv/hid/input/proto/mousedev.c (modified)
	* uspace/srv/hid/isdv4_tablet/main.c (modified)
	* uspace/srv/hid/output/output.c (modified)
	* uspace/srv/hid/remcons/remcons.c (modified)
	* uspace/srv/hid/rfb/main.c (modified)
	* uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified)
	* uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified)
	* uspace/srv/hw/irc/apic/apic.c (modified)
	* uspace/srv/hw/irc/i8259/i8259.c (modified)
	* uspace/srv/hw/irc/icp-ic/icp-ic.c (modified)
	* uspace/srv/hw/irc/obio/obio.c (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/locsrv/locsrv.c (modified)
	* uspace/srv/locsrv/locsrv.h (modified)
	* uspace/srv/logger/main.c (modified)
	* uspace/srv/net/dhcp/main.c (modified)
	* uspace/srv/net/dnsrsrv/dnsrsrv.c (modified)
	* uspace/srv/net/ethip/ethip.c (modified)
	* uspace/srv/net/ethip/ethip_nic.c (modified)
	* uspace/srv/net/inetsrv/addrobj.c (modified)
	* uspace/srv/net/inetsrv/inet_link.c (modified)
	* uspace/srv/net/inetsrv/inetsrv.c (modified)
	* uspace/srv/net/loopip/loopip.c (modified)
	* uspace/srv/net/nconfsrv/nconfsrv.c (modified)
	* uspace/srv/net/slip/slip.c (modified)
	* uspace/srv/net/tcp/conn.c (modified)
	* uspace/srv/net/tcp/service.c (modified)
	* uspace/srv/net/tcp/tcp_type.h (modified)
	* uspace/srv/net/udp/service.c (modified)
	* uspace/srv/net/udp/udp_type.h (modified)
	* uspace/srv/ns/clonable.c (modified)
	* uspace/srv/ns/clonable.h (modified)
	* uspace/srv/ns/ns.c (modified)
	* uspace/srv/ns/service.c (modified)
	* uspace/srv/ns/service.h (modified)
	* uspace/srv/ns/task.c (modified)
	* uspace/srv/taskmon/taskmon.c (modified)
	* uspace/srv/vfs/vfs.c (modified)
	* uspace/srv/vfs/vfs.h (modified)
	* uspace/srv/vfs/vfs_ops.c (modified)
	* uspace/srv/vfs/vfs_register.c (modified)
	* uspace/srv/volsrv/empty.c (modified)
	* uspace/srv/volsrv/volsrv.c (modified)

	Merge mainline changes.


Mon, 02 Nov 2015 20:03:42 GMT Jiri Svoboda <jiri@…> [3feeab2]
	* uspace/lib/label/src/gpt.c (modified)

	Cached GPT partition table CRC updates missed.


Mon, 02 Nov 2015 19:15:12 GMT Jiri Svoboda <jiri@…> [89204a23]
	* uspace/srv/bd/vbd/vbd.c (modified)

	Partition service registration could be quicker than the call to ...


Sat, 31 Oct 2015 21:09:34 GMT Jiri Svoboda <jiri@…> [9624c35]
	* uspace/lib/label/src/gpt.c (modified)

	Add GPT partitions only once.


Sat, 31 Oct 2015 20:24:27 GMT Jiri Svoboda <jiri@…> [2dab624]
	* uspace/app/fdisk/fdisk.c (modified)
	* uspace/lib/fdisk/src/cap.c (modified)
	* uspace/lib/fdisk/src/fdisk.c (modified)
	* uspace/srv/volsrv/volsrv.c (modified)

	Fix parsing capacity without decimal separator as zero. Fix non-fs ...


Thu, 29 Oct 2015 19:08:37 GMT Jiri Svoboda <jiri@…> [dc2d582]
	* uspace/app/init/init.c (modified)

	Start vbd and volsrv from init.


Thu, 29 Oct 2015 17:10:30 GMT Jiri Svoboda <jiri@…> [55f8c6e7]
	* uspace/lib/fdisk/src/cap.c (modified)
	* uspace/lib/fdisk/src/fdisk.c (modified)
	* uspace/lib/label/src/mbr.c (modified)
	* uspace/srv/bd/vbd/disk.c (modified)
	* uspace/srv/bd/vbd/vbd.c (modified)
	* uspace/srv/volsrv/mkfs.c (modified)
	* uspace/srv/volsrv/part.c (modified)
	* uspace/srv/volsrv/volsrv.c (modified)

	Remove excessive debug messages.


Thu, 29 Oct 2015 10:16:08 GMT Jiri Svoboda <jiri@…> [03661d19]
	* uspace/app/fdisk/fdisk.c (modified)
	* uspace/lib/fdisk/include/fdisk.h (modified)
	* uspace/lib/fdisk/include/types/fdisk.h (modified)
	* uspace/lib/fdisk/src/cap.c (modified)
	* uspace/lib/fdisk/src/fdisk.c (modified)
	* uspace/lib/label/src/mbr.c (modified)

	Handle simplified capacity entry.


Wed, 28 Oct 2015 18:17:27 GMT Jakub Jermar <jakub@…> [5265eea4]
	* boot/arch/arm32/src/asm.S (modified)
	* boot/arch/arm32/src/main.c (modified)
	* boot/arch/arm32/src/mm.c (modified)
	* kernel/arch/arm32/include/arch/atomic.h (modified)
	* kernel/arch/arm32/include/arch/barrier.h (modified)
	* kernel/arch/arm32/include/arch/cache.h (modified)
	* kernel/arch/arm32/include/arch/cp15.h (modified)
	* kernel/arch/arm32/include/arch/mm/page.h (modified)
	* kernel/arch/arm32/include/arch/mm/page_armv4.h (modified)
	* kernel/arch/arm32/include/arch/mm/page_armv6.h (modified)
	* kernel/arch/arm32/src/cpu/cpu.c (modified)
	* kernel/arch/arm32/src/mm/tlb.c (modified)

	Merge various ARM fixes from lp:~jakub/helenos/arm

	Fix GTA02 ...


Wed, 28 Oct 2015 08:32:09 GMT Jakub Jermar <jakub@…> [5783d10]
	* kernel/arch/arm32/include/arch/atomic.h (modified)

	Cstyle


Mon, 26 Oct 2015 21:12:57 GMT Jakub Jermar <jakub@…> [93d8022]
	* boot/arch/arm32/src/mm.c (modified)
	* kernel/arch/arm32/include/arch/cache.h (modified)
	* kernel/arch/arm32/include/arch/mm/page_armv6.h (modified)
	* kernel/arch/arm32/src/cpu/cpu.c (modified)

	ARM cache handling fixes

	- boot: Use the normal outer and inner ...


Sat, 24 Oct 2015 22:06:34 GMT Jiri Svoboda <jiri@…> [9854a8f]
	* uspace/app/fdisk/fdisk.c (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/generic/imath.c (added)
	* uspace/lib/c/include/imath.h (added)
	* uspace/lib/fdisk/Makefile (modified)
	* uspace/lib/fdisk/include/fdisk.h (modified)
	* uspace/lib/fdisk/include/types/fdisk.h (modified)
	* uspace/lib/fdisk/src/cap.c (added)
	* uspace/lib/fdisk/src/fdisk.c (modified)

	Capacity simplification, for display.


Thu, 22 Oct 2015 20:21:03 GMT Jiri Svoboda <jiri@…> [ef9dac04]
	* uspace/app/fdisk/fdisk.c (modified)

	Confirm destructive actions.


Wed, 21 Oct 2015 10:09:01 GMT Jiri Svoboda <jiri@…> [21f1543]
	* uspace/app/fdisk/fdisk.c (modified)

	Improve partition deletion menu.


Wed, 21 Oct 2015 09:55:49 GMT Jiri Svoboda <jiri@…> [852664b9]
	* uspace/app/fdisk/fdisk.c (modified)
	* uspace/lib/fdisk/include/fdisk.h (modified)
	* uspace/lib/fdisk/src/fdisk.c (modified)

	Display total free space size.


Wed, 21 Oct 2015 09:27:06 GMT Jiri Svoboda <jiri@…> [b598460a]
	* uspace/app/fdisk/fdisk.c (modified)
	* uspace/lib/fdisk/include/fdisk.h (modified)
	* uspace/lib/fdisk/include/types/fdisk.h (modified)
	* uspace/lib/fdisk/src/fdisk.c (modified)
	* uspace/srv/bd/vbd/disk.c (modified)

	Suggest maximum available free space as the default for partition
	size.


Tue, 20 Oct 2015 10:08:15 GMT Jiri Svoboda <jiri@…> [68b5dd11]
	* uspace/app/fdisk/fdisk.c (modified)
	* uspace/lib/c/include/types/label.h (modified)
	* uspace/lib/c/include/types/vol.h (modified)
	* uspace/lib/clui/nchoice.c (modified)
	* uspace/lib/clui/nchoice.h (modified)
	* uspace/lib/clui/tinput.c (modified)
	* uspace/lib/clui/tinput.h (modified)

	Provide some default options.


Sat, 17 Oct 2015 21:50:38 GMT Jiri Svoboda <jiri@…> [44fe800]
	* uspace/lib/c/generic/vol.c (modified)
	* uspace/lib/c/include/ipc/vol.h (modified)
	* uspace/lib/c/include/types/vol.h (modified)
	* uspace/lib/c/include/vol.h (modified)
	* uspace/lib/fdisk/src/fdisk.c (modified)
	* uspace/srv/bd/vbd/disk.c (modified)
	* uspace/srv/volsrv/Makefile (modified)
	* uspace/srv/volsrv/empty.c (modified)
	* uspace/srv/volsrv/empty.h (modified)
	* uspace/srv/volsrv/mkfs.c (added)
	* uspace/srv/volsrv/mkfs.h (added)
	* uspace/srv/volsrv/part.c (modified)
	* uspace/srv/volsrv/part.h (modified)
	* uspace/srv/volsrv/volsrv.c (modified)

	Create file system when creating partition.


Thu, 15 Oct 2015 20:43:30 GMT Jiri Svoboda <jiri@…> [ea0ff6b]
	* uspace/app/fdisk/fdisk.c (modified)
	* uspace/lib/c/generic/vol.c (modified)
	* uspace/lib/fdisk/include/fdisk.h (modified)
	* uspace/lib/fdisk/include/types/fdisk.h (modified)
	* uspace/lib/fdisk/src/fdisk.c (modified)
	* uspace/srv/volsrv/empty.c (modified)
	* uspace/srv/volsrv/empty.h (modified)
	* uspace/srv/volsrv/part.c (modified)
	* uspace/srv/volsrv/volsrv.c (modified)

	Disk erasure.


Wed, 14 Oct 2015 22:30:12 GMT Jiri Svoboda <jiri@…> [edebb4a1]
	* uspace/app/fdisk/fdisk.c (modified)
	* uspace/lib/c/generic/vol.c (modified)
	* uspace/lib/c/include/ipc/vol.h (modified)
	* uspace/lib/c/include/types/label.h (modified)
	* uspace/lib/c/include/types/vol.h (modified)
	* uspace/lib/c/include/vol.h (modified)
	* uspace/lib/fdisk/src/fdisk.c (modified)
	* uspace/lib/label/src/gpt.c (modified)
	* uspace/lib/label/src/mbr.c (modified)
	* uspace/srv/bd/vbd/disk.c (modified)
	* uspace/srv/volsrv/part.c (modified)
	* uspace/srv/volsrv/part.h (modified)
	* uspace/srv/volsrv/volsrv.c (modified)

	Handle dummy partition addition/removal during label ...


Mon, 12 Oct 2015 15:42:23 GMT Jiri Svoboda <jiri@…> [4b6635a7]
	* uspace/app/fdisk/fdisk.c (modified)
	* uspace/lib/c/include/types/vol.h (added)
	* uspace/lib/c/include/vbd.h (modified)
	* uspace/lib/c/include/vol.h (modified)
	* uspace/lib/fdisk/include/fdisk.h (modified)
	* uspace/lib/fdisk/include/types/fdisk.h (modified)
	* uspace/lib/fdisk/src/fdisk.c (modified)
	* uspace/srv/bd/vbd/disk.c (modified)
	* uspace/srv/volsrv/Makefile (modified)
	* uspace/srv/volsrv/empty.c (added)
	* uspace/srv/volsrv/empty.h (added)
	* uspace/srv/volsrv/part.c (modified)
	* uspace/srv/volsrv/part.h (modified)

	Volsrv empty partition detection.


Fri, 09 Oct 2015 22:18:34 GMT Jiri Svoboda <jiri@…> [6a0db524]
	* uspace/srv/bd/vbd/disk.c (modified)

	More checks.


Fri, 09 Oct 2015 18:56:36 GMT Jiri Svoboda <jiri@…> [3a43785]
	* uspace/srv/bd/vbd/disk.c (modified)

	VBD label creation and destruction needs adjusting.


Fri, 09 Oct 2015 18:11:08 GMT Jiri Svoboda <jiri@…> [0ecfc62]
	* uspace/app/fdisk/fdisk.c (modified)
	* uspace/lib/c/generic/vol.c (modified)
	* uspace/lib/c/include/types/label.h (modified)
	* uspace/lib/c/include/vol.h (modified)
	* uspace/lib/fdisk/include/types/fdisk.h (modified)
	* uspace/lib/fdisk/src/fdisk.c (modified)
	* uspace/lib/label/include/types/liblabel.h (modified)
	* uspace/lib/label/src/dummy.c (modified)
	* uspace/lib/label/src/gpt.c (modified)
	* uspace/lib/label/src/mbr.c (modified)
	* uspace/srv/volsrv/part.c (modified)
	* uspace/srv/volsrv/types/part.h (modified)
	* uspace/srv/volsrv/volsrv.c (modified)

	Information structures need updating to new model.


Fri, 09 Oct 2015 07:00:23 GMT Jiri Svoboda <jiri@…> [372df8f]
	* uspace/app/fdisk/fdisk.c (modified)
	* uspace/lib/c/generic/vbd.c (modified)
	* uspace/lib/c/generic/vol.c (modified)
	* uspace/lib/c/include/ipc/vbd.h (modified)
	* uspace/lib/c/include/ipc/vol.h (modified)
	* uspace/lib/c/include/types/label.h (modified)
	* uspace/lib/c/include/vbd.h (modified)
	* uspace/lib/c/include/vol.h (modified)
	* uspace/lib/fdisk/src/fdisk.c (modified)
	* uspace/lib/label/Makefile (modified)
	* uspace/lib/label/src/dummy.c (added)
	* uspace/lib/label/src/dummy.h (added)
	* uspace/lib/label/src/label.c (modified)
	* uspace/srv/bd/vbd/disk.c (modified)
	* uspace/srv/bd/vbd/disk.h (modified)
	* uspace/srv/bd/vbd/vbd.c (modified)
	* uspace/srv/locsrv/locsrv.c (modified)
	* uspace/srv/volsrv/Makefile (modified)
	* uspace/srv/volsrv/disk.c (deleted)
	* uspace/srv/volsrv/part.c (added)
	* uspace/srv/volsrv/part.h (moved)
	* uspace/srv/volsrv/types/part.h (moved)
	* uspace/srv/volsrv/volsrv.c (modified)

	Let VBD handle unlabeled devices too. Now volsrv only cares about ...


Wed, 07 Oct 2015 09:46:24 GMT Jakub Jermar <jakub@…> [1a2a6e7]
	* boot/arch/arm32/src/asm.S (modified)

	Fix build for ARMv6.


Tue, 06 Oct 2015 20:39:13 GMT Jakub Jermar <jakub@…> [803f581]
	* boot/arch/arm32/src/asm.S (modified)

	Invalidate branch predictors and issue ISB only when it is supported.


Tue, 06 Oct 2015 20:23:44 GMT Jakub Jermar <jakub@…> [15fbe6a]
	* boot/arch/arm32/src/main.c (modified)

	Fix clean_dcache_poc() wrt. ARMv6-

	Clean D$ according to the actual ...


Tue, 06 Oct 2015 20:20:50 GMT Jakub Jermar <jakub@…> [afe5e09]
	* kernel/arch/arm32/include/arch/barrier.h (modified)
	* kernel/arch/arm32/include/arch/cp15.h (modified)

	Define CP15_C7_MVA_ALIGN for all supported ARM processors.

	- Use ...


Tue, 06 Oct 2015 19:05:41 GMT Jiri Svoboda <jiri@…> [0328987]
	* uspace/lib/posix/source/internal/common.h (modified)

	The macro errnify() is no longer needed.


Tue, 06 Oct 2015 19:01:36 GMT Jiri Svoboda <jiri@…> [6afc9d7]
	* kernel/generic/src/console/console.c (modified)
	* uspace/app/bdsh/cmds/builtins/cd/cd.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/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/mount/mount.c (modified)
	* uspace/app/bdsh/cmds/modules/mv/mv.c (modified)
	* uspace/app/bdsh/cmds/modules/pwd/pwd.c (modified)
	* uspace/app/bdsh/cmds/modules/rm/rm.c (modified)
	* uspace/app/bdsh/cmds/modules/touch/touch.c (modified)
	* uspace/app/bdsh/cmds/modules/unmount/unmount.c (modified)
	* uspace/app/bdsh/compl.c (modified)
	* uspace/app/bdsh/exec.c (modified)
	* uspace/app/df/df.c (modified)
	* uspace/app/init/init.c (modified)
	* uspace/app/taskdump/elf_core.c (modified)
	* uspace/app/taskdump/symtab.c (modified)
	* uspace/app/tester/hw/misc/virtchar1.c (modified)
	* uspace/app/tester/vfs/vfs1.c (modified)
	* uspace/app/trace/trace.c (modified)
	* uspace/app/untar/main.c (modified)
	* uspace/app/viewer/viewer.c (modified)
	* uspace/drv/bus/isa/isa.c (modified)
	* uspace/lib/bithenge/src/file.c (modified)
	* uspace/lib/c/generic/elf/elf_load.c (modified)
	* uspace/lib/c/generic/io/console.c (modified)
	* uspace/lib/c/generic/io/io.c (modified)
	* uspace/lib/c/generic/io/kio.c (modified)
	* uspace/lib/c/generic/loader.c (modified)
	* uspace/lib/c/generic/task.c (modified)
	* uspace/lib/c/generic/vfs/vfs.c (modified)
	* uspace/lib/c/include/io/kio.h (modified)
	* uspace/lib/c/include/sys/statfs.h (modified)
	* uspace/lib/c/include/unistd.h (modified)
	* uspace/lib/c/include/vfs/vfs.h (modified)
	* uspace/lib/c/include/vfs/vfs_sess.h (modified)
	* uspace/lib/pcut/src/os/helenos.c (modified)
	* uspace/lib/posix/source/fcntl.c (modified)
	* uspace/lib/posix/source/internal/common.h (modified)
	* uspace/lib/posix/source/stdio.c (modified)
	* uspace/lib/posix/source/stdlib.c (modified)
	* uspace/lib/posix/source/sys/stat.c (modified)
	* uspace/lib/posix/source/unistd.c (modified)
	* uspace/srv/devman/driver.c (modified)
	* uspace/srv/devman/match.c (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/vfs/vfs.c (modified)
	* uspace/srv/vfs/vfs.h (modified)
	* uspace/srv/vfs/vfs_ops.c (modified)

	UNIX-like I/O functions should use errno to return error code for ...


Sat, 03 Oct 2015 08:37:37 GMT Jakub Jermar <jakub@…> [d5610b9]
	* kernel/arch/arm32/include/arch/barrier.h (modified)
	* kernel/arch/arm32/include/arch/cache.h (modified)
	* kernel/arch/arm32/include/arch/cp15.h (modified)
	* kernel/arch/arm32/include/arch/mm/page_armv4.h (modified)
	* kernel/arch/arm32/include/arch/mm/page_armv6.h (modified)
	* kernel/arch/arm32/src/cpu/cpu.c (modified)

	Cleanup some of the cache maintenance mess on ARM

	- Do not define ...


Thu, 01 Oct 2015 09:18:31 GMT Jiri Svoboda <jiri@…> [f1f7584]
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/generic/cfg.c (deleted)
	* uspace/lib/c/include/cfg.h (deleted)

	Cfg module is not used and not needed.


Wed, 30 Sep 2015 19:43:34 GMT Jakub Jermar <jakub@…> [8ca6f08]
	* kernel/arch/arm32/include/arch/cp15.h (modified)

	Fix Crm for PFI.


Wed, 30 Sep 2015 17:47:41 GMT Martin Decky <martin@…> [8a637a4]
	* abi/include/abi/errno.h (modified)
	* kernel/generic/src/ipc/event.c (modified)
	* kernel/generic/src/ipc/irq.c (modified)
	* uspace/app/bdsh/errors.h (modified)
	* uspace/app/trace/errors.c (modified)
	* uspace/app/untar/main.c (modified)
	* uspace/app/vuhid/device.c (modified)
	* uspace/drv/test/test1/test1.c (modified)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/nettl/src/amap.c (modified)
	* uspace/lib/nettl/src/portrng.c (modified)
	* uspace/lib/usbdev/src/pipesinit.c (modified)
	* uspace/lib/usbhost/src/usb_device_manager.c (modified)
	* uspace/lib/usbhost/src/usb_endpoint_manager.c (modified)
	* uspace/srv/audio/hound/audio_sink.c (modified)
	* uspace/srv/audio/hound/hound.c (modified)
	* uspace/srv/devman/drv_conn.c (modified)
	* uspace/srv/locsrv/locsrv.c (modified)
	* uspace/srv/net/inetsrv/addrobj.c (modified)
	* uspace/srv/net/tcp/conn.c (modified)
	* uspace/srv/ns/service.c (modified)
	* uspace/srv/ns/task.c (modified)
	* uspace/srv/vfs/vfs_register.c (modified)

	remove EEXISTS in favor of EEXIST


Fri, 25 Sep 2015 17:57:56 GMT Jiri Svoboda <jiri@…> [a955fcc]
	* uspace/lib/c/generic/io/io.c (modified)

	Must update bytes_left when reading from ungetc() buffer.


Wed, 23 Sep 2015 19:59:06 GMT Jakub Jermar <jakub@…> [f834cc32]
	* kernel/arch/arm32/include/arch/cp15.h (modified)
	* kernel/arch/arm32/src/mm/tlb.c (modified)

	More generic detection of TLB type.


Mon, 21 Sep 2015 22:40:52 GMT Jiri Svoboda <jiri@…> [80bee81]
	* uspace/lib/c/generic/io/io.c (modified)
	* uspace/lib/c/include/stdio.h (modified)
	* uspace/lib/posix/source/stdio.c (modified)

	freopen() goes home too.


Mon, 21 Sep 2015 21:59:56 GMT Jiri Svoboda <jiri@…> [7db5cfd]
	* uspace/lib/c/generic/io/io.c (modified)
	* uspace/lib/posix/source/stdio.c (modified)

	fputs() and the incredible adventures of its return value.


Mon, 21 Sep 2015 21:18:44 GMT Jiri Svoboda <jiri@…> [c70703a]
	* uspace/lib/c/generic/io/io.c (modified)

	Remove extra comma.


Mon, 21 Sep 2015 21:05:26 GMT Jiri Svoboda <jiri@…> [bd5414e]
	* uspace/lib/c/generic/io/io.c (modified)
	* uspace/lib/c/generic/private/stdio.h (modified)
	* uspace/lib/c/include/stdio.h (modified)
	* uspace/lib/posix/source/stdio.c (modified)

	Proper ungetc() in libc.


Mon, 21 Sep 2015 19:01:29 GMT Jiri Svoboda <jiri@…> [bea710f]
	* tools/xcw/bin/helenos-cc (modified)

	Only add system include dirs after user-provided dirs.


Sun, 20 Sep 2015 19:12:13 GMT Jiri Svoboda <jiri@…> [fbf4dc1]
	* uspace/lib/c/arch/abs32le/include/libarch/stddef.h (added)
	* uspace/lib/c/arch/abs32le/include/libarch/stdint.h (modified)
	* uspace/lib/c/arch/abs32le/include/libarch/types.h (modified)
	* uspace/lib/c/arch/amd64/include/libarch/stddef.h (added)
	* uspace/lib/c/arch/amd64/include/libarch/stdint.h (modified)
	* uspace/lib/c/arch/amd64/include/libarch/types.h (modified)
	* uspace/lib/c/arch/arm32/include/libarch/stddef.h (added)
	* uspace/lib/c/arch/arm32/include/libarch/stdint.h (modified)
	* uspace/lib/c/arch/arm32/include/libarch/types.h (modified)
	* uspace/lib/c/arch/ia32/include/libarch/stddef.h (added)
	* uspace/lib/c/arch/ia32/include/libarch/stdint.h (modified)
	* uspace/lib/c/arch/ia32/include/libarch/types.h (modified)
	* uspace/lib/c/arch/ia64/include/libarch/stddef.h (added)
	* uspace/lib/c/arch/ia64/include/libarch/stdint.h (modified)
	* uspace/lib/c/arch/ia64/include/libarch/types.h (modified)
	* uspace/lib/c/arch/mips32/include/libarch/stddef.h (added)
	* uspace/lib/c/arch/mips32/include/libarch/stdint.h (modified)
	* uspace/lib/c/arch/mips32/include/libarch/types.h (modified)
	* uspace/lib/c/arch/mips32eb/include/libarch/stddef.h (added)
	* uspace/lib/c/arch/ppc32/include/libarch/stddef.h (added)
	* uspace/lib/c/arch/ppc32/include/libarch/stdint.h (modified)
	* uspace/lib/c/arch/ppc32/include/libarch/types.h (modified)
	* uspace/lib/c/arch/sparc32/include/libarch/stddef.h (added)
	* uspace/lib/c/arch/sparc32/include/libarch/stdint.h (modified)
	* uspace/lib/c/arch/sparc32/include/libarch/types.h (modified)
	* uspace/lib/c/arch/sparc64/include/libarch/stddef.h (added)
	* uspace/lib/c/arch/sparc64/include/libarch/stdint.h (modified)
	* uspace/lib/c/arch/sparc64/include/libarch/types.h (modified)
	* uspace/lib/posix/include/posix/stddef.h (modified)
	* uspace/lib/posix/source/stdio/scanf.c (modified)

	size_t and ptrdiff_t belong in libc's stddef.h.


Sun, 20 Sep 2015 11:12:33 GMT Jiri Svoboda <jiri@…> [d6c98451]
	* uspace/lib/c/arch/abs32le/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/abs32le/include/libarch/types.h (modified)
	* uspace/lib/c/arch/amd64/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/amd64/include/libarch/types.h (modified)
	* uspace/lib/c/arch/arm32/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/arm32/include/libarch/types.h (modified)
	* uspace/lib/c/arch/ia32/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/ia32/include/libarch/types.h (modified)
	* uspace/lib/c/arch/ia64/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/ia64/include/libarch/types.h (modified)
	* uspace/lib/c/arch/mips32/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/mips32/include/libarch/types.h (modified)
	* uspace/lib/c/arch/mips32eb/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/ppc32/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/ppc32/include/libarch/types.h (modified)
	* uspace/lib/c/arch/sparc32/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/sparc32/include/libarch/types.h (modified)
	* uspace/lib/c/arch/sparc64/include/libarch/stdint.h (added)
	* uspace/lib/c/arch/sparc64/include/libarch/types.h (modified)
	* uspace/lib/c/include/stdint.h (modified)
	* uspace/lib/posix/include/posix/inttypes.h (modified)
	* uspace/lib/posix/include/posix/stdint.h (modified)
	* uspace/lib/posix/source/stdio/scanf.c (modified)
	* uspace/lib/posix/source/stdlib/strtol.c (modified)

	Move (u)intmax_t to libc. Some stdint.h work.


Fri, 18 Sep 2015 15:08:40 GMT Martin Decky <martin@…> [8a45707d]
	* uspace/lib/ext4/libext4_ialloc.c (modified)

	avoid the corner case where the last block group is the only block ...


Fri, 18 Sep 2015 14:40:29 GMT Martin Decky <martin@…> [c354a08]
	* uspace/app/tetris/scores.c (modified)

	do not crash if score file cannot be created


Fri, 18 Sep 2015 14:06:43 GMT Martin Decky <martin@…> [9308dba]
	* uspace/app/bdsh/config.h (modified)

	increase bdsh limits


Thu, 17 Sep 2015 22:55:44 GMT Martin Decky <martin@…> [c7b9c5d6]
	* HelenOS.config (modified)

	possibility to explicitly select 32 bpp mode
	(some VBE BIOSes ...


Thu, 17 Sep 2015 16:21:28 GMT Jiri Svoboda <jiri@…> [3b23d05]
	* uspace/app/tester/float/float2.c (modified)
	* uspace/app/tester/tester.h (modified)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/math/Makefile (modified)
	* uspace/lib/math/arch/abs32le/include/libarch/math.h (modified)
	* uspace/lib/math/arch/amd64/include/libarch/math.h (modified)
	* uspace/lib/math/arch/arm32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ia32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ia64/include/libarch/math.h (modified)
	* uspace/lib/math/arch/mips32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/mips32eb/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ppc32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/sparc32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/sparc64/include/libarch/math.h (modified)
	* uspace/lib/math/generic/acos.c (added)
	* uspace/lib/math/generic/asin.c (added)
	* uspace/lib/math/generic/atan.c (added)
	* uspace/lib/math/generic/atan2.c (added)
	* uspace/lib/math/generic/cosh.c (added)
	* uspace/lib/math/generic/exp.c (modified)
	* uspace/lib/math/generic/fabs.c (added)
	* uspace/lib/math/generic/fmod.c (moved)
	* uspace/lib/math/generic/frexp.c (added)
	* uspace/lib/math/generic/ldexp.c (added)
	* uspace/lib/math/generic/log10.c (added)
	* uspace/lib/math/generic/modf.c (added)
	* uspace/lib/math/generic/pow.c (modified)
	* uspace/lib/math/generic/sinh.c (added)
	* uspace/lib/math/generic/sqrt.c (added)
	* uspace/lib/math/generic/tan.c (added)
	* uspace/lib/math/generic/tanh.c (added)
	* uspace/lib/math/include/acos.h (added)
	* uspace/lib/math/include/asin.h (added)
	* uspace/lib/math/include/atan.h (added)
	* uspace/lib/math/include/atan2.h (added)
	* uspace/lib/math/include/cosh.h (added)
	* uspace/lib/math/include/fabs.h (added)
	* uspace/lib/math/include/fmod.h (moved)
	* uspace/lib/math/include/frexp.h (added)
	* uspace/lib/math/include/ldexp.h (added)
	* uspace/lib/math/include/log10.h (added)
	* uspace/lib/math/include/math.h (modified)
	* uspace/lib/math/include/modf.h (added)
	* uspace/lib/math/include/sinh.h (added)
	* uspace/lib/math/include/sqrt.h (added)
	* uspace/lib/math/include/tan.h (added)
	* uspace/lib/math/include/tanh.h (added)

	Merge math library improvements.


Thu, 17 Sep 2015 16:16:25 GMT Jiri Svoboda <jiri@…> [b69786e]
	* uspace/app/tester/float/float2.c (modified)
	* uspace/app/tester/tester.h (modified)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/math/Makefile (modified)
	* uspace/lib/math/arch/abs32le/include/libarch/math.h (modified)
	* uspace/lib/math/arch/amd64/include/libarch/math.h (modified)
	* uspace/lib/math/arch/arm32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ia32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ia64/include/libarch/math.h (modified)
	* uspace/lib/math/arch/mips32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/mips32eb/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ppc32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/sparc32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/sparc64/include/libarch/math.h (modified)
	* uspace/lib/math/generic/acos.c (added)
	* uspace/lib/math/generic/asin.c (added)
	* uspace/lib/math/generic/atan.c (added)
	* uspace/lib/math/generic/atan2.c (added)
	* uspace/lib/math/generic/cosh.c (added)
	* uspace/lib/math/generic/exp.c (modified)
	* uspace/lib/math/generic/fabs.c (added)
	* uspace/lib/math/generic/fmod.c (moved)
	* uspace/lib/math/generic/frexp.c (added)
	* uspace/lib/math/generic/ldexp.c (added)
	* uspace/lib/math/generic/log10.c (added)
	* uspace/lib/math/generic/modf.c (added)
	* uspace/lib/math/generic/pow.c (modified)
	* uspace/lib/math/generic/sinh.c (added)
	* uspace/lib/math/generic/sqrt.c (added)
	* uspace/lib/math/generic/tan.c (added)
	* uspace/lib/math/generic/tanh.c (added)
	* uspace/lib/math/include/acos.h (added)
	* uspace/lib/math/include/asin.h (added)
	* uspace/lib/math/include/atan.h (added)
	* uspace/lib/math/include/atan2.h (added)
	* uspace/lib/math/include/cosh.h (added)
	* uspace/lib/math/include/fabs.h (added)
	* uspace/lib/math/include/fmod.h (moved)
	* uspace/lib/math/include/frexp.h (added)
	* uspace/lib/math/include/ldexp.h (added)
	* uspace/lib/math/include/log10.h (added)
	* uspace/lib/math/include/math.h (modified)
	* uspace/lib/math/include/modf.h (added)
	* uspace/lib/math/include/sinh.h (added)
	* uspace/lib/math/include/sqrt.h (added)
	* uspace/lib/math/include/tan.h (added)
	* uspace/lib/math/include/tanh.h (added)

	Add all functions required by C89 plus their single-precision ...


Thu, 17 Sep 2015 07:19:30 GMT Jakub Jermar <jakub@…> [a1d636e]
	* boot/arch/arm32/src/mm.c (modified)
	* kernel/arch/arm32/include/arch/cp15.h (modified)
	* kernel/arch/arm32/include/arch/mm/page.h (modified)

	Access CP15 register 2 wrt. target architecture and implementation
 ...


Wed, 16 Sep 2015 18:52:13 GMT Jakub Jermar <jakub@…> [5f310ec8]
	* kernel/arch/arm32/include/arch/cp15.h (modified)
	* kernel/arch/arm32/src/mm/tlb.c (modified)

	Access CP15 register 8 wrt. target architecture and implementation
 ...


Tue, 08 Sep 2015 18:56:08 GMT Jakub Jermar <jakub@…> [996dc042]
	* contrib/qfs/qfs.sh (modified)

	Upgrade qfs.sh to QEMU 2.4.0.


Sat, 05 Sep 2015 12:03:54 GMT Jiri Svoboda <jiri@…> [ba8eecf]
	* uspace/app/tester/float/float2.c (modified)

	Unit-test all unary functions.


Sat, 05 Sep 2015 11:50:00 GMT Jiri Svoboda <jiri@…> [9adb61d]
	* uspace/lib/math/arch/abs32le/include/libarch/math.h (modified)
	* uspace/lib/math/arch/amd64/include/libarch/math.h (modified)
	* uspace/lib/math/arch/amd64/src/cos.S (modified)
	* uspace/lib/math/arch/amd64/src/sin.S (modified)
	* uspace/lib/math/arch/amd64/src/trunc.S (modified)
	* uspace/lib/math/arch/arm32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ia32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ia32/src/cos.S (modified)
	* uspace/lib/math/arch/ia32/src/sin.S (modified)
	* uspace/lib/math/arch/ia32/src/trunc.S (modified)
	* uspace/lib/math/arch/ia64/include/libarch/math.h (modified)
	* uspace/lib/math/arch/mips32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/mips32eb/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ppc32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/sparc32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/sparc64/include/libarch/math.h (modified)
	* uspace/lib/math/generic/ceil.c (modified)
	* uspace/lib/math/generic/exp.c (modified)
	* uspace/lib/math/generic/floor.c (modified)
	* uspace/lib/math/generic/log.c (modified)
	* uspace/lib/math/generic/mod.c (modified)
	* uspace/lib/math/generic/pow.c (modified)
	* uspace/lib/math/generic/trig.c (modified)
	* uspace/lib/math/generic/trunc.c (modified)
	* uspace/lib/math/include/ceil.h (modified)
	* uspace/lib/math/include/floor.h (modified)
	* uspace/lib/math/include/mod.h (modified)
	* uspace/lib/math/include/trig.h (modified)

	Add single-precision variant for all functions. Allow generic ...


Sat, 05 Sep 2015 10:11:40 GMT Jiri Svoboda <jiri@…> [e6f5766]
	* uspace/lib/math/arch/abs32le/include/libarch/math.h (modified)
	* uspace/lib/math/arch/amd64/include/libarch/math.h (modified)
	* uspace/lib/math/arch/arm32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ia32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ia64/include/libarch/math.h (modified)
	* uspace/lib/math/arch/mips32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/mips32eb/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ppc32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/sparc32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/sparc64/include/libarch/math.h (modified)
	* uspace/lib/math/generic/ceil.c (modified)
	* uspace/lib/math/generic/exp.c (modified)
	* uspace/lib/math/generic/floor.c (modified)
	* uspace/lib/math/generic/trunc.c (modified)
	* uspace/lib/math/include/ceil.h (modified)
	* uspace/lib/math/include/floor.h (modified)
	* uspace/lib/math/include/trig.h (modified)
	* uspace/lib/math/include/trunc.h (modified)

	Use floatN_t types in generic function interfaces.


Fri, 04 Sep 2015 08:15:13 GMT Jiri Svoboda <jiri@…> [01cdd5a]
	* uspace/lib/math/arch/abs32le/include/libarch/math.h (modified)
	* uspace/lib/math/arch/arm32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ia32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ia64/include/libarch/math.h (modified)
	* uspace/lib/math/arch/mips32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/mips32eb/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ppc32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/sparc32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/sparc64/include/libarch/math.h (modified)

	Add missing math exp(f), lg(f), pow(f) definitions for all
	architectures.


Fri, 04 Sep 2015 06:40:20 GMT Jiri Svoboda <jiri@…> [992ffa6]
	* uspace/app/tester/float/float2.c (modified)
	* uspace/lib/math/Makefile (modified)
	* uspace/lib/math/arch/amd64/include/libarch/math.h (modified)
	* uspace/lib/math/generic/ceil.c (modified)
	* uspace/lib/math/generic/exp.c (added)
	* uspace/lib/math/generic/floor.c (modified)
	* uspace/lib/math/generic/log.c (added)
	* uspace/lib/math/generic/pow.c (added)
	* uspace/lib/math/generic/trig.c (modified)
	* uspace/lib/math/generic/trunc.c (modified)
	* uspace/lib/math/include/exp.h (added)
	* uspace/lib/math/include/log.h (added)
	* uspace/lib/math/include/math.h (modified)
	* uspace/lib/math/include/pow.h (added)
	* uspace/lib/math/include/trunc.h (modified)

	Add exp(f), log(f), pow(f). Improve precision of sin, cos.


Tue, 01 Sep 2015 08:08:47 GMT Jiri Svoboda <jiri@…> [bae1e1f]
	* uspace/app/tester/float/float2.c (modified)
	* uspace/lib/math/Makefile (modified)
	* uspace/lib/math/arch/abs32le/include/libarch/math.h (modified)
	* uspace/lib/math/arch/amd64/include/libarch/math.h (modified)
	* uspace/lib/math/arch/arm32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ia32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ia64/include/libarch/math.h (modified)
	* uspace/lib/math/arch/mips32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/mips32eb/include/libarch/math.h (modified)
	* uspace/lib/math/arch/ppc32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/sparc32/include/libarch/math.h (modified)
	* uspace/lib/math/arch/sparc64/include/libarch/math.h (modified)
	* uspace/lib/math/generic/ceil.c (added)
	* uspace/lib/math/generic/floor.c (added)
	* uspace/lib/math/include/ceil.h (added)
	* uspace/lib/math/include/floor.h (added)

	floor() and ceil().


Mon, 31 Aug 2015 18:09:02 GMT Jiri Svoboda <jiri@…> [1d03e86]
	* uspace/srv/net/tcp/service.c (modified)
	* uspace/srv/net/udp/service.c (modified)

	Fix formatting strings.


Sun, 30 Aug 2015 15:27:36 GMT Jiri Svoboda <jiri@…> [cb0ca35]
	* uspace/lib/c/include/helenos (added)

	Disambiguation symlink. This is used in 3rd party application to ...


Sun, 30 Aug 2015 14:52:08 GMT Jiri Svoboda <jiri@…> [be12474]
	* uspace/app/tester/mm/common.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/srv/audio/hound/hound.c (modified)
	* uspace/srv/net/tcp/service.c (modified)
	* uspace/srv/net/udp/service.c (modified)

	Revisit a few uses of list_count, list_nth w.r.t. type used for ...


Sun, 30 Aug 2015 14:38:17 GMT Jiri Svoboda <jiri@…> [df13836]
	* kernel/generic/include/adt/list.h (modified)
	* kernel/generic/src/adt/list.c (modified)
	* uspace/lib/c/generic/adt/list.c (modified)
	* uspace/lib/c/include/adt/list.h (modified)
	* uspace/srv/audio/hound/hound_ctx.c (modified)

	Use bool for boolean values, unsigned long for counting heap objects.


Sun, 30 Aug 2015 14:11:07 GMT Jiri Svoboda <jiri@…> [616f5dd3]
	* tools/xcw/bin/helenos-bld-config (added)
	* tools/xcw/bin/helenos-cc (added)
	* tools/xcw/bin/helenos-ld (added)
	* tools/xcw/bin/helenos-pkg-config (added)
	* tools/xcw/demo/Makefile (added)
	* tools/xcw/demo/viewer.c (added)

	Cross-compiler wrapper (XCW).


Sun, 23 Aug 2015 13:31:31 GMT Martin Decky <martin@…> [9ef495f]
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/include/async.h (modified)

	make async_new_connection() static


Sun, 23 Aug 2015 12:50:23 GMT Martin Decky <martin@…> [f9b2cb4c]
	* abi/include/abi/ipc/interfaces.h (modified)
	* uspace/app/barber/barber.c (modified)
	* uspace/app/date/date.c (modified)
	* uspace/app/mixerctl/mixerctl.c (modified)
	* uspace/app/mkbd/main.c (modified)
	* uspace/app/nic/nic.c (modified)
	* uspace/app/sportdmp/sportdmp.c (modified)
	* uspace/app/tester/hw/misc/virtchar1.c (modified)
	* uspace/app/tester/hw/serial/serial1.c (modified)
	* uspace/app/wifi_supplicant/wifi_supplicant.c (modified)
	* uspace/drv/audio/hdaudio/hdaudio.c (modified)
	* uspace/drv/audio/sb16/dsp.c (modified)
	* uspace/drv/audio/sb16/main.c (modified)
	* uspace/drv/block/ahci/ahci.c (modified)
	* uspace/drv/block/ata_bd/main.c (modified)
	* uspace/drv/block/ddisk/ddisk.c (modified)
	* uspace/drv/bus/amba/amba.c (modified)
	* uspace/drv/bus/isa/isa.c (modified)
	* uspace/drv/bus/pci/pciintel/pci.c (modified)
	* uspace/drv/bus/usb/ehci/res.c (modified)
	* uspace/drv/bus/usb/ohci/res.c (modified)
	* uspace/drv/bus/usb/uhci/res.c (modified)
	* uspace/drv/bus/usb/uhcirh/main.c (modified)
	* uspace/drv/char/grlib_uart/grlib_uart.c (modified)
	* uspace/drv/char/i8042/main.c (modified)
	* uspace/drv/char/ns8250/ns8250.c (modified)
	* uspace/drv/char/pl050/pl050.c (modified)
	* uspace/drv/char/ps2mouse/ps2mouse.c (modified)
	* uspace/drv/char/xtkbd/xtkbd.c (modified)
	* uspace/drv/time/cmos-rtc/cmos-rtc.c (modified)
	* uspace/lib/block/block.c (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/bd.c (modified)
	* uspace/lib/c/generic/clipboard.c (modified)
	* uspace/lib/c/generic/corecfg.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/dhcp.c (modified)
	* uspace/lib/c/generic/dnsr.c (modified)
	* uspace/lib/c/generic/inet.c (modified)
	* uspace/lib/c/generic/inet/tcp.c (modified)
	* uspace/lib/c/generic/inet/udp.c (modified)
	* uspace/lib/c/generic/inetcfg.c (modified)
	* uspace/lib/c/generic/inetping.c (modified)
	* uspace/lib/c/generic/io/console.c (modified)
	* uspace/lib/c/generic/io/input.c (modified)
	* uspace/lib/c/generic/io/io.c (modified)
	* uspace/lib/c/generic/io/log.c (modified)
	* uspace/lib/c/generic/io/logctl.c (modified)
	* uspace/lib/c/generic/iplink.c (modified)
	* uspace/lib/c/generic/irc.c (modified)
	* uspace/lib/c/generic/loader.c (modified)
	* uspace/lib/c/generic/loc.c (modified)
	* uspace/lib/c/generic/ns.c (modified)
	* uspace/lib/c/generic/time.c (modified)
	* uspace/lib/c/generic/vfs/vfs.c (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/devman.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/c/include/ipc/driver.h (deleted)
	* uspace/lib/c/include/ipc/inet.h (modified)
	* uspace/lib/c/include/ipc/loc.h (modified)
	* uspace/lib/c/include/ipc/logger.h (modified)
	* uspace/lib/c/include/ipc/services.h (modified)
	* uspace/lib/c/include/loc.h (modified)
	* uspace/lib/c/include/ns.h (modified)
	* uspace/lib/c/include/vfs/vfs_sess.h (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/generic/remote_ahci.c (modified)
	* uspace/lib/drv/generic/remote_audio_pcm.c (modified)
	* uspace/lib/drv/generic/remote_nic.c (modified)
	* uspace/lib/drv/include/ddf/driver.h (modified)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/graph/graph.c (modified)
	* uspace/lib/gui/terminal.c (modified)
	* uspace/lib/gui/window.c (modified)
	* uspace/lib/hound/src/protocol.c (modified)
	* uspace/lib/nic/src/nic_driver.c (modified)
	* uspace/lib/usb/src/dev.c (modified)
	* uspace/lib/usb/src/hc.c (modified)
	* uspace/lib/usbvirt/src/device.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/sata_bd/sata_bd.c (modified)
	* uspace/srv/devman/client_conn.c (modified)
	* uspace/srv/devman/client_conn.h (modified)
	* uspace/srv/devman/driver.c (modified)
	* uspace/srv/devman/drv_conn.c (modified)
	* uspace/srv/devman/drv_conn.h (modified)
	* uspace/srv/devman/loc.c (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/fs/cdfs/cdfs.c (modified)
	* uspace/srv/fs/exfat/exfat.c (modified)
	* uspace/srv/fs/ext4fs/ext4fs.c (modified)
	* uspace/srv/fs/fat/fat.c (modified)
	* uspace/srv/fs/locfs/locfs.c (modified)
	* uspace/srv/fs/locfs/locfs_ops.c (modified)
	* uspace/srv/fs/mfs/mfs.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs.c (modified)
	* uspace/srv/fs/udf/udf.c (modified)
	* uspace/srv/hid/compositor/compositor.c (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/input/ctl/kbdev.c (modified)
	* uspace/srv/hid/input/input.c (modified)
	* uspace/srv/hid/input/port/adb.c (modified)
	* uspace/srv/hid/input/port/adb_mouse.c (modified)
	* uspace/srv/hid/input/port/chardev.c (modified)
	* uspace/srv/hid/input/proto/mousedev.c (modified)
	* uspace/srv/hid/isdv4_tablet/main.c (modified)
	* uspace/srv/hid/remcons/remcons.c (modified)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified)
	* uspace/srv/locsrv/locsrv.c (modified)
	* uspace/srv/locsrv/locsrv.h (modified)
	* uspace/srv/logger/main.c (modified)
	* uspace/srv/net/ethip/ethip.c (modified)
	* uspace/srv/net/ethip/ethip_nic.c (modified)
	* uspace/srv/net/inetsrv/inet_link.c (modified)
	* uspace/srv/net/inetsrv/inetsrv.c (modified)
	* uspace/srv/net/slip/slip.c (modified)

	unify interface API
	 * introduce new interfaces
	 * unify location ...


Sat, 22 Aug 2015 14:32:11 GMT Martin Decky <martin@…> [0dd16778]
	* abi/include/abi/ipc/interfaces.h (modified)
	* uspace/app/barber/barber.c (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/loc.c (modified)
	* uspace/lib/c/generic/ns.c (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/c/include/loc.h (modified)
	* uspace/lib/c/include/ns.h (modified)
	* uspace/srv/devman/loc.c (modified)
	* uspace/srv/devman/main.c (modified)

	start migrating devman to interfaces


Sat, 22 Aug 2015 14:11:58 GMT Martin Decky <martin@…> [78bb04b]
	* abi/include/abi/ipc/interfaces.h (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/inet/tcp.c (modified)
	* uspace/lib/c/generic/inet/udp.c (modified)
	* uspace/lib/c/include/async.h (modified)

	introduce ports for callback connections


Sat, 22 Aug 2015 05:12:30 GMT Martin Decky <martin@…> [fc22069]
	* uspace/app/blkdump/blkdump.c (modified)
	* uspace/app/hdisk/hdisk.c (modified)
	* uspace/app/mkexfat/mkexfat.c (modified)
	* uspace/app/mkfat/mkfat.c (modified)
	* uspace/app/mkmfs/mkmfs.c (modified)
	* uspace/lib/bithenge/src/helenos/block.c (modified)
	* uspace/lib/block/block.c (modified)
	* uspace/lib/block/block.h (modified)
	* uspace/lib/ext4/libext4_filesystem.c (modified)
	* uspace/lib/gpt/libgpt.c (modified)
	* uspace/lib/mbr/libmbr.c (modified)
	* uspace/srv/bd/part/guid_part/guid_part.c (modified)
	* uspace/srv/bd/part/mbr_part/mbr_part.c (modified)
	* uspace/srv/fs/cdfs/cdfs_ops.c (modified)
	* uspace/srv/fs/exfat/exfat_ops.c (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)
	* uspace/srv/fs/mfs/mfs_ops.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs_dump.c (modified)
	* uspace/srv/fs/udf/udf_ops.c (modified)

	block devices use the same interface, therefore the API of libblock ...


Sat, 22 Aug 2015 05:03:47 GMT Martin Decky <martin@…> [d9e68d0]
	* uspace/srv/vfs/vfs_register.c (modified)

	fix debugging prints


Sat, 22 Aug 2015 05:01:24 GMT Martin Decky <martin@…> [566992e1]
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/loader.c (modified)
	* uspace/lib/c/generic/ns.c (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/ipc/services.h (modified)
	* uspace/lib/c/include/ns.h (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/ns/clonable.c (modified)

	extremely rudimentary support for interfaces and ports
	(does not do ...


Sat, 22 Aug 2015 03:58:28 GMT Martin Decky <martin@…> [57dea62]
	* uspace/lib/c/generic/async.c (modified)

	coding style (no change in functionality)


Sat, 22 Aug 2015 03:53:34 GMT Martin Decky <martin@…> [9cfbf2f]
	* uspace/srv/ns/clonable.c (modified)
	* uspace/srv/ns/clonable.h (modified)
	* uspace/srv/ns/ns.c (modified)
	* uspace/srv/ns/service.c (modified)
	* uspace/srv/ns/service.h (modified)

	improve code readability
	coding style


Sat, 22 Aug 2015 03:46:48 GMT Martin Decky <martin@…> [1a522e5]
	* abi/include/abi/fourcc.h (modified)

	use a better FOURCC_COMPACT encoding that can be actually decoded ...


Tue, 18 Aug 2015 20:14:05 GMT Martin Decky <martin@…> [2133e02]
	* uspace/app/trace/ipcp.c (modified)
	* uspace/lib/c/generic/clipboard.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/io/log.c (modified)
	* uspace/lib/c/generic/io/logctl.c (modified)
	* uspace/lib/c/generic/irc.c (modified)
	* uspace/lib/c/generic/loader.c (modified)
	* uspace/lib/c/generic/loc.c (modified)
	* uspace/lib/c/generic/ns.c (modified)
	* uspace/lib/c/generic/vfs/vfs.c (modified)
	* uspace/lib/c/include/ns.h (modified)
	* uspace/srv/fs/cdfs/cdfs.c (modified)
	* uspace/srv/fs/exfat/exfat.c (modified)
	* uspace/srv/fs/ext4fs/ext4fs.c (modified)
	* uspace/srv/fs/fat/fat.c (modified)
	* uspace/srv/fs/locfs/locfs.c (modified)
	* uspace/srv/fs/mfs/mfs.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs.c (modified)
	* uspace/srv/fs/udf/udf.c (modified)
	* uspace/srv/hid/input/input.c (modified)
	* uspace/srv/ns/clonable.c (modified)
	* uspace/srv/ns/ns.c (modified)
	* uspace/srv/ns/service.c (modified)

	canonically reserve the first argument of IPC_M_CONNECT_ME_TO for ...


Tue, 18 Aug 2015 18:02:08 GMT Martin Decky <martin@…> [84dc30c]
	* uspace/srv/ns/task.c (modified)

	cstyle


Tue, 18 Aug 2015 18:00:22 GMT Martin Decky <martin@…> [6a8ce16]
	* uspace/lib/c/generic/ns.c (modified)
	* uspace/lib/c/include/ipc/services.h (modified)
	* uspace/lib/c/include/ns.h (modified)
	* uspace/srv/ns/ns.c (modified)

	rename services_t to service_t for consistency
	cleanup the naming ...


Tue, 18 Aug 2015 17:52:25 GMT Martin Decky <martin@…> [abf2dfd]
	* abi/include/abi/fourcc.h (moved)
	* abi/include/abi/ipc/interfaces.h (added)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/ipc/services.h (modified)
	* uspace/lib/c/include/sys/types.h (modified)
	* uspace/lib/draw/codec/webp.c (modified)

	preparations for interface types


Mon, 17 Aug 2015 18:54:56 GMT Martin Decky <martin@…> [b688fd8]
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/ns.c (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/ns.h (modified)
	* uspace/lib/drv/generic/driver.c (modified)
	* uspace/lib/drv/generic/private/driver.h (modified)
	* uspace/lib/drv/generic/remote_audio_pcm.c (modified)
	* uspace/lib/drv/generic/remote_nic.c (modified)
	* uspace/lib/drv/include/audio_pcm_iface.h (modified)
	* uspace/lib/drv/include/ddf/driver.h (modified)
	* uspace/lib/drv/include/nic_iface.h (modified)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/gui/terminal.c (modified)
	* uspace/srv/audio/hound/main.c (modified)
	* uspace/srv/bd/file_bd/file_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/sata_bd.c (modified)
	* uspace/srv/clipboard/clipboard.c (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/hid/compositor/compositor.c (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/input/input.c (modified)
	* uspace/srv/hid/isdv4_tablet/main.c (modified)
	* uspace/srv/hid/output/output.c (modified)
	* uspace/srv/hid/remcons/remcons.c (modified)
	* uspace/srv/hid/rfb/main.c (modified)
	* uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified)
	* uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified)
	* uspace/srv/hw/irc/apic/apic.c (modified)
	* uspace/srv/hw/irc/i8259/i8259.c (modified)
	* uspace/srv/hw/irc/icp-ic/icp-ic.c (modified)
	* uspace/srv/hw/irc/obio/obio.c (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/locsrv/locsrv.c (modified)
	* uspace/srv/logger/main.c (modified)
	* uspace/srv/net/dhcp/main.c (modified)
	* uspace/srv/net/dnsrsrv/dnsrsrv.c (modified)
	* uspace/srv/net/ethip/ethip.c (modified)
	* uspace/srv/net/inetsrv/inetsrv.c (modified)
	* uspace/srv/net/loopip/loopip.c (modified)
	* uspace/srv/net/nconfsrv/nconfsrv.c (modified)
	* uspace/srv/net/slip/slip.c (modified)
	* uspace/srv/net/tcp/service.c (modified)
	* uspace/srv/net/udp/service.c (modified)
	* uspace/srv/taskmon/taskmon.c (modified)
	* uspace/srv/vfs/vfs.c (modified)

	gradually introduce async ports, initial phase

	The initial phase is ...


Tue, 11 Aug 2015 17:42:50 GMT Jiri Svoboda <jiri@…> [0bde8523]
	* uspace/lib/label/src/gpt.c (modified)

	Both GPT headers should really really contain the same label UUID.


Tue, 11 Aug 2015 16:03:59 GMT Jiri Svoboda <jiri@…> [f57ccb5]
	* uspace/lib/c/generic/uuid.c (modified)
	* uspace/lib/c/generic/vbd.c (modified)
	* uspace/lib/c/include/ipc/vbd.h (modified)
	* uspace/lib/c/include/types/label.h (modified)
	* uspace/lib/c/include/types/uuid.h (added)
	* uspace/lib/c/include/uuid.h (modified)
	* uspace/lib/c/include/vbd.h (modified)
	* uspace/lib/fdisk/src/fdisk.c (modified)
	* uspace/lib/label/include/label.h (modified)
	* uspace/lib/label/include/std/gpt.h (modified)
	* uspace/lib/label/include/std/mbr.h (modified)
	* uspace/lib/label/include/types/liblabel.h (modified)
	* uspace/lib/label/src/gpt.c (modified)
	* uspace/lib/label/src/label.c (modified)
	* uspace/lib/label/src/mbr.c (modified)
	* uspace/srv/bd/vbd/disk.c (modified)
	* uspace/srv/bd/vbd/disk.h (modified)
	* uspace/srv/bd/vbd/vbd.c (modified)

	Set partition type based on selected filesystem type.


Fri, 07 Aug 2015 21:39:00 GMT Jiri Svoboda <jiri@…> [b10460a]
	* uspace/lib/c/generic/inet/endpoint.c (modified)
	* uspace/lib/c/generic/inet/tcp.c (modified)
	* uspace/lib/c/generic/inet/udp.c (modified)
	* uspace/lib/nettl/src/amap.c (modified)
	* uspace/lib/nettl/src/portrng.c (modified)
	* uspace/srv/net/tcp/service.c (modified)
	* uspace/srv/net/tcp/tcp_type.h (modified)
	* uspace/srv/net/udp/service.c (modified)
	* uspace/srv/net/udp/udp_type.h (modified)

	Add missing docblocks in network code.


Tue, 04 Aug 2015 22:27:56 GMT Jiri Svoboda <jiri@…> [1b23e33]
	* uspace/lib/fdisk/src/fdisk.c (modified)

	Partition alignment.


Mon, 03 Aug 2015 20:27:44 GMT Jiri Svoboda <jiri@…> [83dd743]
	* uspace/lib/label/src/mbr.c (modified)

	Fix comment.


Mon, 03 Aug 2015 20:23:37 GMT Jiri Svoboda <jiri@…> [22747e8]
	* uspace/lib/label/src/mbr.c (modified)

	Fix setting next EBR entry. Fix deleting first logical partition.