# # ChangeLog for uspace/Makefile in mainline # # Generated by Trac 1.6 # 2024-10-28T21:21:27Z Thu, 12 Sep 2013 22:02:16 GMT Martin Sucha [fada53f] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/netspeed/Makefile (added) * uspace/app/netspeed/netspeed.c (added) Add basic netspeed utility. Thu, 12 Sep 2013 14:52:58 GMT Martin Sucha [3731d31] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/include/net/socket.h (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/rfb/Makefile (added) * uspace/srv/hid/rfb/main.c (added) * uspace/srv/hid/rfb/rfb.c (added) * uspace/srv/hid/rfb/rfb.h (added) Merge RFB (VNC) server Wed, 11 Sep 2013 21:57:02 GMT Martin Sucha [bd0e6a1] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/srv/hid/rfb/Makefile (added) * uspace/srv/hid/rfb/main.c (added) * uspace/srv/hid/rfb/rfb.c (added) * uspace/srv/hid/rfb/rfb.h (added) Add a simple remote framebuffer (VNC) server Wed, 11 Sep 2013 21:53:36 GMT Maurizio Lombardi [758f8d5] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/df/Makefile (added) * uspace/app/df/df.c (added) * uspace/app/trace/trace.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/sys/statfs.h (added) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/udf/udf_ops.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) merge the df branch Mon, 09 Sep 2013 21:13:57 GMT Jiri Svoboda [92c1680] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/corecfg/Makefile (added) * uspace/app/corecfg/corecfg.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/corecfg.c (added) * uspace/lib/c/include/corecfg.h (added) * uspace/lib/c/include/ipc/corecfg.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/srv/taskmon/taskmon.c (modified) Run-time core dump enable/disable. Mon, 09 Sep 2013 19:54:00 GMT Jakub Jermar [c501bc4] * boot/arch/mips32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/infrastructure/rootmalta/Makefile (added) * uspace/drv/infrastructure/rootmalta/rootmalta.c (added) * uspace/drv/infrastructure/rootmalta/rootmalta.ma (added) Add a platform driver for Malta. - The platform driver is derived ... Wed, 04 Sep 2013 06:58:57 GMT Manuele Conti [23b7c02] * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/include/cp15.h (added) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/main.c (modified) * boot/arch/arm32/src/mm.c (modified) * boot/arch/sparc64/src/asm.S (modified) * contrib/conf/ia32-qe.sh (modified) * defaults/sparc64/niagara/Makefile.config (modified) * kernel/arch/arm32/include/arch/asm.h (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mm/tlb.c (modified) * kernel/arch/ia32/src/mm/frame.c (modified) * kernel/arch/sparc64/include/arch/mm/frame.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/frame.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/frame.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4v/mmu.h (modified) * kernel/arch/sparc64/src/mm/sun4v/frame.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/genarch/include/genarch/drivers/amdm37x/gpt.h (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/frame.c (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/mixerctl/Makefile (added) * uspace/app/mixerctl/mixerctl.c (added) * uspace/app/wavplay/Makefile (added) * uspace/app/wavplay/dplay.c (added) * uspace/app/wavplay/dplay.h (added) * uspace/app/wavplay/drec.c (added) * uspace/app/wavplay/drec.h (added) * uspace/app/wavplay/main.c (added) * uspace/app/wavplay/wave.c (added) * uspace/app/wavplay/wave.h (added) * uspace/drv/audio/sb16/Makefile (added) * uspace/drv/audio/sb16/ddf_log.h (added) * uspace/drv/audio/sb16/dsp.c (added) * uspace/drv/audio/sb16/dsp.h (added) * uspace/drv/audio/sb16/dsp_commands.h (added) * uspace/drv/audio/sb16/main.c (added) * uspace/drv/audio/sb16/mixer.c (added) * uspace/drv/audio/sb16/mixer.h (added) * uspace/drv/audio/sb16/mixer_iface.c (added) * uspace/drv/audio/sb16/pcm_iface.c (added) * uspace/drv/audio/sb16/registers.h (added) * uspace/drv/audio/sb16/sb16.c (added) * uspace/drv/audio/sb16/sb16.h (added) * uspace/drv/audio/sb16/sb16.ma (added) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/i8237.h (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c (modified) * uspace/drv/infrastructure/rootamdm37x/uhh.h (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/device/hw_res_parsed.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/macros.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_audio_mixer.c (added) * uspace/lib/drv/generic/remote_audio_pcm.c (added) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/include/audio_mixer_iface.h (added) * uspace/lib/drv/include/audio_pcm_iface.h (added) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/drv/include/remote_audio_mixer.h (added) * uspace/lib/drv/include/remote_audio_pcm.h (added) * uspace/lib/hound/Makefile (added) * uspace/lib/hound/include/hound/client.h (added) * uspace/lib/hound/include/hound/protocol.h (added) * uspace/lib/hound/include/hound/server.h (added) * uspace/lib/hound/src/client.c (added) * uspace/lib/hound/src/protocol.c (added) * uspace/lib/pcm/Makefile (added) * uspace/lib/pcm/include/pcm/format.h (added) * uspace/lib/pcm/include/pcm/sample_format.h (added) * uspace/lib/pcm/src/format.c (added) * uspace/lib/softfloat/softfloat.c (modified) * uspace/lib/softfloat/softfloat.h (modified) * uspace/srv/audio/hound/Makefile (added) * uspace/srv/audio/hound/audio_data.c (added) * uspace/srv/audio/hound/audio_data.h (added) * uspace/srv/audio/hound/audio_device.c (added) * uspace/srv/audio/hound/audio_device.h (added) * uspace/srv/audio/hound/audio_sink.c (added) * uspace/srv/audio/hound/audio_sink.h (added) * uspace/srv/audio/hound/audio_source.c (added) * uspace/srv/audio/hound/audio_source.h (added) * uspace/srv/audio/hound/connection.c (added) * uspace/srv/audio/hound/connection.h (added) * uspace/srv/audio/hound/hound.c (added) * uspace/srv/audio/hound/hound.h (added) * uspace/srv/audio/hound/hound_ctx.c (added) * uspace/srv/audio/hound/hound_ctx.h (added) * uspace/srv/audio/hound/iface.c (added) * uspace/srv/audio/hound/log.h (added) * uspace/srv/audio/hound/main.c (added) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/locsrv/locsrv.c (modified) Merge with Mainline changes. Thu, 22 Aug 2013 14:56:58 GMT Martin Decky [a6bdccc] * uspace/Makefile (modified) fix sort order (at least a little) Thu, 15 Aug 2013 14:20:16 GMT Jan Vesely [03c971f] * HelenOS.config (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/include/cp15.h (added) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/main.c (modified) * boot/arch/arm32/src/mm.c (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/arm32/include/arch/asm.h (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/arch/arm32/src/mm/tlb.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/fpu_context.c (modified) * kernel/genarch/include/genarch/drivers/amdm37x/gpt.h (modified) * kernel/genarch/src/drivers/am335x/timer.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/cc.h (added) * kernel/generic/include/debug.h (modified) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/printf/verify.h (modified) * kernel/generic/src/main/main.c (modified) * kernel/test/print/print4.c (modified) * tools/autotool.py (modified) * tools/ew.py (modified) * tools/mkext2.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/builtins/batch/batch.c (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (deleted) * uspace/app/bdsh/cmds/modules/bdd/bdd.h (deleted) * uspace/app/bdsh/cmds/modules/bdd/bdd_def.h (deleted) * uspace/app/bdsh/cmds/modules/bdd/entry.h (deleted) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/pwd/pwd.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/binutils/intrusive.sh (modified) * uspace/app/binutils/toolchain.sh (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/dnscfg/dnscfg.c (modified) * uspace/app/dnsres/dnsres.c (modified) * uspace/app/edit/search_impl.h (modified) * uspace/app/edit/sheet_impl.h (modified) * uspace/app/inet/inet.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/nettest1/nettest.c (modified) * uspace/app/nettest1/nettest.h (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nettest3/nettest3.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/pcc/config.h (modified) * uspace/app/ping/ping.c (modified) * uspace/app/ping6/Makefile (added) * uspace/app/ping6/ping6.c (added) * uspace/drv/block/ata_bd/Makefile (added) * uspace/drv/block/ata_bd/ata_bd.c (moved) * uspace/drv/block/ata_bd/ata_bd.h (moved) * uspace/drv/block/ata_bd/ata_bd.ma (added) * uspace/drv/block/ata_bd/ata_hw.h (moved) * uspace/drv/block/ata_bd/main.c (added) * uspace/drv/block/ata_bd/main.h (added) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.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/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhcirh/main.c (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/vhc/hub/virthubops.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c (modified) * uspace/drv/infrastructure/rootamdm37x/uhh.h (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/Makefile.common (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/amd64/src/entry.s (modified) * uspace/lib/c/arch/amd64/src/entryjmp.s (modified) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/amd64/src/thread_entry.s (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/arch/ia32/src/entryjmp.s (modified) * uspace/lib/c/arch/ia32/src/fibril.S (modified) * uspace/lib/c/arch/ia32/src/setjmp.S (modified) * uspace/lib/c/arch/ia32/src/thread_entry.s (modified) * uspace/lib/c/generic/bitops.c (moved) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/dnsr.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/inetping6.c (added) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/net/inet.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/net/socket_parse.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/lib/c/include/bitops.h (modified) * uspace/lib/c/include/cc.h (added) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/dnsr.h (modified) * uspace/lib/c/include/inet/inetping.h (modified) * uspace/lib/c/include/inet/inetping6.h (added) * uspace/lib/c/include/inet/iplink.h (modified) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/lib/c/include/io/con_srv.h (modified) * uspace/lib/c/include/io/verify.h (modified) * uspace/lib/c/include/ipc/inet.h (modified) * uspace/lib/c/include/ipc/iplink.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/include/net/in.h (modified) * uspace/lib/c/include/net/in6.h (modified) * uspace/lib/c/include/net/inet.h (modified) * uspace/lib/c/include/net/ip_protocols.h (modified) * uspace/lib/c/include/net/socket_codes.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/draw/drawctx.h (modified) * uspace/lib/gui/connection.h (modified) * uspace/lib/gui/widget.h (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/ctype.h (modified) * uspace/lib/posix/include/posix/dirent.h (added) * uspace/lib/posix/include/posix/fcntl.h (modified) * uspace/lib/posix/include/posix/fenv.h (added) * uspace/lib/posix/include/posix/float.h (modified) * uspace/lib/posix/include/posix/fnmatch.h (modified) * uspace/lib/posix/include/posix/getopt.h (modified) * uspace/lib/posix/include/posix/inttypes.h (modified) * uspace/lib/posix/include/posix/locale.h (modified) * uspace/lib/posix/include/posix/math.h (modified) * uspace/lib/posix/include/posix/pwd.h (modified) * uspace/lib/posix/include/posix/signal.h (modified) * uspace/lib/posix/include/posix/stddef.h (modified) * uspace/lib/posix/include/posix/stdint.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/include/posix/sys/mman.h (modified) * uspace/lib/posix/include/posix/sys/stat.h (modified) * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/posix/include/posix/sys/wait.h (modified) * uspace/lib/posix/include/posix/time.h (modified) * uspace/lib/posix/include/posix/ucontext.h (added) * uspace/lib/posix/include/posix/unistd.h (modified) * uspace/lib/posix/source/ctype.c (modified) * uspace/lib/posix/source/errno.c (modified) * uspace/lib/posix/source/fcntl.c (modified) * uspace/lib/posix/source/fnmatch.c (modified) * uspace/lib/posix/source/getopt.c (modified) * uspace/lib/posix/source/locale.c (modified) * uspace/lib/posix/source/math.c (modified) * uspace/lib/posix/source/pwd.c (modified) * uspace/lib/posix/source/signal.c (modified) * uspace/lib/posix/source/stdio.c (modified) * uspace/lib/posix/source/stdio/scanf.c (modified) * uspace/lib/posix/source/stdlib.c (modified) * uspace/lib/posix/source/stdlib/strtol.c (modified) * uspace/lib/posix/source/stdlib/strtold.c (modified) * uspace/lib/posix/source/string.c (modified) * uspace/lib/posix/source/strings.c (modified) * uspace/lib/posix/source/sys/stat.c (modified) * uspace/lib/posix/source/sys/wait.c (modified) * uspace/lib/posix/source/time.c (modified) * uspace/lib/posix/source/unistd.c (modified) * uspace/lib/posix/tools/create-redefines.sh (added) * uspace/lib/posix/tools/get-collision-list.sh (added) * uspace/lib/posix/tools/transform-symbols.sh (added) * uspace/lib/usb/src/dev.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.h (modified) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.h (modified) * uspace/srv/net/dnsrsrv/dns_std.h (modified) * uspace/srv/net/dnsrsrv/dns_type.h (modified) * uspace/srv/net/dnsrsrv/dnsrsrv.c (modified) * uspace/srv/net/dnsrsrv/query.c (modified) * uspace/srv/net/dnsrsrv/query.h (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/dnsrsrv/transport.h (modified) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/arp.h (modified) * uspace/srv/net/ethip/atrans.c (modified) * uspace/srv/net/ethip/atrans.h (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip.h (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/ethip/ethip_nic.h (modified) * uspace/srv/net/ethip/pdu.c (modified) * uspace/srv/net/ethip/pdu.h (modified) * uspace/srv/net/ethip/std.h (modified) * uspace/srv/net/inetsrv/Makefile (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/addrobj.h (modified) * uspace/srv/net/inetsrv/icmp.c (modified) * uspace/srv/net/inetsrv/icmp_std.h (modified) * uspace/srv/net/inetsrv/icmpv6.c (added) * uspace/srv/net/inetsrv/icmpv6.h (moved) * uspace/srv/net/inetsrv/icmpv6_std.h (added) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inet_link.h (modified) * uspace/srv/net/inetsrv/inet_std.h (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetping.h (modified) * uspace/srv/net/inetsrv/inetping6.c (added) * uspace/srv/net/inetsrv/inetping6.h (added) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/inetsrv/ndp.c (added) * uspace/srv/net/inetsrv/ndp.h (added) * uspace/srv/net/inetsrv/ntrans.c (added) * uspace/srv/net/inetsrv/ntrans.h (added) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/pdu.h (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/inetsrv/sroute.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/slip/Makefile (moved) * uspace/srv/net/slip/slip.c (added) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/pdu.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/std.h (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/tcp/test.c (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/std.h (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/net/udp/udp_type.h (modified) Mainline changes. Thu, 04 Jul 2013 18:55:31 GMT Manuele Conti [66366470] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/df/Makefile (added) * uspace/app/df/df.c (added) * 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/lib/fs/libfs.h (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) Start to implement df command line tool. Wed, 03 Jul 2013 14:20:04 GMT Martin Decky [1d24ad3] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/inetping6.c (added) * uspace/lib/c/include/inet/inetping6.h (added) * uspace/lib/c/include/ipc/inet.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/inetsrv/Makefile (modified) * uspace/srv/net/inetsrv/icmpv6.c (added) * uspace/srv/net/inetsrv/icmpv6.h (added) * uspace/srv/net/inetsrv/icmpv6_std.h (added) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inet_std.h (modified) * uspace/srv/net/inetsrv/inetping6.c (added) * uspace/srv/net/inetsrv/inetping6.h (added) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/pdu.h (modified) * uspace/srv/net/tcp/pdu.c (modified) * uspace/srv/net/tcp/std.h (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/std.h (modified) more IPv6 stub code Thu, 27 Jun 2013 07:27:53 GMT Jiri Svoboda [66cb7a2] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/block/ata_bd/Makefile (moved) * uspace/drv/block/ata_bd/ata_bd.c (moved) * uspace/drv/block/ata_bd/ata_bd.h (moved) * uspace/drv/block/ata_bd/ata_bd.ma (added) * uspace/drv/block/ata_bd/ata_hw.h (moved) * uspace/drv/block/ata_bd/main.c (added) * uspace/drv/block/ata_bd/main.h (added) * uspace/drv/bus/isa/isa.dev (modified) Convert ata_bd to DDF. Sun, 23 Jun 2013 19:54:53 GMT Jakub Jermar [89ac5513] * HelenOS.config (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/pm.h (modified) * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/include/arch/pm.h (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/fpu_context.c (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/drivers/am335x/uart.h (modified) * kernel/genarch/include/genarch/drivers/am335x/uart_regs.h (deleted) * kernel/genarch/include/genarch/drivers/amdm37x/uart.h (modified) * kernel/genarch/include/genarch/drivers/amdm37x/uart_regs.h (deleted) * kernel/genarch/include/genarch/drivers/omap/uart.h (added) * kernel/genarch/include/genarch/drivers/omap/uart_regs.h (added) * kernel/genarch/src/drivers/amdm37x/uart.c (deleted) * kernel/genarch/src/drivers/omap/uart.c (moved) * kernel/generic/include/debug.h (modified) * kernel/generic/include/printf/verify.h (modified) * kernel/generic/src/main/main.c (modified) * tools/autotool.py (modified) * tools/ew.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (deleted) * uspace/app/bdsh/cmds/modules/bdd/bdd.h (deleted) * uspace/app/bdsh/cmds/modules/bdd/bdd_def.h (deleted) * uspace/app/bdsh/cmds/modules/bdd/entry.h (deleted) * uspace/app/bdsh/cmds/modules/cmp/cmp.c (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/dnscfg/Makefile (added) * uspace/app/dnscfg/dnscfg.c (added) * uspace/app/dnsres/Makefile (added) * uspace/app/dnsres/dnsres.c (added) * uspace/app/inet/inet.c (modified) * uspace/app/init/init.c (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nettest3/nettest3.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/nterm/nterm.c (modified) * uspace/app/ping/ping.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/pci/pciintel/pci_regs.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/char/i8042/buffer.h (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/bithenge/src/blob.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/Makefile.common (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/amd64/src/entry.s (modified) * uspace/lib/c/arch/amd64/src/entryjmp.s (modified) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/amd64/src/thread_entry.s (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/arch/ia32/src/entryjmp.s (modified) * uspace/lib/c/arch/ia32/src/fibril.S (modified) * uspace/lib/c/arch/ia32/src/setjmp.S (modified) * uspace/lib/c/arch/ia32/src/thread_entry.s (modified) * uspace/lib/c/generic/device/hw_res_parsed.c (modified) * uspace/lib/c/generic/dnsr.c (added) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inet/addr.c (added) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/generic/net/inet.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/net/socket_parse.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/inet/addr.h (added) * uspace/lib/c/include/inet/dnsr.h (added) * uspace/lib/c/include/inet/inet.h (modified) * uspace/lib/c/include/inet/inetcfg.h (modified) * uspace/lib/c/include/inet/inetping.h (modified) * uspace/lib/c/include/inet/iplink.h (modified) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/lib/c/include/io/verify.h (modified) * uspace/lib/c/include/ipc/dnsr.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/include/net/in.h (modified) * uspace/lib/c/include/net/ip_protocols.h (modified) * uspace/lib/c/include/net/socket_codes.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/lib/posix/source/strings.c (modified) * uspace/lib/usb/src/debug.c (modified) * uspace/lib/usb/src/dev.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) * uspace/srv/net/dnsrsrv/Makefile (added) * uspace/srv/net/dnsrsrv/dns_msg.c (added) * uspace/srv/net/dnsrsrv/dns_msg.h (added) * uspace/srv/net/dnsrsrv/dns_std.h (added) * uspace/srv/net/dnsrsrv/dns_type.h (added) * uspace/srv/net/dnsrsrv/dnsrsrv.c (added) * uspace/srv/net/dnsrsrv/query.c (added) * uspace/srv/net/dnsrsrv/query.h (added) * uspace/srv/net/dnsrsrv/transport.c (added) * uspace/srv/net/dnsrsrv/transport.h (added) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/arp.h (modified) * uspace/srv/net/ethip/atrans.c (modified) * uspace/srv/net/ethip/atrans.h (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip.h (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/ethip/ethip_nic.h (modified) * uspace/srv/net/ethip/pdu.c (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/icmp.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetping.h (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/inetsrv/sroute.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/pdu.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/tcp/test.c (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/ucall.c (modified) * uspace/srv/net/udp/ucall.h (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/net/udp/udp_type.h (modified) Merge mainline changes. Tue, 18 Jun 2013 11:25:28 GMT Martin Decky [72759ffe] * uspace/Makefile (modified) remove unnecessary continuation Mon, 27 May 2013 13:18:13 GMT Jan Vesely [192565b] * HelenOS.config (modified) * boot/Makefile.common (modified) * boot/generic/include/memstr.h (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/arm32/beagleboardxm/Makefile.config (modified) * defaults/arm32/beaglebone/Makefile.config (modified) * defaults/arm32/gta02/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/mips64/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * kernel/arch/amd64/include/arch/pm.h (modified) * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/arch/ia32/include/arch/pm.h (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/drivers/am335x/uart.h (modified) * kernel/genarch/include/genarch/drivers/am335x/uart_regs.h (deleted) * kernel/genarch/include/genarch/drivers/amdm37x/uart.h (modified) * kernel/genarch/include/genarch/drivers/amdm37x/uart_regs.h (deleted) * kernel/genarch/include/genarch/drivers/omap/uart.h (added) * kernel/genarch/include/genarch/drivers/omap/uart_regs.h (added) * kernel/genarch/src/drivers/amdm37x/uart.c (deleted) * kernel/genarch/src/drivers/omap/uart.c (moved) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/fb/logo-196x66.c (deleted) * kernel/generic/include/lib/memfnc.h (modified) * tools/mkext2.py (modified) * uspace/Makefile (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cmp/cmp.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/dnscfg/Makefile (added) * uspace/app/dnscfg/dnscfg.c (added) * uspace/app/dnsres/Makefile (added) * uspace/app/dnsres/dnsres.c (added) * uspace/app/edit/edit.c (modified) * uspace/app/inet/inet.c (modified) * uspace/app/init/init.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/msim/arch_helenos/input.c (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nettest3/nettest3.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/nterm/nterm.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/taskdump/symtab.c (modified) * uspace/app/tester/ipc/starve.c (modified) * uspace/app/tetris/scores.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/top/screen.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/app/trace/ipc_desc.h (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/syscalls.h (modified) * uspace/app/trace/trace.c (modified) * uspace/app/vdemo/vdemo.c (modified) * uspace/app/vlaunch/Makefile (modified) * uspace/app/vlaunch/gfx/helenos.tga (added) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/dist/src/c/demos/tetris/scores.c (modified) * uspace/dist/src/c/demos/top/screen.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/pci/pciintel/pci_regs.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/char/i8042/buffer.h (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/bithenge/src/blob.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/ia32/src/setjmp.S (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/device/hw_res_parsed.c (modified) * uspace/lib/c/generic/dnsr.c (added) * uspace/lib/c/generic/inet/addr.c (added) * uspace/lib/c/generic/io/con_srv.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/generic/net/inet.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/inet/addr.h (added) * uspace/lib/c/include/inet/dnsr.h (added) * uspace/lib/c/include/inet/inet.h (modified) * uspace/lib/c/include/inet/inetcfg.h (modified) * uspace/lib/c/include/io/con_srv.h (modified) * uspace/lib/c/include/io/cons_event.h (added) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/pos_event.h (added) * uspace/lib/c/include/io/window.h (modified) * uspace/lib/c/include/ipc/dnsr.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/include/setjmp.h (modified) * uspace/lib/c/include/sys/types.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/gui/Makefile (modified) * uspace/lib/gui/canvas.c (added) * uspace/lib/gui/canvas.h (added) * uspace/lib/gui/grid.c (modified) * uspace/lib/gui/grid.h (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/lib/posix/include/posix/fcntl.h (modified) * uspace/lib/posix/include/posix/float.h (modified) * uspace/lib/posix/include/posix/limits.h (modified) * uspace/lib/posix/include/posix/math.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/source/math.c (modified) * uspace/lib/posix/source/strings.c (modified) * uspace/lib/usb/src/debug.c (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) * uspace/srv/hid/compositor/Makefile (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/compositor/gfx/helenos.tga (deleted) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/net/dnsrsrv/Makefile (added) * uspace/srv/net/dnsrsrv/dns_msg.c (added) * uspace/srv/net/dnsrsrv/dns_msg.h (added) * uspace/srv/net/dnsrsrv/dns_std.h (added) * uspace/srv/net/dnsrsrv/dns_type.h (added) * uspace/srv/net/dnsrsrv/dnsrsrv.c (added) * uspace/srv/net/dnsrsrv/query.c (added) * uspace/srv/net/dnsrsrv/query.h (moved) * uspace/srv/net/dnsrsrv/transport.c (added) * uspace/srv/net/dnsrsrv/transport.h (added) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/ucall.c (modified) * uspace/srv/net/udp/ucall.h (modified) * uspace/srv/net/udp/udp_type.h (modified) * uspace/srv/ns/task.c (modified) Merge mainline changes. Tue, 07 May 2013 19:23:26 GMT Jakub Jermar [2093fbe] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/srv/net/slip/Makefile (added) * uspace/srv/net/slip/slip.c (added) Basic infrastructure for the SLIP server. Fri, 03 May 2013 21:11:23 GMT Jiri Svoboda [5d1cb8a] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/dnscfg/Makefile (added) * uspace/app/dnscfg/dnscfg.c (added) * uspace/srv/net/dnsrsrv/dnsrsrv.c (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/dnsrsrv/transport.h (modified) DNS configuration utility. Tue, 23 Apr 2013 22:05:01 GMT Jiri Svoboda [31e9fe0] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/dnsres/Makefile (added) * uspace/app/dnsres/dnsres.c (moved) * uspace/app/init/init.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/dnsr.c (added) * uspace/lib/c/include/inet/dnsr.h (added) * uspace/lib/c/include/ipc/dnsr.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/srv/net/dnsrsrv/Makefile (moved) * uspace/srv/net/dnsrsrv/dns_msg.c (moved) * uspace/srv/net/dnsrsrv/dns_msg.h (moved) * uspace/srv/net/dnsrsrv/dns_std.h (moved) * uspace/srv/net/dnsrsrv/dns_type.h (moved) * uspace/srv/net/dnsrsrv/dnsrsrv.c (added) * uspace/srv/net/dnsrsrv/query.c (moved) * uspace/srv/net/dnsrsrv/query.h (moved) * uspace/srv/net/dnsrsrv/transport.c (moved) * uspace/srv/net/dnsrsrv/transport.h (moved) Dnsrsrv server and dnsres utility. Fri, 19 Apr 2013 18:38:18 GMT Jiri Svoboda [25eec4e] * HelenOS.config (modified) * abi/include/abi/bool.h (moved) * abi/include/abi/ddi/arg.h (moved) * abi/include/abi/ddi/irq.h (moved) * abi/include/abi/elf.h (moved) * abi/include/abi/errno.h (moved) * abi/include/abi/fb/visuals.h (moved) * abi/include/abi/ipc/event.h (moved) * abi/include/abi/ipc/ipc.h (moved) * abi/include/abi/ipc/methods.h (moved) * abi/include/abi/klog.h (added) * abi/include/abi/mm/as.h (moved) * abi/include/abi/proc/task.h (moved) * abi/include/abi/proc/thread.h (moved) * abi/include/abi/proc/uarg.h (moved) * abi/include/abi/synch.h (moved) * abi/include/abi/syscall.h (moved) * abi/include/abi/sysinfo.h (moved) * abi/include/abi/udebug.h (moved) * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/Makefile.uboot (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/_link.ld.in (modified) * boot/arch/arm32/include/arch.h (modified) * boot/arch/arm32/include/main.h (modified) * boot/arch/arm32/include/mm.h (modified) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/main.c (modified) * boot/arch/arm32/src/mm.c (modified) * boot/arch/arm32/src/putchar.c (modified) * boot/arch/ia64/src/main.c (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/_link.ld.in (modified) * boot/arch/mips32/include/arch.h (modified) * boot/arch/mips32/include/types.h (modified) * boot/arch/mips32/src/asm.S (modified) * boot/arch/mips32/src/main.c (modified) * boot/arch/mips32/src/putchar.c (modified) * boot/generic/include/memstr.h (modified) * boot/generic/src/memstr.c (modified) * contrib/conf/arm32-gx.sh (deleted) * contrib/conf/arm32-qe.sh (modified) * contrib/conf/ia32-qe.sh (modified) * contrib/conf/mips32-gx.sh (deleted) * contrib/conf/net-qe.sh (modified) * contrib/conf/ski.conf (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/GXemul/Makefile.config (deleted) * defaults/arm32/Makefile.config (modified) * defaults/arm32/beagleboardxm/Makefile.config (added) * defaults/arm32/beaglebone/Makefile.config (added) * defaults/arm32/gta02/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/GXemul/Makefile.config (deleted) * defaults/mips32/Makefile.config (modified) * defaults/mips32/malta-be/Makefile.config (added) * defaults/mips32/malta-le/Makefile.config (added) * defaults/mips64/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/arch/arch.h (moved) * kernel/arch/abs32le/include/arch/asm.h (moved) * kernel/arch/abs32le/include/arch/atomic.h (moved) * kernel/arch/abs32le/include/arch/barrier.h (moved) * kernel/arch/abs32le/include/arch/context.h (moved) * kernel/arch/abs32le/include/arch/context_offset.h (moved) * kernel/arch/abs32le/include/arch/cpu.h (moved) * kernel/arch/abs32le/include/arch/cycle.h (moved) * kernel/arch/abs32le/include/arch/elf.h (moved) * kernel/arch/abs32le/include/arch/faddr.h (moved) * kernel/arch/abs32le/include/arch/fpu_context.h (moved) * kernel/arch/abs32le/include/arch/interrupt.h (moved) * kernel/arch/abs32le/include/arch/istate.h (moved) * kernel/arch/abs32le/include/arch/mm/as.h (moved) * kernel/arch/abs32le/include/arch/mm/asid.h (moved) * kernel/arch/abs32le/include/arch/mm/frame.h (moved) * kernel/arch/abs32le/include/arch/mm/km.h (moved) * kernel/arch/abs32le/include/arch/mm/page.h (moved) * kernel/arch/abs32le/include/arch/mm/tlb.h (moved) * kernel/arch/abs32le/include/arch/proc/task.h (moved) * kernel/arch/abs32le/include/arch/proc/thread.h (moved) * kernel/arch/abs32le/include/arch/stack.h (added) * kernel/arch/abs32le/include/arch/types.h (moved) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/arch.h (moved) * kernel/arch/amd64/include/arch/asm.h (moved) * kernel/arch/amd64/include/arch/atomic.h (moved) * kernel/arch/amd64/include/arch/barrier.h (added) * kernel/arch/amd64/include/arch/bios (added) * kernel/arch/amd64/include/arch/boot/boot.h (moved) * kernel/arch/amd64/include/arch/boot/memmap.h (added) * kernel/arch/amd64/include/arch/context.h (moved) * kernel/arch/amd64/include/arch/context_offset.h (moved) * kernel/arch/amd64/include/arch/cpu.h (moved) * kernel/arch/amd64/include/arch/cpuid.h (moved) * kernel/arch/amd64/include/arch/cycle.h (moved) * kernel/arch/amd64/include/arch/ddi/ddi.h (moved) * kernel/arch/amd64/include/arch/debugger.h (moved) * kernel/arch/amd64/include/arch/drivers (added) * kernel/arch/amd64/include/arch/elf.h (moved) * kernel/arch/amd64/include/arch/faddr.h (moved) * kernel/arch/amd64/include/arch/fpu_context.h (added) * kernel/arch/amd64/include/arch/interrupt.h (moved) * kernel/arch/amd64/include/arch/istate.h (moved) * kernel/arch/amd64/include/arch/mm/as.h (moved) * kernel/arch/amd64/include/arch/mm/asid.h (added) * kernel/arch/amd64/include/arch/mm/frame.h (moved) * kernel/arch/amd64/include/arch/mm/km.h (moved) * kernel/arch/amd64/include/arch/mm/page.h (moved) * kernel/arch/amd64/include/arch/mm/ptl.h (moved) * kernel/arch/amd64/include/arch/mm/tlb.h (moved) * kernel/arch/amd64/include/arch/pm.h (moved) * kernel/arch/amd64/include/arch/proc/task.h (moved) * kernel/arch/amd64/include/arch/proc/thread.h (moved) * kernel/arch/amd64/include/arch/smp (added) * kernel/arch/amd64/include/arch/stack.h (added) * kernel/arch/amd64/include/arch/syscall.h (moved) * kernel/arch/amd64/include/arch/types.h (moved) * kernel/arch/amd64/include/barrier.h (deleted) * kernel/arch/amd64/include/bios (deleted) * kernel/arch/amd64/include/boot/memmap.h (deleted) * kernel/arch/amd64/include/drivers (deleted) * kernel/arch/amd64/include/fpu_context.h (deleted) * kernel/arch/amd64/include/mm/asid.h (deleted) * kernel/arch/amd64/include/smp (deleted) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/debugger.c (deleted) * kernel/arch/amd64/src/fpu_context.c (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/_link.ld.in (modified) * kernel/arch/arm32/include/arch/arch.h (moved) * kernel/arch/arm32/include/arch/asm.h (moved) * kernel/arch/arm32/include/arch/asm/boot.h (moved) * kernel/arch/arm32/include/arch/atomic.h (moved) * kernel/arch/arm32/include/arch/barrier.h (added) * kernel/arch/arm32/include/arch/cache.h (added) * kernel/arch/arm32/include/arch/context.h (moved) * kernel/arch/arm32/include/arch/cp15.h (added) * kernel/arch/arm32/include/arch/cpu.h (moved) * kernel/arch/arm32/include/arch/cycle.h (moved) * kernel/arch/arm32/include/arch/elf.h (moved) * kernel/arch/arm32/include/arch/exception.h (moved) * kernel/arch/arm32/include/arch/faddr.h (moved) * kernel/arch/arm32/include/arch/fpu_context.h (moved) * kernel/arch/arm32/include/arch/interrupt.h (moved) * kernel/arch/arm32/include/arch/istate.h (moved) * kernel/arch/arm32/include/arch/mach/beagleboardxm/beagleboardxm.h (added) * kernel/arch/arm32/include/arch/mach/beaglebone/beaglebone.h (added) * kernel/arch/arm32/include/arch/mach/gta02/gta02.h (moved) * kernel/arch/arm32/include/arch/mach/integratorcp/integratorcp.h (moved) * kernel/arch/arm32/include/arch/mach/testarm/testarm.h (moved) * kernel/arch/arm32/include/arch/machine_func.h (moved) * kernel/arch/arm32/include/arch/mm/as.h (moved) * kernel/arch/arm32/include/arch/mm/asid.h (moved) * kernel/arch/arm32/include/arch/mm/frame.h (moved) * kernel/arch/arm32/include/arch/mm/km.h (moved) * kernel/arch/arm32/include/arch/mm/page.h (added) * kernel/arch/arm32/include/arch/mm/page_armv4.h (moved) * kernel/arch/arm32/include/arch/mm/page_armv6.h (added) * kernel/arch/arm32/include/arch/mm/page_fault.h (moved) * kernel/arch/arm32/include/arch/mm/tlb.h (moved) * kernel/arch/arm32/include/arch/proc/task.h (moved) * kernel/arch/arm32/include/arch/proc/thread.h (moved) * kernel/arch/arm32/include/arch/ras.h (moved) * kernel/arch/arm32/include/arch/regutils.h (moved) * kernel/arch/arm32/include/arch/security_ext.h (added) * kernel/arch/arm32/include/arch/stack.h (moved) * kernel/arch/arm32/include/arch/types.h (moved) * kernel/arch/arm32/include/barrier.h (deleted) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/dummy.S (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/fpu.s (added) * kernel/arch/arm32/src/fpu_context.c (added) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (added) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (added) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (deleted) * kernel/arch/arm32/src/machine_func.c (modified) * kernel/arch/arm32/src/mm/page.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/arch.h (moved) * kernel/arch/ia32/include/arch/asm.h (moved) * kernel/arch/ia32/include/arch/atomic.h (moved) * kernel/arch/ia32/include/arch/barrier.h (moved) * kernel/arch/ia32/include/arch/bios/bios.h (moved) * kernel/arch/ia32/include/arch/boot/boot.h (moved) * kernel/arch/ia32/include/arch/boot/memmap.h (moved) * kernel/arch/ia32/include/arch/context.h (moved) * kernel/arch/ia32/include/arch/context_offset.h (moved) * kernel/arch/ia32/include/arch/cpu.h (moved) * kernel/arch/ia32/include/arch/cpuid.h (moved) * kernel/arch/ia32/include/arch/cycle.h (moved) * kernel/arch/ia32/include/arch/ddi/ddi.h (moved) * kernel/arch/ia32/include/arch/debugger.h (moved) * kernel/arch/ia32/include/arch/drivers/i8254.h (moved) * kernel/arch/ia32/include/arch/drivers/i8259.h (moved) * kernel/arch/ia32/include/arch/elf.h (moved) * kernel/arch/ia32/include/arch/faddr.h (moved) * kernel/arch/ia32/include/arch/fpu_context.h (moved) * kernel/arch/ia32/include/arch/interrupt.h (moved) * kernel/arch/ia32/include/arch/istate.h (moved) * kernel/arch/ia32/include/arch/mm/as.h (moved) * kernel/arch/ia32/include/arch/mm/asid.h (moved) * kernel/arch/ia32/include/arch/mm/frame.h (moved) * kernel/arch/ia32/include/arch/mm/km.h (moved) * kernel/arch/ia32/include/arch/mm/page.h (moved) * kernel/arch/ia32/include/arch/mm/tlb.h (moved) * kernel/arch/ia32/include/arch/pm.h (moved) * kernel/arch/ia32/include/arch/proc/task.h (moved) * kernel/arch/ia32/include/arch/proc/thread.h (moved) * kernel/arch/ia32/include/arch/smp/ap.h (moved) * kernel/arch/ia32/include/arch/smp/apic.h (moved) * kernel/arch/ia32/include/arch/smp/mps.h (moved) * kernel/arch/ia32/include/arch/smp/smp.h (moved) * kernel/arch/ia32/include/arch/stack.h (added) * kernel/arch/ia32/include/arch/syscall.h (added) * kernel/arch/ia32/include/arch/types.h (moved) * kernel/arch/ia32/include/syscall.h (deleted) * kernel/arch/ia32/src/debugger.c (deleted) * kernel/arch/ia32/src/fpu_context.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia64/include/arch/arch.h (moved) * kernel/arch/ia64/include/arch/asm.h (moved) * kernel/arch/ia64/include/arch/atomic.h (moved) * kernel/arch/ia64/include/arch/barrier.h (moved) * kernel/arch/ia64/include/arch/bootinfo.h (moved) * kernel/arch/ia64/include/arch/context.h (moved) * kernel/arch/ia64/include/arch/cpu.h (moved) * kernel/arch/ia64/include/arch/cycle.h (moved) * kernel/arch/ia64/include/arch/drivers/it.h (moved) * kernel/arch/ia64/include/arch/drivers/kbd.h (moved) * kernel/arch/ia64/include/arch/drivers/ski.h (moved) * kernel/arch/ia64/include/arch/elf.h (moved) * kernel/arch/ia64/include/arch/faddr.h (moved) * kernel/arch/ia64/include/arch/fpu_context.h (moved) * kernel/arch/ia64/include/arch/interrupt.h (moved) * kernel/arch/ia64/include/arch/istate.h (moved) * kernel/arch/ia64/include/arch/legacyio.h (moved) * kernel/arch/ia64/include/arch/mm/as.h (moved) * kernel/arch/ia64/include/arch/mm/asid.h (moved) * kernel/arch/ia64/include/arch/mm/frame.h (moved) * kernel/arch/ia64/include/arch/mm/km.h (moved) * kernel/arch/ia64/include/arch/mm/page.h (moved) * kernel/arch/ia64/include/arch/mm/tlb.h (moved) * kernel/arch/ia64/include/arch/mm/vhpt.h (moved) * kernel/arch/ia64/include/arch/pal/pal.h (moved) * kernel/arch/ia64/include/arch/proc/task.h (moved) * kernel/arch/ia64/include/arch/proc/thread.h (moved) * kernel/arch/ia64/include/arch/register.h (moved) * kernel/arch/ia64/include/arch/stack.h (moved) * kernel/arch/ia64/include/arch/types.h (moved) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/ia64/src/proc/scheduler.c (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/_link.ld.in (modified) * kernel/arch/mips32/include/arch/arch.h (moved) * kernel/arch/mips32/include/arch/asm.h (moved) * kernel/arch/mips32/include/arch/asm/boot.h (moved) * kernel/arch/mips32/include/arch/asm/regname.h (moved) * kernel/arch/mips32/include/arch/atomic.h (moved) * kernel/arch/mips32/include/arch/barrier.h (moved) * kernel/arch/mips32/include/arch/cache.h (moved) * kernel/arch/mips32/include/arch/context.h (moved) * kernel/arch/mips32/include/arch/context_offset.h (moved) * kernel/arch/mips32/include/arch/cp0.h (moved) * kernel/arch/mips32/include/arch/cpu.h (moved) * kernel/arch/mips32/include/arch/cycle.h (moved) * kernel/arch/mips32/include/arch/debug.h (moved) * kernel/arch/mips32/include/arch/debugger.h (moved) * kernel/arch/mips32/include/arch/drivers/msim.h (moved) * kernel/arch/mips32/include/arch/elf.h (moved) * kernel/arch/mips32/include/arch/exception.h (moved) * kernel/arch/mips32/include/arch/faddr.h (moved) * kernel/arch/mips32/include/arch/fpu_context.h (moved) * kernel/arch/mips32/include/arch/interrupt.h (moved) * kernel/arch/mips32/include/arch/istate.h (moved) * kernel/arch/mips32/include/arch/mach/malta/malta.h (added) * kernel/arch/mips32/include/arch/mach/msim/msim.h (added) * kernel/arch/mips32/include/arch/machine_func.h (added) * kernel/arch/mips32/include/arch/mm/as.h (moved) * kernel/arch/mips32/include/arch/mm/asid.h (moved) * kernel/arch/mips32/include/arch/mm/frame.h (moved) * kernel/arch/mips32/include/arch/mm/km.h (moved) * kernel/arch/mips32/include/arch/mm/page.h (moved) * kernel/arch/mips32/include/arch/mm/tlb.h (moved) * kernel/arch/mips32/include/arch/proc/task.h (moved) * kernel/arch/mips32/include/arch/proc/thread.h (moved) * kernel/arch/mips32/include/arch/smp/dorder.h (moved) * kernel/arch/mips32/include/arch/stack.h (moved) * kernel/arch/mips32/include/arch/types.h (moved) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/interrupt.c (modified) * kernel/arch/mips32/src/mach/malta/malta.c (added) * kernel/arch/mips32/src/mach/msim/msim.c (added) * kernel/arch/mips32/src/machine_func.c (added) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/mips64/include/arch/arch.h (moved) * kernel/arch/mips64/include/arch/asm.h (moved) * kernel/arch/mips64/include/arch/asm/boot.h (moved) * kernel/arch/mips64/include/arch/asm/regname.h (moved) * kernel/arch/mips64/include/arch/atomic.h (moved) * kernel/arch/mips64/include/arch/barrier.h (moved) * kernel/arch/mips64/include/arch/cache.h (moved) * kernel/arch/mips64/include/arch/context.h (moved) * kernel/arch/mips64/include/arch/context_offset.h (moved) * kernel/arch/mips64/include/arch/cp0.h (moved) * kernel/arch/mips64/include/arch/cpu.h (moved) * kernel/arch/mips64/include/arch/cycle.h (moved) * kernel/arch/mips64/include/arch/debug.h (moved) * kernel/arch/mips64/include/arch/debugger.h (moved) * kernel/arch/mips64/include/arch/drivers/msim.h (moved) * kernel/arch/mips64/include/arch/elf.h (moved) * kernel/arch/mips64/include/arch/exception.h (moved) * kernel/arch/mips64/include/arch/faddr.h (moved) * kernel/arch/mips64/include/arch/fpu_context.h (moved) * kernel/arch/mips64/include/arch/interrupt.h (moved) * kernel/arch/mips64/include/arch/istate.h (moved) * kernel/arch/mips64/include/arch/mm/as.h (moved) * kernel/arch/mips64/include/arch/mm/asid.h (moved) * kernel/arch/mips64/include/arch/mm/frame.h (moved) * kernel/arch/mips64/include/arch/mm/km.h (moved) * kernel/arch/mips64/include/arch/mm/page.h (moved) * kernel/arch/mips64/include/arch/mm/tlb.h (moved) * kernel/arch/mips64/include/arch/proc/task.h (moved) * kernel/arch/mips64/include/arch/proc/thread.h (moved) * kernel/arch/mips64/include/arch/smp/dorder.h (moved) * kernel/arch/mips64/include/arch/stack.h (moved) * kernel/arch/mips64/include/arch/types.h (moved) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/mips64/src/mm/frame.c (modified) * kernel/arch/mips64/src/mm/tlb.c (modified) * kernel/arch/ppc32/include/arch/arch.h (moved) * kernel/arch/ppc32/include/arch/asm.h (moved) * kernel/arch/ppc32/include/arch/asm/regname.h (moved) * kernel/arch/ppc32/include/arch/atomic.h (moved) * kernel/arch/ppc32/include/arch/barrier.h (moved) * kernel/arch/ppc32/include/arch/boot/boot.h (moved) * kernel/arch/ppc32/include/arch/context.h (moved) * kernel/arch/ppc32/include/arch/context_offset.h (moved) * kernel/arch/ppc32/include/arch/cpu.h (moved) * kernel/arch/ppc32/include/arch/cycle.h (moved) * kernel/arch/ppc32/include/arch/drivers/pic.h (moved) * kernel/arch/ppc32/include/arch/elf.h (moved) * kernel/arch/ppc32/include/arch/exception.h (moved) * kernel/arch/ppc32/include/arch/faddr.h (moved) * kernel/arch/ppc32/include/arch/fpu_context.h (moved) * kernel/arch/ppc32/include/arch/interrupt.h (moved) * kernel/arch/ppc32/include/arch/istate.h (moved) * kernel/arch/ppc32/include/arch/mm/as.h (moved) * kernel/arch/ppc32/include/arch/mm/asid.h (moved) * kernel/arch/ppc32/include/arch/mm/frame.h (moved) * kernel/arch/ppc32/include/arch/mm/km.h (moved) * kernel/arch/ppc32/include/arch/mm/page.h (moved) * kernel/arch/ppc32/include/arch/mm/pht.h (moved) * kernel/arch/ppc32/include/arch/mm/tlb.h (moved) * kernel/arch/ppc32/include/arch/msr.h (moved) * kernel/arch/ppc32/include/arch/proc/task.h (moved) * kernel/arch/ppc32/include/arch/proc/thread.h (moved) * kernel/arch/ppc32/include/arch/stack.h (added) * kernel/arch/ppc32/include/arch/types.h (moved) * kernel/arch/ppc32/src/mm/pht.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/ppc32/src/proc/scheduler.c (modified) * kernel/arch/sparc64/include/arch/arch.h (moved) * kernel/arch/sparc64/include/arch/asm.h (moved) * kernel/arch/sparc64/include/arch/atomic.h (moved) * kernel/arch/sparc64/include/arch/barrier.h (moved) * kernel/arch/sparc64/include/arch/boot/boot.h (moved) * kernel/arch/sparc64/include/arch/console.h (moved) * kernel/arch/sparc64/include/arch/context.h (moved) * kernel/arch/sparc64/include/arch/context_offset.h (moved) * kernel/arch/sparc64/include/arch/cpu.h (moved) * kernel/arch/sparc64/include/arch/cpu_family.h (moved) * kernel/arch/sparc64/include/arch/cpu_node.h (moved) * kernel/arch/sparc64/include/arch/cycle.h (moved) * kernel/arch/sparc64/include/arch/drivers/fb.h (moved) * kernel/arch/sparc64/include/arch/drivers/kbd.h (moved) * kernel/arch/sparc64/include/arch/drivers/niagara.h (moved) * kernel/arch/sparc64/include/arch/drivers/pci.h (moved) * kernel/arch/sparc64/include/arch/drivers/scr.h (moved) * kernel/arch/sparc64/include/arch/drivers/tick.h (moved) * kernel/arch/sparc64/include/arch/elf.h (moved) * kernel/arch/sparc64/include/arch/faddr.h (moved) * kernel/arch/sparc64/include/arch/fpu_context.h (moved) * kernel/arch/sparc64/include/arch/interrupt.h (moved) * kernel/arch/sparc64/include/arch/istate.h (moved) * kernel/arch/sparc64/include/arch/mm/as.h (moved) * kernel/arch/sparc64/include/arch/mm/asid.h (moved) * kernel/arch/sparc64/include/arch/mm/cache_spec.h (moved) * kernel/arch/sparc64/include/arch/mm/frame.h (moved) * kernel/arch/sparc64/include/arch/mm/km.h (moved) * kernel/arch/sparc64/include/arch/mm/mmu.h (moved) * kernel/arch/sparc64/include/arch/mm/page.h (moved) * kernel/arch/sparc64/include/arch/mm/pagesize.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/as.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/frame.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/km.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/mmu.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/tsb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/tte.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/as.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/frame.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/km.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/mmu.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/page.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/tte.h (moved) * kernel/arch/sparc64/include/arch/mm/tlb.h (moved) * kernel/arch/sparc64/include/arch/mm/tsb.h (moved) * kernel/arch/sparc64/include/arch/mm/tte.h (moved) * kernel/arch/sparc64/include/arch/proc/task.h (moved) * kernel/arch/sparc64/include/arch/proc/thread.h (moved) * kernel/arch/sparc64/include/arch/regdef.h (moved) * kernel/arch/sparc64/include/arch/register.h (moved) * kernel/arch/sparc64/include/arch/smp/sun4v/smp.h (moved) * kernel/arch/sparc64/include/arch/sparc64.h (moved) * kernel/arch/sparc64/include/arch/stack.h (moved) * kernel/arch/sparc64/include/arch/sun4u/arch.h (moved) * kernel/arch/sparc64/include/arch/sun4u/asm.h (moved) * kernel/arch/sparc64/include/arch/sun4u/cpu.h (moved) * kernel/arch/sparc64/include/arch/sun4v/arch.h (moved) * kernel/arch/sparc64/include/arch/sun4v/asm.h (moved) * kernel/arch/sparc64/include/arch/sun4v/cpu.h (moved) * kernel/arch/sparc64/include/arch/sun4v/hypercall.h (moved) * kernel/arch/sparc64/include/arch/sun4v/ipi.h (moved) * kernel/arch/sparc64/include/arch/sun4v/md.h (moved) * kernel/arch/sparc64/include/arch/sun4v/regdef.h (moved) * kernel/arch/sparc64/include/arch/sun4v/register.h (moved) * kernel/arch/sparc64/include/arch/trap/exception.h (moved) * kernel/arch/sparc64/include/arch/trap/interrupt.h (moved) * kernel/arch/sparc64/include/arch/trap/mmu.h (moved) * kernel/arch/sparc64/include/arch/trap/regwin.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4u/interrupt.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4u/mmu.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4u/regwin.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4v/interrupt.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4v/mmu.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4v/regwin.h (moved) * kernel/arch/sparc64/include/arch/trap/syscall.h (moved) * kernel/arch/sparc64/include/arch/trap/trap.h (moved) * kernel/arch/sparc64/include/arch/trap/trap_table.h (moved) * kernel/arch/sparc64/include/arch/types.h (moved) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified) * kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/acpi/acpi.h (moved) * kernel/genarch/include/genarch/acpi/madt.h (moved) * kernel/genarch/include/genarch/drivers/am335x/cm_dpll.h (added) * kernel/genarch/include/genarch/drivers/am335x/cm_dpll_regs.h (added) * kernel/genarch/include/genarch/drivers/am335x/cm_per.h (added) * kernel/genarch/include/genarch/drivers/am335x/cm_per_regs.h (added) * kernel/genarch/include/genarch/drivers/am335x/ctrl_module.h (added) * kernel/genarch/include/genarch/drivers/am335x/ctrl_module_regs.h (added) * kernel/genarch/include/genarch/drivers/am335x/iomux.h (added) * kernel/genarch/include/genarch/drivers/am335x/irc.h (added) * kernel/genarch/include/genarch/drivers/am335x/timer.h (added) * kernel/genarch/include/genarch/drivers/am335x/timer_regs.h (added) * kernel/genarch/include/genarch/drivers/am335x/uart.h (added) * kernel/genarch/include/genarch/drivers/am335x/uart_regs.h (added) * kernel/genarch/include/genarch/drivers/amdm37x/gpt.h (added) * kernel/genarch/include/genarch/drivers/amdm37x/irc.h (added) * kernel/genarch/include/genarch/drivers/amdm37x/uart.h (added) * kernel/genarch/include/genarch/drivers/amdm37x/uart_regs.h (added) * kernel/genarch/include/genarch/drivers/arm926_uart/arm926_uart.h (moved) * kernel/genarch/include/genarch/drivers/dsrln/dsrlnin.h (moved) * kernel/genarch/include/genarch/drivers/dsrln/dsrlnout.h (moved) * kernel/genarch/include/genarch/drivers/ega/ega.h (moved) * kernel/genarch/include/genarch/drivers/i8042/i8042.h (moved) * kernel/genarch/include/genarch/drivers/legacy/ia32/io.h (moved) * kernel/genarch/include/genarch/drivers/ns16550/ns16550.h (moved) * kernel/genarch/include/genarch/drivers/pl050/pl050.h (moved) * kernel/genarch/include/genarch/drivers/s3c24xx_irqc/s3c24xx_irqc.h (moved) * kernel/genarch/include/genarch/drivers/s3c24xx_timer/s3c24xx_timer.h (moved) * kernel/genarch/include/genarch/drivers/s3c24xx_uart/s3c24xx_uart.h (moved) * kernel/genarch/include/genarch/drivers/via-cuda/cuda.h (moved) * kernel/genarch/include/genarch/fb/bfb.h (moved) * kernel/genarch/include/genarch/fb/fb.h (moved) * kernel/genarch/include/genarch/fb/font-8x16.h (moved) * kernel/genarch/include/genarch/fb/logo-196x66.h (moved) * kernel/genarch/include/genarch/kbrd/kbrd.h (moved) * kernel/genarch/include/genarch/kbrd/scanc.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_mac.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_pc.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_pl050.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_sun.h (moved) * kernel/genarch/include/genarch/mm/as_ht.h (moved) * kernel/genarch/include/genarch/mm/as_pt.h (moved) * kernel/genarch/include/genarch/mm/asid_fifo.h (moved) * kernel/genarch/include/genarch/mm/page_ht.h (moved) * kernel/genarch/include/genarch/mm/page_pt.h (moved) * kernel/genarch/include/genarch/multiboot/multiboot.h (moved) * kernel/genarch/include/genarch/multiboot/multiboot2.h (moved) * kernel/genarch/include/genarch/ofw/ebus.h (moved) * kernel/genarch/include/genarch/ofw/ofw_tree.h (moved) * kernel/genarch/include/genarch/ofw/pci.h (moved) * kernel/genarch/include/genarch/ofw/sbus.h (moved) * kernel/genarch/include/genarch/ofw/upa.h (moved) * kernel/genarch/include/genarch/softint/division.h (moved) * kernel/genarch/include/genarch/softint/multiplication.h (moved) * kernel/genarch/include/genarch/srln/srln.h (moved) * kernel/genarch/src/drivers/am335x/timer.c (added) * kernel/genarch/src/drivers/am335x/uart.c (added) * kernel/genarch/src/drivers/amdm37x/uart.c (added) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/fb/logo-196x66.c (deleted) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/tlb.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * release/Makefile (modified) * tools/autotool.py (modified) * tools/config.py (modified) * tools/ew.py (added) * tools/mkarray.py (modified) * tools/mkext2.py (modified) * tools/mkuimage.py (modified) * tools/pack.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/sheet.h (modified) * uspace/app/ext2info/Makefile (deleted) * uspace/app/ext2info/ext2info.c (deleted) * uspace/app/init/init.c (modified) * uspace/app/klog/Makefile (modified) * uspace/app/klog/klog.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/mkexfat/exfat.h (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/msim/arch_helenos/input.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nettest3/nettest3.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/nterm/nterm.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/stats/stats.c (modified) * uspace/app/taskdump/symtab.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/ext2/ext2_1.c (deleted) * uspace/app/tester/ext2/ext2_1.def (deleted) * uspace/app/tester/float/softfloat1.c (modified) * uspace/app/tester/ipc/starve.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/common.h (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/tetris/scores.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/app/trace/ipc_desc.h (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/syscalls.h (modified) * uspace/app/trace/trace.c (modified) * uspace/app/usbinfo/desctree.c (modified) * uspace/app/usbinfo/dump.c (modified) * uspace/app/usbinfo/list.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/vdemo/vdemo.c (modified) * uspace/app/vlaunch/Makefile (modified) * uspace/app/vlaunch/gfx/helenos.tga (added) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/app/vterm/vterm.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/dist/src/c/demos/edit/edit.c (modified) * uspace/dist/src/c/demos/edit/sheet.h (modified) * uspace/dist/src/c/demos/tetris/scores.c (modified) * uspace/dist/src/c/demos/tetris/screen.c (modified) * uspace/dist/src/c/demos/tetris/screen.h (modified) * uspace/dist/src/c/demos/top/screen.c (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/ehci/ehci.ma (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/ohci.ma (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmast/bo_trans.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/fb/amdm37x_dispc/Makefile (moved) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h (moved) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.ma (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc_regs.h (added) * uspace/drv/fb/amdm37x_dispc/main.c (added) * uspace/drv/fb/kfb/port.c (modified) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootamdm37x/Makefile (moved) * uspace/drv/infrastructure/rootamdm37x/amdm37x.c (added) * uspace/drv/infrastructure/rootamdm37x/amdm37x.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/clock_control.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/core.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/iva2.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/mpu.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/usbhost.h (added) * uspace/drv/infrastructure/rootamdm37x/prm/clock_control.h (added) * uspace/drv/infrastructure/rootamdm37x/prm/global_reg.h (added) * uspace/drv/infrastructure/rootamdm37x/prm/usbhost.h (added) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c (added) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.ma (added) * uspace/drv/infrastructure/rootamdm37x/uhh.h (added) * uspace/drv/infrastructure/rootamdm37x/usbtll.h (added) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/rtl8139/defs.h (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/bithenge/src/helenos/common.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/barrier.h (deleted) * uspace/lib/c/arch/abs32le/include/context_offset.h (deleted) * uspace/lib/c/arch/abs32le/include/elf.h (deleted) * uspace/lib/c/arch/abs32le/include/istate.h (deleted) * uspace/lib/c/arch/abs32le/include/libarch/atomic.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/barrier.h (added) * uspace/lib/c/arch/abs32le/include/libarch/config.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/context_offset.h (added) * uspace/lib/c/arch/abs32le/include/libarch/ddi.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/elf.h (added) * uspace/lib/c/arch/abs32le/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/entry.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/faddr.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/fibril.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/istate.h (added) * uspace/lib/c/arch/abs32le/include/libarch/syscall.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/thread.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/tls.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/types.h (moved) * uspace/lib/c/arch/abs32le/src/entryjmp.c (modified) * uspace/lib/c/arch/abs32le/src/fibril.c (modified) * uspace/lib/c/arch/abs32le/src/stacktrace.c (modified) * uspace/lib/c/arch/abs32le/src/tls.c (modified) * uspace/lib/c/arch/amd64/include/barrier.h (deleted) * uspace/lib/c/arch/amd64/include/context_offset.h (deleted) * uspace/lib/c/arch/amd64/include/ddi.h (deleted) * uspace/lib/c/arch/amd64/include/elf.h (deleted) * uspace/lib/c/arch/amd64/include/istate.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/amd64/include/libarch/barrier.h (added) * uspace/lib/c/arch/amd64/include/libarch/config.h (moved) * uspace/lib/c/arch/amd64/include/libarch/context_offset.h (added) * uspace/lib/c/arch/amd64/include/libarch/ddi.h (added) * uspace/lib/c/arch/amd64/include/libarch/elf.h (added) * uspace/lib/c/arch/amd64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/amd64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/amd64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/amd64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/amd64/include/libarch/istate.h (added) * uspace/lib/c/arch/amd64/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/amd64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/amd64/include/libarch/thread.h (moved) * uspace/lib/c/arch/amd64/include/libarch/tls.h (moved) * uspace/lib/c/arch/amd64/include/libarch/types.h (moved) * uspace/lib/c/arch/amd64/src/stacktrace.c (modified) * uspace/lib/c/arch/amd64/src/tls.c (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/include/barrier.h (deleted) * uspace/lib/c/arch/arm32/include/elf.h (deleted) * uspace/lib/c/arch/arm32/include/istate.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/arm32/include/libarch/barrier.h (added) * uspace/lib/c/arch/arm32/include/libarch/config.h (moved) * uspace/lib/c/arch/arm32/include/libarch/cp15.h (added) * uspace/lib/c/arch/arm32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/arm32/include/libarch/elf.h (added) * uspace/lib/c/arch/arm32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/arm32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/arm32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/arm32/include/libarch/istate.h (added) * uspace/lib/c/arch/arm32/include/libarch/regutils.h (added) * uspace/lib/c/arch/arm32/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/arm32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/arm32/include/libarch/thread.h (moved) * uspace/lib/c/arch/arm32/include/libarch/tls.h (moved) * uspace/lib/c/arch/arm32/include/libarch/types.h (moved) * uspace/lib/c/arch/arm32/include/regutils.h (deleted) * uspace/lib/c/arch/arm32/src/stacktrace.c (modified) * uspace/lib/c/arch/arm32/src/tls.c (modified) * uspace/lib/c/arch/ia32/include/barrier.h (deleted) * uspace/lib/c/arch/ia32/include/context_offset.h (deleted) * uspace/lib/c/arch/ia32/include/elf.h (deleted) * uspace/lib/c/arch/ia32/include/istate.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/ia32/include/libarch/barrier.h (added) * uspace/lib/c/arch/ia32/include/libarch/config.h (moved) * uspace/lib/c/arch/ia32/include/libarch/context_offset.h (added) * uspace/lib/c/arch/ia32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/ia32/include/libarch/elf.h (added) * uspace/lib/c/arch/ia32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/ia32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/ia32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/ia32/include/libarch/istate.h (added) * uspace/lib/c/arch/ia32/include/libarch/rtld/dynamic.h (moved) * uspace/lib/c/arch/ia32/include/libarch/rtld/elf_dyn.h (moved) * uspace/lib/c/arch/ia32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/ia32/include/libarch/thread.h (moved) * uspace/lib/c/arch/ia32/include/libarch/tls.h (moved) * uspace/lib/c/arch/ia32/include/libarch/types.h (moved) * uspace/lib/c/arch/ia32/src/setjmp.S (modified) * uspace/lib/c/arch/ia32/src/stacktrace.c (modified) * uspace/lib/c/arch/ia32/src/tls.c (modified) * uspace/lib/c/arch/ia64/include/barrier.h (deleted) * uspace/lib/c/arch/ia64/include/elf.h (deleted) * uspace/lib/c/arch/ia64/include/istate.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/ia64/include/libarch/barrier.h (added) * uspace/lib/c/arch/ia64/include/libarch/config.h (moved) * uspace/lib/c/arch/ia64/include/libarch/ddi.h (moved) * uspace/lib/c/arch/ia64/include/libarch/elf.h (added) * uspace/lib/c/arch/ia64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/ia64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/ia64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/ia64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/ia64/include/libarch/istate.h (added) * uspace/lib/c/arch/ia64/include/libarch/register.h (added) * uspace/lib/c/arch/ia64/include/libarch/stack.h (moved) * uspace/lib/c/arch/ia64/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/ia64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/ia64/include/libarch/thread.h (moved) * uspace/lib/c/arch/ia64/include/libarch/tls.h (moved) * uspace/lib/c/arch/ia64/include/libarch/types.h (moved) * uspace/lib/c/arch/ia64/include/register.h (deleted) * uspace/lib/c/arch/ia64/src/ddi.c (modified) * uspace/lib/c/arch/ia64/src/stacktrace.c (modified) * uspace/lib/c/arch/ia64/src/tls.c (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32/include/barrier.h (deleted) * uspace/lib/c/arch/mips32/include/context_offset.h (deleted) * uspace/lib/c/arch/mips32/include/cp0.h (deleted) * uspace/lib/c/arch/mips32/include/elf.h (deleted) * uspace/lib/c/arch/mips32/include/istate.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/mips32/include/libarch/barrier.h (added) * uspace/lib/c/arch/mips32/include/libarch/config.h (moved) * uspace/lib/c/arch/mips32/include/libarch/context_offset.h (added) * uspace/lib/c/arch/mips32/include/libarch/cp0.h (added) * uspace/lib/c/arch/mips32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/mips32/include/libarch/elf.h (added) * uspace/lib/c/arch/mips32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/mips32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/mips32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/mips32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/mips32/include/libarch/istate.h (added) * uspace/lib/c/arch/mips32/include/libarch/regname.h (added) * uspace/lib/c/arch/mips32/include/libarch/stack.h (added) * uspace/lib/c/arch/mips32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/mips32/include/libarch/thread.h (moved) * uspace/lib/c/arch/mips32/include/libarch/tls.h (moved) * uspace/lib/c/arch/mips32/include/libarch/types.h (moved) * uspace/lib/c/arch/mips32/include/regname.h (deleted) * uspace/lib/c/arch/mips32/include/stack.h (deleted) * uspace/lib/c/arch/mips32/src/stacktrace.c (modified) * uspace/lib/c/arch/mips32/src/tls.c (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/include/atomic.h (deleted) * uspace/lib/c/arch/mips32eb/include/barrier.h (deleted) * uspace/lib/c/arch/mips32eb/include/config.h (deleted) * uspace/lib/c/arch/mips32eb/include/context_offset.h (deleted) * uspace/lib/c/arch/mips32eb/include/cp0.h (deleted) * uspace/lib/c/arch/mips32eb/include/ddi.h (deleted) * uspace/lib/c/arch/mips32eb/include/elf.h (deleted) * uspace/lib/c/arch/mips32eb/include/elf_linux.h (deleted) * uspace/lib/c/arch/mips32eb/include/faddr.h (deleted) * uspace/lib/c/arch/mips32eb/include/fibril.h (deleted) * uspace/lib/c/arch/mips32eb/include/inttypes.h (deleted) * uspace/lib/c/arch/mips32eb/include/istate.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/atomic.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/barrier.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/config.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/context_offset.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/cp0.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/ddi.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/elf.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/elf_linux.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/faddr.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/fibril.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/inttypes.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/istate.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/regname.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/stack.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/syscall.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/thread.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/tls.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/types.h (added) * uspace/lib/c/arch/mips32eb/include/regname.h (deleted) * uspace/lib/c/arch/mips32eb/include/stack.h (deleted) * uspace/lib/c/arch/mips32eb/include/syscall.h (deleted) * uspace/lib/c/arch/mips32eb/include/thread.h (deleted) * uspace/lib/c/arch/mips32eb/include/tls.h (deleted) * uspace/lib/c/arch/mips32eb/include/types.h (deleted) * uspace/lib/c/arch/mips64/include/barrier.h (deleted) * uspace/lib/c/arch/mips64/include/context_offset.h (deleted) * uspace/lib/c/arch/mips64/include/cp0.h (deleted) * uspace/lib/c/arch/mips64/include/elf.h (deleted) * uspace/lib/c/arch/mips64/include/istate.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/mips64/include/libarch/barrier.h (added) * uspace/lib/c/arch/mips64/include/libarch/config.h (moved) * uspace/lib/c/arch/mips64/include/libarch/context_offset.h (added) * uspace/lib/c/arch/mips64/include/libarch/cp0.h (added) * uspace/lib/c/arch/mips64/include/libarch/ddi.h (moved) * uspace/lib/c/arch/mips64/include/libarch/elf.h (added) * uspace/lib/c/arch/mips64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/mips64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/mips64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/mips64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/mips64/include/libarch/istate.h (added) * uspace/lib/c/arch/mips64/include/libarch/regname.h (added) * uspace/lib/c/arch/mips64/include/libarch/stack.h (added) * uspace/lib/c/arch/mips64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/mips64/include/libarch/thread.h (moved) * uspace/lib/c/arch/mips64/include/libarch/tls.h (moved) * uspace/lib/c/arch/mips64/include/libarch/types.h (moved) * uspace/lib/c/arch/mips64/include/regname.h (deleted) * uspace/lib/c/arch/mips64/include/stack.h (deleted) * uspace/lib/c/arch/mips64/src/stacktrace.c (modified) * uspace/lib/c/arch/mips64/src/tls.c (modified) * uspace/lib/c/arch/ppc32/include/barrier.h (deleted) * uspace/lib/c/arch/ppc32/include/context_offset.h (deleted) * uspace/lib/c/arch/ppc32/include/elf.h (deleted) * uspace/lib/c/arch/ppc32/include/istate.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/barrier.h (added) * uspace/lib/c/arch/ppc32/include/libarch/config.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/context_offset.h (added) * uspace/lib/c/arch/ppc32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/elf.h (added) * uspace/lib/c/arch/ppc32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/istate.h (added) * uspace/lib/c/arch/ppc32/include/libarch/msr.h (added) * uspace/lib/c/arch/ppc32/include/libarch/regname.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/thread.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/tls.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/types.h (moved) * uspace/lib/c/arch/ppc32/include/msr.h (deleted) * uspace/lib/c/arch/ppc32/src/stacktrace.c (modified) * uspace/lib/c/arch/ppc32/src/tls.c (modified) * uspace/lib/c/arch/sparc64/include/barrier.h (deleted) * uspace/lib/c/arch/sparc64/include/context_offset.h (deleted) * uspace/lib/c/arch/sparc64/include/elf.h (deleted) * uspace/lib/c/arch/sparc64/include/istate.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/barrier.h (added) * uspace/lib/c/arch/sparc64/include/libarch/config.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/context_offset.h (added) * uspace/lib/c/arch/sparc64/include/libarch/ddi.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/elf.h (added) * uspace/lib/c/arch/sparc64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/istate.h (added) * uspace/lib/c/arch/sparc64/include/libarch/regdef.h (added) * uspace/lib/c/arch/sparc64/include/libarch/stack.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/thread.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/tls.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/types.h (moved) * uspace/lib/c/arch/sparc64/include/regdef.h (deleted) * uspace/lib/c/arch/sparc64/src/stacktrace.c (modified) * uspace/lib/c/arch/sparc64/src/tls.c (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/adt/list.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/io/chargrid.c (modified) * uspace/lib/c/generic/io/con_srv.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/klog.c (modified) * uspace/lib/c/generic/io/window.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/pio_trace.c (added) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/stack.c (added) * uspace/lib/c/generic/stdlib.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/adt/hash_table.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/atomicdflt.h (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/lib/c/include/cfg.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/ieee_double.h (modified) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/lib/c/include/io/charfield.h (modified) * uspace/lib/c/include/io/con_srv.h (modified) * uspace/lib/c/include/io/cons_event.h (added) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/io/pixel.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/io/pos_event.h (added) * uspace/lib/c/include/io/window.h (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/c/include/macros.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/include/nic/nic.h (modified) * uspace/lib/c/include/rtld/dynamic.h (modified) * uspace/lib/c/include/setjmp.h (modified) * uspace/lib/c/include/sort.h (modified) * uspace/lib/c/include/stack.h (moved) * uspace/lib/c/include/stacktrace.h (modified) * uspace/lib/c/include/stats.h (modified) * uspace/lib/c/include/stdbool.h (moved) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/sys/stat.h (modified) * uspace/lib/c/include/sys/types.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/c/include/tls.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/draw/codec/tga.c (modified) * uspace/lib/draw/drawctx.c (modified) * uspace/lib/draw/drawctx.h (modified) * uspace/lib/draw/path.c (modified) * uspace/lib/draw/source.c (modified) * uspace/lib/draw/source.h (modified) * uspace/lib/draw/surface.c (modified) * uspace/lib/draw/surface.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/log.h (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/ext2/Makefile (deleted) * uspace/lib/ext2/libext2_block_group.c (deleted) * uspace/lib/ext2/libext2_block_group.h (deleted) * uspace/lib/ext2/libext2_directory.c (deleted) * uspace/lib/ext2/libext2_directory.h (deleted) * uspace/lib/ext2/libext2_filesystem.c (deleted) * uspace/lib/ext2/libext2_filesystem.h (deleted) * uspace/lib/ext2/libext2_inode.c (deleted) * uspace/lib/ext2/libext2_inode.h (deleted) * uspace/lib/ext2/libext2_superblock.c (deleted) * uspace/lib/ext2/libext2_superblock.h (deleted) * uspace/lib/graph/graph.h (modified) * uspace/lib/gui/Makefile (modified) * uspace/lib/gui/canvas.c (added) * uspace/lib/gui/canvas.h (moved) * uspace/lib/gui/grid.c (modified) * uspace/lib/gui/grid.h (modified) * uspace/lib/gui/minimal.h (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/posix/include/posix/fcntl.h (modified) * uspace/lib/posix/include/posix/float.h (modified) * uspace/lib/posix/include/posix/limits.h (modified) * uspace/lib/posix/include/posix/math.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/source/fnmatch.c (modified) * uspace/lib/posix/source/math.c (modified) * uspace/lib/posix/source/pwd.c (modified) * uspace/lib/posix/source/stdio.c (modified) * uspace/lib/posix/source/stdio/scanf.c (modified) * uspace/lib/posix/source/stdlib/strtold.c (modified) * uspace/lib/posix/source/time.c (modified) * uspace/lib/softfloat/common.c (modified) * uspace/lib/softrend/filter.c (modified) * uspace/lib/softrend/filter.h (modified) * uspace/lib/softrend/pixconv.h (modified) * uspace/lib/softrend/rectangle.h (modified) * uspace/lib/softrend/transform.c (modified) * uspace/lib/softrend/transform.h (modified) * uspace/lib/usb/include/usb/hc.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usbdev/include/usb/dev/request.h (modified) * uspace/lib/usbdev/src/dp.c (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) * uspace/lib/usbvirt/include/usbvirt/ipc.h (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (deleted) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/clipboard/clipboard.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.h (modified) * uspace/srv/fs/exfat/exfat.h (modified) * uspace/srv/fs/exfat/exfat_dentry.h (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/ext2fs/ext2fs.c (deleted) * uspace/srv/fs/ext2fs/ext2fs_ops.c (deleted) * 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_fat.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/locfs/locfs_ops.h (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/udf/udf.h (modified) * uspace/srv/fs/udf/udf_cksum.h (modified) * uspace/srv/fs/udf/udf_idx.c (modified) * uspace/srv/fs/udf/udf_osta.h (modified) * uspace/srv/fs/udf/udf_types.h (modified) * uspace/srv/hid/compositor/Makefile (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/compositor/compositor.h (modified) * uspace/srv/hid/compositor/gfx/helenos.tga (deleted) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/ctl/gxe_fb.c (deleted) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/input.h (modified) * uspace/srv/hid/input/kbd_ctl.h (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/layout.h (modified) * uspace/srv/hid/input/layout/ar.c (added) * uspace/srv/hid/input/layout/cz.c (modified) * uspace/srv/hid/input/port/gxemul.c (deleted) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hid/input/port/ski.c (modified) * uspace/srv/hid/input/proto/adb.c (modified) * uspace/srv/hid/output/output.h (modified) * uspace/srv/hid/output/port/ega.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/initlvl.c (modified) * uspace/srv/logger/logger.h (modified) * uspace/srv/net/dnsres/dns_msg.h (modified) * uspace/srv/net/dnsres/dns_type.h (modified) * uspace/srv/net/dnsres/transport.c (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/conn.h (modified) * uspace/srv/net/tcp/seq_no.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/ucall.c (modified) * uspace/srv/net/udp/ucall.h (modified) * uspace/srv/net/udp/udp_type.h (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/clonable.h (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) * version (modified) Merge mainline chages. Wed, 10 Apr 2013 18:16:59 GMT Jan Vesely [76e863c] * uspace/Makefile (modified) * uspace/app/drec/Makefile (deleted) * uspace/app/drec/drec.c (deleted) * uspace/app/drec/wave.c (deleted) * uspace/app/drec/wave.h (deleted) remove drec app Thu, 28 Mar 2013 20:39:16 GMT Jan Vesely [c6a7b3a] * HelenOS.config (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/_link.ld.in (modified) * boot/arch/mips32/include/arch.h (modified) * boot/arch/mips32/include/types.h (modified) * boot/arch/mips32/src/asm.S (modified) * boot/arch/mips32/src/main.c (modified) * boot/arch/mips32/src/putchar.c (modified) * boot/generic/include/memstr.h (modified) * boot/generic/src/memstr.c (modified) * contrib/conf/ia32-qe.sh (modified) * contrib/conf/mips32-gx.sh (deleted) * contrib/conf/net-qe.sh (modified) * defaults/mips32/GXemul/Makefile.config (deleted) * defaults/mips32/malta-be/Makefile.config (added) * defaults/mips32/malta-le/Makefile.config (added) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/arm32/src/fpu_context.c (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/_link.ld.in (modified) * kernel/arch/mips32/include/arch/arch.h (modified) * kernel/arch/mips32/include/arch/cp0.h (modified) * kernel/arch/mips32/include/arch/mach/malta/malta.h (added) * kernel/arch/mips32/include/arch/mach/msim/msim.h (added) * kernel/arch/mips32/include/arch/machine_func.h (added) * kernel/arch/mips32/include/arch/mm/tlb.h (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/interrupt.c (modified) * kernel/arch/mips32/src/mach/malta/malta.c (added) * kernel/arch/mips32/src/mach/msim/msim.c (added) * kernel/arch/mips32/src/machine_func.c (added) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/mips64/src/mm/frame.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/generic/include/mm/tlb.h (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * release/Makefile (modified) * tools/autotool.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/srv/bd/gxe_bd/Makefile (deleted) * uspace/srv/bd/gxe_bd/gxe_bd.c (deleted) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/ctl/gxe_fb.c (deleted) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/kbd_ctl.h (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/port/gxemul.c (deleted) mainline changes Tue, 12 Mar 2013 21:07:15 GMT Jakub Jermar [2b95d13] * HelenOS.config (modified) * abi/include/abi/bool.h (moved) * abi/include/abi/ddi/arg.h (moved) * abi/include/abi/ddi/irq.h (moved) * abi/include/abi/elf.h (moved) * abi/include/abi/errno.h (moved) * abi/include/abi/fb/visuals.h (moved) * abi/include/abi/ipc/event.h (moved) * abi/include/abi/ipc/ipc.h (moved) * abi/include/abi/ipc/methods.h (moved) * abi/include/abi/klog.h (moved) * abi/include/abi/mm/as.h (moved) * abi/include/abi/proc/task.h (moved) * abi/include/abi/proc/thread.h (moved) * abi/include/abi/proc/uarg.h (moved) * abi/include/abi/synch.h (moved) * abi/include/abi/syscall.h (moved) * abi/include/abi/sysinfo.h (moved) * abi/include/abi/udebug.h (moved) * boot/Makefile (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/_link.ld.in (modified) * boot/arch/arm32/include/arch.h (modified) * boot/arch/arm32/include/main.h (modified) * boot/arch/arm32/include/mm.h (modified) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/main.c (modified) * boot/arch/arm32/src/mm.c (modified) * boot/arch/arm32/src/putchar.c (modified) * defaults/arm32/beaglebone/Makefile.config (added) * kernel/Makefile (modified) * kernel/arch/abs32le/include/arch/arch.h (moved) * kernel/arch/abs32le/include/arch/asm.h (moved) * kernel/arch/abs32le/include/arch/atomic.h (moved) * kernel/arch/abs32le/include/arch/barrier.h (moved) * kernel/arch/abs32le/include/arch/context.h (moved) * kernel/arch/abs32le/include/arch/context_offset.h (moved) * kernel/arch/abs32le/include/arch/cpu.h (moved) * kernel/arch/abs32le/include/arch/cycle.h (moved) * kernel/arch/abs32le/include/arch/elf.h (moved) * kernel/arch/abs32le/include/arch/faddr.h (moved) * kernel/arch/abs32le/include/arch/fpu_context.h (moved) * kernel/arch/abs32le/include/arch/interrupt.h (moved) * kernel/arch/abs32le/include/arch/istate.h (moved) * kernel/arch/abs32le/include/arch/mm/as.h (moved) * kernel/arch/abs32le/include/arch/mm/asid.h (moved) * kernel/arch/abs32le/include/arch/mm/frame.h (moved) * kernel/arch/abs32le/include/arch/mm/km.h (moved) * kernel/arch/abs32le/include/arch/mm/page.h (moved) * kernel/arch/abs32le/include/arch/mm/tlb.h (moved) * kernel/arch/abs32le/include/arch/proc/task.h (moved) * kernel/arch/abs32le/include/arch/proc/thread.h (moved) * kernel/arch/abs32le/include/arch/stack.h (added) * kernel/arch/abs32le/include/arch/types.h (moved) * kernel/arch/amd64/include/arch/arch.h (moved) * kernel/arch/amd64/include/arch/asm.h (moved) * kernel/arch/amd64/include/arch/atomic.h (moved) * kernel/arch/amd64/include/arch/barrier.h (added) * kernel/arch/amd64/include/arch/bios (added) * kernel/arch/amd64/include/arch/boot/boot.h (moved) * kernel/arch/amd64/include/arch/boot/memmap.h (added) * kernel/arch/amd64/include/arch/context.h (moved) * kernel/arch/amd64/include/arch/context_offset.h (moved) * kernel/arch/amd64/include/arch/cpu.h (moved) * kernel/arch/amd64/include/arch/cpuid.h (moved) * kernel/arch/amd64/include/arch/cycle.h (moved) * kernel/arch/amd64/include/arch/ddi/ddi.h (moved) * kernel/arch/amd64/include/arch/drivers (added) * kernel/arch/amd64/include/arch/elf.h (moved) * kernel/arch/amd64/include/arch/faddr.h (moved) * kernel/arch/amd64/include/arch/fpu_context.h (added) * kernel/arch/amd64/include/arch/interrupt.h (moved) * kernel/arch/amd64/include/arch/istate.h (moved) * kernel/arch/amd64/include/arch/mm/as.h (moved) * kernel/arch/amd64/include/arch/mm/asid.h (added) * kernel/arch/amd64/include/arch/mm/frame.h (moved) * kernel/arch/amd64/include/arch/mm/km.h (moved) * kernel/arch/amd64/include/arch/mm/page.h (moved) * kernel/arch/amd64/include/arch/mm/ptl.h (moved) * kernel/arch/amd64/include/arch/mm/tlb.h (moved) * kernel/arch/amd64/include/arch/pm.h (moved) * kernel/arch/amd64/include/arch/proc/task.h (moved) * kernel/arch/amd64/include/arch/proc/thread.h (moved) * kernel/arch/amd64/include/arch/smp (added) * kernel/arch/amd64/include/arch/stack.h (added) * kernel/arch/amd64/include/arch/syscall.h (moved) * kernel/arch/amd64/include/arch/types.h (moved) * kernel/arch/amd64/include/barrier.h (deleted) * kernel/arch/amd64/include/bios (deleted) * kernel/arch/amd64/include/boot/memmap.h (deleted) * kernel/arch/amd64/include/drivers (deleted) * kernel/arch/amd64/include/fpu_context.h (deleted) * kernel/arch/amd64/include/mm/asid.h (deleted) * kernel/arch/amd64/include/smp (deleted) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/_link.ld.in (modified) * kernel/arch/arm32/include/arch/arch.h (moved) * kernel/arch/arm32/include/arch/asm.h (moved) * kernel/arch/arm32/include/arch/asm/boot.h (moved) * kernel/arch/arm32/include/arch/atomic.h (moved) * kernel/arch/arm32/include/arch/barrier.h (moved) * kernel/arch/arm32/include/arch/cache.h (added) * kernel/arch/arm32/include/arch/context.h (moved) * kernel/arch/arm32/include/arch/cp15.h (added) * kernel/arch/arm32/include/arch/cpu.h (moved) * kernel/arch/arm32/include/arch/cycle.h (moved) * kernel/arch/arm32/include/arch/elf.h (moved) * kernel/arch/arm32/include/arch/exception.h (moved) * kernel/arch/arm32/include/arch/faddr.h (moved) * kernel/arch/arm32/include/arch/fpu_context.h (moved) * kernel/arch/arm32/include/arch/interrupt.h (moved) * kernel/arch/arm32/include/arch/istate.h (moved) * kernel/arch/arm32/include/arch/mach/beagleboardxm/beagleboardxm.h (moved) * kernel/arch/arm32/include/arch/mach/beaglebone/beaglebone.h (added) * kernel/arch/arm32/include/arch/mach/gta02/gta02.h (moved) * kernel/arch/arm32/include/arch/mach/integratorcp/integratorcp.h (moved) * kernel/arch/arm32/include/arch/machine_func.h (moved) * kernel/arch/arm32/include/arch/mm/as.h (moved) * kernel/arch/arm32/include/arch/mm/asid.h (moved) * kernel/arch/arm32/include/arch/mm/frame.h (moved) * kernel/arch/arm32/include/arch/mm/km.h (moved) * kernel/arch/arm32/include/arch/mm/page.h (moved) * kernel/arch/arm32/include/arch/mm/page_armv4.h (moved) * kernel/arch/arm32/include/arch/mm/page_armv6.h (moved) * kernel/arch/arm32/include/arch/mm/page_fault.h (moved) * kernel/arch/arm32/include/arch/mm/tlb.h (moved) * kernel/arch/arm32/include/arch/proc/task.h (moved) * kernel/arch/arm32/include/arch/proc/thread.h (moved) * kernel/arch/arm32/include/arch/ras.h (moved) * kernel/arch/arm32/include/arch/regutils.h (moved) * kernel/arch/arm32/include/arch/security_ext.h (added) * kernel/arch/arm32/include/arch/stack.h (moved) * kernel/arch/arm32/include/arch/types.h (moved) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/fpu.s (added) * kernel/arch/arm32/src/fpu_context.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (added) * kernel/arch/arm32/src/machine_func.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/include/arch/arch.h (moved) * kernel/arch/ia32/include/arch/asm.h (moved) * kernel/arch/ia32/include/arch/atomic.h (moved) * kernel/arch/ia32/include/arch/barrier.h (moved) * kernel/arch/ia32/include/arch/bios/bios.h (moved) * kernel/arch/ia32/include/arch/boot/boot.h (moved) * kernel/arch/ia32/include/arch/boot/memmap.h (moved) * kernel/arch/ia32/include/arch/context.h (moved) * kernel/arch/ia32/include/arch/context_offset.h (moved) * kernel/arch/ia32/include/arch/cpu.h (moved) * kernel/arch/ia32/include/arch/cpuid.h (moved) * kernel/arch/ia32/include/arch/cycle.h (moved) * kernel/arch/ia32/include/arch/ddi/ddi.h (moved) * kernel/arch/ia32/include/arch/drivers/i8254.h (moved) * kernel/arch/ia32/include/arch/drivers/i8259.h (moved) * kernel/arch/ia32/include/arch/elf.h (moved) * kernel/arch/ia32/include/arch/faddr.h (moved) * kernel/arch/ia32/include/arch/fpu_context.h (moved) * kernel/arch/ia32/include/arch/interrupt.h (moved) * kernel/arch/ia32/include/arch/istate.h (moved) * kernel/arch/ia32/include/arch/mm/as.h (moved) * kernel/arch/ia32/include/arch/mm/asid.h (moved) * kernel/arch/ia32/include/arch/mm/frame.h (moved) * kernel/arch/ia32/include/arch/mm/km.h (moved) * kernel/arch/ia32/include/arch/mm/page.h (moved) * kernel/arch/ia32/include/arch/mm/tlb.h (moved) * kernel/arch/ia32/include/arch/pm.h (moved) * kernel/arch/ia32/include/arch/proc/task.h (moved) * kernel/arch/ia32/include/arch/proc/thread.h (moved) * kernel/arch/ia32/include/arch/smp/ap.h (moved) * kernel/arch/ia32/include/arch/smp/apic.h (moved) * kernel/arch/ia32/include/arch/smp/mps.h (moved) * kernel/arch/ia32/include/arch/smp/smp.h (moved) * kernel/arch/ia32/include/arch/stack.h (added) * kernel/arch/ia32/include/arch/syscall.h (added) * kernel/arch/ia32/include/arch/types.h (moved) * kernel/arch/ia32/include/syscall.h (deleted) * kernel/arch/ia64/include/arch/arch.h (moved) * kernel/arch/ia64/include/arch/asm.h (moved) * kernel/arch/ia64/include/arch/atomic.h (moved) * kernel/arch/ia64/include/arch/barrier.h (moved) * kernel/arch/ia64/include/arch/bootinfo.h (moved) * kernel/arch/ia64/include/arch/context.h (moved) * kernel/arch/ia64/include/arch/cpu.h (moved) * kernel/arch/ia64/include/arch/cycle.h (moved) * kernel/arch/ia64/include/arch/drivers/it.h (moved) * kernel/arch/ia64/include/arch/drivers/kbd.h (moved) * kernel/arch/ia64/include/arch/drivers/ski.h (moved) * kernel/arch/ia64/include/arch/elf.h (moved) * kernel/arch/ia64/include/arch/faddr.h (moved) * kernel/arch/ia64/include/arch/fpu_context.h (moved) * kernel/arch/ia64/include/arch/interrupt.h (moved) * kernel/arch/ia64/include/arch/istate.h (moved) * kernel/arch/ia64/include/arch/legacyio.h (moved) * kernel/arch/ia64/include/arch/mm/as.h (moved) * kernel/arch/ia64/include/arch/mm/asid.h (moved) * kernel/arch/ia64/include/arch/mm/frame.h (moved) * kernel/arch/ia64/include/arch/mm/km.h (moved) * kernel/arch/ia64/include/arch/mm/page.h (moved) * kernel/arch/ia64/include/arch/mm/tlb.h (moved) * kernel/arch/ia64/include/arch/mm/vhpt.h (moved) * kernel/arch/ia64/include/arch/pal/pal.h (moved) * kernel/arch/ia64/include/arch/proc/task.h (moved) * kernel/arch/ia64/include/arch/proc/thread.h (moved) * kernel/arch/ia64/include/arch/register.h (moved) * kernel/arch/ia64/include/arch/stack.h (moved) * kernel/arch/ia64/include/arch/types.h (moved) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/ia64/src/proc/scheduler.c (modified) * kernel/arch/mips32/include/arch/arch.h (moved) * kernel/arch/mips32/include/arch/asm.h (moved) * kernel/arch/mips32/include/arch/asm/boot.h (moved) * kernel/arch/mips32/include/arch/asm/regname.h (moved) * kernel/arch/mips32/include/arch/atomic.h (moved) * kernel/arch/mips32/include/arch/barrier.h (moved) * kernel/arch/mips32/include/arch/cache.h (moved) * kernel/arch/mips32/include/arch/context.h (moved) * kernel/arch/mips32/include/arch/context_offset.h (moved) * kernel/arch/mips32/include/arch/cp0.h (moved) * kernel/arch/mips32/include/arch/cpu.h (moved) * kernel/arch/mips32/include/arch/cycle.h (moved) * kernel/arch/mips32/include/arch/debug.h (moved) * kernel/arch/mips32/include/arch/debugger.h (moved) * kernel/arch/mips32/include/arch/drivers/msim.h (moved) * kernel/arch/mips32/include/arch/elf.h (moved) * kernel/arch/mips32/include/arch/exception.h (moved) * kernel/arch/mips32/include/arch/faddr.h (moved) * kernel/arch/mips32/include/arch/fpu_context.h (moved) * kernel/arch/mips32/include/arch/interrupt.h (moved) * kernel/arch/mips32/include/arch/istate.h (moved) * kernel/arch/mips32/include/arch/mach/malta/malta.h (moved) * kernel/arch/mips32/include/arch/mach/msim/msim.h (moved) * kernel/arch/mips32/include/arch/machine_func.h (moved) * kernel/arch/mips32/include/arch/mm/as.h (moved) * kernel/arch/mips32/include/arch/mm/asid.h (moved) * kernel/arch/mips32/include/arch/mm/frame.h (moved) * kernel/arch/mips32/include/arch/mm/km.h (moved) * kernel/arch/mips32/include/arch/mm/page.h (moved) * kernel/arch/mips32/include/arch/mm/tlb.h (moved) * kernel/arch/mips32/include/arch/proc/task.h (moved) * kernel/arch/mips32/include/arch/proc/thread.h (moved) * kernel/arch/mips32/include/arch/smp/dorder.h (moved) * kernel/arch/mips32/include/arch/stack.h (moved) * kernel/arch/mips32/include/arch/types.h (moved) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips64/include/arch/arch.h (moved) * kernel/arch/mips64/include/arch/asm.h (moved) * kernel/arch/mips64/include/arch/asm/boot.h (moved) * kernel/arch/mips64/include/arch/asm/regname.h (moved) * kernel/arch/mips64/include/arch/atomic.h (moved) * kernel/arch/mips64/include/arch/barrier.h (moved) * kernel/arch/mips64/include/arch/cache.h (moved) * kernel/arch/mips64/include/arch/context.h (moved) * kernel/arch/mips64/include/arch/context_offset.h (moved) * kernel/arch/mips64/include/arch/cp0.h (moved) * kernel/arch/mips64/include/arch/cpu.h (moved) * kernel/arch/mips64/include/arch/cycle.h (moved) * kernel/arch/mips64/include/arch/debug.h (moved) * kernel/arch/mips64/include/arch/debugger.h (moved) * kernel/arch/mips64/include/arch/drivers/msim.h (moved) * kernel/arch/mips64/include/arch/elf.h (moved) * kernel/arch/mips64/include/arch/exception.h (moved) * kernel/arch/mips64/include/arch/faddr.h (moved) * kernel/arch/mips64/include/arch/fpu_context.h (moved) * kernel/arch/mips64/include/arch/interrupt.h (moved) * kernel/arch/mips64/include/arch/istate.h (moved) * kernel/arch/mips64/include/arch/mm/as.h (moved) * kernel/arch/mips64/include/arch/mm/asid.h (moved) * kernel/arch/mips64/include/arch/mm/frame.h (moved) * kernel/arch/mips64/include/arch/mm/km.h (moved) * kernel/arch/mips64/include/arch/mm/page.h (moved) * kernel/arch/mips64/include/arch/mm/tlb.h (moved) * kernel/arch/mips64/include/arch/proc/task.h (moved) * kernel/arch/mips64/include/arch/proc/thread.h (moved) * kernel/arch/mips64/include/arch/smp/dorder.h (moved) * kernel/arch/mips64/include/arch/stack.h (moved) * kernel/arch/mips64/include/arch/types.h (moved) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/ppc32/include/arch/arch.h (moved) * kernel/arch/ppc32/include/arch/asm.h (moved) * kernel/arch/ppc32/include/arch/asm/regname.h (moved) * kernel/arch/ppc32/include/arch/atomic.h (moved) * kernel/arch/ppc32/include/arch/barrier.h (moved) * kernel/arch/ppc32/include/arch/boot/boot.h (moved) * kernel/arch/ppc32/include/arch/context.h (moved) * kernel/arch/ppc32/include/arch/context_offset.h (moved) * kernel/arch/ppc32/include/arch/cpu.h (moved) * kernel/arch/ppc32/include/arch/cycle.h (moved) * kernel/arch/ppc32/include/arch/drivers/pic.h (moved) * kernel/arch/ppc32/include/arch/elf.h (moved) * kernel/arch/ppc32/include/arch/exception.h (moved) * kernel/arch/ppc32/include/arch/faddr.h (moved) * kernel/arch/ppc32/include/arch/fpu_context.h (moved) * kernel/arch/ppc32/include/arch/interrupt.h (moved) * kernel/arch/ppc32/include/arch/istate.h (moved) * kernel/arch/ppc32/include/arch/mm/as.h (moved) * kernel/arch/ppc32/include/arch/mm/asid.h (moved) * kernel/arch/ppc32/include/arch/mm/frame.h (moved) * kernel/arch/ppc32/include/arch/mm/km.h (moved) * kernel/arch/ppc32/include/arch/mm/page.h (moved) * kernel/arch/ppc32/include/arch/mm/pht.h (moved) * kernel/arch/ppc32/include/arch/mm/tlb.h (moved) * kernel/arch/ppc32/include/arch/msr.h (moved) * kernel/arch/ppc32/include/arch/proc/task.h (moved) * kernel/arch/ppc32/include/arch/proc/thread.h (moved) * kernel/arch/ppc32/include/arch/stack.h (added) * kernel/arch/ppc32/include/arch/types.h (moved) * kernel/arch/ppc32/src/proc/scheduler.c (modified) * kernel/arch/sparc64/include/arch/arch.h (moved) * kernel/arch/sparc64/include/arch/asm.h (moved) * kernel/arch/sparc64/include/arch/atomic.h (moved) * kernel/arch/sparc64/include/arch/barrier.h (moved) * kernel/arch/sparc64/include/arch/boot/boot.h (moved) * kernel/arch/sparc64/include/arch/console.h (moved) * kernel/arch/sparc64/include/arch/context.h (moved) * kernel/arch/sparc64/include/arch/context_offset.h (moved) * kernel/arch/sparc64/include/arch/cpu.h (moved) * kernel/arch/sparc64/include/arch/cpu_family.h (moved) * kernel/arch/sparc64/include/arch/cpu_node.h (moved) * kernel/arch/sparc64/include/arch/cycle.h (moved) * kernel/arch/sparc64/include/arch/drivers/fb.h (moved) * kernel/arch/sparc64/include/arch/drivers/kbd.h (moved) * kernel/arch/sparc64/include/arch/drivers/niagara.h (moved) * kernel/arch/sparc64/include/arch/drivers/pci.h (moved) * kernel/arch/sparc64/include/arch/drivers/scr.h (moved) * kernel/arch/sparc64/include/arch/drivers/tick.h (moved) * kernel/arch/sparc64/include/arch/elf.h (moved) * kernel/arch/sparc64/include/arch/faddr.h (moved) * kernel/arch/sparc64/include/arch/fpu_context.h (moved) * kernel/arch/sparc64/include/arch/interrupt.h (moved) * kernel/arch/sparc64/include/arch/istate.h (moved) * kernel/arch/sparc64/include/arch/mm/as.h (moved) * kernel/arch/sparc64/include/arch/mm/asid.h (moved) * kernel/arch/sparc64/include/arch/mm/cache_spec.h (moved) * kernel/arch/sparc64/include/arch/mm/frame.h (moved) * kernel/arch/sparc64/include/arch/mm/km.h (moved) * kernel/arch/sparc64/include/arch/mm/mmu.h (moved) * kernel/arch/sparc64/include/arch/mm/page.h (moved) * kernel/arch/sparc64/include/arch/mm/pagesize.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/as.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/frame.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/km.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/mmu.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/tsb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/tte.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/as.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/frame.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/km.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/mmu.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/page.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/tte.h (moved) * kernel/arch/sparc64/include/arch/mm/tlb.h (moved) * kernel/arch/sparc64/include/arch/mm/tsb.h (moved) * kernel/arch/sparc64/include/arch/mm/tte.h (moved) * kernel/arch/sparc64/include/arch/proc/task.h (moved) * kernel/arch/sparc64/include/arch/proc/thread.h (moved) * kernel/arch/sparc64/include/arch/regdef.h (moved) * kernel/arch/sparc64/include/arch/register.h (moved) * kernel/arch/sparc64/include/arch/smp/sun4v/smp.h (moved) * kernel/arch/sparc64/include/arch/sparc64.h (moved) * kernel/arch/sparc64/include/arch/stack.h (moved) * kernel/arch/sparc64/include/arch/sun4u/arch.h (moved) * kernel/arch/sparc64/include/arch/sun4u/asm.h (moved) * kernel/arch/sparc64/include/arch/sun4u/cpu.h (moved) * kernel/arch/sparc64/include/arch/sun4v/arch.h (moved) * kernel/arch/sparc64/include/arch/sun4v/asm.h (moved) * kernel/arch/sparc64/include/arch/sun4v/cpu.h (moved) * kernel/arch/sparc64/include/arch/sun4v/hypercall.h (moved) * kernel/arch/sparc64/include/arch/sun4v/ipi.h (moved) * kernel/arch/sparc64/include/arch/sun4v/md.h (moved) * kernel/arch/sparc64/include/arch/sun4v/regdef.h (moved) * kernel/arch/sparc64/include/arch/sun4v/register.h (moved) * kernel/arch/sparc64/include/arch/trap/exception.h (moved) * kernel/arch/sparc64/include/arch/trap/interrupt.h (moved) * kernel/arch/sparc64/include/arch/trap/mmu.h (moved) * kernel/arch/sparc64/include/arch/trap/regwin.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4u/interrupt.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4u/mmu.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4u/regwin.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4v/interrupt.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4v/mmu.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4v/regwin.h (moved) * kernel/arch/sparc64/include/arch/trap/syscall.h (moved) * kernel/arch/sparc64/include/arch/trap/trap.h (moved) * kernel/arch/sparc64/include/arch/trap/trap_table.h (moved) * kernel/arch/sparc64/include/arch/types.h (moved) * kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified) * kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/acpi/acpi.h (moved) * kernel/genarch/include/genarch/acpi/madt.h (moved) * kernel/genarch/include/genarch/drivers/am335x/cm_dpll.h (added) * kernel/genarch/include/genarch/drivers/am335x/cm_dpll_regs.h (added) * kernel/genarch/include/genarch/drivers/am335x/cm_per.h (added) * kernel/genarch/include/genarch/drivers/am335x/cm_per_regs.h (added) * kernel/genarch/include/genarch/drivers/am335x/ctrl_module.h (added) * kernel/genarch/include/genarch/drivers/am335x/ctrl_module_regs.h (added) * kernel/genarch/include/genarch/drivers/am335x/iomux.h (added) * kernel/genarch/include/genarch/drivers/am335x/irc.h (added) * kernel/genarch/include/genarch/drivers/am335x/timer.h (added) * kernel/genarch/include/genarch/drivers/am335x/timer_regs.h (added) * kernel/genarch/include/genarch/drivers/am335x/uart.h (added) * kernel/genarch/include/genarch/drivers/am335x/uart_regs.h (added) * kernel/genarch/include/genarch/drivers/amdm37x/gpt.h (moved) * kernel/genarch/include/genarch/drivers/amdm37x/irc.h (moved) * kernel/genarch/include/genarch/drivers/amdm37x/uart.h (added) * kernel/genarch/include/genarch/drivers/amdm37x/uart_regs.h (moved) * kernel/genarch/include/genarch/drivers/amdm37x_dispc/amdm37x_dispc.h (moved) * kernel/genarch/include/genarch/drivers/arm926_uart/arm926_uart.h (moved) * kernel/genarch/include/genarch/drivers/dsrln/dsrlnin.h (moved) * kernel/genarch/include/genarch/drivers/dsrln/dsrlnout.h (moved) * kernel/genarch/include/genarch/drivers/ega/ega.h (moved) * kernel/genarch/include/genarch/drivers/i8042/i8042.h (moved) * kernel/genarch/include/genarch/drivers/legacy/ia32/io.h (moved) * kernel/genarch/include/genarch/drivers/ns16550/ns16550.h (moved) * kernel/genarch/include/genarch/drivers/pl050/pl050.h (moved) * kernel/genarch/include/genarch/drivers/s3c24xx_irqc/s3c24xx_irqc.h (moved) * kernel/genarch/include/genarch/drivers/s3c24xx_timer/s3c24xx_timer.h (moved) * kernel/genarch/include/genarch/drivers/s3c24xx_uart/s3c24xx_uart.h (moved) * kernel/genarch/include/genarch/drivers/via-cuda/cuda.h (moved) * kernel/genarch/include/genarch/fb/bfb.h (moved) * kernel/genarch/include/genarch/fb/fb.h (moved) * kernel/genarch/include/genarch/fb/font-8x16.h (moved) * kernel/genarch/include/genarch/fb/logo-196x66.h (moved) * kernel/genarch/include/genarch/kbrd/kbrd.h (moved) * kernel/genarch/include/genarch/kbrd/scanc.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_mac.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_pc.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_pl050.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_sun.h (moved) * kernel/genarch/include/genarch/mm/as_ht.h (moved) * kernel/genarch/include/genarch/mm/as_pt.h (moved) * kernel/genarch/include/genarch/mm/asid_fifo.h (moved) * kernel/genarch/include/genarch/mm/page_ht.h (moved) * kernel/genarch/include/genarch/mm/page_pt.h (moved) * kernel/genarch/include/genarch/multiboot/multiboot.h (moved) * kernel/genarch/include/genarch/multiboot/multiboot2.h (moved) * kernel/genarch/include/genarch/ofw/ebus.h (moved) * kernel/genarch/include/genarch/ofw/ofw_tree.h (moved) * kernel/genarch/include/genarch/ofw/pci.h (moved) * kernel/genarch/include/genarch/ofw/sbus.h (moved) * kernel/genarch/include/genarch/ofw/upa.h (moved) * kernel/genarch/include/genarch/softint/division.h (moved) * kernel/genarch/include/genarch/softint/multiplication.h (moved) * kernel/genarch/include/genarch/srln/srln.h (moved) * kernel/genarch/src/drivers/am335x/timer.c (added) * kernel/genarch/src/drivers/am335x/uart.c (added) * kernel/genarch/src/drivers/amdm37x/uart.c (moved) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/proc/task.c (modified) * tools/ew.py (added) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/fb/amdm37x_dispc/Makefile (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.ma (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc_regs.h (added) * uspace/drv/fb/amdm37x_dispc/main.c (added) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/barrier.h (deleted) * uspace/lib/c/arch/abs32le/include/context_offset.h (deleted) * uspace/lib/c/arch/abs32le/include/elf.h (deleted) * uspace/lib/c/arch/abs32le/include/istate.h (deleted) * uspace/lib/c/arch/abs32le/include/libarch/atomic.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/barrier.h (added) * uspace/lib/c/arch/abs32le/include/libarch/config.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/context_offset.h (added) * uspace/lib/c/arch/abs32le/include/libarch/ddi.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/elf.h (added) * uspace/lib/c/arch/abs32le/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/entry.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/faddr.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/fibril.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/istate.h (added) * uspace/lib/c/arch/abs32le/include/libarch/syscall.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/thread.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/tls.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/types.h (moved) * uspace/lib/c/arch/abs32le/src/tls.c (modified) * uspace/lib/c/arch/amd64/include/barrier.h (deleted) * uspace/lib/c/arch/amd64/include/context_offset.h (deleted) * uspace/lib/c/arch/amd64/include/ddi.h (deleted) * uspace/lib/c/arch/amd64/include/elf.h (deleted) * uspace/lib/c/arch/amd64/include/istate.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/amd64/include/libarch/barrier.h (added) * uspace/lib/c/arch/amd64/include/libarch/config.h (moved) * uspace/lib/c/arch/amd64/include/libarch/context_offset.h (added) * uspace/lib/c/arch/amd64/include/libarch/ddi.h (added) * uspace/lib/c/arch/amd64/include/libarch/elf.h (added) * uspace/lib/c/arch/amd64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/amd64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/amd64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/amd64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/amd64/include/libarch/istate.h (added) * uspace/lib/c/arch/amd64/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/amd64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/amd64/include/libarch/thread.h (moved) * uspace/lib/c/arch/amd64/include/libarch/tls.h (moved) * uspace/lib/c/arch/amd64/include/libarch/types.h (moved) * uspace/lib/c/arch/amd64/src/tls.c (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/include/barrier.h (deleted) * uspace/lib/c/arch/arm32/include/elf.h (deleted) * uspace/lib/c/arch/arm32/include/istate.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/arm32/include/libarch/barrier.h (added) * uspace/lib/c/arch/arm32/include/libarch/config.h (moved) * uspace/lib/c/arch/arm32/include/libarch/cp15.h (added) * uspace/lib/c/arch/arm32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/arm32/include/libarch/elf.h (added) * uspace/lib/c/arch/arm32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/arm32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/arm32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/arm32/include/libarch/istate.h (added) * uspace/lib/c/arch/arm32/include/libarch/regutils.h (added) * uspace/lib/c/arch/arm32/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/arm32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/arm32/include/libarch/thread.h (moved) * uspace/lib/c/arch/arm32/include/libarch/tls.h (moved) * uspace/lib/c/arch/arm32/include/libarch/types.h (moved) * uspace/lib/c/arch/arm32/include/regutils.h (deleted) * uspace/lib/c/arch/arm32/src/tls.c (modified) * uspace/lib/c/arch/ia32/include/barrier.h (deleted) * uspace/lib/c/arch/ia32/include/context_offset.h (deleted) * uspace/lib/c/arch/ia32/include/elf.h (deleted) * uspace/lib/c/arch/ia32/include/istate.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/ia32/include/libarch/barrier.h (added) * uspace/lib/c/arch/ia32/include/libarch/config.h (moved) * uspace/lib/c/arch/ia32/include/libarch/context_offset.h (added) * uspace/lib/c/arch/ia32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/ia32/include/libarch/elf.h (added) * uspace/lib/c/arch/ia32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/ia32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/ia32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/ia32/include/libarch/istate.h (added) * uspace/lib/c/arch/ia32/include/libarch/rtld/dynamic.h (moved) * uspace/lib/c/arch/ia32/include/libarch/rtld/elf_dyn.h (moved) * uspace/lib/c/arch/ia32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/ia32/include/libarch/thread.h (moved) * uspace/lib/c/arch/ia32/include/libarch/tls.h (moved) * uspace/lib/c/arch/ia32/include/libarch/types.h (moved) * uspace/lib/c/arch/ia32/src/tls.c (modified) * uspace/lib/c/arch/ia64/include/barrier.h (deleted) * uspace/lib/c/arch/ia64/include/elf.h (deleted) * uspace/lib/c/arch/ia64/include/istate.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/ia64/include/libarch/barrier.h (added) * uspace/lib/c/arch/ia64/include/libarch/config.h (moved) * uspace/lib/c/arch/ia64/include/libarch/ddi.h (moved) * uspace/lib/c/arch/ia64/include/libarch/elf.h (added) * uspace/lib/c/arch/ia64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/ia64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/ia64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/ia64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/ia64/include/libarch/istate.h (added) * uspace/lib/c/arch/ia64/include/libarch/register.h (added) * uspace/lib/c/arch/ia64/include/libarch/stack.h (moved) * uspace/lib/c/arch/ia64/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/ia64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/ia64/include/libarch/thread.h (moved) * uspace/lib/c/arch/ia64/include/libarch/tls.h (moved) * uspace/lib/c/arch/ia64/include/libarch/types.h (moved) * uspace/lib/c/arch/ia64/include/register.h (deleted) * uspace/lib/c/arch/ia64/src/tls.c (modified) * uspace/lib/c/arch/mips32/include/barrier.h (deleted) * uspace/lib/c/arch/mips32/include/context_offset.h (deleted) * uspace/lib/c/arch/mips32/include/cp0.h (deleted) * uspace/lib/c/arch/mips32/include/elf.h (deleted) * uspace/lib/c/arch/mips32/include/istate.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/mips32/include/libarch/barrier.h (added) * uspace/lib/c/arch/mips32/include/libarch/config.h (moved) * uspace/lib/c/arch/mips32/include/libarch/context_offset.h (added) * uspace/lib/c/arch/mips32/include/libarch/cp0.h (added) * uspace/lib/c/arch/mips32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/mips32/include/libarch/elf.h (added) * uspace/lib/c/arch/mips32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/mips32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/mips32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/mips32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/mips32/include/libarch/istate.h (added) * uspace/lib/c/arch/mips32/include/libarch/regname.h (added) * uspace/lib/c/arch/mips32/include/libarch/stack.h (added) * uspace/lib/c/arch/mips32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/mips32/include/libarch/thread.h (moved) * uspace/lib/c/arch/mips32/include/libarch/tls.h (moved) * uspace/lib/c/arch/mips32/include/libarch/types.h (moved) * uspace/lib/c/arch/mips32/include/regname.h (deleted) * uspace/lib/c/arch/mips32/include/stack.h (deleted) * uspace/lib/c/arch/mips32/src/tls.c (modified) * uspace/lib/c/arch/mips32eb/include/atomic.h (deleted) * uspace/lib/c/arch/mips32eb/include/barrier.h (deleted) * uspace/lib/c/arch/mips32eb/include/config.h (deleted) * uspace/lib/c/arch/mips32eb/include/context_offset.h (deleted) * uspace/lib/c/arch/mips32eb/include/cp0.h (deleted) * uspace/lib/c/arch/mips32eb/include/ddi.h (deleted) * uspace/lib/c/arch/mips32eb/include/elf.h (deleted) * uspace/lib/c/arch/mips32eb/include/elf_linux.h (deleted) * uspace/lib/c/arch/mips32eb/include/faddr.h (deleted) * uspace/lib/c/arch/mips32eb/include/fibril.h (deleted) * uspace/lib/c/arch/mips32eb/include/inttypes.h (deleted) * uspace/lib/c/arch/mips32eb/include/istate.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/atomic.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/barrier.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/config.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/context_offset.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/cp0.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/ddi.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/elf.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/elf_linux.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/faddr.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/fibril.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/inttypes.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/istate.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/regname.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/stack.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/syscall.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/thread.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/tls.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/types.h (added) * uspace/lib/c/arch/mips32eb/include/regname.h (deleted) * uspace/lib/c/arch/mips32eb/include/stack.h (deleted) * uspace/lib/c/arch/mips32eb/include/syscall.h (deleted) * uspace/lib/c/arch/mips32eb/include/thread.h (deleted) * uspace/lib/c/arch/mips32eb/include/tls.h (deleted) * uspace/lib/c/arch/mips32eb/include/types.h (deleted) * uspace/lib/c/arch/mips64/include/barrier.h (deleted) * uspace/lib/c/arch/mips64/include/context_offset.h (deleted) * uspace/lib/c/arch/mips64/include/cp0.h (deleted) * uspace/lib/c/arch/mips64/include/elf.h (deleted) * uspace/lib/c/arch/mips64/include/istate.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/mips64/include/libarch/barrier.h (added) * uspace/lib/c/arch/mips64/include/libarch/config.h (moved) * uspace/lib/c/arch/mips64/include/libarch/context_offset.h (added) * uspace/lib/c/arch/mips64/include/libarch/cp0.h (added) * uspace/lib/c/arch/mips64/include/libarch/ddi.h (moved) * uspace/lib/c/arch/mips64/include/libarch/elf.h (added) * uspace/lib/c/arch/mips64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/mips64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/mips64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/mips64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/mips64/include/libarch/istate.h (added) * uspace/lib/c/arch/mips64/include/libarch/regname.h (added) * uspace/lib/c/arch/mips64/include/libarch/stack.h (added) * uspace/lib/c/arch/mips64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/mips64/include/libarch/thread.h (moved) * uspace/lib/c/arch/mips64/include/libarch/tls.h (moved) * uspace/lib/c/arch/mips64/include/libarch/types.h (moved) * uspace/lib/c/arch/mips64/include/regname.h (deleted) * uspace/lib/c/arch/mips64/include/stack.h (deleted) * uspace/lib/c/arch/mips64/src/tls.c (modified) * uspace/lib/c/arch/ppc32/include/barrier.h (deleted) * uspace/lib/c/arch/ppc32/include/context_offset.h (deleted) * uspace/lib/c/arch/ppc32/include/elf.h (deleted) * uspace/lib/c/arch/ppc32/include/istate.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/barrier.h (added) * uspace/lib/c/arch/ppc32/include/libarch/config.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/context_offset.h (added) * uspace/lib/c/arch/ppc32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/elf.h (added) * uspace/lib/c/arch/ppc32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/istate.h (added) * uspace/lib/c/arch/ppc32/include/libarch/msr.h (added) * uspace/lib/c/arch/ppc32/include/libarch/regname.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/thread.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/tls.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/types.h (moved) * uspace/lib/c/arch/ppc32/include/msr.h (deleted) * uspace/lib/c/arch/ppc32/src/tls.c (modified) * uspace/lib/c/arch/sparc64/include/barrier.h (deleted) * uspace/lib/c/arch/sparc64/include/context_offset.h (deleted) * uspace/lib/c/arch/sparc64/include/elf.h (deleted) * uspace/lib/c/arch/sparc64/include/istate.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/barrier.h (added) * uspace/lib/c/arch/sparc64/include/libarch/config.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/context_offset.h (added) * uspace/lib/c/arch/sparc64/include/libarch/ddi.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/elf.h (added) * uspace/lib/c/arch/sparc64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/istate.h (added) * uspace/lib/c/arch/sparc64/include/libarch/regdef.h (added) * uspace/lib/c/arch/sparc64/include/libarch/stack.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/thread.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/tls.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/types.h (moved) * uspace/lib/c/arch/sparc64/include/regdef.h (deleted) * uspace/lib/c/arch/sparc64/src/tls.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/macros.h (modified) * uspace/lib/c/include/tls.h (modified) * uspace/lib/drv/include/ddf/log.h (modified) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/layout.h (modified) * uspace/srv/hid/input/layout/ar.c (added) * version (modified) Merge mainline changes. Sat, 09 Feb 2013 23:14:45 GMT Jan Vesely [03362fbd] * HelenOS.config (modified) * Makefile (modified) * abi/include/bool.h (modified) * abi/include/ddi/irq.h (modified) * abi/include/fb/visuals.h (modified) * abi/include/ipc/ipc.h (modified) * abi/include/klog.h (added) * abi/include/mm/as.h (modified) * abi/include/syscall.h (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/Makefile.uboot (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/_link.ld.in (modified) * boot/arch/arm32/include/arch.h (modified) * boot/arch/arm32/include/main.h (modified) * boot/arch/arm32/include/mm.h (modified) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/main.c (modified) * boot/arch/arm32/src/mm.c (modified) * boot/arch/arm32/src/putchar.c (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/src/main.c (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips64/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/ppc32/_link.ld.in (modified) * boot/arch/ppc32/include/arch.h (modified) * boot/arch/ppc32/src/main.c (modified) * boot/generic/include/printf.h (modified) * boot/generic/include/printf_verify.h (added) * boot/generic/src/str.c (modified) * contrib/arch/HelenOS.adl (modified) * contrib/arch/uspace/srv/fs/fat/fat.bp (modified) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/bzreml/setup.py (modified) * contrib/bazaar/mbprotect/__init__.py (modified) * contrib/conf/arm32-gx.sh (deleted) * contrib/conf/arm32-qe.sh (modified) * contrib/conf/mips32-gx.sh (modified) * contrib/conf/ski.conf (modified) * contrib/conf/sparc64-qe (added) * defaults/amd64/Makefile.config (modified) * defaults/arm32/GXemul/Makefile.config (deleted) * defaults/arm32/beagleboardxm/Makefile.config (added) * defaults/arm32/gta02/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/ultra/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/boot/vesa_ret.inc (modified) * kernel/arch/amd64/src/debugger.c (deleted) * kernel/arch/amd64/src/fpu_context.c (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/_link.ld.in (modified) * kernel/arch/arm32/include/asm.h (modified) * kernel/arch/arm32/include/barrier.h (modified) * kernel/arch/arm32/include/cache.h (added) * kernel/arch/arm32/include/cp15.h (added) * kernel/arch/arm32/include/cpu.h (modified) * kernel/arch/arm32/include/cycle.h (modified) * kernel/arch/arm32/include/fpu_context.h (modified) * kernel/arch/arm32/include/istate.h (modified) * kernel/arch/arm32/include/mach/beagleboardxm/beagleboardxm.h (added) * kernel/arch/arm32/include/machine_func.h (modified) * kernel/arch/arm32/include/mm/frame.h (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/arm32/include/mm/page_armv4.h (added) * kernel/arch/arm32/include/mm/page_armv6.h (added) * kernel/arch/arm32/include/mm/page_fault.h (modified) * kernel/arch/arm32/include/regutils.h (modified) * kernel/arch/arm32/include/security_ext.h (added) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/dummy.S (modified) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/fpu.s (added) * kernel/arch/arm32/src/fpu_context.c (added) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (added) * 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 (deleted) * kernel/arch/arm32/src/machine_func.c (modified) * kernel/arch/arm32/src/mm/page.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/debugger.h (deleted) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/boot/vesa_prot.inc (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/boot/vesa_ret.inc (modified) * kernel/arch/ia32/src/debugger.c (deleted) * kernel/arch/ia32/src/fpu_context.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/include/mm/as.h (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/mm/tlb.h (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/mips64/Makefile.inc (modified) * kernel/arch/mips64/src/mm/tlb.c (modified) * kernel/arch/ppc32/src/mm/pht.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/drivers/amdm37x_gpt/amdm37x_gpt.h (added) * kernel/genarch/include/drivers/amdm37x_irc/amdm37x_irc.h (added) * kernel/genarch/include/drivers/amdm37x_uart/amdm37x_uart.h (added) * kernel/genarch/include/drivers/arm926_uart/arm926_uart.h (added) * kernel/genarch/include/multiboot/multiboot.h (modified) * kernel/genarch/src/drivers/amdm37x_uart/amdm37x_uart.c (added) * kernel/genarch/src/drivers/arm926_uart/arm926_uart.c (added) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/genarch/src/multiboot/multiboot.c (modified) * kernel/genarch/src/multiboot/multiboot2.c (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/ipc/sysipc_ops.h (added) * kernel/generic/include/ipc/sysipc_priv.h (added) * kernel/generic/include/lib/elf_load.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/print.h (modified) * kernel/generic/include/printf/verify.h (added) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/ops/clnestab.c (added) * kernel/generic/src/ipc/ops/conctmeto.c (added) * kernel/generic/src/ipc/ops/concttome.c (added) * kernel/generic/src/ipc/ops/connclone.c (added) * kernel/generic/src/ipc/ops/dataread.c (added) * kernel/generic/src/ipc/ops/datawrite.c (added) * kernel/generic/src/ipc/ops/debug.c (added) * kernel/generic/src/ipc/ops/sharein.c (added) * kernel/generic/src/ipc/ops/shareout.c (moved) * kernel/generic/src/ipc/ops/stchngath.c (added) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/ipc/sysipc_ops.c (added) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * release/Makefile (modified) * tools/autotool.py (modified) * tools/config.py (modified) * tools/mkarray.py (modified) * tools/mkext4.py (added) * tools/mkuimage.py (modified) * tools/pack.py (modified) * tools/toolchain.sh (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/cmp/cmp.c (added) * uspace/app/bdsh/cmds/modules/cmp/cmp.h (added) * uspace/app/bdsh/cmds/modules/cmp/cmp_def.h (added) * uspace/app/bdsh/cmds/modules/cmp/entry.h (added) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/config.h (modified) * uspace/app/bdsh/errors.h (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bithenge/Makefile (moved) * uspace/app/bithenge/Makefile.linux (added) * uspace/app/bithenge/test.c (added) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/date/Makefile (moved) * uspace/app/date/date.c (added) * uspace/app/devctl/devctl.c (modified) * uspace/app/edit/Makefile (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/search.c (added) * uspace/app/edit/search.h (added) * uspace/app/edit/search_impl.h (added) * uspace/app/edit/sheet.c (modified) * uspace/app/edit/sheet.h (modified) * uspace/app/edit/sheet_impl.h (added) * uspace/app/ext2info/ext2info.c (deleted) * uspace/app/init/init.c (modified) * uspace/app/klog/Makefile (modified) * uspace/app/klog/klog.c (modified) * uspace/app/logset/Makefile (moved) * uspace/app/logset/main.c (added) * uspace/app/mkbd/main.c (modified) * uspace/app/mkexfat/exfat.h (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/msim/arch_helenos/input.c (modified) * uspace/app/msim/arch_helenos/misc.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/nterm/nterm.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/stats/stats.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/float/float1.c (added) * uspace/app/tester/float/float1.def (added) * uspace/app/tester/float/softfloat1.c (added) * uspace/app/tester/float/softfloat1.def (added) * uspace/app/tester/libext2/libext2_1.c (deleted) * uspace/app/tester/libext2/libext2_1.def (deleted) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/common.h (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/app/tester/print/print5.def (modified) * uspace/app/tester/print/print6.c (added) * uspace/app/tester/print/print6.def (added) * uspace/app/tester/stdio/logger1.c (added) * uspace/app/tester/stdio/logger1.def (added) * uspace/app/tester/stdio/logger2.c (added) * uspace/app/tester/stdio/logger2.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/testwrit/Makefile (added) * uspace/app/testwrit/testwrit.c (added) * uspace/app/tetris/screen.c (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/top/screen.h (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/proto.c (modified) * uspace/app/trace/proto.h (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/desctree.c (modified) * uspace/app/usbinfo/dump.c (modified) * uspace/app/usbinfo/list.c (moved) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/app/vdemo/Makefile (added) * uspace/app/vdemo/vdemo.c (added) * uspace/app/vlaunch/Makefile (added) * uspace/app/vlaunch/vlaunch.c (added) * uspace/app/vterm/Makefile (added) * uspace/app/vterm/vterm.c (added) * uspace/app/vuhid/main.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/dist/src/bithenge/basic.bh (added) * uspace/dist/src/bithenge/basic.dat (added) * uspace/dist/src/bithenge/basic.out (added) * uspace/dist/src/bithenge/bits.bh (added) * uspace/dist/src/bithenge/bits.dat (added) * uspace/dist/src/bithenge/bits.out (added) * uspace/dist/src/bithenge/cond.bh (added) * uspace/dist/src/bithenge/cond.dat (added) * uspace/dist/src/bithenge/cond.out (added) * uspace/dist/src/bithenge/expression.bh (added) * uspace/dist/src/bithenge/expression.dat (added) * uspace/dist/src/bithenge/expression.out (added) * uspace/dist/src/bithenge/fat.bh (added) * uspace/dist/src/bithenge/fat.dat (added) * uspace/dist/src/bithenge/fat.out (added) * uspace/dist/src/bithenge/gif/blue_1x1.gif (added) * uspace/dist/src/bithenge/gif/gif.bh (added) * uspace/dist/src/bithenge/gif/helenos.gif (added) * uspace/dist/src/bithenge/gif/loader.gif (added) * uspace/dist/src/bithenge/gif/readme (added) * uspace/dist/src/bithenge/repeat.bh (added) * uspace/dist/src/bithenge/repeat.dat (added) * uspace/dist/src/bithenge/repeat.out (added) * uspace/dist/src/bithenge/test.bdsh (added) * uspace/dist/src/bithenge/test.sh (added) * uspace/dist/src/bithenge/trip.bh (added) * uspace/dist/src/bithenge/trip.dat (added) * uspace/dist/src/bithenge/trip.out (added) * uspace/dist/src/bithenge/usbdesc.bh (added) * uspace/dist/src/bithenge/usbdesc.kbd.dat (added) * uspace/dist/src/bithenge/usbdesc.kbd.out (added) * uspace/dist/src/c/demos/edit/edit.c (modified) * uspace/dist/src/c/demos/edit/sheet.h (modified) * uspace/dist/src/c/demos/tetris/screen.c (modified) * uspace/dist/src/c/demos/tetris/screen.h (modified) * uspace/dist/src/c/demos/top/screen.h (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/audio/sb16/mixer.c (modified) * uspace/drv/audio/sb16/mixer_iface.c (modified) * uspace/drv/audio/sb16/pcm_iface.c (modified) * uspace/drv/audio/sb16/sb16.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ahci/ahci.h (modified) * uspace/drv/block/ahci/ahci_hw.h (modified) * uspace/drv/block/ahci/ahci_sata.h (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/usb/ehci/ehci.ma (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ehci/res.h (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/mem_access.h (added) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/ohci.ma (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.h (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/ohci/res.c (modified) * uspace/drv/bus/usb/ohci/res.h (modified) * uspace/drv/bus/usb/ohci/root_hub.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/res.c (modified) * uspace/drv/bus/usb/uhci/res.h (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhcirh/main.c (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/uhcirh/root_hub.c (modified) * uspace/drv/bus/usb/usbflbk/main.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.h (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.h (modified) * uspace/drv/bus/usb/usbhid/subdrivers.h (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/drv/bus/usb/usbhub/main.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmast/bo_trans.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/vhc/Makefile (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/bus/usb/vhc/connhost.c (modified) * uspace/drv/bus/usb/vhc/hub.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/cyclic_buffer.h (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/drv/fb/amdm37x_dispc/Makefile (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.ma (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc_regs.h (added) * uspace/drv/fb/amdm37x_dispc/main.c (added) * uspace/drv/fb/kfb/Makefile (moved) * uspace/drv/fb/kfb/kfb.c (added) * uspace/drv/fb/kfb/kfb.h (moved) * uspace/drv/fb/kfb/kfb.ma (added) * uspace/drv/fb/kfb/port.c (added) * uspace/drv/fb/kfb/port.h (added) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootamdm37x/Makefile (added) * uspace/drv/infrastructure/rootamdm37x/amdm37x.c (added) * uspace/drv/infrastructure/rootamdm37x/amdm37x.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/clock_control.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/core.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/iva2.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/mpu.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/usbhost.h (added) * uspace/drv/infrastructure/rootamdm37x/prm/clock_control.h (moved) * uspace/drv/infrastructure/rootamdm37x/prm/global_reg.h (added) * uspace/drv/infrastructure/rootamdm37x/prm/usbhost.h (added) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c (added) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.ma (added) * uspace/drv/infrastructure/rootamdm37x/uhh.h (added) * uspace/drv/infrastructure/rootamdm37x/usbtll.h (added) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/infrastructure/rootvirt/devices.def (modified) * uspace/drv/infrastructure/rootvirt/rootvirt.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/defs.h (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/drv/time/cmos-rtc/Makefile (added) * uspace/drv/time/cmos-rtc/cmos-regs.h (added) * uspace/drv/time/cmos-rtc/cmos-rtc.c (added) * uspace/drv/time/cmos-rtc/cmos-rtc.ma (added) * uspace/lib/bithenge/Makefile (added) * uspace/lib/bithenge/Makefile.linux (added) * uspace/lib/bithenge/include/bithenge/blob.h (added) * uspace/lib/bithenge/include/bithenge/compound.h (added) * uspace/lib/bithenge/include/bithenge/expression.h (added) * uspace/lib/bithenge/include/bithenge/file.h (added) * uspace/lib/bithenge/include/bithenge/os.h (added) * uspace/lib/bithenge/include/bithenge/print.h (added) * uspace/lib/bithenge/include/bithenge/script.h (added) * uspace/lib/bithenge/include/bithenge/sequence.h (added) * uspace/lib/bithenge/include/bithenge/source.h (added) * uspace/lib/bithenge/include/bithenge/transform.h (added) * uspace/lib/bithenge/include/bithenge/tree.h (added) * uspace/lib/bithenge/src/blob.c (added) * uspace/lib/bithenge/src/common.h (added) * uspace/lib/bithenge/src/compound.c (added) * uspace/lib/bithenge/src/expression.c (added) * uspace/lib/bithenge/src/failure.c (added) * uspace/lib/bithenge/src/failure.h (added) * uspace/lib/bithenge/src/file.c (added) * uspace/lib/bithenge/src/helenos/block.c (added) * uspace/lib/bithenge/src/helenos/block.h (added) * uspace/lib/bithenge/src/helenos/common.h (added) * uspace/lib/bithenge/src/linux/common.h (added) * uspace/lib/bithenge/src/print.c (added) * uspace/lib/bithenge/src/script.c (added) * uspace/lib/bithenge/src/sequence.c (added) * uspace/lib/bithenge/src/source.c (added) * uspace/lib/bithenge/src/transform.c (added) * uspace/lib/bithenge/src/tree.c (added) * uspace/lib/block/Makefile (modified) * uspace/lib/block/block.c (moved) * uspace/lib/block/block.h (moved) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/abs32le/include/atomic.h (modified) * uspace/lib/c/arch/abs32le/include/ddi.h (modified) * uspace/lib/c/arch/abs32le/include/types.h (modified) * uspace/lib/c/arch/abs32le/src/entryjmp.c (modified) * uspace/lib/c/arch/abs32le/src/fibril.c (modified) * uspace/lib/c/arch/abs32le/src/stacktrace.c (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/amd64/include/elf_linux.h (modified) * uspace/lib/c/arch/amd64/include/types.h (modified) * uspace/lib/c/arch/amd64/src/stacktrace.c (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/arm32/include/atomic.h (modified) * uspace/lib/c/arch/arm32/include/cp15.h (added) * uspace/lib/c/arch/arm32/include/ddi.h (modified) * uspace/lib/c/arch/arm32/include/types.h (modified) * uspace/lib/c/arch/arm32/src/fibril.S (modified) * uspace/lib/c/arch/arm32/src/stacktrace.c (modified) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/arm32/src/thread_entry.s (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/include/ddi.h (modified) * uspace/lib/c/arch/ia32/include/types.h (modified) * uspace/lib/c/arch/ia32/src/stacktrace.c (modified) * uspace/lib/c/arch/ia64/Makefile.common (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/ia64/include/ddi.h (modified) * uspace/lib/c/arch/ia64/include/types.h (modified) * uspace/lib/c/arch/ia64/src/ddi.c (modified) * uspace/lib/c/arch/ia64/src/stacktrace.c (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips32/include/ddi.h (modified) * uspace/lib/c/arch/mips32/include/types.h (modified) * uspace/lib/c/arch/mips32/src/stacktrace.c (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/mips64/Makefile.common (modified) * uspace/lib/c/arch/mips64/_link.ld.in (modified) * uspace/lib/c/arch/mips64/include/ddi.h (modified) * uspace/lib/c/arch/mips64/include/types.h (modified) * uspace/lib/c/arch/mips64/src/stacktrace.c (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/include/ddi.h (modified) * uspace/lib/c/arch/ppc32/include/types.h (modified) * uspace/lib/c/arch/ppc32/src/stacktrace.c (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/include/ddi.h (modified) * uspace/lib/c/arch/sparc64/include/types.h (modified) * uspace/lib/c/arch/sparc64/src/stacktrace.c (modified) * uspace/lib/c/generic/adt/hash_set.c (deleted) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/adt/list.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/bd.c (added) * uspace/lib/c/generic/bd_srv.c (added) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/battery_dev.c (added) * uspace/lib/c/generic/device/clock_dev.c (moved) * uspace/lib/c/generic/device/graph_dev.c (added) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/double_to_str.c (added) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/ieee_double.c (added) * uspace/lib/c/generic/io/chargrid.c (moved) * uspace/lib/c/generic/io/con_srv.c (added) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/input.c (added) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/klog.c (modified) * uspace/lib/c/generic/io/log.c (modified) * uspace/lib/c/generic/io/logctl.c (added) * uspace/lib/c/generic/io/output.c (added) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/io/visualizer.c (added) * uspace/lib/c/generic/io/window.c (added) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/pio_trace.c (added) * uspace/lib/c/generic/power_of_ten.c (added) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/private/power_of_ten.h (added) * uspace/lib/c/generic/stack.c (added) * uspace/lib/c/generic/stdlib.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/adt/hash.h (added) * uspace/lib/c/include/adt/hash_table.h (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/atomicdflt.h (modified) * uspace/lib/c/include/bd.h (added) * uspace/lib/c/include/bd_srv.h (added) * uspace/lib/c/include/cfg.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/device/battery_dev.h (added) * uspace/lib/c/include/device/clock_dev.h (added) * uspace/lib/c/include/device/graph_dev.h (added) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/double_to_str.h (added) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/ieee_double.h (added) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/lib/c/include/io/charfield.h (moved) * uspace/lib/c/include/io/chargrid.h (added) * uspace/lib/c/include/io/con_srv.h (added) * uspace/lib/c/include/io/concaps.h (added) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/input.h (added) * uspace/lib/c/include/io/kbd_event.h (added) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/logctl.h (added) * uspace/lib/c/include/io/mode.h (added) * uspace/lib/c/include/io/output.h (added) * uspace/lib/c/include/io/pixel.h (added) * uspace/lib/c/include/io/pixelmap.h (added) * uspace/lib/c/include/io/verify.h (added) * uspace/lib/c/include/io/visualizer.h (added) * uspace/lib/c/include/io/window.h (added) * uspace/lib/c/include/ipc/console.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/graph.h (added) * uspace/lib/c/include/ipc/input.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/logger.h (added) * uspace/lib/c/include/ipc/mouseev.h (modified) * uspace/lib/c/include/ipc/output.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/ipc/window.h (added) * uspace/lib/c/include/loc.h (modified) * uspace/lib/c/include/macros.h (modified) * uspace/lib/c/include/nic/nic.h (modified) * uspace/lib/c/include/rtld/dynamic.h (modified) * uspace/lib/c/include/sort.h (modified) * uspace/lib/c/include/stack.h (moved) * uspace/lib/c/include/stacktrace.h (modified) * uspace/lib/c/include/stats.h (modified) * uspace/lib/c/include/stdbool.h (moved) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/sys/stat.h (modified) * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/draw/Makefile (added) * uspace/lib/draw/codec/tga.c (added) * uspace/lib/draw/codec/tga.h (added) * uspace/lib/draw/cursor.c (added) * uspace/lib/draw/cursor.h (added) * uspace/lib/draw/cursor/embedded.c (added) * uspace/lib/draw/cursor/embedded.h (added) * uspace/lib/draw/drawctx.c (added) * uspace/lib/draw/drawctx.h (added) * uspace/lib/draw/font.c (added) * uspace/lib/draw/font.h (added) * uspace/lib/draw/font/embedded.c (added) * uspace/lib/draw/font/embedded.h (added) * uspace/lib/draw/gfx/cursor-11x18.c (added) * uspace/lib/draw/gfx/cursor-11x18.h (added) * uspace/lib/draw/gfx/font-8x16.c (moved) * uspace/lib/draw/gfx/font-8x16.h (moved) * uspace/lib/draw/path.c (added) * uspace/lib/draw/path.h (added) * uspace/lib/draw/source.c (added) * uspace/lib/draw/source.h (added) * uspace/lib/draw/surface.c (added) * uspace/lib/draw/surface.h (added) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/log.c (modified) * uspace/lib/drv/generic/private/driver.h (added) * uspace/lib/drv/generic/remote_battery_dev.c (added) * uspace/lib/drv/generic/remote_clock_dev.c (added) * uspace/lib/drv/generic/remote_graph_dev.c (added) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/audio_mixer_iface.h (modified) * uspace/lib/drv/include/audio_pcm_iface.h (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/log.h (modified) * uspace/lib/drv/include/ops/battery_dev.h (added) * uspace/lib/drv/include/ops/clock_dev.h (added) * uspace/lib/drv/include/ops/graph_dev.h (added) * uspace/lib/drv/include/remote_battery_dev.h (added) * uspace/lib/drv/include/remote_clock_dev.h (added) * uspace/lib/drv/include/remote_graph_dev.h (added) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/ext2/libext2_block_group.c (deleted) * uspace/lib/ext2/libext2_directory.c (deleted) * uspace/lib/ext2/libext2_directory.h (deleted) * uspace/lib/ext2/libext2_filesystem.c (deleted) * uspace/lib/ext2/libext2_filesystem.h (deleted) * uspace/lib/ext2/libext2_inode.c (deleted) * uspace/lib/ext2/libext2_inode.h (deleted) * uspace/lib/ext2/libext2_superblock.c (deleted) * uspace/lib/ext2/libext2_superblock.h (deleted) * uspace/lib/ext4/Makefile (added) * uspace/lib/ext4/libext4.h (added) * uspace/lib/ext4/libext4_balloc.c (added) * uspace/lib/ext4/libext4_balloc.h (added) * uspace/lib/ext4/libext4_bitmap.c (added) * uspace/lib/ext4/libext4_bitmap.h (added) * uspace/lib/ext4/libext4_block_group.c (added) * uspace/lib/ext4/libext4_block_group.h (added) * uspace/lib/ext4/libext4_crc.c (added) * uspace/lib/ext4/libext4_crc.h (added) * uspace/lib/ext4/libext4_directory.c (added) * uspace/lib/ext4/libext4_directory.h (added) * uspace/lib/ext4/libext4_directory_index.c (added) * uspace/lib/ext4/libext4_directory_index.h (added) * uspace/lib/ext4/libext4_extent.c (added) * uspace/lib/ext4/libext4_extent.h (added) * uspace/lib/ext4/libext4_filesystem.c (added) * uspace/lib/ext4/libext4_filesystem.h (added) * uspace/lib/ext4/libext4_hash.c (added) * uspace/lib/ext4/libext4_hash.h (added) * uspace/lib/ext4/libext4_ialloc.c (added) * uspace/lib/ext4/libext4_ialloc.h (added) * uspace/lib/ext4/libext4_inode.c (added) * uspace/lib/ext4/libext4_inode.h (added) * uspace/lib/ext4/libext4_superblock.c (added) * uspace/lib/ext4/libext4_superblock.h (added) * uspace/lib/ext4/libext4_types.h (added) * uspace/lib/fb/fb.c (deleted) * uspace/lib/fb/fb.h (deleted) * uspace/lib/fb/imgmap.c (deleted) * uspace/lib/fs/libfs.c (modified) * uspace/lib/graph/Makefile (added) * uspace/lib/graph/graph.c (added) * uspace/lib/graph/graph.h (added) * uspace/lib/gui/Makefile (added) * uspace/lib/gui/button.c (added) * uspace/lib/gui/button.h (added) * uspace/lib/gui/connection.c (added) * uspace/lib/gui/connection.h (added) * uspace/lib/gui/grid.c (added) * uspace/lib/gui/grid.h (added) * uspace/lib/gui/label.c (added) * uspace/lib/gui/label.h (added) * uspace/lib/gui/minimal.c (added) * uspace/lib/gui/minimal.h (added) * uspace/lib/gui/terminal.c (added) * uspace/lib/gui/terminal.h (added) * uspace/lib/gui/widget.c (added) * uspace/lib/gui/widget.h (added) * uspace/lib/gui/window.c (added) * uspace/lib/gui/window.h (added) * uspace/lib/hound/include/hound/client.h (modified) * uspace/lib/hound/include/hound/server.h (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_addr_db.h (modified) * uspace/lib/nic/include/nic_wol_virtues.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/lib/pcm/include/pcm/format.h (modified) * uspace/lib/pcm/include/pcm/sample_format.h (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/assert.h (moved) * uspace/lib/posix/include/posix/ctype.h (moved) * uspace/lib/posix/include/posix/errno.h (moved) * uspace/lib/posix/include/posix/fcntl.h (moved) * uspace/lib/posix/include/posix/float.h (moved) * uspace/lib/posix/include/posix/fnmatch.h (moved) * uspace/lib/posix/include/posix/getopt.h (moved) * uspace/lib/posix/include/posix/inttypes.h (moved) * uspace/lib/posix/include/posix/iso646.h (moved) * uspace/lib/posix/include/posix/limits.h (moved) * uspace/lib/posix/include/posix/locale.h (moved) * uspace/lib/posix/include/posix/malloc.h (added) * uspace/lib/posix/include/posix/math.h (moved) * uspace/lib/posix/include/posix/pwd.h (moved) * uspace/lib/posix/include/posix/signal.h (moved) * uspace/lib/posix/include/posix/stdarg.h (added) * uspace/lib/posix/include/posix/stddef.h (moved) * uspace/lib/posix/include/posix/stdint.h (moved) * uspace/lib/posix/include/posix/stdio.h (moved) * uspace/lib/posix/include/posix/stdlib.h (moved) * uspace/lib/posix/include/posix/string.h (moved) * uspace/lib/posix/include/posix/strings.h (moved) * uspace/lib/posix/include/posix/sys/mman.h (moved) * uspace/lib/posix/include/posix/sys/stat.h (moved) * uspace/lib/posix/include/posix/sys/types.h (moved) * uspace/lib/posix/include/posix/sys/wait.h (moved) * uspace/lib/posix/include/posix/time.h (moved) * uspace/lib/posix/include/posix/unistd.h (moved) * uspace/lib/posix/source/ctype.c (moved) * uspace/lib/posix/source/errno.c (moved) * uspace/lib/posix/source/fcntl.c (moved) * uspace/lib/posix/source/fnmatch.c (moved) * uspace/lib/posix/source/getopt.c (moved) * uspace/lib/posix/source/internal/common.h (moved) * uspace/lib/posix/source/locale.c (moved) * uspace/lib/posix/source/math.c (moved) * uspace/lib/posix/source/pwd.c (moved) * uspace/lib/posix/source/signal.c (moved) * uspace/lib/posix/source/stdio.c (moved) * uspace/lib/posix/source/stdio/scanf.c (moved) * uspace/lib/posix/source/stdlib.c (moved) * uspace/lib/posix/source/stdlib/strtol.c (moved) * uspace/lib/posix/source/stdlib/strtold.c (moved) * uspace/lib/posix/source/string.c (moved) * uspace/lib/posix/source/strings.c (moved) * uspace/lib/posix/source/sys/stat.c (moved) * uspace/lib/posix/source/sys/wait.c (moved) * uspace/lib/posix/source/time.c (added) * uspace/lib/posix/source/unistd.c (moved) * uspace/lib/posix/time.c (deleted) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/add.c (moved) * uspace/lib/softfloat/add.h (moved) * uspace/lib/softfloat/common.c (moved) * uspace/lib/softfloat/common.h (moved) * uspace/lib/softfloat/comparison.c (moved) * uspace/lib/softfloat/comparison.h (moved) * uspace/lib/softfloat/conversion.c (moved) * uspace/lib/softfloat/conversion.h (moved) * uspace/lib/softfloat/div.c (moved) * uspace/lib/softfloat/div.h (moved) * uspace/lib/softfloat/mul.c (moved) * uspace/lib/softfloat/mul.h (moved) * uspace/lib/softfloat/other.c (moved) * uspace/lib/softfloat/other.h (moved) * uspace/lib/softfloat/sftypes.h (moved) * uspace/lib/softfloat/softfloat.c (moved) * uspace/lib/softfloat/softfloat.h (moved) * uspace/lib/softfloat/sub.c (moved) * uspace/lib/softfloat/sub.h (moved) * uspace/lib/softrend/Makefile (added) * uspace/lib/softrend/compose.c (added) * uspace/lib/softrend/compose.h (added) * uspace/lib/softrend/filter.c (added) * uspace/lib/softrend/filter.h (added) * uspace/lib/softrend/pixconv.c (added) * uspace/lib/softrend/pixconv.h (moved) * uspace/lib/softrend/rectangle.c (added) * uspace/lib/softrend/rectangle.h (added) * uspace/lib/softrend/transform.c (added) * uspace/lib/softrend/transform.h (added) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/include/usb/hc.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usb/src/debug.c (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usbdev/include/usb/dev/request.h (modified) * uspace/lib/usbdev/include/usb/dev/usb_device_connection.h (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/dp.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified) * uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified) * uspace/lib/usbhid/include/usb/hid/request.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/lib/usbhid/src/hidreq.c (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/lib/usbvirt/include/usbvirt/ipc.h (modified) * uspace/srv/audio/hound/audio_device.h (modified) * uspace/srv/audio/hound/audio_sink.h (modified) * uspace/srv/audio/hound/audio_source.h (modified) * uspace/srv/audio/hound/main.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/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.h (modified) * uspace/srv/clipboard/clipboard.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.h (modified) * uspace/srv/fs/exfat/exfat.h (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_dentry.h (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_fat.h (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext2fs/ext2fs_ops.c (deleted) * uspace/srv/fs/ext4fs/Makefile (moved) * uspace/srv/fs/ext4fs/ext4fs.c (moved) * uspace/srv/fs/ext4fs/ext4fs.h (moved) * uspace/srv/fs/ext4fs/ext4fs_ops.c (added) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) * uspace/srv/fs/fat/fat_directory.c (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/locfs_ops.c (modified) * uspace/srv/fs/locfs/locfs_ops.h (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_ops.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/fs/udf/Makefile (added) * uspace/srv/fs/udf/udf.c (added) * uspace/srv/fs/udf/udf.h (added) * uspace/srv/fs/udf/udf_cksum.c (added) * uspace/srv/fs/udf/udf_cksum.h (added) * uspace/srv/fs/udf/udf_file.c (added) * uspace/srv/fs/udf/udf_file.h (added) * uspace/srv/fs/udf/udf_idx.c (added) * uspace/srv/fs/udf/udf_idx.h (added) * uspace/srv/fs/udf/udf_ops.c (added) * uspace/srv/fs/udf/udf_osta.c (added) * uspace/srv/fs/udf/udf_osta.h (added) * uspace/srv/fs/udf/udf_types.h (added) * uspace/srv/fs/udf/udf_volume.c (added) * uspace/srv/fs/udf/udf_volume.h (added) * uspace/srv/hid/compositor/Makefile (added) * uspace/srv/hid/compositor/compositor.c (added) * uspace/srv/hid/compositor/compositor.h (moved) * uspace/srv/hid/compositor/gfx/helenos.tga (moved) * uspace/srv/hid/compositor/gfx/nameic.tga (moved) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gfx/anim_1.tga (deleted) * uspace/srv/hid/console/gfx/anim_2.tga (deleted) * uspace/srv/hid/console/gfx/anim_3.tga (deleted) * uspace/srv/hid/console/gfx/anim_4.tga (deleted) * uspace/srv/hid/console/gfx/cons_data.tga (deleted) * uspace/srv/hid/console/gfx/cons_dis.tga (deleted) * uspace/srv/hid/console/gfx/cons_dis_sel.tga (deleted) * uspace/srv/hid/console/gfx/cons_idle.tga (deleted) * uspace/srv/hid/console/gfx/cons_kernel.tga (deleted) * uspace/srv/hid/console/gfx/cons_sel.tga (deleted) * uspace/srv/hid/fb/fb.c (deleted) * uspace/srv/hid/fb/fb.h (deleted) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/ctl/apple.c (modified) * uspace/srv/hid/input/ctl/gxe_fb.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/ctl/pc.c (modified) * uspace/srv/hid/input/ctl/stty.c (modified) * uspace/srv/hid/input/ctl/sun.c (modified) * uspace/srv/hid/input/gsp.c (moved) * uspace/srv/hid/input/gsp.h (moved) * uspace/srv/hid/input/input.c (moved) * uspace/srv/hid/input/input.h (moved) * uspace/srv/hid/input/kbd.h (moved) * uspace/srv/hid/input/kbd_ctl.h (moved) * uspace/srv/hid/input/kbd_port.h (moved) * uspace/srv/hid/input/layout.c (moved) * uspace/srv/hid/input/layout.h (moved) * uspace/srv/hid/input/layout/ar.c (added) * uspace/srv/hid/input/layout/cz.c (modified) * uspace/srv/hid/input/layout/us_dvorak.c (modified) * uspace/srv/hid/input/layout/us_qwerty.c (modified) * uspace/srv/hid/input/mouse.h (moved) * uspace/srv/hid/input/mouse_port.h (moved) * uspace/srv/hid/input/mouse_proto.h (moved) * 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/gxemul.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hid/input/port/ski.c (modified) * uspace/srv/hid/input/proto/adb.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/input/stroke.c (moved) * uspace/srv/hid/input/stroke.h (moved) * uspace/srv/hid/isdv4_tablet/Makefile (added) * uspace/srv/hid/isdv4_tablet/isdv4.c (added) * uspace/srv/hid/isdv4_tablet/isdv4.h (added) * uspace/srv/hid/isdv4_tablet/main.c (added) * uspace/srv/hid/output/Makefile (moved) * uspace/srv/hid/output/ctl/serial.c (moved) * uspace/srv/hid/output/ctl/serial.h (moved) * uspace/srv/hid/output/gfx/font-8x16.c (added) * uspace/srv/hid/output/gfx/font-8x16.h (added) * uspace/srv/hid/output/output.c (added) * uspace/srv/hid/output/output.h (added) * uspace/srv/hid/output/port/ega.c (moved) * uspace/srv/hid/output/port/ega.h (moved) * uspace/srv/hid/output/port/kchar.c (moved) * uspace/srv/hid/output/port/kchar.h (moved) * uspace/srv/hid/output/port/kfb.c (moved) * uspace/srv/hid/output/port/kfb.h (moved) * uspace/srv/hid/output/port/niagara.c (moved) * uspace/srv/hid/output/port/niagara.h (moved) * uspace/srv/hid/output/port/ski.c (moved) * uspace/srv/hid/output/port/ski.h (moved) * uspace/srv/hid/output/proto/vt100.c (moved) * uspace/srv/hid/output/proto/vt100.h (moved) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/interp.S (added) * uspace/srv/loader/interp.s (deleted) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/Makefile (added) * uspace/srv/logger/ctl.c (added) * uspace/srv/logger/initlvl.c (added) * uspace/srv/logger/level.c (added) * uspace/srv/logger/logger.h (added) * uspace/srv/logger/logs.c (added) * uspace/srv/logger/main.c (added) * uspace/srv/logger/writer.c (added) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/ethip/pdu.c (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/icmp.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/inetsrv/sroute.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/conn.h (modified) * uspace/srv/net/tcp/iqueue.c (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/rqueue.c (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/seq_no.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/ucall.c (modified) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/clonable.h (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) * version (modified) Merge mainline changes. Conflict resulting from bool.h -> stdbool.h ... Mon, 21 Jan 2013 00:14:50 GMT Jan Vesely [a14f346] * boot/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/genarch/include/drivers/amdm37x_dispc/amdm37x_dispc.h (deleted) * uspace/Makefile (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c (modified) amdm37x_dispc: Replace kenrel driver with uspace one. Works on qemu. Wed, 05 Dec 2012 21:39:28 GMT Jakub Jermar [232cd4f] * HelenOS.config (modified) * boot/arch/mips32/Makefile.inc (modified) * contrib/conf/mips32-gx.sh (deleted) * defaults/mips32/GXemul/Makefile.config (deleted) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/mips64/src/mips64.c (modified) * release/Makefile (modified) * tools/autotool.py (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/srv/bd/gxe_bd/Makefile (deleted) * uspace/srv/bd/gxe_bd/gxe_bd.c (deleted) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/ctl/gxe_fb.c (deleted) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/kbd_ctl.h (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/port/gxemul.c (deleted) Remove support for the lgxemul and bgxemul machines and GXemul drivers. Wed, 21 Nov 2012 23:26:22 GMT Jan Vesely [c739102] * abi/include/mm/as.h (modified) * boot/Makefile.common (modified) * boot/arch/ia64/src/main.c (modified) * contrib/conf/ski.conf (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/ia64/include/mm/as.h (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/task.c (modified) * tools/autotool.py (modified) * tools/config.py (modified) * tools/mkarray.py (modified) * tools/pack.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/config.h (modified) * uspace/app/ext2info/Makefile (deleted) * uspace/app/ext2info/ext2info.c (deleted) * uspace/app/tester/Makefile (modified) * uspace/app/tester/ext2/ext2_1.c (deleted) * uspace/app/tester/ext2/ext2_1.def (deleted) * uspace/app/tester/float/softfloat1.c (modified) * uspace/app/tester/print/print5.def (modified) * uspace/app/tester/print/print6.c (added) * uspace/app/tester/print/print6.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/double_to_str.c (added) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/ieee_double.c (added) * uspace/lib/c/generic/io/log.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/power_of_ten.c (added) * uspace/lib/c/generic/private/power_of_ten.h (added) * uspace/lib/c/generic/stack.c (moved) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/include/double_to_str.h (moved) * uspace/lib/c/include/ieee_double.h (moved) * uspace/lib/c/include/macros.h (modified) * uspace/lib/c/include/stack.h (moved) * uspace/lib/clui/tinput.c (modified) * uspace/lib/ext2/Makefile (deleted) * uspace/lib/ext2/libext2_block_group.c (deleted) * uspace/lib/ext2/libext2_directory.c (deleted) * uspace/lib/ext2/libext2_directory.h (deleted) * uspace/lib/ext2/libext2_filesystem.c (deleted) * uspace/lib/ext2/libext2_filesystem.h (deleted) * uspace/lib/ext2/libext2_inode.c (deleted) * uspace/lib/ext2/libext2_inode.h (deleted) * uspace/lib/ext2/libext2_superblock.c (deleted) * uspace/lib/ext2/libext2_superblock.h (deleted) * uspace/lib/ext4/libext4_block_group.c (modified) * uspace/lib/ext4/libext4_block_group.h (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_directory.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/lib/ext4/libext4_inode.c (modified) * uspace/lib/ext4/libext4_inode.h (modified) * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) * uspace/lib/ext4/libext4_types.h (modified) * uspace/srv/fs/ext2fs/Makefile (deleted) * uspace/srv/fs/ext2fs/ext2fs_ops.c (deleted) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) * uspace/srv/logger/initlvl.c (modified) Mainline changes. Tue, 13 Nov 2012 20:02:25 GMT Jakub Jermar [fa4b7ba3] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/ext2info/Makefile (deleted) * uspace/app/ext2info/ext2info.c (deleted) * uspace/app/tester/Makefile (modified) * uspace/app/tester/ext2/ext2_1.c (deleted) * uspace/app/tester/ext2/ext2_1.def (deleted) * uspace/app/tester/tester.c (modified) * uspace/lib/ext2/Makefile (deleted) * uspace/lib/ext2/libext2.h (deleted) * uspace/lib/ext2/libext2_block_group.c (deleted) * uspace/lib/ext2/libext2_block_group.h (deleted) * uspace/lib/ext2/libext2_directory.c (deleted) * uspace/lib/ext2/libext2_directory.h (deleted) * uspace/lib/ext2/libext2_filesystem.c (deleted) * uspace/lib/ext2/libext2_filesystem.h (deleted) * uspace/lib/ext2/libext2_inode.c (deleted) * uspace/lib/ext2/libext2_inode.h (deleted) * uspace/lib/ext2/libext2_superblock.c (deleted) * uspace/lib/ext2/libext2_superblock.h (deleted) * uspace/srv/fs/ext2fs/Makefile (deleted) * uspace/srv/fs/ext2fs/ext2fs.c (deleted) * uspace/srv/fs/ext2fs/ext2fs.h (deleted) * uspace/srv/fs/ext2fs/ext2fs_ops.c (deleted) Retire read-only ext2 support. - Remove ext2fs and libext2 as their ... Sun, 11 Nov 2012 21:31:03 GMT Jiri Svoboda [a1e2df13] * HelenOS.config (modified) * Makefile (modified) * abi/include/ddi/irq.h (modified) * abi/include/fb/visuals.h (modified) * abi/include/ipc/ipc.h (modified) * abi/include/mm/as.h (modified) * abi/include/syscall.h (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/include/main.h (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips64/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/ppc32/_link.ld.in (modified) * boot/arch/ppc32/include/arch.h (modified) * boot/arch/ppc32/src/main.c (modified) * boot/generic/include/printf.h (modified) * boot/generic/include/printf_verify.h (added) * boot/generic/src/str.c (modified) * contrib/arch/HelenOS.adl (modified) * contrib/arch/uspace/srv/fs/fat/fat.bp (modified) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/bzreml/setup.py (modified) * contrib/bazaar/mbprotect/__init__.py (modified) * contrib/conf/mips32-gx.sh (modified) * contrib/conf/sparc64-qe (added) * defaults/amd64/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/ultra/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/mm/page.h (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/boot/vesa_ret.inc (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/istate.h (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/boot/vesa_prot.inc (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/boot/vesa_ret.inc (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/mm/page.h (modified) * kernel/arch/mips64/Makefile.inc (modified) * kernel/arch/ppc32/include/mm/page.h (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified) * kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified) * kernel/arch/sparc64/src/proc/thread.c (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/drivers/arm926_uart/arm926_uart.h (added) * kernel/genarch/include/mm/page_pt.h (modified) * kernel/genarch/include/multiboot/multiboot.h (modified) * kernel/genarch/src/drivers/arm926_uart/arm926_uart.c (added) * kernel/genarch/src/kbrd/kbrd.c (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/genarch/src/multiboot/multiboot.c (modified) * kernel/genarch/src/multiboot/multiboot2.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/console/prompt.h (added) * kernel/generic/include/debug.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/ipc/sysipc_ops.h (added) * kernel/generic/include/ipc/sysipc_priv.h (added) * kernel/generic/include/lib/elf_load.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/print.h (modified) * kernel/generic/include/printf/verify.h (added) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/symtab.h (modified) * kernel/generic/include/symtab_lookup.h (added) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (added) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/ops/clnestab.c (added) * kernel/generic/src/ipc/ops/conctmeto.c (added) * kernel/generic/src/ipc/ops/concttome.c (added) * kernel/generic/src/ipc/ops/connclone.c (added) * kernel/generic/src/ipc/ops/dataread.c (added) * kernel/generic/src/ipc/ops/datawrite.c (added) * kernel/generic/src/ipc/ops/debug.c (added) * kernel/generic/src/ipc/ops/sharein.c (added) * kernel/generic/src/ipc/ops/shareout.c (added) * kernel/generic/src/ipc/ops/stchngath.c (added) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/ipc/sysipc_ops.c (added) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/mm/tlb.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/slab1.c (modified) * kernel/test/mm/slab2.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/synch/semaphore2.c (modified) * kernel/test/thread/thread1.c (modified) * release/Makefile (modified) * tools/mkext4.py (added) * tools/toolchain.sh (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/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cmp/cmp.c (added) * uspace/app/bdsh/cmds/modules/cmp/cmp.h (added) * uspace/app/bdsh/cmds/modules/cmp/cmp_def.h (added) * uspace/app/bdsh/cmds/modules/cmp/entry.h (added) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/config.h (modified) * uspace/app/bdsh/errors.h (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bithenge/Makefile (added) * uspace/app/bithenge/Makefile.linux (added) * uspace/app/bithenge/test.c (added) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/date/Makefile (moved) * uspace/app/date/date.c (added) * uspace/app/devctl/devctl.c (modified) * uspace/app/edit/Makefile (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/search.c (added) * uspace/app/edit/search.h (added) * uspace/app/edit/search_impl.h (added) * uspace/app/edit/sheet.c (modified) * uspace/app/edit/sheet.h (modified) * uspace/app/edit/sheet_impl.h (added) * uspace/app/ext2info/ext2info.c (modified) * uspace/app/init/init.c (modified) * uspace/app/logset/Makefile (moved) * uspace/app/logset/main.c (added) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/msim/arch_helenos/input.c (modified) * uspace/app/msim/arch_helenos/misc.c (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/ext2/ext2_1.c (moved) * uspace/app/tester/ext2/ext2_1.def (moved) * uspace/app/tester/float/float1.c (added) * uspace/app/tester/float/float1.def (added) * uspace/app/tester/float/softfloat1.c (added) * uspace/app/tester/float/softfloat1.def (added) * uspace/app/tester/print/print5.def (modified) * uspace/app/tester/print/print6.c (added) * uspace/app/tester/print/print6.def (added) * uspace/app/tester/stdio/logger1.c (added) * uspace/app/tester/stdio/logger1.def (added) * uspace/app/tester/stdio/logger2.c (added) * uspace/app/tester/stdio/logger2.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/testwrit/Makefile (added) * uspace/app/testwrit/testwrit.c (added) * uspace/app/top/screen.h (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/proto.c (modified) * uspace/app/trace/proto.h (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/list.c (moved) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/app/vdemo/Makefile (added) * uspace/app/vdemo/vdemo.c (added) * uspace/app/vlaunch/Makefile (added) * uspace/app/vlaunch/vlaunch.c (added) * uspace/app/vterm/Makefile (added) * uspace/app/vterm/vterm.c (added) * uspace/app/vuhid/main.c (modified) * uspace/dist/src/bithenge/basic.bh (added) * uspace/dist/src/bithenge/basic.dat (added) * uspace/dist/src/bithenge/basic.out (added) * uspace/dist/src/bithenge/bits.bh (added) * uspace/dist/src/bithenge/bits.dat (added) * uspace/dist/src/bithenge/bits.out (added) * uspace/dist/src/bithenge/cond.bh (added) * uspace/dist/src/bithenge/cond.dat (added) * uspace/dist/src/bithenge/cond.out (added) * uspace/dist/src/bithenge/expression.bh (added) * uspace/dist/src/bithenge/expression.dat (added) * uspace/dist/src/bithenge/expression.out (added) * uspace/dist/src/bithenge/fat.bh (added) * uspace/dist/src/bithenge/fat.dat (added) * uspace/dist/src/bithenge/fat.out (added) * uspace/dist/src/bithenge/gif/blue_1x1.gif (added) * uspace/dist/src/bithenge/gif/gif.bh (added) * uspace/dist/src/bithenge/gif/helenos.gif (added) * uspace/dist/src/bithenge/gif/loader.gif (added) * uspace/dist/src/bithenge/gif/readme (added) * uspace/dist/src/bithenge/repeat.bh (added) * uspace/dist/src/bithenge/repeat.dat (added) * uspace/dist/src/bithenge/repeat.out (added) * uspace/dist/src/bithenge/test.bdsh (added) * uspace/dist/src/bithenge/test.sh (added) * uspace/dist/src/bithenge/trip.bh (added) * uspace/dist/src/bithenge/trip.dat (added) * uspace/dist/src/bithenge/trip.out (added) * uspace/dist/src/bithenge/usbdesc.bh (added) * uspace/dist/src/bithenge/usbdesc.kbd.dat (added) * uspace/dist/src/bithenge/usbdesc.kbd.out (added) * uspace/dist/src/c/demos/top/screen.h (modified) * uspace/drv/block/ahci/Makefile (added) * uspace/drv/block/ahci/ahci.c (added) * uspace/drv/block/ahci/ahci.h (added) * uspace/drv/block/ahci/ahci.ma (added) * uspace/drv/block/ahci/ahci_hw.h (added) * uspace/drv/block/ahci/ahci_sata.h (added) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ehci/res.h (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/mem_access.h (added) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.h (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/ohci/res.c (modified) * uspace/drv/bus/usb/ohci/res.h (modified) * uspace/drv/bus/usb/ohci/root_hub.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/res.c (modified) * uspace/drv/bus/usb/uhci/res.h (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhcirh/main.c (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/uhcirh/root_hub.c (modified) * uspace/drv/bus/usb/usbflbk/main.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.h (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.h (modified) * uspace/drv/bus/usb/usbhid/subdrivers.h (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/drv/bus/usb/usbhub/main.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/vhc/Makefile (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/bus/usb/vhc/connhost.c (modified) * uspace/drv/bus/usb/vhc/hub.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/cyclic_buffer.h (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/drv/fb/kfb/Makefile (added) * uspace/drv/fb/kfb/kfb.c (added) * uspace/drv/fb/kfb/kfb.h (added) * uspace/drv/fb/kfb/kfb.ma (added) * uspace/drv/fb/kfb/port.c (added) * uspace/drv/fb/kfb/port.h (added) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/infrastructure/rootvirt/devices.def (modified) * uspace/drv/infrastructure/rootvirt/rootvirt.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/drv/time/cmos-rtc/Makefile (added) * uspace/drv/time/cmos-rtc/cmos-regs.h (added) * uspace/drv/time/cmos-rtc/cmos-rtc.c (added) * uspace/drv/time/cmos-rtc/cmos-rtc.ma (added) * uspace/lib/bithenge/Makefile (added) * uspace/lib/bithenge/Makefile.linux (added) * uspace/lib/bithenge/include/bithenge/blob.h (added) * uspace/lib/bithenge/include/bithenge/compound.h (added) * uspace/lib/bithenge/include/bithenge/expression.h (added) * uspace/lib/bithenge/include/bithenge/file.h (added) * uspace/lib/bithenge/include/bithenge/os.h (added) * uspace/lib/bithenge/include/bithenge/print.h (added) * uspace/lib/bithenge/include/bithenge/script.h (added) * uspace/lib/bithenge/include/bithenge/sequence.h (added) * uspace/lib/bithenge/include/bithenge/source.h (added) * uspace/lib/bithenge/include/bithenge/transform.h (added) * uspace/lib/bithenge/include/bithenge/tree.h (added) * uspace/lib/bithenge/src/blob.c (added) * uspace/lib/bithenge/src/common.h (added) * uspace/lib/bithenge/src/compound.c (added) * uspace/lib/bithenge/src/expression.c (added) * uspace/lib/bithenge/src/failure.c (added) * uspace/lib/bithenge/src/failure.h (added) * uspace/lib/bithenge/src/file.c (added) * uspace/lib/bithenge/src/helenos/block.c (added) * uspace/lib/bithenge/src/helenos/block.h (added) * uspace/lib/bithenge/src/helenos/common.h (added) * uspace/lib/bithenge/src/linux/common.h (added) * uspace/lib/bithenge/src/print.c (added) * uspace/lib/bithenge/src/script.c (added) * uspace/lib/bithenge/src/sequence.c (added) * uspace/lib/bithenge/src/source.c (added) * uspace/lib/bithenge/src/transform.c (added) * uspace/lib/bithenge/src/tree.c (added) * uspace/lib/block/Makefile (modified) * uspace/lib/block/block.c (moved) * uspace/lib/block/block.h (moved) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/abs32le/include/types.h (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/amd64/include/elf_linux.h (modified) * uspace/lib/c/arch/amd64/include/types.h (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/arm32/include/types.h (modified) * uspace/lib/c/arch/arm32/src/fibril.S (modified) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/arm32/src/thread_entry.s (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/include/types.h (modified) * uspace/lib/c/arch/ia64/Makefile.common (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/ia64/include/types.h (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips32/include/types.h (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/mips64/Makefile.common (modified) * uspace/lib/c/arch/mips64/_link.ld.in (modified) * uspace/lib/c/arch/mips64/include/types.h (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/include/types.h (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/include/types.h (modified) * uspace/lib/c/generic/adt/hash_set.c (deleted) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/bd.c (added) * uspace/lib/c/generic/bd_srv.c (added) * uspace/lib/c/generic/device/ahci.c (added) * uspace/lib/c/generic/device/battery_dev.c (added) * uspace/lib/c/generic/device/clock_dev.c (added) * uspace/lib/c/generic/device/graph_dev.c (added) * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/double_to_str.c (added) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/ieee_double.c (added) * uspace/lib/c/generic/io/chargrid.c (moved) * uspace/lib/c/generic/io/con_srv.c (added) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/input.c (added) * uspace/lib/c/generic/io/log.c (modified) * uspace/lib/c/generic/io/logctl.c (added) * uspace/lib/c/generic/io/output.c (added) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/io/visualizer.c (added) * uspace/lib/c/generic/io/window.c (added) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/power_of_ten.c (added) * uspace/lib/c/generic/private/power_of_ten.h (added) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/adt/hash.h (added) * uspace/lib/c/include/adt/hash_table.h (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/bd.h (added) * uspace/lib/c/include/bd_srv.h (added) * uspace/lib/c/include/device/ahci.h (added) * uspace/lib/c/include/device/battery_dev.h (added) * uspace/lib/c/include/device/clock_dev.h (added) * uspace/lib/c/include/device/graph_dev.h (added) * uspace/lib/c/include/double_to_str.h (added) * uspace/lib/c/include/ieee_double.h (added) * uspace/lib/c/include/io/charfield.h (moved) * uspace/lib/c/include/io/chargrid.h (added) * uspace/lib/c/include/io/con_srv.h (added) * uspace/lib/c/include/io/concaps.h (added) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/input.h (added) * uspace/lib/c/include/io/kbd_event.h (moved) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/logctl.h (added) * uspace/lib/c/include/io/mode.h (added) * uspace/lib/c/include/io/output.h (added) * uspace/lib/c/include/io/pixel.h (added) * uspace/lib/c/include/io/pixelmap.h (added) * uspace/lib/c/include/io/verify.h (added) * uspace/lib/c/include/io/visualizer.h (added) * uspace/lib/c/include/io/window.h (added) * uspace/lib/c/include/ipc/console.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/graph.h (added) * uspace/lib/c/include/ipc/input.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/logger.h (added) * uspace/lib/c/include/ipc/mouseev.h (modified) * uspace/lib/c/include/ipc/output.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/window.h (added) * uspace/lib/c/include/macros.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/draw/Makefile (added) * uspace/lib/draw/codec/tga.c (added) * uspace/lib/draw/codec/tga.h (added) * uspace/lib/draw/cursor.c (added) * uspace/lib/draw/cursor.h (added) * uspace/lib/draw/cursor/embedded.c (added) * uspace/lib/draw/cursor/embedded.h (added) * uspace/lib/draw/drawctx.c (added) * uspace/lib/draw/drawctx.h (added) * uspace/lib/draw/font.c (added) * uspace/lib/draw/font.h (added) * uspace/lib/draw/font/embedded.c (added) * uspace/lib/draw/font/embedded.h (added) * uspace/lib/draw/gfx/cursor-11x18.c (added) * uspace/lib/draw/gfx/cursor-11x18.h (added) * uspace/lib/draw/gfx/font-8x16.c (moved) * uspace/lib/draw/gfx/font-8x16.h (moved) * uspace/lib/draw/path.c (added) * uspace/lib/draw/path.h (added) * uspace/lib/draw/source.c (added) * uspace/lib/draw/source.h (added) * uspace/lib/draw/surface.c (added) * uspace/lib/draw/surface.h (added) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/log.c (modified) * uspace/lib/drv/generic/private/driver.h (added) * uspace/lib/drv/generic/remote_ahci.c (added) * uspace/lib/drv/generic/remote_battery_dev.c (added) * uspace/lib/drv/generic/remote_clock_dev.c (added) * uspace/lib/drv/generic/remote_graph_dev.c (added) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/ahci_iface.h (added) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/log.h (modified) * uspace/lib/drv/include/ops/battery_dev.h (added) * uspace/lib/drv/include/ops/clock_dev.h (added) * uspace/lib/drv/include/ops/graph_dev.h (added) * uspace/lib/drv/include/remote_ahci.h (added) * uspace/lib/drv/include/remote_battery_dev.h (added) * uspace/lib/drv/include/remote_clock_dev.h (added) * uspace/lib/drv/include/remote_graph_dev.h (added) * uspace/lib/ext2/libext2_block_group.h (modified) * uspace/lib/ext2/libext2_directory.h (modified) * uspace/lib/ext2/libext2_filesystem.c (modified) * uspace/lib/ext2/libext2_filesystem.h (modified) * uspace/lib/ext2/libext2_inode.h (modified) * uspace/lib/ext2/libext2_superblock.c (modified) * uspace/lib/ext2/libext2_superblock.h (modified) * uspace/lib/ext4/Makefile (added) * uspace/lib/ext4/libext4.h (added) * uspace/lib/ext4/libext4_balloc.c (added) * uspace/lib/ext4/libext4_balloc.h (added) * uspace/lib/ext4/libext4_bitmap.c (added) * uspace/lib/ext4/libext4_bitmap.h (added) * uspace/lib/ext4/libext4_block_group.c (added) * uspace/lib/ext4/libext4_block_group.h (added) * uspace/lib/ext4/libext4_crc.c (added) * uspace/lib/ext4/libext4_crc.h (added) * uspace/lib/ext4/libext4_directory.c (added) * uspace/lib/ext4/libext4_directory.h (added) * uspace/lib/ext4/libext4_directory_index.c (added) * uspace/lib/ext4/libext4_directory_index.h (added) * uspace/lib/ext4/libext4_extent.c (added) * uspace/lib/ext4/libext4_extent.h (added) * uspace/lib/ext4/libext4_filesystem.c (added) * uspace/lib/ext4/libext4_filesystem.h (added) * uspace/lib/ext4/libext4_hash.c (added) * uspace/lib/ext4/libext4_hash.h (added) * uspace/lib/ext4/libext4_ialloc.c (added) * uspace/lib/ext4/libext4_ialloc.h (added) * uspace/lib/ext4/libext4_inode.c (added) * uspace/lib/ext4/libext4_inode.h (added) * uspace/lib/ext4/libext4_superblock.c (added) * uspace/lib/ext4/libext4_superblock.h (added) * uspace/lib/ext4/libext4_types.h (added) * uspace/lib/fb/fb.c (deleted) * uspace/lib/fb/fb.h (deleted) * uspace/lib/fb/imgmap.c (deleted) * uspace/lib/fs/libfs.c (modified) * uspace/lib/graph/Makefile (added) * uspace/lib/graph/graph.c (added) * uspace/lib/graph/graph.h (added) * uspace/lib/gui/Makefile (added) * uspace/lib/gui/button.c (added) * uspace/lib/gui/button.h (added) * uspace/lib/gui/connection.c (added) * uspace/lib/gui/connection.h (added) * uspace/lib/gui/grid.c (added) * uspace/lib/gui/grid.h (added) * uspace/lib/gui/label.c (added) * uspace/lib/gui/label.h (added) * uspace/lib/gui/minimal.c (added) * uspace/lib/gui/minimal.h (added) * uspace/lib/gui/terminal.c (added) * uspace/lib/gui/terminal.h (added) * uspace/lib/gui/widget.c (added) * uspace/lib/gui/widget.h (added) * uspace/lib/gui/window.c (added) * uspace/lib/gui/window.h (added) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_addr_db.h (modified) * uspace/lib/nic/include/nic_wol_virtues.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/assert.h (moved) * uspace/lib/posix/include/posix/ctype.h (moved) * uspace/lib/posix/include/posix/errno.h (moved) * uspace/lib/posix/include/posix/fcntl.h (moved) * uspace/lib/posix/include/posix/float.h (moved) * uspace/lib/posix/include/posix/fnmatch.h (moved) * uspace/lib/posix/include/posix/getopt.h (moved) * uspace/lib/posix/include/posix/inttypes.h (moved) * uspace/lib/posix/include/posix/iso646.h (moved) * uspace/lib/posix/include/posix/limits.h (moved) * uspace/lib/posix/include/posix/locale.h (moved) * uspace/lib/posix/include/posix/malloc.h (added) * uspace/lib/posix/include/posix/math.h (moved) * uspace/lib/posix/include/posix/pwd.h (moved) * uspace/lib/posix/include/posix/signal.h (moved) * uspace/lib/posix/include/posix/stdarg.h (added) * uspace/lib/posix/include/posix/stdbool.h (moved) * uspace/lib/posix/include/posix/stddef.h (moved) * uspace/lib/posix/include/posix/stdint.h (moved) * uspace/lib/posix/include/posix/stdio.h (moved) * uspace/lib/posix/include/posix/stdlib.h (moved) * uspace/lib/posix/include/posix/string.h (moved) * uspace/lib/posix/include/posix/strings.h (moved) * uspace/lib/posix/include/posix/sys/mman.h (moved) * uspace/lib/posix/include/posix/sys/stat.h (moved) * uspace/lib/posix/include/posix/sys/types.h (moved) * uspace/lib/posix/include/posix/sys/wait.h (moved) * uspace/lib/posix/include/posix/time.h (moved) * uspace/lib/posix/include/posix/unistd.h (moved) * uspace/lib/posix/source/ctype.c (moved) * uspace/lib/posix/source/errno.c (moved) * uspace/lib/posix/source/fcntl.c (moved) * uspace/lib/posix/source/fnmatch.c (moved) * uspace/lib/posix/source/getopt.c (moved) * uspace/lib/posix/source/internal/common.h (moved) * uspace/lib/posix/source/locale.c (moved) * uspace/lib/posix/source/math.c (moved) * uspace/lib/posix/source/pwd.c (moved) * uspace/lib/posix/source/signal.c (moved) * uspace/lib/posix/source/stdio.c (moved) * uspace/lib/posix/source/stdio/scanf.c (moved) * uspace/lib/posix/source/stdlib.c (moved) * uspace/lib/posix/source/stdlib/strtol.c (moved) * uspace/lib/posix/source/stdlib/strtold.c (moved) * uspace/lib/posix/source/string.c (moved) * uspace/lib/posix/source/strings.c (moved) * uspace/lib/posix/source/sys/stat.c (moved) * uspace/lib/posix/source/sys/wait.c (moved) * uspace/lib/posix/source/time.c (added) * uspace/lib/posix/source/unistd.c (moved) * uspace/lib/posix/time.c (deleted) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/add.c (moved) * uspace/lib/softfloat/add.h (moved) * uspace/lib/softfloat/common.c (moved) * uspace/lib/softfloat/common.h (moved) * uspace/lib/softfloat/comparison.c (moved) * uspace/lib/softfloat/comparison.h (moved) * uspace/lib/softfloat/conversion.c (moved) * uspace/lib/softfloat/conversion.h (moved) * uspace/lib/softfloat/div.c (moved) * uspace/lib/softfloat/div.h (moved) * uspace/lib/softfloat/mul.c (moved) * uspace/lib/softfloat/mul.h (moved) * uspace/lib/softfloat/other.c (moved) * uspace/lib/softfloat/other.h (moved) * uspace/lib/softfloat/sftypes.h (moved) * uspace/lib/softfloat/softfloat.c (moved) * uspace/lib/softfloat/softfloat.h (moved) * uspace/lib/softfloat/sub.c (moved) * uspace/lib/softfloat/sub.h (moved) * uspace/lib/softrend/Makefile (added) * uspace/lib/softrend/compose.c (added) * uspace/lib/softrend/compose.h (added) * uspace/lib/softrend/filter.c (added) * uspace/lib/softrend/filter.h (added) * uspace/lib/softrend/pixconv.c (added) * uspace/lib/softrend/pixconv.h (moved) * uspace/lib/softrend/rectangle.c (added) * uspace/lib/softrend/rectangle.h (added) * uspace/lib/softrend/transform.c (added) * uspace/lib/softrend/transform.h (added) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/include/usb/hc.h (modified) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usb/src/debug.c (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usbdev/include/usb/dev/usb_device_connection.h (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified) * uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified) * uspace/lib/usbhid/include/usb/hid/request.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/lib/usbhid/src/hidreq.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/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/bd/sata_bd/Makefile (added) * uspace/srv/bd/sata_bd/sata_bd.c (added) * uspace/srv/bd/sata_bd/sata_bd.h (added) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat.h (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_fat.h (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) * uspace/srv/fs/ext4fs/Makefile (added) * uspace/srv/fs/ext4fs/ext4fs.c (added) * uspace/srv/fs/ext4fs/ext4fs.h (added) * uspace/srv/fs/ext4fs/ext4fs_ops.c (added) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_directory.c (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/locfs_ops.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_ops.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/fs/udf/Makefile (added) * uspace/srv/fs/udf/udf.c (added) * uspace/srv/fs/udf/udf.h (added) * uspace/srv/fs/udf/udf_cksum.c (added) * uspace/srv/fs/udf/udf_cksum.h (added) * uspace/srv/fs/udf/udf_file.c (added) * uspace/srv/fs/udf/udf_file.h (added) * uspace/srv/fs/udf/udf_idx.c (added) * uspace/srv/fs/udf/udf_idx.h (added) * uspace/srv/fs/udf/udf_ops.c (added) * uspace/srv/fs/udf/udf_osta.c (added) * uspace/srv/fs/udf/udf_osta.h (added) * uspace/srv/fs/udf/udf_types.h (added) * uspace/srv/fs/udf/udf_volume.c (added) * uspace/srv/fs/udf/udf_volume.h (added) * uspace/srv/hid/compositor/Makefile (added) * uspace/srv/hid/compositor/compositor.c (added) * uspace/srv/hid/compositor/compositor.h (added) * uspace/srv/hid/compositor/gfx/helenos.tga (moved) * uspace/srv/hid/compositor/gfx/nameic.tga (moved) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gfx/anim_1.tga (deleted) * uspace/srv/hid/console/gfx/anim_2.tga (deleted) * uspace/srv/hid/console/gfx/anim_3.tga (deleted) * uspace/srv/hid/console/gfx/anim_4.tga (deleted) * uspace/srv/hid/console/gfx/cons_data.tga (deleted) * uspace/srv/hid/console/gfx/cons_dis.tga (deleted) * uspace/srv/hid/console/gfx/cons_dis_sel.tga (deleted) * uspace/srv/hid/console/gfx/cons_idle.tga (deleted) * uspace/srv/hid/console/gfx/cons_kernel.tga (deleted) * uspace/srv/hid/console/gfx/cons_sel.tga (deleted) * uspace/srv/hid/fb/fb.c (deleted) * uspace/srv/hid/fb/fb.h (deleted) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/ctl/apple.c (modified) * uspace/srv/hid/input/ctl/gxe_fb.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/ctl/pc.c (modified) * uspace/srv/hid/input/ctl/stty.c (modified) * uspace/srv/hid/input/ctl/sun.c (modified) * uspace/srv/hid/input/gsp.c (moved) * uspace/srv/hid/input/gsp.h (moved) * uspace/srv/hid/input/input.c (moved) * uspace/srv/hid/input/input.h (moved) * uspace/srv/hid/input/kbd.h (moved) * uspace/srv/hid/input/kbd_ctl.h (moved) * uspace/srv/hid/input/kbd_port.h (moved) * uspace/srv/hid/input/layout.c (moved) * uspace/srv/hid/input/layout.h (moved) * uspace/srv/hid/input/layout/cz.c (modified) * uspace/srv/hid/input/layout/us_dvorak.c (modified) * uspace/srv/hid/input/layout/us_qwerty.c (modified) * uspace/srv/hid/input/mouse.h (moved) * uspace/srv/hid/input/mouse_port.h (moved) * uspace/srv/hid/input/mouse_proto.h (moved) * 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/gxemul.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hid/input/port/ski.c (modified) * uspace/srv/hid/input/proto/adb.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/input/stroke.c (moved) * uspace/srv/hid/input/stroke.h (moved) * uspace/srv/hid/isdv4_tablet/Makefile (added) * uspace/srv/hid/isdv4_tablet/isdv4.c (added) * uspace/srv/hid/isdv4_tablet/isdv4.h (added) * uspace/srv/hid/isdv4_tablet/main.c (added) * uspace/srv/hid/output/Makefile (moved) * uspace/srv/hid/output/ctl/serial.c (moved) * uspace/srv/hid/output/ctl/serial.h (moved) * uspace/srv/hid/output/gfx/font-8x16.c (added) * uspace/srv/hid/output/gfx/font-8x16.h (added) * uspace/srv/hid/output/output.c (added) * uspace/srv/hid/output/output.h (added) * uspace/srv/hid/output/port/ega.c (moved) * uspace/srv/hid/output/port/ega.h (moved) * uspace/srv/hid/output/port/kchar.c (moved) * uspace/srv/hid/output/port/kchar.h (moved) * uspace/srv/hid/output/port/kfb.c (moved) * uspace/srv/hid/output/port/kfb.h (moved) * uspace/srv/hid/output/port/niagara.c (moved) * uspace/srv/hid/output/port/niagara.h (moved) * uspace/srv/hid/output/port/ski.c (moved) * uspace/srv/hid/output/port/ski.h (moved) * uspace/srv/hid/output/proto/vt100.c (moved) * uspace/srv/hid/output/proto/vt100.h (moved) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/interp.S (added) * uspace/srv/loader/interp.s (deleted) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/Makefile (added) * uspace/srv/logger/ctl.c (added) * uspace/srv/logger/initlvl.c (added) * uspace/srv/logger/level.c (added) * uspace/srv/logger/logger.h (added) * uspace/srv/logger/logs.c (added) * uspace/srv/logger/main.c (added) * uspace/srv/logger/writer.c (added) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/ethip/pdu.c (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/icmp.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/inetsrv/sroute.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/iqueue.c (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/rqueue.c (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/ucall.c (modified) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_node.c (modified) * version (modified) Merge mainline changes. Mon, 15 Oct 2012 16:28:58 GMT Jan Vesely [e2a6b72] * HelenOS.config (modified) * abi/include/ipc/ipc.h (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/mbprotect/__init__.py (modified) * contrib/conf/sparc64-qe (added) * kernel/Makefile (modified) * kernel/genarch/include/drivers/arm926_uart/arm926_uart.h (modified) * kernel/genarch/include/multiboot/multiboot.h (modified) * kernel/genarch/src/multiboot/multiboot.c (modified) * kernel/genarch/src/multiboot/multiboot2.c (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/ipc/sysipc_ops.h (added) * kernel/generic/include/ipc/sysipc_priv.h (added) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/ops/clnestab.c (added) * kernel/generic/src/ipc/ops/conctmeto.c (added) * kernel/generic/src/ipc/ops/concttome.c (added) * kernel/generic/src/ipc/ops/connclone.c (added) * kernel/generic/src/ipc/ops/dataread.c (added) * kernel/generic/src/ipc/ops/datawrite.c (added) * kernel/generic/src/ipc/ops/debug.c (added) * kernel/generic/src/ipc/ops/sharein.c (added) * kernel/generic/src/ipc/ops/shareout.c (added) * kernel/generic/src/ipc/ops/stchngath.c (added) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/ipc/sysipc_ops.c (added) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/proc/task.c (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/cmp/cmp.c (added) * uspace/app/bdsh/cmds/modules/cmp/cmp.h (added) * uspace/app/bdsh/cmds/modules/cmp/cmp_def.h (added) * uspace/app/bdsh/cmds/modules/cmp/entry.h (added) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bithenge/Makefile (added) * uspace/app/bithenge/Makefile.linux (added) * uspace/app/bithenge/test.c (added) * uspace/app/date/Makefile (added) * uspace/app/date/date.c (added) * uspace/app/devctl/devctl.c (modified) * uspace/app/logset/Makefile (added) * uspace/app/logset/main.c (added) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/msim/arch_helenos/input.c (modified) * uspace/app/msim/arch_helenos/misc.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/float/softfloat1.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/app/tester/stdio/logger1.c (added) * uspace/app/tester/stdio/logger1.def (added) * uspace/app/tester/stdio/logger2.c (added) * uspace/app/tester/stdio/logger2.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/proto.c (modified) * uspace/app/trace/proto.h (modified) * uspace/app/vuhid/main.c (modified) * uspace/dist/src/bithenge/basic.bh (added) * uspace/dist/src/bithenge/basic.dat (added) * uspace/dist/src/bithenge/basic.out (added) * uspace/dist/src/bithenge/bits.bh (added) * uspace/dist/src/bithenge/bits.dat (added) * uspace/dist/src/bithenge/bits.out (added) * uspace/dist/src/bithenge/cond.bh (added) * uspace/dist/src/bithenge/cond.dat (added) * uspace/dist/src/bithenge/cond.out (added) * uspace/dist/src/bithenge/expression.bh (added) * uspace/dist/src/bithenge/expression.dat (added) * uspace/dist/src/bithenge/expression.out (added) * uspace/dist/src/bithenge/fat.bh (added) * uspace/dist/src/bithenge/fat.dat (added) * uspace/dist/src/bithenge/fat.out (added) * uspace/dist/src/bithenge/gif/blue_1x1.gif (added) * uspace/dist/src/bithenge/gif/gif.bh (added) * uspace/dist/src/bithenge/gif/helenos.gif (added) * uspace/dist/src/bithenge/gif/loader.gif (added) * uspace/dist/src/bithenge/gif/readme (added) * uspace/dist/src/bithenge/repeat.bh (added) * uspace/dist/src/bithenge/repeat.dat (added) * uspace/dist/src/bithenge/repeat.out (added) * uspace/dist/src/bithenge/test.bdsh (added) * uspace/dist/src/bithenge/test.sh (added) * uspace/dist/src/bithenge/trip.bh (added) * uspace/dist/src/bithenge/trip.dat (added) * uspace/dist/src/bithenge/trip.out (added) * uspace/dist/src/bithenge/usbdesc.bh (added) * uspace/dist/src/bithenge/usbdesc.kbd.dat (added) * uspace/dist/src/bithenge/usbdesc.kbd.out (added) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhcirh/main.c (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/usbflbk/main.c (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhub/main.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/bus/usb/vhc/Makefile (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/infrastructure/rootvirt/rootvirt.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/rtl8139/defs.h (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/drv/time/cmos-rtc/Makefile (added) * uspace/drv/time/cmos-rtc/cmos-regs.h (added) * uspace/drv/time/cmos-rtc/cmos-rtc.c (added) * uspace/drv/time/cmos-rtc/cmos-rtc.ma (added) * uspace/lib/bithenge/Makefile (added) * uspace/lib/bithenge/Makefile.linux (added) * uspace/lib/bithenge/include/bithenge/blob.h (added) * uspace/lib/bithenge/include/bithenge/compound.h (added) * uspace/lib/bithenge/include/bithenge/expression.h (added) * uspace/lib/bithenge/include/bithenge/file.h (added) * uspace/lib/bithenge/include/bithenge/os.h (added) * uspace/lib/bithenge/include/bithenge/print.h (added) * uspace/lib/bithenge/include/bithenge/script.h (added) * uspace/lib/bithenge/include/bithenge/sequence.h (added) * uspace/lib/bithenge/include/bithenge/source.h (added) * uspace/lib/bithenge/include/bithenge/transform.h (added) * uspace/lib/bithenge/include/bithenge/tree.h (added) * uspace/lib/bithenge/src/blob.c (added) * uspace/lib/bithenge/src/common.h (added) * uspace/lib/bithenge/src/compound.c (added) * uspace/lib/bithenge/src/expression.c (added) * uspace/lib/bithenge/src/failure.c (added) * uspace/lib/bithenge/src/failure.h (added) * uspace/lib/bithenge/src/file.c (added) * uspace/lib/bithenge/src/helenos/block.c (added) * uspace/lib/bithenge/src/helenos/block.h (added) * uspace/lib/bithenge/src/helenos/common.h (added) * uspace/lib/bithenge/src/linux/common.h (added) * uspace/lib/bithenge/src/print.c (added) * uspace/lib/bithenge/src/script.c (added) * uspace/lib/bithenge/src/sequence.c (added) * uspace/lib/bithenge/src/source.c (added) * uspace/lib/bithenge/src/transform.c (added) * uspace/lib/bithenge/src/tree.c (added) * uspace/lib/block/block.c (modified) * uspace/lib/block/block.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/ddi.h (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/include/ddi.h (modified) * uspace/lib/c/arch/ia32/include/ddi.h (modified) * uspace/lib/c/arch/ia64/include/ddi.h (modified) * uspace/lib/c/arch/ia64/src/ddi.c (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32/include/ddi.h (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/mips64/Makefile.common (modified) * uspace/lib/c/arch/mips64/include/ddi.h (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/ppc32/include/ddi.h (modified) * uspace/lib/c/arch/sparc64/include/ddi.h (modified) * uspace/lib/c/generic/adt/hash_set.c (deleted) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/battery_dev.c (added) * uspace/lib/c/generic/device/clock_dev.c (added) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/io/log.c (modified) * uspace/lib/c/generic/io/logctl.c (added) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/pio_trace.c (added) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/adt/hash.h (added) * uspace/lib/c/include/adt/hash_table.h (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/device/battery_dev.h (added) * uspace/lib/c/include/device/clock_dev.h (added) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/logctl.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/logger.h (moved) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/macros.h (modified) * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/log.c (modified) * uspace/lib/drv/generic/remote_battery_dev.c (added) * uspace/lib/drv/generic/remote_clock_dev.c (added) * uspace/lib/drv/include/ddf/log.h (modified) * uspace/lib/drv/include/ops/battery_dev.h (added) * uspace/lib/drv/include/ops/clock_dev.h (added) * uspace/lib/drv/include/remote_battery_dev.h (added) * uspace/lib/drv/include/remote_clock_dev.h (added) * uspace/lib/ext4/libext4_crc.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_hash.c (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_addr_db.h (modified) * uspace/lib/nic/include/nic_wol_virtues.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/assert.h (moved) * uspace/lib/posix/include/posix/ctype.h (moved) * uspace/lib/posix/include/posix/errno.h (moved) * uspace/lib/posix/include/posix/fcntl.h (moved) * uspace/lib/posix/include/posix/float.h (moved) * uspace/lib/posix/include/posix/fnmatch.h (moved) * uspace/lib/posix/include/posix/getopt.h (moved) * uspace/lib/posix/include/posix/inttypes.h (moved) * uspace/lib/posix/include/posix/iso646.h (moved) * uspace/lib/posix/include/posix/limits.h (moved) * uspace/lib/posix/include/posix/locale.h (moved) * uspace/lib/posix/include/posix/malloc.h (added) * uspace/lib/posix/include/posix/math.h (moved) * uspace/lib/posix/include/posix/pwd.h (moved) * uspace/lib/posix/include/posix/signal.h (moved) * uspace/lib/posix/include/posix/stdarg.h (added) * uspace/lib/posix/include/posix/stdbool.h (moved) * uspace/lib/posix/include/posix/stddef.h (moved) * uspace/lib/posix/include/posix/stdint.h (moved) * uspace/lib/posix/include/posix/stdio.h (moved) * uspace/lib/posix/include/posix/stdlib.h (moved) * uspace/lib/posix/include/posix/string.h (moved) * uspace/lib/posix/include/posix/strings.h (moved) * uspace/lib/posix/include/posix/sys/mman.h (moved) * uspace/lib/posix/include/posix/sys/stat.h (moved) * uspace/lib/posix/include/posix/sys/types.h (moved) * uspace/lib/posix/include/posix/sys/wait.h (moved) * uspace/lib/posix/include/posix/time.h (moved) * uspace/lib/posix/include/posix/unistd.h (moved) * uspace/lib/posix/source/ctype.c (moved) * uspace/lib/posix/source/errno.c (moved) * uspace/lib/posix/source/fcntl.c (moved) * uspace/lib/posix/source/fnmatch.c (moved) * uspace/lib/posix/source/getopt.c (moved) * uspace/lib/posix/source/internal/common.h (moved) * uspace/lib/posix/source/locale.c (moved) * uspace/lib/posix/source/math.c (moved) * uspace/lib/posix/source/pwd.c (moved) * uspace/lib/posix/source/signal.c (moved) * uspace/lib/posix/source/stdio.c (moved) * uspace/lib/posix/source/stdio/scanf.c (moved) * uspace/lib/posix/source/stdlib.c (moved) * uspace/lib/posix/source/stdlib/strtol.c (moved) * uspace/lib/posix/source/stdlib/strtold.c (moved) * uspace/lib/posix/source/string.c (moved) * uspace/lib/posix/source/strings.c (moved) * uspace/lib/posix/source/sys/stat.c (moved) * uspace/lib/posix/source/sys/wait.c (moved) * uspace/lib/posix/source/time.c (added) * uspace/lib/posix/source/unistd.c (moved) * uspace/lib/posix/time.c (deleted) * uspace/lib/softfloat/add.c (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/src/debug.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat.h (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/fs/udf/udf.c (modified) * uspace/srv/fs/udf/udf.h (modified) * uspace/srv/fs/udf/udf_file.c (modified) * uspace/srv/fs/udf/udf_idx.c (modified) * uspace/srv/fs/udf/udf_ops.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) * uspace/srv/hid/input/gsp.c (modified) * uspace/srv/hid/input/gsp.h (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hid/output/port/ega.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/Makefile (added) * uspace/srv/logger/ctl.c (added) * uspace/srv/logger/initlvl.c (added) * uspace/srv/logger/level.c (added) * uspace/srv/logger/logger.h (added) * uspace/srv/logger/logs.c (added) * uspace/srv/logger/main.c (added) * uspace/srv/logger/writer.c (added) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/ethip/pdu.c (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/icmp.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/inetsrv/sroute.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/iqueue.c (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/rqueue.c (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/ucall.c (modified) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_node.c (modified) Merge mainline and io improvements. Fri, 05 Oct 2012 06:59:17 GMT Vojtech Horky [be1dcc26] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/cmp/cmp.c (added) * uspace/app/bdsh/cmds/modules/cmp/cmp.h (added) * uspace/app/bdsh/cmds/modules/cmp/cmp_def.h (added) * uspace/app/bdsh/cmds/modules/cmp/entry.h (added) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bithenge/Makefile (added) * uspace/app/bithenge/Makefile.linux (added) * uspace/app/bithenge/test.c (added) * uspace/dist/src/bithenge/basic.bh (added) * uspace/dist/src/bithenge/basic.dat (added) * uspace/dist/src/bithenge/basic.out (added) * uspace/dist/src/bithenge/bits.bh (added) * uspace/dist/src/bithenge/bits.dat (added) * uspace/dist/src/bithenge/bits.out (added) * uspace/dist/src/bithenge/cond.bh (added) * uspace/dist/src/bithenge/cond.dat (added) * uspace/dist/src/bithenge/cond.out (added) * uspace/dist/src/bithenge/expression.bh (added) * uspace/dist/src/bithenge/expression.dat (added) * uspace/dist/src/bithenge/expression.out (added) * uspace/dist/src/bithenge/fat.bh (added) * uspace/dist/src/bithenge/fat.dat (added) * uspace/dist/src/bithenge/fat.out (added) * uspace/dist/src/bithenge/gif/blue_1x1.gif (added) * uspace/dist/src/bithenge/gif/gif.bh (added) * uspace/dist/src/bithenge/gif/helenos.gif (added) * uspace/dist/src/bithenge/gif/loader.gif (added) * uspace/dist/src/bithenge/gif/readme (added) * uspace/dist/src/bithenge/repeat.bh (added) * uspace/dist/src/bithenge/repeat.dat (added) * uspace/dist/src/bithenge/repeat.out (added) * uspace/dist/src/bithenge/test.bdsh (added) * uspace/dist/src/bithenge/test.sh (added) * uspace/dist/src/bithenge/trip.bh (added) * uspace/dist/src/bithenge/trip.dat (added) * uspace/dist/src/bithenge/trip.out (added) * uspace/dist/src/bithenge/usbdesc.bh (added) * uspace/dist/src/bithenge/usbdesc.kbd.dat (added) * uspace/dist/src/bithenge/usbdesc.kbd.out (added) * uspace/lib/bithenge/Makefile (added) * uspace/lib/bithenge/Makefile.linux (added) * uspace/lib/bithenge/include/bithenge/blob.h (added) * uspace/lib/bithenge/include/bithenge/compound.h (added) * uspace/lib/bithenge/include/bithenge/expression.h (added) * uspace/lib/bithenge/include/bithenge/file.h (added) * uspace/lib/bithenge/include/bithenge/os.h (added) * uspace/lib/bithenge/include/bithenge/print.h (added) * uspace/lib/bithenge/include/bithenge/script.h (added) * uspace/lib/bithenge/include/bithenge/sequence.h (added) * uspace/lib/bithenge/include/bithenge/source.h (added) * uspace/lib/bithenge/include/bithenge/transform.h (added) * uspace/lib/bithenge/include/bithenge/tree.h (added) * uspace/lib/bithenge/src/blob.c (added) * uspace/lib/bithenge/src/common.h (added) * uspace/lib/bithenge/src/compound.c (added) * uspace/lib/bithenge/src/expression.c (added) * uspace/lib/bithenge/src/failure.c (added) * uspace/lib/bithenge/src/failure.h (added) * uspace/lib/bithenge/src/file.c (added) * uspace/lib/bithenge/src/helenos/block.c (added) * uspace/lib/bithenge/src/helenos/block.h (added) * uspace/lib/bithenge/src/helenos/common.h (added) * uspace/lib/bithenge/src/linux/common.h (added) * uspace/lib/bithenge/src/print.c (added) * uspace/lib/bithenge/src/script.c (added) * uspace/lib/bithenge/src/sequence.c (added) * uspace/lib/bithenge/src/source.c (added) * uspace/lib/bithenge/src/transform.c (added) * uspace/lib/bithenge/src/tree.c (added) Merge Bithenge data viewer (GSOC 2012) Merged from ... Sun, 16 Sep 2012 11:27:35 GMT Maurizio Lombardi [fedac2f] * HelenOS.config (modified) * abi/include/ipc/ipc.h (modified) * boot/Makefile.common (modified) * boot/arch/ppc32/_link.ld.in (modified) * boot/arch/ppc32/include/arch.h (modified) * boot/arch/ppc32/src/main.c (modified) * contrib/conf/sparc64-qe (added) * defaults/amd64/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/istate.h (modified) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/genarch/include/drivers/arm926_uart/arm926_uart.h (modified) * kernel/genarch/include/multiboot/multiboot.h (modified) * kernel/genarch/src/drivers/arm926_uart/arm926_uart.c (modified) * kernel/genarch/src/multiboot/multiboot.c (modified) * kernel/genarch/src/multiboot/multiboot2.c (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/ipc/sysipc_ops.h (added) * kernel/generic/include/ipc/sysipc_priv.h (added) * kernel/generic/include/lib/elf_load.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/ops/clnestab.c (added) * kernel/generic/src/ipc/ops/conctmeto.c (added) * kernel/generic/src/ipc/ops/concttome.c (added) * kernel/generic/src/ipc/ops/connclone.c (added) * kernel/generic/src/ipc/ops/dataread.c (added) * kernel/generic/src/ipc/ops/datawrite.c (added) * kernel/generic/src/ipc/ops/debug.c (added) * kernel/generic/src/ipc/ops/sharein.c (added) * kernel/generic/src/ipc/ops/shareout.c (added) * kernel/generic/src/ipc/ops/stchngath.c (added) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/ipc/sysipc_ops.c (added) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/proc/task.c (modified) * uspace/Makefile (modified) * uspace/app/logset/Makefile (added) * uspace/app/logset/main.c (added) * uspace/app/tester/Makefile (modified) * uspace/app/tester/ext2/ext2_1.c (moved) * uspace/app/tester/ext2/ext2_1.def (moved) * uspace/app/tester/float/float1.c (added) * uspace/app/tester/float/float1.def (added) * uspace/app/tester/float/softfloat1.c (added) * uspace/app/tester/float/softfloat1.def (added) * uspace/app/tester/stdio/logger1.c (added) * uspace/app/tester/stdio/logger1.def (added) * uspace/app/tester/stdio/logger2.c (added) * uspace/app/tester/stdio/logger2.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/vuhid/main.c (modified) * uspace/drv/block/ahci/ahci.c (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/main.c (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhcirh/main.c (modified) * uspace/drv/bus/usb/usbflbk/main.c (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhub/main.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/bus/usb/vhc/Makefile (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/infrastructure/rootvirt/rootvirt.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/rtl8139/driver.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/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips64/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/generic/io/log.c (modified) * uspace/lib/c/generic/io/logctl.c (added) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/logctl.h (added) * uspace/lib/c/include/ipc/logger.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/drv/generic/log.c (modified) * uspace/lib/drv/include/ddf/log.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/add.c (moved) * uspace/lib/softfloat/add.h (moved) * uspace/lib/softfloat/common.c (moved) * uspace/lib/softfloat/common.h (moved) * uspace/lib/softfloat/comparison.c (moved) * uspace/lib/softfloat/comparison.h (moved) * uspace/lib/softfloat/conversion.c (moved) * uspace/lib/softfloat/conversion.h (moved) * uspace/lib/softfloat/div.c (moved) * uspace/lib/softfloat/div.h (moved) * uspace/lib/softfloat/mul.c (moved) * uspace/lib/softfloat/mul.h (moved) * uspace/lib/softfloat/other.c (moved) * uspace/lib/softfloat/other.h (moved) * uspace/lib/softfloat/sftypes.h (moved) * uspace/lib/softfloat/softfloat.c (moved) * uspace/lib/softfloat/softfloat.h (moved) * uspace/lib/softfloat/sub.c (moved) * uspace/lib/softfloat/sub.h (moved) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/src/debug.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/udf/udf.c (modified) * uspace/srv/fs/udf/udf_file.c (modified) * uspace/srv/fs/udf/udf_ops.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) * uspace/srv/logger/Makefile (added) * uspace/srv/logger/ctl.c (added) * uspace/srv/logger/initlvl.c (added) * uspace/srv/logger/level.c (added) * uspace/srv/logger/logger.h (added) * uspace/srv/logger/logs.c (added) * uspace/srv/logger/main.c (added) * uspace/srv/logger/writer.c (added) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/ethip/pdu.c (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/icmp.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/inetsrv/sroute.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/iqueue.c (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/rqueue.c (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/ucall.c (modified) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_inet.c (modified) merge mainline changes Fri, 07 Sep 2012 08:12:05 GMT Vojtech Horky [70253688] * HelenOS.config (modified) * Makefile (modified) * boot/Makefile.common (modified) * boot/arch/arm32/include/main.h (modified) * boot/arch/ppc32/_link.ld.in (modified) * boot/arch/ppc32/include/arch.h (modified) * boot/arch/ppc32/src/main.c (modified) * boot/generic/include/printf.h (modified) * boot/generic/include/printf_verify.h (added) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/drivers/arm926_uart/arm926_uart.h (added) * kernel/genarch/src/drivers/arm926_uart/arm926_uart.c (added) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/lib/elf_load.h (modified) * kernel/generic/include/print.h (modified) * kernel/generic/include/printf/verify.h (added) * uspace/Makefile (modified) * uspace/app/bdsh/errors.h (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/top/screen.h (modified) * uspace/dist/src/c/demos/top/screen.h (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/abs32le/include/types.h (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/amd64/include/types.h (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/arm32/include/types.h (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/include/types.h (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/ia64/include/types.h (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips32/include/types.h (modified) * uspace/lib/c/arch/mips64/_link.ld.in (modified) * uspace/lib/c/arch/mips64/include/types.h (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/include/types.h (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/include/types.h (modified) * uspace/lib/c/generic/io/con_srv.c (added) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/input.c (added) * uspace/lib/c/generic/io/output.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/io/con_srv.h (added) * uspace/lib/c/include/io/concaps.h (added) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/input.h (added) * uspace/lib/c/include/io/kbd_event.h (added) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/verify.h (added) * uspace/lib/c/include/ipc/console.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/draw/surface.c (modified) * uspace/lib/draw/surface.h (modified) * uspace/lib/drv/include/ddf/log.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/terminal.h (modified) * uspace/srv/fs/udf/Makefile (added) * uspace/srv/fs/udf/udf.c (added) * uspace/srv/fs/udf/udf.h (added) * uspace/srv/fs/udf/udf_cksum.c (added) * uspace/srv/fs/udf/udf_cksum.h (added) * uspace/srv/fs/udf/udf_file.c (added) * uspace/srv/fs/udf/udf_file.h (added) * uspace/srv/fs/udf/udf_idx.c (added) * uspace/srv/fs/udf/udf_idx.h (added) * uspace/srv/fs/udf/udf_ops.c (added) * uspace/srv/fs/udf/udf_osta.c (added) * uspace/srv/fs/udf/udf_osta.h (added) * uspace/srv/fs/udf/udf_types.h (added) * uspace/srv/fs/udf/udf_volume.c (added) * uspace/srv/fs/udf/udf_volume.h (added) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/compositor/compositor.h (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) * uspace/srv/net/ethip/pdu.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/udp/sock.c (modified) Merge mainline changes Fri, 31 Aug 2012 17:30:29 GMT Jan Vesely [96e01fbc] * HelenOS.config (modified) * Makefile (modified) * abi/include/ddi/irq.h (modified) * abi/include/fb/visuals.h (modified) * abi/include/syscall.h (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips64/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/generic/include/printf.h (modified) * boot/generic/include/printf_verify.h (added) * boot/generic/src/str.c (modified) * contrib/arch/HelenOS.adl (modified) * contrib/arch/uspace/srv/fs/fat/fat.bp (modified) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/bzreml/setup.py (modified) * contrib/bazaar/mbprotect/__init__.py (modified) * contrib/conf/mips32-gx.sh (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/ultra/Makefile.config (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/boot/vesa_ret.inc (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/boot/vesa_prot.inc (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/boot/vesa_ret.inc (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips64/Makefile.inc (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/print.h (modified) * kernel/generic/include/printf/verify.h (added) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (modified) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * release/Makefile (modified) * tools/mkext4.py (added) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/errors.h (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/edit/Makefile (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/search.c (added) * uspace/app/edit/search.h (added) * uspace/app/edit/search_impl.h (added) * uspace/app/edit/sheet.c (modified) * uspace/app/edit/sheet.h (modified) * uspace/app/edit/sheet_impl.h (added) * uspace/app/ext2info/ext2info.c (modified) * uspace/app/init/init.c (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/testwrit/Makefile (moved) * uspace/app/testwrit/testwrit.c (added) * uspace/app/top/screen.h (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/list.c (moved) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/app/vdemo/Makefile (added) * uspace/app/vdemo/vdemo.c (added) * uspace/app/vlaunch/Makefile (added) * uspace/app/vlaunch/vlaunch.c (added) * uspace/app/vterm/Makefile (added) * uspace/app/vterm/vterm.c (added) * uspace/dist/src/c/demos/top/screen.h (modified) * uspace/drv/block/ahci/Makefile (added) * uspace/drv/block/ahci/ahci.c (added) * uspace/drv/block/ahci/ahci.h (added) * uspace/drv/block/ahci/ahci.ma (added) * uspace/drv/block/ahci/ahci_hw.h (added) * uspace/drv/block/ahci/ahci_sata.h (added) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ehci/res.h (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/mem_access.h (added) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.h (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/ohci/res.c (modified) * uspace/drv/bus/usb/ohci/res.h (modified) * uspace/drv/bus/usb/ohci/root_hub.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/res.c (modified) * uspace/drv/bus/usb/uhci/res.h (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhcirh/main.c (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/uhcirh/root_hub.c (modified) * uspace/drv/bus/usb/usbflbk/main.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.h (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.h (modified) * uspace/drv/bus/usb/usbhid/subdrivers.h (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/bus/usb/vhc/connhost.c (modified) * uspace/drv/bus/usb/vhc/hub.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/cyclic_buffer.h (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/drv/fb/kfb/Makefile (added) * uspace/drv/fb/kfb/kfb.c (added) * uspace/drv/fb/kfb/kfb.h (added) * uspace/drv/fb/kfb/kfb.ma (added) * uspace/drv/fb/kfb/port.c (added) * uspace/drv/fb/kfb/port.h (added) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/infrastructure/rootvirt/devices.def (modified) * uspace/drv/infrastructure/rootvirt/rootvirt.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.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/Makefile (modified) * uspace/lib/block/block.c (moved) * uspace/lib/block/block.h (moved) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/abs32le/include/types.h (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/amd64/include/elf_linux.h (modified) * uspace/lib/c/arch/amd64/include/types.h (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/arm32/include/types.h (modified) * uspace/lib/c/arch/arm32/src/fibril.S (modified) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/arm32/src/thread_entry.s (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/include/types.h (modified) * uspace/lib/c/arch/ia64/Makefile.common (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/ia64/include/types.h (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips32/include/types.h (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/mips64/Makefile.common (modified) * uspace/lib/c/arch/mips64/_link.ld.in (modified) * uspace/lib/c/arch/mips64/include/types.h (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/include/types.h (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/include/types.h (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/bd.c (added) * uspace/lib/c/generic/bd_srv.c (added) * uspace/lib/c/generic/device/ahci.c (added) * uspace/lib/c/generic/device/graph_dev.c (added) * uspace/lib/c/generic/io/chargrid.c (moved) * uspace/lib/c/generic/io/con_srv.c (added) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/input.c (added) * uspace/lib/c/generic/io/output.c (added) * uspace/lib/c/generic/io/visualizer.c (added) * uspace/lib/c/generic/io/window.c (added) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/bd.h (added) * uspace/lib/c/include/bd_srv.h (added) * uspace/lib/c/include/device/ahci.h (added) * uspace/lib/c/include/device/graph_dev.h (added) * uspace/lib/c/include/io/charfield.h (moved) * uspace/lib/c/include/io/chargrid.h (added) * uspace/lib/c/include/io/con_srv.h (added) * uspace/lib/c/include/io/concaps.h (added) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/input.h (added) * uspace/lib/c/include/io/kbd_event.h (added) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/mode.h (added) * uspace/lib/c/include/io/output.h (added) * uspace/lib/c/include/io/pixel.h (added) * uspace/lib/c/include/io/pixelmap.h (added) * uspace/lib/c/include/io/verify.h (added) * uspace/lib/c/include/io/visualizer.h (added) * uspace/lib/c/include/io/window.h (added) * uspace/lib/c/include/ipc/console.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/graph.h (added) * uspace/lib/c/include/ipc/input.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/mouseev.h (modified) * uspace/lib/c/include/ipc/output.h (added) * uspace/lib/c/include/ipc/window.h (added) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/draw/Makefile (added) * uspace/lib/draw/codec/tga.c (added) * uspace/lib/draw/codec/tga.h (added) * uspace/lib/draw/cursor.c (added) * uspace/lib/draw/cursor.h (added) * uspace/lib/draw/cursor/embedded.c (added) * uspace/lib/draw/cursor/embedded.h (added) * uspace/lib/draw/drawctx.c (added) * uspace/lib/draw/drawctx.h (added) * uspace/lib/draw/font.c (added) * uspace/lib/draw/font.h (added) * uspace/lib/draw/font/embedded.c (added) * uspace/lib/draw/font/embedded.h (added) * uspace/lib/draw/gfx/cursor-11x18.c (added) * uspace/lib/draw/gfx/cursor-11x18.h (added) * uspace/lib/draw/gfx/font-8x16.c (moved) * uspace/lib/draw/gfx/font-8x16.h (moved) * uspace/lib/draw/path.c (added) * uspace/lib/draw/path.h (added) * uspace/lib/draw/source.c (added) * uspace/lib/draw/source.h (added) * uspace/lib/draw/surface.c (added) * uspace/lib/draw/surface.h (added) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/private/driver.h (added) * uspace/lib/drv/generic/remote_ahci.c (added) * uspace/lib/drv/generic/remote_graph_dev.c (added) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/ahci_iface.h (added) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/log.h (modified) * uspace/lib/drv/include/ops/graph_dev.h (added) * uspace/lib/drv/include/remote_ahci.h (added) * uspace/lib/drv/include/remote_graph_dev.h (added) * uspace/lib/ext2/libext2_block_group.h (modified) * uspace/lib/ext2/libext2_directory.h (modified) * uspace/lib/ext2/libext2_filesystem.c (modified) * uspace/lib/ext2/libext2_filesystem.h (modified) * uspace/lib/ext2/libext2_inode.h (modified) * uspace/lib/ext2/libext2_superblock.c (modified) * uspace/lib/ext2/libext2_superblock.h (modified) * uspace/lib/ext4/Makefile (added) * uspace/lib/ext4/libext4.h (added) * uspace/lib/ext4/libext4_balloc.c (added) * uspace/lib/ext4/libext4_balloc.h (added) * uspace/lib/ext4/libext4_bitmap.c (added) * uspace/lib/ext4/libext4_bitmap.h (added) * uspace/lib/ext4/libext4_block_group.c (added) * uspace/lib/ext4/libext4_block_group.h (added) * uspace/lib/ext4/libext4_crc.c (added) * uspace/lib/ext4/libext4_crc.h (added) * uspace/lib/ext4/libext4_directory.c (added) * uspace/lib/ext4/libext4_directory.h (added) * uspace/lib/ext4/libext4_directory_index.c (added) * uspace/lib/ext4/libext4_directory_index.h (added) * uspace/lib/ext4/libext4_extent.c (added) * uspace/lib/ext4/libext4_extent.h (added) * uspace/lib/ext4/libext4_filesystem.c (added) * uspace/lib/ext4/libext4_filesystem.h (added) * uspace/lib/ext4/libext4_hash.c (added) * uspace/lib/ext4/libext4_hash.h (added) * uspace/lib/ext4/libext4_ialloc.c (added) * uspace/lib/ext4/libext4_ialloc.h (added) * uspace/lib/ext4/libext4_inode.c (added) * uspace/lib/ext4/libext4_inode.h (added) * uspace/lib/ext4/libext4_superblock.c (added) * uspace/lib/ext4/libext4_superblock.h (added) * uspace/lib/ext4/libext4_types.h (added) * uspace/lib/fb/fb.c (deleted) * uspace/lib/fb/fb.h (deleted) * uspace/lib/fb/imgmap.c (deleted) * uspace/lib/graph/Makefile (moved) * uspace/lib/graph/graph.c (added) * uspace/lib/graph/graph.h (added) * uspace/lib/gui/Makefile (added) * uspace/lib/gui/button.c (added) * uspace/lib/gui/button.h (added) * uspace/lib/gui/connection.c (added) * uspace/lib/gui/connection.h (added) * uspace/lib/gui/grid.c (added) * uspace/lib/gui/grid.h (added) * uspace/lib/gui/label.c (added) * uspace/lib/gui/label.h (added) * uspace/lib/gui/minimal.c (added) * uspace/lib/gui/minimal.h (added) * uspace/lib/gui/terminal.c (added) * uspace/lib/gui/terminal.h (added) * uspace/lib/gui/widget.c (added) * uspace/lib/gui/widget.h (added) * uspace/lib/gui/window.c (added) * uspace/lib/gui/window.h (added) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/softfloat/generic/softfloat.c (modified) * uspace/lib/softfloat/include/softfloat.h (modified) * uspace/lib/softrend/Makefile (added) * uspace/lib/softrend/compose.c (added) * uspace/lib/softrend/compose.h (added) * uspace/lib/softrend/filter.c (added) * uspace/lib/softrend/filter.h (added) * uspace/lib/softrend/pixconv.c (added) * uspace/lib/softrend/pixconv.h (moved) * uspace/lib/softrend/rectangle.c (added) * uspace/lib/softrend/rectangle.h (added) * uspace/lib/softrend/transform.c (added) * uspace/lib/softrend/transform.h (added) * uspace/lib/usb/include/usb/hc.h (modified) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usbdev/include/usb/dev/usb_device_connection.h (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified) * uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified) * uspace/lib/usbhid/include/usb/hid/request.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/lib/usbhid/src/hidreq.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/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/bd/sata_bd/Makefile (added) * uspace/srv/bd/sata_bd/sata_bd.c (added) * uspace/srv/bd/sata_bd/sata_bd.h (added) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_fat.h (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) * uspace/srv/fs/ext4fs/Makefile (added) * uspace/srv/fs/ext4fs/ext4fs.c (added) * uspace/srv/fs/ext4fs/ext4fs.h (added) * uspace/srv/fs/ext4fs/ext4fs_ops.c (added) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/udf/Makefile (added) * uspace/srv/fs/udf/udf.c (added) * uspace/srv/fs/udf/udf.h (added) * uspace/srv/fs/udf/udf_cksum.c (added) * uspace/srv/fs/udf/udf_cksum.h (added) * uspace/srv/fs/udf/udf_file.c (added) * uspace/srv/fs/udf/udf_file.h (added) * uspace/srv/fs/udf/udf_idx.c (added) * uspace/srv/fs/udf/udf_idx.h (added) * uspace/srv/fs/udf/udf_ops.c (added) * uspace/srv/fs/udf/udf_osta.c (added) * uspace/srv/fs/udf/udf_osta.h (added) * uspace/srv/fs/udf/udf_types.h (added) * uspace/srv/fs/udf/udf_volume.c (added) * uspace/srv/fs/udf/udf_volume.h (added) * uspace/srv/hid/compositor/Makefile (added) * uspace/srv/hid/compositor/compositor.c (added) * uspace/srv/hid/compositor/compositor.h (added) * uspace/srv/hid/compositor/gfx/helenos.tga (moved) * uspace/srv/hid/compositor/gfx/nameic.tga (moved) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gfx/anim_1.tga (deleted) * uspace/srv/hid/console/gfx/anim_2.tga (deleted) * uspace/srv/hid/console/gfx/anim_3.tga (deleted) * uspace/srv/hid/console/gfx/anim_4.tga (deleted) * uspace/srv/hid/console/gfx/cons_data.tga (deleted) * uspace/srv/hid/console/gfx/cons_dis.tga (deleted) * uspace/srv/hid/console/gfx/cons_dis_sel.tga (deleted) * uspace/srv/hid/console/gfx/cons_idle.tga (deleted) * uspace/srv/hid/console/gfx/cons_kernel.tga (deleted) * uspace/srv/hid/console/gfx/cons_sel.tga (deleted) * uspace/srv/hid/fb/fb.c (deleted) * uspace/srv/hid/fb/fb.h (deleted) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/ctl/apple.c (modified) * uspace/srv/hid/input/ctl/gxe_fb.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/ctl/pc.c (modified) * uspace/srv/hid/input/ctl/stty.c (modified) * uspace/srv/hid/input/ctl/sun.c (modified) * uspace/srv/hid/input/gsp.c (moved) * uspace/srv/hid/input/gsp.h (moved) * uspace/srv/hid/input/input.c (moved) * uspace/srv/hid/input/input.h (moved) * uspace/srv/hid/input/kbd.h (moved) * uspace/srv/hid/input/kbd_ctl.h (moved) * uspace/srv/hid/input/kbd_port.h (moved) * uspace/srv/hid/input/layout.c (moved) * uspace/srv/hid/input/layout.h (moved) * uspace/srv/hid/input/layout/cz.c (modified) * uspace/srv/hid/input/layout/us_dvorak.c (modified) * uspace/srv/hid/input/layout/us_qwerty.c (modified) * uspace/srv/hid/input/mouse.h (moved) * uspace/srv/hid/input/mouse_port.h (moved) * uspace/srv/hid/input/mouse_proto.h (moved) * 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/gxemul.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hid/input/port/ski.c (modified) * uspace/srv/hid/input/proto/adb.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/input/stroke.c (moved) * uspace/srv/hid/input/stroke.h (moved) * uspace/srv/hid/isdv4_tablet/Makefile (added) * uspace/srv/hid/isdv4_tablet/isdv4.c (added) * uspace/srv/hid/isdv4_tablet/isdv4.h (added) * uspace/srv/hid/isdv4_tablet/main.c (added) * uspace/srv/hid/output/Makefile (moved) * uspace/srv/hid/output/ctl/serial.c (moved) * uspace/srv/hid/output/ctl/serial.h (moved) * uspace/srv/hid/output/gfx/font-8x16.c (added) * uspace/srv/hid/output/gfx/font-8x16.h (added) * uspace/srv/hid/output/output.c (added) * uspace/srv/hid/output/output.h (added) * uspace/srv/hid/output/port/ega.c (moved) * uspace/srv/hid/output/port/ega.h (moved) * uspace/srv/hid/output/port/kchar.c (moved) * uspace/srv/hid/output/port/kchar.h (moved) * uspace/srv/hid/output/port/kfb.c (moved) * uspace/srv/hid/output/port/kfb.h (moved) * uspace/srv/hid/output/port/niagara.c (moved) * uspace/srv/hid/output/port/niagara.h (moved) * uspace/srv/hid/output/port/ski.c (moved) * uspace/srv/hid/output/port/ski.h (moved) * uspace/srv/hid/output/proto/vt100.c (moved) * uspace/srv/hid/output/proto/vt100.h (moved) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/interp.S (added) * uspace/srv/loader/interp.s (deleted) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/net/ethip/pdu.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/udp/sock.c (modified) * version (modified) Merge mainline changes. Fri, 24 Aug 2012 15:56:54 GMT Maurizio Lombardi [16e9d4df] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/srv/fs/udf/Makefile (added) * uspace/srv/fs/udf/udf.c (added) * uspace/srv/fs/udf/udf.h (added) * uspace/srv/fs/udf/udf_cksum.c (added) * uspace/srv/fs/udf/udf_cksum.h (added) * uspace/srv/fs/udf/udf_file.c (added) * uspace/srv/fs/udf/udf_file.h (added) * uspace/srv/fs/udf/udf_idx.c (added) * uspace/srv/fs/udf/udf_idx.h (added) * uspace/srv/fs/udf/udf_ops.c (added) * uspace/srv/fs/udf/udf_osta.c (added) * uspace/srv/fs/udf/udf_osta.h (added) * uspace/srv/fs/udf/udf_types.h (added) * uspace/srv/fs/udf/udf_volume.c (added) * uspace/srv/fs/udf/udf_volume.h (added) merge mainline changes Fri, 24 Aug 2012 14:56:45 GMT Martin Decky [48e3190] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/srv/fs/udf/Makefile (added) * uspace/srv/fs/udf/udf.c (added) * uspace/srv/fs/udf/udf.h (added) * uspace/srv/fs/udf/udf_cksum.c (added) * uspace/srv/fs/udf/udf_cksum.h (added) * uspace/srv/fs/udf/udf_file.c (added) * uspace/srv/fs/udf/udf_file.h (added) * uspace/srv/fs/udf/udf_idx.c (added) * uspace/srv/fs/udf/udf_idx.h (added) * uspace/srv/fs/udf/udf_ops.c (added) * uspace/srv/fs/udf/udf_osta.c (added) * uspace/srv/fs/udf/udf_osta.h (added) * uspace/srv/fs/udf/udf_types.h (added) * uspace/srv/fs/udf/udf_volume.c (added) * uspace/srv/fs/udf/udf_volume.h (added) cherrypick UDF file system driver implementation (originally by Julia ... Mon, 20 Aug 2012 21:27:38 GMT Sean Bartell [7eaeec1] * Makefile (modified) * abi/include/fb/visuals.h (modified) * boot/Makefile.common (modified) * contrib/arch/uspace/srv/fs/fat/fat.bp (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/edit/Makefile (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/search.c (added) * uspace/app/edit/search.h (added) * uspace/app/edit/search_impl.h (added) * uspace/app/edit/sheet.c (modified) * uspace/app/edit/sheet.h (modified) * uspace/app/edit/sheet_impl.h (added) * uspace/app/ext2info/ext2info.c (modified) * uspace/app/init/init.c (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/vdemo/Makefile (added) * uspace/app/vdemo/vdemo.c (added) * uspace/app/vlaunch/Makefile (added) * uspace/app/vlaunch/vlaunch.c (added) * uspace/app/vterm/Makefile (added) * uspace/app/vterm/vterm.c (added) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ahci/ahci.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/ehci/res.c (modified) * uspace/drv/bus/usb/ehci/res.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/res.c (modified) * uspace/drv/bus/usb/ohci/res.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/res.c (modified) * uspace/drv/bus/usb/uhci/res.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhcirh/main.c (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/usbflbk/main.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/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/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/bus/usb/vhc/connhost.c (modified) * uspace/drv/bus/usb/vhc/hub.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/drv/fb/kfb/Makefile (added) * uspace/drv/fb/kfb/kfb.c (added) * uspace/drv/fb/kfb/kfb.h (added) * uspace/drv/fb/kfb/kfb.ma (added) * uspace/drv/fb/kfb/port.c (added) * uspace/drv/fb/kfb/port.h (added) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/infrastructure/rootvirt/devices.def (modified) * uspace/drv/infrastructure/rootvirt/rootvirt.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.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/bithenge/helenos/block.c (modified) * uspace/lib/block/Makefile (modified) * uspace/lib/block/block.c (moved) * uspace/lib/block/block.h (moved) * uspace/lib/c/Makefile (modified) * 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/c/generic/device/graph_dev.c (added) * uspace/lib/c/generic/io/chargrid.c (moved) * uspace/lib/c/generic/io/input.c (added) * uspace/lib/c/generic/io/output.c (added) * uspace/lib/c/generic/io/visualizer.c (added) * uspace/lib/c/generic/io/window.c (added) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/include/device/graph_dev.h (added) * uspace/lib/c/include/io/charfield.h (moved) * uspace/lib/c/include/io/chargrid.h (added) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/input.h (added) * uspace/lib/c/include/io/kbd_event.h (added) * uspace/lib/c/include/io/mode.h (added) * uspace/lib/c/include/io/output.h (added) * uspace/lib/c/include/io/pixel.h (added) * uspace/lib/c/include/io/pixelmap.h (added) * uspace/lib/c/include/io/visualizer.h (added) * uspace/lib/c/include/io/window.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/graph.h (added) * uspace/lib/c/include/ipc/output.h (added) * uspace/lib/c/include/ipc/window.h (added) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/draw/Makefile (added) * uspace/lib/draw/codec/tga.c (added) * uspace/lib/draw/codec/tga.h (added) * uspace/lib/draw/cursor.c (added) * uspace/lib/draw/cursor.h (added) * uspace/lib/draw/cursor/embedded.c (added) * uspace/lib/draw/cursor/embedded.h (added) * uspace/lib/draw/drawctx.c (added) * uspace/lib/draw/drawctx.h (added) * uspace/lib/draw/font.c (added) * uspace/lib/draw/font.h (added) * uspace/lib/draw/font/embedded.c (added) * uspace/lib/draw/font/embedded.h (added) * uspace/lib/draw/gfx/cursor-11x18.c (added) * uspace/lib/draw/gfx/cursor-11x18.h (added) * uspace/lib/draw/gfx/font-8x16.c (moved) * uspace/lib/draw/gfx/font-8x16.h (moved) * uspace/lib/draw/path.c (added) * uspace/lib/draw/path.h (added) * uspace/lib/draw/source.c (added) * uspace/lib/draw/source.h (added) * uspace/lib/draw/surface.c (added) * uspace/lib/draw/surface.h (added) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/private/driver.h (added) * uspace/lib/drv/generic/remote_graph_dev.c (added) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ops/graph_dev.h (added) * uspace/lib/drv/include/remote_graph_dev.h (added) * uspace/lib/ext2/libext2_block_group.h (modified) * uspace/lib/ext2/libext2_directory.h (modified) * uspace/lib/ext2/libext2_filesystem.c (modified) * uspace/lib/ext2/libext2_filesystem.h (modified) * uspace/lib/ext2/libext2_inode.h (modified) * uspace/lib/ext2/libext2_superblock.c (modified) * uspace/lib/ext2/libext2_superblock.h (modified) * uspace/lib/ext4/libext4_bitmap.c (modified) * uspace/lib/ext4/libext4_block_group.h (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/lib/ext4/libext4_inode.c (modified) * uspace/lib/ext4/libext4_inode.h (modified) * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) * uspace/lib/ext4/libext4_types.h (modified) * uspace/lib/fb/fb.c (deleted) * uspace/lib/fb/fb.h (deleted) * uspace/lib/fb/imgmap.c (deleted) * uspace/lib/graph/Makefile (moved) * uspace/lib/graph/graph.c (added) * uspace/lib/graph/graph.h (added) * uspace/lib/gui/Makefile (added) * uspace/lib/gui/button.c (added) * uspace/lib/gui/button.h (added) * uspace/lib/gui/connection.c (added) * uspace/lib/gui/connection.h (added) * uspace/lib/gui/grid.c (added) * uspace/lib/gui/grid.h (added) * uspace/lib/gui/label.c (added) * uspace/lib/gui/label.h (added) * uspace/lib/gui/minimal.c (added) * uspace/lib/gui/minimal.h (added) * uspace/lib/gui/terminal.c (added) * uspace/lib/gui/terminal.h (added) * uspace/lib/gui/widget.c (added) * uspace/lib/gui/widget.h (added) * uspace/lib/gui/window.c (added) * uspace/lib/gui/window.h (added) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/softfloat/generic/softfloat.c (modified) * uspace/lib/softfloat/include/softfloat.h (modified) * uspace/lib/softrend/Makefile (added) * uspace/lib/softrend/compose.c (added) * uspace/lib/softrend/compose.h (added) * uspace/lib/softrend/filter.c (added) * uspace/lib/softrend/filter.h (added) * uspace/lib/softrend/pixconv.c (added) * uspace/lib/softrend/pixconv.h (moved) * uspace/lib/softrend/rectangle.c (added) * uspace/lib/softrend/rectangle.h (added) * uspace/lib/softrend/transform.c (added) * uspace/lib/softrend/transform.h (added) * uspace/lib/usb/include/usb/hc.h (modified) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (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/sata_bd/sata_bd.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_fat.h (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/hid/compositor/Makefile (added) * uspace/srv/hid/compositor/compositor.c (added) * uspace/srv/hid/compositor/compositor.h (added) * uspace/srv/hid/compositor/gfx/helenos.tga (moved) * uspace/srv/hid/compositor/gfx/nameic.tga (moved) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gfx/anim_1.tga (deleted) * uspace/srv/hid/console/gfx/anim_2.tga (deleted) * uspace/srv/hid/console/gfx/anim_3.tga (deleted) * uspace/srv/hid/console/gfx/anim_4.tga (deleted) * uspace/srv/hid/console/gfx/cons_data.tga (deleted) * uspace/srv/hid/console/gfx/cons_dis.tga (deleted) * uspace/srv/hid/console/gfx/cons_dis_sel.tga (deleted) * uspace/srv/hid/console/gfx/cons_idle.tga (deleted) * uspace/srv/hid/console/gfx/cons_kernel.tga (deleted) * uspace/srv/hid/console/gfx/cons_sel.tga (deleted) * uspace/srv/hid/fb/fb.c (deleted) * uspace/srv/hid/fb/fb.h (deleted) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/ctl/apple.c (modified) * uspace/srv/hid/input/ctl/gxe_fb.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/ctl/pc.c (modified) * uspace/srv/hid/input/ctl/stty.c (modified) * uspace/srv/hid/input/ctl/sun.c (modified) * uspace/srv/hid/input/gsp.c (moved) * uspace/srv/hid/input/gsp.h (moved) * uspace/srv/hid/input/input.c (moved) * uspace/srv/hid/input/input.h (moved) * uspace/srv/hid/input/kbd.h (moved) * uspace/srv/hid/input/kbd_ctl.h (moved) * uspace/srv/hid/input/kbd_port.h (moved) * uspace/srv/hid/input/layout.c (moved) * uspace/srv/hid/input/layout.h (moved) * uspace/srv/hid/input/layout/cz.c (modified) * uspace/srv/hid/input/layout/us_dvorak.c (modified) * uspace/srv/hid/input/layout/us_qwerty.c (modified) * uspace/srv/hid/input/mouse.h (moved) * uspace/srv/hid/input/mouse_port.h (moved) * uspace/srv/hid/input/mouse_proto.h (moved) * 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/gxemul.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hid/input/port/ski.c (modified) * uspace/srv/hid/input/proto/adb.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/input/stroke.c (moved) * uspace/srv/hid/input/stroke.h (moved) * uspace/srv/hid/output/Makefile (moved) * uspace/srv/hid/output/ctl/serial.c (moved) * uspace/srv/hid/output/ctl/serial.h (moved) * uspace/srv/hid/output/gfx/font-8x16.c (added) * uspace/srv/hid/output/gfx/font-8x16.h (added) * uspace/srv/hid/output/output.c (added) * uspace/srv/hid/output/output.h (added) * uspace/srv/hid/output/port/ega.c (moved) * uspace/srv/hid/output/port/ega.h (moved) * uspace/srv/hid/output/port/kchar.c (moved) * uspace/srv/hid/output/port/kchar.h (moved) * uspace/srv/hid/output/port/kfb.c (moved) * uspace/srv/hid/output/port/kfb.h (moved) * uspace/srv/hid/output/port/niagara.c (moved) * uspace/srv/hid/output/port/niagara.h (moved) * uspace/srv/hid/output/port/ski.c (moved) * uspace/srv/hid/output/port/ski.h (moved) * uspace/srv/hid/output/proto/vt100.c (moved) * uspace/srv/hid/output/proto/vt100.h (moved) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/locsrv/locsrv.c (modified) Merge mainline changes Fri, 17 Aug 2012 12:23:52 GMT Vojtech Horky [52c4264] * abi/include/fb/visuals.h (modified) * boot/Makefile.common (modified) * contrib/arch/uspace/srv/fs/fat/fat.bp (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/edit/Makefile (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/search.c (added) * uspace/app/edit/search.h (added) * uspace/app/edit/search_impl.h (added) * uspace/app/edit/sheet.c (modified) * uspace/app/edit/sheet.h (modified) * uspace/app/ext2info/ext2info.c (modified) * uspace/app/init/init.c (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/vdemo/Makefile (added) * uspace/app/vdemo/vdemo.c (added) * uspace/app/vlaunch/Makefile (added) * uspace/app/vlaunch/vlaunch.c (added) * uspace/app/vterm/Makefile (added) * uspace/app/vterm/vterm.c (added) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ahci/ahci.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/ehci/res.c (modified) * uspace/drv/bus/usb/ehci/res.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/res.c (modified) * uspace/drv/bus/usb/ohci/res.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/res.c (modified) * uspace/drv/bus/usb/uhci/res.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhcirh/main.c (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/usbflbk/main.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/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/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/bus/usb/vhc/connhost.c (modified) * uspace/drv/bus/usb/vhc/hub.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/drv/fb/kfb/Makefile (added) * uspace/drv/fb/kfb/kfb.c (added) * uspace/drv/fb/kfb/kfb.h (added) * uspace/drv/fb/kfb/kfb.ma (added) * uspace/drv/fb/kfb/port.c (added) * uspace/drv/fb/kfb/port.h (added) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/infrastructure/rootvirt/devices.def (modified) * uspace/drv/infrastructure/rootvirt/rootvirt.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.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/Makefile (modified) * uspace/lib/block/block.c (moved) * uspace/lib/block/block.h (moved) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/graph_dev.c (added) * uspace/lib/c/generic/io/chargrid.c (moved) * uspace/lib/c/generic/io/output.c (added) * uspace/lib/c/generic/io/visualizer.c (added) * uspace/lib/c/generic/io/window.c (added) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/include/device/graph_dev.h (added) * uspace/lib/c/include/io/charfield.h (moved) * uspace/lib/c/include/io/chargrid.h (added) * uspace/lib/c/include/io/mode.h (added) * uspace/lib/c/include/io/output.h (added) * uspace/lib/c/include/io/pixel.h (added) * uspace/lib/c/include/io/pixelmap.h (added) * uspace/lib/c/include/io/visualizer.h (added) * uspace/lib/c/include/io/window.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/graph.h (added) * uspace/lib/c/include/ipc/output.h (added) * uspace/lib/c/include/ipc/window.h (added) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/draw/Makefile (added) * uspace/lib/draw/codec/tga.c (added) * uspace/lib/draw/codec/tga.h (added) * uspace/lib/draw/cursor.c (added) * uspace/lib/draw/cursor.h (added) * uspace/lib/draw/cursor/embedded.c (added) * uspace/lib/draw/cursor/embedded.h (added) * uspace/lib/draw/drawctx.c (added) * uspace/lib/draw/drawctx.h (added) * uspace/lib/draw/font.c (added) * uspace/lib/draw/font.h (added) * uspace/lib/draw/font/embedded.c (added) * uspace/lib/draw/font/embedded.h (added) * uspace/lib/draw/gfx/cursor-11x18.c (added) * uspace/lib/draw/gfx/cursor-11x18.h (added) * uspace/lib/draw/gfx/font-8x16.c (moved) * uspace/lib/draw/gfx/font-8x16.h (moved) * uspace/lib/draw/path.c (added) * uspace/lib/draw/path.h (added) * uspace/lib/draw/source.c (added) * uspace/lib/draw/source.h (added) * uspace/lib/draw/surface.c (added) * uspace/lib/draw/surface.h (added) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/private/driver.h (added) * uspace/lib/drv/generic/remote_graph_dev.c (added) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ops/graph_dev.h (added) * uspace/lib/drv/include/remote_graph_dev.h (added) * uspace/lib/ext2/libext2_block_group.h (modified) * uspace/lib/ext2/libext2_directory.h (modified) * uspace/lib/ext2/libext2_filesystem.c (modified) * uspace/lib/ext2/libext2_filesystem.h (modified) * uspace/lib/ext2/libext2_inode.h (modified) * uspace/lib/ext2/libext2_superblock.c (modified) * uspace/lib/ext2/libext2_superblock.h (modified) * uspace/lib/ext4/libext4_bitmap.c (modified) * uspace/lib/ext4/libext4_block_group.h (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/lib/ext4/libext4_inode.c (modified) * uspace/lib/ext4/libext4_inode.h (modified) * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) * uspace/lib/ext4/libext4_types.h (modified) * uspace/lib/fb/fb.c (deleted) * uspace/lib/fb/fb.h (deleted) * uspace/lib/fb/imgmap.c (deleted) * uspace/lib/graph/Makefile (moved) * uspace/lib/graph/graph.c (added) * uspace/lib/graph/graph.h (added) * uspace/lib/gui/Makefile (added) * uspace/lib/gui/button.c (added) * uspace/lib/gui/button.h (added) * uspace/lib/gui/connection.c (added) * uspace/lib/gui/connection.h (added) * uspace/lib/gui/grid.c (added) * uspace/lib/gui/grid.h (added) * uspace/lib/gui/label.c (added) * uspace/lib/gui/label.h (added) * uspace/lib/gui/minimal.c (added) * uspace/lib/gui/minimal.h (added) * uspace/lib/gui/terminal.c (added) * uspace/lib/gui/terminal.h (added) * uspace/lib/gui/widget.c (added) * uspace/lib/gui/widget.h (added) * uspace/lib/gui/window.c (added) * uspace/lib/gui/window.h (added) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/softfloat/generic/softfloat.c (modified) * uspace/lib/softfloat/include/softfloat.h (modified) * uspace/lib/softrend/Makefile (added) * uspace/lib/softrend/compose.c (added) * uspace/lib/softrend/compose.h (added) * uspace/lib/softrend/filter.c (added) * uspace/lib/softrend/filter.h (added) * uspace/lib/softrend/pixconv.c (added) * uspace/lib/softrend/pixconv.h (moved) * uspace/lib/softrend/rectangle.c (added) * uspace/lib/softrend/rectangle.h (added) * uspace/lib/softrend/transform.c (added) * uspace/lib/softrend/transform.h (added) * uspace/lib/usb/include/usb/hc.h (modified) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (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/sata_bd/sata_bd.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_fat.h (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/hid/compositor/Makefile (added) * uspace/srv/hid/compositor/compositor.c (added) * uspace/srv/hid/compositor/compositor.h (added) * uspace/srv/hid/compositor/gfx/helenos.tga (moved) * uspace/srv/hid/compositor/gfx/nameic.tga (moved) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gfx/anim_1.tga (deleted) * uspace/srv/hid/console/gfx/anim_2.tga (deleted) * uspace/srv/hid/console/gfx/anim_3.tga (deleted) * uspace/srv/hid/console/gfx/anim_4.tga (deleted) * uspace/srv/hid/console/gfx/cons_data.tga (deleted) * uspace/srv/hid/console/gfx/cons_dis.tga (deleted) * uspace/srv/hid/console/gfx/cons_dis_sel.tga (deleted) * uspace/srv/hid/console/gfx/cons_idle.tga (deleted) * uspace/srv/hid/console/gfx/cons_kernel.tga (deleted) * uspace/srv/hid/console/gfx/cons_sel.tga (deleted) * uspace/srv/hid/fb/fb.c (deleted) * uspace/srv/hid/fb/fb.h (deleted) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/ctl/apple.c (modified) * uspace/srv/hid/input/ctl/gxe_fb.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/ctl/pc.c (modified) * uspace/srv/hid/input/ctl/stty.c (modified) * uspace/srv/hid/input/ctl/sun.c (modified) * uspace/srv/hid/input/gsp.c (moved) * uspace/srv/hid/input/gsp.h (moved) * uspace/srv/hid/input/input.c (moved) * uspace/srv/hid/input/input.h (moved) * uspace/srv/hid/input/kbd.h (moved) * uspace/srv/hid/input/kbd_ctl.h (moved) * uspace/srv/hid/input/kbd_port.h (moved) * uspace/srv/hid/input/layout.c (moved) * uspace/srv/hid/input/layout.h (moved) * uspace/srv/hid/input/layout/cz.c (modified) * uspace/srv/hid/input/layout/us_dvorak.c (modified) * uspace/srv/hid/input/layout/us_qwerty.c (modified) * uspace/srv/hid/input/mouse.h (moved) * uspace/srv/hid/input/mouse_port.h (moved) * uspace/srv/hid/input/mouse_proto.h (moved) * 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/gxemul.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hid/input/port/ski.c (modified) * uspace/srv/hid/input/proto/adb.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/input/stroke.c (moved) * uspace/srv/hid/input/stroke.h (moved) * uspace/srv/hid/output/Makefile (moved) * uspace/srv/hid/output/ctl/serial.c (moved) * uspace/srv/hid/output/ctl/serial.h (moved) * uspace/srv/hid/output/gfx/font-8x16.c (added) * uspace/srv/hid/output/gfx/font-8x16.h (added) * uspace/srv/hid/output/output.c (added) * uspace/srv/hid/output/output.h (added) * uspace/srv/hid/output/port/ega.c (moved) * uspace/srv/hid/output/port/ega.h (moved) * uspace/srv/hid/output/port/kchar.c (moved) * uspace/srv/hid/output/port/kchar.h (moved) * uspace/srv/hid/output/port/kfb.c (moved) * uspace/srv/hid/output/port/kfb.h (moved) * uspace/srv/hid/output/port/niagara.c (moved) * uspace/srv/hid/output/port/niagara.h (moved) * uspace/srv/hid/output/port/ski.c (moved) * uspace/srv/hid/output/port/ski.h (moved) * uspace/srv/hid/output/proto/vt100.c (moved) * uspace/srv/hid/output/proto/vt100.h (moved) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/locsrv/locsrv.c (modified) Merge mainline changes Fri, 17 Aug 2012 04:30:42 GMT Sean Bartell [681a985] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/Makefile.linux (modified) * uspace/lib/bithenge/Makefile (added) * uspace/lib/bithenge/Makefile.linux (added) * uspace/lib/bithenge/blob.c (moved) * uspace/lib/bithenge/blob.h (moved) * uspace/lib/bithenge/compound.c (moved) * uspace/lib/bithenge/compound.h (moved) * uspace/lib/bithenge/expression.c (moved) * uspace/lib/bithenge/expression.h (moved) * uspace/lib/bithenge/file.c (moved) * uspace/lib/bithenge/file.h (moved) * uspace/lib/bithenge/helenos/block.c (moved) * uspace/lib/bithenge/helenos/block.h (moved) * uspace/lib/bithenge/helenos/os.h (moved) * uspace/lib/bithenge/linux/os.h (moved) * uspace/lib/bithenge/os.h (added) * uspace/lib/bithenge/print.c (moved) * uspace/lib/bithenge/print.h (moved) * uspace/lib/bithenge/script.c (moved) * uspace/lib/bithenge/script.h (moved) * uspace/lib/bithenge/sequence.c (moved) * uspace/lib/bithenge/sequence.h (moved) * uspace/lib/bithenge/source.c (moved) * uspace/lib/bithenge/source.h (moved) * uspace/lib/bithenge/transform.c (moved) * uspace/lib/bithenge/transform.h (moved) * uspace/lib/bithenge/tree.c (moved) * uspace/lib/bithenge/tree.h (moved) Bithenge: move library to uspace/lib Thu, 16 Aug 2012 22:17:52 GMT Maurizio Lombardi [4f351432] * abi/include/fb/visuals.h (modified) * boot/Makefile.common (modified) * contrib/arch/uspace/srv/fs/fat/fat.bp (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/sheet.c (modified) * uspace/app/edit/sheet.h (modified) * uspace/app/edit/sheet_impl.h (added) * uspace/app/ext2info/ext2info.c (modified) * uspace/app/init/init.c (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/vdemo/Makefile (added) * uspace/app/vdemo/vdemo.c (added) * uspace/app/vlaunch/Makefile (added) * uspace/app/vlaunch/vlaunch.c (added) * uspace/app/vterm/Makefile (added) * uspace/app/vterm/vterm.c (added) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/fb/kfb/Makefile (added) * uspace/drv/fb/kfb/kfb.c (added) * uspace/drv/fb/kfb/kfb.h (added) * uspace/drv/fb/kfb/kfb.ma (added) * uspace/drv/fb/kfb/port.c (added) * uspace/drv/fb/kfb/port.h (added) * uspace/drv/infrastructure/rootvirt/devices.def (modified) * uspace/lib/block/Makefile (modified) * uspace/lib/block/block.c (moved) * uspace/lib/block/block.h (moved) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/graph_dev.c (added) * uspace/lib/c/generic/io/chargrid.c (moved) * uspace/lib/c/generic/io/output.c (added) * uspace/lib/c/generic/io/visualizer.c (added) * uspace/lib/c/generic/io/window.c (added) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/include/device/graph_dev.h (added) * uspace/lib/c/include/io/charfield.h (moved) * uspace/lib/c/include/io/chargrid.h (added) * uspace/lib/c/include/io/mode.h (added) * uspace/lib/c/include/io/output.h (added) * uspace/lib/c/include/io/pixel.h (added) * uspace/lib/c/include/io/pixelmap.h (added) * uspace/lib/c/include/io/visualizer.h (added) * uspace/lib/c/include/io/window.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/graph.h (added) * uspace/lib/c/include/ipc/output.h (added) * uspace/lib/c/include/ipc/window.h (added) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/draw/Makefile (added) * uspace/lib/draw/codec/tga.c (added) * uspace/lib/draw/codec/tga.h (added) * uspace/lib/draw/cursor.c (added) * uspace/lib/draw/cursor.h (added) * uspace/lib/draw/cursor/embedded.c (added) * uspace/lib/draw/cursor/embedded.h (added) * uspace/lib/draw/drawctx.c (added) * uspace/lib/draw/drawctx.h (added) * uspace/lib/draw/font.c (added) * uspace/lib/draw/font.h (added) * uspace/lib/draw/font/embedded.c (added) * uspace/lib/draw/font/embedded.h (added) * uspace/lib/draw/gfx/cursor-11x18.c (added) * uspace/lib/draw/gfx/cursor-11x18.h (added) * uspace/lib/draw/gfx/font-8x16.c (moved) * uspace/lib/draw/gfx/font-8x16.h (moved) * uspace/lib/draw/path.c (added) * uspace/lib/draw/path.h (added) * uspace/lib/draw/source.c (added) * uspace/lib/draw/source.h (added) * uspace/lib/draw/surface.c (added) * uspace/lib/draw/surface.h (added) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_graph_dev.c (added) * uspace/lib/drv/include/ops/graph_dev.h (added) * uspace/lib/drv/include/remote_graph_dev.h (added) * uspace/lib/ext2/libext2_block_group.h (modified) * uspace/lib/ext2/libext2_directory.h (modified) * uspace/lib/ext2/libext2_filesystem.c (modified) * uspace/lib/ext2/libext2_filesystem.h (modified) * uspace/lib/ext2/libext2_inode.h (modified) * uspace/lib/ext2/libext2_superblock.c (modified) * uspace/lib/ext2/libext2_superblock.h (modified) * uspace/lib/ext4/libext4_bitmap.c (modified) * uspace/lib/ext4/libext4_block_group.h (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/lib/ext4/libext4_inode.c (modified) * uspace/lib/ext4/libext4_inode.h (modified) * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) * uspace/lib/ext4/libext4_types.h (modified) * uspace/lib/fb/fb.c (deleted) * uspace/lib/fb/fb.h (deleted) * uspace/lib/fb/imgmap.c (deleted) * uspace/lib/graph/Makefile (moved) * uspace/lib/graph/graph.c (added) * uspace/lib/graph/graph.h (added) * uspace/lib/gui/Makefile (added) * uspace/lib/gui/button.c (added) * uspace/lib/gui/button.h (added) * uspace/lib/gui/connection.c (added) * uspace/lib/gui/connection.h (added) * uspace/lib/gui/grid.c (added) * uspace/lib/gui/grid.h (added) * uspace/lib/gui/label.c (added) * uspace/lib/gui/label.h (added) * uspace/lib/gui/minimal.c (added) * uspace/lib/gui/minimal.h (added) * uspace/lib/gui/terminal.c (added) * uspace/lib/gui/terminal.h (added) * uspace/lib/gui/widget.c (added) * uspace/lib/gui/widget.h (added) * uspace/lib/gui/window.c (added) * uspace/lib/gui/window.h (added) * uspace/lib/softrend/Makefile (added) * uspace/lib/softrend/compose.c (added) * uspace/lib/softrend/compose.h (added) * uspace/lib/softrend/filter.c (added) * uspace/lib/softrend/filter.h (added) * uspace/lib/softrend/pixconv.c (added) * uspace/lib/softrend/pixconv.h (moved) * uspace/lib/softrend/rectangle.c (added) * uspace/lib/softrend/rectangle.h (added) * uspace/lib/softrend/transform.c (added) * uspace/lib/softrend/transform.h (added) * uspace/srv/bd/ata_bd/ata_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/sata_bd/sata_bd.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_fat.h (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/hid/compositor/Makefile (added) * uspace/srv/hid/compositor/compositor.c (added) * uspace/srv/hid/compositor/compositor.h (added) * uspace/srv/hid/compositor/gfx/helenos.tga (moved) * uspace/srv/hid/compositor/gfx/nameic.tga (moved) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gfx/anim_1.tga (deleted) * uspace/srv/hid/console/gfx/anim_2.tga (deleted) * uspace/srv/hid/console/gfx/anim_3.tga (deleted) * uspace/srv/hid/console/gfx/anim_4.tga (deleted) * uspace/srv/hid/console/gfx/cons_data.tga (deleted) * uspace/srv/hid/console/gfx/cons_dis.tga (deleted) * uspace/srv/hid/console/gfx/cons_dis_sel.tga (deleted) * uspace/srv/hid/console/gfx/cons_idle.tga (deleted) * uspace/srv/hid/console/gfx/cons_kernel.tga (deleted) * uspace/srv/hid/console/gfx/cons_sel.tga (deleted) * uspace/srv/hid/fb/fb.c (deleted) * uspace/srv/hid/fb/fb.h (deleted) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/ctl/apple.c (modified) * uspace/srv/hid/input/ctl/gxe_fb.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/ctl/pc.c (modified) * uspace/srv/hid/input/ctl/stty.c (modified) * uspace/srv/hid/input/ctl/sun.c (modified) * uspace/srv/hid/input/gsp.c (moved) * uspace/srv/hid/input/gsp.h (moved) * uspace/srv/hid/input/input.c (moved) * uspace/srv/hid/input/input.h (moved) * uspace/srv/hid/input/kbd.h (moved) * uspace/srv/hid/input/kbd_ctl.h (moved) * uspace/srv/hid/input/kbd_port.h (moved) * uspace/srv/hid/input/layout.c (moved) * uspace/srv/hid/input/layout.h (moved) * uspace/srv/hid/input/layout/cz.c (modified) * uspace/srv/hid/input/layout/us_dvorak.c (modified) * uspace/srv/hid/input/layout/us_qwerty.c (modified) * uspace/srv/hid/input/mouse.h (moved) * uspace/srv/hid/input/mouse_port.h (moved) * uspace/srv/hid/input/mouse_proto.h (moved) * 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/gxemul.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hid/input/port/ski.c (modified) * uspace/srv/hid/input/proto/adb.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/input/stroke.c (moved) * uspace/srv/hid/input/stroke.h (moved) * uspace/srv/hid/output/Makefile (moved) * uspace/srv/hid/output/ctl/serial.c (moved) * uspace/srv/hid/output/ctl/serial.h (moved) * uspace/srv/hid/output/gfx/font-8x16.c (added) * uspace/srv/hid/output/gfx/font-8x16.h (added) * uspace/srv/hid/output/output.c (added) * uspace/srv/hid/output/output.h (added) * uspace/srv/hid/output/port/ega.c (moved) * uspace/srv/hid/output/port/ega.h (moved) * uspace/srv/hid/output/port/kchar.c (moved) * uspace/srv/hid/output/port/kchar.h (moved) * uspace/srv/hid/output/port/kfb.c (moved) * uspace/srv/hid/output/port/kfb.h (moved) * uspace/srv/hid/output/port/niagara.c (moved) * uspace/srv/hid/output/port/niagara.h (moved) * uspace/srv/hid/output/port/ski.c (moved) * uspace/srv/hid/output/port/ski.h (moved) * uspace/srv/hid/output/proto/vt100.c (moved) * uspace/srv/hid/output/proto/vt100.h (moved) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/locsrv/locsrv.c (modified) Merge mainline changes Thu, 16 Aug 2012 19:27:44 GMT Martin Decky [6d5e378] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/init/init.c (modified) * uspace/app/vdemo/Makefile (added) * uspace/app/vdemo/vdemo.c (added) * uspace/app/vlaunch/Makefile (added) * uspace/app/vlaunch/vlaunch.c (added) * uspace/app/vterm/Makefile (added) * uspace/app/vterm/vterm.c (added) * uspace/drv/fb/kfb/Makefile (added) * uspace/drv/fb/kfb/kfb.c (added) * uspace/drv/fb/kfb/kfb.h (added) * uspace/drv/fb/kfb/kfb.ma (added) * uspace/drv/fb/kfb/port.c (added) * uspace/drv/fb/kfb/port.h (added) * uspace/drv/infrastructure/rootvirt/devices.def (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/graph_dev.c (added) * uspace/lib/c/generic/io/chargrid.c (moved) * uspace/lib/c/generic/io/output.c (added) * uspace/lib/c/generic/io/visualizer.c (added) * uspace/lib/c/generic/io/window.c (added) * uspace/lib/c/include/device/graph_dev.h (added) * uspace/lib/c/include/io/charfield.h (moved) * uspace/lib/c/include/io/chargrid.h (added) * uspace/lib/c/include/io/mode.h (added) * uspace/lib/c/include/io/output.h (added) * uspace/lib/c/include/io/pixel.h (added) * uspace/lib/c/include/io/pixelmap.h (added) * uspace/lib/c/include/io/visualizer.h (added) * uspace/lib/c/include/io/window.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/graph.h (added) * uspace/lib/c/include/ipc/output.h (added) * uspace/lib/c/include/ipc/window.h (added) * uspace/lib/clui/tinput.c (modified) * uspace/lib/draw/Makefile (added) * uspace/lib/draw/codec/tga.c (added) * uspace/lib/draw/codec/tga.h (added) * uspace/lib/draw/cursor.c (added) * uspace/lib/draw/cursor.h (added) * uspace/lib/draw/cursor/embedded.c (added) * uspace/lib/draw/cursor/embedded.h (added) * uspace/lib/draw/drawctx.c (added) * uspace/lib/draw/drawctx.h (added) * uspace/lib/draw/font.c (added) * uspace/lib/draw/font.h (added) * uspace/lib/draw/font/embedded.c (added) * uspace/lib/draw/font/embedded.h (added) * uspace/lib/draw/gfx/cursor-11x18.c (added) * uspace/lib/draw/gfx/cursor-11x18.h (added) * uspace/lib/draw/gfx/font-8x16.c (moved) * uspace/lib/draw/gfx/font-8x16.h (moved) * uspace/lib/draw/path.c (added) * uspace/lib/draw/path.h (added) * uspace/lib/draw/source.c (added) * uspace/lib/draw/source.h (added) * uspace/lib/draw/surface.c (added) * uspace/lib/draw/surface.h (added) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_graph_dev.c (added) * uspace/lib/drv/include/ops/graph_dev.h (added) * uspace/lib/drv/include/remote_graph_dev.h (added) * uspace/lib/fb/fb.c (deleted) * uspace/lib/fb/fb.h (deleted) * uspace/lib/fb/imgmap.c (deleted) * uspace/lib/graph/Makefile (moved) * uspace/lib/graph/graph.c (added) * uspace/lib/graph/graph.h (added) * uspace/lib/gui/Makefile (added) * uspace/lib/gui/button.c (added) * uspace/lib/gui/button.h (added) * uspace/lib/gui/connection.c (added) * uspace/lib/gui/connection.h (added) * uspace/lib/gui/grid.c (added) * uspace/lib/gui/grid.h (added) * uspace/lib/gui/label.c (added) * uspace/lib/gui/label.h (added) * uspace/lib/gui/minimal.c (added) * uspace/lib/gui/minimal.h (added) * uspace/lib/gui/terminal.c (added) * uspace/lib/gui/terminal.h (added) * uspace/lib/gui/widget.c (added) * uspace/lib/gui/widget.h (added) * uspace/lib/gui/window.c (added) * uspace/lib/gui/window.h (added) * uspace/lib/softrend/Makefile (added) * uspace/lib/softrend/compose.c (added) * uspace/lib/softrend/compose.h (added) * uspace/lib/softrend/filter.c (added) * uspace/lib/softrend/filter.h (added) * uspace/lib/softrend/pixconv.c (added) * uspace/lib/softrend/pixconv.h (moved) * uspace/lib/softrend/rectangle.c (added) * uspace/lib/softrend/rectangle.h (added) * uspace/lib/softrend/transform.c (added) * uspace/lib/softrend/transform.h (added) * uspace/srv/hid/compositor/Makefile (added) * uspace/srv/hid/compositor/compositor.c (added) * uspace/srv/hid/compositor/compositor.h (added) * uspace/srv/hid/compositor/gfx/helenos.tga (moved) * uspace/srv/hid/compositor/gfx/nameic.tga (moved) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gfx/anim_1.tga (deleted) * uspace/srv/hid/console/gfx/anim_2.tga (deleted) * uspace/srv/hid/console/gfx/anim_3.tga (deleted) * uspace/srv/hid/console/gfx/anim_4.tga (deleted) * uspace/srv/hid/console/gfx/cons_data.tga (deleted) * uspace/srv/hid/console/gfx/cons_dis.tga (deleted) * uspace/srv/hid/console/gfx/cons_dis_sel.tga (deleted) * uspace/srv/hid/console/gfx/cons_idle.tga (deleted) * uspace/srv/hid/console/gfx/cons_kernel.tga (deleted) * uspace/srv/hid/console/gfx/cons_sel.tga (deleted) * uspace/srv/hid/fb/fb.c (deleted) * uspace/srv/hid/fb/fb.h (deleted) * uspace/srv/hid/output/Makefile (moved) * uspace/srv/hid/output/ctl/serial.c (moved) * uspace/srv/hid/output/ctl/serial.h (moved) * uspace/srv/hid/output/gfx/font-8x16.c (added) * uspace/srv/hid/output/gfx/font-8x16.h (added) * uspace/srv/hid/output/output.c (added) * uspace/srv/hid/output/output.h (added) * uspace/srv/hid/output/port/ega.c (moved) * uspace/srv/hid/output/port/ega.h (moved) * uspace/srv/hid/output/port/kchar.c (moved) * uspace/srv/hid/output/port/kchar.h (moved) * uspace/srv/hid/output/port/kfb.c (moved) * uspace/srv/hid/output/port/kfb.h (moved) * uspace/srv/hid/output/port/niagara.c (moved) * uspace/srv/hid/output/port/niagara.h (moved) * uspace/srv/hid/output/port/ski.c (moved) * uspace/srv/hid/output/port/ski.h (moved) * uspace/srv/hid/output/proto/vt100.c (moved) * uspace/srv/hid/output/proto/vt100.h (moved) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/locsrv/locsrv.c (modified) cherrypick GUI implementation (originally by Petr Koupy), with ... Thu, 16 Aug 2012 09:43:13 GMT Vojtech Horky [5882487] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/edit/edit.c (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) * uspace/drv/char/ns8250/cyclic_buffer.h (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/lib/c/generic/bd_srv.c (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/lib/c/include/ipc/input.h (modified) * uspace/lib/c/include/ipc/mouseev.h (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.h (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/mouse.h (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/isdv4_tablet/Makefile (added) * uspace/srv/hid/isdv4_tablet/isdv4.c (added) * uspace/srv/hid/isdv4_tablet/isdv4.h (added) * uspace/srv/hid/isdv4_tablet/main.c (added) Merge mainline changes Thu, 16 Aug 2012 09:15:21 GMT Vojtech Horky [6e9e12b] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/logview/Makefile (deleted) * uspace/app/logview/logview.c (deleted) * uspace/srv/logger/level.c (added) * uspace/srv/logger/logger.h (modified) * uspace/srv/logger/main.c (modified) * uspace/srv/logger/namespace.c (modified) Get rid of logview for now Thu, 16 Aug 2012 08:44:34 GMT Vojtech Horky [669f5cae] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/logset/Makefile (added) * uspace/app/logset/main.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/io/logctl.c (added) * uspace/lib/c/include/io/logctl.h (added) * uspace/lib/c/include/ipc/logger.h (modified) * uspace/srv/logger/Makefile (modified) * uspace/srv/logger/logger.h (modified) * uspace/srv/logger/main.c (modified) * uspace/srv/logger/namespace.c (modified) Allow setting default log level Currently, it does not affect ... Wed, 15 Aug 2012 23:55:32 GMT Sean Bartell [b224a3e] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/edit/edit.c (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) * uspace/drv/char/ns8250/cyclic_buffer.h (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/lib/c/generic/bd_srv.c (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/lib/c/include/ipc/input.h (modified) * uspace/lib/c/include/ipc/mouseev.h (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.h (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/mouse.h (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/isdv4_tablet/Makefile (added) * uspace/srv/hid/isdv4_tablet/isdv4.c (added) * uspace/srv/hid/isdv4_tablet/isdv4.h (added) * uspace/srv/hid/isdv4_tablet/main.c (added) Merge mainline changes Wed, 15 Aug 2012 22:13:37 GMT Maurizio Lombardi [16639bb] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/edit/edit.c (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) * uspace/drv/char/ns8250/cyclic_buffer.h (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/lib/c/generic/bd_srv.c (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/lib/c/include/ipc/input.h (modified) * uspace/lib/c/include/ipc/mouseev.h (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.h (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/mouse.h (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/isdv4_tablet/Makefile (added) * uspace/srv/hid/isdv4_tablet/isdv4.c (added) * uspace/srv/hid/isdv4_tablet/isdv4.h (added) * uspace/srv/hid/isdv4_tablet/main.c (added) merge mainline changes Wed, 15 Aug 2012 15:13:20 GMT Martin Sucha [affaf2e] * HelenOS.config (modified) * abi/include/syscall.h (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * tools/mkext4.py (added) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/testwrit/Makefile (added) * uspace/app/testwrit/testwrit.c (added) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/block/libblock.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/bd.c (added) * uspace/lib/c/generic/bd_srv.c (added) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/include/bd.h (added) * uspace/lib/c/include/bd_srv.h (added) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/ext4/Makefile (added) * uspace/lib/ext4/libext4.h (added) * uspace/lib/ext4/libext4_balloc.c (added) * uspace/lib/ext4/libext4_balloc.h (added) * uspace/lib/ext4/libext4_bitmap.c (added) * uspace/lib/ext4/libext4_bitmap.h (added) * uspace/lib/ext4/libext4_block_group.c (added) * uspace/lib/ext4/libext4_block_group.h (added) * uspace/lib/ext4/libext4_crc.c (added) * uspace/lib/ext4/libext4_crc.h (added) * uspace/lib/ext4/libext4_directory.c (added) * uspace/lib/ext4/libext4_directory.h (added) * uspace/lib/ext4/libext4_directory_index.c (added) * uspace/lib/ext4/libext4_directory_index.h (added) * uspace/lib/ext4/libext4_extent.c (added) * uspace/lib/ext4/libext4_extent.h (added) * uspace/lib/ext4/libext4_filesystem.c (added) * uspace/lib/ext4/libext4_filesystem.h (added) * uspace/lib/ext4/libext4_hash.c (added) * uspace/lib/ext4/libext4_hash.h (added) * uspace/lib/ext4/libext4_ialloc.c (added) * uspace/lib/ext4/libext4_ialloc.h (added) * uspace/lib/ext4/libext4_inode.c (added) * uspace/lib/ext4/libext4_inode.h (added) * uspace/lib/ext4/libext4_superblock.c (added) * uspace/lib/ext4/libext4_superblock.h (added) * uspace/lib/ext4/libext4_types.h (added) * 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/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.h (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/ext4fs/Makefile (added) * uspace/srv/fs/ext4fs/ext4fs.c (added) * uspace/srv/fs/ext4fs/ext4fs.h (added) * uspace/srv/fs/ext4fs/ext4fs_ops.c (added) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) Merge mainline changes. Wed, 15 Aug 2012 15:10:53 GMT Martin Sucha [f66ca57f] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/srv/hid/isdv4_tablet/Makefile (moved) * uspace/srv/hid/isdv4_tablet/isdv4.c (moved) * uspace/srv/hid/isdv4_tablet/isdv4.h (moved) * uspace/srv/hid/isdv4_tablet/main.c (moved) Rename wacomdump to isdv4_tablet and register with unique service name. Tue, 14 Aug 2012 18:16:39 GMT Vojtech Horky [cddcc4a3] * HelenOS.config (modified) * abi/include/ddi/irq.h (modified) * abi/include/syscall.h (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips64/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/generic/src/str.c (modified) * contrib/arch/HelenOS.adl (modified) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/bzreml/setup.py (modified) * contrib/bazaar/mbprotect/__init__.py (modified) * contrib/conf/mips32-gx.sh (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/ultra/Makefile.config (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/boot/vesa_ret.inc (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/boot/vesa_prot.inc (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/boot/vesa_ret.inc (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips64/Makefile.inc (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (modified) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * release/Makefile (modified) * tools/mkext4.py (added) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/testwrit/Makefile (moved) * uspace/app/testwrit/testwrit.c (added) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/list.c (moved) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/drv/block/ahci/Makefile (added) * uspace/drv/block/ahci/ahci.c (added) * uspace/drv/block/ahci/ahci.h (added) * uspace/drv/block/ahci/ahci.ma (added) * uspace/drv/block/ahci/ahci_hw.h (added) * uspace/drv/block/ahci/ahci_sata.h (added) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/mem_access.h (added) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.h (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/ohci/root_hub.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/uhcirh/root_hub.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.h (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.h (modified) * uspace/drv/bus/usb/usbhid/subdrivers.h (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/block/libblock.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/amd64/include/elf_linux.h (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/arm32/src/fibril.S (modified) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/arm32/src/thread_entry.s (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/Makefile.common (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/mips64/Makefile.common (modified) * uspace/lib/c/arch/mips64/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/bd.c (added) * uspace/lib/c/generic/bd_srv.c (added) * uspace/lib/c/generic/device/ahci.c (added) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/bd.h (added) * uspace/lib/c/include/bd_srv.h (added) * uspace/lib/c/include/device/ahci.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_ahci.c (added) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/ahci_iface.h (added) * uspace/lib/drv/include/remote_ahci.h (added) * uspace/lib/ext4/Makefile (added) * uspace/lib/ext4/libext4.h (added) * uspace/lib/ext4/libext4_balloc.c (added) * uspace/lib/ext4/libext4_balloc.h (added) * uspace/lib/ext4/libext4_bitmap.c (added) * uspace/lib/ext4/libext4_bitmap.h (added) * uspace/lib/ext4/libext4_block_group.c (added) * uspace/lib/ext4/libext4_block_group.h (added) * uspace/lib/ext4/libext4_crc.c (added) * uspace/lib/ext4/libext4_crc.h (added) * uspace/lib/ext4/libext4_directory.c (added) * uspace/lib/ext4/libext4_directory.h (added) * uspace/lib/ext4/libext4_directory_index.c (added) * uspace/lib/ext4/libext4_directory_index.h (added) * uspace/lib/ext4/libext4_extent.c (added) * uspace/lib/ext4/libext4_extent.h (added) * uspace/lib/ext4/libext4_filesystem.c (added) * uspace/lib/ext4/libext4_filesystem.h (added) * uspace/lib/ext4/libext4_hash.c (added) * uspace/lib/ext4/libext4_hash.h (added) * uspace/lib/ext4/libext4_ialloc.c (added) * uspace/lib/ext4/libext4_ialloc.h (added) * uspace/lib/ext4/libext4_inode.c (added) * uspace/lib/ext4/libext4_inode.h (added) * uspace/lib/ext4/libext4_superblock.c (added) * uspace/lib/ext4/libext4_superblock.h (added) * uspace/lib/ext4/libext4_types.h (added) * uspace/lib/usbdev/include/usb/dev/usb_device_connection.h (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified) * uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified) * uspace/lib/usbhid/include/usb/hid/request.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/lib/usbhid/src/hidreq.c (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/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/bd/sata_bd/Makefile (added) * uspace/srv/bd/sata_bd/sata_bd.c (added) * uspace/srv/bd/sata_bd/sata_bd.h (added) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/ext4fs/Makefile (added) * uspace/srv/fs/ext4fs/ext4fs.c (added) * uspace/srv/fs/ext4fs/ext4fs.h (added) * uspace/srv/fs/ext4fs/ext4fs_ops.c (added) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/interp.S (added) * uspace/srv/loader/interp.s (deleted) * uspace/srv/net/tcp/sock.c (modified) * version (modified) Merge mainline changes Tue, 14 Aug 2012 03:37:30 GMT Sean Bartell [71b0d4d4] * HelenOS.config (modified) * abi/include/syscall.h (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * tools/mkext4.py (added) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/testwrit/Makefile (added) * uspace/app/testwrit/testwrit.c (added) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/block/libblock.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/bd.c (added) * uspace/lib/c/generic/bd_srv.c (added) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/include/bd.h (added) * uspace/lib/c/include/bd_srv.h (added) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/ext4/Makefile (added) * uspace/lib/ext4/libext4.h (added) * uspace/lib/ext4/libext4_balloc.c (added) * uspace/lib/ext4/libext4_balloc.h (added) * uspace/lib/ext4/libext4_bitmap.c (added) * uspace/lib/ext4/libext4_bitmap.h (added) * uspace/lib/ext4/libext4_block_group.c (added) * uspace/lib/ext4/libext4_block_group.h (added) * uspace/lib/ext4/libext4_crc.c (added) * uspace/lib/ext4/libext4_crc.h (added) * uspace/lib/ext4/libext4_directory.c (added) * uspace/lib/ext4/libext4_directory.h (added) * uspace/lib/ext4/libext4_directory_index.c (added) * uspace/lib/ext4/libext4_directory_index.h (added) * uspace/lib/ext4/libext4_extent.c (added) * uspace/lib/ext4/libext4_extent.h (added) * uspace/lib/ext4/libext4_filesystem.c (added) * uspace/lib/ext4/libext4_filesystem.h (added) * uspace/lib/ext4/libext4_hash.c (added) * uspace/lib/ext4/libext4_hash.h (added) * uspace/lib/ext4/libext4_ialloc.c (added) * uspace/lib/ext4/libext4_ialloc.h (added) * uspace/lib/ext4/libext4_inode.c (added) * uspace/lib/ext4/libext4_inode.h (added) * uspace/lib/ext4/libext4_superblock.c (added) * uspace/lib/ext4/libext4_superblock.h (added) * uspace/lib/ext4/libext4_types.h (added) * 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/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.h (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/ext4fs/Makefile (added) * uspace/srv/fs/ext4fs/ext4fs.c (added) * uspace/srv/fs/ext4fs/ext4fs.h (added) * uspace/srv/fs/ext4fs/ext4fs_ops.c (added) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) Merge mainline changes Mon, 13 Aug 2012 18:02:47 GMT Maurizio Lombardi [14c5005] * HelenOS.config (modified) * abi/include/syscall.h (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * tools/mkext4.py (added) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/testwrit/Makefile (added) * uspace/app/testwrit/testwrit.c (added) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/ext4/Makefile (added) * uspace/lib/ext4/libext4.h (added) * uspace/lib/ext4/libext4_balloc.c (added) * uspace/lib/ext4/libext4_balloc.h (added) * uspace/lib/ext4/libext4_bitmap.c (added) * uspace/lib/ext4/libext4_bitmap.h (added) * uspace/lib/ext4/libext4_block_group.c (added) * uspace/lib/ext4/libext4_block_group.h (added) * uspace/lib/ext4/libext4_crc.c (added) * uspace/lib/ext4/libext4_crc.h (added) * uspace/lib/ext4/libext4_directory.c (added) * uspace/lib/ext4/libext4_directory.h (added) * uspace/lib/ext4/libext4_directory_index.c (added) * uspace/lib/ext4/libext4_directory_index.h (added) * uspace/lib/ext4/libext4_extent.c (added) * uspace/lib/ext4/libext4_extent.h (added) * uspace/lib/ext4/libext4_filesystem.c (added) * uspace/lib/ext4/libext4_filesystem.h (added) * uspace/lib/ext4/libext4_hash.c (added) * uspace/lib/ext4/libext4_hash.h (added) * uspace/lib/ext4/libext4_ialloc.c (added) * uspace/lib/ext4/libext4_ialloc.h (added) * uspace/lib/ext4/libext4_inode.c (added) * uspace/lib/ext4/libext4_inode.h (added) * uspace/lib/ext4/libext4_superblock.c (added) * uspace/lib/ext4/libext4_superblock.h (added) * uspace/lib/ext4/libext4_types.h (added) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/ext4fs/Makefile (added) * uspace/srv/fs/ext4fs/ext4fs.c (added) * uspace/srv/fs/ext4fs/ext4fs.h (added) * uspace/srv/fs/ext4fs/ext4fs_ops.c (added) merge mainline changes Sun, 12 Aug 2012 13:43:16 GMT Martin Sucha [5bf6bc70] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/wacomdump/Makefile (added) * uspace/app/wacomdump/wacomdump.c (added) Add a simple event dump app for Wacom ISDV4 serial tablet. Sun, 12 Aug 2012 11:46:44 GMT Maurizio Lombardi [90478727] * HelenOS.config (modified) * abi/include/ddi/irq.h (modified) * abi/include/proc/uarg.h (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/Makefile.grub (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips64/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/generic/src/str.c (modified) * contrib/arch/HelenOS.adl (modified) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/bzreml/setup.py (modified) * contrib/bazaar/mbprotect/__init__.py (modified) * contrib/conf/mips32-gx.sh (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/ultra/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/mm/page.h (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/boot/vesa_ret.inc (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/arm32/src/userspace.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/boot/vesa_prot.inc (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/boot/vesa_ret.inc (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/mm/page.h (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips64/Makefile.inc (modified) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/ppc32/include/mm/page.h (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified) * kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified) * kernel/arch/sparc64/src/proc/thread.c (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/genarch/include/mm/page_pt.h (modified) * kernel/genarch/src/kbrd/kbrd.c (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/console/prompt.h (added) * kernel/generic/include/debug.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/symtab.h (modified) * kernel/generic/include/symtab_lookup.h (added) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (added) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/main/uinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/mm/tlb.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/slab1.c (modified) * kernel/test/mm/slab2.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/synch/semaphore2.c (modified) * kernel/test/thread/thread1.c (modified) * release/Makefile (modified) * tools/autotool.py (modified) * tools/dest_build.py (added) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/devctl/devctl.c (modified) * uspace/app/loc/loc.c (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/list.c (moved) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/drv/block/ahci/Makefile (moved) * uspace/drv/block/ahci/ahci.c (added) * uspace/drv/block/ahci/ahci.h (added) * uspace/drv/block/ahci/ahci.ma (added) * uspace/drv/block/ahci/ahci_hw.h (added) * uspace/drv/block/ahci/ahci_sata.h (added) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/mem_access.h (added) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.h (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/ohci/root_hub.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/uhcirh/root_hub.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.h (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.h (modified) * uspace/drv/bus/usb/usbhid/subdrivers.h (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/amd64/include/elf_linux.h (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/arm32/src/fibril.S (modified) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/arm32/src/thread_entry.s (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/Makefile.common (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/ia64/include/fibril.h (modified) * uspace/lib/c/arch/ia64/include/thread.h (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/mips64/Makefile.common (modified) * uspace/lib/c/arch/mips64/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/device/ahci.c (added) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/mman.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/device/ahci.h (added) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/loc.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/sys/mman.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_ahci.c (added) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/ahci_iface.h (added) * uspace/lib/drv/include/remote_ahci.h (added) * uspace/lib/fb/imgmap.c (modified) * uspace/lib/fb/screenbuffer.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/usbdev/include/usb/dev/usb_device_connection.h (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified) * uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified) * uspace/lib/usbhid/include/usb/hid/request.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/lib/usbhid/src/hidreq.c (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/bd/sata_bd/Makefile (added) * uspace/srv/bd/sata_bd/sata_bd.c (added) * uspace/srv/bd/sata_bd/sata_bd.h (added) * uspace/srv/devman/main.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/interp.S (added) * uspace/srv/loader/interp.s (deleted) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_type.h (modified) * uspace/srv/vfs/vfs.c (modified) * version (modified) merge mainline changes Sun, 29 Jul 2012 03:07:52 GMT Sean Bartell [d1e580a] * HelenOS.config (modified) * abi/include/ddi/irq.h (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * defaults/ppc32/Makefile.config (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/boot/vesa_ret.inc (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/boot/vesa_prot.inc (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/boot/vesa_ret.inc (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/irq.c (modified) * uspace/Makefile (modified) * uspace/app/lsusb/Makefile (deleted) * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/list.c (moved) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ahci/ahci.h (modified) * uspace/drv/block/ahci/ahci_hw.h (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/mem_access.h (added) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.h (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/ohci/root_hub.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/uhcirh/root_hub.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.h (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.h (modified) * uspace/drv/bus/usb/usbhid/subdrivers.h (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/lib/c/arch/ia64/Makefile.common (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/usbdev/include/usb/dev/usb_device_connection.h (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified) * uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified) * uspace/lib/usbhid/include/usb/hid/request.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/lib/usbhid/src/hidreq.c (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/interp.S (moved) Merge mainline changes Fri, 20 Jul 2012 20:29:54 GMT Frantisek Princ [b828907] * HelenOS.config (modified) * boot/Makefile.common (modified) * boot/arch/ppc32/Makefile.inc (modified) * defaults/ppc32/Makefile.config (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (modified) * kernel/generic/src/debug/symtab.c (modified) * uspace/Makefile (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/list.c (moved) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/drv/block/ahci/Makefile (moved) * uspace/drv/block/ahci/ahci.c (added) * uspace/drv/block/ahci/ahci.h (added) * uspace/drv/block/ahci/ahci.ma (added) * uspace/drv/block/ahci/ahci_hw.h (added) * uspace/drv/block/ahci/ahci_sata.h (added) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/mem_access.h (added) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.h (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/ohci/root_hub.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/uhcirh/root_hub.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.h (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.h (modified) * uspace/drv/bus/usb/usbhid/subdrivers.h (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/ahci.c (added) * uspace/lib/c/include/device/ahci.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_ahci.c (added) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/ahci_iface.h (added) * uspace/lib/drv/include/remote_ahci.h (added) * uspace/lib/usbdev/include/usb/dev/usb_device_connection.h (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified) * uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified) * uspace/lib/usbhid/include/usb/hid/request.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/lib/usbhid/src/hidreq.c (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/srv/bd/sata_bd/Makefile (added) * uspace/srv/bd/sata_bd/sata_bd.c (added) * uspace/srv/bd/sata_bd/sata_bd.h (added) * uspace/srv/hid/console/console.c (modified) Merge with mainline Fri, 20 Jul 2012 15:25:32 GMT Jan Vesely [9e279c4] * uspace/Makefile (modified) * uspace/app/lsusb/Makefile (deleted) * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/list.c (moved) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) Merge lsusb to usbinfo. Use -l or --list to get the list. Fri, 20 Jul 2012 13:51:28 GMT Jan Vesely [8013637] * HelenOS.config (modified) * abi/include/proc/uarg.h (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/Makefile.grub (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/mm/page.h (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/arm32/src/userspace.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/include/mm/page.h (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/ppc32/include/mm/page.h (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified) * kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified) * kernel/arch/sparc64/src/proc/thread.c (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/genarch/include/mm/page_pt.h (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/kbrd/kbrd.c (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/console/prompt.h (added) * kernel/generic/include/debug.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/lib/ra.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/include/proc/program.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/symtab.h (modified) * kernel/generic/include/symtab_lookup.h (added) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (added) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/main/uinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/mm/tlb.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/spinlock.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/slab1.c (modified) * kernel/test/mm/slab2.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/synch/semaphore2.c (modified) * kernel/test/thread/thread1.c (modified) * tools/autotool.py (modified) * tools/checkers/clang.py (modified) * tools/checkers/stanse.py (modified) * tools/checkers/vcc.py (modified) * tools/dest_build.py (added) * tools/filldir.py (modified) * tools/gentestfile.py (modified) * tools/mkfat.py (modified) * tools/mkuimage.py (modified) * tools/toolchain.sh (modified) * tools/xstruct.py (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/TODO (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.h (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/echo/echo.c (added) * uspace/app/bdsh/cmds/modules/echo/echo.h (added) * uspace/app/bdsh/cmds/modules/echo/echo_def.h (added) * uspace/app/bdsh/cmds/modules/echo/entry.h (added) * uspace/app/bdsh/cmds/modules/help/help.h (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/printf/TODO (added) * uspace/app/bdsh/cmds/modules/printf/entry.h (added) * uspace/app/bdsh/cmds/modules/printf/printf.c (added) * uspace/app/bdsh/cmds/modules/printf/printf.h (added) * uspace/app/bdsh/cmds/modules/printf/printf_def.h (added) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.h (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/devctl/devctl.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/sheet.c (modified) * uspace/app/inet/Makefile (moved) * uspace/app/inet/inet.c (moved) * uspace/app/init/init.c (modified) * uspace/app/killall/killall.c (modified) * uspace/app/loc/Makefile (moved) * uspace/app/loc/loc.c (moved) * uspace/app/msim/Makefile (added) * uspace/app/msim/Makefile.msim.src (added) * uspace/app/msim/arch_helenos/helenos.h (added) * uspace/app/msim/arch_helenos/input.c (added) * uspace/app/msim/arch_helenos/misc.c (added) * uspace/app/msim/config.h.msim (added) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nterm/Makefile (added) * uspace/app/nterm/conn.c (added) * uspace/app/nterm/conn.h (added) * uspace/app/nterm/nterm.c (added) * uspace/app/nterm/nterm.h (added) * uspace/app/sbi/src/mytypes.h (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/app/trace/proto.h (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/block/ahci/Makefile (added) * uspace/drv/block/ahci/ahci.c (added) * uspace/drv/block/ahci/ahci.h (added) * uspace/drv/block/ahci/ahci.ma (added) * uspace/drv/block/ahci/ahci_hw.h (added) * uspace/drv/block/ahci/ahci_sata.h (added) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/ia64/include/fibril.h (modified) * uspace/lib/c/arch/ia64/include/thread.h (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/device/ahci.c (added) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/mman.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/device/ahci.h (added) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/loc.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/c/include/stdarg.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/sys/mman.h (modified) * uspace/lib/c/include/unistd.h (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/log.c (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/drv/generic/remote_ahci.c (added) * uspace/lib/drv/include/ahci_iface.h (added) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/drv/include/remote_ahci.h (added) * uspace/lib/fb/imgmap.c (modified) * uspace/lib/fb/screenbuffer.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/errno.h (modified) * uspace/lib/posix/getopt.c (added) * uspace/lib/posix/getopt.h (added) * uspace/lib/posix/pwd.c (modified) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) * uspace/lib/usb/include/usb/ddfiface.h (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/include/usb/dev/hub.h (modified) * uspace/lib/usbdev/include/usb/dev/recognise.h (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbvirt/src/device.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/bd/sata_bd/Makefile (added) * uspace/srv/bd/sata_bd/sata_bd.c (added) * uspace/srv/bd/sata_bd/sata_bd.h (added) * uspace/srv/clipboard/clipboard.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/telnet.h (modified) * uspace/srv/hid/remcons/user.h (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/Makefile (moved) * uspace/srv/locsrv/category.c (moved) * uspace/srv/locsrv/category.h (moved) * uspace/srv/locsrv/locsrv.c (moved) * uspace/srv/locsrv/locsrv.h (moved) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/inetsrv/Makefile (moved) * uspace/srv/net/inetsrv/addrobj.c (moved) * uspace/srv/net/inetsrv/addrobj.h (moved) * uspace/srv/net/inetsrv/icmp.c (moved) * uspace/srv/net/inetsrv/icmp.h (moved) * uspace/srv/net/inetsrv/icmp_std.h (moved) * uspace/srv/net/inetsrv/inet_link.c (moved) * uspace/srv/net/inetsrv/inet_link.h (moved) * uspace/srv/net/inetsrv/inet_std.h (moved) * uspace/srv/net/inetsrv/inet_util.c (moved) * uspace/srv/net/inetsrv/inet_util.h (moved) * uspace/srv/net/inetsrv/inetcfg.c (moved) * uspace/srv/net/inetsrv/inetcfg.h (moved) * uspace/srv/net/inetsrv/inetping.c (moved) * uspace/srv/net/inetsrv/inetping.h (moved) * uspace/srv/net/inetsrv/inetsrv.c (moved) * uspace/srv/net/inetsrv/inetsrv.h (moved) * uspace/srv/net/inetsrv/pdu.c (moved) * uspace/srv/net/inetsrv/pdu.h (moved) * uspace/srv/net/inetsrv/reass.c (moved) * uspace/srv/net/inetsrv/reass.h (moved) * uspace/srv/net/inetsrv/sroute.c (moved) * uspace/srv/net/inetsrv/sroute.h (moved) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/ncsim.h (modified) * uspace/srv/net/tcp/rqueue.c (modified) * uspace/srv/net/tcp/rqueue.h (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/tcp/test.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_type.h (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/vfs/vfs.c (modified) More mainline changes. Wed, 18 Jul 2012 21:45:07 GMT Sean Bartell [ae49252] * boot/Makefile.common (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/mm/page.h (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/mips32/include/mm/page.h (modified) * kernel/arch/ppc32/include/mm/page.h (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/genarch/include/mm/page_pt.h (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/console/prompt.h (added) * kernel/generic/include/debug.h (modified) * kernel/generic/include/symtab.h (modified) * kernel/generic/include/symtab_lookup.h (added) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (added) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/tlb.c (modified) * uspace/Makefile (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/drv/block/ahci/Makefile (added) * uspace/drv/block/ahci/ahci.c (added) * uspace/drv/block/ahci/ahci.h (added) * uspace/drv/block/ahci/ahci.ma (added) * uspace/drv/block/ahci/ahci_hw.h (added) * uspace/drv/block/ahci/ahci_sata.h (added) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/ahci.c (added) * uspace/lib/c/include/device/ahci.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_ahci.c (added) * uspace/lib/drv/include/ahci_iface.h (added) * uspace/lib/drv/include/remote_ahci.h (added) * uspace/srv/bd/sata_bd/Makefile (added) * uspace/srv/bd/sata_bd/sata_bd.c (added) * uspace/srv/bd/sata_bd/sata_bd.h (added) * uspace/srv/devman/main.c (modified) * uspace/srv/hid/console/console.c (modified) Merge mainline changes Wed, 18 Jul 2012 11:11:29 GMT Jan Vesely [1bebadee] * boot/Makefile.common (modified) * kernel/Makefile (modified) * kernel/generic/include/console/prompt.h (added) * kernel/generic/include/debug.h (modified) * kernel/generic/include/symtab.h (modified) * kernel/generic/include/symtab_lookup.h (added) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (added) * kernel/generic/src/debug/symtab.c (modified) * uspace/Makefile (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/drv/block/ahci/Makefile (added) * uspace/drv/block/ahci/ahci.c (added) * uspace/drv/block/ahci/ahci.h (added) * uspace/drv/block/ahci/ahci.ma (added) * uspace/drv/block/ahci/ahci_hw.h (added) * uspace/drv/block/ahci/ahci_sata.h (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/ahci.c (added) * uspace/lib/c/include/device/ahci.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_ahci.c (added) * uspace/lib/drv/include/ahci_iface.h (added) * uspace/lib/drv/include/remote_ahci.h (added) * uspace/srv/bd/sata_bd/Makefile (added) * uspace/srv/bd/sata_bd/sata_bd.c (added) * uspace/srv/bd/sata_bd/sata_bd.h (added) * uspace/srv/devman/main.c (modified) * uspace/srv/hid/console/console.c (modified) Merge mainline changes. Conflict in ... Tue, 17 Jul 2012 14:56:57 GMT Martin Decky [9904eb90] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/drv/block/ahci/Makefile (added) * uspace/drv/block/ahci/ahci.c (added) * uspace/drv/block/ahci/ahci.h (added) * uspace/drv/block/ahci/ahci.ma (added) * uspace/drv/block/ahci/ahci_hw.h (added) * uspace/drv/block/ahci/ahci_sata.h (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/ahci.c (added) * uspace/lib/c/include/device/ahci.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_ahci.c (added) * uspace/lib/drv/include/ahci_iface.h (added) * uspace/lib/drv/include/remote_ahci.h (added) * uspace/srv/bd/sata_bd/Makefile (added) * uspace/srv/bd/sata_bd/sata_bd.c (added) * uspace/srv/bd/sata_bd/sata_bd.h (added) cherrypick initial SATA (AHCI) support, originally by Petr Jerman Tue, 17 Jul 2012 10:57:41 GMT Jan Vesely [aef1799] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/dplay/Makefile (deleted) * uspace/app/dplay/wave.c (deleted) * uspace/app/dplay/wave.h (deleted) * uspace/app/wavplay/Makefile (modified) * uspace/app/wavplay/dplay.c (moved) * uspace/app/wavplay/dplay.h (added) * uspace/app/wavplay/main.c (moved) * uspace/lib/pcm/src/format.c (modified) Integrate dplay into wavplay. Tue, 17 Jul 2012 08:26:49 GMT Jan Vesely [ea6c838] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/dplay/Makefile (modified) * uspace/app/dplay/wave.h (modified) * uspace/app/drec/Makefile (modified) * uspace/app/drec/drec.c (modified) * uspace/app/drec/wave.h (modified) * uspace/app/wavplay/Makefile (modified) * uspace/app/wavplay/wave.h (modified) * uspace/app/wavplay/wavplay.c (modified) * uspace/drv/audio/sb16/Makefile (modified) * uspace/drv/audio/sb16/dsp.h (modified) * uspace/drv/audio/sb16/pcm_iface.c (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/include/audio_pcm_iface.h (modified) * uspace/lib/hound/Makefile (modified) * uspace/lib/hound/include/hound/client.h (modified) * uspace/lib/hound/include/hound/server.h (modified) * uspace/lib/pcm/Makefile (added) * uspace/lib/pcm/include/pcm/format.h (moved) * uspace/lib/pcm/include/pcm/sample_format.h (moved) * uspace/lib/pcm/src/format.c (moved) * uspace/srv/audio/hound/Makefile (modified) * uspace/srv/audio/hound/audio_client.c (modified) * uspace/srv/audio/hound/audio_client.h (modified) * uspace/srv/audio/hound/audio_device.c (modified) * uspace/srv/audio/hound/audio_sink.c (modified) * uspace/srv/audio/hound/audio_sink.h (modified) * uspace/srv/audio/hound/audio_source.c (modified) * uspace/srv/audio/hound/audio_source.h (modified) * uspace/srv/audio/hound/hound.h (modified) * uspace/srv/audio/hound/main.c (modified) Create libpcm. Move pcm related functions and definitions there. ... Sun, 15 Jul 2012 00:42:13 GMT Jan Vesely [afa7c17] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/hound/Makefile (added) * uspace/lib/hound/include/hound/client.h (added) * uspace/lib/hound/include/hound/server.h (added) * uspace/lib/hound/src/protocol.c (added) Add libhound. This library implements hound protocol and helpers. Sat, 14 Jul 2012 11:18:40 GMT Jan Vesely [97c7682] * HelenOS.config (modified) * abi/include/ipc/methods.h (modified) * abi/include/proc/uarg.h (modified) * boot/Makefile (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/Makefile.grub (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/generic/src/printf_core.c (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/mm/page.h (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/arm32/include/mm/page_armv4.h (modified) * kernel/arch/arm32/src/userspace.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/include/mm/page.h (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/ppc32/include/mm/page.h (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified) * kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified) * kernel/arch/sparc64/src/proc/thread.c (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/genarch/include/mm/page_pt.h (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/kbrd/kbrd.c (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/console/prompt.h (moved) * kernel/generic/include/debug.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/lib/ra.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/include/proc/program.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/symtab.h (modified) * kernel/generic/include/symtab_lookup.h (moved) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (added) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/main/uinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/mm/tlb.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/spinlock.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/slab1.c (modified) * kernel/test/mm/slab2.c (modified) * kernel/test/print/print1.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/synch/semaphore2.c (modified) * kernel/test/thread/thread1.c (modified) * tools/autotool.py (modified) * tools/checkers/clang.py (modified) * tools/checkers/stanse.py (modified) * tools/checkers/vcc.py (modified) * tools/dest_build.py (added) * tools/filldir.py (modified) * tools/gentestfile.py (modified) * tools/imgutil.py (modified) * tools/mkfat.py (modified) * tools/mkuimage.py (modified) * tools/toolchain.sh (modified) * tools/xstruct.py (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/TODO (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.h (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/echo/echo.c (moved) * uspace/app/bdsh/cmds/modules/echo/echo.h (added) * uspace/app/bdsh/cmds/modules/echo/echo_def.h (added) * uspace/app/bdsh/cmds/modules/echo/entry.h (added) * uspace/app/bdsh/cmds/modules/help/help.h (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/printf/TODO (added) * uspace/app/bdsh/cmds/modules/printf/entry.h (added) * uspace/app/bdsh/cmds/modules/printf/printf.c (added) * uspace/app/bdsh/cmds/modules/printf/printf.h (added) * uspace/app/bdsh/cmds/modules/printf/printf_def.h (added) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.h (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/devctl/devctl.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/sheet.c (modified) * uspace/app/inet/Makefile (moved) * uspace/app/inet/inet.c (added) * uspace/app/init/init.c (modified) * uspace/app/killall/killall.c (modified) * uspace/app/loc/Makefile (moved) * uspace/app/loc/loc.c (moved) * uspace/app/msim/Makefile (added) * uspace/app/msim/Makefile.msim.src (added) * uspace/app/msim/arch_helenos/helenos.h (added) * uspace/app/msim/arch_helenos/input.c (moved) * uspace/app/msim/arch_helenos/misc.c (added) * uspace/app/msim/config.h.msim (added) * uspace/app/netecho/netecho.c (modified) * uspace/app/netecho/print_error.c (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nterm/Makefile (added) * uspace/app/nterm/conn.c (added) * uspace/app/nterm/conn.h (added) * uspace/app/nterm/nterm.c (added) * uspace/app/nterm/nterm.h (added) * uspace/app/ping/Makefile (modified) * uspace/app/ping/ping.c (modified) * uspace/app/ping/print_error.c (deleted) * uspace/app/ping/print_error.h (deleted) * uspace/app/sbi/src/mytypes.h (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/ipc/starve.c (moved) * uspace/app/tester/ipc/starve.def (added) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/app/tester/print/print1.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/screen.h (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/app/trace/proto.h (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/res.c (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/infrastructure/rootvirt/devices.def (modified) * uspace/drv/nic/e1k/Makefile (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/lo/Makefile (deleted) * uspace/drv/nic/lo/lo.c (deleted) * uspace/drv/nic/lo/lo.ma (deleted) * uspace/drv/nic/ne2k/Makefile (modified) * uspace/drv/nic/rtl8139/Makefile (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/ia64/include/fibril.h (modified) * uspace/lib/c/arch/ia64/include/thread.h (modified) * uspace/lib/c/generic/adt/measured_strings.c (deleted) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/device/nic.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/inet.c (added) * uspace/lib/c/generic/inetcfg.c (added) * uspace/lib/c/generic/inetping.c (added) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink.c (added) * uspace/lib/c/generic/iplink_srv.c (added) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/mman.c (modified) * uspace/lib/c/generic/net/icmp_api.c (deleted) * uspace/lib/c/generic/net/modules.c (deleted) * uspace/lib/c/generic/net/packet.c (deleted) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/inet/inet.h (moved) * uspace/lib/c/include/inet/inetcfg.h (added) * uspace/lib/c/include/inet/inetping.h (moved) * uspace/lib/c/include/inet/iplink.h (moved) * uspace/lib/c/include/inet/iplink_srv.h (moved) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/icmp.h (deleted) * uspace/lib/c/include/ipc/il.h (deleted) * uspace/lib/c/include/ipc/inet.h (moved) * uspace/lib/c/include/ipc/ip.h (deleted) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/iplink.h (moved) * uspace/lib/c/include/ipc/loc.h (modified) * uspace/lib/c/include/ipc/net.h (deleted) * uspace/lib/c/include/ipc/net_net.h (deleted) * uspace/lib/c/include/ipc/netif.h (deleted) * uspace/lib/c/include/ipc/nil.h (deleted) * uspace/lib/c/include/ipc/packet.h (deleted) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/c/include/net/icmp_codes.h (deleted) * uspace/lib/c/include/net/in.h (modified) * uspace/lib/c/include/net/packet.h (deleted) * uspace/lib/c/include/net/packet_header.h (deleted) * uspace/lib/c/include/ns.h (modified) * uspace/lib/c/include/stdarg.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/sys/mman.h (modified) * uspace/lib/c/include/unistd.h (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/log.c (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/fb/imgmap.c (modified) * uspace/lib/fb/screenbuffer.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/net/Makefile (modified) * uspace/lib/net/adt/module_map.c (deleted) * uspace/lib/net/generic/generic.c (deleted) * uspace/lib/net/generic/net_checksum.c (deleted) * uspace/lib/net/generic/net_remote.c (deleted) * uspace/lib/net/generic/packet_client.c (deleted) * uspace/lib/net/generic/packet_remote.c (deleted) * uspace/lib/net/generic/protocol_map.c (deleted) * uspace/lib/net/il/arp_remote.c (deleted) * uspace/lib/net/il/il_remote.c (deleted) * uspace/lib/net/il/il_skel.c (deleted) * uspace/lib/net/il/ip_client.c (deleted) * uspace/lib/net/il/ip_remote.c (deleted) * uspace/lib/net/include/adt/module_map.h (deleted) * uspace/lib/net/include/arp_interface.h (deleted) * uspace/lib/net/include/generic.h (deleted) * uspace/lib/net/include/icmp_header.h (deleted) * uspace/lib/net/include/icmp_remote.h (deleted) * uspace/lib/net/include/il_skel.h (deleted) * uspace/lib/net/include/ip_client.h (deleted) * uspace/lib/net/include/ip_header.h (deleted) * uspace/lib/net/include/ip_interface.h (deleted) * uspace/lib/net/include/ip_remote.h (deleted) * uspace/lib/net/include/net_interface.h (deleted) * uspace/lib/net/include/nil_remote.h (deleted) * uspace/lib/net/include/nil_skel.h (deleted) * uspace/lib/net/include/packet_client.h (deleted) * uspace/lib/net/include/socket_core.h (modified) * uspace/lib/net/include/tl_common.h (deleted) * uspace/lib/net/include/tl_skel.h (deleted) * uspace/lib/net/nil/nil_skel.c (deleted) * uspace/lib/net/tl/icmp_client.c (deleted) * uspace/lib/net/tl/icmp_remote.c (deleted) * uspace/lib/net/tl/socket_core.c (modified) * uspace/lib/net/tl/tl_common.c (deleted) * uspace/lib/net/tl/tl_remote.c (deleted) * uspace/lib/net/tl/tl_skel.c (deleted) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_ev.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/errno.h (modified) * uspace/lib/posix/getopt.c (moved) * uspace/lib/posix/getopt.h (moved) * uspace/lib/posix/pwd.c (modified) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) * uspace/lib/usb/include/usb/ddfiface.h (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/include/usb/dev/hub.h (modified) * uspace/lib/usbdev/include/usb/dev/recognise.h (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbvirt/src/device.c (modified) * uspace/lib/usbvirt/src/ipc_hc.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/clipboard/Makefile (moved) * uspace/srv/clipboard/clip.h (moved) * uspace/srv/clipboard/clipboard.c (moved) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/telnet.h (modified) * uspace/srv/hid/remcons/user.h (modified) * uspace/srv/hid/s3c24xx_ts/Makefile (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/Makefile (moved) * uspace/srv/locsrv/category.c (moved) * uspace/srv/locsrv/category.h (moved) * uspace/srv/locsrv/locsrv.c (moved) * uspace/srv/locsrv/locsrv.h (moved) * uspace/srv/net/cfg/e1k.nic (deleted) * uspace/srv/net/cfg/general (deleted) * uspace/srv/net/cfg/lo.nic (deleted) * uspace/srv/net/cfg/ne2k.nic (deleted) * uspace/srv/net/ethip/Makefile (added) * uspace/srv/net/ethip/arp.c (added) * uspace/srv/net/ethip/arp.h (added) * uspace/srv/net/ethip/atrans.c (added) * uspace/srv/net/ethip/atrans.h (added) * uspace/srv/net/ethip/ethip.c (added) * uspace/srv/net/ethip/ethip.h (added) * uspace/srv/net/ethip/ethip_nic.c (added) * uspace/srv/net/ethip/ethip_nic.h (added) * uspace/srv/net/ethip/pdu.c (added) * uspace/srv/net/ethip/pdu.h (moved) * uspace/srv/net/ethip/std.h (added) * uspace/srv/net/il/arp/arp.c (deleted) * uspace/srv/net/il/arp/arp.h (deleted) * uspace/srv/net/il/ip/ip.c (deleted) * uspace/srv/net/il/ip/ip.h (deleted) * uspace/srv/net/inetsrv/Makefile (moved) * uspace/srv/net/inetsrv/addrobj.c (added) * uspace/srv/net/inetsrv/addrobj.h (moved) * uspace/srv/net/inetsrv/icmp.c (added) * uspace/srv/net/inetsrv/icmp.h (added) * uspace/srv/net/inetsrv/icmp_std.h (moved) * uspace/srv/net/inetsrv/inet_link.c (added) * uspace/srv/net/inetsrv/inet_link.h (added) * uspace/srv/net/inetsrv/inet_std.h (moved) * uspace/srv/net/inetsrv/inet_util.c (added) * uspace/srv/net/inetsrv/inet_util.h (added) * uspace/srv/net/inetsrv/inetcfg.c (added) * uspace/srv/net/inetsrv/inetcfg.h (added) * uspace/srv/net/inetsrv/inetping.c (added) * uspace/srv/net/inetsrv/inetping.h (added) * uspace/srv/net/inetsrv/inetsrv.c (added) * uspace/srv/net/inetsrv/inetsrv.h (added) * uspace/srv/net/inetsrv/pdu.c (added) * uspace/srv/net/inetsrv/pdu.h (added) * uspace/srv/net/inetsrv/reass.c (added) * uspace/srv/net/inetsrv/reass.h (added) * uspace/srv/net/inetsrv/sroute.c (added) * uspace/srv/net/inetsrv/sroute.h (added) * uspace/srv/net/loopip/Makefile (added) * uspace/srv/net/loopip/loopip.c (added) * uspace/srv/net/net/Makefile (deleted) * uspace/srv/net/net/net.c (deleted) * uspace/srv/net/net/net.h (deleted) * uspace/srv/net/net/packet_server.c (deleted) * uspace/srv/net/nil/eth/Makefile (deleted) * uspace/srv/net/nil/eth/eth.c (deleted) * uspace/srv/net/nil/eth/eth.h (deleted) * uspace/srv/net/nil/nildummy/Makefile (deleted) * uspace/srv/net/nil/nildummy/nildummy.c (deleted) * uspace/srv/net/nil/nildummy/nildummy.h (deleted) * uspace/srv/net/tcp/Makefile (moved) * uspace/srv/net/tcp/conn.c (moved) * uspace/srv/net/tcp/conn.h (moved) * uspace/srv/net/tcp/iqueue.c (moved) * uspace/srv/net/tcp/iqueue.h (moved) * uspace/srv/net/tcp/ncsim.c (moved) * uspace/srv/net/tcp/ncsim.h (moved) * uspace/srv/net/tcp/pdu.c (moved) * uspace/srv/net/tcp/pdu.h (moved) * uspace/srv/net/tcp/rqueue.c (moved) * uspace/srv/net/tcp/rqueue.h (moved) * uspace/srv/net/tcp/segment.c (moved) * uspace/srv/net/tcp/segment.h (moved) * uspace/srv/net/tcp/seq_no.c (moved) * uspace/srv/net/tcp/seq_no.h (moved) * uspace/srv/net/tcp/sock.c (moved) * uspace/srv/net/tcp/sock.h (moved) * uspace/srv/net/tcp/std.h (moved) * uspace/srv/net/tcp/tcp.c (added) * uspace/srv/net/tcp/tcp.h (moved) * uspace/srv/net/tcp/tcp_type.h (moved) * uspace/srv/net/tcp/test.c (moved) * uspace/srv/net/tcp/test.h (moved) * uspace/srv/net/tcp/tqueue.c (moved) * uspace/srv/net/tcp/tqueue.h (moved) * uspace/srv/net/tcp/ucall.c (moved) * uspace/srv/net/tcp/ucall.h (moved) * uspace/srv/net/tl/icmp/Makefile (deleted) * uspace/srv/net/tl/icmp/icmp.c (deleted) * uspace/srv/net/tl/tcp/tcp.c (deleted) * uspace/srv/net/tl/udp/udp.c (deleted) * uspace/srv/net/udp/Makefile (moved) * uspace/srv/net/udp/assoc.c (added) * uspace/srv/net/udp/assoc.h (moved) * uspace/srv/net/udp/msg.c (added) * uspace/srv/net/udp/msg.h (added) * uspace/srv/net/udp/pdu.c (added) * uspace/srv/net/udp/pdu.h (added) * uspace/srv/net/udp/sock.c (added) * uspace/srv/net/udp/sock.h (moved) * uspace/srv/net/udp/std.h (added) * uspace/srv/net/udp/ucall.c (added) * uspace/srv/net/udp/ucall.h (added) * uspace/srv/net/udp/udp.c (moved) * uspace/srv/net/udp/udp_inet.c (added) * uspace/srv/net/udp/udp_inet.h (added) * uspace/srv/net/udp/udp_type.h (added) * uspace/srv/ns/ns.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Merge mainline changes. Text conflict in ... Fri, 13 Jul 2012 21:40:54 GMT Jan Vesely [e677b08] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/wavplay/Makefile (added) * uspace/app/wavplay/wave.c (added) * uspace/app/wavplay/wave.h (added) * uspace/app/wavplay/wavplay.c (added) Add wavplay app. The code is so ugly it hurts reading it, but ... Fri, 13 Jul 2012 21:38:36 GMT Jan Vesely [88a37b5] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) Build and launch hound by default. Mon, 09 Jul 2012 07:23:44 GMT Jan Vesely [0336354a] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) Makefile: Build and use recording app. Wed, 04 Jul 2012 12:59:04 GMT Vojtech Horky [1b46b77] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/logview/Makefile (added) * uspace/app/logview/logview.c (added) Add simple log viewer Wed, 04 Jul 2012 12:57:00 GMT Vojtech Horky [1f2dd20] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/lib/c/generic/io/log.c (modified) * uspace/lib/c/include/ipc/logger.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/srv/logger/Makefile (added) * uspace/srv/logger/logger.h (added) * uspace/srv/logger/main.c (added) * uspace/srv/logger/namespace.c (added) Start working on logger service The logger service is started as an ... Fri, 29 Jun 2012 13:02:14 GMT Jan Vesely [6843a9c] * HelenOS.config (modified) * abi/include/ddi/arg.h (modified) * abi/include/ddi/irq.h (modified) * abi/include/ipc/methods.h (modified) * abi/include/proc/uarg.h (modified) * abi/include/syscall.h (modified) * boot/Makefile (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/Makefile.grub (modified) * boot/Makefile.silo (modified) * boot/Makefile.yaboot (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/eabi.S (added) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/src/main.c (modified) * boot/arch/ia64/src/pal_asm.S (modified) * boot/arch/ia64/src/sal_asm.S (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips64/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/sparc64/Makefile.inc (modified) * boot/genarch/include/division.h (modified) * boot/genarch/src/division.c (modified) * boot/generic/include/memstr.h (modified) * boot/generic/src/memstr.c (modified) * boot/generic/src/printf_core.c (modified) * boot/generic/src/str.c (modified) * boot/generic/src/version.c (modified) * boot/grub.efi/COPYING (added) * boot/grub.efi/README (added) * boot/grub.efi/efi.img.gz (added) * boot/grub.efi/i386-efi/acpi.mod (added) * boot/grub.efi/i386-efi/affs.mod (added) * boot/grub.efi/i386-efi/afs.mod (added) * boot/grub.efi/i386-efi/afs_be.mod (added) * boot/grub.efi/i386-efi/aout.mod (added) * boot/grub.efi/i386-efi/appleldr.mod (added) * boot/grub.efi/i386-efi/at_keyboard.mod (added) * boot/grub.efi/i386-efi/ata.mod (added) * boot/grub.efi/i386-efi/ata_pthru.mod (added) * boot/grub.efi/i386-efi/befs.mod (added) * boot/grub.efi/i386-efi/befs_be.mod (added) * boot/grub.efi/i386-efi/bitmap.mod (added) * boot/grub.efi/i386-efi/bitmap_scale.mod (added) * boot/grub.efi/i386-efi/blocklist.mod (added) * boot/grub.efi/i386-efi/boot.mod (added) * boot/grub.efi/i386-efi/bsd.mod (added) * boot/grub.efi/i386-efi/btrfs.mod (added) * boot/grub.efi/i386-efi/bufio.mod (added) * boot/grub.efi/i386-efi/cat.mod (added) * boot/grub.efi/i386-efi/chain.mod (added) * boot/grub.efi/i386-efi/cmp.mod (added) * boot/grub.efi/i386-efi/command.lst (added) * boot/grub.efi/i386-efi/configfile.mod (added) * boot/grub.efi/i386-efi/cpio.mod (added) * boot/grub.efi/i386-efi/cpuid.mod (added) * boot/grub.efi/i386-efi/crypto.lst (added) * boot/grub.efi/i386-efi/crypto.mod (added) * boot/grub.efi/i386-efi/cs5536.mod (added) * boot/grub.efi/i386-efi/date.mod (added) * boot/grub.efi/i386-efi/datehook.mod (added) * boot/grub.efi/i386-efi/datetime.mod (added) * boot/grub.efi/i386-efi/dm_nv.mod (added) * boot/grub.efi/i386-efi/echo.mod (added) * boot/grub.efi/i386-efi/efi_gop.mod (added) * boot/grub.efi/i386-efi/efi_uga.mod (added) * boot/grub.efi/i386-efi/elf.mod (added) * boot/grub.efi/i386-efi/example_functional_test.mod (added) * boot/grub.efi/i386-efi/ext2.mod (added) * boot/grub.efi/i386-efi/extcmd.mod (added) * boot/grub.efi/i386-efi/fat.mod (added) * boot/grub.efi/i386-efi/fixvideo.mod (added) * boot/grub.efi/i386-efi/font.mod (added) * boot/grub.efi/i386-efi/fs.lst (added) * boot/grub.efi/i386-efi/fshelp.mod (added) * boot/grub.efi/i386-efi/functional_test.mod (added) * boot/grub.efi/i386-efi/gcry_arcfour.mod (added) * boot/grub.efi/i386-efi/gcry_blowfish.mod (added) * boot/grub.efi/i386-efi/gcry_camellia.mod (added) * boot/grub.efi/i386-efi/gcry_cast5.mod (added) * boot/grub.efi/i386-efi/gcry_crc.mod (added) * boot/grub.efi/i386-efi/gcry_des.mod (added) * boot/grub.efi/i386-efi/gcry_md4.mod (added) * boot/grub.efi/i386-efi/gcry_md5.mod (added) * boot/grub.efi/i386-efi/gcry_rfc2268.mod (added) * boot/grub.efi/i386-efi/gcry_rijndael.mod (added) * boot/grub.efi/i386-efi/gcry_rmd160.mod (added) * boot/grub.efi/i386-efi/gcry_seed.mod (added) * boot/grub.efi/i386-efi/gcry_serpent.mod (added) * boot/grub.efi/i386-efi/gcry_sha1.mod (added) * boot/grub.efi/i386-efi/gcry_sha256.mod (added) * boot/grub.efi/i386-efi/gcry_sha512.mod (added) * boot/grub.efi/i386-efi/gcry_tiger.mod (added) * boot/grub.efi/i386-efi/gcry_twofish.mod (added) * boot/grub.efi/i386-efi/gcry_whirlpool.mod (added) * boot/grub.efi/i386-efi/gettext.mod (added) * boot/grub.efi/i386-efi/gfxmenu.mod (added) * boot/grub.efi/i386-efi/gfxterm.mod (added) * boot/grub.efi/i386-efi/gptsync.mod (added) * boot/grub.efi/i386-efi/gzio.mod (added) * boot/grub.efi/i386-efi/halt.mod (added) * boot/grub.efi/i386-efi/hashsum.mod (added) * boot/grub.efi/i386-efi/hdparm.mod (added) * boot/grub.efi/i386-efi/hello.mod (added) * boot/grub.efi/i386-efi/help.mod (added) * boot/grub.efi/i386-efi/hexdump.mod (added) * boot/grub.efi/i386-efi/hfs.mod (added) * boot/grub.efi/i386-efi/hfsplus.mod (added) * boot/grub.efi/i386-efi/iorw.mod (added) * boot/grub.efi/i386-efi/iso9660.mod (added) * boot/grub.efi/i386-efi/jfs.mod (added) * boot/grub.efi/i386-efi/jpeg.mod (added) * boot/grub.efi/i386-efi/keylayouts.mod (added) * boot/grub.efi/i386-efi/keystatus.mod (added) * boot/grub.efi/i386-efi/linux.mod (added) * boot/grub.efi/i386-efi/loadbios.mod (added) * boot/grub.efi/i386-efi/loadenv.mod (added) * boot/grub.efi/i386-efi/loopback.mod (added) * boot/grub.efi/i386-efi/ls.mod (added) * boot/grub.efi/i386-efi/lsacpi.mod (added) * boot/grub.efi/i386-efi/lsefimmap.mod (added) * boot/grub.efi/i386-efi/lsefisystab.mod (added) * boot/grub.efi/i386-efi/lsmmap.mod (added) * boot/grub.efi/i386-efi/lspci.mod (added) * boot/grub.efi/i386-efi/lssal.mod (added) * boot/grub.efi/i386-efi/lvm.mod (added) * boot/grub.efi/i386-efi/mdraid09.mod (added) * boot/grub.efi/i386-efi/mdraid1x.mod (added) * boot/grub.efi/i386-efi/memdisk.mod (added) * boot/grub.efi/i386-efi/memrw.mod (added) * boot/grub.efi/i386-efi/minicmd.mod (added) * boot/grub.efi/i386-efi/minix.mod (added) * boot/grub.efi/i386-efi/minix2.mod (added) * boot/grub.efi/i386-efi/mmap.mod (added) * boot/grub.efi/i386-efi/moddep.lst (added) * boot/grub.efi/i386-efi/msdospart.mod (added) * boot/grub.efi/i386-efi/multiboot.mod (added) * boot/grub.efi/i386-efi/multiboot2.mod (added) * boot/grub.efi/i386-efi/nilfs2.mod (added) * boot/grub.efi/i386-efi/normal.mod (added) * boot/grub.efi/i386-efi/ntfs.mod (added) * boot/grub.efi/i386-efi/ntfscomp.mod (added) * boot/grub.efi/i386-efi/ohci.mod (added) * boot/grub.efi/i386-efi/part_acorn.mod (added) * boot/grub.efi/i386-efi/part_amiga.mod (added) * boot/grub.efi/i386-efi/part_apple.mod (added) * boot/grub.efi/i386-efi/part_bsd.mod (added) * boot/grub.efi/i386-efi/part_gpt.mod (added) * boot/grub.efi/i386-efi/part_msdos.mod (added) * boot/grub.efi/i386-efi/part_sun.mod (added) * boot/grub.efi/i386-efi/part_sunpc.mod (added) * boot/grub.efi/i386-efi/partmap.lst (added) * boot/grub.efi/i386-efi/parttool.lst (added) * boot/grub.efi/i386-efi/parttool.mod (added) * boot/grub.efi/i386-efi/password.mod (added) * boot/grub.efi/i386-efi/password_pbkdf2.mod (added) * boot/grub.efi/i386-efi/pbkdf2.mod (added) * boot/grub.efi/i386-efi/pci.mod (added) * boot/grub.efi/i386-efi/play.mod (added) * boot/grub.efi/i386-efi/png.mod (added) * boot/grub.efi/i386-efi/probe.mod (added) * boot/grub.efi/i386-efi/raid.mod (added) * boot/grub.efi/i386-efi/raid5rec.mod (added) * boot/grub.efi/i386-efi/raid6rec.mod (added) * boot/grub.efi/i386-efi/read.mod (added) * boot/grub.efi/i386-efi/reboot.mod (added) * boot/grub.efi/i386-efi/regexp.mod (added) * boot/grub.efi/i386-efi/reiserfs.mod (added) * boot/grub.efi/i386-efi/relocator.mod (added) * boot/grub.efi/i386-efi/scsi.mod (added) * boot/grub.efi/i386-efi/search.mod (added) * boot/grub.efi/i386-efi/search_fs_file.mod (added) * boot/grub.efi/i386-efi/search_fs_uuid.mod (added) * boot/grub.efi/i386-efi/search_label.mod (added) * boot/grub.efi/i386-efi/serial.mod (added) * boot/grub.efi/i386-efi/setjmp.mod (added) * boot/grub.efi/i386-efi/setpci.mod (added) * boot/grub.efi/i386-efi/sfs.mod (added) * boot/grub.efi/i386-efi/sleep.mod (added) * boot/grub.efi/i386-efi/tar.mod (added) * boot/grub.efi/i386-efi/terminal.lst (added) * boot/grub.efi/i386-efi/terminal.mod (added) * boot/grub.efi/i386-efi/terminfo.mod (added) * boot/grub.efi/i386-efi/test.mod (added) * boot/grub.efi/i386-efi/test_blockarg.mod (added) * boot/grub.efi/i386-efi/testload.mod (added) * boot/grub.efi/i386-efi/tga.mod (added) * boot/grub.efi/i386-efi/trig.mod (added) * boot/grub.efi/i386-efi/true.mod (added) * boot/grub.efi/i386-efi/udf.mod (added) * boot/grub.efi/i386-efi/ufs1.mod (added) * boot/grub.efi/i386-efi/ufs2.mod (added) * boot/grub.efi/i386-efi/uhci.mod (added) * boot/grub.efi/i386-efi/usb.mod (added) * boot/grub.efi/i386-efi/usb_keyboard.mod (added) * boot/grub.efi/i386-efi/usbms.mod (added) * boot/grub.efi/i386-efi/usbserial_common.mod (added) * boot/grub.efi/i386-efi/usbserial_ftdi.mod (added) * boot/grub.efi/i386-efi/usbserial_pl2303.mod (added) * boot/grub.efi/i386-efi/usbtest.mod (added) * boot/grub.efi/i386-efi/video.lst (added) * boot/grub.efi/i386-efi/video.mod (added) * boot/grub.efi/i386-efi/video_bochs.mod (added) * boot/grub.efi/i386-efi/video_cirrus.mod (added) * boot/grub.efi/i386-efi/video_fb.mod (added) * boot/grub.efi/i386-efi/videoinfo.mod (added) * boot/grub.efi/i386-efi/videotest.mod (added) * boot/grub.efi/i386-efi/xfs.mod (added) * boot/grub.efi/i386-efi/xnu.mod (added) * boot/grub.efi/i386-efi/xnu_uuid.mod (added) * boot/grub.efi/i386-efi/xzio.mod (added) * boot/grub.efi/i386-efi/zfs.mod (added) * boot/grub.efi/i386-efi/zfsinfo.mod (added) * boot/grub.efi/x86_64-efi/acpi.mod (added) * boot/grub.efi/x86_64-efi/affs.mod (added) * boot/grub.efi/x86_64-efi/afs.mod (added) * boot/grub.efi/x86_64-efi/afs_be.mod (added) * boot/grub.efi/x86_64-efi/aout.mod (added) * boot/grub.efi/x86_64-efi/appleldr.mod (added) * boot/grub.efi/x86_64-efi/at_keyboard.mod (added) * boot/grub.efi/x86_64-efi/ata.mod (added) * boot/grub.efi/x86_64-efi/ata_pthru.mod (added) * boot/grub.efi/x86_64-efi/befs.mod (added) * boot/grub.efi/x86_64-efi/befs_be.mod (added) * boot/grub.efi/x86_64-efi/bitmap.mod (added) * boot/grub.efi/x86_64-efi/bitmap_scale.mod (added) * boot/grub.efi/x86_64-efi/blocklist.mod (added) * boot/grub.efi/x86_64-efi/boot.mod (added) * boot/grub.efi/x86_64-efi/bsd.mod (added) * boot/grub.efi/x86_64-efi/btrfs.mod (added) * boot/grub.efi/x86_64-efi/bufio.mod (added) * boot/grub.efi/x86_64-efi/cat.mod (added) * boot/grub.efi/x86_64-efi/chain.mod (added) * boot/grub.efi/x86_64-efi/cmp.mod (added) * boot/grub.efi/x86_64-efi/command.lst (added) * boot/grub.efi/x86_64-efi/configfile.mod (added) * boot/grub.efi/x86_64-efi/cpio.mod (added) * boot/grub.efi/x86_64-efi/cpuid.mod (added) * boot/grub.efi/x86_64-efi/crypto.lst (added) * boot/grub.efi/x86_64-efi/crypto.mod (added) * boot/grub.efi/x86_64-efi/cs5536.mod (added) * boot/grub.efi/x86_64-efi/date.mod (added) * boot/grub.efi/x86_64-efi/datehook.mod (added) * boot/grub.efi/x86_64-efi/datetime.mod (added) * boot/grub.efi/x86_64-efi/dm_nv.mod (added) * boot/grub.efi/x86_64-efi/echo.mod (added) * boot/grub.efi/x86_64-efi/efi_gop.mod (added) * boot/grub.efi/x86_64-efi/efi_uga.mod (added) * boot/grub.efi/x86_64-efi/elf.mod (added) * boot/grub.efi/x86_64-efi/example_functional_test.mod (added) * boot/grub.efi/x86_64-efi/ext2.mod (added) * boot/grub.efi/x86_64-efi/extcmd.mod (added) * boot/grub.efi/x86_64-efi/fat.mod (added) * boot/grub.efi/x86_64-efi/fixvideo.mod (added) * boot/grub.efi/x86_64-efi/font.mod (added) * boot/grub.efi/x86_64-efi/fs.lst (added) * boot/grub.efi/x86_64-efi/fshelp.mod (added) * boot/grub.efi/x86_64-efi/functional_test.mod (added) * boot/grub.efi/x86_64-efi/gcry_arcfour.mod (added) * boot/grub.efi/x86_64-efi/gcry_blowfish.mod (added) * boot/grub.efi/x86_64-efi/gcry_camellia.mod (added) * boot/grub.efi/x86_64-efi/gcry_cast5.mod (added) * boot/grub.efi/x86_64-efi/gcry_crc.mod (added) * boot/grub.efi/x86_64-efi/gcry_des.mod (added) * boot/grub.efi/x86_64-efi/gcry_md4.mod (added) * boot/grub.efi/x86_64-efi/gcry_md5.mod (added) * boot/grub.efi/x86_64-efi/gcry_rfc2268.mod (added) * boot/grub.efi/x86_64-efi/gcry_rijndael.mod (added) * boot/grub.efi/x86_64-efi/gcry_rmd160.mod (added) * boot/grub.efi/x86_64-efi/gcry_seed.mod (added) * boot/grub.efi/x86_64-efi/gcry_serpent.mod (added) * boot/grub.efi/x86_64-efi/gcry_sha1.mod (added) * boot/grub.efi/x86_64-efi/gcry_sha256.mod (added) * boot/grub.efi/x86_64-efi/gcry_sha512.mod (added) * boot/grub.efi/x86_64-efi/gcry_tiger.mod (added) * boot/grub.efi/x86_64-efi/gcry_twofish.mod (added) * boot/grub.efi/x86_64-efi/gcry_whirlpool.mod (added) * boot/grub.efi/x86_64-efi/gettext.mod (added) * boot/grub.efi/x86_64-efi/gfxmenu.mod (added) * boot/grub.efi/x86_64-efi/gfxterm.mod (added) * boot/grub.efi/x86_64-efi/gptsync.mod (added) * boot/grub.efi/x86_64-efi/gzio.mod (added) * boot/grub.efi/x86_64-efi/halt.mod (added) * boot/grub.efi/x86_64-efi/hashsum.mod (added) * boot/grub.efi/x86_64-efi/hdparm.mod (added) * boot/grub.efi/x86_64-efi/hello.mod (added) * boot/grub.efi/x86_64-efi/help.mod (added) * boot/grub.efi/x86_64-efi/hexdump.mod (added) * boot/grub.efi/x86_64-efi/hfs.mod (added) * boot/grub.efi/x86_64-efi/hfsplus.mod (added) * boot/grub.efi/x86_64-efi/iorw.mod (added) * boot/grub.efi/x86_64-efi/iso9660.mod (added) * boot/grub.efi/x86_64-efi/jfs.mod (added) * boot/grub.efi/x86_64-efi/jpeg.mod (added) * boot/grub.efi/x86_64-efi/keylayouts.mod (added) * boot/grub.efi/x86_64-efi/keystatus.mod (added) * boot/grub.efi/x86_64-efi/linux.mod (added) * boot/grub.efi/x86_64-efi/loadbios.mod (added) * boot/grub.efi/x86_64-efi/loadenv.mod (added) * boot/grub.efi/x86_64-efi/loopback.mod (added) * boot/grub.efi/x86_64-efi/ls.mod (added) * boot/grub.efi/x86_64-efi/lsacpi.mod (added) * boot/grub.efi/x86_64-efi/lsefimmap.mod (added) * boot/grub.efi/x86_64-efi/lsefisystab.mod (added) * boot/grub.efi/x86_64-efi/lsmmap.mod (added) * boot/grub.efi/x86_64-efi/lspci.mod (added) * boot/grub.efi/x86_64-efi/lssal.mod (added) * boot/grub.efi/x86_64-efi/lvm.mod (added) * boot/grub.efi/x86_64-efi/mdraid09.mod (added) * boot/grub.efi/x86_64-efi/mdraid1x.mod (added) * boot/grub.efi/x86_64-efi/memdisk.mod (added) * boot/grub.efi/x86_64-efi/memrw.mod (added) * boot/grub.efi/x86_64-efi/minicmd.mod (added) * boot/grub.efi/x86_64-efi/minix.mod (added) * boot/grub.efi/x86_64-efi/minix2.mod (added) * boot/grub.efi/x86_64-efi/mmap.mod (added) * boot/grub.efi/x86_64-efi/moddep.lst (added) * boot/grub.efi/x86_64-efi/msdospart.mod (added) * boot/grub.efi/x86_64-efi/multiboot.mod (added) * boot/grub.efi/x86_64-efi/multiboot2.mod (added) * boot/grub.efi/x86_64-efi/nilfs2.mod (added) * boot/grub.efi/x86_64-efi/normal.mod (added) * boot/grub.efi/x86_64-efi/ntfs.mod (added) * boot/grub.efi/x86_64-efi/ntfscomp.mod (added) * boot/grub.efi/x86_64-efi/ohci.mod (added) * boot/grub.efi/x86_64-efi/part_acorn.mod (added) * boot/grub.efi/x86_64-efi/part_amiga.mod (added) * boot/grub.efi/x86_64-efi/part_apple.mod (added) * boot/grub.efi/x86_64-efi/part_bsd.mod (added) * boot/grub.efi/x86_64-efi/part_gpt.mod (added) * boot/grub.efi/x86_64-efi/part_msdos.mod (added) * boot/grub.efi/x86_64-efi/part_sun.mod (added) * boot/grub.efi/x86_64-efi/part_sunpc.mod (added) * boot/grub.efi/x86_64-efi/partmap.lst (added) * boot/grub.efi/x86_64-efi/parttool.lst (added) * boot/grub.efi/x86_64-efi/parttool.mod (added) * boot/grub.efi/x86_64-efi/password.mod (added) * boot/grub.efi/x86_64-efi/password_pbkdf2.mod (added) * boot/grub.efi/x86_64-efi/pbkdf2.mod (added) * boot/grub.efi/x86_64-efi/pci.mod (added) * boot/grub.efi/x86_64-efi/play.mod (added) * boot/grub.efi/x86_64-efi/png.mod (added) * boot/grub.efi/x86_64-efi/probe.mod (added) * boot/grub.efi/x86_64-efi/raid.mod (added) * boot/grub.efi/x86_64-efi/raid5rec.mod (added) * boot/grub.efi/x86_64-efi/raid6rec.mod (added) * boot/grub.efi/x86_64-efi/read.mod (added) * boot/grub.efi/x86_64-efi/reboot.mod (added) * boot/grub.efi/x86_64-efi/regexp.mod (added) * boot/grub.efi/x86_64-efi/reiserfs.mod (added) * boot/grub.efi/x86_64-efi/relocator.mod (added) * boot/grub.efi/x86_64-efi/scsi.mod (added) * boot/grub.efi/x86_64-efi/search.mod (added) * boot/grub.efi/x86_64-efi/search_fs_file.mod (added) * boot/grub.efi/x86_64-efi/search_fs_uuid.mod (added) * boot/grub.efi/x86_64-efi/search_label.mod (added) * boot/grub.efi/x86_64-efi/serial.mod (added) * boot/grub.efi/x86_64-efi/setjmp.mod (added) * boot/grub.efi/x86_64-efi/setpci.mod (added) * boot/grub.efi/x86_64-efi/sfs.mod (added) * boot/grub.efi/x86_64-efi/sleep.mod (added) * boot/grub.efi/x86_64-efi/tar.mod (added) * boot/grub.efi/x86_64-efi/terminal.lst (added) * boot/grub.efi/x86_64-efi/terminal.mod (added) * boot/grub.efi/x86_64-efi/terminfo.mod (added) * boot/grub.efi/x86_64-efi/test.mod (added) * boot/grub.efi/x86_64-efi/test_blockarg.mod (added) * boot/grub.efi/x86_64-efi/testload.mod (added) * boot/grub.efi/x86_64-efi/tga.mod (added) * boot/grub.efi/x86_64-efi/trig.mod (added) * boot/grub.efi/x86_64-efi/true.mod (added) * boot/grub.efi/x86_64-efi/udf.mod (added) * boot/grub.efi/x86_64-efi/ufs1.mod (added) * boot/grub.efi/x86_64-efi/ufs2.mod (added) * boot/grub.efi/x86_64-efi/uhci.mod (added) * boot/grub.efi/x86_64-efi/usb.mod (added) * boot/grub.efi/x86_64-efi/usb_keyboard.mod (added) * boot/grub.efi/x86_64-efi/usbms.mod (added) * boot/grub.efi/x86_64-efi/usbserial_common.mod (added) * boot/grub.efi/x86_64-efi/usbserial_ftdi.mod (added) * boot/grub.efi/x86_64-efi/usbserial_pl2303.mod (added) * boot/grub.efi/x86_64-efi/usbtest.mod (added) * boot/grub.efi/x86_64-efi/video.lst (added) * boot/grub.efi/x86_64-efi/video.mod (added) * boot/grub.efi/x86_64-efi/video_bochs.mod (added) * boot/grub.efi/x86_64-efi/video_cirrus.mod (added) * boot/grub.efi/x86_64-efi/video_fb.mod (added) * boot/grub.efi/x86_64-efi/videoinfo.mod (added) * boot/grub.efi/x86_64-efi/videotest.mod (added) * boot/grub.efi/x86_64-efi/xfs.mod (added) * boot/grub.efi/x86_64-efi/xnu.mod (added) * boot/grub.efi/x86_64-efi/xnu_uuid.mod (added) * boot/grub.efi/x86_64-efi/xzio.mod (added) * boot/grub.efi/x86_64-efi/zfs.mod (added) * boot/grub.efi/x86_64-efi/zfsinfo.mod (added) * boot/grub.pc/COPYING (added) * boot/grub.pc/README (moved) * boot/grub.pc/i386-pc/acpi.mod (added) * boot/grub.pc/i386-pc/affs.mod (added) * boot/grub.pc/i386-pc/afs.mod (added) * boot/grub.pc/i386-pc/afs_be.mod (added) * boot/grub.pc/i386-pc/aout.mod (added) * boot/grub.pc/i386-pc/at_keyboard.mod (added) * boot/grub.pc/i386-pc/ata.mod (added) * boot/grub.pc/i386-pc/ata_pthru.mod (added) * boot/grub.pc/i386-pc/befs.mod (added) * boot/grub.pc/i386-pc/befs_be.mod (added) * boot/grub.pc/i386-pc/biosdisk.mod (added) * boot/grub.pc/i386-pc/bitmap.mod (added) * boot/grub.pc/i386-pc/bitmap_scale.mod (added) * boot/grub.pc/i386-pc/blocklist.mod (added) * boot/grub.pc/i386-pc/boot.mod (added) * boot/grub.pc/i386-pc/bsd.mod (added) * boot/grub.pc/i386-pc/btrfs.mod (added) * boot/grub.pc/i386-pc/bufio.mod (added) * boot/grub.pc/i386-pc/cat.mod (added) * boot/grub.pc/i386-pc/chain.mod (added) * boot/grub.pc/i386-pc/cmostest.mod (added) * boot/grub.pc/i386-pc/cmp.mod (added) * boot/grub.pc/i386-pc/command.lst (added) * boot/grub.pc/i386-pc/configfile.mod (added) * boot/grub.pc/i386-pc/cpio.mod (added) * boot/grub.pc/i386-pc/cpuid.mod (added) * boot/grub.pc/i386-pc/crypto.lst (added) * boot/grub.pc/i386-pc/crypto.mod (added) * boot/grub.pc/i386-pc/cs5536.mod (added) * boot/grub.pc/i386-pc/date.mod (added) * boot/grub.pc/i386-pc/datehook.mod (added) * boot/grub.pc/i386-pc/datetime.mod (added) * boot/grub.pc/i386-pc/dm_nv.mod (added) * boot/grub.pc/i386-pc/drivemap.mod (added) * boot/grub.pc/i386-pc/echo.mod (added) * boot/grub.pc/i386-pc/efiemu.mod (added) * boot/grub.pc/i386-pc/elf.mod (added) * boot/grub.pc/i386-pc/example_functional_test.mod (added) * boot/grub.pc/i386-pc/ext2.mod (added) * boot/grub.pc/i386-pc/extcmd.mod (added) * boot/grub.pc/i386-pc/fat.mod (added) * boot/grub.pc/i386-pc/font.mod (added) * boot/grub.pc/i386-pc/fs.lst (added) * boot/grub.pc/i386-pc/fshelp.mod (added) * boot/grub.pc/i386-pc/functional_test.mod (added) * boot/grub.pc/i386-pc/gcry_arcfour.mod (added) * boot/grub.pc/i386-pc/gcry_blowfish.mod (added) * boot/grub.pc/i386-pc/gcry_camellia.mod (added) * boot/grub.pc/i386-pc/gcry_cast5.mod (added) * boot/grub.pc/i386-pc/gcry_crc.mod (added) * boot/grub.pc/i386-pc/gcry_des.mod (added) * boot/grub.pc/i386-pc/gcry_md4.mod (added) * boot/grub.pc/i386-pc/gcry_md5.mod (added) * boot/grub.pc/i386-pc/gcry_rfc2268.mod (added) * boot/grub.pc/i386-pc/gcry_rijndael.mod (added) * boot/grub.pc/i386-pc/gcry_rmd160.mod (added) * boot/grub.pc/i386-pc/gcry_seed.mod (added) * boot/grub.pc/i386-pc/gcry_serpent.mod (added) * boot/grub.pc/i386-pc/gcry_sha1.mod (added) * boot/grub.pc/i386-pc/gcry_sha256.mod (added) * boot/grub.pc/i386-pc/gcry_sha512.mod (added) * boot/grub.pc/i386-pc/gcry_tiger.mod (added) * boot/grub.pc/i386-pc/gcry_twofish.mod (added) * boot/grub.pc/i386-pc/gcry_whirlpool.mod (added) * boot/grub.pc/i386-pc/gettext.mod (added) * boot/grub.pc/i386-pc/gfxmenu.mod (added) * boot/grub.pc/i386-pc/gfxterm.mod (added) * boot/grub.pc/i386-pc/gptsync.mod (added) * boot/grub.pc/i386-pc/gzio.mod (added) * boot/grub.pc/i386-pc/halt.mod (added) * boot/grub.pc/i386-pc/hashsum.mod (added) * boot/grub.pc/i386-pc/hdparm.mod (added) * boot/grub.pc/i386-pc/hello.mod (added) * boot/grub.pc/i386-pc/help.mod (added) * boot/grub.pc/i386-pc/hexdump.mod (added) * boot/grub.pc/i386-pc/hfs.mod (added) * boot/grub.pc/i386-pc/hfsplus.mod (added) * boot/grub.pc/i386-pc/iorw.mod (added) * boot/grub.pc/i386-pc/iso9660.mod (added) * boot/grub.pc/i386-pc/jfs.mod (added) * boot/grub.pc/i386-pc/jpeg.mod (added) * boot/grub.pc/i386-pc/keylayouts.mod (added) * boot/grub.pc/i386-pc/keystatus.mod (added) * boot/grub.pc/i386-pc/legacycfg.mod (added) * boot/grub.pc/i386-pc/linux.mod (added) * boot/grub.pc/i386-pc/linux16.mod (added) * boot/grub.pc/i386-pc/loadenv.mod (added) * boot/grub.pc/i386-pc/loopback.mod (added) * boot/grub.pc/i386-pc/ls.mod (added) * boot/grub.pc/i386-pc/lsacpi.mod (added) * boot/grub.pc/i386-pc/lsapm.mod (added) * boot/grub.pc/i386-pc/lsmmap.mod (added) * boot/grub.pc/i386-pc/lspci.mod (added) * boot/grub.pc/i386-pc/lvm.mod (added) * boot/grub.pc/i386-pc/mdraid09.mod (added) * boot/grub.pc/i386-pc/mdraid1x.mod (added) * boot/grub.pc/i386-pc/memdisk.mod (added) * boot/grub.pc/i386-pc/memrw.mod (added) * boot/grub.pc/i386-pc/minicmd.mod (added) * boot/grub.pc/i386-pc/minix.mod (added) * boot/grub.pc/i386-pc/minix2.mod (added) * boot/grub.pc/i386-pc/mmap.mod (added) * boot/grub.pc/i386-pc/moddep.lst (added) * boot/grub.pc/i386-pc/msdospart.mod (added) * boot/grub.pc/i386-pc/multiboot.mod (added) * boot/grub.pc/i386-pc/multiboot2.mod (added) * boot/grub.pc/i386-pc/nilfs2.mod (added) * boot/grub.pc/i386-pc/normal.mod (added) * boot/grub.pc/i386-pc/ntfs.mod (added) * boot/grub.pc/i386-pc/ntfscomp.mod (added) * boot/grub.pc/i386-pc/ntldr.mod (added) * boot/grub.pc/i386-pc/ohci.mod (added) * boot/grub.pc/i386-pc/part_acorn.mod (added) * boot/grub.pc/i386-pc/part_amiga.mod (added) * boot/grub.pc/i386-pc/part_apple.mod (added) * boot/grub.pc/i386-pc/part_bsd.mod (added) * boot/grub.pc/i386-pc/part_gpt.mod (added) * boot/grub.pc/i386-pc/part_msdos.mod (added) * boot/grub.pc/i386-pc/part_sun.mod (added) * boot/grub.pc/i386-pc/part_sunpc.mod (added) * boot/grub.pc/i386-pc/partmap.lst (added) * boot/grub.pc/i386-pc/parttool.lst (added) * boot/grub.pc/i386-pc/parttool.mod (added) * boot/grub.pc/i386-pc/password.mod (added) * boot/grub.pc/i386-pc/password_pbkdf2.mod (added) * boot/grub.pc/i386-pc/pbkdf2.mod (added) * boot/grub.pc/i386-pc/pci.mod (added) * boot/grub.pc/i386-pc/play.mod (added) * boot/grub.pc/i386-pc/png.mod (added) * boot/grub.pc/i386-pc/probe.mod (added) * boot/grub.pc/i386-pc/pxe.mod (added) * boot/grub.pc/i386-pc/pxecmd.mod (added) * boot/grub.pc/i386-pc/raid.mod (added) * boot/grub.pc/i386-pc/raid5rec.mod (added) * boot/grub.pc/i386-pc/raid6rec.mod (added) * boot/grub.pc/i386-pc/read.mod (added) * boot/grub.pc/i386-pc/reboot.mod (added) * boot/grub.pc/i386-pc/regexp.mod (added) * boot/grub.pc/i386-pc/reiserfs.mod (added) * boot/grub.pc/i386-pc/relocator.mod (added) * boot/grub.pc/i386-pc/scsi.mod (added) * boot/grub.pc/i386-pc/search.mod (added) * boot/grub.pc/i386-pc/search_fs_file.mod (added) * boot/grub.pc/i386-pc/search_fs_uuid.mod (added) * boot/grub.pc/i386-pc/search_label.mod (added) * boot/grub.pc/i386-pc/sendkey.mod (added) * boot/grub.pc/i386-pc/serial.mod (added) * boot/grub.pc/i386-pc/setjmp.mod (added) * boot/grub.pc/i386-pc/setpci.mod (added) * boot/grub.pc/i386-pc/sfs.mod (added) * boot/grub.pc/i386-pc/sleep.mod (added) * boot/grub.pc/i386-pc/tar.mod (added) * boot/grub.pc/i386-pc/terminal.lst (added) * boot/grub.pc/i386-pc/terminal.mod (added) * boot/grub.pc/i386-pc/terminfo.mod (added) * boot/grub.pc/i386-pc/test.mod (added) * boot/grub.pc/i386-pc/test_blockarg.mod (added) * boot/grub.pc/i386-pc/testload.mod (added) * boot/grub.pc/i386-pc/tga.mod (added) * boot/grub.pc/i386-pc/trig.mod (added) * boot/grub.pc/i386-pc/true.mod (added) * boot/grub.pc/i386-pc/udf.mod (added) * boot/grub.pc/i386-pc/ufs1.mod (added) * boot/grub.pc/i386-pc/ufs2.mod (added) * boot/grub.pc/i386-pc/uhci.mod (added) * boot/grub.pc/i386-pc/usb.mod (added) * boot/grub.pc/i386-pc/usb_keyboard.mod (added) * boot/grub.pc/i386-pc/usbms.mod (added) * boot/grub.pc/i386-pc/usbserial_common.mod (added) * boot/grub.pc/i386-pc/usbserial_ftdi.mod (added) * boot/grub.pc/i386-pc/usbserial_pl2303.mod (added) * boot/grub.pc/i386-pc/usbtest.mod (added) * boot/grub.pc/i386-pc/vbe.mod (added) * boot/grub.pc/i386-pc/vga.mod (added) * boot/grub.pc/i386-pc/vga_text.mod (added) * boot/grub.pc/i386-pc/video.lst (added) * boot/grub.pc/i386-pc/video.mod (added) * boot/grub.pc/i386-pc/video_bochs.mod (added) * boot/grub.pc/i386-pc/video_cirrus.mod (added) * boot/grub.pc/i386-pc/video_fb.mod (added) * boot/grub.pc/i386-pc/videoinfo.mod (added) * boot/grub.pc/i386-pc/videotest.mod (added) * boot/grub.pc/i386-pc/xfs.mod (added) * boot/grub.pc/i386-pc/xnu.mod (added) * boot/grub.pc/i386-pc/xnu_uuid.mod (added) * boot/grub.pc/i386-pc/xzio.mod (added) * boot/grub.pc/i386-pc/zfs.mod (added) * boot/grub.pc/i386-pc/zfsinfo.mod (added) * boot/grub.pc/pc.img (added) * boot/grub.pc/stage2_eltorito (moved) * boot/grub/COPYING (deleted) * contrib/conf/mips32-gx.sh (modified) * contrib/conf/net-qe.sh (modified) * defaults/amd64/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/abs32le/include/mm/frame.h (modified) * kernel/arch/abs32le/include/mm/km.h (added) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/abs32le/src/mm/frame.c (modified) * kernel/arch/abs32le/src/mm/km.c (added) * kernel/arch/abs32le/src/mm/page.c (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch.h (modified) * kernel/arch/amd64/include/boot/boot.h (modified) * kernel/arch/amd64/include/context.h (modified) * kernel/arch/amd64/include/interrupt.h (modified) * kernel/arch/amd64/include/mm/frame.h (modified) * kernel/arch/amd64/include/mm/km.h (added) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/boot/memmap.c (modified) * kernel/arch/amd64/src/boot/multiboot.S (moved) * kernel/arch/amd64/src/boot/multiboot2.S (added) * kernel/arch/amd64/src/mm/km.c (added) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/context.h (modified) * kernel/arch/arm32/include/mach/integratorcp/integratorcp.h (modified) * kernel/arch/arm32/include/mach/testarm/testarm.h (modified) * kernel/arch/arm32/include/machine_func.h (modified) * kernel/arch/arm32/include/mm/frame.h (modified) * kernel/arch/arm32/include/mm/km.h (moved) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/eabi.S (added) * 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/arm32/src/machine_func.c (modified) * kernel/arch/arm32/src/mm/frame.c (modified) * kernel/arch/arm32/src/mm/km.c (added) * kernel/arch/arm32/src/mm/page.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/arm32/src/userspace.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch.h (modified) * kernel/arch/ia32/include/boot/boot.h (modified) * kernel/arch/ia32/include/interrupt.h (modified) * kernel/arch/ia32/include/mm/frame.h (modified) * kernel/arch/ia32/include/mm/km.h (added) * kernel/arch/ia32/src/boot/memmap.c (modified) * kernel/arch/ia32/src/boot/multiboot.S (moved) * kernel/arch/ia32/src/boot/multiboot2.S (added) * kernel/arch/ia32/src/boot/vesa_prot.inc (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/mm/frame.c (modified) * kernel/arch/ia32/src/mm/km.c (added) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/include/arch.h (modified) * kernel/arch/ia64/include/asm.h (modified) * kernel/arch/ia64/include/context.h (modified) * kernel/arch/ia64/include/interrupt.h (modified) * kernel/arch/ia64/include/legacyio.h (added) * kernel/arch/ia64/include/mm/frame.h (modified) * kernel/arch/ia64/include/mm/km.h (added) * kernel/arch/ia64/include/mm/page.h (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/mm/frame.c (modified) * kernel/arch/ia64/src/mm/km.c (added) * kernel/arch/ia64/src/mm/page.c (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/ia64/src/start.S (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/context.h (modified) * kernel/arch/mips32/include/mm/as.h (modified) * kernel/arch/mips32/include/mm/frame.h (modified) * kernel/arch/mips32/include/mm/km.h (moved) * kernel/arch/mips32/include/stack.h (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/mips32/src/mm/km.c (added) * kernel/arch/mips32/src/mm/page.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/mips32/src/start.S (modified) * kernel/arch/mips64/Makefile.inc (modified) * kernel/arch/mips64/include/context.h (modified) * kernel/arch/mips64/include/mm/frame.h (modified) * kernel/arch/mips64/include/mm/km.h (added) * kernel/arch/mips64/include/stack.h (modified) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/mips64/src/mm/frame.c (modified) * kernel/arch/mips64/src/mm/km.c (added) * kernel/arch/mips64/src/mm/page.c (modified) * kernel/arch/mips64/src/start.S (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/include/mm/frame.h (modified) * kernel/arch/ppc32/include/mm/km.h (added) * kernel/arch/ppc32/src/drivers/pic.c (modified) * kernel/arch/ppc32/src/mm/frame.c (modified) * kernel/arch/ppc32/src/mm/km.c (added) * kernel/arch/ppc32/src/mm/page.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/context.h (modified) * kernel/arch/sparc64/include/mm/km.h (added) * kernel/arch/sparc64/include/mm/sun4u/frame.h (modified) * kernel/arch/sparc64/include/mm/sun4u/km.h (moved) * kernel/arch/sparc64/include/mm/sun4v/frame.h (modified) * kernel/arch/sparc64/include/mm/sun4v/km.h (added) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/arch/sparc64/src/mm/page.c (modified) * kernel/arch/sparc64/src/mm/sun4u/frame.c (modified) * kernel/arch/sparc64/src/mm/sun4u/km.c (added) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/frame.c (modified) * kernel/arch/sparc64/src/mm/sun4v/km.c (added) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified) * kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified) * kernel/arch/sparc64/src/proc/thread.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/fb/bfb.h (added) * kernel/genarch/include/mm/page_ht.h (modified) * kernel/genarch/include/multiboot/multiboot.h (modified) * kernel/genarch/include/multiboot/multiboot2.h (added) * kernel/genarch/include/ofw/ofw_tree.h (modified) * kernel/genarch/include/softint/division.h (modified) * kernel/genarch/include/softint/multiplication.h (modified) * kernel/genarch/src/acpi/acpi.c (modified) * kernel/genarch/src/acpi/madt.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/drivers/i8042/i8042.c (modified) * kernel/genarch/src/drivers/s3c24xx_uart/s3c24xx_uart.c (modified) * kernel/genarch/src/fb/bfb.c (moved) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/kbrd/kbrd.c (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/mm/as_pt.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/genarch/src/multiboot/multiboot.c (modified) * kernel/genarch/src/multiboot/multiboot2.c (added) * kernel/genarch/src/ofw/ofw_tree.c (modified) * kernel/genarch/src/softint/division.c (modified) * kernel/genarch/src/softint/multiplication.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/align.h (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/context.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/lib/ra.h (added) * kernel/generic/include/lib/rd.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/mm/km.h (added) * kernel/generic/include/mm/page.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/include/proc/program.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/str.h (modified) * kernel/generic/include/synch/smc.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/lib/func.c (modified) * kernel/generic/src/lib/ra.c (added) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/main/uinit.c (modified) * kernel/generic/src/main/version.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (added) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/mm/reserve.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/spinlock.c (modified) * kernel/generic/src/syscall/copy.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/mapping1.c (modified) * kernel/test/mm/mapping1.def (modified) * kernel/test/mm/slab1.c (modified) * kernel/test/mm/slab2.c (modified) * kernel/test/print/print1.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/synch/semaphore2.c (modified) * kernel/test/thread/thread1.c (modified) * tools/autotool.py (modified) * tools/check.sh (modified) * tools/checkers/clang.py (modified) * tools/checkers/stanse.py (modified) * tools/checkers/vcc.py (modified) * tools/config.py (modified) * tools/dest_build.py (added) * tools/filldir.py (modified) * tools/gentestfile.py (modified) * tools/imgutil.py (modified) * tools/mkfat.py (modified) * tools/mkhord.py (deleted) * tools/mkuimage.py (modified) * tools/toolchain.sh (modified) * tools/xstruct.py (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/TODO (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.h (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/echo/echo.c (moved) * uspace/app/bdsh/cmds/modules/echo/echo.h (added) * uspace/app/bdsh/cmds/modules/echo/echo_def.h (added) * uspace/app/bdsh/cmds/modules/echo/entry.h (added) * uspace/app/bdsh/cmds/modules/help/help.h (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.h (added) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/mount/mount.c (modified) * uspace/app/bdsh/cmds/modules/printf/TODO (added) * uspace/app/bdsh/cmds/modules/printf/entry.h (added) * uspace/app/bdsh/cmds/modules/printf/printf.c (added) * uspace/app/bdsh/cmds/modules/printf/printf.h (added) * uspace/app/bdsh/cmds/modules/printf/printf_def.h (added) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.h (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bdsh/cmds/modules/touch/entry.h (modified) * uspace/app/bdsh/cmds/modules/touch/touch.c (modified) * uspace/app/bdsh/cmds/modules/touch/touch.h (modified) * uspace/app/bdsh/cmds/modules/touch/touch_def.h (modified) * uspace/app/binutils/Makefile (modified) * uspace/app/devctl/devctl.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/sheet.c (modified) * uspace/app/getterm/Makefile (modified) * uspace/app/getterm/version.c (modified) * uspace/app/inet/Makefile (added) * uspace/app/inet/inet.c (added) * uspace/app/init/init.c (modified) * uspace/app/killall/killall.c (modified) * uspace/app/klog/klog.c (modified) * uspace/app/loc/Makefile (moved) * uspace/app/loc/loc.c (moved) * uspace/app/mkbd/main.c (modified) * uspace/app/mkexfat/Makefile (added) * uspace/app/mkexfat/exfat.h (added) * uspace/app/mkexfat/mkexfat.c (added) * uspace/app/mkexfat/upcase.h (added) * uspace/app/msim/Makefile (added) * uspace/app/msim/Makefile.msim.src (added) * uspace/app/msim/arch_helenos/helenos.h (added) * uspace/app/msim/arch_helenos/input.c (moved) * uspace/app/msim/arch_helenos/misc.c (added) * uspace/app/msim/config.h.msim (added) * uspace/app/netecho/netecho.c (modified) * uspace/app/netecho/print_error.c (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nettest3/Makefile (added) * uspace/app/nettest3/nettest3.c (added) * uspace/app/nterm/Makefile (added) * uspace/app/nterm/conn.c (added) * uspace/app/nterm/conn.h (added) * uspace/app/nterm/nterm.c (added) * uspace/app/nterm/nterm.h (added) * uspace/app/ping/Makefile (modified) * uspace/app/ping/ping.c (modified) * uspace/app/ping/print_error.c (deleted) * uspace/app/ping/print_error.h (deleted) * uspace/app/sbi/src/mytypes.h (modified) * uspace/app/sbi/src/run_texpr.c (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/fault/fault2.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/tester/ipc/starve.c (added) * uspace/app/tester/ipc/starve.def (added) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/app/tester/print/print1.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/screen.h (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/app/trace/proto.h (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/usbinfo/dev.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/app/websrv/websrv.c (modified) * uspace/dist/data/web/bar.html (added) * uspace/dist/data/web/foo.html (added) * uspace/dist/data/web/helenos.png (added) * uspace/dist/data/web/index.html (added) * uspace/dist/src/c/demos/tetris/screen.c (modified) * uspace/drv/bus/isa/Makefile (modified) * uspace/drv/bus/isa/i8237.c (added) * uspace/drv/bus/isa/i8237.h (moved) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/bus/isa/isa.ma (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/usb/ehci/Makefile (modified) * uspace/drv/bus/usb/ehci/ehci.ma (modified) * uspace/drv/bus/usb/ehci/hc_iface.c (deleted) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/pci.c (deleted) * uspace/drv/bus/usb/ehci/res.c (added) * uspace/drv/bus/usb/ehci/res.h (moved) * uspace/drv/bus/usb/ohci/Makefile (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/ohci/endpoint_list.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/ohci.ma (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.h (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.h (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/ohci/res.c (moved) * uspace/drv/bus/usb/ohci/res.h (moved) * uspace/drv/bus/usb/ohci/root_hub.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/Makefile (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/res.c (moved) * uspace/drv/bus/usb/uhci/res.h (moved) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhci/uhci.ma (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhcirh/main.c (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/usbflbk/main.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/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/mouse/mousedev.h (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhid/subdrivers.c (modified) * uspace/drv/bus/usb/usbhid/subdrivers.h (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/drv/bus/usb/usbhub/main.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/port.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) * uspace/drv/bus/usb/usbmast/bo_trans.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.h (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/bus/usb/vhc/connhost.c (modified) * uspace/drv/bus/usb/vhc/hub.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/bus/usb/vhc/vhc.ma (modified) * uspace/drv/char/i8042/Makefile (moved) * uspace/drv/char/i8042/buffer.h (added) * uspace/drv/char/i8042/i8042.c (added) * uspace/drv/char/i8042/i8042.h (moved) * uspace/drv/char/i8042/i8042.ma (added) * uspace/drv/char/i8042/main.c (added) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ps2mouse/Makefile (added) * uspace/drv/char/ps2mouse/chardev.c (added) * uspace/drv/char/ps2mouse/chardev.h (added) * uspace/drv/char/ps2mouse/main.c (added) * uspace/drv/char/ps2mouse/ps2mouse.c (added) * uspace/drv/char/ps2mouse/ps2mouse.h (added) * uspace/drv/char/ps2mouse/ps2mouse.ma (added) * uspace/drv/char/xtkbd/Makefile (added) * uspace/drv/char/xtkbd/chardev.c (added) * uspace/drv/char/xtkbd/chardev.h (added) * uspace/drv/char/xtkbd/main.c (added) * uspace/drv/char/xtkbd/xtkbd.c (added) * uspace/drv/char/xtkbd/xtkbd.h (added) * uspace/drv/char/xtkbd/xtkbd.ma (added) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/infrastructure/rootvirt/devices.def (modified) * uspace/drv/infrastructure/rootvirt/rootvirt.c (modified) * uspace/drv/nic/e1k/Makefile (moved) * uspace/drv/nic/e1k/e1k.c (added) * uspace/drv/nic/e1k/e1k.h (added) * uspace/drv/nic/e1k/e1k.ma (added) * uspace/drv/nic/lo/lo.c (deleted) * uspace/drv/nic/lo/lo.ma (deleted) * uspace/drv/nic/ne2k/Makefile (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/ne2k/dp8390.h (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/ne2k/ne2k.ma (modified) * uspace/drv/nic/rtl8139/Makefile (added) * uspace/drv/nic/rtl8139/defs.c (added) * uspace/drv/nic/rtl8139/defs.h (added) * uspace/drv/nic/rtl8139/driver.c (added) * uspace/drv/nic/rtl8139/driver.h (added) * uspace/drv/nic/rtl8139/general.c (added) * uspace/drv/nic/rtl8139/general.h (moved) * uspace/drv/nic/rtl8139/rtl8139.ma (added) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/amd64/include/fibril.h (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/include/fibril.h (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/arch/ia32/include/fibril.h (modified) * uspace/lib/c/arch/ia64/include/ddi.h (modified) * uspace/lib/c/arch/ia64/include/fibril.h (modified) * uspace/lib/c/arch/ia64/include/thread.h (modified) * uspace/lib/c/arch/mips32/Makefile.inc (modified) * uspace/lib/c/arch/mips32/include/atomic.h (modified) * uspace/lib/c/arch/mips32/include/config.h (modified) * uspace/lib/c/arch/mips32/include/faddr.h (modified) * uspace/lib/c/arch/mips32/include/fibril.h (modified) * uspace/lib/c/arch/mips32/include/stack.h (added) * uspace/lib/c/arch/mips32/src/entry.S (moved) * uspace/lib/c/arch/mips32/src/entryjmp.S (moved) * uspace/lib/c/arch/mips32/src/fibril.S (modified) * uspace/lib/c/arch/mips32/src/syscall.c (modified) * uspace/lib/c/arch/mips32/src/thread_entry.S (moved) * uspace/lib/c/arch/mips32eb/Makefile.inc (modified) * uspace/lib/c/arch/mips32eb/include/stack.h (added) * uspace/lib/c/arch/mips64/Makefile.inc (modified) * uspace/lib/c/arch/mips64/include/fibril.h (modified) * uspace/lib/c/arch/mips64/include/stack.h (added) * uspace/lib/c/arch/mips64/src/entry.S (moved) * uspace/lib/c/arch/mips64/src/entryjmp.S (moved) * uspace/lib/c/arch/mips64/src/thread_entry.S (moved) * uspace/lib/c/arch/ppc32/include/fibril.h (modified) * uspace/lib/c/arch/sparc64/include/fibril.h (modified) * uspace/lib/c/generic/adt/measured_strings.c (deleted) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/nic.c (modified) * uspace/lib/c/generic/device/pci.c (added) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/inet.c (added) * uspace/lib/c/generic/inetcfg.c (added) * uspace/lib/c/generic/inetping.c (added) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink.c (added) * uspace/lib/c/generic/iplink_srv.c (added) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/mman.c (modified) * uspace/lib/c/generic/net/icmp_api.c (deleted) * uspace/lib/c/generic/net/modules.c (deleted) * uspace/lib/c/generic/net/packet.c (deleted) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/adt/measured_strings.h (deleted) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/bitops.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/device/nic.h (modified) * uspace/lib/c/include/device/pci.h (moved) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/inet/inet.h (moved) * uspace/lib/c/include/inet/inetcfg.h (added) * uspace/lib/c/include/inet/inetping.h (moved) * uspace/lib/c/include/inet/iplink.h (added) * uspace/lib/c/include/inet/iplink_srv.h (added) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/icmp.h (deleted) * uspace/lib/c/include/ipc/inet.h (moved) * uspace/lib/c/include/ipc/ip.h (deleted) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/iplink.h (added) * uspace/lib/c/include/ipc/loc.h (modified) * uspace/lib/c/include/ipc/net.h (deleted) * uspace/lib/c/include/ipc/netif.h (deleted) * uspace/lib/c/include/ipc/nil.h (deleted) * uspace/lib/c/include/ipc/packet.h (deleted) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/c/include/net/device.h (modified) * uspace/lib/c/include/net/icmp_codes.h (deleted) * uspace/lib/c/include/net/in.h (modified) * uspace/lib/c/include/net/packet.h (deleted) * uspace/lib/c/include/net/packet_header.h (deleted) * uspace/lib/c/include/nic/eth_phys.h (moved) * uspace/lib/c/include/nic/nic.h (added) * uspace/lib/c/include/ns.h (modified) * uspace/lib/c/include/stdarg.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/sys/mman.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/c/include/unistd.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/c/include/vfs/vfs_mtab.h (moved) * uspace/lib/clui/tinput.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (added) * uspace/lib/drv/generic/log.c (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/generic/remote_pci.c (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/drv/include/usb_iface.h (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/fb/imgmap.c (modified) * uspace/lib/fb/screenbuffer.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/minix/minix.h (modified) * uspace/lib/net/Makefile (modified) * uspace/lib/net/adt/module_map.c (deleted) * uspace/lib/net/generic/generic.c (deleted) * uspace/lib/net/generic/net_checksum.c (deleted) * uspace/lib/net/generic/net_remote.c (deleted) * uspace/lib/net/generic/packet_client.c (deleted) * uspace/lib/net/generic/packet_remote.c (deleted) * uspace/lib/net/generic/protocol_map.c (deleted) * uspace/lib/net/il/arp_remote.c (deleted) * uspace/lib/net/il/il_remote.c (deleted) * uspace/lib/net/il/il_skel.c (deleted) * uspace/lib/net/il/ip_client.c (deleted) * uspace/lib/net/il/ip_remote.c (deleted) * uspace/lib/net/include/arp_interface.h (deleted) * uspace/lib/net/include/generic.h (deleted) * uspace/lib/net/include/icmp_header.h (deleted) * uspace/lib/net/include/icmp_remote.h (deleted) * uspace/lib/net/include/il_skel.h (deleted) * uspace/lib/net/include/ip_client.h (deleted) * uspace/lib/net/include/ip_header.h (deleted) * uspace/lib/net/include/ip_interface.h (deleted) * uspace/lib/net/include/ip_remote.h (deleted) * uspace/lib/net/include/net_interface.h (deleted) * uspace/lib/net/include/nil_remote.h (deleted) * uspace/lib/net/include/nil_skel.h (deleted) * uspace/lib/net/include/packet_client.h (deleted) * uspace/lib/net/include/protocol_map.h (deleted) * uspace/lib/net/include/socket_core.h (modified) * uspace/lib/net/include/tl_common.h (deleted) * uspace/lib/net/include/tl_skel.h (deleted) * uspace/lib/net/nil/nil_remote.c (deleted) * uspace/lib/net/nil/nil_skel.c (deleted) * uspace/lib/net/tl/icmp_client.c (deleted) * uspace/lib/net/tl/icmp_remote.c (deleted) * uspace/lib/net/tl/socket_core.c (modified) * uspace/lib/net/tl/tl_common.c (deleted) * uspace/lib/net/tl/tl_remote.c (deleted) * uspace/lib/net/tl/tl_skel.c (deleted) * uspace/lib/nic/Makefile (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_driver.h (modified) * uspace/lib/nic/include/nic_ev.h (moved) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/include/nic_rx_control.h (modified) * uspace/lib/nic/include/nic_wol_virtues.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_ev.c (moved) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/ctype.c (modified) * uspace/lib/posix/errno.h (modified) * uspace/lib/posix/getopt.c (added) * uspace/lib/posix/getopt.h (added) * uspace/lib/posix/pwd.c (modified) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/arch/abs32le/include/functions.h (deleted) * uspace/lib/softfloat/arch/amd64/include/functions.h (deleted) * uspace/lib/softfloat/arch/arm32/include/functions.h (deleted) * uspace/lib/softfloat/arch/ia32/include/functions.h (deleted) * uspace/lib/softfloat/arch/ia64/include/functions.h (deleted) * uspace/lib/softfloat/arch/mips32/include/functions.h (deleted) * uspace/lib/softfloat/arch/mips32eb/include/functions.h (deleted) * uspace/lib/softfloat/arch/mips64/include/functions.h (deleted) * uspace/lib/softfloat/arch/ppc32/include/functions.h (deleted) * uspace/lib/softfloat/arch/sparc64/include/functions.h (deleted) * uspace/lib/softfloat/generic/add.c (modified) * uspace/lib/softfloat/generic/common.c (modified) * uspace/lib/softfloat/generic/comparison.c (modified) * uspace/lib/softfloat/generic/conversion.c (modified) * uspace/lib/softfloat/generic/div.c (modified) * uspace/lib/softfloat/generic/mul.c (modified) * uspace/lib/softfloat/generic/softfloat.c (modified) * uspace/lib/softfloat/generic/sub.c (modified) * uspace/lib/softfloat/include/add.h (modified) * uspace/lib/softfloat/include/common.h (modified) * uspace/lib/softfloat/include/comparison.h (modified) * uspace/lib/softfloat/include/conversion.h (modified) * uspace/lib/softfloat/include/div.h (modified) * uspace/lib/softfloat/include/mul.h (modified) * uspace/lib/softfloat/include/sftypes.h (modified) * uspace/lib/softfloat/include/softfloat.h (modified) * uspace/lib/softfloat/include/sub.h (modified) * uspace/lib/softint/generic/division.c (modified) * uspace/lib/softint/include/comparison.h (modified) * uspace/lib/softint/include/division.h (modified) * uspace/lib/softint/include/lltype.h (modified) * uspace/lib/softint/include/multiplication.h (modified) * uspace/lib/softint/include/shift.h (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) * uspace/lib/usb/include/usb/ddfiface.h (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/include/usb/dev.h (added) * uspace/lib/usb/include/usb/hc.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/class.c (modified) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usb/src/dev.c (moved) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usb/src/usb.c (modified) * uspace/lib/usbdev/Makefile (modified) * uspace/lib/usbdev/include/usb/dev/dp.h (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/include/usb/dev/hub.h (modified) * uspace/lib/usbdev/include/usb/dev/pipes.h (modified) * uspace/lib/usbdev/include/usb/dev/poll.h (modified) * uspace/lib/usbdev/include/usb/dev/recognise.h (modified) * uspace/lib/usbdev/include/usb/dev/request.h (modified) * uspace/lib/usbdev/include/usb/dev/usb_device_connection.h (added) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/dp.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbdev/src/pipepriv.c (deleted) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/pipesio.c (deleted) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhid/include/usb/hid/usages/consumer.h (modified) * uspace/lib/usbhid/src/consumer.c (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/lib/usbhid/src/hidreq.c (modified) * uspace/lib/usbhost/Makefile (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_device_manager.h (modified) * uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/lib/usbvirt/src/device.c (modified) * uspace/lib/usbvirt/src/ipc_dev.c (modified) * uspace/lib/usbvirt/src/ipc_hc.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/clipboard/Makefile (moved) * uspace/srv/clipboard/clip.h (moved) * uspace/srv/clipboard/clipboard.c (moved) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_bitmap.h (modified) * uspace/srv/fs/exfat/exfat_dentry.c (modified) * uspace/srv/fs/exfat/exfat_dentry.h (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_inode.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/mfs/mfs_rw.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/port/ega.c (modified) * uspace/srv/hid/fb/port/kchar.c (modified) * uspace/srv/hid/fb/port/kfb.c (modified) * uspace/srv/hid/fb/port/niagara.c (modified) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/mouse.h (modified) * uspace/srv/hid/input/include/mouse_proto.h (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/port/chardev_mouse.c (deleted) * uspace/srv/hid/input/port/gxemul.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hid/input/proto/adb.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/input/proto/ps2.c (deleted) * uspace/srv/hid/remcons/Makefile (added) * uspace/srv/hid/remcons/remcons.c (added) * uspace/srv/hid/remcons/remcons.h (added) * uspace/srv/hid/remcons/telnet.h (moved) * uspace/srv/hid/remcons/user.c (added) * uspace/srv/hid/remcons/user.h (added) * uspace/srv/hid/s3c24xx_ts/Makefile (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (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 (deleted) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/Makefile (moved) * uspace/srv/locsrv/category.c (moved) * uspace/srv/locsrv/category.h (moved) * uspace/srv/locsrv/locsrv.c (moved) * uspace/srv/locsrv/locsrv.h (moved) * uspace/srv/net/cfg/general (deleted) * uspace/srv/net/cfg/lo.nic (deleted) * uspace/srv/net/cfg/ne2k.nic (deleted) * uspace/srv/net/ethip/Makefile (added) * uspace/srv/net/ethip/arp.c (added) * uspace/srv/net/ethip/arp.h (added) * uspace/srv/net/ethip/atrans.c (added) * uspace/srv/net/ethip/atrans.h (moved) * uspace/srv/net/ethip/ethip.c (added) * uspace/srv/net/ethip/ethip.h (added) * uspace/srv/net/ethip/ethip_nic.c (added) * uspace/srv/net/ethip/ethip_nic.h (added) * uspace/srv/net/ethip/pdu.c (added) * uspace/srv/net/ethip/pdu.h (added) * uspace/srv/net/ethip/std.h (added) * uspace/srv/net/il/arp/Makefile (deleted) * uspace/srv/net/il/arp/arp.c (deleted) * uspace/srv/net/il/arp/arp.h (deleted) * uspace/srv/net/il/ip/Makefile (deleted) * uspace/srv/net/il/ip/ip.c (deleted) * uspace/srv/net/il/ip/ip.h (deleted) * uspace/srv/net/inetsrv/Makefile (added) * uspace/srv/net/inetsrv/addrobj.c (added) * uspace/srv/net/inetsrv/addrobj.h (added) * uspace/srv/net/inetsrv/icmp.c (added) * uspace/srv/net/inetsrv/icmp.h (added) * uspace/srv/net/inetsrv/icmp_std.h (moved) * uspace/srv/net/inetsrv/inet_link.c (added) * uspace/srv/net/inetsrv/inet_link.h (added) * uspace/srv/net/inetsrv/inet_std.h (added) * uspace/srv/net/inetsrv/inet_util.c (added) * uspace/srv/net/inetsrv/inet_util.h (added) * uspace/srv/net/inetsrv/inetcfg.c (added) * uspace/srv/net/inetsrv/inetcfg.h (added) * uspace/srv/net/inetsrv/inetping.c (added) * uspace/srv/net/inetsrv/inetping.h (added) * uspace/srv/net/inetsrv/inetsrv.c (added) * uspace/srv/net/inetsrv/inetsrv.h (added) * uspace/srv/net/inetsrv/pdu.c (added) * uspace/srv/net/inetsrv/pdu.h (added) * uspace/srv/net/inetsrv/reass.c (added) * uspace/srv/net/inetsrv/reass.h (added) * uspace/srv/net/inetsrv/sroute.c (added) * uspace/srv/net/inetsrv/sroute.h (added) * uspace/srv/net/loopip/Makefile (added) * uspace/srv/net/loopip/loopip.c (added) * uspace/srv/net/net/Makefile (deleted) * uspace/srv/net/net/net.c (deleted) * uspace/srv/net/net/net.h (deleted) * uspace/srv/net/net/packet_server.c (deleted) * uspace/srv/net/nil/eth/Makefile (deleted) * uspace/srv/net/nil/eth/eth.c (deleted) * uspace/srv/net/nil/eth/eth.h (deleted) * uspace/srv/net/nil/nildummy/Makefile (deleted) * uspace/srv/net/nil/nildummy/nildummy.c (deleted) * uspace/srv/net/nil/nildummy/nildummy.h (deleted) * uspace/srv/net/tcp/Makefile (moved) * uspace/srv/net/tcp/conn.c (added) * uspace/srv/net/tcp/conn.h (added) * uspace/srv/net/tcp/iqueue.c (added) * uspace/srv/net/tcp/iqueue.h (added) * uspace/srv/net/tcp/ncsim.c (added) * uspace/srv/net/tcp/ncsim.h (added) * uspace/srv/net/tcp/pdu.c (added) * uspace/srv/net/tcp/pdu.h (added) * uspace/srv/net/tcp/rqueue.c (added) * uspace/srv/net/tcp/rqueue.h (added) * uspace/srv/net/tcp/segment.c (added) * uspace/srv/net/tcp/segment.h (moved) * uspace/srv/net/tcp/seq_no.c (added) * uspace/srv/net/tcp/seq_no.h (moved) * uspace/srv/net/tcp/sock.c (added) * uspace/srv/net/tcp/sock.h (moved) * uspace/srv/net/tcp/std.h (added) * uspace/srv/net/tcp/tcp.c (added) * uspace/srv/net/tcp/tcp.h (moved) * uspace/srv/net/tcp/tcp_header.h (moved) * uspace/srv/net/tcp/tcp_type.h (added) * uspace/srv/net/tcp/test.c (added) * uspace/srv/net/tcp/test.h (added) * uspace/srv/net/tcp/tqueue.c (added) * uspace/srv/net/tcp/tqueue.h (added) * uspace/srv/net/tcp/ucall.c (added) * uspace/srv/net/tcp/ucall.h (added) * uspace/srv/net/tl/icmp/Makefile (deleted) * uspace/srv/net/tl/icmp/icmp.c (deleted) * uspace/srv/net/tl/tcp/tcp.c (deleted) * uspace/srv/net/tl/tcp/tcp.h (deleted) * uspace/srv/net/tl/udp/udp.c (deleted) * uspace/srv/net/udp/Makefile (moved) * uspace/srv/net/udp/assoc.c (added) * uspace/srv/net/udp/assoc.h (moved) * uspace/srv/net/udp/msg.c (added) * uspace/srv/net/udp/msg.h (added) * uspace/srv/net/udp/pdu.c (added) * uspace/srv/net/udp/pdu.h (added) * uspace/srv/net/udp/sock.c (added) * uspace/srv/net/udp/sock.h (added) * uspace/srv/net/udp/std.h (added) * uspace/srv/net/udp/ucall.c (added) * uspace/srv/net/udp/ucall.h (added) * uspace/srv/net/udp/udp.c (moved) * uspace/srv/net/udp/udp_inet.c (added) * uspace/srv/net/udp/udp_inet.h (added) * uspace/srv/net/udp/udp_type.h (added) * uspace/srv/ns/ns.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) * version (modified) Merge mainline changes Trivial conflicts. Tue, 19 Jun 2012 21:50:24 GMT Jiri Svoboda [d23d911] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/srv/net/dnsres/Makefile (added) * uspace/srv/net/dnsres/dns_msg.h (added) * uspace/srv/net/dnsres/dns_std.h (added) * uspace/srv/net/dnsres/dnsres.c (added) Add DNS resolver stub. Fri, 25 May 2012 23:17:33 GMT Maurizio Lombardi [f7e69f5] * HelenOS.config (modified) * boot/Makefile.common (modified) * tools/checkers/clang.py (modified) * tools/checkers/stanse.py (modified) * tools/checkers/vcc.py (modified) * tools/filldir.py (modified) * tools/gentestfile.py (modified) * tools/mkfat.py (modified) * tools/mkuimage.py (modified) * tools/xstruct.py (modified) * uspace/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/TODO (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.h (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/echo/echo.c (added) * uspace/app/bdsh/cmds/modules/echo/echo.h (added) * uspace/app/bdsh/cmds/modules/echo/echo_def.h (added) * uspace/app/bdsh/cmds/modules/echo/entry.h (added) * uspace/app/bdsh/cmds/modules/help/help.h (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/printf/TODO (added) * uspace/app/bdsh/cmds/modules/printf/entry.h (added) * uspace/app/bdsh/cmds/modules/printf/printf.c (added) * uspace/app/bdsh/cmds/modules/printf/printf.h (added) * uspace/app/bdsh/cmds/modules/printf/printf_def.h (added) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.h (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/sheet.c (modified) * uspace/app/killall/killall.c (modified) * uspace/app/msim/Makefile (added) * uspace/app/msim/Makefile.msim.src (added) * uspace/app/msim/arch_helenos/helenos.h (added) * uspace/app/msim/arch_helenos/input.c (added) * uspace/app/msim/arch_helenos/misc.c (added) * uspace/app/msim/config.h.msim (added) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/sbi/src/mytypes.h (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/stdarg.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/unistd.h (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/errno.h (modified) * uspace/lib/posix/getopt.c (added) * uspace/lib/posix/getopt.h (added) * uspace/lib/posix/pwd.c (modified) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) Merge mainline changes Thu, 24 May 2012 15:30:53 GMT Frantisek Princ [8ad5470] * HelenOS.config (modified) * boot/Makefile.common (modified) * tools/checkers/clang.py (modified) * tools/checkers/stanse.py (modified) * tools/checkers/vcc.py (modified) * tools/filldir.py (modified) * tools/gentestfile.py (modified) * tools/mkfat.py (modified) * tools/mkuimage.py (modified) * tools/xstruct.py (modified) * uspace/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/TODO (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.h (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/echo/echo.c (added) * uspace/app/bdsh/cmds/modules/echo/echo.h (added) * uspace/app/bdsh/cmds/modules/echo/echo_def.h (added) * uspace/app/bdsh/cmds/modules/echo/entry.h (added) * uspace/app/bdsh/cmds/modules/help/help.h (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/printf/TODO (added) * uspace/app/bdsh/cmds/modules/printf/entry.h (added) * uspace/app/bdsh/cmds/modules/printf/printf.c (added) * uspace/app/bdsh/cmds/modules/printf/printf.h (added) * uspace/app/bdsh/cmds/modules/printf/printf_def.h (added) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.h (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/sheet.c (modified) * uspace/app/inet/Makefile (moved) * uspace/app/inet/inet.c (moved) * uspace/app/init/init.c (modified) * uspace/app/killall/killall.c (modified) * uspace/app/loc/Makefile (moved) * uspace/app/loc/loc.c (moved) * uspace/app/msim/Makefile (added) * uspace/app/msim/Makefile.msim.src (added) * uspace/app/msim/arch_helenos/helenos.h (added) * uspace/app/msim/arch_helenos/input.c (added) * uspace/app/msim/arch_helenos/misc.c (added) * uspace/app/msim/config.h.msim (added) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/sbi/src/mytypes.h (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/stdarg.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/unistd.h (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/errno.h (modified) * uspace/lib/posix/getopt.c (added) * uspace/lib/posix/getopt.h (added) * uspace/lib/posix/pwd.c (modified) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/locsrv/Makefile (moved) * uspace/srv/locsrv/category.c (moved) * uspace/srv/locsrv/category.h (moved) * uspace/srv/locsrv/locsrv.c (moved) * uspace/srv/locsrv/locsrv.h (moved) * uspace/srv/net/inetsrv/Makefile (moved) * uspace/srv/net/inetsrv/addrobj.c (moved) * uspace/srv/net/inetsrv/addrobj.h (moved) * uspace/srv/net/inetsrv/icmp.c (moved) * uspace/srv/net/inetsrv/icmp.h (moved) * uspace/srv/net/inetsrv/icmp_std.h (moved) * uspace/srv/net/inetsrv/inet_link.c (moved) * uspace/srv/net/inetsrv/inet_link.h (moved) * uspace/srv/net/inetsrv/inet_std.h (moved) * uspace/srv/net/inetsrv/inet_util.c (moved) * uspace/srv/net/inetsrv/inet_util.h (moved) * uspace/srv/net/inetsrv/inetcfg.c (moved) * uspace/srv/net/inetsrv/inetcfg.h (moved) * uspace/srv/net/inetsrv/inetping.c (moved) * uspace/srv/net/inetsrv/inetping.h (moved) * uspace/srv/net/inetsrv/inetsrv.c (moved) * uspace/srv/net/inetsrv/inetsrv.h (moved) * uspace/srv/net/inetsrv/pdu.c (moved) * uspace/srv/net/inetsrv/pdu.h (moved) * uspace/srv/net/inetsrv/reass.c (moved) * uspace/srv/net/inetsrv/reass.h (moved) * uspace/srv/net/inetsrv/sroute.c (moved) * uspace/srv/net/inetsrv/sroute.h (moved) Merge with mainline Thu, 24 May 2012 05:25:15 GMT Sean Bartell [a54bd98] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/bithenge/Makefile (added) * uspace/app/bithenge/blob.c (added) * uspace/app/bithenge/blob.h (added) * uspace/app/bithenge/block.c (added) * uspace/app/bithenge/block.h (added) * uspace/app/bithenge/test.c (added) Bithenge: binary blobs. - Create binary blobs from random-access or ... Fri, 18 May 2012 11:31:26 GMT Vojtech Horky [c196671] * HelenOS.config (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/killall/killall.c (modified) * uspace/app/msim/Makefile (added) * uspace/app/msim/Makefile.msim.src (added) * uspace/app/msim/arch_helenos/helenos.h (added) * uspace/app/msim/arch_helenos/input.c (added) * uspace/app/msim/arch_helenos/misc.c (added) * uspace/app/msim/config.h.msim (added) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/sbi/src/mytypes.h (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/stdarg.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/errno.h (modified) * uspace/lib/posix/getopt.c (added) * uspace/lib/posix/getopt.h (added) * uspace/lib/posix/pwd.c (modified) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) Merge MSIM simulator port (#401) Merged from ... Thu, 17 May 2012 21:09:06 GMT Maurizio Lombardi [eb083ad] * HelenOS.config (modified) * boot/Makefile.common (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/lib/ra.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/spinlock.c (modified) * uspace/Makefile (modified) * uspace/app/inet/Makefile (moved) * uspace/app/inet/inet.c (moved) * uspace/app/init/init.c (modified) * uspace/app/loc/Makefile (moved) * uspace/app/loc/loc.c (moved) * uspace/app/nterm/Makefile (added) * uspace/app/nterm/conn.c (added) * uspace/app/nterm/conn.h (moved) * uspace/app/nterm/nterm.c (added) * uspace/app/nterm/nterm.h (added) * uspace/app/sbi/src/stype.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/net/modules.c (deleted) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/include/ns.h (modified) * uspace/lib/net/tl/socket_core.c (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/srv/locsrv/Makefile (moved) * uspace/srv/locsrv/category.c (moved) * uspace/srv/locsrv/category.h (moved) * uspace/srv/locsrv/locsrv.c (moved) * uspace/srv/locsrv/locsrv.h (moved) * uspace/srv/net/inetsrv/Makefile (moved) * uspace/srv/net/inetsrv/addrobj.c (moved) * uspace/srv/net/inetsrv/addrobj.h (moved) * uspace/srv/net/inetsrv/icmp.c (moved) * uspace/srv/net/inetsrv/icmp.h (moved) * uspace/srv/net/inetsrv/icmp_std.h (moved) * uspace/srv/net/inetsrv/inet_link.c (moved) * uspace/srv/net/inetsrv/inet_link.h (moved) * uspace/srv/net/inetsrv/inet_std.h (moved) * uspace/srv/net/inetsrv/inet_util.c (moved) * uspace/srv/net/inetsrv/inet_util.h (moved) * uspace/srv/net/inetsrv/inetcfg.c (moved) * uspace/srv/net/inetsrv/inetcfg.h (moved) * uspace/srv/net/inetsrv/inetping.c (moved) * uspace/srv/net/inetsrv/inetping.h (moved) * uspace/srv/net/inetsrv/inetsrv.c (moved) * uspace/srv/net/inetsrv/inetsrv.h (moved) * uspace/srv/net/inetsrv/pdu.c (moved) * uspace/srv/net/inetsrv/pdu.h (moved) * uspace/srv/net/inetsrv/reass.c (moved) * uspace/srv/net/inetsrv/reass.h (moved) * uspace/srv/net/inetsrv/sroute.c (moved) * uspace/srv/net/inetsrv/sroute.h (moved) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/ncsim.h (modified) * uspace/srv/net/tcp/rqueue.c (modified) * uspace/srv/net/tcp/rqueue.h (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/tcp/test.c (modified) * uspace/srv/net/udp/sock.c (modified) merge mainline changes Thu, 17 May 2012 17:56:40 GMT Jiri Svoboda [3e67ab1] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/websrv/Makefile (moved) * uspace/app/websrv/websrv.c (moved) Based on popular vote, move websrv back into /app. Sun, 13 May 2012 10:29:32 GMT Vojtech Horky [68f57e1] * HelenOS.config (modified) * boot/Makefile.common (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/lib/ra.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/spinlock.c (modified) * uspace/Makefile (modified) * uspace/app/nterm/Makefile (added) * uspace/app/nterm/conn.c (added) * uspace/app/nterm/conn.h (added) * uspace/app/nterm/nterm.c (added) * uspace/app/nterm/nterm.h (added) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/ncsim.h (modified) * uspace/srv/net/tcp/rqueue.c (modified) * uspace/srv/net/tcp/rqueue.h (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/tcp/test.c (modified) Merge mainline changes Sun, 13 May 2012 08:56:01 GMT Jiri Svoboda [32d96e1] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/loc/Makefile (moved) * uspace/app/loc/loc.c (moved) * uspace/srv/locsrv/Makefile (moved) * uspace/srv/locsrv/category.c (moved) * uspace/srv/locsrv/category.h (moved) * uspace/srv/locsrv/locsrv.c (moved) * uspace/srv/locsrv/locsrv.h (moved) Rename app/locinfo to app/loc, srv/loc to srv/locsrv. Sun, 13 May 2012 08:47:03 GMT Jiri Svoboda [b4ec1ea] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/inet/Makefile (moved) * uspace/app/inet/inet.c (moved) * uspace/app/init/init.c (modified) * uspace/srv/net/inetsrv/Makefile (moved) * uspace/srv/net/inetsrv/addrobj.c (moved) * uspace/srv/net/inetsrv/addrobj.h (moved) * uspace/srv/net/inetsrv/icmp.c (moved) * uspace/srv/net/inetsrv/icmp.h (moved) * uspace/srv/net/inetsrv/icmp_std.h (moved) * uspace/srv/net/inetsrv/inet_link.c (moved) * uspace/srv/net/inetsrv/inet_link.h (moved) * uspace/srv/net/inetsrv/inet_std.h (moved) * uspace/srv/net/inetsrv/inet_util.c (moved) * uspace/srv/net/inetsrv/inet_util.h (moved) * uspace/srv/net/inetsrv/inetcfg.c (moved) * uspace/srv/net/inetsrv/inetcfg.h (moved) * uspace/srv/net/inetsrv/inetping.c (moved) * uspace/srv/net/inetsrv/inetping.h (moved) * uspace/srv/net/inetsrv/inetsrv.c (moved) * uspace/srv/net/inetsrv/inetsrv.h (moved) * uspace/srv/net/inetsrv/pdu.c (moved) * uspace/srv/net/inetsrv/pdu.h (moved) * uspace/srv/net/inetsrv/reass.c (moved) * uspace/srv/net/inetsrv/reass.h (moved) * uspace/srv/net/inetsrv/sroute.c (moved) * uspace/srv/net/inetsrv/sroute.h (moved) Rename app/inetcfg to app/inet, srv/inet to srv/inetsrv. ... Sun, 13 May 2012 07:45:50 GMT Jiri Svoboda [26b6789] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/srv/websrv/Makefile (moved) * uspace/srv/websrv/websrv.c (moved) Make websrv a server-style binary. Sat, 12 May 2012 12:03:45 GMT Frantisek Princ [f2eece1] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/nterm/Makefile (added) * uspace/app/nterm/conn.c (added) * uspace/app/nterm/conn.h (added) * uspace/app/nterm/nterm.c (added) * uspace/app/nterm/nterm.h (added) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) Merge with mainline Fri, 11 May 2012 11:06:02 GMT Jiri Svoboda [01a7aa1] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/nterm/Makefile (added) * uspace/app/nterm/conn.c (added) * uspace/app/nterm/conn.h (added) * uspace/app/nterm/nterm.c (added) * uspace/app/nterm/nterm.h (added) Add a trivial network terminal application. Fri, 04 May 2012 10:41:44 GMT Vojtech Horky [1a23f6e] * HelenOS.config (modified) * abi/include/ipc/methods.h (modified) * boot/Makefile.common (modified) * boot/arch/arm32/Makefile.inc (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/Makefile (modified) * uspace/app/inetcfg/inetcfg.c (modified) * uspace/app/init/init.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/device/nic.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/net/modules.c (deleted) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/net/modules.h (deleted) * uspace/lib/c/include/ns.h (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/net/tl/socket_core.c (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_ev.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/lib/usbvirt/src/ipc_hc.c (modified) * uspace/srv/clipboard/Makefile (moved) * uspace/srv/clipboard/clip.h (moved) * uspace/srv/clipboard/clipboard.c (moved) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/s3c24xx_ts/Makefile (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/net/inet/inet.c (modified) * uspace/srv/net/inet/inetping.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Merge mainline changes Sat, 28 Apr 2012 16:22:15 GMT Jan Vesely [c5bff3c] * abi/include/ipc/methods.h (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/eabi.S (modified) * boot/generic/src/printf_core.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/eabi.S (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/test/print/print1.c (modified) * tools/imgutil.py (modified) * tools/mkfat.py (modified) * uspace/Makefile (modified) * uspace/app/inetcfg/Makefile (moved) * uspace/app/inetcfg/inetcfg.c (added) * uspace/app/init/init.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/netecho/print_error.c (modified) * uspace/app/ping/Makefile (modified) * uspace/app/ping/ping.c (modified) * uspace/app/ping/print_error.c (deleted) * uspace/app/ping/print_error.h (deleted) * uspace/app/tester/Makefile (modified) * uspace/app/tester/ipc/starve.c (moved) * uspace/app/tester/ipc/starve.def (added) * uspace/app/tester/print/print1.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/screen.h (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/infrastructure/rootvirt/devices.def (modified) * uspace/drv/nic/e1k/Makefile (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/lo/Makefile (deleted) * uspace/drv/nic/lo/lo.c (deleted) * uspace/drv/nic/lo/lo.ma (deleted) * uspace/drv/nic/ne2k/Makefile (modified) * uspace/drv/nic/rtl8139/Makefile (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/generic/adt/measured_strings.c (deleted) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/device/nic.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/inet.c (added) * uspace/lib/c/generic/inetcfg.c (added) * uspace/lib/c/generic/inetping.c (added) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink.c (added) * uspace/lib/c/generic/iplink_srv.c (added) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/net/icmp_api.c (deleted) * uspace/lib/c/generic/net/modules.c (deleted) * uspace/lib/c/generic/net/packet.c (deleted) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/inet/inet.h (moved) * uspace/lib/c/include/inet/inetcfg.h (added) * uspace/lib/c/include/inet/inetping.h (moved) * uspace/lib/c/include/inet/iplink.h (moved) * uspace/lib/c/include/inet/iplink_srv.h (moved) * uspace/lib/c/include/ipc/icmp.h (deleted) * uspace/lib/c/include/ipc/il.h (deleted) * uspace/lib/c/include/ipc/inet.h (moved) * uspace/lib/c/include/ipc/ip.h (deleted) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/iplink.h (moved) * uspace/lib/c/include/ipc/net.h (deleted) * uspace/lib/c/include/ipc/net_net.h (deleted) * uspace/lib/c/include/ipc/netif.h (deleted) * uspace/lib/c/include/ipc/nil.h (deleted) * uspace/lib/c/include/ipc/packet.h (deleted) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (modified) * uspace/lib/c/include/net/icmp_codes.h (deleted) * uspace/lib/c/include/net/in.h (modified) * uspace/lib/c/include/net/packet.h (deleted) * uspace/lib/c/include/net/packet_header.h (deleted) * uspace/lib/c/include/ns.h (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/net/Makefile (modified) * uspace/lib/net/adt/module_map.c (deleted) * uspace/lib/net/generic/generic.c (deleted) * uspace/lib/net/generic/net_checksum.c (deleted) * uspace/lib/net/generic/net_remote.c (deleted) * uspace/lib/net/generic/packet_client.c (deleted) * uspace/lib/net/generic/packet_remote.c (deleted) * uspace/lib/net/generic/protocol_map.c (deleted) * uspace/lib/net/il/arp_remote.c (deleted) * uspace/lib/net/il/il_remote.c (deleted) * uspace/lib/net/il/il_skel.c (deleted) * uspace/lib/net/il/ip_client.c (deleted) * uspace/lib/net/il/ip_remote.c (deleted) * uspace/lib/net/include/adt/module_map.h (deleted) * uspace/lib/net/include/arp_interface.h (deleted) * uspace/lib/net/include/generic.h (deleted) * uspace/lib/net/include/icmp_header.h (deleted) * uspace/lib/net/include/icmp_remote.h (deleted) * uspace/lib/net/include/il_skel.h (deleted) * uspace/lib/net/include/ip_client.h (deleted) * uspace/lib/net/include/ip_header.h (deleted) * uspace/lib/net/include/ip_interface.h (deleted) * uspace/lib/net/include/ip_remote.h (deleted) * uspace/lib/net/include/net_interface.h (deleted) * uspace/lib/net/include/nil_remote.h (deleted) * uspace/lib/net/include/nil_skel.h (deleted) * uspace/lib/net/include/packet_client.h (deleted) * uspace/lib/net/include/protocol_map.h (deleted) * uspace/lib/net/include/socket_core.h (modified) * uspace/lib/net/include/tl_common.h (deleted) * uspace/lib/net/include/tl_remote.h (deleted) * uspace/lib/net/include/tl_skel.h (deleted) * uspace/lib/net/nil/nil_remote.c (deleted) * uspace/lib/net/nil/nil_skel.c (deleted) * uspace/lib/net/tl/icmp_client.c (deleted) * uspace/lib/net/tl/icmp_remote.c (deleted) * uspace/lib/net/tl/socket_core.c (modified) * uspace/lib/net/tl/tl_common.c (deleted) * uspace/lib/net/tl/tl_remote.c (deleted) * uspace/lib/net/tl/tl_skel.c (deleted) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_ev.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/lib/usbvirt/src/ipc_hc.c (modified) * uspace/srv/clipboard/Makefile (moved) * uspace/srv/clipboard/clip.h (moved) * uspace/srv/clipboard/clipboard.c (moved) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/s3c24xx_ts/Makefile (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/loc/loc.c (modified) * uspace/srv/net/cfg/e1k.nic (deleted) * uspace/srv/net/cfg/general (deleted) * uspace/srv/net/cfg/lo.nic (deleted) * uspace/srv/net/cfg/ne2k.nic (deleted) * uspace/srv/net/ethip/Makefile (moved) * uspace/srv/net/ethip/arp.c (added) * uspace/srv/net/ethip/arp.h (added) * uspace/srv/net/ethip/atrans.c (added) * uspace/srv/net/ethip/atrans.h (added) * uspace/srv/net/ethip/ethip.c (added) * uspace/srv/net/ethip/ethip.h (added) * uspace/srv/net/ethip/ethip_nic.c (added) * uspace/srv/net/ethip/ethip_nic.h (added) * uspace/srv/net/ethip/pdu.c (added) * uspace/srv/net/ethip/pdu.h (moved) * uspace/srv/net/ethip/std.h (moved) * uspace/srv/net/il/arp/arp.c (deleted) * uspace/srv/net/il/arp/arp.h (deleted) * uspace/srv/net/il/ip/ip.c (deleted) * uspace/srv/net/il/ip/ip.h (deleted) * uspace/srv/net/inet/Makefile (added) * uspace/srv/net/inet/addrobj.c (added) * uspace/srv/net/inet/addrobj.h (moved) * uspace/srv/net/inet/icmp.c (added) * uspace/srv/net/inet/icmp.h (added) * uspace/srv/net/inet/icmp_std.h (moved) * uspace/srv/net/inet/inet.c (added) * uspace/srv/net/inet/inet.h (added) * uspace/srv/net/inet/inet_link.c (added) * uspace/srv/net/inet/inet_link.h (added) * uspace/srv/net/inet/inet_std.h (moved) * uspace/srv/net/inet/inet_util.c (added) * uspace/srv/net/inet/inet_util.h (added) * uspace/srv/net/inet/inetcfg.c (added) * uspace/srv/net/inet/inetcfg.h (added) * uspace/srv/net/inet/inetping.c (added) * uspace/srv/net/inet/inetping.h (added) * uspace/srv/net/inet/pdu.c (added) * uspace/srv/net/inet/pdu.h (added) * uspace/srv/net/inet/reass.c (added) * uspace/srv/net/inet/reass.h (added) * uspace/srv/net/inet/sroute.c (added) * uspace/srv/net/inet/sroute.h (added) * uspace/srv/net/loopip/Makefile (added) * uspace/srv/net/loopip/loopip.c (added) * uspace/srv/net/net/Makefile (deleted) * uspace/srv/net/net/net.c (deleted) * uspace/srv/net/net/net.h (deleted) * uspace/srv/net/net/packet_server.c (deleted) * uspace/srv/net/nil/eth/Makefile (deleted) * uspace/srv/net/nil/eth/eth.c (deleted) * uspace/srv/net/nil/eth/eth.h (deleted) * uspace/srv/net/nil/nildummy/Makefile (deleted) * uspace/srv/net/nil/nildummy/nildummy.c (deleted) * uspace/srv/net/nil/nildummy/nildummy.h (deleted) * uspace/srv/net/tcp/Makefile (moved) * uspace/srv/net/tcp/conn.c (moved) * uspace/srv/net/tcp/conn.h (moved) * uspace/srv/net/tcp/iqueue.c (moved) * uspace/srv/net/tcp/iqueue.h (moved) * uspace/srv/net/tcp/ncsim.c (moved) * uspace/srv/net/tcp/ncsim.h (moved) * uspace/srv/net/tcp/pdu.c (moved) * uspace/srv/net/tcp/pdu.h (moved) * uspace/srv/net/tcp/rqueue.c (moved) * uspace/srv/net/tcp/rqueue.h (moved) * uspace/srv/net/tcp/segment.c (moved) * uspace/srv/net/tcp/segment.h (moved) * uspace/srv/net/tcp/seq_no.c (moved) * uspace/srv/net/tcp/seq_no.h (moved) * uspace/srv/net/tcp/sock.c (moved) * uspace/srv/net/tcp/sock.h (moved) * uspace/srv/net/tcp/std.h (moved) * uspace/srv/net/tcp/tcp.c (added) * uspace/srv/net/tcp/tcp.h (moved) * uspace/srv/net/tcp/tcp_type.h (moved) * uspace/srv/net/tcp/test.c (moved) * uspace/srv/net/tcp/test.h (moved) * uspace/srv/net/tcp/tqueue.c (moved) * uspace/srv/net/tcp/tqueue.h (moved) * uspace/srv/net/tcp/ucall.c (moved) * uspace/srv/net/tcp/ucall.h (moved) * uspace/srv/net/tl/icmp/Makefile (deleted) * uspace/srv/net/tl/icmp/icmp.c (deleted) * uspace/srv/net/tl/tcp/tcp.c (deleted) * uspace/srv/net/tl/udp/udp.c (deleted) * uspace/srv/net/udp/Makefile (moved) * uspace/srv/net/udp/assoc.c (added) * uspace/srv/net/udp/assoc.h (moved) * uspace/srv/net/udp/msg.c (added) * uspace/srv/net/udp/msg.h (added) * uspace/srv/net/udp/pdu.c (added) * uspace/srv/net/udp/pdu.h (added) * uspace/srv/net/udp/sock.c (added) * uspace/srv/net/udp/sock.h (moved) * uspace/srv/net/udp/std.h (added) * uspace/srv/net/udp/ucall.c (added) * uspace/srv/net/udp/ucall.h (moved) * uspace/srv/net/udp/udp.c (moved) * uspace/srv/net/udp/udp_inet.c (added) * uspace/srv/net/udp/udp_inet.h (moved) * uspace/srv/net/udp/udp_type.h (added) * uspace/srv/vfs/vfs_ops.c (modified) More mainline changes. Mon, 23 Apr 2012 22:51:36 GMT Maurizio Lombardi [7719958] * abi/include/ipc/methods.h (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/generic/src/printf_core.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/test/print/print1.c (modified) * tools/imgutil.py (modified) * tools/mkfat.py (modified) * uspace/Makefile (modified) * uspace/app/inetcfg/Makefile (moved) * uspace/app/inetcfg/inetcfg.c (added) * uspace/app/init/init.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/netecho/print_error.c (modified) * uspace/app/ping/Makefile (modified) * uspace/app/ping/ping.c (modified) * uspace/app/ping/print_error.c (deleted) * uspace/app/ping/print_error.h (deleted) * uspace/app/tester/Makefile (modified) * uspace/app/tester/ipc/starve.c (moved) * uspace/app/tester/ipc/starve.def (added) * uspace/app/tester/print/print1.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/screen.h (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/infrastructure/rootvirt/devices.def (modified) * uspace/drv/nic/e1k/Makefile (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/lo/Makefile (deleted) * uspace/drv/nic/lo/lo.c (deleted) * uspace/drv/nic/lo/lo.ma (deleted) * uspace/drv/nic/ne2k/Makefile (modified) * uspace/drv/nic/rtl8139/Makefile (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/measured_strings.c (deleted) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/device/nic.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/inet.c (added) * uspace/lib/c/generic/inetcfg.c (added) * uspace/lib/c/generic/inetping.c (added) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink.c (added) * uspace/lib/c/generic/iplink_srv.c (added) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/net/icmp_api.c (deleted) * uspace/lib/c/generic/net/modules.c (modified) * uspace/lib/c/generic/net/packet.c (deleted) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/inet/inet.h (moved) * uspace/lib/c/include/inet/inetcfg.h (added) * uspace/lib/c/include/inet/inetping.h (moved) * uspace/lib/c/include/inet/iplink.h (moved) * uspace/lib/c/include/inet/iplink_srv.h (moved) * uspace/lib/c/include/ipc/icmp.h (deleted) * uspace/lib/c/include/ipc/il.h (deleted) * uspace/lib/c/include/ipc/inet.h (moved) * uspace/lib/c/include/ipc/ip.h (deleted) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/iplink.h (moved) * uspace/lib/c/include/ipc/net.h (deleted) * uspace/lib/c/include/ipc/net_net.h (deleted) * uspace/lib/c/include/ipc/netif.h (deleted) * uspace/lib/c/include/ipc/nil.h (deleted) * uspace/lib/c/include/ipc/packet.h (deleted) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (modified) * uspace/lib/c/include/net/icmp_codes.h (deleted) * uspace/lib/c/include/net/in.h (modified) * uspace/lib/c/include/net/modules.h (modified) * uspace/lib/c/include/net/packet.h (deleted) * uspace/lib/c/include/net/packet_header.h (deleted) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/net/Makefile (modified) * uspace/lib/net/adt/module_map.c (deleted) * uspace/lib/net/generic/generic.c (deleted) * uspace/lib/net/generic/net_checksum.c (deleted) * uspace/lib/net/generic/net_remote.c (deleted) * uspace/lib/net/generic/packet_client.c (deleted) * uspace/lib/net/generic/packet_remote.c (deleted) * uspace/lib/net/generic/protocol_map.c (deleted) * uspace/lib/net/il/arp_remote.c (deleted) * uspace/lib/net/il/il_remote.c (deleted) * uspace/lib/net/il/il_skel.c (deleted) * uspace/lib/net/il/ip_client.c (deleted) * uspace/lib/net/il/ip_remote.c (deleted) * uspace/lib/net/include/adt/module_map.h (deleted) * uspace/lib/net/include/arp_interface.h (deleted) * uspace/lib/net/include/generic.h (deleted) * uspace/lib/net/include/icmp_header.h (deleted) * uspace/lib/net/include/icmp_remote.h (deleted) * uspace/lib/net/include/il_skel.h (deleted) * uspace/lib/net/include/ip_client.h (deleted) * uspace/lib/net/include/ip_header.h (deleted) * uspace/lib/net/include/ip_interface.h (deleted) * uspace/lib/net/include/ip_remote.h (deleted) * uspace/lib/net/include/net_interface.h (deleted) * uspace/lib/net/include/nil_remote.h (deleted) * uspace/lib/net/include/nil_skel.h (deleted) * uspace/lib/net/include/packet_client.h (deleted) * uspace/lib/net/include/protocol_map.h (deleted) * uspace/lib/net/include/socket_core.h (modified) * uspace/lib/net/include/tl_common.h (deleted) * uspace/lib/net/include/tl_remote.h (deleted) * uspace/lib/net/include/tl_skel.h (deleted) * uspace/lib/net/nil/nil_remote.c (deleted) * uspace/lib/net/nil/nil_skel.c (deleted) * uspace/lib/net/tl/icmp_client.c (deleted) * uspace/lib/net/tl/icmp_remote.c (deleted) * uspace/lib/net/tl/socket_core.c (modified) * uspace/lib/net/tl/tl_common.c (deleted) * uspace/lib/net/tl/tl_skel.c (deleted) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_ev.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/lib/usbvirt/src/ipc_hc.c (modified) * uspace/srv/clipboard/Makefile (moved) * uspace/srv/clipboard/clip.h (moved) * uspace/srv/clipboard/clipboard.c (moved) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/s3c24xx_ts/Makefile (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/loc/loc.c (modified) * uspace/srv/net/cfg/e1k.nic (deleted) * uspace/srv/net/cfg/general (deleted) * uspace/srv/net/cfg/lo.nic (deleted) * uspace/srv/net/cfg/ne2k.nic (deleted) * uspace/srv/net/ethip/Makefile (moved) * uspace/srv/net/ethip/arp.c (added) * uspace/srv/net/ethip/arp.h (added) * uspace/srv/net/ethip/atrans.c (added) * uspace/srv/net/ethip/atrans.h (added) * uspace/srv/net/ethip/ethip.c (added) * uspace/srv/net/ethip/ethip.h (added) * uspace/srv/net/ethip/ethip_nic.c (added) * uspace/srv/net/ethip/ethip_nic.h (added) * uspace/srv/net/ethip/pdu.c (added) * uspace/srv/net/ethip/pdu.h (moved) * uspace/srv/net/ethip/std.h (moved) * uspace/srv/net/il/arp/arp.c (deleted) * uspace/srv/net/il/arp/arp.h (deleted) * uspace/srv/net/il/ip/ip.c (deleted) * uspace/srv/net/il/ip/ip.h (deleted) * uspace/srv/net/inet/Makefile (added) * uspace/srv/net/inet/addrobj.c (added) * uspace/srv/net/inet/addrobj.h (moved) * uspace/srv/net/inet/icmp.c (added) * uspace/srv/net/inet/icmp.h (added) * uspace/srv/net/inet/icmp_std.h (moved) * uspace/srv/net/inet/inet.c (added) * uspace/srv/net/inet/inet.h (added) * uspace/srv/net/inet/inet_link.c (added) * uspace/srv/net/inet/inet_link.h (added) * uspace/srv/net/inet/inet_std.h (moved) * uspace/srv/net/inet/inet_util.c (added) * uspace/srv/net/inet/inet_util.h (added) * uspace/srv/net/inet/inetcfg.c (added) * uspace/srv/net/inet/inetcfg.h (added) * uspace/srv/net/inet/inetping.c (added) * uspace/srv/net/inet/inetping.h (added) * uspace/srv/net/inet/pdu.c (added) * uspace/srv/net/inet/pdu.h (added) * uspace/srv/net/inet/reass.c (added) * uspace/srv/net/inet/reass.h (added) * uspace/srv/net/inet/sroute.c (added) * uspace/srv/net/inet/sroute.h (added) * uspace/srv/net/loopip/Makefile (added) * uspace/srv/net/loopip/loopip.c (added) * uspace/srv/net/net/Makefile (deleted) * uspace/srv/net/net/net.c (deleted) * uspace/srv/net/net/net.h (deleted) * uspace/srv/net/net/packet_server.c (deleted) * uspace/srv/net/nil/eth/Makefile (deleted) * uspace/srv/net/nil/eth/eth.c (deleted) * uspace/srv/net/nil/eth/eth.h (deleted) * uspace/srv/net/nil/nildummy/Makefile (deleted) * uspace/srv/net/nil/nildummy/nildummy.c (deleted) * uspace/srv/net/nil/nildummy/nildummy.h (deleted) * uspace/srv/net/tcp/Makefile (moved) * uspace/srv/net/tcp/conn.c (moved) * uspace/srv/net/tcp/conn.h (moved) * uspace/srv/net/tcp/iqueue.c (moved) * uspace/srv/net/tcp/iqueue.h (moved) * uspace/srv/net/tcp/ncsim.c (moved) * uspace/srv/net/tcp/ncsim.h (moved) * uspace/srv/net/tcp/pdu.c (moved) * uspace/srv/net/tcp/pdu.h (moved) * uspace/srv/net/tcp/rqueue.c (moved) * uspace/srv/net/tcp/rqueue.h (moved) * uspace/srv/net/tcp/segment.c (moved) * uspace/srv/net/tcp/segment.h (moved) * uspace/srv/net/tcp/seq_no.c (moved) * uspace/srv/net/tcp/seq_no.h (moved) * uspace/srv/net/tcp/sock.c (moved) * uspace/srv/net/tcp/sock.h (moved) * uspace/srv/net/tcp/std.h (moved) * uspace/srv/net/tcp/tcp.c (added) * uspace/srv/net/tcp/tcp.h (moved) * uspace/srv/net/tcp/tcp_type.h (moved) * uspace/srv/net/tcp/test.c (moved) * uspace/srv/net/tcp/test.h (moved) * uspace/srv/net/tcp/tqueue.c (moved) * uspace/srv/net/tcp/tqueue.h (moved) * uspace/srv/net/tcp/ucall.c (moved) * uspace/srv/net/tcp/ucall.h (moved) * uspace/srv/net/tl/icmp/Makefile (deleted) * uspace/srv/net/tl/icmp/icmp.c (deleted) * uspace/srv/net/tl/tcp/tcp.c (deleted) * uspace/srv/net/tl/udp/udp.c (deleted) * uspace/srv/net/udp/Makefile (moved) * uspace/srv/net/udp/assoc.c (added) * uspace/srv/net/udp/assoc.h (moved) * uspace/srv/net/udp/msg.c (added) * uspace/srv/net/udp/msg.h (added) * uspace/srv/net/udp/pdu.c (added) * uspace/srv/net/udp/pdu.h (added) * uspace/srv/net/udp/sock.c (added) * uspace/srv/net/udp/sock.h (moved) * uspace/srv/net/udp/std.h (added) * uspace/srv/net/udp/ucall.c (added) * uspace/srv/net/udp/ucall.h (moved) * uspace/srv/net/udp/udp.c (moved) * uspace/srv/net/udp/udp_inet.c (added) * uspace/srv/net/udp/udp_inet.h (moved) * uspace/srv/net/udp/udp_type.h (added) * uspace/srv/vfs/vfs_ops.c (modified) merge mainline changes Sat, 21 Apr 2012 14:23:11 GMT Frantisek Princ [2d1f7a21] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/lib/c/generic/device/nic.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/nic/src/nic_ev.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/lib/usbvirt/src/ipc_hc.c (modified) * uspace/srv/clipboard/Makefile (moved) * uspace/srv/clipboard/clip.h (moved) * uspace/srv/clipboard/clipboard.c (moved) * uspace/srv/net/inet/inet.c (modified) * uspace/srv/net/inet/inetping.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Merge with mainline Sat, 21 Apr 2012 11:05:33 GMT Martin Decky [d3a8e47] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/srv/clipboard/Makefile (moved) * uspace/srv/clipboard/clip.h (moved) * uspace/srv/clipboard/clipboard.c (moved) rename clip to clipboard Fri, 20 Apr 2012 08:08:25 GMT Frantisek Princ [1d4262e] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/infrastructure/rootvirt/devices.def (modified) * uspace/drv/nic/lo/lo.c (deleted) * uspace/drv/nic/lo/lo.ma (deleted) * uspace/srv/net/loopip/Makefile (moved) * uspace/srv/net/loopip/loopip.c (added) Merge with mainline Fri, 20 Apr 2012 07:32:57 GMT Vojtech Horky [a7a7f8c] * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/generic/src/printf_core.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/test/print/print1.c (modified) * tools/imgutil.py (modified) * tools/mkfat.py (modified) * uspace/Makefile (modified) * uspace/app/inetcfg/Makefile (moved) * uspace/app/inetcfg/inetcfg.c (added) * uspace/app/init/init.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/netecho/print_error.c (modified) * uspace/app/ping/Makefile (modified) * uspace/app/ping/ping.c (modified) * uspace/app/ping/print_error.c (deleted) * uspace/app/ping/print_error.h (deleted) * uspace/app/tester/Makefile (modified) * uspace/app/tester/ipc/starve.c (moved) * uspace/app/tester/ipc/starve.def (added) * uspace/app/tester/print/print1.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/screen.h (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/drv/infrastructure/rootvirt/devices.def (modified) * uspace/drv/nic/e1k/Makefile (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/lo/Makefile (deleted) * uspace/drv/nic/lo/lo.c (deleted) * uspace/drv/nic/lo/lo.ma (deleted) * uspace/drv/nic/ne2k/Makefile (modified) * uspace/drv/nic/rtl8139/Makefile (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/measured_strings.c (deleted) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/inet.c (added) * uspace/lib/c/generic/inetcfg.c (added) * uspace/lib/c/generic/inetping.c (added) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/iplink.c (added) * uspace/lib/c/generic/iplink_srv.c (added) * uspace/lib/c/generic/net/icmp_api.c (deleted) * uspace/lib/c/generic/net/packet.c (deleted) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/inet/inet.h (moved) * uspace/lib/c/include/inet/inetcfg.h (added) * uspace/lib/c/include/inet/inetping.h (moved) * uspace/lib/c/include/inet/iplink.h (moved) * uspace/lib/c/include/inet/iplink_srv.h (moved) * uspace/lib/c/include/ipc/icmp.h (deleted) * uspace/lib/c/include/ipc/il.h (deleted) * uspace/lib/c/include/ipc/inet.h (moved) * uspace/lib/c/include/ipc/ip.h (deleted) * uspace/lib/c/include/ipc/iplink.h (moved) * uspace/lib/c/include/ipc/net.h (deleted) * uspace/lib/c/include/ipc/net_net.h (deleted) * uspace/lib/c/include/ipc/netif.h (deleted) * uspace/lib/c/include/ipc/nil.h (deleted) * uspace/lib/c/include/ipc/packet.h (deleted) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (modified) * uspace/lib/c/include/net/icmp_codes.h (deleted) * uspace/lib/c/include/net/in.h (modified) * uspace/lib/c/include/net/packet.h (deleted) * uspace/lib/c/include/net/packet_header.h (deleted) * uspace/lib/net/Makefile (modified) * uspace/lib/net/adt/module_map.c (deleted) * uspace/lib/net/generic/generic.c (deleted) * uspace/lib/net/generic/net_checksum.c (deleted) * uspace/lib/net/generic/net_remote.c (deleted) * uspace/lib/net/generic/packet_client.c (deleted) * uspace/lib/net/generic/packet_remote.c (deleted) * uspace/lib/net/generic/protocol_map.c (deleted) * uspace/lib/net/il/arp_remote.c (deleted) * uspace/lib/net/il/il_remote.c (deleted) * uspace/lib/net/il/il_skel.c (deleted) * uspace/lib/net/il/ip_client.c (deleted) * uspace/lib/net/il/ip_remote.c (deleted) * uspace/lib/net/include/adt/module_map.h (deleted) * uspace/lib/net/include/arp_interface.h (deleted) * uspace/lib/net/include/generic.h (deleted) * uspace/lib/net/include/icmp_header.h (deleted) * uspace/lib/net/include/icmp_remote.h (deleted) * uspace/lib/net/include/il_skel.h (deleted) * uspace/lib/net/include/ip_client.h (deleted) * uspace/lib/net/include/ip_header.h (deleted) * uspace/lib/net/include/ip_interface.h (deleted) * uspace/lib/net/include/ip_remote.h (deleted) * uspace/lib/net/include/net_interface.h (deleted) * uspace/lib/net/include/nil_remote.h (deleted) * uspace/lib/net/include/nil_skel.h (deleted) * uspace/lib/net/include/packet_client.h (deleted) * uspace/lib/net/include/protocol_map.h (deleted) * uspace/lib/net/include/socket_core.h (modified) * uspace/lib/net/include/tl_common.h (deleted) * uspace/lib/net/include/tl_remote.h (deleted) * uspace/lib/net/include/tl_skel.h (deleted) * uspace/lib/net/nil/nil_remote.c (deleted) * uspace/lib/net/nil/nil_skel.c (deleted) * uspace/lib/net/tl/icmp_client.c (deleted) * uspace/lib/net/tl/icmp_remote.c (deleted) * uspace/lib/net/tl/socket_core.c (modified) * uspace/lib/net/tl/tl_common.c (deleted) * uspace/lib/net/tl/tl_skel.c (deleted) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/loc/loc.c (modified) * uspace/srv/net/cfg/e1k.nic (deleted) * uspace/srv/net/cfg/general (deleted) * uspace/srv/net/cfg/lo.nic (deleted) * uspace/srv/net/cfg/ne2k.nic (deleted) * uspace/srv/net/ethip/Makefile (moved) * uspace/srv/net/ethip/arp.c (added) * uspace/srv/net/ethip/arp.h (added) * uspace/srv/net/ethip/atrans.c (added) * uspace/srv/net/ethip/atrans.h (added) * uspace/srv/net/ethip/ethip.c (added) * uspace/srv/net/ethip/ethip.h (added) * uspace/srv/net/ethip/ethip_nic.c (added) * uspace/srv/net/ethip/ethip_nic.h (added) * uspace/srv/net/ethip/pdu.c (added) * uspace/srv/net/ethip/pdu.h (moved) * uspace/srv/net/ethip/std.h (moved) * uspace/srv/net/il/arp/arp.c (deleted) * uspace/srv/net/il/arp/arp.h (deleted) * uspace/srv/net/il/ip/ip.c (deleted) * uspace/srv/net/il/ip/ip.h (deleted) * uspace/srv/net/inet/Makefile (moved) * uspace/srv/net/inet/addrobj.c (added) * uspace/srv/net/inet/addrobj.h (moved) * uspace/srv/net/inet/icmp.c (added) * uspace/srv/net/inet/icmp.h (added) * uspace/srv/net/inet/icmp_std.h (moved) * uspace/srv/net/inet/inet.c (added) * uspace/srv/net/inet/inet.h (added) * uspace/srv/net/inet/inet_link.c (added) * uspace/srv/net/inet/inet_link.h (added) * uspace/srv/net/inet/inet_std.h (moved) * uspace/srv/net/inet/inet_util.c (added) * uspace/srv/net/inet/inet_util.h (added) * uspace/srv/net/inet/inetcfg.c (added) * uspace/srv/net/inet/inetcfg.h (added) * uspace/srv/net/inet/inetping.c (added) * uspace/srv/net/inet/inetping.h (added) * uspace/srv/net/inet/pdu.c (added) * uspace/srv/net/inet/pdu.h (added) * uspace/srv/net/inet/reass.c (added) * uspace/srv/net/inet/reass.h (added) * uspace/srv/net/inet/sroute.c (added) * uspace/srv/net/inet/sroute.h (added) * uspace/srv/net/loopip/Makefile (added) * uspace/srv/net/loopip/loopip.c (added) * uspace/srv/net/net/Makefile (deleted) * uspace/srv/net/net/net.c (deleted) * uspace/srv/net/net/net.h (deleted) * uspace/srv/net/net/packet_server.c (deleted) * uspace/srv/net/nil/eth/Makefile (deleted) * uspace/srv/net/nil/eth/eth.c (deleted) * uspace/srv/net/nil/eth/eth.h (deleted) * uspace/srv/net/nil/nildummy/Makefile (deleted) * uspace/srv/net/nil/nildummy/nildummy.c (deleted) * uspace/srv/net/nil/nildummy/nildummy.h (deleted) * uspace/srv/net/tcp/Makefile (moved) * uspace/srv/net/tcp/conn.c (moved) * uspace/srv/net/tcp/conn.h (moved) * uspace/srv/net/tcp/iqueue.c (moved) * uspace/srv/net/tcp/iqueue.h (moved) * uspace/srv/net/tcp/ncsim.c (moved) * uspace/srv/net/tcp/ncsim.h (moved) * uspace/srv/net/tcp/pdu.c (moved) * uspace/srv/net/tcp/pdu.h (moved) * uspace/srv/net/tcp/rqueue.c (moved) * uspace/srv/net/tcp/rqueue.h (moved) * uspace/srv/net/tcp/segment.c (moved) * uspace/srv/net/tcp/segment.h (moved) * uspace/srv/net/tcp/seq_no.c (moved) * uspace/srv/net/tcp/seq_no.h (moved) * uspace/srv/net/tcp/sock.c (moved) * uspace/srv/net/tcp/sock.h (moved) * uspace/srv/net/tcp/std.h (moved) * uspace/srv/net/tcp/tcp.c (added) * uspace/srv/net/tcp/tcp.h (moved) * uspace/srv/net/tcp/tcp_type.h (moved) * uspace/srv/net/tcp/test.c (moved) * uspace/srv/net/tcp/test.h (moved) * uspace/srv/net/tcp/tqueue.c (moved) * uspace/srv/net/tcp/tqueue.h (moved) * uspace/srv/net/tcp/ucall.c (moved) * uspace/srv/net/tcp/ucall.h (moved) * uspace/srv/net/tl/icmp/icmp.c (deleted) * uspace/srv/net/tl/tcp/tcp.c (deleted) * uspace/srv/net/tl/udp/udp.c (deleted) * uspace/srv/net/udp/Makefile (moved) * uspace/srv/net/udp/assoc.c (added) * uspace/srv/net/udp/assoc.h (moved) * uspace/srv/net/udp/msg.c (added) * uspace/srv/net/udp/msg.h (added) * uspace/srv/net/udp/pdu.c (added) * uspace/srv/net/udp/pdu.h (added) * uspace/srv/net/udp/sock.c (added) * uspace/srv/net/udp/sock.h (moved) * uspace/srv/net/udp/std.h (added) * uspace/srv/net/udp/ucall.c (added) * uspace/srv/net/udp/ucall.h (moved) * uspace/srv/net/udp/udp.c (moved) * uspace/srv/net/udp/udp_inet.c (added) * uspace/srv/net/udp/udp_inet.h (moved) * uspace/srv/net/udp/udp_type.h (added) Merge mainline changes Thu, 19 Apr 2012 21:35:14 GMT Jiri Svoboda [606c369] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/infrastructure/rootvirt/devices.def (modified) * uspace/drv/nic/lo/lo.c (deleted) * uspace/drv/nic/lo/lo.ma (deleted) * uspace/srv/net/loopip/Makefile (moved) * uspace/srv/net/loopip/loopip.c (added) Replace loopback NIC with a loopback IP link provider. Wed, 18 Apr 2012 07:32:58 GMT Frantisek Princ [0c37135] * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/generic/src/printf_core.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/test/print/print1.c (modified) * uspace/Makefile (modified) * uspace/app/inetcfg/Makefile (moved) * uspace/app/inetcfg/inetcfg.c (added) * uspace/app/init/init.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/netecho/print_error.c (modified) * uspace/app/ping/Makefile (modified) * uspace/app/ping/ping.c (modified) * uspace/app/ping/print_error.c (deleted) * uspace/app/ping/print_error.h (deleted) * uspace/app/tester/print/print1.c (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/screen.h (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/drv/nic/e1k/Makefile (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/lo/Makefile (modified) * uspace/drv/nic/ne2k/Makefile (modified) * uspace/drv/nic/rtl8139/Makefile (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/measured_strings.c (deleted) * uspace/lib/c/generic/inet.c (added) * uspace/lib/c/generic/inetcfg.c (added) * uspace/lib/c/generic/inetping.c (added) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/iplink.c (added) * uspace/lib/c/generic/iplink_srv.c (added) * uspace/lib/c/generic/net/icmp_api.c (deleted) * uspace/lib/c/generic/net/packet.c (deleted) * uspace/lib/c/include/inet/inet.h (moved) * uspace/lib/c/include/inet/inetcfg.h (added) * uspace/lib/c/include/inet/inetping.h (moved) * uspace/lib/c/include/inet/iplink.h (moved) * uspace/lib/c/include/inet/iplink_srv.h (moved) * uspace/lib/c/include/ipc/icmp.h (deleted) * uspace/lib/c/include/ipc/il.h (deleted) * uspace/lib/c/include/ipc/inet.h (moved) * uspace/lib/c/include/ipc/ip.h (deleted) * uspace/lib/c/include/ipc/iplink.h (moved) * uspace/lib/c/include/ipc/net.h (deleted) * uspace/lib/c/include/ipc/net_net.h (deleted) * uspace/lib/c/include/ipc/netif.h (deleted) * uspace/lib/c/include/ipc/nil.h (deleted) * uspace/lib/c/include/ipc/packet.h (deleted) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (modified) * uspace/lib/c/include/net/icmp_codes.h (deleted) * uspace/lib/c/include/net/in.h (modified) * uspace/lib/c/include/net/packet.h (deleted) * uspace/lib/c/include/net/packet_header.h (deleted) * uspace/lib/net/Makefile (modified) * uspace/lib/net/adt/module_map.c (deleted) * uspace/lib/net/generic/generic.c (deleted) * uspace/lib/net/generic/net_checksum.c (deleted) * uspace/lib/net/generic/net_remote.c (deleted) * uspace/lib/net/generic/packet_client.c (deleted) * uspace/lib/net/generic/packet_remote.c (deleted) * uspace/lib/net/generic/protocol_map.c (deleted) * uspace/lib/net/il/arp_remote.c (deleted) * uspace/lib/net/il/il_remote.c (deleted) * uspace/lib/net/il/il_skel.c (deleted) * uspace/lib/net/il/ip_client.c (deleted) * uspace/lib/net/il/ip_remote.c (deleted) * uspace/lib/net/include/adt/module_map.h (deleted) * uspace/lib/net/include/arp_interface.h (deleted) * uspace/lib/net/include/ethernet_lsap.h (deleted) * uspace/lib/net/include/generic.h (deleted) * uspace/lib/net/include/icmp_header.h (deleted) * uspace/lib/net/include/il_skel.h (deleted) * uspace/lib/net/include/ip_client.h (deleted) * uspace/lib/net/include/ip_header.h (deleted) * uspace/lib/net/include/ip_interface.h (deleted) * uspace/lib/net/include/ip_remote.h (deleted) * uspace/lib/net/include/net_interface.h (deleted) * uspace/lib/net/include/nil_remote.h (deleted) * uspace/lib/net/include/nil_skel.h (deleted) * uspace/lib/net/include/packet_client.h (deleted) * uspace/lib/net/include/protocol_map.h (deleted) * uspace/lib/net/include/socket_core.h (modified) * uspace/lib/net/include/tl_common.h (deleted) * uspace/lib/net/include/tl_remote.h (deleted) * uspace/lib/net/include/tl_skel.h (deleted) * uspace/lib/net/nil/nil_remote.c (deleted) * uspace/lib/net/nil/nil_skel.c (deleted) * uspace/lib/net/tl/icmp_client.c (deleted) * uspace/lib/net/tl/icmp_remote.c (deleted) * uspace/lib/net/tl/socket_core.c (modified) * uspace/lib/net/tl/tl_common.c (deleted) * uspace/lib/net/tl/tl_remote.c (deleted) * uspace/lib/net/tl/tl_skel.c (deleted) * uspace/srv/loc/loc.c (modified) * uspace/srv/net/cfg/e1k.nic (deleted) * uspace/srv/net/cfg/general (deleted) * uspace/srv/net/cfg/lo.nic (deleted) * uspace/srv/net/cfg/ne2k.nic (deleted) * uspace/srv/net/ethip/Makefile (moved) * uspace/srv/net/ethip/arp.c (added) * uspace/srv/net/ethip/arp.h (added) * uspace/srv/net/ethip/atrans.c (added) * uspace/srv/net/ethip/atrans.h (added) * uspace/srv/net/ethip/ethip.c (added) * uspace/srv/net/ethip/ethip.h (added) * uspace/srv/net/ethip/ethip_nic.c (added) * uspace/srv/net/ethip/ethip_nic.h (added) * uspace/srv/net/ethip/pdu.c (added) * uspace/srv/net/ethip/pdu.h (moved) * uspace/srv/net/ethip/std.h (moved) * uspace/srv/net/il/arp/arp.c (deleted) * uspace/srv/net/il/arp/arp.h (deleted) * uspace/srv/net/il/ip/ip.c (deleted) * uspace/srv/net/il/ip/ip.h (deleted) * uspace/srv/net/inet/Makefile (moved) * uspace/srv/net/inet/addrobj.c (added) * uspace/srv/net/inet/addrobj.h (moved) * uspace/srv/net/inet/icmp.c (added) * uspace/srv/net/inet/icmp.h (added) * uspace/srv/net/inet/icmp_std.h (moved) * uspace/srv/net/inet/inet.c (added) * uspace/srv/net/inet/inet.h (added) * uspace/srv/net/inet/inet_link.c (added) * uspace/srv/net/inet/inet_link.h (added) * uspace/srv/net/inet/inet_std.h (moved) * uspace/srv/net/inet/inet_util.c (added) * uspace/srv/net/inet/inet_util.h (added) * uspace/srv/net/inet/inetcfg.c (added) * uspace/srv/net/inet/inetcfg.h (added) * uspace/srv/net/inet/inetping.c (added) * uspace/srv/net/inet/inetping.h (added) * uspace/srv/net/inet/pdu.c (added) * uspace/srv/net/inet/pdu.h (added) * uspace/srv/net/inet/reass.c (added) * uspace/srv/net/inet/reass.h (added) * uspace/srv/net/inet/sroute.c (added) * uspace/srv/net/inet/sroute.h (added) * uspace/srv/net/net/Makefile (deleted) * uspace/srv/net/net/net.c (deleted) * uspace/srv/net/net/net.h (deleted) * uspace/srv/net/net/packet_server.c (deleted) * uspace/srv/net/nil/eth/Makefile (deleted) * uspace/srv/net/nil/eth/eth.c (deleted) * uspace/srv/net/nil/eth/eth.h (deleted) * uspace/srv/net/nil/nildummy/Makefile (deleted) * uspace/srv/net/nil/nildummy/nildummy.c (deleted) * uspace/srv/net/nil/nildummy/nildummy.h (deleted) * uspace/srv/net/tcp/Makefile (moved) * uspace/srv/net/tcp/conn.c (moved) * uspace/srv/net/tcp/conn.h (moved) * uspace/srv/net/tcp/iqueue.c (moved) * uspace/srv/net/tcp/iqueue.h (moved) * uspace/srv/net/tcp/ncsim.c (moved) * uspace/srv/net/tcp/ncsim.h (moved) * uspace/srv/net/tcp/pdu.c (moved) * uspace/srv/net/tcp/pdu.h (moved) * uspace/srv/net/tcp/rqueue.c (moved) * uspace/srv/net/tcp/rqueue.h (moved) * uspace/srv/net/tcp/segment.c (moved) * uspace/srv/net/tcp/segment.h (moved) * uspace/srv/net/tcp/seq_no.c (moved) * uspace/srv/net/tcp/seq_no.h (moved) * uspace/srv/net/tcp/sock.c (moved) * uspace/srv/net/tcp/sock.h (moved) * uspace/srv/net/tcp/std.h (moved) * uspace/srv/net/tcp/tcp.c (added) * uspace/srv/net/tcp/tcp.h (moved) * uspace/srv/net/tcp/tcp_type.h (moved) * uspace/srv/net/tcp/test.c (moved) * uspace/srv/net/tcp/test.h (moved) * uspace/srv/net/tcp/tqueue.c (moved) * uspace/srv/net/tcp/tqueue.h (moved) * uspace/srv/net/tcp/ucall.c (moved) * uspace/srv/net/tcp/ucall.h (moved) * uspace/srv/net/tl/icmp/icmp.c (deleted) * uspace/srv/net/tl/tcp/tcp.c (deleted) * uspace/srv/net/tl/udp/udp.c (deleted) * uspace/srv/net/udp/Makefile (moved) * uspace/srv/net/udp/assoc.c (added) * uspace/srv/net/udp/assoc.h (moved) * uspace/srv/net/udp/msg.c (added) * uspace/srv/net/udp/msg.h (added) * uspace/srv/net/udp/pdu.c (added) * uspace/srv/net/udp/pdu.h (added) * uspace/srv/net/udp/sock.c (added) * uspace/srv/net/udp/sock.h (moved) * uspace/srv/net/udp/std.h (added) * uspace/srv/net/udp/ucall.c (added) * uspace/srv/net/udp/ucall.h (moved) * uspace/srv/net/udp/udp.c (moved) * uspace/srv/net/udp/udp_inet.c (added) * uspace/srv/net/udp/udp_inet.h (moved) * uspace/srv/net/udp/udp_type.h (added) Merge with mainline Tue, 17 Apr 2012 07:13:35 GMT Jiri Svoboda [b1213b0] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/inetcfg/Makefile (moved) * uspace/app/inetcfg/inetcfg.c (added) * uspace/app/init/init.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/netecho/print_error.c (modified) * uspace/app/ping/Makefile (modified) * uspace/app/ping/ping.c (modified) * uspace/app/ping/print_error.c (deleted) * uspace/app/ping/print_error.h (deleted) * uspace/drv/nic/e1k/Makefile (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/lo/Makefile (modified) * uspace/drv/nic/ne2k/Makefile (modified) * uspace/drv/nic/rtl8139/Makefile (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/measured_strings.c (deleted) * uspace/lib/c/generic/inet.c (added) * uspace/lib/c/generic/inetcfg.c (added) * uspace/lib/c/generic/inetping.c (added) * uspace/lib/c/generic/iplink.c (added) * uspace/lib/c/generic/iplink_srv.c (added) * uspace/lib/c/generic/net/icmp_api.c (deleted) * uspace/lib/c/generic/net/packet.c (deleted) * uspace/lib/c/include/inet/inet.h (moved) * uspace/lib/c/include/inet/inetcfg.h (added) * uspace/lib/c/include/inet/inetping.h (moved) * uspace/lib/c/include/inet/iplink.h (moved) * uspace/lib/c/include/inet/iplink_srv.h (moved) * uspace/lib/c/include/ipc/icmp.h (deleted) * uspace/lib/c/include/ipc/il.h (deleted) * uspace/lib/c/include/ipc/inet.h (moved) * uspace/lib/c/include/ipc/ip.h (deleted) * uspace/lib/c/include/ipc/iplink.h (moved) * uspace/lib/c/include/ipc/net.h (deleted) * uspace/lib/c/include/ipc/net_net.h (deleted) * uspace/lib/c/include/ipc/netif.h (deleted) * uspace/lib/c/include/ipc/nil.h (deleted) * uspace/lib/c/include/ipc/packet.h (deleted) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (modified) * uspace/lib/c/include/net/icmp_codes.h (deleted) * uspace/lib/c/include/net/in.h (modified) * uspace/lib/c/include/net/packet.h (deleted) * uspace/lib/c/include/net/packet_header.h (deleted) * uspace/lib/net/Makefile (modified) * uspace/lib/net/adt/module_map.c (deleted) * uspace/lib/net/generic/generic.c (deleted) * uspace/lib/net/generic/net_checksum.c (deleted) * uspace/lib/net/generic/net_remote.c (deleted) * uspace/lib/net/generic/packet_client.c (deleted) * uspace/lib/net/generic/packet_remote.c (deleted) * uspace/lib/net/generic/protocol_map.c (deleted) * uspace/lib/net/il/arp_remote.c (deleted) * uspace/lib/net/il/il_remote.c (deleted) * uspace/lib/net/il/il_skel.c (deleted) * uspace/lib/net/il/ip_client.c (deleted) * uspace/lib/net/il/ip_remote.c (deleted) * uspace/lib/net/include/adt/module_map.h (deleted) * uspace/lib/net/include/arp_interface.h (deleted) * uspace/lib/net/include/ethernet_lsap.h (deleted) * uspace/lib/net/include/generic.h (deleted) * uspace/lib/net/include/icmp_header.h (deleted) * uspace/lib/net/include/il_skel.h (deleted) * uspace/lib/net/include/ip_client.h (deleted) * uspace/lib/net/include/ip_header.h (deleted) * uspace/lib/net/include/ip_interface.h (deleted) * uspace/lib/net/include/ip_remote.h (deleted) * uspace/lib/net/include/net_interface.h (deleted) * uspace/lib/net/include/nil_remote.h (deleted) * uspace/lib/net/include/nil_skel.h (deleted) * uspace/lib/net/include/packet_client.h (deleted) * uspace/lib/net/include/protocol_map.h (deleted) * uspace/lib/net/include/socket_core.h (modified) * uspace/lib/net/include/tl_common.h (deleted) * uspace/lib/net/include/tl_remote.h (deleted) * uspace/lib/net/include/tl_skel.h (deleted) * uspace/lib/net/nil/nil_remote.c (deleted) * uspace/lib/net/nil/nil_skel.c (deleted) * uspace/lib/net/tl/icmp_client.c (deleted) * uspace/lib/net/tl/icmp_remote.c (deleted) * uspace/lib/net/tl/socket_core.c (modified) * uspace/lib/net/tl/tl_common.c (deleted) * uspace/lib/net/tl/tl_remote.c (deleted) * uspace/lib/net/tl/tl_skel.c (deleted) * uspace/srv/loc/loc.c (modified) * uspace/srv/net/cfg/e1k.nic (deleted) * uspace/srv/net/cfg/general (deleted) * uspace/srv/net/cfg/lo.nic (deleted) * uspace/srv/net/cfg/ne2k.nic (deleted) * uspace/srv/net/ethip/Makefile (moved) * uspace/srv/net/ethip/arp.c (added) * uspace/srv/net/ethip/arp.h (added) * uspace/srv/net/ethip/atrans.c (added) * uspace/srv/net/ethip/atrans.h (added) * uspace/srv/net/ethip/ethip.c (added) * uspace/srv/net/ethip/ethip.h (added) * uspace/srv/net/ethip/ethip_nic.c (added) * uspace/srv/net/ethip/ethip_nic.h (added) * uspace/srv/net/ethip/pdu.c (added) * uspace/srv/net/ethip/pdu.h (moved) * uspace/srv/net/ethip/std.h (moved) * uspace/srv/net/il/arp/arp.c (deleted) * uspace/srv/net/il/arp/arp.h (deleted) * uspace/srv/net/il/ip/ip.c (deleted) * uspace/srv/net/il/ip/ip.h (deleted) * uspace/srv/net/inet/Makefile (moved) * uspace/srv/net/inet/addrobj.c (added) * uspace/srv/net/inet/addrobj.h (moved) * uspace/srv/net/inet/icmp.c (added) * uspace/srv/net/inet/icmp.h (added) * uspace/srv/net/inet/icmp_std.h (moved) * uspace/srv/net/inet/inet.c (added) * uspace/srv/net/inet/inet.h (added) * uspace/srv/net/inet/inet_link.c (added) * uspace/srv/net/inet/inet_link.h (added) * uspace/srv/net/inet/inet_std.h (moved) * uspace/srv/net/inet/inet_util.c (added) * uspace/srv/net/inet/inet_util.h (added) * uspace/srv/net/inet/inetcfg.c (added) * uspace/srv/net/inet/inetcfg.h (added) * uspace/srv/net/inet/inetping.c (added) * uspace/srv/net/inet/inetping.h (added) * uspace/srv/net/inet/pdu.c (added) * uspace/srv/net/inet/pdu.h (added) * uspace/srv/net/inet/reass.c (added) * uspace/srv/net/inet/reass.h (added) * uspace/srv/net/inet/sroute.c (added) * uspace/srv/net/inet/sroute.h (added) * uspace/srv/net/net/Makefile (deleted) * uspace/srv/net/net/net.c (deleted) * uspace/srv/net/net/net.h (deleted) * uspace/srv/net/net/packet_server.c (deleted) * uspace/srv/net/nil/eth/Makefile (deleted) * uspace/srv/net/nil/eth/eth.c (deleted) * uspace/srv/net/nil/eth/eth.h (deleted) * uspace/srv/net/nil/nildummy/Makefile (deleted) * uspace/srv/net/nil/nildummy/nildummy.c (deleted) * uspace/srv/net/nil/nildummy/nildummy.h (deleted) * uspace/srv/net/tcp/Makefile (moved) * uspace/srv/net/tcp/conn.c (moved) * uspace/srv/net/tcp/conn.h (moved) * uspace/srv/net/tcp/iqueue.c (moved) * uspace/srv/net/tcp/iqueue.h (moved) * uspace/srv/net/tcp/ncsim.c (moved) * uspace/srv/net/tcp/ncsim.h (moved) * uspace/srv/net/tcp/pdu.c (moved) * uspace/srv/net/tcp/pdu.h (moved) * uspace/srv/net/tcp/rqueue.c (moved) * uspace/srv/net/tcp/rqueue.h (moved) * uspace/srv/net/tcp/segment.c (moved) * uspace/srv/net/tcp/segment.h (moved) * uspace/srv/net/tcp/seq_no.c (moved) * uspace/srv/net/tcp/seq_no.h (moved) * uspace/srv/net/tcp/sock.c (moved) * uspace/srv/net/tcp/sock.h (moved) * uspace/srv/net/tcp/std.h (moved) * uspace/srv/net/tcp/tcp.c (added) * uspace/srv/net/tcp/tcp.h (moved) * uspace/srv/net/tcp/tcp_type.h (moved) * uspace/srv/net/tcp/test.c (moved) * uspace/srv/net/tcp/test.h (moved) * uspace/srv/net/tcp/tqueue.c (moved) * uspace/srv/net/tcp/tqueue.h (moved) * uspace/srv/net/tcp/ucall.c (moved) * uspace/srv/net/tcp/ucall.h (moved) * uspace/srv/net/tl/icmp/icmp.c (deleted) * uspace/srv/net/tl/tcp/tcp.c (deleted) * uspace/srv/net/tl/udp/udp.c (deleted) * uspace/srv/net/udp/Makefile (moved) * uspace/srv/net/udp/assoc.c (added) * uspace/srv/net/udp/assoc.h (moved) * uspace/srv/net/udp/msg.c (added) * uspace/srv/net/udp/msg.h (added) * uspace/srv/net/udp/pdu.c (added) * uspace/srv/net/udp/pdu.h (added) * uspace/srv/net/udp/sock.c (added) * uspace/srv/net/udp/sock.h (moved) * uspace/srv/net/udp/std.h (added) * uspace/srv/net/udp/ucall.c (added) * uspace/srv/net/udp/ucall.h (moved) * uspace/srv/net/udp/udp.c (moved) * uspace/srv/net/udp/udp_inet.c (added) * uspace/srv/net/udp/udp_inet.h (moved) * uspace/srv/net/udp/udp_type.h (added) Merge internet stack rewrite (IP+ICMP, UDP, IP over Ethernet). Tue, 17 Apr 2012 06:33:25 GMT Jiri Svoboda [69a93df7] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/srv/net/ethip/Makefile (moved) * uspace/srv/net/ethip/arp.c (moved) * uspace/srv/net/ethip/arp.h (moved) * uspace/srv/net/ethip/atrans.c (moved) * uspace/srv/net/ethip/atrans.h (moved) * uspace/srv/net/ethip/ethip.c (moved) * uspace/srv/net/ethip/ethip.h (moved) * uspace/srv/net/ethip/ethip_nic.c (moved) * uspace/srv/net/ethip/ethip_nic.h (moved) * uspace/srv/net/ethip/pdu.c (moved) * uspace/srv/net/ethip/pdu.h (moved) * uspace/srv/net/ethip/std.h (moved) * uspace/srv/net/inet/Makefile (moved) * uspace/srv/net/inet/addrobj.c (moved) * uspace/srv/net/inet/addrobj.h (moved) * uspace/srv/net/inet/icmp.c (moved) * uspace/srv/net/inet/icmp.h (moved) * uspace/srv/net/inet/icmp_std.h (moved) * uspace/srv/net/inet/inet.c (moved) * uspace/srv/net/inet/inet.h (moved) * uspace/srv/net/inet/inet_link.c (moved) * uspace/srv/net/inet/inet_link.h (moved) * uspace/srv/net/inet/inet_std.h (moved) * uspace/srv/net/inet/inet_util.c (moved) * uspace/srv/net/inet/inet_util.h (moved) * uspace/srv/net/inet/inetcfg.c (moved) * uspace/srv/net/inet/inetcfg.h (moved) * uspace/srv/net/inet/inetping.c (moved) * uspace/srv/net/inet/inetping.h (moved) * uspace/srv/net/inet/pdu.c (moved) * uspace/srv/net/inet/pdu.h (moved) * uspace/srv/net/inet/reass.c (moved) * uspace/srv/net/inet/reass.h (moved) * uspace/srv/net/inet/sroute.c (moved) * uspace/srv/net/inet/sroute.h (moved) * uspace/srv/net/tcp/Makefile (moved) * uspace/srv/net/tcp/conn.c (moved) * uspace/srv/net/tcp/conn.h (moved) * uspace/srv/net/tcp/iqueue.c (moved) * uspace/srv/net/tcp/iqueue.h (moved) * uspace/srv/net/tcp/ncsim.c (moved) * uspace/srv/net/tcp/ncsim.h (moved) * uspace/srv/net/tcp/pdu.c (moved) * uspace/srv/net/tcp/pdu.h (moved) * uspace/srv/net/tcp/rqueue.c (moved) * uspace/srv/net/tcp/rqueue.h (moved) * uspace/srv/net/tcp/segment.c (moved) * uspace/srv/net/tcp/segment.h (moved) * uspace/srv/net/tcp/seq_no.c (moved) * uspace/srv/net/tcp/seq_no.h (moved) * uspace/srv/net/tcp/sock.c (moved) * uspace/srv/net/tcp/sock.h (moved) * uspace/srv/net/tcp/std.h (moved) * uspace/srv/net/tcp/tcp.c (moved) * uspace/srv/net/tcp/tcp.h (moved) * uspace/srv/net/tcp/tcp_type.h (moved) * uspace/srv/net/tcp/test.c (moved) * uspace/srv/net/tcp/test.h (moved) * uspace/srv/net/tcp/tqueue.c (moved) * uspace/srv/net/tcp/tqueue.h (moved) * uspace/srv/net/tcp/ucall.c (moved) * uspace/srv/net/tcp/ucall.h (moved) * uspace/srv/net/udp/Makefile (moved) * uspace/srv/net/udp/assoc.c (moved) * uspace/srv/net/udp/assoc.h (moved) * uspace/srv/net/udp/msg.c (moved) * uspace/srv/net/udp/msg.h (moved) * uspace/srv/net/udp/pdu.c (moved) * uspace/srv/net/udp/pdu.h (moved) * uspace/srv/net/udp/sock.c (moved) * uspace/srv/net/udp/sock.h (moved) * uspace/srv/net/udp/std.h (moved) * uspace/srv/net/udp/ucall.c (moved) * uspace/srv/net/udp/ucall.h (moved) * uspace/srv/net/udp/udp.c (moved) * uspace/srv/net/udp/udp_inet.c (moved) * uspace/srv/net/udp/udp_inet.h (moved) * uspace/srv/net/udp/udp_type.h (moved) Move network-related servers to srv/net. Tue, 03 Apr 2012 13:21:45 GMT Vojtech Horky [3f0ea0e2] * HelenOS.config (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/msim/Makefile (added) * uspace/app/msim/Makefile.msim.src (added) * uspace/app/msim/config.h.msim (added) * uspace/app/msim/helenos.c (added) * uspace/app/msim/helenos_input.c (added) Start porting MSIM This revision is capable (via config option) to ... Tue, 03 Apr 2012 12:49:27 GMT Maurizio Lombardi [fd37139d] * uspace/Makefile (modified) date: add the date app to the uspace Makefile Sat, 31 Mar 2012 09:56:45 GMT Maurizio Lombardi [5ef13847] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/time/cmos-rtc/Makefile (added) * uspace/drv/time/cmos-rtc/cmos-rtc.c (moved) * uspace/drv/time/cmos-rtc/cmos-rtc.ma (added) RTC: move the rtc driver under drv/time/cmos-rtc Fri, 30 Mar 2012 19:55:01 GMT Jiri Svoboda [66a272f8] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/srv/tcp/pdu.c (modified) * uspace/srv/udp/Makefile (added) * uspace/srv/udp/msg.c (added) * uspace/srv/udp/msg.h (added) * uspace/srv/udp/pdu.c (added) * uspace/srv/udp/pdu.h (added) * uspace/srv/udp/sock.c (added) * uspace/srv/udp/sock.h (added) * uspace/srv/udp/std.h (added) * uspace/srv/udp/udp.c (added) * uspace/srv/udp/udp_inet.c (added) * uspace/srv/udp/udp_inet.h (added) * uspace/srv/udp/udp_type.h (added) Add UDP skeleton. Fri, 30 Mar 2012 08:21:19 GMT Maurizio Lombardi [a2e4889] * uspace/Makefile (modified) * uspace/drv/time/rtc.c (modified) RTC: link the rtc driver to the uspace Makefile and fix some typos Thu, 15 Mar 2012 22:52:33 GMT Jan Vesely [14f8fd4] * abi/include/syscall.h (modified) * boot/Makefile.common (modified) * kernel/arch/amd64/include/context.h (modified) * kernel/arch/arm32/include/context.h (modified) * kernel/arch/ia64/include/context.h (modified) * kernel/arch/mips32/include/context.h (modified) * kernel/arch/mips32/include/stack.h (modified) * kernel/arch/mips32/src/start.S (modified) * kernel/arch/mips64/include/context.h (modified) * kernel/arch/mips64/include/stack.h (modified) * kernel/arch/mips64/src/start.S (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/include/context.h (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/genarch/include/ofw/ofw_tree.h (modified) * kernel/genarch/src/ofw/ofw_tree.c (modified) * kernel/generic/include/context.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/app/mkexfat/Makefile (added) * uspace/app/mkexfat/exfat.h (added) * uspace/app/mkexfat/mkexfat.c (added) * uspace/app/mkexfat/upcase.h (added) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/drv/bus/usb/ehci/Makefile (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (moved) * uspace/drv/bus/usb/ehci/res.h (moved) * uspace/drv/bus/usb/ohci/Makefile (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/res.c (moved) * uspace/drv/bus/usb/ohci/res.h (moved) * uspace/drv/bus/usb/uhci/Makefile (modified) * uspace/drv/bus/usb/uhci/res.c (moved) * uspace/drv/bus/usb/uhci/res.h (moved) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/lib/c/arch/amd64/include/fibril.h (modified) * uspace/lib/c/arch/arm32/include/fibril.h (modified) * uspace/lib/c/arch/ia32/include/fibril.h (modified) * uspace/lib/c/arch/ia64/include/fibril.h (modified) * uspace/lib/c/arch/mips32/Makefile.inc (modified) * uspace/lib/c/arch/mips32/include/atomic.h (modified) * uspace/lib/c/arch/mips32/include/config.h (modified) * uspace/lib/c/arch/mips32/include/faddr.h (modified) * uspace/lib/c/arch/mips32/include/fibril.h (modified) * uspace/lib/c/arch/mips32/include/stack.h (added) * uspace/lib/c/arch/mips32/src/entry.S (moved) * uspace/lib/c/arch/mips32/src/entryjmp.S (moved) * uspace/lib/c/arch/mips32/src/fibril.S (modified) * uspace/lib/c/arch/mips32/src/syscall.c (modified) * uspace/lib/c/arch/mips32/src/thread_entry.S (moved) * uspace/lib/c/arch/mips32eb/Makefile.inc (modified) * uspace/lib/c/arch/mips32eb/include/stack.h (added) * uspace/lib/c/arch/mips64/Makefile.inc (modified) * uspace/lib/c/arch/mips64/include/fibril.h (modified) * uspace/lib/c/arch/mips64/include/stack.h (added) * uspace/lib/c/arch/mips64/src/entry.S (moved) * uspace/lib/c/arch/mips64/src/entryjmp.S (moved) * uspace/lib/c/arch/mips64/src/thread_entry.S (moved) * uspace/lib/c/arch/ppc32/include/fibril.h (modified) * uspace/lib/c/arch/sparc64/include/fibril.h (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_bitmap.h (modified) * uspace/srv/fs/exfat/exfat_dentry.c (modified) * uspace/srv/fs/exfat/exfat_dentry.h (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) Mainline changes with some extra USB fixes. Thu, 15 Mar 2012 17:47:00 GMT Jan Vesely [09a0a8f0] * boot/arch/arm32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/infrastructure/rootamdm37x/Makefile (added) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c (added) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.ma (added) arm32: Add AM/DM37x infrastructure driver.