# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-10-07T00:20:22Z Tue, 06 Sep 2011 23:56:13 GMT Petr Koupy [ac7c7e36] * uspace/app/binutils/intrusive.sh (modified) Corrected documentation typo. Fri, 19 Aug 2011 17:37:54 GMT Petr Koupy [be79a663] * HelenOS.config (modified) * Makefile (modified) * abi/include/ipc/event.h (modified) * abi/include/ipc/methods.h (modified) * boot/Makefile.common (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/asm.h (modified) * kernel/arch/ia32/include/atomic.h (modified) * kernel/arch/ia32/include/cycle.h (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/boot/boot.S (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/proc/scheduler.c (modified) * kernel/arch/ia32/src/syscall.c (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/ipc/event.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/proc/task.c (modified) * uspace/Makefile (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/devctl/Makefile (added) * uspace/app/devctl/devctl.c (added) * uspace/app/lsusb/main.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/ia32/src/entry.S (moved) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/event.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/private/io.h (modified) * uspace/lib/c/generic/task.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/event.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/loader/loader.h (modified) * uspace/lib/c/include/loader/pcb.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/posix/fcntl.c (modified) * uspace/lib/posix/stdio.c (modified) * uspace/lib/usb/src/resolve.c (modified) * uspace/lib/usbvirt/src/device.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/loc/loc.h (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Merge libposix changes. Fri, 19 Aug 2011 17:09:26 GMT Petr Koupy [f00af83] * uspace/lib/posix/fcntl.c (modified) * uspace/lib/posix/stdio.c (modified) Removed no more supported functionality from freopen() and fcntl() as ... Fri, 19 Aug 2011 16:56:41 GMT Petr Koupy [107f2e0] * HelenOS.config (modified) * Makefile (modified) * abi/include/ipc/event.h (modified) * abi/include/ipc/methods.h (modified) * boot/Makefile.common (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/asm.h (modified) * kernel/arch/ia32/include/atomic.h (modified) * kernel/arch/ia32/include/cycle.h (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/boot/boot.S (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/proc/scheduler.c (modified) * kernel/arch/ia32/src/syscall.c (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/ipc/event.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/proc/task.c (modified) * uspace/Makefile (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/devctl/Makefile (added) * uspace/app/devctl/devctl.c (added) * uspace/app/lsusb/main.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/ia32/src/entry.S (moved) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/event.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/private/io.h (modified) * uspace/lib/c/generic/task.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/event.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/loader/loader.h (modified) * uspace/lib/c/include/loader/pcb.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/usb/src/resolve.c (modified) * uspace/lib/usbvirt/src/device.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/loc/loc.h (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Merge mainline changes. Fri, 19 Aug 2011 16:31:47 GMT Jiri Svoboda [45059d6b] * uspace/lib/c/generic/devman.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) Set connection handler for callback session from devman to driver ... Fri, 19 Aug 2011 16:23:33 GMT Martin Decky [0fe52ef] * abi/include/ipc/event.h (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ipc/event.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/srv/vfs/vfs.c (modified) cstyle (no change in functionality) Fri, 19 Aug 2011 16:20:56 GMT Martin Decky [649f087] * uspace/lib/c/generic/async.c (modified) in_task_id should be of type task_id_t Fri, 19 Aug 2011 16:17:49 GMT Jakub Jermar [7a2f7ecd] * kernel/generic/src/ipc/sysipc.c (modified) * uspace/lib/c/generic/async.c (modified) Merge from lp:~jakub/helenos/camp2011. Fri, 19 Aug 2011 16:04:37 GMT Jakub Jermar [36b16bc] * kernel/generic/src/ipc/sysipc.c (modified) * uspace/lib/c/generic/async.c (modified) Fix leftover use of task hash in async_connect_to_me(). Fri, 19 Aug 2011 14:06:21 GMT Jakub Jermar [9247c02c] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) Merge from lp:~jakub/helenos/camp2011. Fri, 19 Aug 2011 12:38:09 GMT Jakub Jermar [e2ab36f1] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) Track client data by client task ID instead of client task hash. Fri, 19 Aug 2011 12:24:55 GMT Jiri Svoboda [2f2f1186] * uspace/lib/c/generic/io/printf_core.c (modified) Merge printf_core patch from Petr Koupy. Fri, 19 Aug 2011 12:06:03 GMT Jiri Svoboda [7beb220] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/devctl/Makefile (added) * uspace/app/devctl/devctl.c (added) * uspace/app/lsusb/main.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/usb/src/resolve.c (modified) * uspace/lib/usbvirt/src/device.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) Skeleton of devctl utility. Currently prints device tree. Fri, 19 Aug 2011 11:59:50 GMT Jiri Svoboda [d767cb1] * HelenOS.config (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/asm.h (modified) * kernel/arch/ia32/include/atomic.h (modified) * kernel/arch/ia32/include/cycle.h (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/boot/boot.S (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/proc/scheduler.c (modified) * kernel/arch/ia32/src/syscall.c (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/ia32/src/entry.S (moved) Merge i486 support from Martin Sucha. Fri, 19 Aug 2011 11:29:20 GMT Jakub Jermar [c2cf033] * kernel/generic/include/ipc/event.h (modified) Do not redefine task_t in event.h. Fri, 19 Aug 2011 09:20:37 GMT Martin Sucha [ac7f81d] * kernel/arch/ia32/include/asm.h (modified) Also exclude read_msr from asm.h on i486 Fri, 19 Aug 2011 09:00:38 GMT Jakub Jermar [903bac0a] * boot/Makefile.common (modified) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/bzreml/setup.py (modified) * uspace/Makefile (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/ext2info/ext2info.c (modified) * uspace/app/init/init.c (modified) * uspace/app/locinfo/Makefile (added) * uspace/app/locinfo/locinfo.c (moved) * uspace/app/lsusb/main.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/devs/devman1.def (deleted) * uspace/app/tester/devs/devman2.c (deleted) * uspace/app/tester/devs/devman2.def (deleted) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/testread/testread.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/doc/doxygroups.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.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/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmouse/init.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/block/libblock.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/devmap.c (deleted) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/loc.c (added) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/loc.h (moved) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/loc.h (moved) * uspace/lib/c/include/sys/stat.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/ext2/libext2_filesystem.c (modified) * uspace/lib/ext2/libext2_filesystem.h (modified) * uspace/lib/ext2/libext2_superblock.c (modified) * uspace/lib/ext2/libext2_superblock.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/lib/usb/include/usb/hc.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usb/src/resolve.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devmap/devmap.c (deleted) * uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/Makefile (moved) * uspace/srv/fs/locfs/locfs.c (moved) * uspace/srv/fs/locfs/locfs.h (moved) * uspace/srv/fs/locfs/locfs_ops.c (moved) * uspace/srv/fs/locfs/locfs_ops.h (moved) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/kbd.h (modified) * uspace/srv/hid/input/include/mouse.h (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/port/chardev_mouse.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.h (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/hw/char/i8042/i8042.h (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.h (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/loc/Makefile (moved) * uspace/srv/loc/category.c (added) * uspace/srv/loc/category.h (added) * uspace/srv/loc/loc.c (added) * uspace/srv/loc/loc.h (added) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Merge mainline changes. Fri, 19 Aug 2011 08:58:50 GMT Jakub Jermar [42a619b] * Makefile (modified) * abi/include/ipc/event.h (modified) * abi/include/ipc/methods.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/ipc/event.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/proc/task.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/event.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/private/io.h (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/event.h (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/loader/loader.h (modified) * uspace/lib/c/include/loader/pcb.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/loc/loc.h (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Merge from lp:~jakub/helenos/camp2011. Fri, 19 Aug 2011 08:32:37 GMT Jakub Jermar [d894fbd] * uspace/lib/c/generic/loader.c (modified) Fix undefined return value in loader_set_files(). Thu, 18 Aug 2011 21:52:04 GMT Jakub Jermar [cdc8ee2d] * uspace/lib/c/generic/async.c (modified) Really drop one reference in async_put_client_data_by_hash(). Thu, 18 Aug 2011 21:32:56 GMT Martin Sucha [8c15255] * HelenOS.config (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/asm.h (modified) * kernel/arch/ia32/include/atomic.h (modified) * kernel/arch/ia32/include/cycle.h (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/proc/scheduler.c (modified) * kernel/arch/ia32/src/syscall.c (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/ia32/src/entry.S (moved) Add support for i486/vortex86 processor Thu, 18 Aug 2011 20:55:14 GMT Martin Sucha [f4fa6d9] * kernel/arch/ia32/src/boot/boot.S (modified) Remove CPUID check for PSE on ia32 as we no longer need that Thu, 18 Aug 2011 20:27:02 GMT Petr Koupy [d7427a7e] * uspace/app/locinfo/Makefile (added) * uspace/app/locinfo/locinfo.c (added) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/loc/category.c (modified) * uspace/srv/loc/category.h (modified) * uspace/srv/loc/loc.c (modified) * uspace/srv/loc/loc.h (modified) Merge mainline changes. Thu, 18 Aug 2011 20:26:32 GMT Petr Koupy [cf22ada] * uspace/app/locinfo/Makefile (added) * uspace/app/locinfo/locinfo.c (added) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/loc/category.c (modified) * uspace/srv/loc/category.h (modified) * uspace/srv/loc/loc.c (modified) * uspace/srv/loc/loc.h (modified) Merge mainline changes. Thu, 18 Aug 2011 20:12:32 GMT Jiri Svoboda [ef7052ec] * uspace/app/locinfo/Makefile (added) * uspace/app/locinfo/locinfo.c (added) Add missing files. Thu, 18 Aug 2011 20:10:47 GMT Jiri Svoboda [d0dd7b5] * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/loc/category.c (modified) * uspace/srv/loc/category.h (modified) * uspace/srv/loc/loc.c (modified) * uspace/srv/loc/loc.h (modified) Work on device removal: - properly track service memberships in ... Thu, 18 Aug 2011 18:47:54 GMT Petr Koupy [0cc32f2] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/lsusb/main.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/devs/devman1.c (deleted) * uspace/app/tester/devs/devman1.def (deleted) * uspace/app/tester/devs/devman2.c (deleted) * uspace/app/tester/devs/devman2.def (deleted) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/tester.c (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.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/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmouse/init.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/include/devman.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/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/posix/pwd.c (modified) * uspace/lib/posix/string.c (modified) * uspace/lib/posix/string.h (modified) * uspace/lib/usb/include/usb/hc.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usb/src/resolve.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/loc/loc.c (modified) * uspace/srv/loc/loc.h (modified) Merge libposix changes. Thu, 18 Aug 2011 18:41:03 GMT Petr Koupy [f55b12b] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/lsusb/main.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/devs/devman1.c (deleted) * uspace/app/tester/devs/devman1.def (deleted) * uspace/app/tester/devs/devman2.c (deleted) * uspace/app/tester/devs/devman2.def (deleted) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/tester.c (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.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/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmouse/init.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/include/devman.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/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/usb/include/usb/hc.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usb/src/resolve.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/loc/loc.c (modified) * uspace/srv/loc/loc.h (modified) Merge mainline changes. Thu, 18 Aug 2011 16:05:58 GMT Jakub Jermar [76d6169] * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/include/vfs/vfs.h (modified) Get rid of fopen_handle(). Thu, 18 Aug 2011 15:33:34 GMT Jakub Jermar [221ab41a] * uspace/srv/vfs/vfs_file.c (modified) Need to open remote node in vfs_pass_handle(). Thu, 18 Aug 2011 15:32:40 GMT Jakub Jermar [44451ee] * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_node.c (modified) Partially revert changes made in changeset ... Thu, 18 Aug 2011 14:25:52 GMT Jiri Svoboda [763e0cd] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/include/ipc/loc.h (modified) * uspace/srv/loc/loc.c (modified) Locinfo utility. Right now displays yellow pages. Thu, 18 Aug 2011 14:05:10 GMT Jakub Jermar [27b76ca] * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Synchronize VFS handle acceptor with VFS. * Introduce ... Thu, 18 Aug 2011 13:38:31 GMT Petr Koupy [3190e88] * uspace/lib/posix/pwd.c (modified) Added missing comments to pwd. Thu, 18 Aug 2011 13:34:33 GMT Jiri Svoboda [1dc4a5e] * uspace/app/lsusb/main.c (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.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/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmouse/init.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/srv/devman/main.c (modified) Renaming to reflect classes are gone. Thu, 18 Aug 2011 12:42:31 GMT Jiri Svoboda [99ac5cf] * uspace/srv/hid/input/generic/input.c (modified) Fix leak. Thu, 18 Aug 2011 12:35:59 GMT Jiri Svoboda [e280857] * uspace/app/lsusb/main.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/usb/include/usb/hc.h (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usb/src/resolve.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/loc/loc.c (modified) Remove class infrastructure from devman. Thu, 18 Aug 2011 12:29:37 GMT Jiří Zárevúcky [3f33b95] * uspace/lib/posix/string.c (modified) CStyle in strstr(). Thu, 18 Aug 2011 12:10:23 GMT Jakub Jermar [b33ec43] * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Remove support for directly opening nodes from VFS and libfs. Thu, 18 Aug 2011 12:08:39 GMT Jiří Zárevúcky [7e10aee] * uspace/lib/posix/string.c (modified) * uspace/lib/posix/string.h (modified) Rewrite strstr() using Knuth-Morris-Pratt algorithm. Thu, 18 Aug 2011 12:05:00 GMT Jakub Jermar [7171760] * uspace/app/bdsh/exec.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/private/io.h (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/loader/loader.h (modified) * uspace/lib/c/include/loader/pcb.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/srv/loader/main.c (modified) Rework the way how open files are passed from parent task to child. ... Wed, 17 Aug 2011 20:44:32 GMT Petr Koupy [1d2a1a9] * abi/include/ddi/arg.h (moved) * abi/include/ddi/irq.h (added) * abi/include/elf.h (added) * abi/include/errno.h (added) * abi/include/fb/visuals.h (moved) * abi/include/ipc/event.h (moved) * abi/include/ipc/ipc.h (added) * abi/include/ipc/methods.h (moved) * abi/include/mm/as.h (added) * abi/include/proc/uarg.h (moved) * abi/include/synch.h (moved) * abi/include/syscall.h (added) * abi/include/sysinfo.h (moved) * abi/include/udebug.h (added) * boot/Makefile.common (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/include/pal.h (added) * boot/arch/ia64/include/sal.h (added) * boot/arch/ia64/src/main.c (modified) * boot/arch/ia64/src/pal.c (moved) * boot/arch/ia64/src/pal_asm.S (added) * boot/arch/ia64/src/sal.c (added) * boot/arch/ia64/src/sal_asm.S (added) * boot/arch/mips32/src/asm.S (modified) * boot/arch/mips64/src/asm.S (modified) * boot/genarch/include/efi.h (modified) * boot/genarch/src/efi.c (added) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/bzreml/setup.py (modified) * contrib/conf/ppc32-qe.sh (modified) * contrib/tools/gen_vga323.c (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/istate.h (modified) * kernel/arch/abs32le/include/mm/frame.h (modified) * kernel/arch/abs32le/include/mm/page.h (modified) * kernel/arch/abs32le/src/userspace.c (modified) * kernel/arch/amd64/include/context.h (modified) * kernel/arch/amd64/include/istate.h (modified) * kernel/arch/amd64/include/mm/frame.h (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/include/istate.h (modified) * kernel/arch/arm32/include/mm/frame.h (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/arm32/include/regutils.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (modified) * kernel/arch/ia32/include/context.h (modified) * kernel/arch/ia32/include/elf.h (modified) * kernel/arch/ia32/include/istate.h (modified) * kernel/arch/ia32/include/mm/frame.h (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32/src/drivers/vesa.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/include/elf.h (modified) * kernel/arch/ia64/include/istate.h (modified) * kernel/arch/ia64/include/mm/frame.h (modified) * kernel/arch/ia64/include/mm/page.h (modified) * kernel/arch/ia64/include/register.h (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/include/context_offset.h (modified) * kernel/arch/mips32/include/cp0.h (modified) * kernel/arch/mips32/include/istate.h (modified) * kernel/arch/mips32/include/mm/frame.h (modified) * kernel/arch/mips32/include/mm/page.h (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips64/include/context_offset.h (modified) * kernel/arch/mips64/include/cp0.h (modified) * kernel/arch/mips64/include/istate.h (modified) * kernel/arch/mips64/include/mm/frame.h (modified) * kernel/arch/mips64/include/mm/page.h (modified) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/ppc32/include/asm.h (modified) * kernel/arch/ppc32/include/context_offset.h (modified) * kernel/arch/ppc32/include/cpu.h (modified) * kernel/arch/ppc32/include/exception.h (modified) * kernel/arch/ppc32/include/istate.h (modified) * kernel/arch/ppc32/include/mm/frame.h (modified) * kernel/arch/ppc32/include/mm/page.h (modified) * kernel/arch/ppc32/include/msr.h (added) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc32/src/exception.S (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/include/barrier.h (modified) * kernel/arch/sparc64/include/elf.h (modified) * kernel/arch/sparc64/include/istate.h (modified) * kernel/arch/sparc64/include/mm/page.h (modified) * kernel/arch/sparc64/include/mm/sun4u/frame.h (modified) * kernel/arch/sparc64/include/mm/sun4v/frame.h (modified) * kernel/arch/sparc64/include/mm/sun4v/page.h (modified) * kernel/arch/sparc64/include/sun4v/regdef.h (modified) * kernel/arch/sparc64/src/drivers/scr.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/genarch/include/fb/fb.h (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/errno.h (modified) * kernel/generic/include/ipc/event.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/lib/elf.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/condvar.h (modified) * kernel/generic/include/synch/mutex.h (modified) * kernel/generic/include/synch/semaphore.h (modified) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ipc/event.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/proc/program.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/semaphore.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/test/synch/semaphore2.c (modified) * tools/mkarray.py (added) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/ext2info/ext2info.c (modified) * uspace/app/init/init.c (modified) * uspace/app/lsusb/main.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/taskdump/elf_core.c (modified) * uspace/app/tester/devs/devman2.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/testread/testread.c (modified) * uspace/app/top/top.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/doc/doxygroups.h (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/block/libblock.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/barrier.h (added) * uspace/lib/c/arch/abs32le/include/context_offset.h (added) * uspace/lib/c/arch/abs32le/include/elf.h (added) * uspace/lib/c/arch/abs32le/include/istate.h (modified) * uspace/lib/c/arch/abs32le/include/syscall.h (modified) * uspace/lib/c/arch/abs32le/include/types.h (modified) * uspace/lib/c/arch/amd64/include/barrier.h (added) * uspace/lib/c/arch/amd64/include/context_offset.h (added) * uspace/lib/c/arch/amd64/include/elf.h (added) * uspace/lib/c/arch/amd64/include/elf_linux.h (modified) * uspace/lib/c/arch/amd64/include/istate.h (modified) * uspace/lib/c/arch/amd64/include/types.h (modified) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/arm32/include/barrier.h (added) * uspace/lib/c/arch/arm32/include/elf.h (added) * uspace/lib/c/arch/arm32/include/elf_linux.h (modified) * uspace/lib/c/arch/arm32/include/istate.h (modified) * uspace/lib/c/arch/arm32/include/regutils.h (added) * uspace/lib/c/arch/arm32/include/types.h (modified) * uspace/lib/c/arch/ia32/include/barrier.h (added) * uspace/lib/c/arch/ia32/include/context_offset.h (added) * uspace/lib/c/arch/ia32/include/elf.h (added) * uspace/lib/c/arch/ia32/include/elf_linux.h (modified) * uspace/lib/c/arch/ia32/include/istate.h (modified) * uspace/lib/c/arch/ia32/include/syscall.h (modified) * uspace/lib/c/arch/ia32/include/types.h (modified) * uspace/lib/c/arch/ia32/src/fibril.S (modified) * uspace/lib/c/arch/ia32/src/setjmp.S (modified) * uspace/lib/c/arch/ia64/include/barrier.h (added) * uspace/lib/c/arch/ia64/include/elf.h (added) * uspace/lib/c/arch/ia64/include/istate.h (modified) * uspace/lib/c/arch/ia64/include/register.h (added) * uspace/lib/c/arch/ia64/include/types.h (modified) * uspace/lib/c/arch/mips32/include/barrier.h (added) * uspace/lib/c/arch/mips32/include/context_offset.h (added) * uspace/lib/c/arch/mips32/include/cp0.h (added) * uspace/lib/c/arch/mips32/include/elf.h (added) * uspace/lib/c/arch/mips32/include/elf_linux.h (modified) * uspace/lib/c/arch/mips32/include/istate.h (modified) * uspace/lib/c/arch/mips32/include/regname.h (added) * uspace/lib/c/arch/mips32/include/types.h (modified) * uspace/lib/c/arch/mips32/src/fibril.S (modified) * uspace/lib/c/arch/mips32eb/include/barrier.h (added) * uspace/lib/c/arch/mips32eb/include/context_offset.h (added) * uspace/lib/c/arch/mips32eb/include/cp0.h (added) * uspace/lib/c/arch/mips32eb/include/elf.h (added) * uspace/lib/c/arch/mips32eb/include/regname.h (added) * uspace/lib/c/arch/mips64/include/barrier.h (added) * uspace/lib/c/arch/mips64/include/context_offset.h (added) * uspace/lib/c/arch/mips64/include/cp0.h (added) * uspace/lib/c/arch/mips64/include/elf.h (added) * uspace/lib/c/arch/mips64/include/istate.h (modified) * uspace/lib/c/arch/mips64/include/regname.h (added) * uspace/lib/c/arch/mips64/include/types.h (modified) * uspace/lib/c/arch/mips64/src/fibril.S (modified) * uspace/lib/c/arch/ppc32/include/barrier.h (added) * uspace/lib/c/arch/ppc32/include/context_offset.h (added) * uspace/lib/c/arch/ppc32/include/elf.h (added) * uspace/lib/c/arch/ppc32/include/elf_linux.h (modified) * uspace/lib/c/arch/ppc32/include/istate.h (modified) * uspace/lib/c/arch/ppc32/include/msr.h (added) * uspace/lib/c/arch/ppc32/include/types.h (modified) * uspace/lib/c/arch/ppc32/src/fibril.S (modified) * uspace/lib/c/arch/sparc64/include/barrier.h (added) * uspace/lib/c/arch/sparc64/include/context_offset.h (added) * uspace/lib/c/arch/sparc64/include/elf.h (added) * uspace/lib/c/arch/sparc64/include/istate.h (modified) * uspace/lib/c/arch/sparc64/include/regdef.h (added) * uspace/lib/c/arch/sparc64/include/syscall.h (modified) * uspace/lib/c/arch/sparc64/include/types.h (modified) * uspace/lib/c/arch/sparc64/src/fibril.S (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/devmap.c (deleted) * uspace/lib/c/generic/event.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/loc.c (added) * uspace/lib/c/generic/ns_obsolete.c (modified) * uspace/lib/c/generic/private/thread.h (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/udebug.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/elf/elf.h (modified) * uspace/lib/c/include/elf/elf_load.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/event.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/fb.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/loc.h (moved) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/libc.h (modified) * uspace/lib/c/include/loc.h (moved) * uspace/lib/c/include/rtld/elf_dyn.h (modified) * uspace/lib/c/include/stats.h (modified) * uspace/lib/c/include/sys/stat.h (modified) * uspace/lib/c/include/syscall.h (modified) * uspace/lib/c/include/udebug.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/ext2/libext2_filesystem.c (modified) * uspace/lib/ext2/libext2_filesystem.h (modified) * uspace/lib/ext2/libext2_superblock.c (modified) * uspace/lib/ext2/libext2_superblock.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/lib/imgmap/Makefile (added) * uspace/lib/imgmap/imgmap.c (added) * uspace/lib/imgmap/imgmap.h (moved) * uspace/lib/posix/ctype.c (modified) * uspace/lib/posix/errno.h (modified) * uspace/lib/posix/fnmatch.c (modified) * uspace/lib/posix/locale.c (modified) * uspace/lib/posix/locale.h (modified) * uspace/lib/posix/signal.c (modified) * uspace/lib/posix/signal.h (modified) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/posix/stdint.h (modified) * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/stdio/scanf.c (modified) * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib/strtold.c (modified) * uspace/lib/posix/string.c (modified) * uspace/lib/posix/string.h (modified) * uspace/lib/posix/strings.h (modified) * uspace/lib/posix/sys/stat.c (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/time.h (modified) * uspace/lib/posix/unistd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devmap/devmap.c (deleted) * uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/Makefile (moved) * uspace/srv/fs/locfs/locfs.c (moved) * uspace/srv/fs/locfs/locfs.h (moved) * uspace/srv/fs/locfs/locfs_ops.c (moved) * uspace/srv/fs/locfs/locfs_ops.h (moved) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gcons.c (modified) * uspace/srv/hid/console/gfx/anim_1.ppm (deleted) * uspace/srv/hid/console/gfx/anim_1.tga (added) * uspace/srv/hid/console/gfx/anim_2.ppm (deleted) * uspace/srv/hid/console/gfx/anim_2.tga (added) * uspace/srv/hid/console/gfx/anim_3.ppm (deleted) * uspace/srv/hid/console/gfx/anim_3.tga (added) * uspace/srv/hid/console/gfx/anim_4.ppm (deleted) * uspace/srv/hid/console/gfx/anim_4.tga (added) * uspace/srv/hid/console/gfx/cons_has_data.ppm (deleted) * uspace/srv/hid/console/gfx/cons_has_data.tga (added) * uspace/srv/hid/console/gfx/cons_idle.ppm (deleted) * uspace/srv/hid/console/gfx/cons_idle.tga (added) * uspace/srv/hid/console/gfx/cons_kernel.ppm (deleted) * uspace/srv/hid/console/gfx/cons_kernel.tga (added) * uspace/srv/hid/console/gfx/cons_selected.ppm (deleted) * uspace/srv/hid/console/gfx/cons_selected.tga (added) * uspace/srv/hid/console/gfx/helenos.ppm (deleted) * uspace/srv/hid/console/gfx/helenos.tga (added) * uspace/srv/hid/console/gfx/nameic.ppm (deleted) * uspace/srv/hid/console/gfx/nameic.tga (added) * uspace/srv/hid/fb/Makefile (modified) * uspace/srv/hid/fb/ega.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/fb.h (modified) * uspace/srv/hid/fb/ppm.c (deleted) * uspace/srv/hid/fb/serial_console.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/kbd.h (modified) * uspace/srv/hid/input/include/mouse.h (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/port/chardev_mouse.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.h (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/hw/char/i8042/i8042.h (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.h (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/loc/Makefile (moved) * uspace/srv/loc/category.c (added) * uspace/srv/loc/category.h (added) * uspace/srv/loc/loc.c (added) * uspace/srv/loc/loc.h (added) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Merge libposix changes. Wed, 17 Aug 2011 20:43:20 GMT Petr Koupy [c53a705] * uspace/lib/c/arch/abs32le/include/types.h (modified) * uspace/lib/c/arch/amd64/include/types.h (modified) * uspace/lib/c/arch/arm32/include/types.h (modified) * uspace/lib/c/arch/ia32/include/types.h (modified) * uspace/lib/c/arch/ia64/include/types.h (modified) * uspace/lib/c/arch/mips32/include/types.h (modified) * uspace/lib/c/arch/mips64/include/types.h (modified) * uspace/lib/c/arch/ppc32/include/types.h (modified) * uspace/lib/c/arch/sparc64/include/types.h (modified) * uspace/lib/posix/stdint.h (modified) Resolved intptr_t FIXME. Wed, 17 Aug 2011 20:34:35 GMT Jakub Jermar [866e627] * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/loader/loader.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) Export vfs_exchange_begin() and vfs_exchange_end(). Wed, 17 Aug 2011 20:34:02 GMT Jakub Jermar [df02460] * uspace/app/bdsh/exec.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/vfs/vfs.c (modified) Fix includes. Wed, 17 Aug 2011 20:25:05 GMT Petr Koupy [6921178] * uspace/lib/posix/ctype.c (modified) * uspace/lib/posix/errno.h (modified) * uspace/lib/posix/fnmatch.c (modified) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/posix/stdio/scanf.c (modified) * uspace/lib/posix/string.h (modified) * uspace/lib/posix/strings.h (modified) Edited or removed some TODO/FIXME comments. Wed, 17 Aug 2011 19:57:34 GMT Petr Koupy [bb285b4] * Makefile (modified) * uspace/app/binutils/Makefile (modified) Improved reliability and speed of the parallel build. Wed, 17 Aug 2011 19:56:14 GMT Petr Koupy [55b1efd] * uspace/lib/posix/fnmatch.c (modified) * uspace/lib/posix/locale.c (modified) * uspace/lib/posix/signal.c (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/time.h (modified) Minor corrections and unifications of the recently added documentation. Wed, 17 Aug 2011 19:10:44 GMT Martin Sucha [b112055] * kernel/arch/ia32/src/boot/boot.S (modified) Boot ia32 without Page Size Extensions Wed, 17 Aug 2011 17:47:47 GMT Jiří Zárevúcky [e6165be] * uspace/lib/posix/time.c (modified) * uspace/lib/posix/time.h (modified) Documentation and changes to implementation. Wed, 17 Aug 2011 17:46:04 GMT Jiří Zárevúcky [1b55da67] * uspace/lib/posix/string.c (modified) Minor fixes in implementation. Wed, 17 Aug 2011 17:44:52 GMT Jiří Zárevúcky [0d33863] * uspace/lib/posix/stdlib.c (modified) getloadavg() implementation. Wed, 17 Aug 2011 17:44:07 GMT Jiří Zárevúcky [4419c34] * uspace/lib/posix/signal.c (modified) * uspace/lib/posix/signal.h (modified) Documentation and addition of signal queue to Wed, 17 Aug 2011 17:42:36 GMT Jiří Zárevúcky [4c8f5e7] * uspace/lib/posix/fnmatch.c (modified) * uspace/lib/posix/locale.c (modified) * uspace/lib/posix/locale.h (modified) * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/stdlib/strtold.c (modified) * uspace/lib/posix/unistd.c (modified) Documentation and minor changes Wed, 17 Aug 2011 17:36:44 GMT Jiří Zárevúcky [903bd436] * uspace/lib/posix/errno.h (modified) Renumber some error codes. Wed, 17 Aug 2011 16:22:40 GMT Jakub Jermar [2c4aa39] * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/include/async.h (modified) Add async framework wrappers for IPC_M_STATE_CHANGE_AUTHORIZE. Wed, 17 Aug 2011 15:07:20 GMT Jakub Jermar [2bc13887] * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) Add vfs_pass_handle(). Wed, 17 Aug 2011 13:39:53 GMT Jiri Svoboda [12f9f0d0] * uspace/app/tester/Makefile (modified) * uspace/app/tester/devs/devman1.c (deleted) * uspace/app/tester/devs/devman1.def (deleted) * uspace/app/tester/devs/devman2.c (deleted) * uspace/app/tester/devs/devman2.def (deleted) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/tester.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/devman/main.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/loc/loc.c (modified) * uspace/srv/loc/loc.h (modified) Notifications on changes in loc categories. Limitations: - cannot ... Wed, 17 Aug 2011 13:36:03 GMT Jakub Jermar [455f190] * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/include/async.h (modified) Add interfaces for safe accessing foreign client data. * Add ... Wed, 17 Aug 2011 13:19:46 GMT Jakub Jermar [26fbb7bb] * uspace/lib/c/generic/async.c (modified) Factor out code for getting and dropping references to client_t's. Wed, 17 Aug 2011 13:16:59 GMT Jakub Jermar [9bf51e64] * uspace/lib/c/generic/event.c (modified) * uspace/lib/c/include/event.h (modified) Uspace support for per-task events. Wed, 17 Aug 2011 09:08:36 GMT Jakub Jermar [fdd4898] * abi/include/ipc/methods.h (modified) * kernel/generic/src/ipc/sysipc.c (modified) Add IPC_M_STATE_CHANGE_AUTHORIZE. * This message is used when two ... Tue, 16 Aug 2011 21:51:22 GMT Jakub Jermar [5d0500c] * abi/include/ipc/event.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/ipc/event.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/proc/task.c (modified) Introduce per-task kernel event notifications. Tue, 16 Aug 2011 19:21:18 GMT Petr Koupy [cc677f1] * uspace/app/binutils/Makefile (modified) Minor coding style correction in Makefile. Tue, 16 Aug 2011 19:17:46 GMT Petr Koupy [2aadf2b] * uspace/lib/posix/fnmatch.c (modified) * uspace/lib/posix/signal.c (modified) * uspace/lib/posix/time.c (modified) Minor coding style corrections. Tue, 16 Aug 2011 19:17:09 GMT Petr Koupy [49160c4] * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/sys/stat.c (modified) Resolved conflicts caused by mainline merge. Tue, 16 Aug 2011 18:53:00 GMT Petr Koupy [db6e419] * abi/include/ddi/arg.h (moved) * abi/include/ddi/irq.h (added) * abi/include/elf.h (added) * abi/include/errno.h (added) * abi/include/fb/visuals.h (moved) * abi/include/ipc/event.h (moved) * abi/include/ipc/ipc.h (added) * abi/include/ipc/methods.h (moved) * abi/include/mm/as.h (added) * abi/include/proc/uarg.h (moved) * abi/include/synch.h (moved) * abi/include/syscall.h (added) * abi/include/sysinfo.h (moved) * abi/include/udebug.h (added) * boot/Makefile.common (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/include/pal.h (added) * boot/arch/ia64/include/sal.h (added) * boot/arch/ia64/src/main.c (modified) * boot/arch/ia64/src/pal.c (moved) * boot/arch/ia64/src/pal_asm.S (added) * boot/arch/ia64/src/sal.c (added) * boot/arch/ia64/src/sal_asm.S (added) * boot/arch/mips32/src/asm.S (modified) * boot/arch/mips64/src/asm.S (modified) * boot/genarch/include/efi.h (modified) * boot/genarch/src/efi.c (added) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/bzreml/setup.py (modified) * contrib/conf/ppc32-qe.sh (modified) * contrib/tools/gen_vga323.c (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/istate.h (modified) * kernel/arch/abs32le/include/mm/frame.h (modified) * kernel/arch/abs32le/include/mm/page.h (modified) * kernel/arch/abs32le/src/userspace.c (modified) * kernel/arch/amd64/include/context.h (modified) * kernel/arch/amd64/include/istate.h (modified) * kernel/arch/amd64/include/mm/frame.h (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/include/istate.h (modified) * kernel/arch/arm32/include/mm/frame.h (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/arm32/include/regutils.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (modified) * kernel/arch/ia32/include/context.h (modified) * kernel/arch/ia32/include/elf.h (modified) * kernel/arch/ia32/include/istate.h (modified) * kernel/arch/ia32/include/mm/frame.h (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32/src/drivers/vesa.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/include/elf.h (modified) * kernel/arch/ia64/include/istate.h (modified) * kernel/arch/ia64/include/mm/frame.h (modified) * kernel/arch/ia64/include/mm/page.h (modified) * kernel/arch/ia64/include/register.h (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/include/context_offset.h (modified) * kernel/arch/mips32/include/cp0.h (modified) * kernel/arch/mips32/include/istate.h (modified) * kernel/arch/mips32/include/mm/frame.h (modified) * kernel/arch/mips32/include/mm/page.h (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips64/include/context_offset.h (modified) * kernel/arch/mips64/include/cp0.h (modified) * kernel/arch/mips64/include/istate.h (modified) * kernel/arch/mips64/include/mm/frame.h (modified) * kernel/arch/mips64/include/mm/page.h (modified) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/ppc32/include/asm.h (modified) * kernel/arch/ppc32/include/context_offset.h (modified) * kernel/arch/ppc32/include/cpu.h (modified) * kernel/arch/ppc32/include/exception.h (modified) * kernel/arch/ppc32/include/istate.h (modified) * kernel/arch/ppc32/include/mm/frame.h (modified) * kernel/arch/ppc32/include/mm/page.h (modified) * kernel/arch/ppc32/include/msr.h (added) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc32/src/exception.S (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/include/barrier.h (modified) * kernel/arch/sparc64/include/elf.h (modified) * kernel/arch/sparc64/include/istate.h (modified) * kernel/arch/sparc64/include/mm/page.h (modified) * kernel/arch/sparc64/include/mm/sun4u/frame.h (modified) * kernel/arch/sparc64/include/mm/sun4v/frame.h (modified) * kernel/arch/sparc64/include/mm/sun4v/page.h (modified) * kernel/arch/sparc64/include/sun4v/regdef.h (modified) * kernel/arch/sparc64/src/drivers/scr.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/genarch/include/fb/fb.h (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/errno.h (modified) * kernel/generic/include/ipc/event.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/lib/elf.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/condvar.h (modified) * kernel/generic/include/synch/mutex.h (modified) * kernel/generic/include/synch/semaphore.h (modified) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ipc/event.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/proc/program.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/semaphore.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/test/synch/semaphore2.c (modified) * tools/mkarray.py (added) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/ext2info/ext2info.c (modified) * uspace/app/init/init.c (modified) * uspace/app/lsusb/main.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/taskdump/elf_core.c (modified) * uspace/app/tester/devs/devman2.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/testread/testread.c (modified) * uspace/app/top/top.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/doc/doxygroups.h (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/block/libblock.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/barrier.h (added) * uspace/lib/c/arch/abs32le/include/context_offset.h (added) * uspace/lib/c/arch/abs32le/include/elf.h (added) * uspace/lib/c/arch/abs32le/include/istate.h (modified) * uspace/lib/c/arch/abs32le/include/syscall.h (modified) * uspace/lib/c/arch/amd64/include/barrier.h (added) * uspace/lib/c/arch/amd64/include/context_offset.h (added) * uspace/lib/c/arch/amd64/include/elf.h (added) * uspace/lib/c/arch/amd64/include/elf_linux.h (modified) * uspace/lib/c/arch/amd64/include/istate.h (modified) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/arm32/include/barrier.h (added) * uspace/lib/c/arch/arm32/include/elf.h (added) * uspace/lib/c/arch/arm32/include/elf_linux.h (modified) * uspace/lib/c/arch/arm32/include/istate.h (modified) * uspace/lib/c/arch/arm32/include/regutils.h (added) * uspace/lib/c/arch/ia32/include/barrier.h (added) * uspace/lib/c/arch/ia32/include/context_offset.h (added) * uspace/lib/c/arch/ia32/include/elf.h (added) * uspace/lib/c/arch/ia32/include/elf_linux.h (modified) * uspace/lib/c/arch/ia32/include/istate.h (modified) * uspace/lib/c/arch/ia32/include/syscall.h (modified) * uspace/lib/c/arch/ia32/src/fibril.S (modified) * uspace/lib/c/arch/ia32/src/setjmp.S (modified) * uspace/lib/c/arch/ia64/include/barrier.h (added) * uspace/lib/c/arch/ia64/include/elf.h (added) * uspace/lib/c/arch/ia64/include/istate.h (modified) * uspace/lib/c/arch/ia64/include/register.h (added) * uspace/lib/c/arch/mips32/include/barrier.h (added) * uspace/lib/c/arch/mips32/include/context_offset.h (added) * uspace/lib/c/arch/mips32/include/cp0.h (added) * uspace/lib/c/arch/mips32/include/elf.h (added) * uspace/lib/c/arch/mips32/include/elf_linux.h (modified) * uspace/lib/c/arch/mips32/include/istate.h (modified) * uspace/lib/c/arch/mips32/include/regname.h (added) * uspace/lib/c/arch/mips32/src/fibril.S (modified) * uspace/lib/c/arch/mips32eb/include/barrier.h (added) * uspace/lib/c/arch/mips32eb/include/context_offset.h (added) * uspace/lib/c/arch/mips32eb/include/cp0.h (added) * uspace/lib/c/arch/mips32eb/include/elf.h (added) * uspace/lib/c/arch/mips32eb/include/regname.h (added) * uspace/lib/c/arch/mips64/include/barrier.h (added) * uspace/lib/c/arch/mips64/include/context_offset.h (added) * uspace/lib/c/arch/mips64/include/cp0.h (added) * uspace/lib/c/arch/mips64/include/elf.h (added) * uspace/lib/c/arch/mips64/include/istate.h (modified) * uspace/lib/c/arch/mips64/include/regname.h (added) * uspace/lib/c/arch/mips64/src/fibril.S (modified) * uspace/lib/c/arch/ppc32/include/barrier.h (added) * uspace/lib/c/arch/ppc32/include/context_offset.h (added) * uspace/lib/c/arch/ppc32/include/elf.h (added) * uspace/lib/c/arch/ppc32/include/elf_linux.h (modified) * uspace/lib/c/arch/ppc32/include/istate.h (modified) * uspace/lib/c/arch/ppc32/include/msr.h (added) * uspace/lib/c/arch/ppc32/src/fibril.S (modified) * uspace/lib/c/arch/sparc64/include/barrier.h (added) * uspace/lib/c/arch/sparc64/include/context_offset.h (added) * uspace/lib/c/arch/sparc64/include/elf.h (added) * uspace/lib/c/arch/sparc64/include/istate.h (modified) * uspace/lib/c/arch/sparc64/include/regdef.h (added) * uspace/lib/c/arch/sparc64/include/syscall.h (modified) * uspace/lib/c/arch/sparc64/src/fibril.S (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/devmap.c (deleted) * uspace/lib/c/generic/event.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/loc.c (added) * uspace/lib/c/generic/ns_obsolete.c (modified) * uspace/lib/c/generic/private/thread.h (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/udebug.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/elf/elf.h (modified) * uspace/lib/c/include/elf/elf_load.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/event.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/fb.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/loc.h (moved) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/libc.h (modified) * uspace/lib/c/include/loc.h (moved) * uspace/lib/c/include/rtld/elf_dyn.h (modified) * uspace/lib/c/include/stats.h (modified) * uspace/lib/c/include/sys/stat.h (modified) * uspace/lib/c/include/syscall.h (modified) * uspace/lib/c/include/udebug.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/ext2/libext2_filesystem.c (modified) * uspace/lib/ext2/libext2_filesystem.h (modified) * uspace/lib/ext2/libext2_superblock.c (modified) * uspace/lib/ext2/libext2_superblock.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/lib/imgmap/Makefile (added) * uspace/lib/imgmap/imgmap.c (added) * uspace/lib/imgmap/imgmap.h (moved) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devmap/devmap.c (deleted) * uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/Makefile (moved) * uspace/srv/fs/locfs/locfs.c (moved) * uspace/srv/fs/locfs/locfs.h (moved) * uspace/srv/fs/locfs/locfs_ops.c (moved) * uspace/srv/fs/locfs/locfs_ops.h (moved) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gcons.c (modified) * uspace/srv/hid/console/gfx/anim_1.ppm (deleted) * uspace/srv/hid/console/gfx/anim_1.tga (added) * uspace/srv/hid/console/gfx/anim_2.ppm (deleted) * uspace/srv/hid/console/gfx/anim_2.tga (added) * uspace/srv/hid/console/gfx/anim_3.ppm (deleted) * uspace/srv/hid/console/gfx/anim_3.tga (added) * uspace/srv/hid/console/gfx/anim_4.ppm (deleted) * uspace/srv/hid/console/gfx/anim_4.tga (added) * uspace/srv/hid/console/gfx/cons_has_data.ppm (deleted) * uspace/srv/hid/console/gfx/cons_has_data.tga (added) * uspace/srv/hid/console/gfx/cons_idle.ppm (deleted) * uspace/srv/hid/console/gfx/cons_idle.tga (added) * uspace/srv/hid/console/gfx/cons_kernel.ppm (deleted) * uspace/srv/hid/console/gfx/cons_kernel.tga (added) * uspace/srv/hid/console/gfx/cons_selected.ppm (deleted) * uspace/srv/hid/console/gfx/cons_selected.tga (added) * uspace/srv/hid/console/gfx/helenos.ppm (deleted) * uspace/srv/hid/console/gfx/helenos.tga (added) * uspace/srv/hid/console/gfx/nameic.ppm (deleted) * uspace/srv/hid/console/gfx/nameic.tga (added) * uspace/srv/hid/fb/Makefile (modified) * uspace/srv/hid/fb/ega.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/fb.h (modified) * uspace/srv/hid/fb/ppm.c (deleted) * uspace/srv/hid/fb/serial_console.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/kbd.h (modified) * uspace/srv/hid/input/include/mouse.h (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/port/chardev_mouse.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.h (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/hw/char/i8042/i8042.h (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.h (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/loc/Makefile (moved) * uspace/srv/loc/category.c (added) * uspace/srv/loc/category.h (added) * uspace/srv/loc/loc.c (added) * uspace/srv/loc/loc.h (added) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Merge mainline changes. Tue, 16 Aug 2011 17:53:09 GMT Jiri Svoboda [45058baa] * uspace/lib/c/generic/loc.c (modified) Use async_data_read() instead of async_data_read_start() to get ... Tue, 16 Aug 2011 17:40:08 GMT Jakub Jermar [b585dfa9] * Makefile (modified) Index abi/ subtree by cscope too. Tue, 16 Aug 2011 17:31:34 GMT Jiri Svoboda [cce8a83] * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/include/ipc/loc.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/kbd.h (modified) * uspace/srv/hid/input/include/mouse.h (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/loc/loc.c (modified) loc_service_get_name() to translate service ID to name. Tue, 16 Aug 2011 16:47:38 GMT Martin Decky [6d605e6] * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/generic/input.c (modified) remove forgotten header include for debugging purposes cstyle Tue, 16 Aug 2011 16:08:10 GMT Martin Decky [1f419ecf] * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/bzreml/setup.py (modified) update Bazaar email plugin (show the first line of the commit log in ... Tue, 16 Aug 2011 16:03:54 GMT Martin Decky [53d6ac3d] * uspace/app/init/init.c (modified) add some comments fix a typo Tue, 16 Aug 2011 15:54:09 GMT Petr Koupy [b236849] * uspace/lib/c/generic/io/printf_core.c (modified) printf_core helper functions for single character output returned ... Tue, 16 Aug 2011 15:42:01 GMT Martin Decky [30c78c0] * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) remove duplicate header inclusion Tue, 16 Aug 2011 15:35:56 GMT Jiri Svoboda [278ac72] * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/include/ipc/loc.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/srv/loc/category.c (modified) * uspace/srv/loc/category.h (modified) * uspace/srv/loc/loc.c (modified) Add API for getting list of categories. Tue, 16 Aug 2011 14:00:32 GMT Jiri Svoboda [16dc887] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/ext2info/ext2info.c (modified) * uspace/app/init/init.c (modified) * uspace/app/lsusb/main.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/tester/devs/devman2.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/testread/testread.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/doc/doxygroups.h (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/block/libblock.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/devmap.c (deleted) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/loc.c (added) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/loc.h (moved) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/loc.h (moved) * uspace/lib/c/include/sys/stat.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/ext2/libext2_filesystem.c (modified) * uspace/lib/ext2/libext2_filesystem.h (modified) * uspace/lib/ext2/libext2_superblock.c (modified) * uspace/lib/ext2/libext2_superblock.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devmap/devmap.c (deleted) * uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/Makefile (moved) * uspace/srv/fs/locfs/locfs.c (moved) * uspace/srv/fs/locfs/locfs.h (moved) * uspace/srv/fs/locfs/locfs_ops.c (moved) * uspace/srv/fs/locfs/locfs_ops.h (moved) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/kbd.h (modified) * uspace/srv/hid/input/include/mouse.h (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/port/chardev_mouse.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.h (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/hw/char/i8042/i8042.h (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.h (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/loc/Makefile (moved) * uspace/srv/loc/category.c (added) * uspace/srv/loc/category.h (added) * uspace/srv/loc/loc.c (added) * uspace/srv/loc/loc.h (added) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Merge Location service. Tue, 16 Aug 2011 12:37:58 GMT Jiri Svoboda [cc574511] * kernel/generic/src/ipc/sysipc.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/devman/main.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/kbd.h (modified) * uspace/srv/hid/input/include/mouse.h (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/loc/Makefile (modified) * uspace/srv/loc/category.c (added) * uspace/srv/loc/category.h (added) * uspace/srv/loc/loc.c (modified) * uspace/srv/loc/loc.h (added) Basic category support in location service. Devman adds device ... Tue, 16 Aug 2011 09:45:58 GMT Jiri Svoboda [3751a08] * kernel/generic/src/ipc/sysipc.c (modified) Allow IPC read of zero size. Mon, 15 Aug 2011 13:47:45 GMT Jakub Jermar [8d8eeb9] * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/include/pal.h (added) * boot/arch/ia64/include/sal.h (added) * boot/arch/ia64/src/main.c (modified) * boot/arch/ia64/src/pal.c (added) * boot/arch/ia64/src/pal_asm.S (added) * boot/arch/ia64/src/sal.c (added) * boot/arch/ia64/src/sal_asm.S (added) * boot/genarch/include/efi.h (modified) * boot/genarch/src/efi.c (added) Merge from lp:~jakub/helenos/ia64-revival. Mon, 15 Aug 2011 13:23:54 GMT Jakub Jermar [699f3bc] * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/include/pal.h (added) * boot/arch/ia64/src/main.c (modified) * boot/arch/ia64/src/pal.c (added) * boot/arch/ia64/src/pal_asm.S (added) * boot/arch/ia64/src/sal.c (modified) Support for calling static PAL procedures from the loader. * Added ... Thu, 11 Aug 2011 14:14:53 GMT Martin Decky [c6f08726] * tools/mkarray.py (modified) * uspace/Makefile (modified) * uspace/lib/c/include/ipc/fb.h (modified) * uspace/lib/imgmap/imgmap.c (modified) * uspace/lib/imgmap/imgmap.h (modified) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/gcons.c (modified) * uspace/srv/hid/console/gfx/anim_1.ppm (deleted) * uspace/srv/hid/console/gfx/anim_1.tga (added) * uspace/srv/hid/console/gfx/anim_2.ppm (deleted) * uspace/srv/hid/console/gfx/anim_2.tga (added) * uspace/srv/hid/console/gfx/anim_3.ppm (deleted) * uspace/srv/hid/console/gfx/anim_3.tga (added) * uspace/srv/hid/console/gfx/anim_4.ppm (deleted) * uspace/srv/hid/console/gfx/anim_4.tga (added) * uspace/srv/hid/console/gfx/cons_has_data.ppm (deleted) * uspace/srv/hid/console/gfx/cons_has_data.tga (added) * uspace/srv/hid/console/gfx/cons_idle.ppm (deleted) * uspace/srv/hid/console/gfx/cons_idle.tga (added) * uspace/srv/hid/console/gfx/cons_kernel.ppm (deleted) * uspace/srv/hid/console/gfx/cons_kernel.tga (added) * uspace/srv/hid/console/gfx/cons_selected.ppm (deleted) * uspace/srv/hid/console/gfx/cons_selected.tga (added) * uspace/srv/hid/console/gfx/helenos.tga (modified) * uspace/srv/hid/console/gfx/nameic.tga (modified) * uspace/srv/hid/fb/Makefile (modified) * uspace/srv/hid/fb/ega.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/fb.h (modified) * uspace/srv/hid/fb/ppm.c (deleted) * uspace/srv/hid/fb/ppm.h (deleted) eradicate PPMs and pixmaps completely make TGA and image map code ... Thu, 11 Aug 2011 00:06:00 GMT Petr Koupy [e0e922d] * uspace/lib/posix/stdio.c (modified) Bugfix in freopen(). Wed, 10 Aug 2011 18:34:23 GMT Martin Decky [67b05ff] * tools/mkarray.py (added) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/imgmap/Makefile (added) * uspace/lib/imgmap/imgmap.c (added) * uspace/lib/imgmap/imgmap.h (added) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/gcons.c (modified) * uspace/srv/hid/console/gfx/helenos.ppm (deleted) * uspace/srv/hid/console/gfx/helenos.tga (added) * uspace/srv/hid/console/gfx/nameic.ppm (deleted) * uspace/srv/hid/console/gfx/nameic.tga (added) * uspace/srv/hid/fb/Makefile (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/ppm.c (modified) cherrypick from fb server rewrite: store images as Truevision TGA ... Wed, 10 Aug 2011 17:45:30 GMT Martin Decky [62e29ae] * contrib/tools/gen_vga323.c (modified) cstyle Tue, 09 Aug 2011 21:12:09 GMT Jiri Svoboda [b538ca5c] * contrib/conf/ppc32-qe.sh (modified) Fix ppc32-qe.sh, -M mac99 is not supported yet. Tue, 09 Aug 2011 18:08:23 GMT Martin Decky [c0699467] * abi/include/ddi/arg.h (moved) * abi/include/ddi/irq.h (added) * abi/include/elf.h (added) * abi/include/errno.h (added) * abi/include/fb/visuals.h (moved) * abi/include/ipc/event.h (moved) * abi/include/ipc/ipc.h (added) * abi/include/ipc/methods.h (moved) * abi/include/mm/as.h (added) * abi/include/proc/uarg.h (moved) * abi/include/synch.h (moved) * abi/include/syscall.h (added) * abi/include/sysinfo.h (moved) * abi/include/udebug.h (added) * kernel/Makefile (modified) * kernel/arch/abs32le/include/istate.h (modified) * kernel/arch/abs32le/include/mm/frame.h (modified) * kernel/arch/abs32le/include/mm/page.h (modified) * kernel/arch/abs32le/src/userspace.c (modified) * kernel/arch/amd64/include/context.h (modified) * kernel/arch/amd64/include/istate.h (modified) * kernel/arch/amd64/include/mm/frame.h (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/include/istate.h (modified) * kernel/arch/arm32/include/mm/frame.h (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/arm32/include/regutils.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (modified) * kernel/arch/ia32/include/context.h (modified) * kernel/arch/ia32/include/elf.h (modified) * kernel/arch/ia32/include/istate.h (modified) * kernel/arch/ia32/include/mm/frame.h (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32/src/drivers/vesa.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/include/elf.h (modified) * kernel/arch/ia64/include/istate.h (modified) * kernel/arch/ia64/include/mm/frame.h (modified) * kernel/arch/ia64/include/mm/page.h (modified) * kernel/arch/ia64/include/register.h (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/include/context_offset.h (modified) * kernel/arch/mips32/include/cp0.h (modified) * kernel/arch/mips32/include/istate.h (modified) * kernel/arch/mips32/include/mm/frame.h (modified) * kernel/arch/mips32/include/mm/page.h (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips64/include/context_offset.h (modified) * kernel/arch/mips64/include/cp0.h (modified) * kernel/arch/mips64/include/istate.h (modified) * kernel/arch/mips64/include/mm/frame.h (modified) * kernel/arch/mips64/include/mm/page.h (modified) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/ppc32/include/asm.h (modified) * kernel/arch/ppc32/include/context_offset.h (modified) * kernel/arch/ppc32/include/cpu.h (modified) * kernel/arch/ppc32/include/exception.h (modified) * kernel/arch/ppc32/include/istate.h (modified) * kernel/arch/ppc32/include/mm/frame.h (modified) * kernel/arch/ppc32/include/mm/page.h (modified) * kernel/arch/ppc32/include/msr.h (moved) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc32/src/exception.S (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/include/barrier.h (modified) * kernel/arch/sparc64/include/elf.h (modified) * kernel/arch/sparc64/include/istate.h (modified) * kernel/arch/sparc64/include/mm/page.h (modified) * kernel/arch/sparc64/include/mm/sun4u/frame.h (modified) * kernel/arch/sparc64/include/mm/sun4v/frame.h (modified) * kernel/arch/sparc64/include/mm/sun4v/page.h (modified) * kernel/arch/sparc64/include/sun4v/regdef.h (modified) * kernel/arch/sparc64/src/drivers/scr.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/genarch/include/fb/fb.h (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/errno.h (modified) * kernel/generic/include/ipc/event.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/lib/elf.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/condvar.h (modified) * kernel/generic/include/synch/mutex.h (modified) * kernel/generic/include/synch/semaphore.h (modified) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ipc/event.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/proc/program.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/semaphore.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/test/synch/semaphore2.c (modified) * uspace/app/top/top.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/barrier.h (added) * uspace/lib/c/arch/abs32le/include/context_offset.h (added) * uspace/lib/c/arch/abs32le/include/elf.h (added) * uspace/lib/c/arch/abs32le/include/istate.h (modified) * uspace/lib/c/arch/abs32le/include/syscall.h (modified) * uspace/lib/c/arch/amd64/include/barrier.h (added) * uspace/lib/c/arch/amd64/include/context_offset.h (added) * uspace/lib/c/arch/amd64/include/elf.h (added) * uspace/lib/c/arch/amd64/include/istate.h (modified) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/arm32/include/barrier.h (added) * uspace/lib/c/arch/arm32/include/elf.h (added) * uspace/lib/c/arch/arm32/include/istate.h (modified) * uspace/lib/c/arch/arm32/include/regutils.h (added) * uspace/lib/c/arch/ia32/include/barrier.h (added) * uspace/lib/c/arch/ia32/include/context_offset.h (added) * uspace/lib/c/arch/ia32/include/elf.h (added) * uspace/lib/c/arch/ia32/include/istate.h (modified) * uspace/lib/c/arch/ia32/include/syscall.h (modified) * uspace/lib/c/arch/ia32/src/fibril.S (modified) * uspace/lib/c/arch/ia32/src/setjmp.S (modified) * uspace/lib/c/arch/ia64/include/barrier.h (added) * uspace/lib/c/arch/ia64/include/elf.h (added) * uspace/lib/c/arch/ia64/include/istate.h (modified) * uspace/lib/c/arch/ia64/include/register.h (added) * uspace/lib/c/arch/mips32/include/barrier.h (added) * uspace/lib/c/arch/mips32/include/context_offset.h (added) * uspace/lib/c/arch/mips32/include/cp0.h (added) * uspace/lib/c/arch/mips32/include/elf.h (added) * uspace/lib/c/arch/mips32/include/istate.h (modified) * uspace/lib/c/arch/mips32/include/regname.h (added) * uspace/lib/c/arch/mips32/src/fibril.S (modified) * uspace/lib/c/arch/mips32eb/include/barrier.h (added) * uspace/lib/c/arch/mips32eb/include/context_offset.h (added) * uspace/lib/c/arch/mips32eb/include/cp0.h (added) * uspace/lib/c/arch/mips32eb/include/elf.h (added) * uspace/lib/c/arch/mips32eb/include/regname.h (added) * uspace/lib/c/arch/mips64/include/barrier.h (added) * uspace/lib/c/arch/mips64/include/context_offset.h (added) * uspace/lib/c/arch/mips64/include/cp0.h (added) * uspace/lib/c/arch/mips64/include/elf.h (added) * uspace/lib/c/arch/mips64/include/istate.h (modified) * uspace/lib/c/arch/mips64/include/regname.h (added) * uspace/lib/c/arch/mips64/src/fibril.S (modified) * uspace/lib/c/arch/ppc32/include/barrier.h (added) * uspace/lib/c/arch/ppc32/include/context_offset.h (added) * uspace/lib/c/arch/ppc32/include/elf.h (added) * uspace/lib/c/arch/ppc32/include/istate.h (modified) * uspace/lib/c/arch/ppc32/include/msr.h (added) * uspace/lib/c/arch/ppc32/src/fibril.S (modified) * uspace/lib/c/arch/sparc64/include/barrier.h (added) * uspace/lib/c/arch/sparc64/include/context_offset.h (added) * uspace/lib/c/arch/sparc64/include/elf.h (added) * uspace/lib/c/arch/sparc64/include/istate.h (modified) * uspace/lib/c/arch/sparc64/include/regdef.h (added) * uspace/lib/c/arch/sparc64/include/syscall.h (modified) * uspace/lib/c/arch/sparc64/src/fibril.S (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/event.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/ns_obsolete.c (modified) * uspace/lib/c/generic/private/thread.h (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/udebug.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/elf/elf.h (modified) * uspace/lib/c/include/elf/elf_load.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/event.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/libc.h (modified) * uspace/lib/c/include/rtld/elf_dyn.h (modified) * uspace/lib/c/include/stats.h (modified) * uspace/lib/c/include/syscall.h (modified) * uspace/lib/c/include/udebug.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/srv/hid/fb/ega.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/serial_console.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) do not provide general access to kernel headers from uspace, only ... Tue, 09 Aug 2011 11:58:41 GMT Jakub Jermar [3666d38] * tools/toolchain.sh (modified) Do not turn warnings to errors for cross binutils build. * This ... Sun, 07 Aug 2011 22:09:26 GMT Jakub Jermar [577fe9b6] * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/include/sal.h (modified) * boot/arch/ia64/src/main.c (modified) * boot/arch/ia64/src/sal.c (modified) * boot/arch/ia64/src/sal_asm.S (added) Support for calling SAL procedures from the loader. * Added ... Sun, 07 Aug 2011 11:21:44 GMT Jiri Svoboda [86ffa27f] * HelenOS.config (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/Makefile.silo (modified) * boot/Makefile.uboot (modified) * boot/arch/ia64/include/types.h (modified) * boot/arch/ia64/src/boot.S (modified) * boot/arch/ia64/src/main.c (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/src/asm.S (modified) * boot/arch/mips64/Makefile.inc (added) * boot/arch/mips64/_link.ld.in (added) * boot/arch/mips64/include/arch.h (added) * boot/arch/mips64/include/asm.h (added) * boot/arch/mips64/include/main.h (added) * boot/arch/mips64/include/regname.h (added) * boot/arch/mips64/include/types.h (added) * boot/arch/mips64/src/asm.S (added) * boot/arch/mips64/src/main.c (added) * boot/arch/mips64/src/putchar.c (added) * boot/arch/sparc64/Makefile.inc (modified) * boot/arch/sparc64/src/main.c (modified) * boot/genarch/include/efi.h (added) * boot/silo/raw/isofs.b (deleted) * boot/silo/raw/second.b (deleted) * contrib/tools/serengeti_silo.sh (deleted) * defaults/amd64/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/mips64/Makefile.config (added) * defaults/mips64/msim/Makefile.config (added) * defaults/mips64/output (added) * defaults/sparc64/Makefile.config (modified) * defaults/sparc64/serengeti/Makefile.config (deleted) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia64/include/bootinfo.h (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/mm/frame.c (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/cycle.h (modified) * kernel/arch/mips32/include/debug.h (modified) * kernel/arch/mips32/include/mm/frame.h (modified) * kernel/arch/mips32/include/stack.h (modified) * kernel/arch/mips32/src/cache.c (modified) * kernel/arch/mips32/src/cpu/cpu.c (modified) * kernel/arch/mips32/src/fpu_context.c (modified) * kernel/arch/mips32/src/mm/as.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/mips32/src/start.S (modified) * kernel/arch/mips64/Makefile.inc (added) * kernel/arch/mips64/_link.ld.in (added) * kernel/arch/mips64/include/arch.h (moved) * kernel/arch/mips64/include/asm.h (added) * kernel/arch/mips64/include/asm/boot.h (added) * kernel/arch/mips64/include/asm/regname.h (added) * kernel/arch/mips64/include/atomic.h (added) * kernel/arch/mips64/include/barrier.h (added) * kernel/arch/mips64/include/cache.h (added) * kernel/arch/mips64/include/context.h (added) * kernel/arch/mips64/include/context_offset.h (added) * kernel/arch/mips64/include/cp0.h (added) * kernel/arch/mips64/include/cpu.h (added) * kernel/arch/mips64/include/cycle.h (added) * kernel/arch/mips64/include/debug.h (added) * kernel/arch/mips64/include/debugger.h (added) * kernel/arch/mips64/include/drivers/msim.h (added) * kernel/arch/mips64/include/elf.h (added) * kernel/arch/mips64/include/exception.h (added) * kernel/arch/mips64/include/faddr.h (moved) * kernel/arch/mips64/include/fpu_context.h (added) * kernel/arch/mips64/include/interrupt.h (added) * kernel/arch/mips64/include/istate.h (added) * kernel/arch/mips64/include/mm/as.h (added) * kernel/arch/mips64/include/mm/asid.h (added) * kernel/arch/mips64/include/mm/frame.h (added) * kernel/arch/mips64/include/mm/page.h (added) * kernel/arch/mips64/include/mm/tlb.h (added) * kernel/arch/mips64/include/proc/task.h (moved) * kernel/arch/mips64/include/proc/thread.h (added) * kernel/arch/mips64/include/smp/dorder.h (added) * kernel/arch/mips64/include/stack.h (added) * kernel/arch/mips64/include/types.h (added) * kernel/arch/mips64/src/asm.S (added) * kernel/arch/mips64/src/cache.c (added) * kernel/arch/mips64/src/context.S (added) * kernel/arch/mips64/src/cpu (added) * kernel/arch/mips64/src/ddi (added) * kernel/arch/mips64/src/debug (added) * kernel/arch/mips64/src/debugger.c (added) * kernel/arch/mips64/src/exception.c (added) * kernel/arch/mips64/src/fpu_context.c (added) * kernel/arch/mips64/src/interrupt.c (added) * kernel/arch/mips64/src/mips64.c (added) * kernel/arch/mips64/src/mm/as.c (added) * kernel/arch/mips64/src/mm/frame.c (added) * kernel/arch/mips64/src/mm/page.c (added) * kernel/arch/mips64/src/mm/tlb.c (added) * kernel/arch/mips64/src/smp/dorder.c (added) * kernel/arch/mips64/src/smp/smp.c (added) * kernel/arch/mips64/src/start.S (added) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/drivers/sgcn.h (deleted) * kernel/arch/sparc64/src/console.c (modified) * kernel/arch/sparc64/src/drivers/fhc.c (deleted) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/arch/sparc64/src/drivers/sgcn.c (deleted) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/drivers/s3c24xx_uart/s3c24xx_uart.h (modified) * kernel/genarch/include/drivers/z8530/z8530.h (deleted) * kernel/genarch/src/drivers/dsrln/dsrlnout.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/drivers/s3c24xx_uart/s3c24xx_uart.c (modified) * kernel/genarch/src/drivers/z8530/z8530.c (deleted) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/ofw/fhc.c (deleted) * kernel/generic/include/console/chardev.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/lib/elf.h (modified) * kernel/generic/include/lib/elf_load.h (added) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/panic.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/debug/panic.c (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/time/clock.c (modified) * release/Makefile (modified) * tools/autotool.py (modified) * tools/imgutil.py (added) * tools/mkext2.py (added) * tools/mkfat.py (modified) * tools/mktmpfs.py (modified) * tools/toolchain.sh (modified) * tools/xstruct.py (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/compl.c (added) * uspace/app/bdsh/compl.h (added) * uspace/app/bdsh/config.h (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/exec.h (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/scli.h (modified) * uspace/app/ext2info/ext2info.c (modified) * uspace/app/init/init.c (modified) * uspace/app/sbi/src/input.c (modified) * uspace/app/sbi/src/os/helenos.c (modified) * uspace/app/sbi/src/os/os.h (modified) * uspace/app/sbi/src/os/posix.c (modified) * uspace/app/taskdump/elf_core.c (modified) * uspace/app/taskdump/include/elf.h (deleted) * uspace/app/taskdump/include/elf_core.h (modified) * uspace/app/taskdump/include/symtab.h (modified) * uspace/app/taskdump/symtab.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/ohci/root_hub.c (modified) * uspace/drv/bus/usb/ohci/root_hub.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/root_hub.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/usbhub_private.h (modified) * uspace/drv/bus/usb/usbhub/utils.c (modified) * uspace/drv/bus/usb/usbmast/Makefile (modified) * uspace/drv/bus/usb/usbmast/bo_trans.c (added) * uspace/drv/bus/usb/usbmast/bo_trans.h (added) * uspace/drv/bus/usb/usbmast/cmdw.c (moved) * uspace/drv/bus/usb/usbmast/cmdw.h (added) * uspace/drv/bus/usb/usbmast/inquiry.c (deleted) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/mast.c (deleted) * uspace/drv/bus/usb/usbmast/scsi_ms.c (added) * uspace/drv/bus/usb/usbmast/scsi_ms.h (moved) * uspace/drv/bus/usb/usbmast/usbmast.h (added) * uspace/drv/bus/usb/vhc/connhost.c (modified) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/elf_linux.h (moved) * uspace/lib/c/arch/amd64/include/elf_linux.h (added) * uspace/lib/c/arch/arm32/include/elf_linux.h (added) * uspace/lib/c/arch/ia32/include/elf_linux.h (added) * uspace/lib/c/arch/ia64/include/elf_linux.h (added) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32/include/atomic.h (modified) * uspace/lib/c/arch/mips32/include/elf_linux.h (added) * uspace/lib/c/arch/mips32/include/fibril.h (modified) * uspace/lib/c/arch/mips32/include/thread.h (modified) * uspace/lib/c/arch/mips32/include/tls.h (modified) * uspace/lib/c/arch/mips32/include/types.h (modified) * uspace/lib/c/arch/mips32/src/syscall.c (modified) * uspace/lib/c/arch/mips32/src/tls.c (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/include/elf_linux.h (added) * uspace/lib/c/arch/mips64/Makefile.common (added) * uspace/lib/c/arch/mips64/Makefile.inc (added) * uspace/lib/c/arch/mips64/_link.ld.in (added) * uspace/lib/c/arch/mips64/include/atomic.h (added) * uspace/lib/c/arch/mips64/include/config.h (added) * uspace/lib/c/arch/mips64/include/ddi.h (added) * uspace/lib/c/arch/mips64/include/elf_linux.h (added) * uspace/lib/c/arch/mips64/include/faddr.h (added) * uspace/lib/c/arch/mips64/include/fibril.h (added) * uspace/lib/c/arch/mips64/include/inttypes.h (added) * uspace/lib/c/arch/mips64/include/istate.h (added) * uspace/lib/c/arch/mips64/include/syscall.h (added) * uspace/lib/c/arch/mips64/include/thread.h (added) * uspace/lib/c/arch/mips64/include/tls.h (added) * uspace/lib/c/arch/mips64/include/types.h (added) * uspace/lib/c/arch/mips64/src/entry.s (added) * uspace/lib/c/arch/mips64/src/entryjmp.s (added) * uspace/lib/c/arch/mips64/src/fibril.S (added) * uspace/lib/c/arch/mips64/src/stacktrace.c (added) * uspace/lib/c/arch/mips64/src/stacktrace_asm.S (added) * uspace/lib/c/arch/mips64/src/syscall.c (added) * uspace/lib/c/arch/mips64/src/thread_entry.s (added) * uspace/lib/c/arch/mips64/src/tls.c (added) * uspace/lib/c/arch/ppc32/include/elf_linux.h (added) * uspace/lib/c/arch/sparc64/include/elf_linux.h (added) * uspace/lib/c/generic/elf/elf_load.c (moved) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/rtld/elf_load.c (deleted) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/rtld/symbol.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/bitops.h (modified) * uspace/lib/c/include/elf/elf.h (added) * uspace/lib/c/include/elf/elf_linux.h (added) * uspace/lib/c/include/elf/elf_load.h (moved) * uspace/lib/c/include/fourcc.h (added) * uspace/lib/c/include/ipc/console.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/rtld/elf_dyn.h (modified) * uspace/lib/c/include/rtld/rtld.h (modified) * uspace/lib/c/include/rtld/symbol.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/typedefs.h (added) * uspace/lib/c/include/unistd.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/ext2/libext2_directory.c (modified) * uspace/lib/ext2/libext2_directory.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/lib/net/il/ip_remote.c (modified) * uspace/lib/net/include/ip_remote.h (modified) * uspace/lib/net/include/netif_skel.h (modified) * uspace/lib/net/include/nil_remote.h (modified) * uspace/lib/net/netif/netif_skel.c (modified) * uspace/lib/scsi/Makefile (moved) * uspace/lib/scsi/include/scsi/sbc.h (added) * uspace/lib/scsi/include/scsi/spc.h (added) * uspace/lib/scsi/src/spc.c (added) * uspace/lib/softfloat/arch/mips32/include/functions.h (modified) * uspace/lib/softfloat/arch/mips64/include/functions.h (added) * uspace/lib/usb/include/usb/classes/hub.h (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified) * uspace/lib/usbhost/src/batch.c (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/util.c (modified) * uspace/srv/devman/util.h (modified) * uspace/srv/fs/ext2fs/ext2fs.c (modified) * uspace/srv/fs/ext2fs/ext2fs.h (modified) * uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/locfs.c (modified) * uspace/srv/fs/locfs/locfs.h (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/locfs/locfs_ops.h (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/fb/Makefile (modified) * uspace/srv/hid/fb/main.c (modified) * uspace/srv/hid/fb/niagara.c (modified) * uspace/srv/hid/fb/niagara.h (modified) * uspace/srv/hid/fb/sgcn.c (deleted) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/ctl/stty.c (modified) * uspace/srv/hid/input/generic/gsp.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/kbd_port.h (modified) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/input/port/sgcn.c (deleted) * uspace/srv/hid/input/port/z8530.c (deleted) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/hw/irc/fhc/fhc.c (deleted) * uspace/srv/hw/netif/ne2000/ne2000.c (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/include/elf.h (deleted) * uspace/srv/loader/main.c (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/netif/lo/lo.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Merge mainline changes. Sat, 06 Aug 2011 09:40:22 GMT Jiri Svoboda [e8067c0] * uspace/lib/c/arch/mips32/include/elf_linux.h (modified) Write register state in core files / mips32 (not working). Sat, 06 Aug 2011 07:16:50 GMT Petr Koupy [d3e241a] * uspace/lib/posix/stdio.h (modified) * uspace/lib/softfloat/arch/abs32le/include/functions.h (modified) * uspace/lib/softfloat/arch/amd64/include/functions.h (modified) * uspace/lib/softfloat/arch/arm32/include/functions.h (modified) * uspace/lib/softfloat/arch/ia32/include/functions.h (modified) * uspace/lib/softfloat/arch/ia64/include/functions.h (modified) * uspace/lib/softfloat/arch/mips32/include/functions.h (modified) * uspace/lib/softfloat/arch/mips32eb/include/functions.h (modified) * uspace/lib/softfloat/arch/mips64/include/functions.h (modified) * uspace/lib/softfloat/arch/ppc32/include/functions.h (modified) * uspace/lib/softfloat/arch/sparc64/include/functions.h (modified) * uspace/lib/softfloat/generic/add.c (modified) * uspace/lib/softfloat/generic/common.c (modified) * uspace/lib/softfloat/generic/comparison.c (modified) * uspace/lib/softfloat/generic/conversion.c (modified) * uspace/lib/softfloat/generic/div.c (modified) * uspace/lib/softfloat/generic/mul.c (modified) * uspace/lib/softfloat/generic/other.c (modified) * uspace/lib/softfloat/generic/softfloat.c (modified) * uspace/lib/softfloat/generic/sub.c (modified) * uspace/lib/softfloat/include/add.h (modified) * uspace/lib/softfloat/include/common.h (modified) * uspace/lib/softfloat/include/comparison.h (modified) * uspace/lib/softfloat/include/conversion.h (modified) * uspace/lib/softfloat/include/div.h (modified) * uspace/lib/softfloat/include/mul.h (modified) * uspace/lib/softfloat/include/other.h (modified) * uspace/lib/softfloat/include/sftypes.h (modified) * uspace/lib/softfloat/include/softfloat.h (modified) * uspace/lib/softfloat/include/sub.h (modified) Merge libposix changes. Sat, 06 Aug 2011 07:04:50 GMT Petr Koupy [c67aff2] * uspace/lib/softfloat/arch/abs32le/include/functions.h (modified) * uspace/lib/softfloat/arch/amd64/include/functions.h (modified) * uspace/lib/softfloat/arch/arm32/include/functions.h (modified) * uspace/lib/softfloat/arch/ia32/include/functions.h (modified) * uspace/lib/softfloat/arch/ia64/include/functions.h (modified) * uspace/lib/softfloat/arch/mips32/include/functions.h (modified) * uspace/lib/softfloat/arch/mips32eb/include/functions.h (modified) * uspace/lib/softfloat/arch/mips64/include/functions.h (modified) * uspace/lib/softfloat/arch/ppc32/include/functions.h (modified) * uspace/lib/softfloat/arch/sparc64/include/functions.h (modified) * uspace/lib/softfloat/generic/add.c (modified) * uspace/lib/softfloat/generic/common.c (modified) * uspace/lib/softfloat/generic/comparison.c (modified) * uspace/lib/softfloat/generic/conversion.c (modified) * uspace/lib/softfloat/generic/div.c (modified) * uspace/lib/softfloat/generic/mul.c (modified) * uspace/lib/softfloat/generic/other.c (modified) * uspace/lib/softfloat/generic/softfloat.c (modified) * uspace/lib/softfloat/generic/sub.c (modified) * uspace/lib/softfloat/include/add.h (modified) * uspace/lib/softfloat/include/common.h (modified) * uspace/lib/softfloat/include/comparison.h (modified) * uspace/lib/softfloat/include/conversion.h (modified) * uspace/lib/softfloat/include/div.h (modified) * uspace/lib/softfloat/include/mul.h (modified) * uspace/lib/softfloat/include/other.h (modified) * uspace/lib/softfloat/include/sftypes.h (modified) * uspace/lib/softfloat/include/softfloat.h (modified) * uspace/lib/softfloat/include/sub.h (modified) Quadruple-precision softfloat, coding style improvements. Details ... Fri, 05 Aug 2011 16:57:12 GMT Martin Decky [a8bb38c] * kernel/generic/include/lib/elf.h (modified) do not use tabs for in-line spacing, use spaces (the size of a tab ... Fri, 05 Aug 2011 15:24:52 GMT Martin Decky [12bcae0] * boot/arch/mips32/src/asm.S (modified) * boot/arch/mips64/src/asm.S (modified) fix typos Sun, 31 Jul 2011 21:01:46 GMT Petr Koupy [9a6034a] * uspace/lib/posix/stdio.h (modified) Undefined DEBUG macro from native stdio.h. Sun, 31 Jul 2011 19:56:54 GMT Jakub Jermar [26fb118a] * boot/arch/ia64/src/main.c (modified) Attempt to parse the EFI and SAL system / configuration table. Sun, 31 Jul 2011 05:08:44 GMT Petr Koupy [b7ee0369] * uspace/lib/posix/assert.h (modified) * uspace/lib/posix/ctype.c (modified) * uspace/lib/posix/fnmatch.c (modified) * uspace/lib/posix/internal/common.h (modified) * uspace/lib/posix/pwd.c (modified) * uspace/lib/posix/pwd.h (modified) * uspace/lib/posix/signal.c (modified) * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib.h (modified) * uspace/lib/posix/sys/wait.c (modified) * uspace/lib/posix/sys/wait.h (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) * uspace/lib/softint/Makefile (modified) * uspace/lib/softint/generic/comparison.c (added) * uspace/lib/softint/generic/shift.c (added) * uspace/lib/softint/include/comparison.h (added) * uspace/lib/softint/include/lltype.h (added) * uspace/lib/softint/include/shift.h (added) * uspace/srv/hw/irc/apic/apic.c (modified) Merge libposix changes. Sun, 31 Jul 2011 05:00:59 GMT Petr Koupy [27a8d1d] * uspace/lib/softint/Makefile (modified) * uspace/lib/softint/generic/comparison.c (added) * uspace/lib/softint/generic/shift.c (added) * uspace/lib/softint/include/comparison.h (added) * uspace/lib/softint/include/lltype.h (added) * uspace/lib/softint/include/shift.h (added) Added softint shifts and comparisons. Sun, 31 Jul 2011 04:59:20 GMT Petr Koupy [2a53f71] * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdlib.h (modified) * uspace/lib/posix/sys/wait.c (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) Added missing comments to the newly implemented functions.