# # ChangeLog for uspace/lib/c in mainline # # Generated by Trac 1.6 # 2025-07-31T10:30:08Z Fri, 07 Oct 2011 21:42:14 GMT Martin Decky [49bd793b] * uspace/lib/c/generic/net/packet.c (modified) * uspace/lib/c/include/net/packet.h (modified) * uspace/lib/net/generic/packet_remote.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) networking fixes * use sysarg_t for packet_id_t to avoid potential ... Fri, 07 Oct 2011 20:20:33 GMT Martin Decky [00d7e1b] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/init/init.c (modified) * uspace/doc/doxygroups.h (modified) * uspace/drv/infrastructure/rootvirt/devices.def (modified) * uspace/drv/nic/lo/Makefile (added) * uspace/drv/nic/lo/lo.c (added) * uspace/drv/nic/lo/lo.ma (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/hw_res_parsed.c (added) * uspace/lib/c/generic/device/nic.c (modified) * uspace/lib/c/include/device/hw_res_parsed.h (added) * uspace/lib/c/include/net/device.h (modified) * uspace/lib/net/generic/generic.c (modified) * uspace/lib/net/generic/net_checksum.c (modified) * uspace/lib/net/il/ip_remote.c (modified) * uspace/lib/net/include/ip_interface.h (modified) * uspace/lib/net/include/ip_remote.h (modified) * uspace/lib/net/include/net_checksum.h (modified) * uspace/lib/net/tl/tl_skel.c (modified) * uspace/lib/nic/Makefile (added) * uspace/lib/nic/include/nic.h (added) * uspace/lib/nic/include/nic_addr_db.h (added) * uspace/lib/nic/include/nic_driver.h (added) * uspace/lib/nic/include/nic_impl.h (added) * uspace/lib/nic/include/nic_rx_control.h (added) * uspace/lib/nic/include/nic_wol_virtues.h (added) * uspace/lib/nic/src/nic_addr_db.c (added) * uspace/lib/nic/src/nic_driver.c (added) * uspace/lib/nic/src/nic_impl.c (added) * uspace/lib/nic/src/nic_rx_control.c (added) * uspace/lib/nic/src/nic_wol_virtues.c (added) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/net/Makefile (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/net/net.h (modified) * uspace/srv/net/net/net_standalone.c (deleted) * uspace/srv/net/net/packet_server.h (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) networking improvements * start the networking stack from init * ... Fri, 07 Oct 2011 15:59:41 GMT Martin Decky [e2c50e1] * uspace/lib/c/generic/adt/hash_set.c (added) * uspace/lib/c/include/adt/hash_set.h (added) cherrypick hashset implementation from lp:~helenos-nicf/helenos/nicf Fri, 07 Oct 2011 15:46:01 GMT Martin Decky [609243f4] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/nic.c (added) * uspace/lib/c/generic/net/packet.c (modified) * uspace/lib/c/include/device/nic.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/il.h (modified) * uspace/lib/c/include/ipc/net.h (modified) * uspace/lib/c/include/ipc/net_net.h (modified) * uspace/lib/c/include/ipc/nil.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/net/device.h (modified) * uspace/lib/c/include/net/eth_phys.h (added) * uspace/lib/c/include/net/packet.h (modified) * uspace/lib/c/include/net/packet_header.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_nic.c (added) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ops/nic.h (added) * uspace/lib/drv/include/remote_nic.h (moved) * uspace/lib/net/Makefile (modified) * uspace/lib/net/generic/generic.c (modified) * uspace/lib/net/generic/net_checksum.c (modified) * uspace/lib/net/generic/net_remote.c (modified) * uspace/lib/net/generic/protocol_map.c (modified) * uspace/lib/net/il/arp_remote.c (modified) * uspace/lib/net/il/il_remote.c (modified) * uspace/lib/net/il/ip_remote.c (modified) * uspace/lib/net/include/arp_interface.h (modified) * uspace/lib/net/include/generic.h (modified) * uspace/lib/net/include/il_remote.h (modified) * uspace/lib/net/include/ip_interface.h (modified) * uspace/lib/net/include/ip_remote.h (modified) * uspace/lib/net/include/net_checksum.h (modified) * uspace/lib/net/include/net_interface.h (modified) * uspace/lib/net/include/netif_skel.h (deleted) * uspace/lib/net/include/nil_remote.h (modified) * uspace/lib/net/include/nil_skel.h (modified) * uspace/lib/net/include/tl_common.h (modified) * uspace/lib/net/include/tl_remote.h (modified) * uspace/lib/net/netif/netif_remote.c (deleted) * uspace/lib/net/netif/netif_skel.c (deleted) * uspace/lib/net/nil/nil_remote.c (modified) * uspace/lib/net/tl/icmp_client.c (modified) * uspace/lib/net/tl/tl_common.c (modified) * uspace/lib/net/tl/tl_remote.c (modified) * uspace/lib/packet/Makefile (deleted) * uspace/srv/devman/devman.c (modified) * uspace/srv/hw/netif/ne2000/Makefile (deleted) * uspace/srv/hw/netif/ne2000/dp8390.c (deleted) * uspace/srv/hw/netif/ne2000/dp8390.h (deleted) * uspace/srv/hw/netif/ne2000/ne2000.c (deleted) * uspace/srv/loc/loc.c (modified) * uspace/srv/net/cfg/lo.nic (moved) * uspace/srv/net/cfg/ne2k.nic (moved) * uspace/srv/net/documentation.txt (deleted) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/arp/arp.h (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/il/ip/ip.h (modified) * uspace/srv/net/net/Makefile (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/net/net.h (modified) * uspace/srv/net/net/net_standalone.c (modified) * uspace/srv/net/net/packet_server.c (moved) * uspace/srv/net/net/packet_server.h (moved) * uspace/srv/net/netif/lo/Makefile (deleted) * uspace/srv/net/netif/lo/lo.c (deleted) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/eth/eth.h (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) * uspace/srv/net/nil/nildummy/nildummy.h (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/tcp/tcp.h (modified) * uspace/srv/net/tl/udp/udp.c (modified) cherrypick general networking improvements from lp:~helenos- ... Fri, 07 Oct 2011 13:50:56 GMT Martin Decky [f51b1d3] * uspace/lib/c/generic/ns.c (modified) cstyle Fri, 07 Oct 2011 12:42:11 GMT Martin Decky [892022a1] * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/include/adt/hash_table.h (modified) hash table improvements cherrypicked from lp:~helenos- nicf/helenos/nicf Tue, 04 Oct 2011 20:44:35 GMT Jakub Jermar [4c50c8d] * uspace/lib/c/generic/async.c (modified) Fix use-after-free in async_hangup(). Sat, 01 Oct 2011 21:07:40 GMT Jakub Jermar [8fa6d4c7] * uspace/lib/c/generic/ns.c (modified) Be more robust in service_connect_blocking(). Sat, 24 Sep 2011 14:27:08 GMT Jakub Jermar [f1a9e87] * kernel/arch/ia64/include/asm.h (modified) * uspace/lib/c/arch/ia64/include/ddi.h (modified) Merge from lp:~jakub/helenos/ia64-revival. Sat, 24 Sep 2011 11:54:09 GMT Jakub Jermar [1ab4aca] * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/adt/list.c (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/adt/list.c (modified) Trivial: fix typos. Fri, 23 Sep 2011 15:56:23 GMT Jakub Jermar [286286c] * uspace/app/bdsh/cmds/modules/mount/mount.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Cstyle fixes and cleanup. Fri, 23 Sep 2011 15:39:07 GMT Jakub Jermar [4979403] * contrib/arch/uspace/srv/vfs/vfs.adl (modified) * uspace/app/bdsh/cmds/modules/mount/mount.c (modified) * uspace/app/init/init.c (modified) * 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/fs/cdfs/cdfs.c (modified) * uspace/srv/fs/exfat/exfat.c (modified) * uspace/srv/fs/ext2fs/ext2fs.c (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/locfs/locfs.c (modified) * uspace/srv/fs/mfs/mfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Allow more instances of the same FS to be used. (Thanks to Maurizio ... Thu, 22 Sep 2011 18:27:21 GMT Martin Decky [3019612] * uspace/lib/c/generic/malloc.c (modified) free(NULL) should be a no-op by convention Sat, 17 Sep 2011 19:28:24 GMT Jakub Jermar [d1e18573] * uspace/lib/c/generic/ns.c (modified) Be more robust in service_connect(). Wed, 31 Aug 2011 14:13:06 GMT Jan Vesely [8d70937] * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/include/as.h (modified) libc: make parameter const as there is no good reason for non-const ... Thu, 15 Sep 2011 21:30:36 GMT Martin Decky [47fecbb] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/cfg.c (added) * uspace/lib/c/include/cfg.h (added) configuration file parser cherrypicked from ... Thu, 15 Sep 2011 21:30:25 GMT Martin Decky [4748038] * kernel/generic/include/adt/list.h (modified) * uspace/lib/c/include/adt/list.h (modified) add argument const qualifiers Thu, 15 Sep 2011 18:03:53 GMT Martin Decky [818fffe] * kernel/arch/arm32/src/ras.c (modified) * kernel/generic/src/mm/frame.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/include/ipc/loc.h (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) cstyle Wed, 14 Sep 2011 21:04:01 GMT Jiri Svoboda [2f72c67a] * uspace/lib/c/generic/io/io.c (modified) _fflushbuf() must reset buffer head and tail even when bytes_used == 0. Fri, 09 Sep 2011 17:18:06 GMT Martin Decky [5da7199] * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/async_obsolete.c (deleted) * uspace/lib/c/generic/ns_obsolete.c (deleted) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/async_obsolete.h (deleted) * uspace/lib/c/include/ns_obsolete.h (deleted) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/input.h (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.h (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/hw/char/i8042/i8042.h (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.h (modified) remove the obsolete async API Fri, 09 Sep 2011 15:46:21 GMT Martin Decky [7c014d1] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/init/init.c (modified) * uspace/app/tester/console/console1.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/screenbuffer.c (deleted) * uspace/lib/c/include/io/color.h (modified) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/screenbuffer.h (deleted) * uspace/lib/c/include/ipc/fb.h (deleted) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/fb/Makefile (moved) * uspace/lib/fb/fb.c (added) * uspace/lib/fb/fb.h (added) * uspace/lib/fb/imgmap.c (added) * uspace/lib/fb/imgmap.h (added) * uspace/lib/fb/screenbuffer.c (added) * uspace/lib/fb/screenbuffer.h (added) * uspace/lib/imgmap/imgmap.c (deleted) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/console.h (modified) * uspace/srv/hid/console/gcons.c (deleted) * uspace/srv/hid/console/gfx/anim_1.tga (modified) * uspace/srv/hid/console/gfx/anim_2.tga (modified) * uspace/srv/hid/console/gfx/anim_3.tga (modified) * uspace/srv/hid/console/gfx/anim_4.tga (modified) * uspace/srv/hid/console/gfx/cons_data.tga (moved) * uspace/srv/hid/console/gfx/cons_dis.tga (added) * uspace/srv/hid/console/gfx/cons_dis_sel.tga (added) * uspace/srv/hid/console/gfx/cons_kernel.tga (modified) * uspace/srv/hid/console/gfx/cons_sel.tga (moved) * uspace/srv/hid/console/keybuffer.c (deleted) * uspace/srv/hid/console/keybuffer.h (deleted) * uspace/srv/hid/fb/Makefile (modified) * uspace/srv/hid/fb/ctl/serial.c (added) * uspace/srv/hid/fb/ctl/serial.h (moved) * uspace/srv/hid/fb/ega.c (deleted) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/fb.h (modified) * uspace/srv/hid/fb/gfx/font-8x16.c (moved) * uspace/srv/hid/fb/gfx/font-8x16.h (moved) * uspace/srv/hid/fb/main.c (deleted) * uspace/srv/hid/fb/pointer.xbm (deleted) * uspace/srv/hid/fb/pointer_mask.xbm (deleted) * uspace/srv/hid/fb/port/ega.c (added) * uspace/srv/hid/fb/port/ega.h (moved) * uspace/srv/hid/fb/port/kchar.c (moved) * uspace/srv/hid/fb/port/kchar.h (moved) * uspace/srv/hid/fb/port/kfb.c (added) * uspace/srv/hid/fb/port/kfb.h (moved) * uspace/srv/hid/fb/port/niagara.c (moved) * uspace/srv/hid/fb/port/niagara.h (moved) * uspace/srv/hid/fb/port/ski.c (moved) * uspace/srv/hid/fb/port/ski.h (moved) * uspace/srv/hid/fb/proto/vt100.c (added) * uspace/srv/hid/fb/proto/vt100.h (moved) * uspace/srv/hid/fb/serial_console.c (deleted) * uspace/srv/hid/fb/serial_console.h (deleted) console and framebuffer server rewrite Fri, 09 Sep 2011 15:05:00 GMT Martin Decky [359f429] * uspace/lib/c/include/adt/list.h (modified) make list_remove() more robust Fri, 09 Sep 2011 15:03:03 GMT Martin Decky [bfbdfee] * uspace/lib/c/generic/adt/list.c (modified) fix obsolete comment Thu, 08 Sep 2011 19:50:46 GMT Jakub Jermar [9ea7d90] * uspace/lib/c/generic/vfs/vfs.c (modified) VFS_IN_UNLINK needs to be passed lflags. Wed, 07 Sep 2011 00:03:26 GMT Petr Koupy [c05642d] * abi/include/bool.h (added) * abi/include/proc/task.h (added) * abi/include/proc/thread.h (added) * abi/include/syscall.h (modified) * abi/include/sysinfo.h (modified) * boot/Makefile.common (modified) * boot/generic/src/printf_core.c (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/test/print/print2.c (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/devctl/devctl.c (modified) * uspace/app/mkfat/fat.h (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/mkmfs/Makefile (added) * uspace/app/mkmfs/mkmfs.c (added) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/tester/print/print2.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootvirt/rootvirt.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/block/libblock.h (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/include/bool.h (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/ipc/bd.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/c/include/thread.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/lib/minix/minix.h (added) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_hw.h (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/cdfs/Makefile (added) * uspace/srv/fs/cdfs/cdfs.c (added) * uspace/srv/fs/cdfs/cdfs.h (added) * uspace/srv/fs/cdfs/cdfs_endian.h (added) * uspace/srv/fs/cdfs/cdfs_ops.c (added) * uspace/srv/fs/cdfs/cdfs_ops.h (added) * uspace/srv/fs/exfat/Makefile (added) * uspace/srv/fs/exfat/exfat.c (added) * uspace/srv/fs/exfat/exfat.h (added) * uspace/srv/fs/exfat/exfat_bitmap.c (added) * uspace/srv/fs/exfat/exfat_bitmap.h (added) * uspace/srv/fs/exfat/exfat_dentry.c (added) * uspace/srv/fs/exfat/exfat_dentry.h (added) * uspace/srv/fs/exfat/exfat_directory.c (added) * uspace/srv/fs/exfat/exfat_directory.h (added) * uspace/srv/fs/exfat/exfat_fat.c (added) * uspace/srv/fs/exfat/exfat_fat.h (added) * uspace/srv/fs/exfat/exfat_idx.c (added) * uspace/srv/fs/exfat/exfat_ops.c (added) * uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) * uspace/srv/fs/fat/fat_directory.c (added) * uspace/srv/fs/fat/fat_directory.h (added) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/mfs/Makefile (added) * uspace/srv/fs/mfs/mfs.c (added) * uspace/srv/fs/mfs/mfs.h (added) * uspace/srv/fs/mfs/mfs_balloc.c (added) * uspace/srv/fs/mfs/mfs_dentry.c (added) * uspace/srv/fs/mfs/mfs_inode.c (added) * uspace/srv/fs/mfs/mfs_ops.c (added) * uspace/srv/fs/mfs/mfs_rw.c (added) * uspace/srv/fs/mfs/mfs_utils.c (added) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/loc/loc.c (modified) Merge mainline changes. Mon, 05 Sep 2011 21:26:47 GMT Jiri Svoboda [80a96d2] * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) DDF support for surprise removal. Mon, 05 Sep 2011 15:41:44 GMT Martin Decky [d7f6248] * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) add integer conversion functions for 8, 16 and 32 bits Fri, 02 Sep 2011 22:03:55 GMT Jiri Svoboda [f480d7e] * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/lib/c/include/errno.h (modified) * uspace/srv/devman/main.c (modified) Merge ns8250 removal support. Fri, 02 Sep 2011 22:02:55 GMT Jiri Svoboda [5b68e0c] * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/lib/c/include/errno.h (modified) ns8250 device removal support. Fri, 02 Sep 2011 16:54:18 GMT Jiri Svoboda [a1b7e80] * uspace/app/devctl/devctl.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/infrastructure/rootvirt/rootvirt.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/loc/loc.c (modified) Merge basic infrastructure for anticipated device removal from ... Tue, 30 Aug 2011 17:35:04 GMT Martin Decky [4046b2f4] * uspace/lib/block/libblock.c (modified) * uspace/lib/block/libblock.h (modified) * uspace/lib/c/include/ipc/bd.h (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_hw.h (modified) TOC reading support cherrypicked from lp:~jkavalik/cdfs/main Tue, 30 Aug 2011 17:29:55 GMT Martin Decky [c3d19ac] * uspace/lib/c/generic/str.c (modified) fix typo Sun, 28 Aug 2011 21:16:54 GMT Jiri Svoboda [8cc4ddb] * abi/include/bool.h (added) * abi/include/proc/task.h (added) * abi/include/proc/thread.h (added) * abi/include/syscall.h (modified) * abi/include/sysinfo.h (modified) * boot/Makefile.common (modified) * boot/generic/src/printf_core.c (modified) * kernel/arch/amd64/include/asm.h (modified) * kernel/arch/ia32/include/asm.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/test/print/print2.c (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/mkfat/fat.h (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/tester/print/print2.c (modified) * uspace/app/tester/stdio/stdio1.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/dist/src/sysel/demos/htxtfile.sy (modified) * uspace/dist/textdemo (moved) * uspace/lib/c/arch/ia32/include/ddi.h (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/include/bool.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/c/include/thread.h (modified) * uspace/lib/fmtutil/Makefile (added) * uspace/lib/fmtutil/fmtutil.c (added) * uspace/lib/fmtutil/fmtutil.h (added) * uspace/srv/fs/exfat/Makefile (added) * uspace/srv/fs/exfat/exfat.c (added) * uspace/srv/fs/exfat/exfat.h (added) * uspace/srv/fs/exfat/exfat_bitmap.c (added) * uspace/srv/fs/exfat/exfat_bitmap.h (added) * uspace/srv/fs/exfat/exfat_dentry.c (added) * uspace/srv/fs/exfat/exfat_dentry.h (added) * uspace/srv/fs/exfat/exfat_directory.c (added) * uspace/srv/fs/exfat/exfat_directory.h (added) * uspace/srv/fs/exfat/exfat_fat.c (added) * uspace/srv/fs/exfat/exfat_fat.h (added) * uspace/srv/fs/exfat/exfat_idx.c (added) * uspace/srv/fs/exfat/exfat_ops.c (added) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) * uspace/srv/fs/fat/fat_directory.c (added) * uspace/srv/fs/fat/fat_directory.h (added) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) Merge mainline changes. Sun, 28 Aug 2011 21:12:54 GMT Jiri Svoboda [36e2b55] * uspace/lib/c/generic/async.c (modified) Tear down data connections properly when terminating session. Sun, 28 Aug 2011 18:48:21 GMT Martin Decky [9a426d1f] * abi/include/bool.h (added) * abi/include/proc/task.h (added) * abi/include/proc/thread.h (added) * abi/include/syscall.h (modified) * abi/include/sysinfo.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/include/bool.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/c/include/thread.h (modified) more kernel/uspace ABI unification: bool, task_id_t, thread_id_t, ... Thu, 25 Aug 2011 21:42:38 GMT Jakub Jermar [abb7491c] * uspace/lib/c/generic/str.c (modified) Cstyle. Wed, 24 Aug 2011 21:51:57 GMT Jakub Jermar [81e9cb3] * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) Make wstr_to_str() and str_to_wstr() void functions again. Wed, 24 Aug 2011 21:32:32 GMT Jakub Jermar [980311e] * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) Remove wstr_chr(). Wed, 24 Aug 2011 21:20:15 GMT Jakub Jermar [a5454cf] * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) Remove wstr_rchr(). Wed, 24 Aug 2011 21:16:13 GMT Jakub Jermar [c065743] * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) * uspace/srv/fs/fat/fat_directory.c (modified) Remove str_reverse() and size_t_str(). Wed, 24 Aug 2011 20:31:28 GMT Jakub Jermar [ace588a] * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) Remove wstr_is_ascii(). Wed, 24 Aug 2011 20:10:43 GMT Jakub Jermar [375ab5e] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/filecrc/Makefile (added) * uspace/app/filecrc/crc32.c (added) * uspace/app/filecrc/crc32.h (added) * uspace/app/filecrc/filecrc.c (added) * uspace/app/filegen/Makefile (added) * uspace/app/filegen/crc32.c (added) * uspace/app/filegen/crc32.h (added) * uspace/app/filegen/filegen.c (added) * uspace/app/mkfat/fat.h (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) * uspace/srv/fs/exfat/Makefile (added) * uspace/srv/fs/exfat/exfat.c (added) * uspace/srv/fs/exfat/exfat.h (added) * uspace/srv/fs/exfat/exfat_bitmap.c (added) * uspace/srv/fs/exfat/exfat_bitmap.h (added) * uspace/srv/fs/exfat/exfat_dentry.c (added) * uspace/srv/fs/exfat/exfat_dentry.h (added) * uspace/srv/fs/exfat/exfat_directory.c (added) * uspace/srv/fs/exfat/exfat_directory.h (added) * uspace/srv/fs/exfat/exfat_fat.c (added) * uspace/srv/fs/exfat/exfat_fat.h (added) * uspace/srv/fs/exfat/exfat_idx.c (added) * uspace/srv/fs/exfat/exfat_ops.c (added) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) * uspace/srv/fs/fat/fat_directory.c (added) * uspace/srv/fs/fat/fat_directory.h (added) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) Merge from lp:~romanenko-oleg/helenos/fat. Tue, 23 Aug 2011 17:44:33 GMT Martin Decky [7fadb65] * boot/generic/src/printf_core.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/test/print/print2.c (modified) * uspace/app/tester/print/print2.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) fix printout of signed integer arguments (thx Jiri Zarevucky) ... Sun, 21 Aug 2011 16:48:51 GMT Petr Koupy [bb74dabe] * 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/ppc32/include/types.h (modified) * uspace/lib/c/arch/sparc64/include/types.h (modified) Removed duplicated declarations of intptr_t. Sun, 21 Aug 2011 15:35:03 GMT Petr Koupy [ec7f8b1] * kernel/arch/amd64/include/asm.h (modified) * kernel/arch/ia32/include/asm.h (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/tester/stdio/stdio1.c (modified) * uspace/dist/src/sysel/demos/htxtfile.sy (modified) * uspace/dist/textdemo (moved) * uspace/lib/c/arch/ia32/include/ddi.h (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/fmtutil/Makefile (added) * uspace/lib/fmtutil/fmtutil.c (added) * uspace/lib/fmtutil/fmtutil.h (added) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) Merge mainline changes. Sun, 21 Aug 2011 13:16:40 GMT Martin Decky [b48d046] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/input.c (modified) * uspace/lib/c/generic/str.c (modified) cstyle (no change in functionality) Sun, 21 Aug 2011 13:07:35 GMT Jakub Jermar [bd5f3b7] * HelenOS.config (modified) * Makefile (modified) * abi/include/ddi/arg.h (moved) * abi/include/ddi/irq.h (added) * abi/include/elf.h (moved) * 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 (moved) * abi/include/sysinfo.h (moved) * abi/include/udebug.h (added) * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/arch/mips32/src/asm.S (modified) * boot/arch/mips64/src/asm.S (modified) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/bzreml/setup.py (modified) * contrib/conf/ppc32-qe.sh (modified) * contrib/tools/gen_vga323.c (modified) * defaults/amd64/Makefile.config (modified) * defaults/ia32/Makefile.config (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/asm.h (modified) * kernel/arch/amd64/include/context.h (modified) * kernel/arch/amd64/include/istate.h (modified) * kernel/arch/amd64/include/mm/frame.h (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/include/istate.h (modified) * kernel/arch/arm32/include/mm/frame.h (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/arm32/include/regutils.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/asm.h (modified) * kernel/arch/ia32/include/atomic.h (modified) * kernel/arch/ia32/include/boot/boot.h (modified) * kernel/arch/ia32/include/context.h (modified) * kernel/arch/ia32/include/cycle.h (modified) * kernel/arch/ia32/include/elf.h (modified) * kernel/arch/ia32/include/istate.h (modified) * kernel/arch/ia32/include/mm/frame.h (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/boot/boot.S (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/drivers/vesa.c (modified) * kernel/arch/ia32/src/proc/scheduler.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia32/src/syscall.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/include/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/console/console.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/errno.h (modified) * kernel/generic/include/ipc/event.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/lib/elf.h (modified) * kernel/generic/include/lib/elf_load.h (added) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/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/console/console.c (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/lib/elf.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/semaphore.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/test/synch/semaphore2.c (modified) * tools/imgutil.py (added) * tools/mkarray.py (added) * tools/mkext2.py (added) * tools/mkfat.py (modified) * tools/mktmpfs.py (modified) * tools/toolchain.sh (modified) * tools/xstruct.py (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/cmds/modules/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/bdsh/tok.c (modified) * uspace/app/bdsh/tok.h (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/devctl/Makefile (added) * uspace/app/devctl/devctl.c (added) * 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/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_core.h (modified) * uspace/app/taskdump/include/symtab.h (modified) * uspace/app/taskdump/symtab.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/devs/devman1.def (deleted) * uspace/app/tester/devs/devman2.def (deleted) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/tester/stdio/stdio1.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/testread/testread.c (modified) * uspace/app/top/top.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/dist/src/sysel/demos/htxtfile.sy (modified) * uspace/dist/textdemo (moved) * uspace/doc/doxygroups.h (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/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/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/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 (moved) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/mast.c (deleted) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.h (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (added) * uspace/drv/bus/usb/usbmouse/init.c (modified) * uspace/drv/bus/usb/vhc/connhost.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/infrastructure/root/root.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/arch/abs32le/include/barrier.h (added) * uspace/lib/c/arch/abs32le/include/context_offset.h (added) * uspace/lib/c/arch/abs32le/include/elf.h (added) * uspace/lib/c/arch/abs32le/include/elf_linux.h (moved) * uspace/lib/c/arch/abs32le/include/istate.h (modified) * uspace/lib/c/arch/abs32le/include/syscall.h (modified) * uspace/lib/c/arch/amd64/include/barrier.h (added) * uspace/lib/c/arch/amd64/include/context_offset.h (added) * uspace/lib/c/arch/amd64/include/elf.h (added) * uspace/lib/c/arch/amd64/include/elf_linux.h (added) * uspace/lib/c/arch/amd64/include/istate.h (modified) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/arm32/include/barrier.h (added) * uspace/lib/c/arch/arm32/include/elf.h (added) * uspace/lib/c/arch/arm32/include/elf_linux.h (added) * uspace/lib/c/arch/arm32/include/istate.h (modified) * uspace/lib/c/arch/arm32/include/regutils.h (added) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/ia32/include/barrier.h (added) * uspace/lib/c/arch/ia32/include/context_offset.h (added) * uspace/lib/c/arch/ia32/include/ddi.h (modified) * uspace/lib/c/arch/ia32/include/elf.h (added) * uspace/lib/c/arch/ia32/include/elf_linux.h (moved) * uspace/lib/c/arch/ia32/include/istate.h (modified) * uspace/lib/c/arch/ia32/include/syscall.h (modified) * uspace/lib/c/arch/ia32/src/entry.S (moved) * uspace/lib/c/arch/ia32/src/fibril.S (modified) * uspace/lib/c/arch/ia32/src/setjmp.S (modified) * uspace/lib/c/arch/ia64/include/barrier.h (added) * uspace/lib/c/arch/ia64/include/elf.h (added) * uspace/lib/c/arch/ia64/include/elf_linux.h (added) * uspace/lib/c/arch/ia64/include/istate.h (modified) * uspace/lib/c/arch/ia64/include/register.h (added) * uspace/lib/c/arch/mips32/include/barrier.h (added) * uspace/lib/c/arch/mips32/include/context_offset.h (added) * uspace/lib/c/arch/mips32/include/cp0.h (added) * uspace/lib/c/arch/mips32/include/elf.h (added) * uspace/lib/c/arch/mips32/include/elf_linux.h (added) * uspace/lib/c/arch/mips32/include/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/elf_linux.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/elf_linux.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 (added) * uspace/lib/c/arch/ppc32/include/istate.h (modified) * uspace/lib/c/arch/ppc32/include/msr.h (added) * uspace/lib/c/arch/ppc32/src/fibril.S (modified) * uspace/lib/c/arch/sparc64/include/barrier.h (added) * uspace/lib/c/arch/sparc64/include/context_offset.h (added) * uspace/lib/c/arch/sparc64/include/elf.h (added) * uspace/lib/c/arch/sparc64/include/elf_linux.h (added) * uspace/lib/c/arch/sparc64/include/istate.h (modified) * uspace/lib/c/arch/sparc64/include/regdef.h (added) * uspace/lib/c/arch/sparc64/include/syscall.h (modified) * uspace/lib/c/arch/sparc64/src/fibril.S (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/async_obsolete.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/devmap.c (deleted) * uspace/lib/c/generic/elf/elf_load.c (moved) * uspace/lib/c/generic/event.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (added) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/generic/ns_obsolete.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/private/io.h (modified) * uspace/lib/c/generic/private/thread.h (modified) * uspace/lib/c/generic/rtld/elf_load.c (deleted) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/rtld/symbol.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/udebug.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/elf/elf.h (moved) * uspace/lib/c/include/elf/elf_linux.h (added) * uspace/lib/c/include/elf/elf_load.h (moved) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/event.h (modified) * uspace/lib/c/include/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/ipc/vfs.h (modified) * uspace/lib/c/include/libc.h (modified) * uspace/lib/c/include/loader/loader.h (modified) * uspace/lib/c/include/loader/pcb.h (modified) * uspace/lib/c/include/loc.h (added) * uspace/lib/c/include/rtld/elf_dyn.h (modified) * uspace/lib/c/include/rtld/rtld.h (modified) * uspace/lib/c/include/rtld/symbol.h (modified) * uspace/lib/c/include/stats.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/sys/stat.h (modified) * uspace/lib/c/include/syscall.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/c/include/udebug.h (modified) * uspace/lib/c/include/unistd.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/driver.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/fmtutil/Makefile (added) * uspace/lib/fmtutil/fmtutil.c (added) * uspace/lib/fmtutil/fmtutil.h (added) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/lib/imgmap/Makefile (added) * uspace/lib/imgmap/imgmap.c (added) * uspace/lib/imgmap/imgmap.h (added) * uspace/lib/scsi/include/scsi/sbc.h (modified) * uspace/lib/scsi/include/scsi/spc.h (modified) * uspace/lib/scsi/src/spc.c (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) * uspace/lib/usb/include/usb/hc.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usb/src/resolve.c (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified) * uspace/lib/usbhost/src/batch.c (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbvirt/src/device.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/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/devman/util.c (modified) * uspace/srv/devman/util.h (modified) * uspace/srv/devmap/devmap.c (deleted) * uspace/srv/fs/devfs/devfs_ops.c (deleted) * uspace/srv/fs/devfs/devfs_ops.h (deleted) * 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_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/Makefile (moved) * uspace/srv/fs/locfs/locfs.c (moved) * uspace/srv/fs/locfs/locfs.h (added) * uspace/srv/fs/locfs/locfs_ops.c (added) * uspace/srv/fs/locfs/locfs_ops.h (moved) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/hid/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/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.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/apic/apic.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/include/elf.h (deleted) * uspace/srv/loader/main.c (modified) * uspace/srv/loc/Makefile (moved) * uspace/srv/loc/category.c (added) * uspace/srv/loc/category.h (added) * uspace/srv/loc/loc.c (added) * uspace/srv/loc/loc.h (added) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Merge mainline changes. Sun, 21 Aug 2011 13:06:34 GMT Jakub Jermar [86a34d3e] * kernel/arch/ia64/include/asm.h (modified) * uspace/lib/c/arch/ia64/include/ddi.h (modified) Make ia64 PIO functions usable with memory-mapped registers. Sun, 21 Aug 2011 11:54:15 GMT Jiri Svoboda [1a5b252] * uspace/app/devctl/devctl.c (modified) * uspace/drv/infrastructure/rootvirt/rootvirt.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) DDF support for function offlining and onlining. This allows ... Sun, 21 Aug 2011 11:44:59 GMT Martin Decky [a6480d5] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/tester/stdio/stdio1.c (modified) * uspace/dist/src/sysel/demos/htxtfile.sy (modified) * uspace/dist/textdemo (moved) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/fmtutil/Makefile (added) * uspace/lib/fmtutil/fmtutil.c (added) * uspace/lib/fmtutil/fmtutil.h (added) merge Martin Sucha's fixes and improvements Sun, 21 Aug 2011 08:24:38 GMT Martin Decky [c22531fc] * kernel/arch/amd64/include/asm.h (modified) * kernel/arch/ia32/include/asm.h (modified) * uspace/lib/c/arch/ia32/include/ddi.h (modified) cstyle (no change in functionality) Sat, 20 Aug 2011 22:58:14 GMT Martin Sucha [22cf42d9] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/fmtutil/Makefile (added) * uspace/lib/fmtutil/fmtutil.c (added) * uspace/lib/fmtutil/fmtutil.h (added) Add formatting library and display help message wrapped Sat, 20 Aug 2011 17:04:52 GMT Petr Koupy [c8f70eb] * uspace/dist/src/c/demos/tetris/build (modified) * uspace/lib/c/arch/amd64/include/atomic.h (modified) * uspace/lib/c/arch/ia32/include/atomic.h (modified) * uspace/lib/c/arch/ia32/include/ddi.h (modified) pcc incompatible inline assembly rewritten in a more agreeable fashion. Sat, 20 Aug 2011 15:32:44 GMT Jiri Svoboda [e64df9a] * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) Merge devman-driver and driver-devman parallel exchange support. Sat, 20 Aug 2011 15:31:36 GMT Jiri Svoboda [422722e] * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) Devman-driver and driver-devman parallel exchange support. Also fix ... Sat, 20 Aug 2011 15:03:05 GMT Jiri Svoboda [93ad49a8] * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/include/async.h (modified) Make the hack more generic to work around problems with callback ... Sat, 20 Aug 2011 14:55:02 GMT Jiri Svoboda [0f4532e] * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/include/async.h (modified) Make service_connect() work with parallel exchange management. Sat, 20 Aug 2011 13:44:26 GMT Petr Koupy [c916dfc] * kernel/arch/amd64/include/asm.h (modified) * kernel/arch/ia32/include/asm.h (modified) * uspace/app/bdsh/tok.c (modified) * uspace/app/bdsh/tok.h (modified) * uspace/lib/c/arch/ia32/include/ddi.h (modified) Merge mainline changes. Sat, 20 Aug 2011 13:39:25 GMT Jakub Jermar [abf04a54] * kernel/arch/amd64/include/asm.h (modified) * kernel/arch/ia32/include/asm.h (modified) * uspace/lib/c/arch/ia32/include/ddi.h (modified) Merge PIO improvement from Zdenek Bouska. Sat, 20 Aug 2011 09:05:14 GMT Petr Koupy [5fb32c5] * HelenOS.config (modified) * abi/include/ipc/methods.h (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/asm.h (modified) * kernel/arch/ia32/include/boot/boot.h (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/boot/boot.S (modified) * kernel/arch/ia32/src/syscall.c (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/tok.c (modified) * uspace/app/bdsh/tok.h (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/async_obsolete.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/clui/tinput.c (modified) Merge mainline changes. Fri, 19 Aug 2011 18:51:05 GMT Martin Decky [58cbf8d5] * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/include/async.h (modified) basic support for tracking a client replica of the remote state in ... Fri, 19 Aug 2011 18:08:04 GMT Jakub Jermar [7b2a7ad] * abi/include/ipc/methods.h (modified) * kernel/generic/include/ipc/ipc.h (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/generic/ipc.c (modified) * uspace/lib/c/include/ipc/ipc.h (modified) Merge from lp:~jakub/helenos/camp2011. Fri, 19 Aug 2011 18:03:34 GMT Jakub Jermar [ab34cc9] * abi/include/ipc/methods.h (modified) * kernel/generic/include/ipc/ipc.h (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/generic/ipc.c (modified) Make IPC_M_CONNECT_TO_ME more consistent with IPC_M_CONNECT_TO_ME. ... Fri, 19 Aug 2011 17:36:25 GMT Petr Koupy [921b84f] * 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:29:40 GMT Martin Decky [b76a7329] * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/async_obsolete.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/include/async.h (modified) make async_sess_t and async_exch_t structures private (to avoid any ... Fri, 19 Aug 2011 16:59:55 GMT Martin Decky [1c99eae] * HelenOS.config (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/asm.h (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/syscall.c (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/src/entry.S (modified) cstyle (no change in functionality) 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:46:22 GMT Jakub Jermar [16f9782] * HelenOS.config (modified) * abi/include/ipc/event.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/ipc/event.h (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ipc/event.c (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/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/io/printf_core.c (modified) * uspace/lib/c/generic/loader.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/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/vfs/vfs.c (modified) Merge mainline changes. Fri, 19 Aug 2011 16:44:46 GMT Jakub Jermar [633bcc6] * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/include/ipc/ipc.h (modified) Fix leftover use of task hash in ipc_connect_to_me(). 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 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:27:26 GMT Petr Koupy [ea186c6] * 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: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:45:42 GMT Petr Koupy [a92cf94f] * 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: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: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: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: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: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. ... Thu, 18 Aug 2011 08:00:42 GMT Petr Koupy [ee24574] * 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.