# # ChangeLog for uspace/Makefile in mainline # # Generated by Trac 1.6 # 2024-11-29T17:52:45Z Tue, 28 Dec 2010 22:18:18 GMT Jiri Svoboda [f4a2d624] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/websrv/Makefile (added) * uspace/app/websrv/websrv.c (added) Add web server skeleton. Sat, 25 Dec 2010 17:14:36 GMT Jakub Jermar [b2d06fa] * boot/Makefile.common (modified) * kernel/arch/amd64/src/amd64.c (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/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/ipc/irq.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/sysinfo/Makefile (added) * uspace/app/sysinfo/sysinfo.c (added) * uspace/app/tester/Makefile (modified) * uspace/app/tester/hw/misc/virtchar1.c (added) * uspace/app/tester/hw/misc/virtchar1.def (added) * uspace/app/tester/ipc/connect.def (deleted) * uspace/app/tester/ipc/register.c (deleted) * uspace/app/tester/ipc/register.def (deleted) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/drv/ns8250/ns8250.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/drv/root/root.c (modified) * uspace/drv/rootpc/rootpc.c (modified) * uspace/drv/rootpc/rootpc.ma (modified) * uspace/drv/rootvirt/devices.def (modified) * uspace/drv/test1/Makefile (modified) * uspace/drv/test1/char.c (moved) * uspace/drv/test1/test1.c (modified) * uspace/drv/test1/test1.h (added) * uspace/lib/c/generic/async_rel.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/devmap.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/devmap.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/packet/generic/packet_server.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) Merge mainline changes. Thu, 23 Dec 2010 23:25:57 GMT Jiri Svoboda [a3eeef45] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/sysinfo/Makefile (added) * uspace/app/sysinfo/sysinfo.c (added) Add sysinfo command to print sysinfo items from userspace. Sat, 18 Dec 2010 19:07:51 GMT Jakub Jermar [59e9398b] * boot/Makefile.common (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * uspace/Makefile (modified) * uspace/srv/hw/netif/dp8390/Makefile (modified) * uspace/srv/net/cfg/Makefile (modified) * uspace/srv/net/cfg/lo.netif_nil_bundle (deleted) * uspace/srv/net/cfg/ne2k.netif_nil_bundle (deleted) * uspace/srv/net/netif/lo/Makefile (modified) * uspace/srv/net/nil/eth/Makefile (modified) * uspace/srv/net/nil/nildummy/Makefile (modified) Remove all traces of CONFIG_NETIF_NIL_BUNDLE configuration option. Wed, 01 Dec 2010 23:59:40 GMT Vojtech Horky [c245f16e] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/drv/rootvirt/devices.def (modified) * uspace/drv/test1/test1.c (modified) * uspace/drv/test1/test1.ma (modified) * uspace/drv/test2/Makefile (added) * uspace/drv/test2/test2.c (added) * uspace/drv/test2/test2.ma (added) Add another test for DDF This test simulates hot-plug as child ... Tue, 30 Nov 2010 12:15:18 GMT Vojtech Horky [1b2981aa] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/drv/rootvirt/devices.def (modified) * uspace/drv/test1/Makefile (added) * uspace/drv/test1/test1.c (added) * uspace/drv/test1/test1.ma (added) Add test1 virtual device The test1 expose bug (deadlock) in devman. Tue, 30 Nov 2010 00:50:25 GMT Vojtech Horky [ab3a851] * boot/arch/arm32/src/main.c (modified) * boot/arch/ia64/src/main.c (modified) * boot/arch/mips32/include/arch.h (modified) * boot/arch/mips32/src/main.c (modified) * boot/arch/ppc32/src/main.c (modified) * boot/arch/sparc64/src/main.c (modified) * boot/genarch/src/ofw.c (modified) * boot/generic/include/printf.h (modified) * boot/generic/include/stdint.h (modified) * boot/generic/include/typedefs.h (modified) * boot/generic/src/printf_core.c (modified) * contrib/conf/msim.conf (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/istate.h (modified) * kernel/arch/abs32le/include/mm/as.h (modified) * kernel/arch/abs32le/include/mm/page.h (modified) * kernel/arch/abs32le/include/types.h (modified) * kernel/arch/amd64/include/context.h (modified) * kernel/arch/amd64/include/context_offset.h (modified) * kernel/arch/amd64/include/cpu.h (modified) * kernel/arch/amd64/include/debugger.h (modified) * kernel/arch/amd64/include/istate.h (modified) * kernel/arch/amd64/include/mm/as.h (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/amd64/include/pm.h (modified) * kernel/arch/amd64/include/types.h (modified) * kernel/arch/amd64/src/boot/memmap.c (modified) * kernel/arch/amd64/src/cpu/cpu.c (modified) * kernel/arch/amd64/src/debugger.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/arm32/include/types.h (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/mm/page.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/arch/ia32/include/boot/boot.h (modified) * kernel/arch/ia32/include/boot/memmap.h (modified) * kernel/arch/ia32/include/context.h (modified) * kernel/arch/ia32/include/context_offset.h (modified) * kernel/arch/ia32/include/cpu.h (modified) * kernel/arch/ia32/include/drivers/i8259.h (modified) * kernel/arch/ia32/include/istate.h (modified) * kernel/arch/ia32/include/mm/as.h (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32/include/smp/ap.h (modified) * kernel/arch/ia32/include/smp/apic.h (modified) * kernel/arch/ia32/include/types.h (modified) * kernel/arch/ia32/src/bios/bios.c (modified) * kernel/arch/ia32/src/boot/memmap.c (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/debug/stacktrace.c (modified) * kernel/arch/ia32/src/drivers/i8254.c (modified) * kernel/arch/ia32/src/drivers/i8259.c (modified) * kernel/arch/ia32/src/drivers/vesa.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/mm/frame.c (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/smp/mps.c (modified) * kernel/arch/ia64/include/types.h (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/mips32/include/types.h (modified) * kernel/arch/mips32/src/cache.c (modified) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/mips32/src/smp/dorder.c (modified) * kernel/arch/ppc32/include/types.h (modified) * kernel/arch/ppc32/src/cpu/cpu.c (modified) * kernel/arch/ppc32/src/interrupt.c (modified) * kernel/arch/ppc32/src/mm/frame.c (modified) * kernel/arch/ppc32/src/mm/page.c (modified) * kernel/arch/ppc32/src/mm/tlb.c (modified) * kernel/arch/sparc64/include/types.h (modified) * kernel/arch/sparc64/src/console.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/sun4v/md.c (modified) * kernel/arch/sparc64/src/trap/sun4v/interrupt.c (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/include/panic.h (modified) * kernel/generic/include/print.h (modified) * kernel/generic/include/stdint.h (modified) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/include/sysinfo/abi.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/debug/debug.c (modified) * kernel/generic/src/debug/panic.c (modified) * kernel/generic/src/debug/stacktrace.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/main/kinit.c (modified) * kernel/generic/src/main/main.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/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/synch/spinlock.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/test/avltree/avltree1.c (modified) * kernel/test/fpu/fpu1_ia64.c (modified) * kernel/test/fpu/fpu1_x86.c (modified) * kernel/test/fpu/sse1.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/mapping1.c (modified) * kernel/test/print/print1.c (modified) * kernel/test/print/print2.c (modified) * kernel/test/print/print4.c (modified) * kernel/test/print/print5.c (added) * kernel/test/print/print5.def (added) * kernel/test/synch/semaphore1.c (modified) * kernel/test/test.c (modified) * kernel/test/test.h (modified) * kernel/test/thread/thread1.c (modified) * tools/autotool.py (modified) * uspace/Makefile (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/app/bdsh/cmds/modules/unmount/unmount.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/redir/redir.c (modified) * uspace/app/stats/stats.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tasks/tasks.c (modified) * uspace/app/test_serial/Makefile (deleted) * uspace/app/tester/Makefile (modified) * uspace/app/tester/hw/serial/serial1.c (moved) * uspace/app/tester/hw/serial/serial1.def (added) * uspace/app/tester/ipc/ping_pong.c (modified) * uspace/app/tester/ipc/register.c (modified) * uspace/app/tester/print/print1.c (modified) * uspace/app/tester/print/print2.c (modified) * uspace/app/tester/print/print4.c (modified) * uspace/app/tester/print/print5.c (added) * uspace/app/tester/print/print5.def (added) * uspace/app/tester/stdio/stdio1.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/tester/thread/thread1.c (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/top/screen.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/trace.c (modified) * uspace/drv/isa/isa.c (modified) * uspace/drv/ns8250/ns8250.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/drv/root/root.c (modified) * uspace/drv/rootpc/rootpc.c (modified) * uspace/drv/rootvirt/rootvirt.c (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/block/libblock.h (modified) * uspace/lib/c/arch/abs32le/include/inttypes.h (modified) * uspace/lib/c/arch/amd64/include/inttypes.h (modified) * uspace/lib/c/arch/arm32/include/inttypes.h (modified) * uspace/lib/c/arch/ia32/include/inttypes.h (modified) * uspace/lib/c/arch/ia64/include/inttypes.h (modified) * uspace/lib/c/arch/mips32/include/inttypes.h (modified) * uspace/lib/c/arch/ppc32/include/inttypes.h (modified) * uspace/lib/c/arch/sparc64/include/inttypes.h (modified) * uspace/lib/c/generic/device/char.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/assert.h (modified) * uspace/lib/c/include/device/char.h (modified) * uspace/lib/c/include/err.h (modified) * uspace/lib/c/include/malloc.h (modified) * uspace/lib/c/include/stdint.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/sys/typefmt.h (modified) * uspace/lib/c/include/sys/types.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/clip/clip.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gcons.c (modified) * uspace/srv/hid/fb/serial_console.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/cir/fhc/fhc.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/taskmon/taskmon.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Merge mainline changes Local changes: fixed printf related warnings Tue, 30 Nov 2010 00:38:54 GMT Vojtech Horky [178673c] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/ns8250/ns8250.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/drv/rootia32/rootia32.ma (deleted) * uspace/drv/rootpc/Makefile (moved) * uspace/drv/rootpc/rootpc.c (moved) * uspace/drv/rootpc/rootpc.ma (added) rootia32 driver works for amd64 as well The driver was renamed to ... Tue, 30 Nov 2010 00:24:42 GMT Vojtech Horky [6f9e7fea] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/drv/root/root.c (modified) * uspace/drv/rootvirt/Makefile (added) * uspace/drv/rootvirt/devices.def (added) * uspace/drv/rootvirt/rootvirt.c (added) * uspace/drv/rootvirt/rootvirt.ma (added) Add root virtual device driver The driver is meant as a simple way ... Fri, 26 Nov 2010 13:31:59 GMT Martin Decky [ffdd2b9] * uspace/Makefile (modified) * uspace/app/test_serial/Makefile (deleted) * uspace/app/tester/Makefile (modified) * uspace/app/tester/hw/serial/serial1.c (moved) * uspace/app/tester/hw/serial/serial1.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) integrate standalone test_serial into the tester framework Fri, 19 Nov 2010 21:49:41 GMT Jiri Svoboda [cc3c2a1c] * uspace/Makefile (modified) * uspace/app/netstart/Makefile (deleted) * uspace/app/netstart/netstart.c (deleted) * uspace/srv/net/net/net.c (modified) Remove netstart. Start networking just with 'net'. Tue, 02 Nov 2010 22:50:13 GMT Jakub Jermar [ef4b112] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/netstart/Makefile (moved) * uspace/app/netstart/netstart.c (moved) netstart is an app, not a srv; move it accordingly. Thu, 21 Oct 2010 19:23:23 GMT Jakub Jermar [a79d88d] * boot/Makefile (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/drv/isa/Makefile (moved) * uspace/drv/isa/isa.c (moved) * uspace/drv/isa/isa.dev (moved) * uspace/drv/isa/isa.ma (moved) * uspace/drv/ns8250/Makefile (moved) * uspace/drv/ns8250/cyclic_buffer.h (moved) * uspace/drv/ns8250/ns8250.c (moved) * uspace/drv/ns8250/ns8250.ma (moved) * uspace/drv/pciintel/Makefile (moved) * uspace/drv/pciintel/pci.c (moved) * uspace/drv/pciintel/pci.h (moved) * uspace/drv/pciintel/pci_regs.h (moved) * uspace/drv/pciintel/pciintel.ma (moved) * uspace/drv/root/Makefile (moved) * uspace/drv/root/root.c (moved) * uspace/drv/root/root.ma (moved) * uspace/drv/rootia32/Makefile (moved) * uspace/drv/rootia32/rootia32.c (moved) * uspace/drv/rootia32/rootia32.ma (moved) * uspace/srv/devman/main.c (modified) Move the device driver framework drivers under "uspace/drv" in the ... Wed, 20 Oct 2010 20:05:12 GMT Jakub Jermar [2e7f392b] * uspace/Makefile (modified) * uspace/app/shutters/Makefile (deleted) * uspace/app/shutters/shutters.c (deleted) Remove the shutters application. Wed, 20 Oct 2010 19:44:51 GMT Jakub Jermar [78a9e5ef] * contrib/arch/uspace/srv/pci/pci.adl (deleted) * contrib/arch/uspace/srv/pci/pci.bp (deleted) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/lspci/COPYING (deleted) * uspace/app/lspci/Makefile (deleted) * uspace/app/lspci/libpci/Makefile (deleted) * uspace/app/lspci/libpci/VERSION (deleted) * uspace/app/lspci/libpci/access.c (deleted) * uspace/app/lspci/libpci/generic.c (deleted) * uspace/app/lspci/libpci/header.h (deleted) * uspace/app/lspci/libpci/i386-ports.c (deleted) * uspace/app/lspci/libpci/internal.h (deleted) * uspace/app/lspci/libpci/names.c (deleted) * uspace/app/lspci/libpci/pci.h (deleted) * uspace/app/lspci/libpci/pci_ids.h (deleted) * uspace/app/lspci/libpci/sysdep.h (deleted) * uspace/app/lspci/libpci/types.h (deleted) * uspace/app/lspci/libpci/us2.c (deleted) * uspace/app/lspci/pci.c (deleted) * uspace/app/lspci/update-ids (deleted) * uspace/lib/pci/COPYING (deleted) * uspace/lib/pci/Makefile (deleted) * uspace/lib/pci/VERSION (deleted) * uspace/lib/pci/access.c (deleted) * uspace/lib/pci/generic.c (deleted) * uspace/lib/pci/header.h (deleted) * uspace/lib/pci/i386-ports.c (deleted) * uspace/lib/pci/internal.h (deleted) * uspace/lib/pci/names.c (deleted) * uspace/lib/pci/pci.h (deleted) * uspace/lib/pci/pci_ids.h (deleted) * uspace/lib/pci/sysdep.h (deleted) * uspace/lib/pci/types.h (deleted) * uspace/srv/hw/bus/pci/Makefile (deleted) * uspace/srv/hw/bus/pci/pci.c (deleted) * uspace/srv/hw/bus/pci/update-ids (deleted) Remove libpci and its offsprings. Wed, 20 Oct 2010 19:30:54 GMT Jakub Jermar [04cb68f2] * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/init/init.c (modified) * uspace/app/lspci/COPYING (added) * uspace/app/lspci/Makefile (added) * uspace/app/lspci/libpci/Makefile (added) * uspace/app/lspci/libpci/VERSION (added) * uspace/app/lspci/libpci/access.c (added) * uspace/app/lspci/libpci/generic.c (added) * uspace/app/lspci/libpci/header.h (added) * uspace/app/lspci/libpci/i386-ports.c (added) * uspace/app/lspci/libpci/internal.h (added) * uspace/app/lspci/libpci/names.c (added) * uspace/app/lspci/libpci/pci.h (added) * uspace/app/lspci/libpci/pci_ids.h (added) * uspace/app/lspci/libpci/sysdep.h (added) * uspace/app/lspci/libpci/types.h (added) * uspace/app/lspci/libpci/us2.c (added) * uspace/app/lspci/pci.c (added) * uspace/app/lspci/update-ids (added) * uspace/app/shutters/Makefile (added) * uspace/app/shutters/shutters.c (added) * uspace/app/test_serial/Makefile (added) * uspace/app/test_serial/test_serial.c (added) * uspace/app/trace/syscalls.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/char.c (added) * uspace/lib/c/generic/device/hw_res.c (added) * uspace/lib/c/generic/devman.c (added) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/device/char.h (added) * uspace/lib/c/include/device/hw_res.h (added) * uspace/lib/c/include/devman.h (added) * uspace/lib/c/include/ipc/dev_iface.h (added) * uspace/lib/c/include/ipc/devman.h (added) * uspace/lib/c/include/ipc/driver.h (added) * uspace/lib/c/include/ipc/serial.h (added) * uspace/lib/c/include/ipc/serial_ctl.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/drv/Makefile (added) * uspace/lib/drv/generic/dev_iface.c (added) * uspace/lib/drv/generic/driver.c (added) * uspace/lib/drv/generic/remote_char.c (added) * uspace/lib/drv/generic/remote_res.c (added) * uspace/lib/drv/include/char.h (added) * uspace/lib/drv/include/dev_iface.h (added) * uspace/lib/drv/include/driver.h (added) * uspace/lib/drv/include/remote_char.h (added) * uspace/lib/drv/include/remote_res.h (added) * uspace/lib/drv/include/resource.h (added) * uspace/srv/dd/Makefile (added) * uspace/srv/dd/intel_method1.c (added) * uspace/srv/dd/intel_piix3.c (added) * uspace/srv/dd/intel_piix3.h (added) * uspace/srv/dd/isa.c (added) * uspace/srv/dd/isa.h (added) * uspace/srv/dd/main.c (added) * uspace/srv/dd/pci.c (added) * uspace/srv/dd/pci.h (added) * uspace/srv/dd/pci_bus.h (added) * uspace/srv/dd/pci_conf.h (added) * uspace/srv/dd/pci_regs.h (added) * uspace/srv/dd/pic.c (added) * uspace/srv/dd/pic.h (added) * uspace/srv/dd/psycho.c (added) * uspace/srv/dd/serial.c (added) * uspace/srv/dd/serial.h (added) * uspace/srv/devman/Makefile (added) * uspace/srv/devman/devman.c (added) * uspace/srv/devman/devman.h (added) * uspace/srv/devman/main.c (added) * uspace/srv/devman/match.c (added) * uspace/srv/devman/util.c (added) * uspace/srv/devman/util.h (added) * uspace/srv/drivers/isa/Makefile (added) * uspace/srv/drivers/isa/isa.c (added) * uspace/srv/drivers/isa/isa.dev (added) * uspace/srv/drivers/isa/isa.ma (added) * uspace/srv/drivers/ns8250/Makefile (added) * uspace/srv/drivers/ns8250/cyclic_buffer.h (added) * uspace/srv/drivers/ns8250/ns8250.c (added) * uspace/srv/drivers/ns8250/ns8250.ma (added) * uspace/srv/drivers/pciintel/Makefile (added) * uspace/srv/drivers/pciintel/pci.c (added) * uspace/srv/drivers/pciintel/pci.h (added) * uspace/srv/drivers/pciintel/pci_regs.h (added) * uspace/srv/drivers/pciintel/pciintel.ma (added) * uspace/srv/drivers/root/Makefile (added) * uspace/srv/drivers/root/root.c (added) * uspace/srv/drivers/root/root.ma (added) * uspace/srv/drivers/rootia32/Makefile (added) * uspace/srv/drivers/rootia32/rootia32.c (added) * uspace/srv/drivers/rootia32/rootia32.ma (added) Merge from lp:~helenos-dd/helenos/dd. Thu, 14 Oct 2010 22:06:53 GMT Jakub Jermar [f63a591d] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/netecho/Makefile (modified) * uspace/app/nettest1/Makefile (modified) * uspace/app/nettest2/Makefile (modified) * uspace/app/ping/Makefile (modified) * uspace/lib/net/Makefile (modified) * uspace/lib/net/netif/netif_local.c (modified) * uspace/lib/packet/Makefile (moved) * uspace/lib/packet/generic/packet_server.c (moved) * uspace/lib/packet/include/packet_local.h (moved) * uspace/lib/packet/include/packet_server.h (moved) * uspace/srv/hw/netif/dp8390/Makefile (modified) * uspace/srv/net/il/arp/Makefile (modified) * uspace/srv/net/il/ip/Makefile (modified) * uspace/srv/net/net/Makefile (modified) * uspace/srv/net/net/net_standalone.c (modified) * uspace/srv/net/netif/lo/Makefile (modified) * uspace/srv/net/netstart/Makefile (modified) * uspace/srv/net/nil/eth/Makefile (modified) * uspace/srv/net/nil/nildummy/Makefile (modified) * uspace/srv/net/tl/icmp/Makefile (modified) * uspace/srv/net/tl/tcp/Makefile (modified) * uspace/srv/net/tl/udp/Makefile (modified) Rename what remained of libsocket to libpacket. Thu, 12 Aug 2010 20:49:37 GMT Jiri Svoboda [527298a] * boot/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/srv/hid/s3c24xx_ts/Makefile (added) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (added) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h (added) GTA02 touchscreen driver (no dragging detection). Tue, 27 Jul 2010 19:00:20 GMT Jiri Svoboda [a9b5b5f] * boot/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/srv/hid/kbd/Makefile (modified) * uspace/srv/hid/kbd/port/chardev.c (modified) * uspace/srv/hw/char/s3c24xx_uart/Makefile (added) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (added) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.h (added) Userspace S3C24xx UART driver. Use for kbd input from gta02 serial ... Fri, 21 May 2010 07:50:04 GMT Lenka Trochtova [c47e1a8] * HelenOS.config (modified) * Makefile (modified) * boot/Makefile (modified) * boot/Makefile.build (added) * boot/Makefile.common (modified) * boot/Makefile.grub (moved) * boot/Makefile.silo (added) * boot/Makefile.yaboot (moved) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/_link.ld.in (added) * boot/arch/arm32/include/arch.h (added) * boot/arch/arm32/include/asm.h (moved) * boot/arch/arm32/include/main.h (added) * boot/arch/arm32/include/mm.h (added) * boot/arch/arm32/include/types.h (moved) * boot/arch/arm32/loader/Makefile.build (deleted) * boot/arch/arm32/loader/Makefile.common (deleted) * boot/arch/arm32/loader/Makefile.toolchain (deleted) * boot/arch/arm32/loader/_link.ld.in (deleted) * boot/arch/arm32/loader/asm.S (deleted) * boot/arch/arm32/loader/main.c (deleted) * boot/arch/arm32/loader/mm.c (deleted) * boot/arch/arm32/loader/mm.h (deleted) * boot/arch/arm32/src/asm.S (moved) * boot/arch/arm32/src/main.c (added) * boot/arch/arm32/src/mm.c (added) * boot/arch/arm32/src/putchar.c (moved) * boot/arch/ia32/grub (deleted) * boot/arch/ia64/loader/Makefile (deleted) * boot/arch/ia64/loader/Makefile.build (deleted) * boot/arch/ia64/loader/Makefile.toolchain (deleted) * boot/arch/ia64/loader/_link.ld.in (deleted) * boot/arch/ia64/loader/gefi/ChangeLog (deleted) * boot/arch/ia64/loader/gefi/HelenOS/Makefile (deleted) * boot/arch/ia64/loader/gefi/HelenOS/division.c (deleted) * boot/arch/ia64/loader/gefi/HelenOS/division.h (deleted) * boot/arch/ia64/loader/gefi/HelenOS/hello.c (deleted) * boot/arch/ia64/loader/gefi/HelenOS/mkimage.c (deleted) * boot/arch/ia64/loader/gefi/Make.defaults (deleted) * boot/arch/ia64/loader/gefi/Make.rules (deleted) * boot/arch/ia64/loader/gefi/Makefile (deleted) * boot/arch/ia64/loader/gefi/README.efilib (deleted) * boot/arch/ia64/loader/gefi/README.elilo (deleted) * boot/arch/ia64/loader/gefi/README.gnuefi (deleted) * boot/arch/ia64/loader/gefi/apps/Makefile (deleted) * boot/arch/ia64/loader/gefi/apps/printenv.c (deleted) * boot/arch/ia64/loader/gefi/apps/t.c (deleted) * boot/arch/ia64/loader/gefi/apps/t2.c (deleted) * boot/arch/ia64/loader/gefi/apps/t3.c (deleted) * boot/arch/ia64/loader/gefi/apps/t4.c (deleted) * boot/arch/ia64/loader/gefi/apps/t5.c (deleted) * boot/arch/ia64/loader/gefi/apps/t6.c (deleted) * boot/arch/ia64/loader/gefi/apps/t7.c (deleted) * boot/arch/ia64/loader/gefi/apps/tpause.c (deleted) * boot/arch/ia64/loader/gefi/apps/trivial.S (deleted) * boot/arch/ia64/loader/gefi/gnuefi/Makefile (deleted) * boot/arch/ia64/loader/gefi/gnuefi/crt0-efi-ia32.S (deleted) * boot/arch/ia64/loader/gefi/gnuefi/crt0-efi-ia64.S (deleted) * boot/arch/ia64/loader/gefi/gnuefi/elf_ia32_efi.lds (deleted) * boot/arch/ia64/loader/gefi/gnuefi/elf_ia64_efi.lds (deleted) * boot/arch/ia64/loader/gefi/gnuefi/reloc_ia32.c (deleted) * boot/arch/ia64/loader/gefi/gnuefi/reloc_ia64.S (deleted) * boot/arch/ia64/loader/gefi/inc/Makefile (deleted) * boot/arch/ia64/loader/gefi/inc/efi.h (deleted) * boot/arch/ia64/loader/gefi/inc/efi_nii.h (deleted) * boot/arch/ia64/loader/gefi/inc/efi_pxe.h (deleted) * boot/arch/ia64/loader/gefi/inc/efiapi.h (deleted) * boot/arch/ia64/loader/gefi/inc/eficon.h (deleted) * boot/arch/ia64/loader/gefi/inc/efidebug.h (deleted) * boot/arch/ia64/loader/gefi/inc/efidef.h (deleted) * boot/arch/ia64/loader/gefi/inc/efidevp.h (deleted) * boot/arch/ia64/loader/gefi/inc/efierr.h (deleted) * boot/arch/ia64/loader/gefi/inc/efifs.h (deleted) * boot/arch/ia64/loader/gefi/inc/efigpt.h (deleted) * boot/arch/ia64/loader/gefi/inc/efilib.h (deleted) * boot/arch/ia64/loader/gefi/inc/efilink.h (deleted) * boot/arch/ia64/loader/gefi/inc/efinet.h (deleted) * boot/arch/ia64/loader/gefi/inc/efipart.h (deleted) * boot/arch/ia64/loader/gefi/inc/efiprot.h (deleted) * boot/arch/ia64/loader/gefi/inc/efipxebc.h (deleted) * boot/arch/ia64/loader/gefi/inc/efirtlib.h (deleted) * boot/arch/ia64/loader/gefi/inc/efiser.h (deleted) * boot/arch/ia64/loader/gefi/inc/efistdarg.h (deleted) * boot/arch/ia64/loader/gefi/inc/efiui.h (deleted) * boot/arch/ia64/loader/gefi/inc/ia32/efibind.h (deleted) * boot/arch/ia64/loader/gefi/inc/ia32/efilibplat.h (deleted) * boot/arch/ia64/loader/gefi/inc/ia32/pe.h (deleted) * boot/arch/ia64/loader/gefi/inc/ia64/efibind.h (deleted) * boot/arch/ia64/loader/gefi/inc/ia64/efilibplat.h (deleted) * boot/arch/ia64/loader/gefi/inc/ia64/pe.h (deleted) * boot/arch/ia64/loader/gefi/inc/ia64/salproc.h (deleted) * boot/arch/ia64/loader/gefi/inc/inc.mak (deleted) * boot/arch/ia64/loader/gefi/inc/libsmbios.h (deleted) * boot/arch/ia64/loader/gefi/inc/make.inf (deleted) * boot/arch/ia64/loader/gefi/inc/makefile.hdr (deleted) * boot/arch/ia64/loader/gefi/inc/pci22.h (deleted) * boot/arch/ia64/loader/gefi/inc/protocol/adapterdebug.h (deleted) * boot/arch/ia64/loader/gefi/inc/protocol/eficonsplit.h (deleted) * boot/arch/ia64/loader/gefi/inc/protocol/efidbg.h (deleted) * boot/arch/ia64/loader/gefi/inc/protocol/efivar.h (deleted) * boot/arch/ia64/loader/gefi/inc/protocol/ia64/eficontext.h (deleted) * boot/arch/ia64/loader/gefi/inc/protocol/intload.h (deleted) * boot/arch/ia64/loader/gefi/inc/protocol/legacyboot.h (deleted) * boot/arch/ia64/loader/gefi/inc/protocol/make.inf (deleted) * boot/arch/ia64/loader/gefi/inc/protocol/makefile.hdr (deleted) * boot/arch/ia64/loader/gefi/inc/protocol/piflash64.h (deleted) * boot/arch/ia64/loader/gefi/inc/protocol/readme.txt (deleted) * boot/arch/ia64/loader/gefi/inc/protocol/vgaclass.h (deleted) * boot/arch/ia64/loader/gefi/inc/romload.h (deleted) * boot/arch/ia64/loader/gefi/lib/Makefile (deleted) * boot/arch/ia64/loader/gefi/lib/boxdraw.c (deleted) * boot/arch/ia64/loader/gefi/lib/console.c (deleted) * boot/arch/ia64/loader/gefi/lib/crc.c (deleted) * boot/arch/ia64/loader/gefi/lib/data.c (deleted) * boot/arch/ia64/loader/gefi/lib/debug.c (deleted) * boot/arch/ia64/loader/gefi/lib/dpath.c (deleted) * boot/arch/ia64/loader/gefi/lib/error.c (deleted) * boot/arch/ia64/loader/gefi/lib/event.c (deleted) * boot/arch/ia64/loader/gefi/lib/guid.c (deleted) * boot/arch/ia64/loader/gefi/lib/hand.c (deleted) * boot/arch/ia64/loader/gefi/lib/hw.c (deleted) * boot/arch/ia64/loader/gefi/lib/ia32/initplat.c (deleted) * boot/arch/ia64/loader/gefi/lib/ia32/math.c (deleted) * boot/arch/ia64/loader/gefi/lib/ia64/initplat.c (deleted) * boot/arch/ia64/loader/gefi/lib/ia64/math.c (deleted) * boot/arch/ia64/loader/gefi/lib/ia64/palproc.S (deleted) * boot/arch/ia64/loader/gefi/lib/ia64/palproc.h (deleted) * boot/arch/ia64/loader/gefi/lib/ia64/salpal.c (deleted) * boot/arch/ia64/loader/gefi/lib/init.c (deleted) * boot/arch/ia64/loader/gefi/lib/lib.h (deleted) * boot/arch/ia64/loader/gefi/lib/lock.c (deleted) * boot/arch/ia64/loader/gefi/lib/misc.c (deleted) * boot/arch/ia64/loader/gefi/lib/print.c (deleted) * boot/arch/ia64/loader/gefi/lib/runtime/efirtlib.c (deleted) * boot/arch/ia64/loader/gefi/lib/runtime/rtdata.c (deleted) * boot/arch/ia64/loader/gefi/lib/runtime/rtlock.c (deleted) * boot/arch/ia64/loader/gefi/lib/runtime/rtstr.c (deleted) * boot/arch/ia64/loader/gefi/lib/runtime/vm.c (deleted) * boot/arch/ia64/loader/gefi/lib/smbios.c (deleted) * boot/arch/ia64/loader/gefi/lib/sread.c (deleted) * boot/arch/ia64/loader/gefi/lib/str.c (deleted) * boot/arch/ia64/loader/main.c (deleted) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/_link.ld.in (added) * boot/arch/mips32/include/arch.h (moved) * boot/arch/mips32/include/asm.h (moved) * boot/arch/mips32/include/main.h (moved) * boot/arch/mips32/include/regname.h (moved) * boot/arch/mips32/include/types.h (added) * boot/arch/mips32/loader/main.c (deleted) * boot/arch/mips32/src/Makefile (moved) * boot/arch/mips32/src/Makefile.build (moved) * boot/arch/mips32/src/Makefile.common (moved) * boot/arch/mips32/src/Makefile.toolchain (moved) * boot/arch/mips32/src/asm.S (added) * boot/arch/mips32/src/boot.S (moved) * boot/arch/mips32/src/main.c (added) * boot/arch/mips32/src/msim.h (moved) * boot/arch/mips32/src/putchar.c (added) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/ppc32/_link.ld.in (moved) * boot/arch/ppc32/include/arch.h (moved) * boot/arch/ppc32/include/asm.h (moved) * boot/arch/ppc32/include/main.h (moved) * boot/arch/ppc32/include/ofw.h (moved) * boot/arch/ppc32/include/regname.h (moved) * boot/arch/ppc32/include/types.h (moved) * boot/arch/ppc32/loader/Makefile (deleted) * boot/arch/ppc32/loader/Makefile.build (deleted) * boot/arch/ppc32/loader/Makefile.common (deleted) * boot/arch/ppc32/loader/Makefile.toolchain (deleted) * boot/arch/ppc32/loader/main.c (deleted) * boot/arch/ppc32/src/asm.S (moved) * boot/arch/ppc32/src/main.c (added) * boot/arch/ppc32/src/ofw.c (moved) * boot/arch/sparc64/Makefile.inc (modified) * boot/arch/sparc64/_link.ld.in (moved) * boot/arch/sparc64/include/arch.h (added) * boot/arch/sparc64/include/asm.h (moved) * boot/arch/sparc64/include/main.h (added) * boot/arch/sparc64/include/ofw.h (moved) * boot/arch/sparc64/include/types.h (moved) * boot/arch/sparc64/loader/Makefile (deleted) * boot/arch/sparc64/loader/Makefile.build (deleted) * boot/arch/sparc64/loader/Makefile.common (deleted) * boot/arch/sparc64/loader/Makefile.toolchain (deleted) * boot/arch/sparc64/loader/_link.ld.in (deleted) * boot/arch/sparc64/loader/boot.S (deleted) * boot/arch/sparc64/loader/main.c (deleted) * boot/arch/sparc64/silo/silo.conf (deleted) * boot/arch/sparc64/src/asm.S (moved) * boot/arch/sparc64/src/main.c (added) * boot/arch/sparc64/src/ofw.c (moved) * boot/doc/doxygroups.h (deleted) * boot/genarch/division.c (deleted) * boot/genarch/include/division.h (added) * boot/genarch/include/multiplication.h (added) * boot/genarch/include/ofw.h (moved) * boot/genarch/include/ofw_tree.h (moved) * boot/genarch/include/softint (deleted) * boot/genarch/ofw.c (deleted) * boot/genarch/src/division.c (added) * boot/genarch/src/multiplication.c (added) * boot/genarch/src/ofw.c (added) * boot/genarch/src/ofw_tree.c (moved) * boot/generic/genarch (deleted) * boot/generic/include/align.h (moved) * boot/generic/include/balloc.h (moved) * boot/generic/include/errno.h (added) * boot/generic/include/halt.h (moved) * boot/generic/include/inflate.h (added) * boot/generic/include/macros.h (moved) * boot/generic/include/memstr.h (moved) * boot/generic/include/printf.h (moved) * boot/generic/include/printf_core.h (added) * boot/generic/include/putchar.h (moved) * boot/generic/include/stdarg.h (moved) * boot/generic/include/str.h (added) * boot/generic/include/typedefs.h (added) * boot/generic/include/version.h (added) * boot/generic/printf.c (deleted) * boot/generic/src/balloc.c (moved) * boot/generic/src/inflate.c (added) * boot/generic/src/printf.c (moved) * boot/generic/src/printf_core.c (added) * boot/generic/src/str.c (added) * boot/generic/src/version.c (added) * boot/generic/src/vprintf.c (added) * boot/generic/string.c (deleted) * boot/grub/COPYING (moved) * boot/grub/README (moved) * boot/grub/stage2_eltorito (moved) * boot/silo/COPYING (moved) * boot/silo/README (moved) * boot/silo/a.out/isofs.b (added) * boot/silo/a.out/second.b (added) * boot/silo/raw/isofs.b (added) * boot/silo/raw/second.b (added) * boot/silo/silo.conf (added) * boot/silo/silo.patched.tar.gz (moved) * boot/silo/silo.tar.gz (moved) * boot/tools/pack.py (deleted) * boot/yaboot/COPYING (moved) * boot/yaboot/README (moved) * boot/yaboot/bootinfo.txt (moved) * boot/yaboot/maps (moved) * boot/yaboot/ofboot.b (moved) * boot/yaboot/yaboot (moved) * boot/yaboot/yaboot.conf (moved) * contrib/bazaar/bzreml/__init__.py (added) * contrib/bazaar/bzreml/setup.py (added) * contrib/bazaar/mbprotect/__init__.py (modified) * contrib/conf/arm32-qe.sh (added) * contrib/conf/msim.conf (modified) * contrib/conf/net-qe.bat (added) * contrib/conf/net-qe.sh (added) * contrib/conf/pearpc.conf (deleted) * contrib/tools/download_and_patch_silo.sh (moved) * contrib/tools/gen_vga323.c (moved) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/sparc64/niagara/Makefile.config (added) * defaults/sparc64/serengeti/Makefile.config (modified) * defaults/sparc64/ultra/Makefile.config (moved) * defaults/sparc64/us3/Makefile.config (deleted) * defaults/special/Makefile.config (modified) * defaults/special/abs32le/Makefile.config (modified) * kernel/Makefile (modified) * kernel/Makefile.build (deleted) * kernel/Makefile.common (deleted) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/abs32le/include/asm.h (modified) * kernel/arch/abs32le/include/atomic.h (modified) * kernel/arch/abs32le/include/barrier.h (modified) * kernel/arch/abs32le/include/context.h (modified) * kernel/arch/abs32le/include/context_offset.h (modified) * kernel/arch/abs32le/include/faddr.h (modified) * kernel/arch/abs32le/include/fpu_context.h (modified) * kernel/arch/abs32le/include/interrupt.h (modified) * kernel/arch/abs32le/include/memstr.h (modified) * kernel/arch/abs32le/include/mm/asid.h (modified) * kernel/arch/abs32le/include/mm/frame.h (modified) * kernel/arch/abs32le/include/mm/page.h (modified) * kernel/arch/abs32le/include/proc/task.h (modified) * kernel/arch/abs32le/include/proc/thread.h (modified) * kernel/arch/abs32le/include/types.h (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/abs32le/src/cpu/cpu.c (modified) * kernel/arch/abs32le/src/ddi/ddi.c (added) * kernel/arch/abs32le/src/debug/stacktrace.c (modified) * kernel/arch/abs32le/src/mm/page.c (modified) * kernel/arch/abs32le/src/mm/tlb.c (modified) * kernel/arch/abs32le/src/smp/ipi.c (added) * kernel/arch/abs32le/src/smp/smp.c (added) * kernel/arch/abs32le/src/userspace.c (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/asm.h (modified) * kernel/arch/amd64/include/atomic.h (modified) * kernel/arch/amd64/include/context.h (modified) * kernel/arch/amd64/include/cpuid.h (modified) * kernel/arch/amd64/include/debugger.h (modified) * kernel/arch/amd64/include/faddr.h (modified) * kernel/arch/amd64/include/interrupt.h (modified) * kernel/arch/amd64/include/memstr.h (modified) * kernel/arch/amd64/include/mm/frame.h (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/amd64/include/pm.h (modified) * kernel/arch/amd64/include/proc/task.h (modified) * kernel/arch/amd64/include/types.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/cpu/cpu.c (modified) * kernel/arch/amd64/src/ddi/ddi.c (modified) * kernel/arch/amd64/src/debug/stacktrace.c (modified) * kernel/arch/amd64/src/debugger.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/proc/task.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/_link.ld.in (modified) * kernel/arch/arm32/include/arch.h (modified) * kernel/arch/arm32/include/asm.h (modified) * kernel/arch/arm32/include/atomic.h (modified) * kernel/arch/arm32/include/context.h (modified) * kernel/arch/arm32/include/cpu.h (modified) * kernel/arch/arm32/include/exception.h (modified) * kernel/arch/arm32/include/faddr.h (modified) * kernel/arch/arm32/include/fpu_context.h (modified) * kernel/arch/arm32/include/interrupt.h (modified) * kernel/arch/arm32/include/machine_func.h (modified) * kernel/arch/arm32/include/memstr.h (modified) * kernel/arch/arm32/include/mm/asid.h (modified) * kernel/arch/arm32/include/mm/frame.h (modified) * kernel/arch/arm32/include/mm/page_fault.h (modified) * kernel/arch/arm32/include/ras.h (modified) * kernel/arch/arm32/include/types.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/ddi/ddi.c (modified) * kernel/arch/arm32/src/debug/stacktrace.c (modified) * kernel/arch/arm32/src/dummy.S (modified) * kernel/arch/arm32/src/mm/page.c (modified) * kernel/arch/arm32/src/mm/tlb.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/asm.h (modified) * kernel/arch/ia32/include/atomic.h (modified) * kernel/arch/ia32/include/bios/bios.h (modified) * kernel/arch/ia32/include/boot/memmap.h (modified) * kernel/arch/ia32/include/context.h (modified) * kernel/arch/ia32/include/cpuid.h (modified) * kernel/arch/ia32/include/drivers/i8254.h (modified) * kernel/arch/ia32/include/drivers/i8259.h (modified) * kernel/arch/ia32/include/drivers/vesa.h (modified) * kernel/arch/ia32/include/faddr.h (modified) * kernel/arch/ia32/include/fpu_context.h (modified) * kernel/arch/ia32/include/interrupt.h (modified) * kernel/arch/ia32/include/memstr.h (modified) * kernel/arch/ia32/include/mm/asid.h (modified) * kernel/arch/ia32/include/mm/frame.h (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32/include/pm.h (modified) * kernel/arch/ia32/include/proc/task.h (modified) * kernel/arch/ia32/include/proc/thread.h (modified) * kernel/arch/ia32/include/smp/apic.h (modified) * kernel/arch/ia32/include/smp/mps.h (modified) * kernel/arch/ia32/include/smp/smp.h (modified) * kernel/arch/ia32/include/types.h (modified) * kernel/arch/ia32/src/bios/bios.c (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/ddi/ddi.c (modified) * kernel/arch/ia32/src/debug/stacktrace.c (modified) * kernel/arch/ia32/src/drivers/i8254.c (modified) * kernel/arch/ia32/src/drivers/i8259.c (modified) * kernel/arch/ia32/src/drivers/vesa.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/mm/frame.c (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/mm/tlb.c (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/arch/ia32/src/proc/task.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/smp/ipi.c (modified) * kernel/arch/ia32/src/smp/mps.c (modified) * kernel/arch/ia32/src/syscall.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/include/asm.h (modified) * kernel/arch/ia64/include/atomic.h (modified) * kernel/arch/ia64/include/bootinfo.h (modified) * kernel/arch/ia64/include/context.h (modified) * kernel/arch/ia64/include/cpu.h (modified) * kernel/arch/ia64/include/faddr.h (modified) * kernel/arch/ia64/include/fpu_context.h (modified) * kernel/arch/ia64/include/interrupt.h (modified) * kernel/arch/ia64/include/memstr.h (modified) * kernel/arch/ia64/include/mm/asid.h (modified) * kernel/arch/ia64/include/mm/frame.h (modified) * kernel/arch/ia64/include/mm/page.h (modified) * kernel/arch/ia64/include/mm/tlb.h (modified) * kernel/arch/ia64/include/register.h (modified) * kernel/arch/ia64/include/types.h (modified) * kernel/arch/ia64/src/cpu/cpu.c (modified) * kernel/arch/ia64/src/ddi/ddi.c (modified) * kernel/arch/ia64/src/debug/stacktrace.c (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/ia64/src/mm/page.c (modified) * kernel/arch/ia64/src/smp/smp.c (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/arch.h (modified) * kernel/arch/mips32/include/asm.h (modified) * kernel/arch/mips32/include/asm/boot.h (modified) * kernel/arch/mips32/include/asm/regname.h (modified) * kernel/arch/mips32/include/atomic.h (modified) * kernel/arch/mips32/include/context.h (modified) * kernel/arch/mips32/include/cp0.h (modified) * kernel/arch/mips32/include/cpu.h (modified) * kernel/arch/mips32/include/debugger.h (modified) * kernel/arch/mips32/include/exception.h (modified) * kernel/arch/mips32/include/faddr.h (modified) * kernel/arch/mips32/include/fpu_context.h (modified) * kernel/arch/mips32/include/memstr.h (modified) * kernel/arch/mips32/include/mm/asid.h (modified) * kernel/arch/mips32/include/mm/tlb.h (modified) * kernel/arch/mips32/include/types.h (modified) * kernel/arch/mips32/src/cpu/cpu.c (modified) * kernel/arch/mips32/src/ddi/ddi.c (modified) * kernel/arch/mips32/src/debug/stacktrace.c (modified) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/interrupt.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/mips32/src/smp/dorder.c (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/include/arch.h (modified) * kernel/arch/ppc32/include/asm.h (modified) * kernel/arch/ppc32/include/atomic.h (modified) * kernel/arch/ppc32/include/boot/boot.h (modified) * kernel/arch/ppc32/include/context.h (modified) * kernel/arch/ppc32/include/cpuid.h (modified) * kernel/arch/ppc32/include/drivers/pic.h (modified) * kernel/arch/ppc32/include/exception.h (modified) * kernel/arch/ppc32/include/faddr.h (modified) * kernel/arch/ppc32/include/fpu_context.h (modified) * kernel/arch/ppc32/include/memstr.h (modified) * kernel/arch/ppc32/include/mm/asid.h (modified) * kernel/arch/ppc32/include/mm/frame.h (modified) * kernel/arch/ppc32/include/mm/tlb.h (modified) * kernel/arch/ppc32/include/types.h (modified) * kernel/arch/ppc32/src/boot/boot.S (modified) * kernel/arch/ppc32/src/cpu/cpu.c (modified) * kernel/arch/ppc32/src/ddi/ddi.c (modified) * kernel/arch/ppc32/src/debug/stacktrace.c (modified) * kernel/arch/ppc32/src/interrupt.c (modified) * kernel/arch/ppc32/src/mm/frame.c (modified) * kernel/arch/ppc32/src/mm/page.c (modified) * kernel/arch/ppc32/src/mm/tlb.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/arch.h (modified) * kernel/arch/sparc64/include/asm.h (modified) * kernel/arch/sparc64/include/atomic.h (modified) * kernel/arch/sparc64/include/boot/boot.h (modified) * kernel/arch/sparc64/include/context.h (modified) * kernel/arch/sparc64/include/cpu.h (modified) * kernel/arch/sparc64/include/drivers/fhc.h (modified) * kernel/arch/sparc64/include/drivers/kbd.h (modified) * kernel/arch/sparc64/include/drivers/niagara.h (added) * kernel/arch/sparc64/include/drivers/pci.h (modified) * kernel/arch/sparc64/include/drivers/scr.h (modified) * kernel/arch/sparc64/include/drivers/sgcn.h (modified) * kernel/arch/sparc64/include/drivers/tick.h (modified) * kernel/arch/sparc64/include/faddr.h (modified) * kernel/arch/sparc64/include/fpu_context.h (modified) * kernel/arch/sparc64/include/interrupt.h (modified) * kernel/arch/sparc64/include/memstr.h (modified) * kernel/arch/sparc64/include/mm/as.h (modified) * kernel/arch/sparc64/include/mm/asid.h (modified) * kernel/arch/sparc64/include/mm/cache_spec.h (modified) * kernel/arch/sparc64/include/mm/frame.h (modified) * kernel/arch/sparc64/include/mm/mmu.h (modified) * kernel/arch/sparc64/include/mm/pagesize.h (added) * kernel/arch/sparc64/include/mm/sun4u/as.h (added) * kernel/arch/sparc64/include/mm/sun4u/frame.h (added) * kernel/arch/sparc64/include/mm/sun4u/mmu.h (added) * kernel/arch/sparc64/include/mm/sun4u/tlb.h (added) * kernel/arch/sparc64/include/mm/sun4u/tsb.h (added) * kernel/arch/sparc64/include/mm/sun4u/tte.h (added) * kernel/arch/sparc64/include/mm/sun4v/as.h (added) * kernel/arch/sparc64/include/mm/sun4v/frame.h (added) * kernel/arch/sparc64/include/mm/sun4v/mmu.h (moved) * kernel/arch/sparc64/include/mm/sun4v/page.h (moved) * kernel/arch/sparc64/include/mm/sun4v/tlb.h (added) * kernel/arch/sparc64/include/mm/sun4v/tsb.h (added) * kernel/arch/sparc64/include/mm/sun4v/tte.h (added) * kernel/arch/sparc64/include/mm/tlb.h (modified) * kernel/arch/sparc64/include/mm/tsb.h (modified) * kernel/arch/sparc64/include/mm/tte.h (modified) * kernel/arch/sparc64/include/proc/thread.h (modified) * kernel/arch/sparc64/include/register.h (modified) * kernel/arch/sparc64/include/smp/sun4v/smp.h (added) * kernel/arch/sparc64/include/sun4u/arch.h (added) * kernel/arch/sparc64/include/sun4u/asm.h (added) * kernel/arch/sparc64/include/sun4u/cpu.h (added) * kernel/arch/sparc64/include/sun4v/arch.h (added) * kernel/arch/sparc64/include/sun4v/asm.h (added) * kernel/arch/sparc64/include/sun4v/cpu.h (added) * kernel/arch/sparc64/include/sun4v/hypercall.h (added) * kernel/arch/sparc64/include/sun4v/ipi.h (added) * kernel/arch/sparc64/include/sun4v/md.h (added) * kernel/arch/sparc64/include/sun4v/regdef.h (added) * kernel/arch/sparc64/include/sun4v/register.h (added) * kernel/arch/sparc64/include/trap/exception.h (modified) * kernel/arch/sparc64/include/trap/interrupt.h (modified) * kernel/arch/sparc64/include/trap/mmu.h (modified) * kernel/arch/sparc64/include/trap/regwin.h (modified) * kernel/arch/sparc64/include/trap/sun4u/interrupt.h (added) * kernel/arch/sparc64/include/trap/sun4u/mmu.h (added) * kernel/arch/sparc64/include/trap/sun4u/regwin.h (added) * kernel/arch/sparc64/include/trap/sun4v/interrupt.h (added) * kernel/arch/sparc64/include/trap/sun4v/mmu.h (added) * kernel/arch/sparc64/include/trap/sun4v/regwin.h (added) * kernel/arch/sparc64/include/trap/trap_table.h (modified) * kernel/arch/sparc64/include/types.h (modified) * kernel/arch/sparc64/src/asm.S (modified) * kernel/arch/sparc64/src/console.c (modified) * kernel/arch/sparc64/src/cpu/sun4u/cpu.c (moved) * kernel/arch/sparc64/src/cpu/sun4v/cpu.c (added) * kernel/arch/sparc64/src/ddi/ddi.c (modified) * kernel/arch/sparc64/src/debug/stacktrace.c (modified) * kernel/arch/sparc64/src/drivers/fhc.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/niagara.c (added) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/arch/sparc64/src/drivers/scr.c (modified) * kernel/arch/sparc64/src/drivers/sgcn.c (modified) * kernel/arch/sparc64/src/drivers/tick.c (modified) * kernel/arch/sparc64/src/mm/page.c (modified) * kernel/arch/sparc64/src/mm/sun4u/as.c (moved) * kernel/arch/sparc64/src/mm/sun4u/frame.c (moved) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (moved) * kernel/arch/sparc64/src/mm/sun4u/tsb.c (moved) * kernel/arch/sparc64/src/mm/sun4v/as.c (added) * kernel/arch/sparc64/src/mm/sun4v/frame.c (added) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (added) * kernel/arch/sparc64/src/mm/sun4v/tsb.c (added) * kernel/arch/sparc64/src/proc/sun4u/scheduler.c (moved) * kernel/arch/sparc64/src/proc/sun4v/scheduler.c (moved) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (moved) * kernel/arch/sparc64/src/smp/sun4u/smp.c (moved) * kernel/arch/sparc64/src/smp/sun4v/ipi.c (added) * kernel/arch/sparc64/src/smp/sun4v/smp.c (added) * kernel/arch/sparc64/src/sun4u/asm.S (added) * kernel/arch/sparc64/src/sun4u/sparc64.c (added) * kernel/arch/sparc64/src/sun4u/start.S (moved) * kernel/arch/sparc64/src/sun4v/asm.S (moved) * kernel/arch/sparc64/src/sun4v/md.c (added) * kernel/arch/sparc64/src/sun4v/sparc64.c (moved) * kernel/arch/sparc64/src/sun4v/start.S (added) * kernel/arch/sparc64/src/trap/exception.c (modified) * kernel/arch/sparc64/src/trap/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4u/interrupt.c (added) * kernel/arch/sparc64/src/trap/sun4u/mmu.S (moved) * kernel/arch/sparc64/src/trap/sun4u/trap_table.S (moved) * kernel/arch/sparc64/src/trap/sun4v/interrupt.c (added) * kernel/arch/sparc64/src/trap/sun4v/mmu.S (moved) * kernel/arch/sparc64/src/trap/sun4v/trap_table.S (added) * kernel/arch/sparc64/src/trap/trap.c (modified) * kernel/doc/arch/ppc32 (modified) * kernel/genarch/include/acpi/acpi.h (modified) * kernel/genarch/include/drivers/dsrln/dsrlnin.h (modified) * kernel/genarch/include/drivers/dsrln/dsrlnout.h (modified) * kernel/genarch/include/drivers/ega/ega.h (modified) * kernel/genarch/include/drivers/i8042/i8042.h (modified) * kernel/genarch/include/drivers/legacy/ia32/io.h (modified) * kernel/genarch/include/drivers/ns16550/ns16550.h (modified) * kernel/genarch/include/drivers/pl050/pl050.h (modified) * kernel/genarch/include/drivers/via-cuda/cuda.h (modified) * kernel/genarch/include/drivers/z8530/z8530.h (modified) * kernel/genarch/include/fb/fb.h (modified) * kernel/genarch/include/fb/logo-196x66.h (modified) * kernel/genarch/include/mm/as_ht.h (modified) * kernel/genarch/include/mm/page_ht.h (modified) * kernel/genarch/include/mm/page_pt.h (modified) * kernel/genarch/include/multiboot/multiboot.h (modified) * kernel/genarch/include/ofw/ebus.h (modified) * kernel/genarch/include/ofw/fhc.h (modified) * kernel/genarch/include/ofw/ofw_tree.h (modified) * kernel/genarch/include/ofw/pci.h (modified) * kernel/genarch/include/ofw/sbus.h (modified) * kernel/genarch/include/ofw/upa.h (modified) * kernel/genarch/include/softint/division.h (modified) * kernel/genarch/src/acpi/madt.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnout.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/drivers/i8042/i8042.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/kbrd/scanc_mac.c (modified) * kernel/genarch/src/kbrd/scanc_pc.c (modified) * kernel/genarch/src/kbrd/scanc_pl050.c (modified) * kernel/genarch/src/kbrd/scanc_sun.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/ofw/ebus.c (modified) * kernel/genarch/src/ofw/fhc.c (modified) * kernel/genarch/src/ofw/ofw_tree.c (modified) * kernel/genarch/src/ofw/pci.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/adt/avl.h (modified) * kernel/generic/include/adt/bitmap.h (modified) * kernel/generic/include/adt/btree.h (modified) * kernel/generic/include/adt/hash_table.h (modified) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/arch.h (modified) * kernel/generic/include/atomic.h (modified) * kernel/generic/include/bitops.h (modified) * kernel/generic/include/byteorder.h (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/console/chardev.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/console/kconsole.h (modified) * kernel/generic/include/context.h (modified) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ddi/device.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/func.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/event.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/lib/elf.h (modified) * kernel/generic/include/lib/rd.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/main/main.h (modified) * kernel/generic/include/main/uinit.h (modified) * kernel/generic/include/memstr.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/buddy.h (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/include/mm/tlb.h (modified) * kernel/generic/include/panic.h (modified) * kernel/generic/include/preemption.h (modified) * kernel/generic/include/print.h (modified) * kernel/generic/include/printf/printf_core.h (modified) * kernel/generic/include/proc/program.h (modified) * kernel/generic/include/proc/scheduler.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/security/cap.h (modified) * kernel/generic/include/smp/ipi.h (modified) * kernel/generic/include/sort.h (modified) * kernel/generic/include/stacktrace.h (modified) * kernel/generic/include/str.h (moved) * kernel/generic/include/symtab.h (modified) * kernel/generic/include/synch/condvar.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/include/synch/mutex.h (modified) * kernel/generic/include/synch/rwlock.h (modified) * kernel/generic/include/synch/semaphore.h (modified) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/include/syscall/copy.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/sysinfo/abi.h (added) * kernel/generic/include/sysinfo/stats.h (added) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/include/time/clock.h (modified) * kernel/generic/include/time/delay.h (modified) * kernel/generic/include/time/timeout.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/include/userspace.h (modified) * kernel/generic/src/adt/bitmap.c (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/console/chardev.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/ddi/device.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/debug/stacktrace.c (modified) * 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/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/memstr.c (modified) * kernel/generic/src/lib/str.c (moved) * 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/backend_phys.c (modified) * kernel/generic/src/mm/buddy.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/preempt/preemption.c (modified) * kernel/generic/src/printf/printf.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/generic/src/printf/vprintf.c (modified) * kernel/generic/src/printf/vsnprintf.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/smp/ipi.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/spinlock.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/stats.c (added) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/generic/src/time/delay.c (modified) * kernel/generic/src/time/timeout.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/atomic/atomic1.c (modified) * kernel/test/avltree/avltree1.c (modified) * kernel/test/btree/btree1.c (modified) * kernel/test/debug/mips1.c (modified) * kernel/test/debug/mips1_skip.c (modified) * kernel/test/fault/fault1.c (modified) * kernel/test/fpu/fpu1_ia64.c (modified) * kernel/test/fpu/fpu1_skip.c (modified) * kernel/test/fpu/fpu1_x86.c (modified) * kernel/test/fpu/mips2.c (modified) * kernel/test/fpu/mips2_skip.c (modified) * kernel/test/fpu/sse1.c (modified) * kernel/test/fpu/sse1_skip.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/mapping1.c (modified) * kernel/test/mm/purge1.c (modified) * kernel/test/mm/purge1_skip.c (modified) * kernel/test/mm/slab1.c (modified) * kernel/test/mm/slab2.c (modified) * kernel/test/print/print1.c (modified) * kernel/test/print/print2.c (modified) * kernel/test/print/print3.c (modified) * kernel/test/print/print4.c (modified) * kernel/test/synch/rwlock1.c (modified) * kernel/test/synch/rwlock2.c (modified) * kernel/test/synch/rwlock3.c (modified) * kernel/test/synch/rwlock4.c (modified) * kernel/test/synch/rwlock5.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/synch/semaphore2.c (modified) * kernel/test/sysinfo/sysinfo1.def (deleted) * kernel/test/test.c (modified) * kernel/test/test.h (modified) * kernel/test/thread/thread1.c (modified) * kernel/tools/genmap.py (modified) * tools/autotool.py (added) * tools/checkers/clang.py (added) * tools/checkers/stanse.py (modified) * tools/checkers/vcc.py (modified) * tools/config.py (modified) * tools/jobfile.py (modified) * tools/mkfat.py (modified) * tools/mkhord.py (modified) * tools/mktmpfs.py (modified) * tools/pack.py (added) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (added) * uspace/app/Makefile.common (deleted) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/builtin_cmds.c (modified) * uspace/app/bdsh/cmds/builtins/builtins.h (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/builtins/cd/cd_def.h (modified) * uspace/app/bdsh/cmds/builtins/exit/exit_def.h (modified) * uspace/app/bdsh/cmds/cmds.h (modified) * uspace/app/bdsh/cmds/mod_cmds.c (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/cmds/modules/kcon/kcon.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/app/bdsh/cmds/modules/module_aliases.h (modified) * uspace/app/bdsh/cmds/modules/mount/mount.c (modified) * uspace/app/bdsh/cmds/modules/pwd/pwd.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bdsh/cmds/modules/touch/touch.c (modified) * uspace/app/bdsh/errors.c (modified) * uspace/app/bdsh/errstr.h (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/exec.h (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/input.h (modified) * uspace/app/bdsh/scli.c (modified) * uspace/app/bdsh/scli.h (modified) * uspace/app/bdsh/util.c (modified) * uspace/app/edit/Makefile (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/sheet.c (modified) * uspace/app/getterm/Makefile (modified) * uspace/app/getterm/getterm.c (modified) * uspace/app/getterm/version.c (modified) * uspace/app/init/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/klog/Makefile (modified) * uspace/app/klog/klog.c (modified) * uspace/app/mkfat/Makefile (modified) * uspace/app/mkfat/fat.h (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/netecho/Makefile (added) * uspace/app/netecho/netecho.c (added) * uspace/app/netecho/print_error.c (added) * uspace/app/netecho/print_error.h (added) * uspace/app/nettest1/Makefile (added) * uspace/app/nettest1/nettest.c (added) * uspace/app/nettest1/nettest.h (added) * uspace/app/nettest1/nettest1.c (added) * uspace/app/nettest1/print_error.c (added) * uspace/app/nettest1/print_error.h (added) * uspace/app/nettest2/Makefile (added) * uspace/app/nettest2/nettest.c (added) * uspace/app/nettest2/nettest.h (added) * uspace/app/nettest2/nettest2.c (added) * uspace/app/nettest2/print_error.c (added) * uspace/app/nettest2/print_error.h (added) * uspace/app/ping/Makefile (added) * uspace/app/ping/ping.c (added) * uspace/app/ping/print_error.c (added) * uspace/app/ping/print_error.h (added) * uspace/app/redir/Makefile (modified) * uspace/app/redir/redir.c (modified) * uspace/app/sbi/Makefile (added) * uspace/app/sbi/src/ancr.c (added) * uspace/app/sbi/src/ancr.h (added) * uspace/app/sbi/src/bigint.c (added) * uspace/app/sbi/src/bigint.h (moved) * uspace/app/sbi/src/bigint_t.h (added) * uspace/app/sbi/src/builtin.c (added) * uspace/app/sbi/src/builtin.h (moved) * uspace/app/sbi/src/builtin/bi_boxed.c (added) * uspace/app/sbi/src/builtin/bi_boxed.h (added) * uspace/app/sbi/src/builtin/bi_error.c (added) * uspace/app/sbi/src/builtin/bi_error.h (added) * uspace/app/sbi/src/builtin/bi_fun.c (added) * uspace/app/sbi/src/builtin/bi_fun.h (added) * uspace/app/sbi/src/builtin/bi_string.c (added) * uspace/app/sbi/src/builtin/bi_string.h (added) * uspace/app/sbi/src/builtin/bi_textfile.c (added) * uspace/app/sbi/src/builtin/bi_textfile.h (added) * uspace/app/sbi/src/builtin_t.h (added) * uspace/app/sbi/src/compat.h (added) * uspace/app/sbi/src/cspan.c (added) * uspace/app/sbi/src/cspan.h (added) * uspace/app/sbi/src/cspan_t.h (added) * uspace/app/sbi/src/debug.h (added) * uspace/app/sbi/src/imode.c (added) * uspace/app/sbi/src/imode.h (added) * uspace/app/sbi/src/input.c (added) * uspace/app/sbi/src/input.h (moved) * uspace/app/sbi/src/input_t.h (added) * uspace/app/sbi/src/intmap.c (added) * uspace/app/sbi/src/intmap.h (added) * uspace/app/sbi/src/intmap_t.h (added) * uspace/app/sbi/src/lex.c (added) * uspace/app/sbi/src/lex.h (moved) * uspace/app/sbi/src/lex_t.h (added) * uspace/app/sbi/src/list.c (added) * uspace/app/sbi/src/list.h (added) * uspace/app/sbi/src/list_t.h (added) * uspace/app/sbi/src/main.c (added) * uspace/app/sbi/src/mytypes.h (added) * uspace/app/sbi/src/os/helenos.c (added) * uspace/app/sbi/src/os/os.h (added) * uspace/app/sbi/src/os/posix.c (added) * uspace/app/sbi/src/p_expr.c (added) * uspace/app/sbi/src/p_expr.h (added) * uspace/app/sbi/src/p_type.c (added) * uspace/app/sbi/src/p_type.h (added) * uspace/app/sbi/src/parse.c (added) * uspace/app/sbi/src/parse.h (added) * uspace/app/sbi/src/parse_t.h (added) * uspace/app/sbi/src/program.c (added) * uspace/app/sbi/src/program.h (added) * uspace/app/sbi/src/rdata.c (added) * uspace/app/sbi/src/rdata.h (added) * uspace/app/sbi/src/rdata_t.h (added) * uspace/app/sbi/src/run.c (added) * uspace/app/sbi/src/run.h (added) * uspace/app/sbi/src/run_expr.c (added) * uspace/app/sbi/src/run_expr.h (added) * uspace/app/sbi/src/run_t.h (added) * uspace/app/sbi/src/run_texpr.c (added) * uspace/app/sbi/src/run_texpr.h (added) * uspace/app/sbi/src/stree.c (added) * uspace/app/sbi/src/stree.h (added) * uspace/app/sbi/src/stree_t.h (added) * uspace/app/sbi/src/strtab.c (added) * uspace/app/sbi/src/strtab.h (added) * uspace/app/sbi/src/strtab_t.h (added) * uspace/app/sbi/src/stype.c (added) * uspace/app/sbi/src/stype.h (added) * uspace/app/sbi/src/stype_expr.c (added) * uspace/app/sbi/src/stype_expr.h (added) * uspace/app/sbi/src/stype_t.h (added) * uspace/app/sbi/src/symbol.c (added) * uspace/app/sbi/src/symbol.h (moved) * uspace/app/sbi/src/tdata.c (added) * uspace/app/sbi/src/tdata.h (added) * uspace/app/sbi/src/tdata_t.h (added) * uspace/app/shutters/Makefile (modified) * uspace/app/shutters/shutters.c (modified) * uspace/app/stats/Makefile (added) * uspace/app/stats/stats.c (added) * uspace/app/taskdump/Makefile (modified) * uspace/app/taskdump/elf_core.c (added) * uspace/app/taskdump/include/elf.h (modified) * uspace/app/taskdump/include/elf_core.h (added) * uspace/app/taskdump/symtab.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tasks/Makefile (added) * uspace/app/tasks/tasks.c (added) * uspace/app/test_serial/Makefile (modified) * uspace/app/test_serial/test_serial.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/console/console1.c (modified) * uspace/app/tester/fault/fault1.c (modified) * uspace/app/tester/fault/fault2.c (modified) * uspace/app/tester/fault/fault3.c (modified) * uspace/app/tester/fault/fault3.def (modified) * uspace/app/tester/ipc/connect.c (modified) * uspace/app/tester/ipc/ping_pong.c (modified) * uspace/app/tester/ipc/register.c (modified) * uspace/app/tester/loop/loop1.c (modified) * uspace/app/tester/mm/malloc1.c (modified) * uspace/app/tester/print/print1.c (modified) * uspace/app/tester/print/print2.c (modified) * uspace/app/tester/print/print3.c (modified) * uspace/app/tester/print/print4.c (modified) * uspace/app/tester/stdio/stdio1.c (modified) * uspace/app/tester/stdio/stdio2.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/tester/thread/thread1.c (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/tetris/input.c (modified) * uspace/app/tetris/scores.c (modified) * uspace/app/tetris/scores.h (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/tetris/tetris.c (modified) * uspace/app/tetris/tetris.h (modified) * uspace/app/top/Makefile (added) * uspace/app/top/input.c (added) * uspace/app/top/input.h (added) * uspace/app/top/screen.c (added) * uspace/app/top/screen.h (added) * uspace/app/top/top.c (added) * uspace/app/top/top.h (moved) * uspace/app/trace/Makefile (modified) * uspace/app/trace/errors.h (modified) * uspace/app/trace/ipc_desc.h (modified) * uspace/app/trace/proto.c (modified) * uspace/app/trace/proto.h (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/syscalls.h (modified) * uspace/app/trace/trace.c (modified) * uspace/dist/src/sysel/demos/arith.sy (added) * uspace/dist/src/sysel/demos/array.sy (added) * uspace/dist/src/sysel/demos/autobox.sy (added) * uspace/dist/src/sysel/demos/count.sy (added) * uspace/dist/src/sysel/demos/ctor.sy (added) * uspace/dist/src/sysel/demos/deleg.sy (added) * uspace/dist/src/sysel/demos/enum.sy (added) * uspace/dist/src/sysel/demos/except.sy (added) * uspace/dist/src/sysel/demos/gen.sy (added) * uspace/dist/src/sysel/demos/hello.sy (added) * uspace/dist/src/sysel/demos/hexec.sy (added) * uspace/dist/src/sysel/demos/htxtfile.sy (added) * uspace/dist/src/sysel/demos/inherit.sy (added) * uspace/dist/src/sysel/demos/list.sy (added) * uspace/dist/src/sysel/demos/map.sy (added) * uspace/dist/src/sysel/demos/property.sy (added) * uspace/dist/src/sysel/demos/string.sy (added) * uspace/dist/src/sysel/demos/varargs.sy (added) * uspace/dist/src/sysel/lib/arith.sy (added) * uspace/dist/src/sysel/lib/boxed.sy (added) * uspace/dist/src/sysel/lib/libflist (added) * uspace/dist/src/sysel/lib/list.sy (added) * uspace/dist/src/sysel/lib/map.sy (added) * uspace/doc/doxygroups.h (modified) * uspace/lib/Makefile.common (deleted) * uspace/lib/block/Makefile (moved) * uspace/lib/block/libblock.c (moved) * uspace/lib/block/libblock.h (moved) * uspace/lib/c/Makefile (moved) * uspace/lib/c/Makefile.toolchain (moved) * uspace/lib/c/arch/abs32le/Makefile.common (added) * uspace/lib/c/arch/abs32le/Makefile.inc (added) * uspace/lib/c/arch/abs32le/_link.ld.in (added) * uspace/lib/c/arch/abs32le/include/atomic.h (added) * uspace/lib/c/arch/abs32le/include/config.h (moved) * uspace/lib/c/arch/abs32le/include/ddi.h (added) * uspace/lib/c/arch/abs32le/include/entry.h (added) * uspace/lib/c/arch/abs32le/include/faddr.h (added) * uspace/lib/c/arch/abs32le/include/fibril.h (added) * uspace/lib/c/arch/abs32le/include/inttypes.h (added) * uspace/lib/c/arch/abs32le/include/istate.h (added) * uspace/lib/c/arch/abs32le/include/limits.h (added) * uspace/lib/c/arch/abs32le/include/syscall.h (added) * uspace/lib/c/arch/abs32le/include/thread.h (added) * uspace/lib/c/arch/abs32le/include/tls.h (added) * uspace/lib/c/arch/abs32le/include/types.h (added) * uspace/lib/c/arch/abs32le/src/entry.c (moved) * uspace/lib/c/arch/abs32le/src/fibril.c (added) * uspace/lib/c/arch/abs32le/src/stacktrace.c (added) * uspace/lib/c/arch/abs32le/src/syscall.c (moved) * uspace/lib/c/arch/abs32le/src/thread_entry.c (added) * uspace/lib/c/arch/abs32le/src/tls.c (added) * uspace/lib/c/arch/amd64/Makefile.common (added) * uspace/lib/c/arch/amd64/Makefile.inc (moved) * uspace/lib/c/arch/amd64/_link.ld.in (moved) * uspace/lib/c/arch/amd64/include/atomic.h (moved) * uspace/lib/c/arch/amd64/include/config.h (moved) * uspace/lib/c/arch/amd64/include/ddi.h (moved) * uspace/lib/c/arch/amd64/include/faddr.h (moved) * uspace/lib/c/arch/amd64/include/fibril.h (moved) * uspace/lib/c/arch/amd64/include/inttypes.h (moved) * uspace/lib/c/arch/amd64/include/istate.h (moved) * uspace/lib/c/arch/amd64/include/limits.h (moved) * uspace/lib/c/arch/amd64/include/stackarg.h (moved) * uspace/lib/c/arch/amd64/include/syscall.h (moved) * uspace/lib/c/arch/amd64/include/thread.h (moved) * uspace/lib/c/arch/amd64/include/tls.h (moved) * uspace/lib/c/arch/amd64/include/types.h (moved) * uspace/lib/c/arch/amd64/src/entry.s (moved) * uspace/lib/c/arch/amd64/src/fibril.S (moved) * uspace/lib/c/arch/amd64/src/stacktrace.c (moved) * uspace/lib/c/arch/amd64/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/amd64/src/syscall.S (moved) * uspace/lib/c/arch/amd64/src/thread_entry.s (moved) * uspace/lib/c/arch/amd64/src/tls.c (moved) * uspace/lib/c/arch/arm32/Makefile.common (added) * uspace/lib/c/arch/arm32/Makefile.inc (moved) * uspace/lib/c/arch/arm32/_link.ld.in (moved) * uspace/lib/c/arch/arm32/include/atomic.h (moved) * uspace/lib/c/arch/arm32/include/config.h (moved) * uspace/lib/c/arch/arm32/include/ddi.h (moved) * uspace/lib/c/arch/arm32/include/faddr.h (moved) * uspace/lib/c/arch/arm32/include/fibril.h (moved) * uspace/lib/c/arch/arm32/include/inttypes.h (moved) * uspace/lib/c/arch/arm32/include/istate.h (moved) * uspace/lib/c/arch/arm32/include/limits.h (moved) * uspace/lib/c/arch/arm32/include/stackarg.h (moved) * uspace/lib/c/arch/arm32/include/syscall.h (moved) * uspace/lib/c/arch/arm32/include/thread.h (moved) * uspace/lib/c/arch/arm32/include/tls.h (moved) * uspace/lib/c/arch/arm32/include/types.h (moved) * uspace/lib/c/arch/arm32/src/eabi.S (moved) * uspace/lib/c/arch/arm32/src/entry.s (moved) * uspace/lib/c/arch/arm32/src/fibril.S (moved) * uspace/lib/c/arch/arm32/src/stacktrace.c (moved) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/arm32/src/syscall.c (moved) * uspace/lib/c/arch/arm32/src/thread_entry.s (moved) * uspace/lib/c/arch/arm32/src/tls.c (moved) * uspace/lib/c/arch/ia32/Makefile.common (added) * uspace/lib/c/arch/ia32/Makefile.inc (moved) * uspace/lib/c/arch/ia32/_link.ld.in (moved) * uspace/lib/c/arch/ia32/include/atomic.h (moved) * uspace/lib/c/arch/ia32/include/config.h (moved) * uspace/lib/c/arch/ia32/include/ddi.h (moved) * uspace/lib/c/arch/ia32/include/faddr.h (moved) * uspace/lib/c/arch/ia32/include/fibril.h (moved) * uspace/lib/c/arch/ia32/include/inttypes.h (moved) * uspace/lib/c/arch/ia32/include/istate.h (moved) * uspace/lib/c/arch/ia32/include/limits.h (moved) * uspace/lib/c/arch/ia32/include/syscall.h (moved) * uspace/lib/c/arch/ia32/include/thread.h (moved) * uspace/lib/c/arch/ia32/include/tls.h (moved) * uspace/lib/c/arch/ia32/include/types.h (moved) * uspace/lib/c/arch/ia32/src/entry.s (moved) * uspace/lib/c/arch/ia32/src/fibril.S (moved) * uspace/lib/c/arch/ia32/src/setjmp.S (moved) * uspace/lib/c/arch/ia32/src/stacktrace.c (moved) * uspace/lib/c/arch/ia32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/ia32/src/syscall.S (moved) * uspace/lib/c/arch/ia32/src/thread_entry.s (moved) * uspace/lib/c/arch/ia32/src/tls.c (moved) * uspace/lib/c/arch/ia64/Makefile.common (added) * uspace/lib/c/arch/ia64/Makefile.inc (moved) * uspace/lib/c/arch/ia64/_link.ld.in (moved) * uspace/lib/c/arch/ia64/include/atomic.h (moved) * uspace/lib/c/arch/ia64/include/config.h (moved) * uspace/lib/c/arch/ia64/include/ddi.h (moved) * uspace/lib/c/arch/ia64/include/faddr.h (moved) * uspace/lib/c/arch/ia64/include/fibril.h (moved) * uspace/lib/c/arch/ia64/include/inttypes.h (moved) * uspace/lib/c/arch/ia64/include/istate.h (moved) * uspace/lib/c/arch/ia64/include/limits.h (added) * uspace/lib/c/arch/ia64/include/stack.h (moved) * uspace/lib/c/arch/ia64/include/stackarg.h (moved) * uspace/lib/c/arch/ia64/include/syscall.h (moved) * uspace/lib/c/arch/ia64/include/thread.h (moved) * uspace/lib/c/arch/ia64/include/tls.h (moved) * uspace/lib/c/arch/ia64/include/types.h (moved) * uspace/lib/c/arch/ia64/src/ddi.c (added) * uspace/lib/c/arch/ia64/src/entry.s (moved) * uspace/lib/c/arch/ia64/src/fibril.S (moved) * uspace/lib/c/arch/ia64/src/stacktrace.c (moved) * uspace/lib/c/arch/ia64/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/ia64/src/syscall.S (moved) * uspace/lib/c/arch/ia64/src/thread_entry.s (moved) * uspace/lib/c/arch/ia64/src/tls.c (moved) * uspace/lib/c/arch/mips32/Makefile.common (added) * uspace/lib/c/arch/mips32/Makefile.inc (moved) * uspace/lib/c/arch/mips32/_link.ld.in (moved) * uspace/lib/c/arch/mips32/include/atomic.h (moved) * uspace/lib/c/arch/mips32/include/config.h (moved) * uspace/lib/c/arch/mips32/include/ddi.h (moved) * uspace/lib/c/arch/mips32/include/faddr.h (moved) * uspace/lib/c/arch/mips32/include/fibril.h (moved) * uspace/lib/c/arch/mips32/include/inttypes.h (moved) * uspace/lib/c/arch/mips32/include/istate.h (moved) * uspace/lib/c/arch/mips32/include/limits.h (moved) * uspace/lib/c/arch/mips32/include/syscall.h (moved) * uspace/lib/c/arch/mips32/include/thread.h (moved) * uspace/lib/c/arch/mips32/include/tls.h (moved) * uspace/lib/c/arch/mips32/include/types.h (moved) * uspace/lib/c/arch/mips32/src/entry.s (moved) * uspace/lib/c/arch/mips32/src/fibril.S (moved) * uspace/lib/c/arch/mips32/src/stacktrace.c (moved) * uspace/lib/c/arch/mips32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/mips32/src/syscall.c (moved) * uspace/lib/c/arch/mips32/src/thread_entry.s (moved) * uspace/lib/c/arch/mips32/src/tls.c (moved) * uspace/lib/c/arch/mips32eb/Makefile.common (added) * uspace/lib/c/arch/mips32eb/Makefile.inc (added) * uspace/lib/c/arch/mips32eb/_link.ld.in (moved) * uspace/lib/c/arch/mips32eb/include/atomic.h (moved) * uspace/lib/c/arch/mips32eb/include/config.h (moved) * uspace/lib/c/arch/mips32eb/include/ddi.h (moved) * uspace/lib/c/arch/mips32eb/include/faddr.h (moved) * uspace/lib/c/arch/mips32eb/include/fibril.h (moved) * uspace/lib/c/arch/mips32eb/include/inttypes.h (moved) * uspace/lib/c/arch/mips32eb/include/istate.h (moved) * uspace/lib/c/arch/mips32eb/include/limits.h (moved) * uspace/lib/c/arch/mips32eb/include/syscall.h (moved) * uspace/lib/c/arch/mips32eb/include/thread.h (moved) * uspace/lib/c/arch/mips32eb/include/tls.h (moved) * uspace/lib/c/arch/mips32eb/include/types.h (moved) * uspace/lib/c/arch/mips32eb/src (moved) * uspace/lib/c/arch/ppc32/Makefile.common (moved) * uspace/lib/c/arch/ppc32/Makefile.inc (moved) * uspace/lib/c/arch/ppc32/_link.ld.in (moved) * uspace/lib/c/arch/ppc32/include/atomic.h (moved) * uspace/lib/c/arch/ppc32/include/config.h (moved) * uspace/lib/c/arch/ppc32/include/ddi.h (moved) * uspace/lib/c/arch/ppc32/include/faddr.h (moved) * uspace/lib/c/arch/ppc32/include/fibril.h (moved) * uspace/lib/c/arch/ppc32/include/inttypes.h (moved) * uspace/lib/c/arch/ppc32/include/istate.h (moved) * uspace/lib/c/arch/ppc32/include/limits.h (moved) * uspace/lib/c/arch/ppc32/include/regname.h (moved) * uspace/lib/c/arch/ppc32/include/stackarg.h (moved) * uspace/lib/c/arch/ppc32/include/syscall.h (moved) * uspace/lib/c/arch/ppc32/include/thread.h (moved) * uspace/lib/c/arch/ppc32/include/tls.h (moved) * uspace/lib/c/arch/ppc32/include/types.h (moved) * uspace/lib/c/arch/ppc32/src/entry.s (moved) * uspace/lib/c/arch/ppc32/src/fibril.S (moved) * uspace/lib/c/arch/ppc32/src/stacktrace.c (moved) * uspace/lib/c/arch/ppc32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/ppc32/src/syscall.c (moved) * uspace/lib/c/arch/ppc32/src/thread_entry.s (moved) * uspace/lib/c/arch/ppc32/src/tls.c (moved) * uspace/lib/c/arch/sparc64/Makefile.common (moved) * uspace/lib/c/arch/sparc64/Makefile.inc (moved) * uspace/lib/c/arch/sparc64/_link.ld.in (moved) * uspace/lib/c/arch/sparc64/include/atomic.h (moved) * uspace/lib/c/arch/sparc64/include/config.h (moved) * uspace/lib/c/arch/sparc64/include/ddi.h (moved) * uspace/lib/c/arch/sparc64/include/faddr.h (moved) * uspace/lib/c/arch/sparc64/include/fibril.h (moved) * uspace/lib/c/arch/sparc64/include/inttypes.h (moved) * uspace/lib/c/arch/sparc64/include/istate.h (moved) * uspace/lib/c/arch/sparc64/include/limits.h (moved) * uspace/lib/c/arch/sparc64/include/stack.h (moved) * uspace/lib/c/arch/sparc64/include/stackarg.h (moved) * uspace/lib/c/arch/sparc64/include/syscall.h (moved) * uspace/lib/c/arch/sparc64/include/thread.h (moved) * uspace/lib/c/arch/sparc64/include/tls.h (moved) * uspace/lib/c/arch/sparc64/include/types.h (moved) * uspace/lib/c/arch/sparc64/src/entry.s (moved) * uspace/lib/c/arch/sparc64/src/fibril.S (moved) * uspace/lib/c/arch/sparc64/src/stacktrace.c (moved) * uspace/lib/c/arch/sparc64/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/sparc64/src/thread_entry.s (moved) * uspace/lib/c/arch/sparc64/src/tls.c (moved) * uspace/lib/c/generic/adt/hash_table.c (moved) * uspace/lib/c/generic/adt/list.c (moved) * uspace/lib/c/generic/arg_parse.c (added) * uspace/lib/c/generic/as.c (moved) * uspace/lib/c/generic/async.c (moved) * uspace/lib/c/generic/cap.c (moved) * uspace/lib/c/generic/clipboard.c (moved) * uspace/lib/c/generic/ddi.c (moved) * uspace/lib/c/generic/device/char.c (moved) * uspace/lib/c/generic/device/hw_res.c (moved) * uspace/lib/c/generic/devman.c (moved) * uspace/lib/c/generic/devmap.c (moved) * uspace/lib/c/generic/err.c (moved) * uspace/lib/c/generic/errno.c (moved) * uspace/lib/c/generic/event.c (moved) * uspace/lib/c/generic/fibril.c (moved) * uspace/lib/c/generic/fibril_synch.c (moved) * uspace/lib/c/generic/futex.c (moved) * uspace/lib/c/generic/getopt.c (moved) * uspace/lib/c/generic/io/asprintf.c (moved) * uspace/lib/c/generic/io/console.c (moved) * uspace/lib/c/generic/io/io.c (moved) * uspace/lib/c/generic/io/klog.c (moved) * uspace/lib/c/generic/io/printf.c (moved) * uspace/lib/c/generic/io/printf_core.c (moved) * uspace/lib/c/generic/io/screenbuffer.c (moved) * uspace/lib/c/generic/io/snprintf.c (moved) * uspace/lib/c/generic/io/vprintf.c (moved) * uspace/lib/c/generic/io/vsnprintf.c (moved) * uspace/lib/c/generic/ipc.c (moved) * uspace/lib/c/generic/libc.c (moved) * uspace/lib/c/generic/loader.c (moved) * uspace/lib/c/generic/malloc.c (moved) * uspace/lib/c/generic/mem.c (moved) * uspace/lib/c/generic/mman.c (moved) * uspace/lib/c/generic/pcb.c (moved) * uspace/lib/c/generic/smc.c (moved) * uspace/lib/c/generic/stacktrace.c (moved) * uspace/lib/c/generic/stats.c (added) * uspace/lib/c/generic/stdlib.c (moved) * uspace/lib/c/generic/str.c (moved) * uspace/lib/c/generic/str_error.c (added) * uspace/lib/c/generic/sysinfo.c (added) * uspace/lib/c/generic/task.c (moved) * uspace/lib/c/generic/thread.c (moved) * uspace/lib/c/generic/time.c (moved) * uspace/lib/c/generic/tls.c (moved) * uspace/lib/c/generic/udebug.c (moved) * uspace/lib/c/generic/vfs/canonify.c (moved) * uspace/lib/c/generic/vfs/vfs.c (moved) * uspace/lib/c/include/adt/fifo.h (moved) * uspace/lib/c/include/adt/gcdlcm.h (moved) * uspace/lib/c/include/adt/hash_table.h (moved) * uspace/lib/c/include/adt/list.h (moved) * uspace/lib/c/include/align.h (moved) * uspace/lib/c/include/arg_parse.h (added) * uspace/lib/c/include/as.h (moved) * uspace/lib/c/include/assert.h (moved) * uspace/lib/c/include/async.h (moved) * uspace/lib/c/include/async_priv.h (moved) * uspace/lib/c/include/atomic.h (moved) * uspace/lib/c/include/atomicdflt.h (moved) * uspace/lib/c/include/bitops.h (moved) * uspace/lib/c/include/bool.h (moved) * uspace/lib/c/include/byteorder.h (moved) * uspace/lib/c/include/cap.h (moved) * uspace/lib/c/include/clipboard.h (moved) * uspace/lib/c/include/ctype.h (moved) * uspace/lib/c/include/ddi.h (moved) * uspace/lib/c/include/device/char.h (moved) * uspace/lib/c/include/device/hw_res.h (moved) * uspace/lib/c/include/devman.h (moved) * uspace/lib/c/include/devmap.h (moved) * uspace/lib/c/include/dirent.h (moved) * uspace/lib/c/include/err.h (moved) * uspace/lib/c/include/errno.h (moved) * uspace/lib/c/include/event.h (moved) * uspace/lib/c/include/fcntl.h (moved) * uspace/lib/c/include/fibril.h (moved) * uspace/lib/c/include/fibril_synch.h (moved) * uspace/lib/c/include/futex.h (moved) * uspace/lib/c/include/getopt.h (moved) * uspace/lib/c/include/inttypes.h (moved) * uspace/lib/c/include/io/color.h (moved) * uspace/lib/c/include/io/console.h (moved) * uspace/lib/c/include/io/keycode.h (moved) * uspace/lib/c/include/io/klog.h (moved) * uspace/lib/c/include/io/printf_core.h (moved) * uspace/lib/c/include/io/screenbuffer.h (moved) * uspace/lib/c/include/io/style.h (moved) * uspace/lib/c/include/ipc/adb.h (moved) * uspace/lib/c/include/ipc/bd.h (moved) * uspace/lib/c/include/ipc/bus.h (moved) * uspace/lib/c/include/ipc/char.h (moved) * uspace/lib/c/include/ipc/clipboard.h (moved) * uspace/lib/c/include/ipc/console.h (moved) * uspace/lib/c/include/ipc/dev_iface.h (moved) * uspace/lib/c/include/ipc/devman.h (moved) * uspace/lib/c/include/ipc/devmap.h (moved) * uspace/lib/c/include/ipc/driver.h (moved) * uspace/lib/c/include/ipc/fb.h (moved) * uspace/lib/c/include/ipc/ipc.h (moved) * uspace/lib/c/include/ipc/kbd.h (moved) * uspace/lib/c/include/ipc/loader.h (moved) * uspace/lib/c/include/ipc/mouse.h (moved) * uspace/lib/c/include/ipc/ns.h (moved) * uspace/lib/c/include/ipc/serial.h (moved) * uspace/lib/c/include/ipc/serial_ctl.h (moved) * uspace/lib/c/include/ipc/services.h (moved) * uspace/lib/c/include/ipc/vfs.h (moved) * uspace/lib/c/include/libc.h (moved) * uspace/lib/c/include/limits.h (moved) * uspace/lib/c/include/loader/loader.h (moved) * uspace/lib/c/include/loader/pcb.h (moved) * uspace/lib/c/include/macros.h (moved) * uspace/lib/c/include/malloc.h (moved) * uspace/lib/c/include/mem.h (moved) * uspace/lib/c/include/rwlock.h (moved) * uspace/lib/c/include/setjmp.h (moved) * uspace/lib/c/include/smc.h (moved) * uspace/lib/c/include/stacktrace.h (moved) * uspace/lib/c/include/stats.h (added) * uspace/lib/c/include/stdarg.h (moved) * uspace/lib/c/include/stddef.h (moved) * uspace/lib/c/include/stdint.h (moved) * uspace/lib/c/include/stdio.h (moved) * uspace/lib/c/include/stdlib.h (moved) * uspace/lib/c/include/str.h (moved) * uspace/lib/c/include/str_error.h (added) * uspace/lib/c/include/sys/mman.h (moved) * uspace/lib/c/include/sys/stat.h (moved) * uspace/lib/c/include/sys/time.h (moved) * uspace/lib/c/include/sys/typefmt.h (moved) * uspace/lib/c/include/sys/types.h (moved) * uspace/lib/c/include/syscall.h (moved) * uspace/lib/c/include/sysinfo.h (moved) * uspace/lib/c/include/task.h (moved) * uspace/lib/c/include/thread.h (moved) * uspace/lib/c/include/time.h (moved) * uspace/lib/c/include/tls.h (moved) * uspace/lib/c/include/udebug.h (moved) * uspace/lib/c/include/unistd.h (moved) * uspace/lib/c/include/vfs/canonify.h (moved) * uspace/lib/c/include/vfs/vfs.h (moved) * uspace/lib/clui/Makefile (added) * uspace/lib/clui/tinput.c (added) * uspace/lib/clui/tinput.h (added) * uspace/lib/drv/Makefile (moved) * uspace/lib/drv/generic/dev_iface.c (moved) * uspace/lib/drv/generic/driver.c (moved) * uspace/lib/drv/generic/remote_char.c (moved) * uspace/lib/drv/generic/remote_res.c (moved) * uspace/lib/drv/include/char.h (moved) * uspace/lib/drv/include/dev_iface.h (moved) * uspace/lib/drv/include/driver.h (moved) * uspace/lib/drv/include/remote_char.h (moved) * uspace/lib/drv/include/remote_res.h (moved) * uspace/lib/drv/include/resource.h (moved) * uspace/lib/fs/Makefile (moved) * uspace/lib/fs/libfs.c (moved) * uspace/lib/fs/libfs.h (moved) * uspace/lib/libc/arch/ia64/Makefile.inc (deleted) * uspace/lib/libc/arch/ia64/src/ddi.c (deleted) * uspace/lib/net/Makefile (added) * uspace/lib/net/adt/module_map.c (added) * uspace/lib/net/generic/net_checksum.c (added) * uspace/lib/net/generic/net_remote.c (added) * uspace/lib/net/generic/packet_remote.c (added) * uspace/lib/net/il/arp_remote.c (added) * uspace/lib/net/il/ip_client.c (added) * uspace/lib/net/il/ip_remote.c (added) * uspace/lib/net/include/adt/module_map.h (added) * uspace/lib/net/include/arp_interface.h (added) * uspace/lib/net/include/arp_messages.h (added) * uspace/lib/net/include/ethernet_lsap.h (added) * uspace/lib/net/include/ethernet_protocols.h (added) * uspace/lib/net/include/icmp_client.h (added) * uspace/lib/net/include/icmp_header.h (added) * uspace/lib/net/include/icmp_interface.h (added) * uspace/lib/net/include/il_interface.h (added) * uspace/lib/net/include/il_local.h (added) * uspace/lib/net/include/il_messages.h (added) * uspace/lib/net/include/ip_client.h (added) * uspace/lib/net/include/ip_header.h (added) * uspace/lib/net/include/ip_interface.h (added) * uspace/lib/net/include/ip_local.h (added) * uspace/lib/net/include/ip_messages.h (added) * uspace/lib/net/include/ip_remote.h (added) * uspace/lib/net/include/net_checksum.h (added) * uspace/lib/net/include/net_hardware.h (added) * uspace/lib/net/include/net_interface.h (added) * uspace/lib/net/include/net_net_messages.h (added) * uspace/lib/net/include/netif_interface.h (added) * uspace/lib/net/include/netif_local.h (added) * uspace/lib/net/include/netif_messages.h (added) * uspace/lib/net/include/netif_nil_bundle.h (added) * uspace/lib/net/include/netif_remote.h (added) * uspace/lib/net/include/nil_interface.h (added) * uspace/lib/net/include/nil_local.h (added) * uspace/lib/net/include/nil_messages.h (added) * uspace/lib/net/include/nil_remote.h (added) * uspace/lib/net/include/packet_remote.h (added) * uspace/lib/net/include/protocol_map.h (added) * uspace/lib/net/include/tl_common.h (added) * uspace/lib/net/include/tl_interface.h (added) * uspace/lib/net/include/tl_local.h (added) * uspace/lib/net/include/tl_messages.h (added) * uspace/lib/net/netif/netif_local.c (added) * uspace/lib/net/netif/netif_nil_bundle.c (added) * uspace/lib/net/netif/netif_remote.c (added) * uspace/lib/net/nil/nil_remote.c (added) * uspace/lib/net/tl/icmp_client.c (added) * uspace/lib/net/tl/icmp_remote.c (added) * uspace/lib/net/tl/tl_common.c (added) * uspace/lib/pci/COPYING (moved) * uspace/lib/pci/Makefile (moved) * uspace/lib/pci/VERSION (moved) * uspace/lib/pci/access.c (moved) * uspace/lib/pci/generic.c (moved) * uspace/lib/pci/header.h (moved) * uspace/lib/pci/i386-ports.c (moved) * uspace/lib/pci/internal.h (moved) * uspace/lib/pci/names.c (moved) * uspace/lib/pci/pci.h (moved) * uspace/lib/pci/pci_ids.h (moved) * uspace/lib/pci/sysdep.h (moved) * uspace/lib/pci/types.h (moved) * uspace/lib/socket/Makefile (added) * uspace/lib/socket/adt/char_map.c (added) * uspace/lib/socket/adt/dynamic_fifo.c (added) * uspace/lib/socket/adt/measured_strings.c (added) * uspace/lib/socket/generic/icmp_api.c (added) * uspace/lib/socket/generic/icmp_common.c (added) * uspace/lib/socket/generic/inet.c (added) * uspace/lib/socket/generic/net_modules.c (added) * uspace/lib/socket/generic/socket_client.c (added) * uspace/lib/socket/generic/socket_core.c (added) * uspace/lib/socket/generic/socket_parse.c (added) * uspace/lib/socket/include/adt/char_map.h (added) * uspace/lib/socket/include/adt/dynamic_fifo.h (added) * uspace/lib/socket/include/adt/generic_char_map.h (added) * uspace/lib/socket/include/adt/generic_field.h (added) * uspace/lib/socket/include/adt/int_map.h (added) * uspace/lib/socket/include/adt/measured_strings.h (added) * uspace/lib/socket/include/icmp_api.h (added) * uspace/lib/socket/include/icmp_codes.h (added) * uspace/lib/socket/include/icmp_common.h (added) * uspace/lib/socket/include/icmp_messages.h (added) * uspace/lib/socket/include/in.h (added) * uspace/lib/socket/include/in6.h (added) * uspace/lib/socket/include/inet.h (added) * uspace/lib/socket/include/ip_codes.h (added) * uspace/lib/socket/include/ip_protocols.h (added) * uspace/lib/socket/include/net_byteorder.h (added) * uspace/lib/socket/include/net_device.h (added) * uspace/lib/socket/include/net_err.h (added) * uspace/lib/socket/include/net_messages.h (added) * uspace/lib/socket/include/net_modules.h (added) * uspace/lib/socket/include/netdb.h (added) * uspace/lib/socket/include/packet/packet.h (added) * uspace/lib/socket/include/packet/packet_client.h (added) * uspace/lib/socket/include/packet/packet_header.h (added) * uspace/lib/socket/include/packet/packet_messages.h (added) * uspace/lib/socket/include/packet/packet_server.h (added) * uspace/lib/socket/include/socket.h (added) * uspace/lib/socket/include/socket_codes.h (added) * uspace/lib/socket/include/socket_core.h (added) * uspace/lib/socket/include/socket_errno.h (added) * uspace/lib/socket/include/socket_messages.h (added) * uspace/lib/socket/include/socket_parse.h (added) * uspace/lib/socket/include/tcp_codes.h (added) * uspace/lib/socket/packet/packet.c (added) * uspace/lib/socket/packet/packet_client.c (added) * uspace/lib/socket/packet/packet_server.c (added) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/arch/abs32le/include/functions.h (added) * uspace/lib/softint/Makefile (modified) * uspace/srv/Makefile.common (deleted) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/part/guid_part/Makefile (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/Makefile (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/clip/Makefile (modified) * uspace/srv/clip/clip.c (modified) * uspace/srv/dd/Makefile (modified) * uspace/srv/devman/Makefile (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devman/match.c (modified) * uspace/srv/devman/util.c (modified) * uspace/srv/devman/util.h (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/drivers/isa/Makefile (modified) * uspace/srv/drivers/isa/isa.c (modified) * uspace/srv/drivers/ns8250/Makefile (modified) * uspace/srv/drivers/ns8250/ns8250.c (modified) * uspace/srv/drivers/pciintel/Makefile (modified) * uspace/srv/drivers/pciintel/pci.c (modified) * uspace/srv/drivers/root/Makefile (modified) * uspace/srv/drivers/root/root.c (modified) * uspace/srv/drivers/rootia32/Makefile (modified) * uspace/srv/drivers/rootia32/rootia32.c (modified) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_dentry.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/tmpfs/Makefile (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/hid/adb_mouse/Makefile (modified) * uspace/srv/hid/adb_mouse/adb_dev.c (modified) * uspace/srv/hid/char_mouse/Makefile (modified) * uspace/srv/hid/char_mouse/chardev.c (modified) * uspace/srv/hid/char_mouse/proto/ps2.c (modified) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/Makefile.build (deleted) * uspace/srv/hid/console/Makefile.common (deleted) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gcons.c (modified) * uspace/srv/hid/console/gcons.h (modified) * uspace/srv/hid/console/keybuffer.h (modified) * uspace/srv/hid/fb/Makefile (modified) * uspace/srv/hid/fb/Makefile.build (deleted) * uspace/srv/hid/fb/Makefile.common (deleted) * uspace/srv/hid/fb/ega.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/main.c (modified) * uspace/srv/hid/fb/msim.c (modified) * uspace/srv/hid/fb/niagara.c (added) * uspace/srv/hid/fb/niagara.h (added) * uspace/srv/hid/fb/serial_console.c (modified) * uspace/srv/hid/fb/serial_console.h (modified) * uspace/srv/hid/fb/sgcn.c (modified) * uspace/srv/hid/kbd/Makefile (modified) * uspace/srv/hid/kbd/Makefile.build (deleted) * uspace/srv/hid/kbd/Makefile.common (deleted) * uspace/srv/hid/kbd/generic/kbd.c (modified) * uspace/srv/hid/kbd/port/adb.c (modified) * uspace/srv/hid/kbd/port/chardev.c (modified) * uspace/srv/hid/kbd/port/gxemul.c (modified) * uspace/srv/hid/kbd/port/msim.c (modified) * uspace/srv/hid/kbd/port/niagara.c (added) * uspace/srv/hid/kbd/port/ns16550.c (modified) * uspace/srv/hid/kbd/port/pl050.c (modified) * uspace/srv/hid/kbd/port/sgcn.c (modified) * uspace/srv/hid/kbd/port/ski.c (modified) * uspace/srv/hid/kbd/port/sun.c (modified) * uspace/srv/hid/kbd/port/z8530.c (modified) * uspace/srv/hw/bus/cuda_adb/Makefile (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/bus/pci/Makefile (modified) * uspace/srv/hw/char/i8042/Makefile (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/hw/cir/fhc/Makefile (modified) * uspace/srv/hw/cir/fhc/fhc.c (modified) * uspace/srv/hw/cir/obio/Makefile (modified) * uspace/srv/hw/cir/obio/obio.c (modified) * uspace/srv/hw/netif/dp8390/Makefile (added) * uspace/srv/hw/netif/dp8390/dp8390.c (added) * uspace/srv/hw/netif/dp8390/dp8390.h (added) * uspace/srv/hw/netif/dp8390/dp8390_drv.h (added) * uspace/srv/hw/netif/dp8390/dp8390_module.c (added) * uspace/srv/hw/netif/dp8390/dp8390_port.h (added) * uspace/srv/hw/netif/dp8390/local.h (added) * uspace/srv/hw/netif/dp8390/ne2000.c (added) * uspace/srv/hw/netif/dp8390/ne2000.h (added) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/arch/abs32le/Makefile.inc (added) * uspace/srv/loader/arch/abs32le/_link.ld.in (added) * uspace/srv/loader/arch/abs32le/abs32le.c (added) * uspace/srv/loader/arch/amd64/Makefile.inc (modified) * uspace/srv/loader/arch/arm32/Makefile.inc (modified) * uspace/srv/loader/arch/ia32/Makefile.inc (modified) * uspace/srv/loader/arch/ia64/Makefile.inc (modified) * uspace/srv/loader/arch/mips32/Makefile.inc (modified) * uspace/srv/loader/arch/ppc32/Makefile.inc (modified) * uspace/srv/loader/arch/sparc64/Makefile.inc (modified) * uspace/srv/loader/elf_load.c (modified) * uspace/srv/loader/include/arch.h (modified) * uspace/srv/loader/include/elf.h (modified) * uspace/srv/loader/include/elf_load.h (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/net/cfg/Makefile (moved) * uspace/srv/net/cfg/general (added) * uspace/srv/net/cfg/lo.netif_nil_bundle (added) * uspace/srv/net/cfg/lo.netif_standalone (added) * uspace/srv/net/cfg/ne2k.netif_nil_bundle (added) * uspace/srv/net/cfg/ne2k.netif_standalone (added) * uspace/srv/net/documentation.txt (added) * uspace/srv/net/il/arp/Makefile (added) * uspace/srv/net/il/arp/arp.c (added) * uspace/srv/net/il/arp/arp.h (added) * uspace/srv/net/il/arp/arp_header.h (added) * uspace/srv/net/il/arp/arp_module.c (added) * uspace/srv/net/il/arp/arp_module.h (added) * uspace/srv/net/il/arp/arp_oc.h (added) * uspace/srv/net/il/ip/Makefile (added) * uspace/srv/net/il/ip/ip.c (added) * uspace/srv/net/il/ip/ip.h (added) * uspace/srv/net/il/ip/ip_module.c (added) * uspace/srv/net/il/ip/ip_module.h (added) * uspace/srv/net/net/Makefile (added) * uspace/srv/net/net/net.c (added) * uspace/srv/net/net/net.h (added) * uspace/srv/net/net/net_bundle.c (added) * uspace/srv/net/net/net_standalone.c (added) * uspace/srv/net/netif/lo/Makefile (added) * uspace/srv/net/netif/lo/lo.c (added) * uspace/srv/net/netstart/Makefile (added) * uspace/srv/net/netstart/netstart.c (added) * uspace/srv/net/netstart/self_test.c (added) * uspace/srv/net/netstart/self_test.h (added) * uspace/srv/net/nil/eth/Makefile (added) * uspace/srv/net/nil/eth/eth.c (added) * uspace/srv/net/nil/eth/eth.h (added) * uspace/srv/net/nil/eth/eth_header.h (added) * uspace/srv/net/nil/eth/eth_module.c (added) * uspace/srv/net/nil/nildummy/Makefile (added) * uspace/srv/net/nil/nildummy/nildummy.c (added) * uspace/srv/net/nil/nildummy/nildummy.h (added) * uspace/srv/net/nil/nildummy/nildummy_module.c (added) * uspace/srv/net/tl/icmp/Makefile (added) * uspace/srv/net/tl/icmp/icmp.c (added) * uspace/srv/net/tl/icmp/icmp.h (added) * uspace/srv/net/tl/icmp/icmp_module.c (added) * uspace/srv/net/tl/icmp/icmp_module.h (added) * uspace/srv/net/tl/tcp/Makefile (added) * uspace/srv/net/tl/tcp/tcp.c (added) * uspace/srv/net/tl/tcp/tcp.h (added) * uspace/srv/net/tl/tcp/tcp_header.h (added) * uspace/srv/net/tl/tcp/tcp_module.c (added) * uspace/srv/net/tl/tcp/tcp_module.h (added) * uspace/srv/net/tl/udp/Makefile (added) * uspace/srv/net/tl/udp/udp.c (added) * uspace/srv/net/tl/udp/udp.h (added) * uspace/srv/net/tl/udp/udp_header.h (added) * uspace/srv/net/tl/udp/udp_module.c (added) * uspace/srv/net/tl/udp/udp_module.h (added) * uspace/srv/ns/Makefile (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/taskmon/Makefile (modified) * uspace/srv/taskmon/taskmon.c (modified) * uspace/srv/vfs/Makefile (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 (rev. 451) Fri, 14 May 2010 08:11:15 GMT Lenka Trochtova [04c7003f] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/drivers/isa/isa.dev (modified) * uspace/srv/drivers/ns8250/Makefile (moved) * uspace/srv/drivers/ns8250/cyclic_buffer.h (moved) * uspace/srv/drivers/ns8250/ns8250.c (moved) * uspace/srv/drivers/ns8250/ns8250.ma (added) * uspace/srv/drivers/serial/serial.ma (deleted) renamed serial port driver to ns8250, fixed a little bug Wed, 12 May 2010 11:29:15 GMT Martin Decky [f09d891] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/dummy_load/Makefile (deleted) * uspace/app/dummy_load/dummy_load.c (deleted) * uspace/app/dummy_load/input.c (deleted) * uspace/app/dummy_load/input.h (deleted) get rid of dummy_load, basic load can be generated by "tester loop1", ... Wed, 21 Apr 2010 22:01:54 GMT Lenka Trochtova [5fe1c32] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/srv/drivers/isa/isa.c (modified) * uspace/srv/drivers/serial/Makefile (added) * uspace/srv/drivers/serial/serial.c (added) * uspace/srv/drivers/serial/serial.ma (added) backup (unstable) Sun, 18 Apr 2010 12:08:44 GMT Jiri Svoboda [3d482e0] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/stats/Makefile (moved) * uspace/app/stats/stats.c (moved) Rename 'uptime' command to 'stats'. Sun, 18 Apr 2010 10:19:04 GMT Jiri Svoboda [da98918] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/tasks/Makefile (moved) * uspace/app/tasks/func.c (moved) * uspace/app/tasks/func.h (moved) * uspace/app/tasks/tasks.c (moved) Rename 'ps' command to 'tasks'. Sat, 17 Apr 2010 16:28:49 GMT Martin Decky [88dea9d] * boot/Makefile.common (modified) * kernel/Makefile (modified) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/ps/cpuinfo.h (added) * kernel/generic/include/ps/load.h (added) * kernel/generic/include/ps/meminfo.h (added) * kernel/generic/include/ps/ps.h (added) * kernel/generic/include/ps/taskinfo.h (added) * kernel/generic/include/ps/uptime.h (added) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/frame.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/ps/cpu.c (added) * kernel/generic/src/ps/load.c (added) * kernel/generic/src/ps/mem.c (added) * kernel/generic/src/ps/ps.c (added) * kernel/generic/src/ps/uptime.c (added) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/time/clock.c (modified) * uspace/Makefile (modified) * uspace/app/dummy_load/Makefile (added) * uspace/app/dummy_load/dummy_load.c (added) * uspace/app/dummy_load/input.c (added) * uspace/app/dummy_load/input.h (added) * uspace/app/ps/Makefile (added) * uspace/app/ps/func.c (added) * uspace/app/ps/func.h (added) * uspace/app/ps/ps.c (added) * uspace/app/top/Makefile (added) * uspace/app/top/func.c (added) * uspace/app/top/func.h (added) * uspace/app/top/input.c (added) * uspace/app/top/input.h (added) * uspace/app/top/ps.c (added) * uspace/app/top/ps.h (added) * uspace/app/top/screen.c (added) * uspace/app/top/screen.h (added) * uspace/app/top/top.c (added) * uspace/app/top/top.h (added) * uspace/app/uptime/Makefile (added) * uspace/app/uptime/uptime.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/cpuinfo.c (added) * uspace/lib/c/generic/load.c (added) * uspace/lib/c/generic/meminfo.c (added) * uspace/lib/c/generic/ps.c (added) * uspace/lib/c/generic/uptime.c (added) * uspace/lib/c/include/load.h (added) * uspace/lib/c/include/ps.h (added) * uspace/lib/c/include/uptime.h (added) merge from measuring branch Thu, 15 Apr 2010 12:40:38 GMT Stanislav Kozina [95319bd] * boot/Makefile.common (modified) * kernel/generic/src/ipc/ipc.c (modified) * uspace/Makefile (modified) * uspace/app/dummy_load/Makefile (added) * uspace/app/dummy_load/dummy_load.c (added) * uspace/app/dummy_load/input.c (added) * uspace/app/dummy_load/input.h (added) Added dummy_load utility. It just does some dummy load - either in ... Wed, 14 Apr 2010 21:18:19 GMT Lenka Trochtova [892e4e1] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/srv/drivers/isa/Makefile (added) * uspace/srv/drivers/isa/isa.c (added) * uspace/srv/drivers/isa/isa.ma (added) ISA bus driver skeleton (just a set of empty files) Fri, 09 Apr 2010 12:54:57 GMT Martin Decky [14f1db0] * HelenOS.config (modified) * boot/Makefile.common (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/net/Makefile (modified) * uspace/lib/net/generic/net_remote.c (modified) * uspace/lib/net/generic/packet_remote.c (modified) * uspace/lib/net/il/arp_remote.c (modified) * uspace/lib/net/il/ip_client.c (modified) * uspace/lib/net/il/ip_remote.c (modified) * uspace/lib/net/include/arp_interface.h (modified) * uspace/lib/net/include/icmp_interface.h (modified) * uspace/lib/net/include/il_interface.h (modified) * uspace/lib/net/include/il_local.h (moved) * uspace/lib/net/include/il_messages.h (modified) * uspace/lib/net/include/ip_client.h (modified) * uspace/lib/net/include/ip_interface.h (modified) * uspace/lib/net/include/ip_local.h (added) * uspace/lib/net/include/ip_remote.h (added) * uspace/lib/net/include/net_interface.h (modified) * uspace/lib/net/include/netif.h (deleted) * uspace/lib/net/include/netif_interface.h (modified) * uspace/lib/net/include/netif_local.h (added) * uspace/lib/net/include/netif_messages.h (modified) * uspace/lib/net/include/netif_module.h (deleted) * uspace/lib/net/include/netif_remote.h (added) * uspace/lib/net/include/nil_interface.h (modified) * uspace/lib/net/include/nil_local.h (moved) * uspace/lib/net/include/nil_messages.h (modified) * uspace/lib/net/include/nil_remote.h (moved) * uspace/lib/net/include/packet_remote.h (moved) * uspace/lib/net/include/tl_common.h (modified) * uspace/lib/net/include/tl_interface.h (modified) * uspace/lib/net/include/tl_local.h (moved) * uspace/lib/net/netif/netif.c (deleted) * uspace/lib/net/netif/netif_local.c (added) * uspace/lib/net/netif/netif_nil_bundle.c (modified) * uspace/lib/net/netif/netif_remote.c (moved) * uspace/lib/net/netif/netif_standalone.c (deleted) * uspace/lib/net/nil/nil_remote.c (modified) * uspace/lib/net/tl/icmp_remote.c (modified) * uspace/lib/net/tl/tl_common.c (modified) * uspace/lib/socket/generic/net_modules.c (modified) * uspace/lib/socket/generic/socket_core.c (modified) * uspace/lib/socket/include/net_messages.h (modified) * uspace/lib/socket/include/net_modules.h (modified) * uspace/lib/socket/include/packet/packet_client.h (modified) * uspace/lib/socket/packet/packet_client.c (modified) * uspace/lib/socket/packet/packet_server.c (modified) * uspace/srv/hw/netif/dp8390/Makefile (modified) * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) * uspace/srv/net/cfg/Makefile (moved) * uspace/srv/net/cfg/general (moved) * uspace/srv/net/cfg/lo.netif_nil_bundle (moved) * uspace/srv/net/cfg/lo.netif_standalone (moved) * uspace/srv/net/cfg/module/general (deleted) * uspace/srv/net/cfg/ne2k.netif_nil_bundle (moved) * uspace/srv/net/cfg/ne2k.netif_standalone (moved) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/arp/arp_module.c (modified) * uspace/srv/net/il/arp/arp_module.h (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/il/ip/ip_module.c (modified) * uspace/srv/net/il/ip/ip_module.h (modified) * uspace/srv/net/net/Makefile (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/net/net_standalone.c (modified) * uspace/srv/net/netif/lo/Makefile (modified) * uspace/srv/net/netif/lo/lo.c (modified) * uspace/srv/net/nil/eth/Makefile (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/eth/eth_module.c (modified) * uspace/srv/net/nil/nildummy/Makefile (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) * uspace/srv/net/nil/nildummy/nildummy_module.c (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) * uspace/srv/net/tl/icmp/icmp_module.c (modified) * uspace/srv/net/tl/icmp/icmp_module.h (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/tcp/tcp.h (modified) * uspace/srv/net/tl/tcp/tcp_module.c (modified) * uspace/srv/net/tl/tcp/tcp_module.h (modified) * uspace/srv/net/tl/udp/udp.c (modified) * uspace/srv/net/tl/udp/udp_module.c (modified) * uspace/srv/net/tl/udp/udp_module.h (modified) networking overhaul: - separation of conserns - removal of ... Sun, 04 Apr 2010 21:52:26 GMT Lenka Trochtova [9a66bc2e] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/lib/libc/generic/device/hw_res.c (modified) * uspace/lib/libdrv/generic/driver.c (modified) * uspace/lib/libdrv/include/driver.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/drivers/rootia32/rootia32.c (modified) several bugs fixed Wed, 31 Mar 2010 19:49:32 GMT Stanislav Kozina [c0379fc] * boot/Makefile.common (modified) * kernel/Makefile (modified) * kernel/generic/include/ps/uptime.h (added) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/ps/uptime.c (added) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/uptime/Makefile (added) * uspace/app/uptime/uptime.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/uptime.c (added) * uspace/lib/c/include/uptime.h (added) uptime Wed, 31 Mar 2010 19:06:45 GMT Stanislav Kozina [5c058d50] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/top/Makefile (added) * uspace/app/top/input.c (added) * uspace/app/top/input.h (added) * uspace/app/top/screen.c (added) * uspace/app/top/screen.h (added) * uspace/app/top/top.c (added) sketch of top utility Tue, 30 Mar 2010 18:39:04 GMT Martin Decky [849ed54] * HelenOS.config (modified) * boot/Makefile.common (modified) * defaults/arm32/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/sun4v/Makefile.config (modified) * defaults/special/Makefile.config (modified) * defaults/special/abs32le/Makefile.config (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/netecho/Makefile (moved) * uspace/app/netecho/netecho.c (moved) * uspace/app/netecho/parse.c (moved) * uspace/app/netecho/parse.h (moved) * uspace/app/netecho/print_error.c (moved) * uspace/app/netecho/print_error.h (moved) * uspace/app/nettest1/Makefile (moved) * uspace/app/nettest1/nettest.c (moved) * uspace/app/nettest1/nettest.h (moved) * uspace/app/nettest1/nettest1.c (moved) * uspace/app/nettest1/parse.c (added) * uspace/app/nettest1/parse.h (added) * uspace/app/nettest1/print_error.c (added) * uspace/app/nettest1/print_error.h (added) * uspace/app/nettest2/Makefile (moved) * uspace/app/nettest2/nettest.c (added) * uspace/app/nettest2/nettest.h (added) * uspace/app/nettest2/nettest2.c (moved) * uspace/app/nettest2/parse.c (added) * uspace/app/nettest2/parse.h (added) * uspace/app/nettest2/print_error.c (added) * uspace/app/nettest2/print_error.h (added) * uspace/app/ping/Makefile (moved) * uspace/app/ping/parse.c (added) * uspace/app/ping/parse.h (added) * uspace/app/ping/ping.c (moved) * uspace/app/ping/print_error.c (added) * uspace/app/ping/print_error.h (added) * uspace/lib/net/Makefile (added) * uspace/lib/net/adt/module_map.c (moved) * uspace/lib/net/generic/net_checksum.c (moved) * uspace/lib/net/generic/net_remote.c (moved) * uspace/lib/net/generic/packet_remote.c (moved) * uspace/lib/net/il/arp_remote.c (moved) * uspace/lib/net/il/ip_client.c (moved) * uspace/lib/net/il/ip_remote.c (moved) * uspace/lib/net/include/adt/module_map.h (moved) * uspace/lib/net/include/arp_interface.h (moved) * uspace/lib/net/include/arp_messages.h (moved) * uspace/lib/net/include/ethernet_lsap.h (moved) * uspace/lib/net/include/ethernet_protocols.h (moved) * uspace/lib/net/include/icmp_client.h (moved) * uspace/lib/net/include/icmp_header.h (moved) * uspace/lib/net/include/icmp_interface.h (moved) * uspace/lib/net/include/il_interface.h (moved) * uspace/lib/net/include/il_messages.h (moved) * uspace/lib/net/include/il_standalone.h (added) * uspace/lib/net/include/ip_client.h (moved) * uspace/lib/net/include/ip_header.h (moved) * uspace/lib/net/include/ip_interface.h (moved) * uspace/lib/net/include/ip_messages.h (moved) * uspace/lib/net/include/net_checksum.h (moved) * uspace/lib/net/include/net_hardware.h (moved) * uspace/lib/net/include/net_interface.h (moved) * uspace/lib/net/include/net_net_messages.h (moved) * uspace/lib/net/include/netif.h (moved) * uspace/lib/net/include/netif_interface.h (moved) * uspace/lib/net/include/netif_messages.h (moved) * uspace/lib/net/include/netif_module.h (moved) * uspace/lib/net/include/netif_nil_bundle.h (added) * uspace/lib/net/include/netif_standalone.h (added) * uspace/lib/net/include/nil_interface.h (moved) * uspace/lib/net/include/nil_messages.h (moved) * uspace/lib/net/include/nil_module.h (moved) * uspace/lib/net/include/nil_standalone.h (added) * uspace/lib/net/include/protocol_map.h (moved) * uspace/lib/net/include/tl_common.h (moved) * uspace/lib/net/include/tl_interface.h (moved) * uspace/lib/net/include/tl_messages.h (moved) * uspace/lib/net/include/tl_standalone.h (added) * uspace/lib/net/netif/netif.c (moved) * uspace/lib/net/netif/netif_nil_bundle.c (moved) * uspace/lib/net/netif/netif_standalone.c (moved) * uspace/lib/net/nil/nil_remote.c (moved) * uspace/lib/net/tl/icmp_client.c (moved) * uspace/lib/net/tl/icmp_remote.c (moved) * uspace/lib/net/tl/tl_common.c (moved) * uspace/lib/netif/Makefile (added) * uspace/lib/netif/generic/netif_remote.c (moved) * uspace/lib/socket/Makefile (moved) * uspace/lib/socket/adt/char_map.c (moved) * uspace/lib/socket/adt/dynamic_fifo.c (moved) * uspace/lib/socket/adt/measured_strings.c (moved) * uspace/lib/socket/generic/icmp_api.c (moved) * uspace/lib/socket/generic/icmp_common.c (moved) * uspace/lib/socket/generic/inet.c (moved) * uspace/lib/socket/generic/net_modules.c (moved) * uspace/lib/socket/generic/socket_client.c (moved) * uspace/lib/socket/generic/socket_core.c (moved) * uspace/lib/socket/include/adt/char_map.h (moved) * uspace/lib/socket/include/adt/dynamic_fifo.h (moved) * uspace/lib/socket/include/adt/generic_char_map.h (moved) * uspace/lib/socket/include/adt/generic_field.h (moved) * uspace/lib/socket/include/adt/int_map.h (moved) * uspace/lib/socket/include/adt/measured_strings.h (moved) * uspace/lib/socket/include/icmp_api.h (moved) * uspace/lib/socket/include/icmp_codes.h (moved) * uspace/lib/socket/include/icmp_common.h (moved) * uspace/lib/socket/include/icmp_messages.h (moved) * uspace/lib/socket/include/in.h (moved) * uspace/lib/socket/include/in6.h (moved) * uspace/lib/socket/include/inet.h (moved) * uspace/lib/socket/include/ip_codes.h (moved) * uspace/lib/socket/include/ip_protocols.h (moved) * uspace/lib/socket/include/net_byteorder.h (moved) * uspace/lib/socket/include/net_device.h (moved) * uspace/lib/socket/include/net_err.h (moved) * uspace/lib/socket/include/net_messages.h (moved) * uspace/lib/socket/include/net_modules.h (moved) * uspace/lib/socket/include/netdb.h (moved) * uspace/lib/socket/include/packet/packet.h (moved) * uspace/lib/socket/include/packet/packet_client.h (moved) * uspace/lib/socket/include/packet/packet_header.h (moved) * uspace/lib/socket/include/packet/packet_messages.h (moved) * uspace/lib/socket/include/packet/packet_server.h (moved) * uspace/lib/socket/include/socket.h (moved) * uspace/lib/socket/include/socket_codes.h (moved) * uspace/lib/socket/include/socket_core.h (moved) * uspace/lib/socket/include/socket_errno.h (moved) * uspace/lib/socket/include/socket_messages.h (moved) * uspace/lib/socket/include/tcp_codes.h (moved) * uspace/lib/socket/packet/packet.c (moved) * uspace/lib/socket/packet/packet_client.c (moved) * uspace/lib/socket/packet/packet_server.c (moved) * uspace/srv/hw/netif/dp8390/Makefile (moved) * uspace/srv/hw/netif/dp8390/dp8390.c (moved) * uspace/srv/hw/netif/dp8390/dp8390.h (moved) * uspace/srv/hw/netif/dp8390/dp8390_drv.h (moved) * uspace/srv/hw/netif/dp8390/dp8390_module.c (moved) * uspace/srv/hw/netif/dp8390/dp8390_port.h (moved) * uspace/srv/hw/netif/dp8390/local.h (moved) * uspace/srv/hw/netif/dp8390/ne2000.c (moved) * uspace/srv/hw/netif/dp8390/ne2000.h (moved) * uspace/srv/net/Doxyfile (deleted) * uspace/srv/net/il/arp/Makefile (modified) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/arp/arp.h (modified) * uspace/srv/net/il/arp/arp_module.c (modified) * uspace/srv/net/il/ip/Makefile (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/il/ip/ip.h (modified) * uspace/srv/net/il/ip/ip_module.c (modified) * uspace/srv/net/module.c (deleted) * uspace/srv/net/net/Makefile (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/net/net.h (modified) * uspace/srv/net/net/net_bundle.c (modified) * uspace/srv/net/net/net_standalone.c (modified) * uspace/srv/net/net/start/Makefile (deleted) * uspace/srv/net/netif/lo/Makefile (modified) * uspace/srv/net/netif/lo/lo.c (modified) * uspace/srv/net/netstart/Makefile (added) * uspace/srv/net/netstart/configuration.h (moved) * uspace/srv/net/netstart/netstart.c (moved) * uspace/srv/net/netstart/self_test.c (moved) * uspace/srv/net/netstart/self_test.h (moved) * uspace/srv/net/nil/eth/Makefile (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/eth/eth.h (modified) * uspace/srv/net/nil/eth/eth_module.c (modified) * uspace/srv/net/nil/nildummy/Makefile (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) * uspace/srv/net/nil/nildummy/nildummy.h (modified) * uspace/srv/net/nil/nildummy/nildummy_module.c (modified) * uspace/srv/net/tl/icmp/Makefile (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) * uspace/srv/net/tl/icmp/icmp.h (modified) * uspace/srv/net/tl/icmp/icmp_module.c (modified) * uspace/srv/net/tl/tcp/Makefile (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/tcp/tcp.h (modified) * uspace/srv/net/tl/tcp/tcp_module.c (modified) * uspace/srv/net/tl/tcp/tcp_module.h (modified) * uspace/srv/net/tl/udp/Makefile (modified) * uspace/srv/net/tl/udp/udp.c (modified) * uspace/srv/net/tl/udp/udp.h (modified) * uspace/srv/net/tl/udp/udp_module.c (modified) * uspace/srv/net/tl/udp/udp_module.h (modified) Networking work: Split the networking stack into end-user library ... Sat, 27 Mar 2010 09:56:55 GMT Jiri Svoboda [5da468e] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/input.h (modified) * uspace/app/bdsh/scli.c (modified) * uspace/lib/clui/Makefile (added) * uspace/lib/clui/tinput.c (added) * uspace/lib/clui/tinput.h (added) Merge mainline changes. Sat, 27 Mar 2010 09:49:56 GMT Jiri Svoboda [36a75a2] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/input.h (modified) * uspace/app/bdsh/scli.c (modified) * uspace/lib/clui/Makefile (added) * uspace/lib/clui/tinput.c (added) * uspace/lib/clui/tinput.h (added) Move text input from Bdsh to a separate library, clui. Fri, 26 Mar 2010 22:01:28 GMT Jiri Svoboda [12d7710] * HelenOS.config (modified) * boot/Makefile.common (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/sparc64/sun4v/Makefile.config (modified) * defaults/special/abs32le/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/asm.h (modified) * kernel/arch/abs32le/include/atomic.h (modified) * kernel/arch/abs32le/include/faddr.h (modified) * kernel/arch/abs32le/include/fpu_context.h (modified) * kernel/arch/abs32le/include/interrupt.h (modified) * kernel/arch/abs32le/include/mm/asid.h (modified) * kernel/arch/abs32le/include/mm/frame.h (modified) * kernel/arch/abs32le/include/mm/page.h (modified) * kernel/arch/abs32le/include/proc/task.h (modified) * kernel/arch/abs32le/include/proc/thread.h (modified) * kernel/arch/abs32le/include/types.h (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/abs32le/src/cpu/cpu.c (modified) * kernel/arch/abs32le/src/ddi/ddi.c (modified) * kernel/arch/abs32le/src/debug/stacktrace.c (modified) * kernel/arch/abs32le/src/mm/page.c (modified) * kernel/arch/abs32le/src/mm/tlb.c (modified) * kernel/arch/abs32le/src/userspace.c (modified) * kernel/arch/amd64/include/asm.h (modified) * kernel/arch/amd64/include/atomic.h (modified) * kernel/arch/amd64/include/context.h (modified) * kernel/arch/amd64/include/cpuid.h (modified) * kernel/arch/amd64/include/debugger.h (modified) * kernel/arch/amd64/include/faddr.h (modified) * kernel/arch/amd64/include/interrupt.h (modified) * kernel/arch/amd64/include/mm/frame.h (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/amd64/include/pm.h (modified) * kernel/arch/amd64/include/proc/task.h (modified) * kernel/arch/amd64/include/types.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/cpu/cpu.c (modified) * kernel/arch/amd64/src/ddi/ddi.c (modified) * kernel/arch/amd64/src/debug/stacktrace.c (modified) * kernel/arch/amd64/src/proc/task.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/include/asm.h (modified) * kernel/arch/arm32/include/context.h (modified) * kernel/arch/arm32/include/cpu.h (modified) * kernel/arch/arm32/include/exception.h (modified) * kernel/arch/arm32/include/faddr.h (modified) * kernel/arch/arm32/include/fpu_context.h (modified) * kernel/arch/arm32/include/interrupt.h (modified) * kernel/arch/arm32/include/machine_func.h (modified) * kernel/arch/arm32/include/mm/asid.h (modified) * kernel/arch/arm32/include/mm/frame.h (modified) * kernel/arch/arm32/include/mm/page_fault.h (modified) * kernel/arch/arm32/include/ras.h (modified) * kernel/arch/arm32/include/types.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/ddi/ddi.c (modified) * kernel/arch/arm32/src/debug/stacktrace.c (modified) * kernel/arch/arm32/src/mm/page.c (modified) * kernel/arch/arm32/src/mm/tlb.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/include/asm.h (modified) * kernel/arch/ia32/include/atomic.h (modified) * kernel/arch/ia32/include/bios/bios.h (modified) * kernel/arch/ia32/include/boot/memmap.h (modified) * kernel/arch/ia32/include/context.h (modified) * kernel/arch/ia32/include/cpuid.h (modified) * kernel/arch/ia32/include/drivers/i8254.h (modified) * kernel/arch/ia32/include/drivers/i8259.h (modified) * kernel/arch/ia32/include/drivers/vesa.h (modified) * kernel/arch/ia32/include/faddr.h (modified) * kernel/arch/ia32/include/fpu_context.h (modified) * kernel/arch/ia32/include/interrupt.h (modified) * kernel/arch/ia32/include/mm/asid.h (modified) * kernel/arch/ia32/include/mm/frame.h (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32/include/pm.h (modified) * kernel/arch/ia32/include/proc/task.h (modified) * kernel/arch/ia32/include/proc/thread.h (modified) * kernel/arch/ia32/include/smp/apic.h (modified) * kernel/arch/ia32/include/smp/mps.h (modified) * kernel/arch/ia32/include/smp/smp.h (modified) * kernel/arch/ia32/include/types.h (modified) * kernel/arch/ia32/src/bios/bios.c (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/ddi/ddi.c (modified) * kernel/arch/ia32/src/debug/stacktrace.c (modified) * kernel/arch/ia32/src/drivers/i8254.c (modified) * kernel/arch/ia32/src/drivers/i8259.c (modified) * kernel/arch/ia32/src/drivers/vesa.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/mm/tlb.c (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/arch/ia32/src/proc/task.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/smp/mps.c (modified) * kernel/arch/ia32/src/syscall.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/include/asm.h (modified) * kernel/arch/ia64/include/bootinfo.h (modified) * kernel/arch/ia64/include/context.h (modified) * kernel/arch/ia64/include/cpu.h (modified) * kernel/arch/ia64/include/faddr.h (modified) * kernel/arch/ia64/include/fpu_context.h (modified) * kernel/arch/ia64/include/interrupt.h (modified) * kernel/arch/ia64/include/mm/asid.h (modified) * kernel/arch/ia64/include/mm/frame.h (modified) * kernel/arch/ia64/include/mm/page.h (modified) * kernel/arch/ia64/include/mm/tlb.h (modified) * kernel/arch/ia64/include/register.h (modified) * kernel/arch/ia64/include/types.h (modified) * kernel/arch/ia64/src/ddi/ddi.c (modified) * kernel/arch/ia64/src/debug/stacktrace.c (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/ia64/src/mm/page.c (modified) * kernel/arch/ia64/src/smp/smp.c (modified) * kernel/arch/mips32/include/asm.h (modified) * kernel/arch/mips32/include/context.h (modified) * kernel/arch/mips32/include/cp0.h (modified) * kernel/arch/mips32/include/cpu.h (modified) * kernel/arch/mips32/include/debugger.h (modified) * kernel/arch/mips32/include/exception.h (modified) * kernel/arch/mips32/include/faddr.h (modified) * kernel/arch/mips32/include/fpu_context.h (modified) * kernel/arch/mips32/include/mm/asid.h (modified) * kernel/arch/mips32/include/mm/tlb.h (modified) * kernel/arch/mips32/include/types.h (modified) * kernel/arch/mips32/src/ddi/ddi.c (modified) * kernel/arch/mips32/src/debug/stacktrace.c (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/interrupt.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/include/asm.h (modified) * kernel/arch/ppc32/include/boot/boot.h (modified) * kernel/arch/ppc32/include/context.h (modified) * kernel/arch/ppc32/include/cpuid.h (modified) * kernel/arch/ppc32/include/drivers/pic.h (modified) * kernel/arch/ppc32/include/exception.h (modified) * kernel/arch/ppc32/include/faddr.h (modified) * kernel/arch/ppc32/include/fpu_context.h (modified) * kernel/arch/ppc32/include/mm/asid.h (modified) * kernel/arch/ppc32/include/mm/frame.h (modified) * kernel/arch/ppc32/include/mm/tlb.h (modified) * kernel/arch/ppc32/include/types.h (modified) * kernel/arch/ppc32/src/ddi/ddi.c (modified) * kernel/arch/ppc32/src/debug/stacktrace.c (modified) * kernel/arch/ppc32/src/interrupt.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/asm.h (modified) * kernel/arch/sparc64/include/atomic.h (modified) * kernel/arch/sparc64/include/boot/boot.h (modified) * kernel/arch/sparc64/include/context.h (modified) * kernel/arch/sparc64/include/cpu.h (modified) * kernel/arch/sparc64/include/drivers/fhc.h (modified) * kernel/arch/sparc64/include/drivers/kbd.h (modified) * kernel/arch/sparc64/include/drivers/pci.h (modified) * kernel/arch/sparc64/include/drivers/scr.h (modified) * kernel/arch/sparc64/include/drivers/sgcn.h (modified) * kernel/arch/sparc64/include/faddr.h (modified) * kernel/arch/sparc64/include/fpu_context.h (modified) * kernel/arch/sparc64/include/interrupt.h (modified) * kernel/arch/sparc64/include/mm/asid.h (modified) * kernel/arch/sparc64/include/mm/sun4u/frame.h (modified) * kernel/arch/sparc64/include/mm/sun4u/mmu.h (modified) * kernel/arch/sparc64/include/mm/sun4u/tlb.h (modified) * kernel/arch/sparc64/include/mm/sun4u/tsb.h (modified) * kernel/arch/sparc64/include/mm/sun4u/tte.h (modified) * kernel/arch/sparc64/include/mm/sun4v/frame.h (modified) * kernel/arch/sparc64/include/mm/sun4v/tlb.h (modified) * kernel/arch/sparc64/include/mm/sun4v/tsb.h (modified) * kernel/arch/sparc64/include/mm/sun4v/tte.h (modified) * kernel/arch/sparc64/include/proc/thread.h (modified) * kernel/arch/sparc64/include/register.h (modified) * kernel/arch/sparc64/include/sun4u/cpu.h (modified) * kernel/arch/sparc64/include/sun4v/hypercall.h (modified) * kernel/arch/sparc64/include/sun4v/ipi.h (modified) * kernel/arch/sparc64/include/sun4v/register.h (modified) * kernel/arch/sparc64/include/trap/trap_table.h (modified) * kernel/arch/sparc64/include/types.h (modified) * kernel/arch/sparc64/src/console.c (modified) * kernel/arch/sparc64/src/ddi/ddi.c (modified) * kernel/arch/sparc64/src/debug/stacktrace.c (modified) * kernel/arch/sparc64/src/drivers/fhc.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/arch/sparc64/src/drivers/scr.c (modified) * kernel/arch/sparc64/src/drivers/sgcn.c (modified) * kernel/arch/sparc64/src/mm/sun4u/frame.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tsb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/frame.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tsb.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/md.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/arch/sparc64/src/trap/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4u/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4v/interrupt.c (modified) * kernel/arch/sparc64/src/trap/trap.c (modified) * kernel/genarch/include/acpi/acpi.h (modified) * kernel/genarch/include/drivers/dsrln/dsrlnin.h (modified) * kernel/genarch/include/drivers/dsrln/dsrlnout.h (modified) * kernel/genarch/include/drivers/ega/ega.h (modified) * kernel/genarch/include/drivers/i8042/i8042.h (modified) * kernel/genarch/include/drivers/legacy/ia32/io.h (modified) * kernel/genarch/include/drivers/ns16550/ns16550.h (modified) * kernel/genarch/include/drivers/pl050/pl050.h (modified) * kernel/genarch/include/drivers/via-cuda/cuda.h (modified) * kernel/genarch/include/drivers/z8530/z8530.h (modified) * kernel/genarch/include/fb/fb.h (modified) * kernel/genarch/include/fb/logo-196x66.h (modified) * kernel/genarch/include/mm/as_ht.h (modified) * kernel/genarch/include/mm/page_ht.h (modified) * kernel/genarch/include/mm/page_pt.h (modified) * kernel/genarch/include/multiboot/multiboot.h (modified) * kernel/genarch/include/ofw/ebus.h (modified) * kernel/genarch/include/ofw/fhc.h (modified) * kernel/genarch/include/ofw/ofw_tree.h (modified) * kernel/genarch/include/ofw/pci.h (modified) * kernel/genarch/include/ofw/sbus.h (modified) * kernel/genarch/include/ofw/upa.h (modified) * kernel/genarch/src/acpi/madt.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnout.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/kbrd/scanc_mac.c (modified) * kernel/genarch/src/kbrd/scanc_pc.c (modified) * kernel/genarch/src/kbrd/scanc_pl050.c (modified) * kernel/genarch/src/kbrd/scanc_sun.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/ofw/ebus.c (modified) * kernel/genarch/src/ofw/fhc.c (modified) * kernel/genarch/src/ofw/ofw_tree.c (modified) * kernel/genarch/src/ofw/pci.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/adt/avl.h (modified) * kernel/generic/include/adt/bitmap.h (modified) * kernel/generic/include/adt/btree.h (modified) * kernel/generic/include/adt/hash_table.h (modified) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/atomic.h (modified) * kernel/generic/include/byteorder.h (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/console/chardev.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/context.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ddi/device.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/func.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/event.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/lib/elf.h (modified) * kernel/generic/include/lib/rd.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/main/main.h (modified) * kernel/generic/include/main/uinit.h (modified) * kernel/generic/include/memstr.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/buddy.h (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/include/mm/tlb.h (modified) * kernel/generic/include/print.h (modified) * kernel/generic/include/proc/program.h (modified) * kernel/generic/include/proc/scheduler.h (modified) * kernel/generic/include/security/cap.h (modified) * kernel/generic/include/sort.h (modified) * kernel/generic/include/stacktrace.h (modified) * kernel/generic/include/str.h (moved) * kernel/generic/include/symtab.h (modified) * kernel/generic/include/synch/condvar.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/include/synch/mutex.h (modified) * kernel/generic/include/synch/rwlock.h (modified) * kernel/generic/include/synch/semaphore.h (modified) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/include/syscall/copy.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/include/time/clock.h (modified) * kernel/generic/include/time/delay.h (modified) * kernel/generic/include/time/timeout.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/include/userspace.h (modified) * kernel/generic/src/adt/bitmap.c (modified) * kernel/generic/src/adt/hash_table.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/device.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/debug/stacktrace.c (modified) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/lib/memstr.c (modified) * kernel/generic/src/lib/str.c (moved) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/uinit.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/buddy.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/generic/src/printf/vprintf.c (modified) * kernel/generic/src/printf/vsnprintf.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/time/delay.c (modified) * kernel/generic/src/time/timeout.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/avltree/avltree1.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/mapping1.c (modified) * kernel/test/mm/purge1.c (modified) * kernel/test/synch/rwlock4.c (modified) * kernel/test/synch/semaphore2.c (modified) * kernel/test/test.h (modified) * uspace/Makefile (modified) * uspace/Makefile.common (added) * uspace/app/Makefile.common (deleted) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/builtin_cmds.c (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/mod_cmds.c (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/touch/touch.c (modified) * uspace/app/bdsh/errors.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/scli.c (modified) * uspace/app/bdsh/util.c (modified) * uspace/app/edit/Makefile (modified) * uspace/app/edit/sheet.c (modified) * uspace/app/getterm/Makefile (modified) * uspace/app/init/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/klog/Makefile (modified) * uspace/app/mkfat/Makefile (modified) * uspace/app/redir/Makefile (modified) * uspace/app/redir/redir.c (modified) * uspace/app/taskdump/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/tetris/input.c (modified) * uspace/app/tetris/scores.c (modified) * uspace/app/tetris/scores.h (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/tetris/tetris.c (modified) * uspace/app/trace/Makefile (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/Makefile.common (deleted) * uspace/lib/block/Makefile (moved) * uspace/lib/block/libblock.c (moved) * uspace/lib/block/libblock.h (moved) * uspace/lib/c/Makefile (moved) * uspace/lib/c/Makefile.toolchain (moved) * uspace/lib/c/arch/abs32le/Makefile.common (added) * uspace/lib/c/arch/abs32le/Makefile.inc (moved) * uspace/lib/c/arch/abs32le/_link.ld.in (moved) * uspace/lib/c/arch/abs32le/include/atomic.h (moved) * uspace/lib/c/arch/abs32le/include/config.h (moved) * uspace/lib/c/arch/abs32le/include/ddi.h (moved) * uspace/lib/c/arch/abs32le/include/entry.h (moved) * uspace/lib/c/arch/abs32le/include/faddr.h (moved) * uspace/lib/c/arch/abs32le/include/fibril.h (moved) * uspace/lib/c/arch/abs32le/include/inttypes.h (moved) * uspace/lib/c/arch/abs32le/include/istate.h (moved) * uspace/lib/c/arch/abs32le/include/limits.h (moved) * uspace/lib/c/arch/abs32le/include/syscall.h (moved) * uspace/lib/c/arch/abs32le/include/thread.h (moved) * uspace/lib/c/arch/abs32le/include/tls.h (moved) * uspace/lib/c/arch/abs32le/include/types.h (moved) * uspace/lib/c/arch/abs32le/src/entry.c (moved) * uspace/lib/c/arch/abs32le/src/fibril.c (moved) * uspace/lib/c/arch/abs32le/src/stacktrace.c (moved) * uspace/lib/c/arch/abs32le/src/syscall.c (moved) * uspace/lib/c/arch/abs32le/src/thread_entry.c (moved) * uspace/lib/c/arch/abs32le/src/tls.c (moved) * uspace/lib/c/arch/amd64/Makefile.common (moved) * uspace/lib/c/arch/amd64/Makefile.inc (moved) * uspace/lib/c/arch/amd64/_link.ld.in (moved) * uspace/lib/c/arch/amd64/include/atomic.h (moved) * uspace/lib/c/arch/amd64/include/config.h (moved) * uspace/lib/c/arch/amd64/include/ddi.h (moved) * uspace/lib/c/arch/amd64/include/faddr.h (moved) * uspace/lib/c/arch/amd64/include/fibril.h (moved) * uspace/lib/c/arch/amd64/include/inttypes.h (moved) * uspace/lib/c/arch/amd64/include/istate.h (moved) * uspace/lib/c/arch/amd64/include/limits.h (moved) * uspace/lib/c/arch/amd64/include/stackarg.h (moved) * uspace/lib/c/arch/amd64/include/syscall.h (moved) * uspace/lib/c/arch/amd64/include/thread.h (moved) * uspace/lib/c/arch/amd64/include/tls.h (moved) * uspace/lib/c/arch/amd64/include/types.h (moved) * uspace/lib/c/arch/amd64/src/entry.s (moved) * uspace/lib/c/arch/amd64/src/fibril.S (moved) * uspace/lib/c/arch/amd64/src/stacktrace.c (moved) * uspace/lib/c/arch/amd64/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/amd64/src/syscall.S (moved) * uspace/lib/c/arch/amd64/src/thread_entry.s (moved) * uspace/lib/c/arch/amd64/src/tls.c (moved) * uspace/lib/c/arch/arm32/Makefile.common (added) * uspace/lib/c/arch/arm32/Makefile.inc (moved) * uspace/lib/c/arch/arm32/_link.ld.in (moved) * uspace/lib/c/arch/arm32/include/atomic.h (moved) * uspace/lib/c/arch/arm32/include/config.h (moved) * uspace/lib/c/arch/arm32/include/ddi.h (moved) * uspace/lib/c/arch/arm32/include/faddr.h (moved) * uspace/lib/c/arch/arm32/include/fibril.h (moved) * uspace/lib/c/arch/arm32/include/inttypes.h (moved) * uspace/lib/c/arch/arm32/include/istate.h (moved) * uspace/lib/c/arch/arm32/include/limits.h (moved) * uspace/lib/c/arch/arm32/include/stackarg.h (moved) * uspace/lib/c/arch/arm32/include/syscall.h (moved) * uspace/lib/c/arch/arm32/include/thread.h (moved) * uspace/lib/c/arch/arm32/include/tls.h (moved) * uspace/lib/c/arch/arm32/include/types.h (moved) * uspace/lib/c/arch/arm32/src/eabi.S (moved) * uspace/lib/c/arch/arm32/src/entry.s (moved) * uspace/lib/c/arch/arm32/src/fibril.S (moved) * uspace/lib/c/arch/arm32/src/stacktrace.c (moved) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/arm32/src/syscall.c (moved) * uspace/lib/c/arch/arm32/src/thread_entry.s (moved) * uspace/lib/c/arch/arm32/src/tls.c (moved) * uspace/lib/c/arch/ia32/Makefile.common (added) * uspace/lib/c/arch/ia32/Makefile.inc (moved) * uspace/lib/c/arch/ia32/_link.ld.in (moved) * uspace/lib/c/arch/ia32/include/atomic.h (moved) * uspace/lib/c/arch/ia32/include/config.h (moved) * uspace/lib/c/arch/ia32/include/ddi.h (moved) * uspace/lib/c/arch/ia32/include/faddr.h (moved) * uspace/lib/c/arch/ia32/include/fibril.h (moved) * uspace/lib/c/arch/ia32/include/inttypes.h (moved) * uspace/lib/c/arch/ia32/include/istate.h (moved) * uspace/lib/c/arch/ia32/include/limits.h (moved) * uspace/lib/c/arch/ia32/include/syscall.h (moved) * uspace/lib/c/arch/ia32/include/thread.h (moved) * uspace/lib/c/arch/ia32/include/tls.h (moved) * uspace/lib/c/arch/ia32/include/types.h (moved) * uspace/lib/c/arch/ia32/src/entry.s (moved) * uspace/lib/c/arch/ia32/src/fibril.S (moved) * uspace/lib/c/arch/ia32/src/setjmp.S (moved) * uspace/lib/c/arch/ia32/src/stacktrace.c (moved) * uspace/lib/c/arch/ia32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/ia32/src/syscall.S (moved) * uspace/lib/c/arch/ia32/src/thread_entry.s (moved) * uspace/lib/c/arch/ia32/src/tls.c (moved) * uspace/lib/c/arch/ia64/Makefile.common (added) * uspace/lib/c/arch/ia64/Makefile.inc (moved) * uspace/lib/c/arch/ia64/_link.ld.in (moved) * uspace/lib/c/arch/ia64/include/atomic.h (moved) * uspace/lib/c/arch/ia64/include/config.h (moved) * uspace/lib/c/arch/ia64/include/ddi.h (moved) * uspace/lib/c/arch/ia64/include/faddr.h (moved) * uspace/lib/c/arch/ia64/include/fibril.h (moved) * uspace/lib/c/arch/ia64/include/inttypes.h (moved) * uspace/lib/c/arch/ia64/include/istate.h (moved) * uspace/lib/c/arch/ia64/include/limits.h (moved) * uspace/lib/c/arch/ia64/include/stack.h (moved) * uspace/lib/c/arch/ia64/include/stackarg.h (moved) * uspace/lib/c/arch/ia64/include/syscall.h (moved) * uspace/lib/c/arch/ia64/include/thread.h (moved) * uspace/lib/c/arch/ia64/include/tls.h (moved) * uspace/lib/c/arch/ia64/include/types.h (moved) * uspace/lib/c/arch/ia64/src/ddi.c (moved) * uspace/lib/c/arch/ia64/src/entry.s (moved) * uspace/lib/c/arch/ia64/src/fibril.S (moved) * uspace/lib/c/arch/ia64/src/stacktrace.c (moved) * uspace/lib/c/arch/ia64/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/ia64/src/syscall.S (moved) * uspace/lib/c/arch/ia64/src/thread_entry.s (moved) * uspace/lib/c/arch/ia64/src/tls.c (moved) * uspace/lib/c/arch/mips32/Makefile.common (added) * uspace/lib/c/arch/mips32/Makefile.inc (moved) * uspace/lib/c/arch/mips32/_link.ld.in (moved) * uspace/lib/c/arch/mips32/include/atomic.h (moved) * uspace/lib/c/arch/mips32/include/config.h (moved) * uspace/lib/c/arch/mips32/include/ddi.h (moved) * uspace/lib/c/arch/mips32/include/faddr.h (moved) * uspace/lib/c/arch/mips32/include/fibril.h (moved) * uspace/lib/c/arch/mips32/include/inttypes.h (moved) * uspace/lib/c/arch/mips32/include/istate.h (moved) * uspace/lib/c/arch/mips32/include/limits.h (moved) * uspace/lib/c/arch/mips32/include/syscall.h (moved) * uspace/lib/c/arch/mips32/include/thread.h (moved) * uspace/lib/c/arch/mips32/include/tls.h (moved) * uspace/lib/c/arch/mips32/include/types.h (moved) * uspace/lib/c/arch/mips32/src/entry.s (moved) * uspace/lib/c/arch/mips32/src/fibril.S (moved) * uspace/lib/c/arch/mips32/src/stacktrace.c (moved) * uspace/lib/c/arch/mips32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/mips32/src/syscall.c (moved) * uspace/lib/c/arch/mips32/src/thread_entry.s (moved) * uspace/lib/c/arch/mips32/src/tls.c (moved) * uspace/lib/c/arch/mips32eb/Makefile.common (added) * uspace/lib/c/arch/mips32eb/Makefile.inc (moved) * uspace/lib/c/arch/mips32eb/_link.ld.in (moved) * uspace/lib/c/arch/mips32eb/include/atomic.h (moved) * uspace/lib/c/arch/mips32eb/include/config.h (moved) * uspace/lib/c/arch/mips32eb/include/ddi.h (moved) * uspace/lib/c/arch/mips32eb/include/faddr.h (moved) * uspace/lib/c/arch/mips32eb/include/fibril.h (moved) * uspace/lib/c/arch/mips32eb/include/inttypes.h (moved) * uspace/lib/c/arch/mips32eb/include/istate.h (moved) * uspace/lib/c/arch/mips32eb/include/limits.h (moved) * uspace/lib/c/arch/mips32eb/include/syscall.h (moved) * uspace/lib/c/arch/mips32eb/include/thread.h (moved) * uspace/lib/c/arch/mips32eb/include/tls.h (moved) * uspace/lib/c/arch/mips32eb/include/types.h (moved) * uspace/lib/c/arch/mips32eb/src (moved) * uspace/lib/c/arch/ppc32/Makefile.common (added) * uspace/lib/c/arch/ppc32/Makefile.inc (moved) * uspace/lib/c/arch/ppc32/_link.ld.in (moved) * uspace/lib/c/arch/ppc32/include/atomic.h (moved) * uspace/lib/c/arch/ppc32/include/config.h (moved) * uspace/lib/c/arch/ppc32/include/ddi.h (moved) * uspace/lib/c/arch/ppc32/include/faddr.h (moved) * uspace/lib/c/arch/ppc32/include/fibril.h (moved) * uspace/lib/c/arch/ppc32/include/inttypes.h (moved) * uspace/lib/c/arch/ppc32/include/istate.h (moved) * uspace/lib/c/arch/ppc32/include/limits.h (moved) * uspace/lib/c/arch/ppc32/include/regname.h (moved) * uspace/lib/c/arch/ppc32/include/stackarg.h (moved) * uspace/lib/c/arch/ppc32/include/syscall.h (moved) * uspace/lib/c/arch/ppc32/include/thread.h (moved) * uspace/lib/c/arch/ppc32/include/tls.h (moved) * uspace/lib/c/arch/ppc32/include/types.h (moved) * uspace/lib/c/arch/ppc32/src/entry.s (moved) * uspace/lib/c/arch/ppc32/src/fibril.S (moved) * uspace/lib/c/arch/ppc32/src/stacktrace.c (moved) * uspace/lib/c/arch/ppc32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/ppc32/src/syscall.c (moved) * uspace/lib/c/arch/ppc32/src/thread_entry.s (moved) * uspace/lib/c/arch/ppc32/src/tls.c (moved) * uspace/lib/c/arch/sparc64/Makefile.common (moved) * uspace/lib/c/arch/sparc64/Makefile.inc (added) * uspace/lib/c/arch/sparc64/_link.ld.in (moved) * uspace/lib/c/arch/sparc64/include/atomic.h (moved) * uspace/lib/c/arch/sparc64/include/config.h (moved) * uspace/lib/c/arch/sparc64/include/ddi.h (moved) * uspace/lib/c/arch/sparc64/include/faddr.h (moved) * uspace/lib/c/arch/sparc64/include/fibril.h (moved) * uspace/lib/c/arch/sparc64/include/inttypes.h (moved) * uspace/lib/c/arch/sparc64/include/istate.h (moved) * uspace/lib/c/arch/sparc64/include/limits.h (moved) * uspace/lib/c/arch/sparc64/include/stack.h (moved) * uspace/lib/c/arch/sparc64/include/stackarg.h (moved) * uspace/lib/c/arch/sparc64/include/syscall.h (moved) * uspace/lib/c/arch/sparc64/include/thread.h (moved) * uspace/lib/c/arch/sparc64/include/tls.h (moved) * uspace/lib/c/arch/sparc64/include/types.h (moved) * uspace/lib/c/arch/sparc64/src/entry.s (moved) * uspace/lib/c/arch/sparc64/src/fibril.S (moved) * uspace/lib/c/arch/sparc64/src/stacktrace.c (moved) * uspace/lib/c/arch/sparc64/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/sparc64/src/thread_entry.s (moved) * uspace/lib/c/arch/sparc64/src/tls.c (moved) * uspace/lib/c/generic/adt/hash_table.c (moved) * uspace/lib/c/generic/adt/list.c (moved) * uspace/lib/c/generic/as.c (moved) * uspace/lib/c/generic/async.c (moved) * uspace/lib/c/generic/cap.c (moved) * uspace/lib/c/generic/clipboard.c (moved) * uspace/lib/c/generic/ddi.c (moved) * uspace/lib/c/generic/devmap.c (moved) * uspace/lib/c/generic/err.c (moved) * uspace/lib/c/generic/errno.c (moved) * uspace/lib/c/generic/event.c (moved) * uspace/lib/c/generic/fibril.c (moved) * uspace/lib/c/generic/fibril_synch.c (moved) * uspace/lib/c/generic/futex.c (moved) * uspace/lib/c/generic/getopt.c (moved) * uspace/lib/c/generic/io/asprintf.c (moved) * uspace/lib/c/generic/io/console.c (moved) * uspace/lib/c/generic/io/io.c (moved) * uspace/lib/c/generic/io/klog.c (moved) * uspace/lib/c/generic/io/printf.c (moved) * uspace/lib/c/generic/io/printf_core.c (moved) * uspace/lib/c/generic/io/snprintf.c (moved) * uspace/lib/c/generic/io/vprintf.c (moved) * uspace/lib/c/generic/io/vsnprintf.c (moved) * uspace/lib/c/generic/ipc.c (moved) * uspace/lib/c/generic/libc.c (moved) * uspace/lib/c/generic/loader.c (moved) * uspace/lib/c/generic/malloc.c (moved) * uspace/lib/c/generic/mem.c (moved) * uspace/lib/c/generic/mman.c (moved) * uspace/lib/c/generic/pcb.c (moved) * uspace/lib/c/generic/smc.c (moved) * uspace/lib/c/generic/stacktrace.c (moved) * uspace/lib/c/generic/stdlib.c (moved) * uspace/lib/c/generic/str.c (moved) * uspace/lib/c/generic/sysinfo.c (moved) * uspace/lib/c/generic/task.c (moved) * uspace/lib/c/generic/thread.c (moved) * uspace/lib/c/generic/time.c (moved) * uspace/lib/c/generic/tls.c (moved) * uspace/lib/c/generic/udebug.c (moved) * uspace/lib/c/generic/vfs/canonify.c (moved) * uspace/lib/c/generic/vfs/vfs.c (moved) * uspace/lib/c/include/adt/fifo.h (moved) * uspace/lib/c/include/adt/gcdlcm.h (moved) * uspace/lib/c/include/adt/hash_table.h (moved) * uspace/lib/c/include/adt/list.h (moved) * uspace/lib/c/include/align.h (moved) * uspace/lib/c/include/as.h (moved) * uspace/lib/c/include/assert.h (moved) * uspace/lib/c/include/async.h (moved) * uspace/lib/c/include/async_priv.h (moved) * uspace/lib/c/include/atomic.h (moved) * uspace/lib/c/include/atomicdflt.h (moved) * uspace/lib/c/include/bitops.h (moved) * uspace/lib/c/include/bool.h (moved) * uspace/lib/c/include/byteorder.h (moved) * uspace/lib/c/include/cap.h (moved) * uspace/lib/c/include/clipboard.h (moved) * uspace/lib/c/include/ctype.h (moved) * uspace/lib/c/include/ddi.h (moved) * uspace/lib/c/include/devmap.h (moved) * uspace/lib/c/include/dirent.h (moved) * uspace/lib/c/include/err.h (moved) * uspace/lib/c/include/errno.h (moved) * uspace/lib/c/include/event.h (moved) * uspace/lib/c/include/fcntl.h (moved) * uspace/lib/c/include/fibril.h (moved) * uspace/lib/c/include/fibril_synch.h (moved) * uspace/lib/c/include/futex.h (moved) * uspace/lib/c/include/getopt.h (moved) * uspace/lib/c/include/inttypes.h (moved) * uspace/lib/c/include/io/color.h (moved) * uspace/lib/c/include/io/console.h (moved) * uspace/lib/c/include/io/keycode.h (moved) * uspace/lib/c/include/io/klog.h (moved) * uspace/lib/c/include/io/printf_core.h (moved) * uspace/lib/c/include/io/style.h (moved) * uspace/lib/c/include/ipc/adb.h (moved) * uspace/lib/c/include/ipc/bd.h (moved) * uspace/lib/c/include/ipc/bus.h (moved) * uspace/lib/c/include/ipc/char.h (moved) * uspace/lib/c/include/ipc/clipboard.h (moved) * uspace/lib/c/include/ipc/console.h (moved) * uspace/lib/c/include/ipc/devmap.h (moved) * uspace/lib/c/include/ipc/fb.h (moved) * uspace/lib/c/include/ipc/ipc.h (moved) * uspace/lib/c/include/ipc/kbd.h (moved) * uspace/lib/c/include/ipc/loader.h (moved) * uspace/lib/c/include/ipc/mouse.h (moved) * uspace/lib/c/include/ipc/ns.h (moved) * uspace/lib/c/include/ipc/services.h (moved) * uspace/lib/c/include/ipc/vfs.h (moved) * uspace/lib/c/include/libc.h (moved) * uspace/lib/c/include/limits.h (moved) * uspace/lib/c/include/loader/loader.h (moved) * uspace/lib/c/include/loader/pcb.h (moved) * uspace/lib/c/include/macros.h (moved) * uspace/lib/c/include/malloc.h (moved) * uspace/lib/c/include/mem.h (moved) * uspace/lib/c/include/rwlock.h (moved) * uspace/lib/c/include/setjmp.h (moved) * uspace/lib/c/include/smc.h (moved) * uspace/lib/c/include/stacktrace.h (moved) * uspace/lib/c/include/stdarg.h (moved) * uspace/lib/c/include/stddef.h (moved) * uspace/lib/c/include/stdint.h (moved) * uspace/lib/c/include/stdio.h (moved) * uspace/lib/c/include/stdlib.h (moved) * uspace/lib/c/include/str.h (moved) * uspace/lib/c/include/sys/mman.h (moved) * uspace/lib/c/include/sys/stat.h (moved) * uspace/lib/c/include/sys/time.h (moved) * uspace/lib/c/include/sys/typefmt.h (moved) * uspace/lib/c/include/sys/types.h (moved) * uspace/lib/c/include/syscall.h (moved) * uspace/lib/c/include/sysinfo.h (moved) * uspace/lib/c/include/task.h (moved) * uspace/lib/c/include/thread.h (moved) * uspace/lib/c/include/time.h (moved) * uspace/lib/c/include/tls.h (moved) * uspace/lib/c/include/udebug.h (moved) * uspace/lib/c/include/unistd.h (moved) * uspace/lib/c/include/vfs/canonify.h (moved) * uspace/lib/c/include/vfs/vfs.h (moved) * uspace/lib/fs/Makefile (moved) * uspace/lib/fs/libfs.c (moved) * uspace/lib/fs/libfs.h (moved) * uspace/lib/pci/COPYING (moved) * uspace/lib/pci/Makefile (moved) * uspace/lib/pci/VERSION (moved) * uspace/lib/pci/access.c (moved) * uspace/lib/pci/generic.c (moved) * uspace/lib/pci/header.h (moved) * uspace/lib/pci/i386-ports.c (moved) * uspace/lib/pci/internal.h (moved) * uspace/lib/pci/names.c (moved) * uspace/lib/pci/pci.h (moved) * uspace/lib/pci/pci_ids.h (moved) * uspace/lib/pci/sysdep.h (moved) * uspace/lib/pci/types.h (moved) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softint/Makefile (modified) * uspace/srv/Makefile.common (deleted) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/part/guid_part/Makefile (modified) * uspace/srv/bd/part/mbr_part/Makefile (modified) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/clip/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/hid/adb_mouse/Makefile (modified) * uspace/srv/hid/char_mouse/Makefile (modified) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/Makefile.build (deleted) * uspace/srv/hid/console/Makefile.common (deleted) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gcons.c (modified) * uspace/srv/hid/fb/Makefile (modified) * uspace/srv/hid/fb/Makefile.build (deleted) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/serial_console.c (modified) * uspace/srv/hid/kbd/Makefile (modified) * uspace/srv/hid/kbd/Makefile.build (deleted) * uspace/srv/hid/kbd/Makefile.common (deleted) * uspace/srv/hw/bus/cuda_adb/Makefile (modified) * uspace/srv/hw/bus/pci/Makefile (modified) * uspace/srv/hw/char/i8042/Makefile (modified) * uspace/srv/hw/cir/fhc/Makefile (modified) * uspace/srv/hw/cir/obio/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/arch/abs32le/Makefile.inc (modified) * uspace/srv/loader/arch/amd64/Makefile.inc (modified) * uspace/srv/loader/arch/arm32/Makefile.inc (modified) * uspace/srv/loader/arch/ia32/Makefile.inc (modified) * uspace/srv/loader/arch/ia64/Makefile.inc (modified) * uspace/srv/loader/arch/mips32/Makefile.inc (modified) * uspace/srv/loader/arch/ppc32/Makefile.inc (modified) * uspace/srv/loader/arch/sparc64/Makefile.inc (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/net/Makefile (deleted) * uspace/srv/net/Makefile.module (deleted) * uspace/srv/net/app/echo/Makefile (modified) * uspace/srv/net/app/echo/echo.c (modified) * uspace/srv/net/app/nettest1/Makefile (modified) * uspace/srv/net/app/nettest1/nettest1.c (modified) * uspace/srv/net/app/nettest2/Makefile (modified) * uspace/srv/net/app/nettest2/nettest2.c (modified) * uspace/srv/net/app/parse.c (modified) * uspace/srv/net/app/ping/Makefile (modified) * uspace/srv/net/app/ping/ping.c (modified) * uspace/srv/net/il/arp/Makefile (modified) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/arp/arp_messages.h (modified) * uspace/srv/net/il/ip/Makefile (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/il/ip/ip_messages.h (modified) * uspace/srv/net/inet.c (modified) * uspace/srv/net/messages.h (modified) * uspace/srv/net/net/Makefile (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/net/net_bundle.c (modified) * uspace/srv/net/net/net_standalone.c (modified) * uspace/srv/net/net/start/Makefile (modified) * uspace/srv/net/netif/dp8390/Makefile (modified) * uspace/srv/net/netif/lo/Makefile (modified) * uspace/srv/net/netif/lo/lo.c (modified) * uspace/srv/net/netif/netif_messages.h (modified) * uspace/srv/net/nil/eth/Makefile (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/nil_messages.h (modified) * uspace/srv/net/nil/nildummy/Makefile (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) * uspace/srv/net/socket/Makefile (modified) * uspace/srv/net/socket/socket_client.c (modified) * uspace/srv/net/socket/socket_messages.h (modified) * uspace/srv/net/structures/packet/packet_server.c (modified) * uspace/srv/net/tl/icmp/Makefile (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) * uspace/srv/net/tl/icmp/icmp_messages.h (modified) * uspace/srv/net/tl/tcp/Makefile (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/udp/Makefile (modified) * uspace/srv/net/tl/udp/udp.c (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/taskmon/Makefile (modified) * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Merge mainline changes. Thu, 25 Mar 2010 14:47:20 GMT Lenka Trochtova [eff1a590] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/lib/libdrv/include/driver.h (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/drivers/root/root.c (modified) * uspace/srv/drivers/rootia32/Makefile (added) * uspace/srv/drivers/rootia32/rootia32.c (added) * uspace/srv/drivers/rootia32/rootia32.ma (added) parts of code of a dummy root HW device driver for ia32 platform Thu, 25 Mar 2010 10:20:40 GMT Stanislav Kozina [18b5402c] * boot/Makefile.common (modified) * kernel/Makefile (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/ps/ps.h (added) * kernel/generic/include/ps/taskinfo.h (added) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/ps/ps.c (added) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/ps/Makefile (added) * uspace/app/ps/ps.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/ps.c (added) * uspace/lib/c/include/ps.h (added) ps Tue, 23 Mar 2010 14:56:27 GMT Martin Decky [63f8966] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/block/Makefile (moved) * uspace/lib/block/libblock.c (moved) * uspace/lib/block/libblock.h (moved) * uspace/lib/c/Makefile (moved) * uspace/lib/c/arch/abs32le/Makefile.common (moved) * uspace/lib/c/arch/abs32le/Makefile.inc (moved) * uspace/lib/c/arch/abs32le/_link.ld.in (moved) * uspace/lib/c/arch/abs32le/include/atomic.h (moved) * uspace/lib/c/arch/abs32le/include/config.h (moved) * uspace/lib/c/arch/abs32le/include/ddi.h (moved) * uspace/lib/c/arch/abs32le/include/entry.h (moved) * uspace/lib/c/arch/abs32le/include/faddr.h (moved) * uspace/lib/c/arch/abs32le/include/fibril.h (moved) * uspace/lib/c/arch/abs32le/include/inttypes.h (moved) * uspace/lib/c/arch/abs32le/include/istate.h (moved) * uspace/lib/c/arch/abs32le/include/limits.h (moved) * uspace/lib/c/arch/abs32le/include/syscall.h (moved) * uspace/lib/c/arch/abs32le/include/thread.h (moved) * uspace/lib/c/arch/abs32le/include/tls.h (moved) * uspace/lib/c/arch/abs32le/include/types.h (moved) * uspace/lib/c/arch/abs32le/src/entry.c (moved) * uspace/lib/c/arch/abs32le/src/fibril.c (moved) * uspace/lib/c/arch/abs32le/src/stacktrace.c (moved) * uspace/lib/c/arch/abs32le/src/syscall.c (moved) * uspace/lib/c/arch/abs32le/src/thread_entry.c (moved) * uspace/lib/c/arch/abs32le/src/tls.c (moved) * uspace/lib/c/arch/amd64/Makefile.common (moved) * uspace/lib/c/arch/amd64/Makefile.inc (moved) * uspace/lib/c/arch/amd64/_link.ld.in (moved) * uspace/lib/c/arch/amd64/include/atomic.h (moved) * uspace/lib/c/arch/amd64/include/config.h (moved) * uspace/lib/c/arch/amd64/include/ddi.h (moved) * uspace/lib/c/arch/amd64/include/faddr.h (moved) * uspace/lib/c/arch/amd64/include/fibril.h (moved) * uspace/lib/c/arch/amd64/include/inttypes.h (moved) * uspace/lib/c/arch/amd64/include/istate.h (moved) * uspace/lib/c/arch/amd64/include/limits.h (moved) * uspace/lib/c/arch/amd64/include/stackarg.h (moved) * uspace/lib/c/arch/amd64/include/syscall.h (moved) * uspace/lib/c/arch/amd64/include/thread.h (moved) * uspace/lib/c/arch/amd64/include/tls.h (moved) * uspace/lib/c/arch/amd64/include/types.h (moved) * uspace/lib/c/arch/amd64/src/entry.s (moved) * uspace/lib/c/arch/amd64/src/fibril.S (moved) * uspace/lib/c/arch/amd64/src/stacktrace.c (moved) * uspace/lib/c/arch/amd64/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/amd64/src/syscall.S (moved) * uspace/lib/c/arch/amd64/src/thread_entry.s (moved) * uspace/lib/c/arch/amd64/src/tls.c (moved) * uspace/lib/c/arch/arm32/Makefile.common (moved) * uspace/lib/c/arch/arm32/Makefile.inc (moved) * uspace/lib/c/arch/arm32/_link.ld.in (moved) * uspace/lib/c/arch/arm32/include/atomic.h (moved) * uspace/lib/c/arch/arm32/include/config.h (moved) * uspace/lib/c/arch/arm32/include/ddi.h (moved) * uspace/lib/c/arch/arm32/include/faddr.h (moved) * uspace/lib/c/arch/arm32/include/fibril.h (moved) * uspace/lib/c/arch/arm32/include/inttypes.h (moved) * uspace/lib/c/arch/arm32/include/istate.h (moved) * uspace/lib/c/arch/arm32/include/limits.h (moved) * uspace/lib/c/arch/arm32/include/stackarg.h (moved) * uspace/lib/c/arch/arm32/include/syscall.h (moved) * uspace/lib/c/arch/arm32/include/thread.h (moved) * uspace/lib/c/arch/arm32/include/tls.h (moved) * uspace/lib/c/arch/arm32/include/types.h (moved) * uspace/lib/c/arch/arm32/src/eabi.S (moved) * uspace/lib/c/arch/arm32/src/entry.s (moved) * uspace/lib/c/arch/arm32/src/fibril.S (moved) * uspace/lib/c/arch/arm32/src/stacktrace.c (moved) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/arm32/src/syscall.c (moved) * uspace/lib/c/arch/arm32/src/thread_entry.s (moved) * uspace/lib/c/arch/arm32/src/tls.c (moved) * uspace/lib/c/arch/ia32/Makefile.common (moved) * uspace/lib/c/arch/ia32/Makefile.inc (moved) * uspace/lib/c/arch/ia32/_link.ld.in (moved) * uspace/lib/c/arch/ia32/include/atomic.h (moved) * uspace/lib/c/arch/ia32/include/config.h (moved) * uspace/lib/c/arch/ia32/include/ddi.h (moved) * uspace/lib/c/arch/ia32/include/faddr.h (moved) * uspace/lib/c/arch/ia32/include/fibril.h (moved) * uspace/lib/c/arch/ia32/include/inttypes.h (moved) * uspace/lib/c/arch/ia32/include/istate.h (moved) * uspace/lib/c/arch/ia32/include/limits.h (moved) * uspace/lib/c/arch/ia32/include/syscall.h (moved) * uspace/lib/c/arch/ia32/include/thread.h (moved) * uspace/lib/c/arch/ia32/include/tls.h (moved) * uspace/lib/c/arch/ia32/include/types.h (moved) * uspace/lib/c/arch/ia32/src/entry.s (moved) * uspace/lib/c/arch/ia32/src/fibril.S (moved) * uspace/lib/c/arch/ia32/src/setjmp.S (moved) * uspace/lib/c/arch/ia32/src/stacktrace.c (moved) * uspace/lib/c/arch/ia32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/ia32/src/syscall.S (moved) * uspace/lib/c/arch/ia32/src/thread_entry.s (moved) * uspace/lib/c/arch/ia32/src/tls.c (moved) * uspace/lib/c/arch/ia64/Makefile.common (moved) * uspace/lib/c/arch/ia64/Makefile.inc (moved) * uspace/lib/c/arch/ia64/_link.ld.in (moved) * uspace/lib/c/arch/ia64/include/atomic.h (moved) * uspace/lib/c/arch/ia64/include/config.h (moved) * uspace/lib/c/arch/ia64/include/ddi.h (moved) * uspace/lib/c/arch/ia64/include/faddr.h (moved) * uspace/lib/c/arch/ia64/include/fibril.h (moved) * uspace/lib/c/arch/ia64/include/inttypes.h (moved) * uspace/lib/c/arch/ia64/include/istate.h (moved) * uspace/lib/c/arch/ia64/include/limits.h (moved) * uspace/lib/c/arch/ia64/include/stack.h (moved) * uspace/lib/c/arch/ia64/include/stackarg.h (moved) * uspace/lib/c/arch/ia64/include/syscall.h (moved) * uspace/lib/c/arch/ia64/include/thread.h (moved) * uspace/lib/c/arch/ia64/include/tls.h (moved) * uspace/lib/c/arch/ia64/include/types.h (moved) * uspace/lib/c/arch/ia64/src/ddi.c (moved) * uspace/lib/c/arch/ia64/src/entry.s (moved) * uspace/lib/c/arch/ia64/src/fibril.S (moved) * uspace/lib/c/arch/ia64/src/stacktrace.c (moved) * uspace/lib/c/arch/ia64/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/ia64/src/syscall.S (moved) * uspace/lib/c/arch/ia64/src/thread_entry.s (moved) * uspace/lib/c/arch/ia64/src/tls.c (moved) * uspace/lib/c/arch/mips32/Makefile.common (moved) * uspace/lib/c/arch/mips32/Makefile.inc (moved) * uspace/lib/c/arch/mips32/_link.ld.in (moved) * uspace/lib/c/arch/mips32/include/atomic.h (moved) * uspace/lib/c/arch/mips32/include/config.h (moved) * uspace/lib/c/arch/mips32/include/ddi.h (moved) * uspace/lib/c/arch/mips32/include/faddr.h (moved) * uspace/lib/c/arch/mips32/include/fibril.h (moved) * uspace/lib/c/arch/mips32/include/inttypes.h (moved) * uspace/lib/c/arch/mips32/include/istate.h (moved) * uspace/lib/c/arch/mips32/include/limits.h (moved) * uspace/lib/c/arch/mips32/include/syscall.h (moved) * uspace/lib/c/arch/mips32/include/thread.h (moved) * uspace/lib/c/arch/mips32/include/tls.h (moved) * uspace/lib/c/arch/mips32/include/types.h (moved) * uspace/lib/c/arch/mips32/src/entry.s (moved) * uspace/lib/c/arch/mips32/src/fibril.S (moved) * uspace/lib/c/arch/mips32/src/stacktrace.c (moved) * uspace/lib/c/arch/mips32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/mips32/src/syscall.c (moved) * uspace/lib/c/arch/mips32/src/thread_entry.s (moved) * uspace/lib/c/arch/mips32/src/tls.c (moved) * uspace/lib/c/arch/mips32eb/Makefile.common (moved) * uspace/lib/c/arch/mips32eb/Makefile.inc (moved) * uspace/lib/c/arch/mips32eb/_link.ld.in (moved) * uspace/lib/c/arch/mips32eb/include/atomic.h (moved) * uspace/lib/c/arch/mips32eb/include/config.h (moved) * uspace/lib/c/arch/mips32eb/include/ddi.h (moved) * uspace/lib/c/arch/mips32eb/include/faddr.h (moved) * uspace/lib/c/arch/mips32eb/include/fibril.h (moved) * uspace/lib/c/arch/mips32eb/include/inttypes.h (moved) * uspace/lib/c/arch/mips32eb/include/istate.h (moved) * uspace/lib/c/arch/mips32eb/include/limits.h (moved) * uspace/lib/c/arch/mips32eb/include/syscall.h (moved) * uspace/lib/c/arch/mips32eb/include/thread.h (moved) * uspace/lib/c/arch/mips32eb/include/tls.h (moved) * uspace/lib/c/arch/mips32eb/include/types.h (moved) * uspace/lib/c/arch/mips32eb/src (moved) * uspace/lib/c/arch/ppc32/Makefile.common (moved) * uspace/lib/c/arch/ppc32/Makefile.inc (moved) * uspace/lib/c/arch/ppc32/_link.ld.in (moved) * uspace/lib/c/arch/ppc32/include/atomic.h (moved) * uspace/lib/c/arch/ppc32/include/config.h (moved) * uspace/lib/c/arch/ppc32/include/ddi.h (moved) * uspace/lib/c/arch/ppc32/include/faddr.h (moved) * uspace/lib/c/arch/ppc32/include/fibril.h (moved) * uspace/lib/c/arch/ppc32/include/inttypes.h (moved) * uspace/lib/c/arch/ppc32/include/istate.h (moved) * uspace/lib/c/arch/ppc32/include/limits.h (moved) * uspace/lib/c/arch/ppc32/include/regname.h (moved) * uspace/lib/c/arch/ppc32/include/stackarg.h (moved) * uspace/lib/c/arch/ppc32/include/syscall.h (moved) * uspace/lib/c/arch/ppc32/include/thread.h (moved) * uspace/lib/c/arch/ppc32/include/tls.h (moved) * uspace/lib/c/arch/ppc32/include/types.h (moved) * uspace/lib/c/arch/ppc32/src/entry.s (moved) * uspace/lib/c/arch/ppc32/src/fibril.S (moved) * uspace/lib/c/arch/ppc32/src/stacktrace.c (moved) * uspace/lib/c/arch/ppc32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/ppc32/src/syscall.c (moved) * uspace/lib/c/arch/ppc32/src/thread_entry.s (moved) * uspace/lib/c/arch/ppc32/src/tls.c (moved) * uspace/lib/c/arch/sparc64/Makefile.common (moved) * uspace/lib/c/arch/sparc64/Makefile.inc (moved) * uspace/lib/c/arch/sparc64/_link.ld.in (moved) * uspace/lib/c/arch/sparc64/include/atomic.h (moved) * uspace/lib/c/arch/sparc64/include/config.h (moved) * uspace/lib/c/arch/sparc64/include/ddi.h (moved) * uspace/lib/c/arch/sparc64/include/faddr.h (moved) * uspace/lib/c/arch/sparc64/include/fibril.h (moved) * uspace/lib/c/arch/sparc64/include/inttypes.h (moved) * uspace/lib/c/arch/sparc64/include/istate.h (moved) * uspace/lib/c/arch/sparc64/include/limits.h (moved) * uspace/lib/c/arch/sparc64/include/stack.h (moved) * uspace/lib/c/arch/sparc64/include/stackarg.h (moved) * uspace/lib/c/arch/sparc64/include/syscall.h (moved) * uspace/lib/c/arch/sparc64/include/thread.h (moved) * uspace/lib/c/arch/sparc64/include/tls.h (moved) * uspace/lib/c/arch/sparc64/include/types.h (moved) * uspace/lib/c/arch/sparc64/src/entry.s (moved) * uspace/lib/c/arch/sparc64/src/fibril.S (moved) * uspace/lib/c/arch/sparc64/src/stacktrace.c (moved) * uspace/lib/c/arch/sparc64/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/sparc64/src/thread_entry.s (moved) * uspace/lib/c/arch/sparc64/src/tls.c (moved) * uspace/lib/c/generic/adt/hash_table.c (moved) * uspace/lib/c/generic/adt/list.c (moved) * uspace/lib/c/generic/as.c (moved) * uspace/lib/c/generic/async.c (moved) * uspace/lib/c/generic/cap.c (moved) * uspace/lib/c/generic/clipboard.c (moved) * uspace/lib/c/generic/ddi.c (moved) * uspace/lib/c/generic/devmap.c (moved) * uspace/lib/c/generic/err.c (moved) * uspace/lib/c/generic/errno.c (moved) * uspace/lib/c/generic/event.c (moved) * uspace/lib/c/generic/fibril.c (moved) * uspace/lib/c/generic/fibril_synch.c (moved) * uspace/lib/c/generic/futex.c (moved) * uspace/lib/c/generic/getopt.c (moved) * uspace/lib/c/generic/io/asprintf.c (moved) * uspace/lib/c/generic/io/console.c (moved) * uspace/lib/c/generic/io/io.c (moved) * uspace/lib/c/generic/io/klog.c (moved) * uspace/lib/c/generic/io/printf.c (moved) * uspace/lib/c/generic/io/printf_core.c (moved) * uspace/lib/c/generic/io/snprintf.c (moved) * uspace/lib/c/generic/io/vprintf.c (moved) * uspace/lib/c/generic/io/vsnprintf.c (moved) * uspace/lib/c/generic/ipc.c (moved) * uspace/lib/c/generic/libc.c (moved) * uspace/lib/c/generic/loader.c (moved) * uspace/lib/c/generic/malloc.c (moved) * uspace/lib/c/generic/mem.c (moved) * uspace/lib/c/generic/mman.c (moved) * uspace/lib/c/generic/pcb.c (moved) * uspace/lib/c/generic/smc.c (moved) * uspace/lib/c/generic/stacktrace.c (moved) * uspace/lib/c/generic/stdlib.c (moved) * uspace/lib/c/generic/str.c (moved) * uspace/lib/c/generic/sysinfo.c (moved) * uspace/lib/c/generic/task.c (moved) * uspace/lib/c/generic/thread.c (moved) * uspace/lib/c/generic/time.c (moved) * uspace/lib/c/generic/tls.c (moved) * uspace/lib/c/generic/udebug.c (moved) * uspace/lib/c/generic/vfs/canonify.c (moved) * uspace/lib/c/generic/vfs/vfs.c (moved) * uspace/lib/c/include/adt/fifo.h (moved) * uspace/lib/c/include/adt/gcdlcm.h (moved) * uspace/lib/c/include/adt/hash_table.h (moved) * uspace/lib/c/include/adt/list.h (moved) * uspace/lib/c/include/align.h (moved) * uspace/lib/c/include/as.h (moved) * uspace/lib/c/include/assert.h (moved) * uspace/lib/c/include/async.h (moved) * uspace/lib/c/include/async_priv.h (moved) * uspace/lib/c/include/atomic.h (moved) * uspace/lib/c/include/atomicdflt.h (moved) * uspace/lib/c/include/bitops.h (moved) * uspace/lib/c/include/bool.h (moved) * uspace/lib/c/include/byteorder.h (moved) * uspace/lib/c/include/cap.h (moved) * uspace/lib/c/include/clipboard.h (moved) * uspace/lib/c/include/ctype.h (moved) * uspace/lib/c/include/ddi.h (moved) * uspace/lib/c/include/devmap.h (moved) * uspace/lib/c/include/dirent.h (moved) * uspace/lib/c/include/err.h (moved) * uspace/lib/c/include/errno.h (moved) * uspace/lib/c/include/event.h (moved) * uspace/lib/c/include/fcntl.h (moved) * uspace/lib/c/include/fibril.h (moved) * uspace/lib/c/include/fibril_synch.h (moved) * uspace/lib/c/include/futex.h (moved) * uspace/lib/c/include/getopt.h (moved) * uspace/lib/c/include/inttypes.h (moved) * uspace/lib/c/include/io/color.h (moved) * uspace/lib/c/include/io/console.h (moved) * uspace/lib/c/include/io/keycode.h (moved) * uspace/lib/c/include/io/klog.h (moved) * uspace/lib/c/include/io/printf_core.h (moved) * uspace/lib/c/include/io/style.h (moved) * uspace/lib/c/include/ipc/adb.h (moved) * uspace/lib/c/include/ipc/bd.h (moved) * uspace/lib/c/include/ipc/bus.h (moved) * uspace/lib/c/include/ipc/char.h (moved) * uspace/lib/c/include/ipc/clipboard.h (moved) * uspace/lib/c/include/ipc/console.h (moved) * uspace/lib/c/include/ipc/devmap.h (moved) * uspace/lib/c/include/ipc/fb.h (moved) * uspace/lib/c/include/ipc/ipc.h (moved) * uspace/lib/c/include/ipc/kbd.h (moved) * uspace/lib/c/include/ipc/loader.h (moved) * uspace/lib/c/include/ipc/mouse.h (moved) * uspace/lib/c/include/ipc/ns.h (moved) * uspace/lib/c/include/ipc/services.h (moved) * uspace/lib/c/include/ipc/vfs.h (moved) * uspace/lib/c/include/libc.h (moved) * uspace/lib/c/include/limits.h (moved) * uspace/lib/c/include/loader/loader.h (moved) * uspace/lib/c/include/loader/pcb.h (moved) * uspace/lib/c/include/macros.h (moved) * uspace/lib/c/include/malloc.h (moved) * uspace/lib/c/include/mem.h (moved) * uspace/lib/c/include/rwlock.h (moved) * uspace/lib/c/include/setjmp.h (moved) * uspace/lib/c/include/smc.h (moved) * uspace/lib/c/include/stacktrace.h (moved) * uspace/lib/c/include/stdarg.h (moved) * uspace/lib/c/include/stddef.h (moved) * uspace/lib/c/include/stdint.h (moved) * uspace/lib/c/include/stdio.h (moved) * uspace/lib/c/include/stdlib.h (moved) * uspace/lib/c/include/str.h (moved) * uspace/lib/c/include/sys/mman.h (moved) * uspace/lib/c/include/sys/stat.h (moved) * uspace/lib/c/include/sys/time.h (moved) * uspace/lib/c/include/sys/typefmt.h (moved) * uspace/lib/c/include/sys/types.h (moved) * uspace/lib/c/include/syscall.h (moved) * uspace/lib/c/include/sysinfo.h (moved) * uspace/lib/c/include/task.h (moved) * uspace/lib/c/include/thread.h (moved) * uspace/lib/c/include/time.h (moved) * uspace/lib/c/include/tls.h (moved) * uspace/lib/c/include/udebug.h (moved) * uspace/lib/c/include/unistd.h (moved) * uspace/lib/c/include/vfs/canonify.h (moved) * uspace/lib/c/include/vfs/vfs.h (moved) * uspace/lib/fs/Makefile (moved) * uspace/lib/fs/libfs.c (moved) * uspace/lib/fs/libfs.h (moved) * uspace/lib/pci/COPYING (moved) * uspace/lib/pci/Makefile (moved) * uspace/lib/pci/VERSION (moved) * uspace/lib/pci/access.c (moved) * uspace/lib/pci/generic.c (moved) * uspace/lib/pci/header.h (moved) * uspace/lib/pci/i386-ports.c (moved) * uspace/lib/pci/internal.h (moved) * uspace/lib/pci/names.c (moved) * uspace/lib/pci/pci.h (moved) * uspace/lib/pci/pci_ids.h (moved) * uspace/lib/pci/sysdep.h (moved) * uspace/lib/pci/types.h (moved) rename library directories (the common "lib" prefix is already in the ... Tue, 23 Mar 2010 14:44:00 GMT Martin Decky [1b1164e8] * HelenOS.config (modified) * boot/Makefile.common (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/sparc64/sun4v/Makefile.config (modified) * defaults/special/abs32le/Makefile.config (modified) * uspace/Makefile (modified) * uspace/Makefile.common (added) * uspace/app/Makefile.common (deleted) * uspace/app/bdsh/Makefile (modified) * uspace/app/edit/Makefile (modified) * uspace/app/getterm/Makefile (modified) * uspace/app/init/Makefile (modified) * uspace/app/klog/Makefile (modified) * uspace/app/mkfat/Makefile (modified) * uspace/app/redir/Makefile (modified) * uspace/app/taskdump/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/trace/Makefile (modified) * uspace/lib/Makefile.common (deleted) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.toolchain (deleted) * uspace/lib/libc/arch/abs32le/Makefile.common (added) * uspace/lib/libc/arch/abs32le/Makefile.inc (modified) * uspace/lib/libc/arch/abs32le/_link.ld.in (modified) * uspace/lib/libc/arch/amd64/Makefile.common (moved) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/amd64/_link.ld.in (modified) * uspace/lib/libc/arch/arm32/Makefile.common (added) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/_link.ld.in (modified) * uspace/lib/libc/arch/ia32/Makefile.common (moved) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/_link.ld.in (modified) * uspace/lib/libc/arch/ia64/Makefile.common (moved) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/_link.ld.in (modified) * uspace/lib/libc/arch/ia64/include/types.h (modified) * uspace/lib/libc/arch/mips32/Makefile.common (added) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/_link.ld.in (modified) * uspace/lib/libc/arch/mips32eb/Makefile.common (added) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/Makefile.common (added) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/_link.ld.in (modified) * uspace/lib/libc/arch/sparc64/Makefile.common (moved) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/_link.ld.in (modified) * uspace/lib/libfs/Makefile (modified) * uspace/lib/libpci/Makefile (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softint/Makefile (modified) * uspace/srv/Makefile.common (deleted) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/part/guid_part/Makefile (modified) * uspace/srv/bd/part/mbr_part/Makefile (modified) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/clip/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/hid/adb_mouse/Makefile (modified) * uspace/srv/hid/char_mouse/Makefile (modified) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/Makefile.build (deleted) * uspace/srv/hid/fb/Makefile (modified) * uspace/srv/hid/fb/Makefile.build (deleted) * uspace/srv/hid/kbd/Makefile (modified) * uspace/srv/hid/kbd/Makefile.build (deleted) * uspace/srv/hw/bus/cuda_adb/Makefile (modified) * uspace/srv/hw/bus/pci/Makefile (modified) * uspace/srv/hw/char/i8042/Makefile (modified) * uspace/srv/hw/cir/fhc/Makefile (modified) * uspace/srv/hw/cir/obio/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/arch/abs32le/Makefile.inc (modified) * uspace/srv/loader/arch/amd64/Makefile.inc (modified) * uspace/srv/loader/arch/arm32/Makefile.inc (modified) * uspace/srv/loader/arch/ia32/Makefile.inc (modified) * uspace/srv/loader/arch/ia64/Makefile.inc (modified) * uspace/srv/loader/arch/mips32/Makefile.inc (modified) * uspace/srv/loader/arch/ppc32/Makefile.inc (modified) * uspace/srv/loader/arch/sparc64/Makefile.inc (modified) * uspace/srv/net/Makefile.module (deleted) * uspace/srv/net/app/echo/Makefile (modified) * uspace/srv/net/app/nettest1/Makefile (modified) * uspace/srv/net/app/nettest2/Makefile (modified) * uspace/srv/net/app/ping/Makefile (modified) * uspace/srv/net/il/arp/Makefile (modified) * uspace/srv/net/il/ip/Makefile (modified) * uspace/srv/net/net/Makefile (modified) * uspace/srv/net/net/start/Makefile (modified) * uspace/srv/net/netif/dp8390/Makefile (modified) * uspace/srv/net/netif/lo/Makefile (modified) * uspace/srv/net/nil/eth/Makefile (modified) * uspace/srv/net/nil/nildummy/Makefile (modified) * uspace/srv/net/socket/Makefile (modified) * uspace/srv/net/tl/icmp/Makefile (modified) * uspace/srv/net/tl/tcp/Makefile (modified) * uspace/srv/net/tl/udp/Makefile (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/taskmon/Makefile (modified) * uspace/srv/vfs/Makefile (modified) unify and simplify user space makefiles rename NETWORKING ... Sat, 20 Mar 2010 22:02:05 GMT Jiri Svoboda [b535aeb] * Makefile (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/arm32/loader/Makefile.build (modified) * boot/arch/arm32/loader/Makefile.toolchain (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/ia64/loader/Makefile.build (modified) * boot/arch/ia64/loader/Makefile.common (modified) * boot/arch/ia64/loader/Makefile.toolchain (modified) * boot/arch/ia64/loader/gefi/HelenOS/Makefile (modified) * boot/arch/ia64/loader/gefi/Make.defaults (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile.build (modified) * boot/arch/mips32/loader/Makefile.toolchain (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile.build (modified) * boot/arch/ppc32/loader/Makefile.toolchain (modified) * boot/arch/sparc64/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile.build (modified) * boot/arch/sparc64/loader/Makefile.toolchain (modified) * kernel/Makefile (modified) * kernel/Makefile.build (deleted) * kernel/Makefile.common (deleted) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/dummy.S (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/types.h (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/tools/genmap.py (modified) * tools/autotool.py (added) * tools/config.py (modified) * tools/jobfile.py (modified) * tools/mkfat.py (modified) * tools/mkhord.py (modified) * tools/mktmpfs.py (modified) * uspace/Makefile (modified) * uspace/app/Makefile.common (modified) * uspace/lib/Makefile.common (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/abs32le/Makefile.inc (modified) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/srv/Makefile.common (modified) * uspace/srv/hid/char_mouse/chardev.c (modified) * uspace/srv/hid/char_mouse/proto/ps2.c (modified) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/fb/Makefile (modified) * uspace/srv/hid/kbd/Makefile (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/net/Makefile (modified) * uspace/srv/net/app/echo/Makefile (modified) * uspace/srv/net/app/nettest1/Makefile (modified) * uspace/srv/net/app/nettest2/Makefile (modified) * uspace/srv/net/app/ping/Makefile (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/il/ip/ip_messages.h (modified) * uspace/srv/net/messages.h (modified) * uspace/srv/net/net/Makefile (modified) * uspace/srv/net/net/start/Makefile (modified) * uspace/srv/net/netif/dp8390/Makefile (modified) * uspace/srv/net/netif/lo/Makefile (modified) * uspace/srv/net/socket/socket_messages.h (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/udp/udp.c (modified) Merge mainline changes. Thu, 18 Mar 2010 23:34:00 GMT Martin Decky [177e4ea] * Makefile (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/arm32/loader/Makefile.build (modified) * boot/arch/arm32/loader/Makefile.toolchain (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/ia64/loader/Makefile.build (modified) * boot/arch/ia64/loader/Makefile.common (modified) * boot/arch/ia64/loader/Makefile.toolchain (modified) * boot/arch/ia64/loader/gefi/HelenOS/Makefile (modified) * boot/arch/ia64/loader/gefi/Make.defaults (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile.build (modified) * boot/arch/mips32/loader/Makefile.toolchain (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile.build (modified) * boot/arch/ppc32/loader/Makefile.toolchain (modified) * boot/arch/sparc64/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile.build (modified) * boot/arch/sparc64/loader/Makefile.toolchain (modified) * kernel/Makefile (modified) * kernel/Makefile.build (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/sparc64/Makefile.inc (modified) * tools/autotool.py (added) * tools/sanity.py (deleted) * uspace/Makefile (modified) * uspace/app/Makefile.common (modified) * uspace/lib/Makefile.common (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/abs32le/Makefile.inc (modified) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/srv/Makefile.common (modified) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/fb/Makefile (modified) * uspace/srv/hid/kbd/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/net/Makefile (modified) * uspace/srv/net/app/echo/Makefile (modified) * uspace/srv/net/app/nettest1/Makefile (modified) * uspace/srv/net/app/nettest2/Makefile (modified) * uspace/srv/net/app/ping/Makefile (modified) * uspace/srv/net/net/Makefile (modified) * uspace/srv/net/net/start/Makefile (modified) * uspace/srv/net/netif/dp8390/Makefile (modified) * uspace/srv/net/netif/lo/Makefile (modified) move from a simple sanity check tool to a more feature-rich ... Fri, 26 Feb 2010 14:22:33 GMT Lenka Trochtova [c16cf62] * uspace/Makefile (modified) * uspace/lib/libc/include/devman.h (modified) * uspace/lib/libc/include/ipc/devman.h (modified) * uspace/lib/libdrv/Makefile (added) * uspace/lib/libdrv/generic/driver.c (added) * uspace/lib/libdrv/include/driver.h (added) * uspace/srv/Makefile.common (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/drivers/root/Makefile (modified) * uspace/srv/drivers/root/root.c (modified) backup (unstable) Wed, 24 Feb 2010 22:09:12 GMT Lenka Trochtova [924c75e1] * uspace/Makefile (modified) * uspace/lib/libc/include/ipc/devman.h (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/drivers/root/Makefile (added) * uspace/srv/drivers/root/root.c (added) * uspace/srv/drivers/root/root.ma (added) backup (unstable) Tue, 23 Feb 2010 20:14:29 GMT Jiri Svoboda [09ababb7] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/sbi/Makefile (added) * uspace/app/sbi/src/ancr.c (added) * uspace/app/sbi/src/ancr.h (added) * uspace/app/sbi/src/builtin.c (added) * uspace/app/sbi/src/builtin.h (added) * uspace/app/sbi/src/compat.h (added) * uspace/app/sbi/src/debug.h (added) * uspace/app/sbi/src/input.c (added) * uspace/app/sbi/src/input.h (added) * uspace/app/sbi/src/input_t.h (added) * uspace/app/sbi/src/intmap.c (added) * uspace/app/sbi/src/intmap.h (added) * uspace/app/sbi/src/intmap_t.h (added) * uspace/app/sbi/src/lex.c (added) * uspace/app/sbi/src/lex.h (added) * uspace/app/sbi/src/lex_t.h (added) * uspace/app/sbi/src/list.c (added) * uspace/app/sbi/src/list.h (added) * uspace/app/sbi/src/list_t.h (added) * uspace/app/sbi/src/main.c (added) * uspace/app/sbi/src/mytypes.h (added) * uspace/app/sbi/src/p_expr.c (added) * uspace/app/sbi/src/p_expr.h (added) * uspace/app/sbi/src/p_type.c (added) * uspace/app/sbi/src/p_type.h (added) * uspace/app/sbi/src/parse.c (added) * uspace/app/sbi/src/parse.h (added) * uspace/app/sbi/src/parse_t.h (added) * uspace/app/sbi/src/rdata.c (added) * uspace/app/sbi/src/rdata.h (added) * uspace/app/sbi/src/rdata_t.h (added) * uspace/app/sbi/src/run.c (added) * uspace/app/sbi/src/run.h (added) * uspace/app/sbi/src/run_expr.c (added) * uspace/app/sbi/src/run_expr.h (added) * uspace/app/sbi/src/run_t.h (added) * uspace/app/sbi/src/stree.c (added) * uspace/app/sbi/src/stree.h (added) * uspace/app/sbi/src/stree_t.h (added) * uspace/app/sbi/src/strtab.c (added) * uspace/app/sbi/src/strtab.h (added) * uspace/app/sbi/src/strtab_t.h (added) * uspace/app/sbi/src/symbol.c (added) * uspace/app/sbi/src/symbol.h (added) * uspace/dist/sysel/count.sy (added) * uspace/dist/sysel/hello.sy (added) Add Sysel Bootstrap Interpreter (SBI) from Sysel repository rev. 53. Tue, 16 Feb 2010 20:13:01 GMT Jakub Jermar [209faf9] * HelenOS.config (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/arm32/loader/Makefile.build (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/ia64/loader/Makefile.build (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile.build (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile.build (modified) * boot/arch/sparc64/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile.build (modified) * contrib/conf/net-qe.bat (added) * contrib/conf/net-qe.sh (added) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * kernel/arch/amd64/include/interrupt.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/ia32/include/interrupt.h (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia64/include/interrupt.h (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/time/clock.h (modified) * uspace/Makefile (modified) * uspace/doc/doxygroups.h (modified) * uspace/lib/libc/include/ipc/services.h (modified) * uspace/srv/net/Doxyfile (added) * uspace/srv/net/Makefile (added) * uspace/srv/net/Makefile.module (added) * uspace/srv/net/app/echo/Makefile (added) * uspace/srv/net/app/echo/echo.c (added) * uspace/srv/net/app/nettest1/Makefile (added) * uspace/srv/net/app/nettest1/nettest1.c (added) * uspace/srv/net/app/nettest2/Makefile (added) * uspace/srv/net/app/nettest2/nettest2.c (added) * uspace/srv/net/app/parse.c (added) * uspace/srv/net/app/parse.h (added) * uspace/srv/net/app/ping/Makefile (added) * uspace/srv/net/app/ping/ping.c (added) * uspace/srv/net/app/print_error.c (added) * uspace/srv/net/app/print_error.h (added) * uspace/srv/net/cfg/modular/general (added) * uspace/srv/net/cfg/modular/lo (added) * uspace/srv/net/cfg/modular/ne2k (added) * uspace/srv/net/cfg/module/general (added) * uspace/srv/net/cfg/module/lo (added) * uspace/srv/net/cfg/module/ne2k (added) * uspace/srv/net/checksum.c (added) * uspace/srv/net/configuration.h (added) * uspace/srv/net/documentation.txt (added) * uspace/srv/net/err.h (added) * uspace/srv/net/il/arp/Makefile (added) * uspace/srv/net/il/arp/arp.c (added) * uspace/srv/net/il/arp/arp.h (added) * uspace/srv/net/il/arp/arp_header.h (added) * uspace/srv/net/il/arp/arp_messages.h (added) * uspace/srv/net/il/arp/arp_module.c (added) * uspace/srv/net/il/arp/arp_module.h (added) * uspace/srv/net/il/arp/arp_oc.h (added) * uspace/srv/net/il/arp/arp_remote.c (added) * uspace/srv/net/il/il_messages.h (added) * uspace/srv/net/il/ip/Makefile (added) * uspace/srv/net/il/ip/ip.c (added) * uspace/srv/net/il/ip/ip.h (added) * uspace/srv/net/il/ip/ip_client.c (added) * uspace/srv/net/il/ip/ip_header.h (added) * uspace/srv/net/il/ip/ip_messages.h (added) * uspace/srv/net/il/ip/ip_module.c (added) * uspace/srv/net/il/ip/ip_module.h (added) * uspace/srv/net/il/ip/ip_remote.c (added) * uspace/srv/net/include/arp_interface.h (added) * uspace/srv/net/include/byteorder.h (added) * uspace/srv/net/include/checksum.h (added) * uspace/srv/net/include/device.h (added) * uspace/srv/net/include/ethernet_lsap.h (added) * uspace/srv/net/include/ethernet_protocols.h (added) * uspace/srv/net/include/hardware.h (added) * uspace/srv/net/include/icmp_api.h (added) * uspace/srv/net/include/icmp_client.h (added) * uspace/srv/net/include/icmp_codes.h (added) * uspace/srv/net/include/icmp_common.h (added) * uspace/srv/net/include/icmp_interface.h (added) * uspace/srv/net/include/il_interface.h (added) * uspace/srv/net/include/in.h (added) * uspace/srv/net/include/in6.h (added) * uspace/srv/net/include/inet.h (added) * uspace/srv/net/include/ip_client.h (added) * uspace/srv/net/include/ip_codes.h (added) * uspace/srv/net/include/ip_interface.h (added) * uspace/srv/net/include/ip_protocols.h (added) * uspace/srv/net/include/net_interface.h (added) * uspace/srv/net/include/netdb.h (added) * uspace/srv/net/include/netif_interface.h (added) * uspace/srv/net/include/nil_interface.h (added) * uspace/srv/net/include/protocol_map.h (added) * uspace/srv/net/include/socket.h (added) * uspace/srv/net/include/socket_codes.h (added) * uspace/srv/net/include/socket_errno.h (added) * uspace/srv/net/include/tcp_codes.h (added) * uspace/srv/net/include/tl_interface.h (added) * uspace/srv/net/inet.c (added) * uspace/srv/net/messages.h (added) * uspace/srv/net/module.c (added) * uspace/srv/net/modules.c (added) * uspace/srv/net/modules.h (added) * uspace/srv/net/net/Makefile (added) * uspace/srv/net/net/net.c (added) * uspace/srv/net/net/net.h (added) * uspace/srv/net/net/net_bundle.c (added) * uspace/srv/net/net/net_messages.h (added) * uspace/srv/net/net/net_remote.c (added) * uspace/srv/net/net/net_standalone.c (added) * uspace/srv/net/net/start/Makefile (added) * uspace/srv/net/net/start/netstart.c (added) * uspace/srv/net/netif/dp8390/Makefile (added) * uspace/srv/net/netif/dp8390/dp8390.c (added) * uspace/srv/net/netif/dp8390/dp8390.h (added) * uspace/srv/net/netif/dp8390/dp8390_drv.h (added) * uspace/srv/net/netif/dp8390/dp8390_module.c (added) * uspace/srv/net/netif/dp8390/dp8390_port.h (added) * uspace/srv/net/netif/dp8390/local.h (added) * uspace/srv/net/netif/dp8390/ne2000.c (added) * uspace/srv/net/netif/dp8390/ne2000.h (added) * uspace/srv/net/netif/lo/Makefile (added) * uspace/srv/net/netif/lo/lo.c (added) * uspace/srv/net/netif/netif.c (added) * uspace/srv/net/netif/netif.h (added) * uspace/srv/net/netif/netif_messages.h (added) * uspace/srv/net/netif/netif_module.h (added) * uspace/srv/net/netif/netif_nil_bundle.c (added) * uspace/srv/net/netif/netif_remote.c (added) * uspace/srv/net/netif/netif_standalone.c (added) * uspace/srv/net/nil/eth/Makefile (added) * uspace/srv/net/nil/eth/eth.c (added) * uspace/srv/net/nil/eth/eth.h (added) * uspace/srv/net/nil/eth/eth_header.h (added) * uspace/srv/net/nil/eth/eth_module.c (added) * uspace/srv/net/nil/nil_messages.h (added) * uspace/srv/net/nil/nil_module.h (added) * uspace/srv/net/nil/nil_remote.c (added) * uspace/srv/net/nil/nildummy/Makefile (added) * uspace/srv/net/nil/nildummy/nildummy.c (added) * uspace/srv/net/nil/nildummy/nildummy.h (added) * uspace/srv/net/nil/nildummy/nildummy_module.c (added) * uspace/srv/net/self_test.c (added) * uspace/srv/net/self_test.h (added) * uspace/srv/net/socket/Makefile (added) * uspace/srv/net/socket/socket_client.c (added) * uspace/srv/net/socket/socket_core.c (added) * uspace/srv/net/socket/socket_core.h (added) * uspace/srv/net/socket/socket_messages.h (added) * uspace/srv/net/structures/char_map.c (added) * uspace/srv/net/structures/char_map.h (added) * uspace/srv/net/structures/dynamic_fifo.c (added) * uspace/srv/net/structures/dynamic_fifo.h (added) * uspace/srv/net/structures/generic_char_map.h (added) * uspace/srv/net/structures/generic_field.h (added) * uspace/srv/net/structures/int_map.h (added) * uspace/srv/net/structures/measured_strings.c (added) * uspace/srv/net/structures/measured_strings.h (added) * uspace/srv/net/structures/module_map.c (added) * uspace/srv/net/structures/module_map.h (added) * uspace/srv/net/structures/packet/packet.c (added) * uspace/srv/net/structures/packet/packet.h (added) * uspace/srv/net/structures/packet/packet_client.c (added) * uspace/srv/net/structures/packet/packet_client.h (added) * uspace/srv/net/structures/packet/packet_header.h (added) * uspace/srv/net/structures/packet/packet_messages.h (added) * uspace/srv/net/structures/packet/packet_remote.c (added) * uspace/srv/net/structures/packet/packet_server.c (added) * uspace/srv/net/structures/packet/packet_server.h (added) * uspace/srv/net/tl/icmp/Makefile (added) * uspace/srv/net/tl/icmp/icmp.c (added) * uspace/srv/net/tl/icmp/icmp.h (added) * uspace/srv/net/tl/icmp/icmp_api.c (added) * uspace/srv/net/tl/icmp/icmp_client.c (added) * uspace/srv/net/tl/icmp/icmp_common.c (added) * uspace/srv/net/tl/icmp/icmp_header.h (added) * uspace/srv/net/tl/icmp/icmp_messages.h (added) * uspace/srv/net/tl/icmp/icmp_module.c (added) * uspace/srv/net/tl/icmp/icmp_module.h (added) * uspace/srv/net/tl/icmp/icmp_remote.c (added) * uspace/srv/net/tl/tcp/Makefile (added) * uspace/srv/net/tl/tcp/tcp.c (added) * uspace/srv/net/tl/tcp/tcp.h (added) * uspace/srv/net/tl/tcp/tcp_header.h (added) * uspace/srv/net/tl/tcp/tcp_module.c (added) * uspace/srv/net/tl/tcp/tcp_module.h (added) * uspace/srv/net/tl/tl_common.c (added) * uspace/srv/net/tl/tl_common.h (added) * uspace/srv/net/tl/tl_messages.h (added) * uspace/srv/net/tl/udp/Makefile (added) * uspace/srv/net/tl/udp/udp.c (added) * uspace/srv/net/tl/udp/udp.h (added) * uspace/srv/net/tl/udp/udp_header.h (added) * uspace/srv/net/tl/udp/udp_module.c (added) * uspace/srv/net/tl/udp/udp_module.h (added) Merge the networking branch as it is. Does not compile at the moment. Tue, 16 Feb 2010 16:38:23 GMT Martin Decky [684f767] * uspace/Makefile (modified) don't build console on abs32le (yet) Fri, 12 Feb 2010 14:09:22 GMT Lukas Mejdrech [827d73f] * HelenOS.config (modified) * Makefile (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/arm32/loader/Makefile.build (modified) * boot/arch/arm32/loader/Makefile.common (modified) * boot/arch/arm32/loader/Makefile.toolchain (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/ia64/loader/Makefile.build (modified) * boot/arch/ia64/loader/Makefile.common (modified) * boot/arch/ia64/loader/Makefile.toolchain (modified) * boot/arch/ia64/loader/gefi/HelenOS/Makefile (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile.build (modified) * boot/arch/mips32/loader/Makefile.common (modified) * boot/arch/mips32/loader/Makefile.toolchain (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile.build (modified) * boot/arch/ppc32/loader/Makefile.common (modified) * boot/arch/ppc32/loader/Makefile.toolchain (modified) * boot/arch/sparc64/Makefile.inc (modified) * boot/arch/sparc64/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile.build (modified) * boot/arch/sparc64/loader/Makefile.common (modified) * boot/arch/sparc64/loader/Makefile.toolchain (modified) * defaults/special/Makefile.config (added) * defaults/special/abs32le/Makefile.config (added) * kernel/Makefile (modified) * kernel/Makefile.build (modified) * kernel/Makefile.common (modified) * kernel/arch/abs32le/Makefile.inc (added) * kernel/arch/abs32le/_link.ld.in (added) * kernel/arch/abs32le/include/arch.h (added) * kernel/arch/abs32le/include/asm.h (added) * kernel/arch/abs32le/include/atomic.h (added) * kernel/arch/abs32le/include/barrier.h (added) * kernel/arch/abs32le/include/context.h (added) * kernel/arch/abs32le/include/context_offset.h (added) * kernel/arch/abs32le/include/cpu.h (added) * kernel/arch/abs32le/include/cycle.h (added) * kernel/arch/abs32le/include/debug.h (added) * kernel/arch/abs32le/include/elf.h (added) * kernel/arch/abs32le/include/faddr.h (added) * kernel/arch/abs32le/include/fpu_context.h (added) * kernel/arch/abs32le/include/interrupt.h (added) * kernel/arch/abs32le/include/memstr.h (added) * kernel/arch/abs32le/include/mm/as.h (added) * kernel/arch/abs32le/include/mm/asid.h (added) * kernel/arch/abs32le/include/mm/frame.h (added) * kernel/arch/abs32le/include/mm/page.h (added) * kernel/arch/abs32le/include/mm/tlb.h (added) * kernel/arch/abs32le/include/proc/task.h (added) * kernel/arch/abs32le/include/proc/thread.h (added) * kernel/arch/abs32le/include/types.h (added) * kernel/arch/abs32le/src/abs32le.c (added) * kernel/arch/abs32le/src/cpu/cpu.c (added) * kernel/arch/abs32le/src/ddi/ddi.c (added) * kernel/arch/abs32le/src/debug/stacktrace.c (added) * kernel/arch/abs32le/src/mm/as.c (added) * kernel/arch/abs32le/src/mm/frame.c (added) * kernel/arch/abs32le/src/mm/page.c (added) * kernel/arch/abs32le/src/mm/tlb.c (added) * kernel/arch/abs32le/src/proc/scheduler.c (added) * kernel/arch/abs32le/src/proc/task.c (added) * kernel/arch/abs32le/src/proc/thread.c (added) * kernel/arch/abs32le/src/smp/smp.c (added) * kernel/arch/abs32le/src/userspace.c (added) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/_link.ld.in (modified) * kernel/arch/amd64/include/asm.h (modified) * kernel/arch/amd64/include/context.h (modified) * kernel/arch/amd64/include/interrupt.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/asm_utils.S (modified) * kernel/arch/amd64/src/boot/boot.S (modified) * kernel/arch/amd64/src/debug/stacktrace.c (added) * kernel/arch/amd64/src/debug/stacktrace_asm.S (added) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/amd64/src/smp/ap.S (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/context.h (modified) * kernel/arch/arm32/include/exception.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/debug/stacktrace.c (added) * kernel/arch/arm32/src/debug/stacktrace_asm.S (added) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/mm/page.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/arch/arm32/src/start.S (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/_link.ld.in (modified) * kernel/arch/ia32/include/asm.h (modified) * kernel/arch/ia32/include/context.h (modified) * kernel/arch/ia32/include/interrupt.h (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/boot/boot.S (modified) * kernel/arch/ia32/src/debug/stacktrace.c (added) * kernel/arch/ia32/src/debug/stacktrace_asm.S (added) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/smp/ap.S (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/_link.ld.in (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/mm/asid.h (modified) * kernel/arch/ia64/src/debug/stacktrace.c (added) * kernel/arch/ia64/src/debug/stacktrace_asm.S (moved) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/mm/page.c (modified) * kernel/arch/ia64/src/start.S (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/_link.ld.in (modified) * kernel/arch/mips32/include/asm.h (modified) * kernel/arch/mips32/include/context.h (modified) * kernel/arch/mips32/include/exception.h (modified) * kernel/arch/mips32/src/debug/stacktrace.c (added) * kernel/arch/mips32/src/debug/stacktrace_asm.S (moved) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/_link.ld.in (modified) * kernel/arch/ppc32/include/asm.h (modified) * kernel/arch/ppc32/include/context.h (modified) * kernel/arch/ppc32/include/exception.h (modified) * kernel/arch/ppc32/src/debug/stacktrace.c (added) * kernel/arch/ppc32/src/debug/stacktrace_asm.S (moved) * kernel/arch/ppc32/src/mm/page.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/_link.ld.in (modified) * kernel/arch/sparc64/include/asm.h (modified) * kernel/arch/sparc64/include/context.h (modified) * kernel/arch/sparc64/include/interrupt.h (modified) * kernel/arch/sparc64/src/debug/stacktrace.c (added) * kernel/arch/sparc64/src/debug/stacktrace_asm.S (moved) * kernel/arch/sparc64/src/sparc64.c (modified) * kernel/generic/include/context.h (modified) * kernel/generic/include/debug.h (modified) * kernel/generic/include/func.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/event_types.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/panic.h (modified) * kernel/generic/include/stacktrace.h (added) * kernel/generic/include/symtab.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/include/udebug/udebug_ops.h (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/debug/stacktrace.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/mm/as.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * tools/checkers/jobfile.py (added) * tools/checkers/stanse.py (added) * tools/checkers/stanse/ThreadChecker.xml (moved) * tools/checkers/vcc.py (added) * tools/jobfile.py (modified) * tools/toolchain.sh (moved) * tools/xtui.py (modified) * uspace/Makefile (modified) * uspace/app/Makefile.common (moved) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/builtins/builtins.h (modified) * uspace/app/bdsh/cmds/builtins/cd/cd_def.h (modified) * uspace/app/bdsh/cmds/builtins/exit/exit_def.h (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/entry.h (added) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (added) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.h (added) * uspace/app/bdsh/cmds/modules/mkfile/mkfile_def.h (added) * uspace/app/bdsh/cmds/modules/module_aliases.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/unmount/entry.h (added) * uspace/app/bdsh/cmds/modules/unmount/unmount.c (added) * uspace/app/bdsh/cmds/modules/unmount/unmount.h (added) * uspace/app/bdsh/cmds/modules/unmount/unmount_def.h (added) * uspace/app/bdsh/input.c (modified) * uspace/app/edit/Makefile (modified) * uspace/app/edit/Makefile.build (deleted) * uspace/app/edit/edit.c (modified) * uspace/app/getterm/Makefile (modified) * uspace/app/getterm/Makefile.build (deleted) * uspace/app/init/Makefile (modified) * uspace/app/init/Makefile.build (deleted) * uspace/app/init/init.c (modified) * uspace/app/init/init.h (modified) * uspace/app/klog/Makefile (modified) * uspace/app/klog/Makefile.build (deleted) * uspace/app/mkfat/Makefile (moved) * uspace/app/mkfat/fat.h (added) * uspace/app/mkfat/mkfat.c (added) * uspace/app/redir/Makefile (modified) * uspace/app/redir/Makefile.build (deleted) * uspace/app/redir/Makefile.common (deleted) * uspace/app/redir/redir.c (modified) * uspace/app/taskdump/Makefile (moved) * uspace/app/taskdump/elf_core.c (added) * uspace/app/taskdump/include/elf.h (added) * uspace/app/taskdump/include/elf_core.h (added) * uspace/app/taskdump/include/symtab.h (added) * uspace/app/taskdump/symtab.c (added) * uspace/app/taskdump/taskdump.c (added) * uspace/app/tester/Makefile (modified) * uspace/app/tester/Makefile.build (deleted) * uspace/app/tester/Makefile.common (deleted) * uspace/app/tester/fault/fault2.c (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/tetris/Makefile.build (deleted) * uspace/app/tetris/Makefile.common (deleted) * uspace/app/trace/Makefile (modified) * uspace/app/trace/Makefile.build (deleted) * uspace/app/trace/Makefile.common (deleted) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/Makefile.common (moved) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libblock/Makefile.build (deleted) * uspace/lib/libblock/libblock.c (modified) * uspace/lib/libblock/libblock.h (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.build (deleted) * uspace/lib/libc/Makefile.common (deleted) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/amd64/include/inttypes.h (added) * uspace/lib/libc/arch/amd64/include/istate.h (added) * uspace/lib/libc/arch/amd64/include/limits.h (modified) * uspace/lib/libc/arch/amd64/include/types.h (modified) * uspace/lib/libc/arch/amd64/src/stacktrace.c (added) * uspace/lib/libc/arch/amd64/src/stacktrace_asm.S (added) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/include/inttypes.h (added) * uspace/lib/libc/arch/arm32/include/istate.h (added) * uspace/lib/libc/arch/arm32/include/limits.h (modified) * uspace/lib/libc/arch/arm32/include/types.h (modified) * uspace/lib/libc/arch/arm32/src/stacktrace.S (deleted) * uspace/lib/libc/arch/arm32/src/stacktrace.c (added) * uspace/lib/libc/arch/arm32/src/stacktrace_asm.S (added) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/include/inttypes.h (added) * uspace/lib/libc/arch/ia32/include/istate.h (added) * uspace/lib/libc/arch/ia32/include/limits.h (modified) * uspace/lib/libc/arch/ia32/include/syscall.h (modified) * uspace/lib/libc/arch/ia32/include/tls.h (modified) * uspace/lib/libc/arch/ia32/include/types.h (modified) * uspace/lib/libc/arch/ia32/src/stacktrace.S (deleted) * uspace/lib/libc/arch/ia32/src/stacktrace.c (added) * uspace/lib/libc/arch/ia32/src/stacktrace_asm.S (added) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/include/ddi.h (modified) * uspace/lib/libc/arch/ia64/include/faddr.h (modified) * uspace/lib/libc/arch/ia64/include/fibril.h (modified) * uspace/lib/libc/arch/ia64/include/inttypes.h (added) * uspace/lib/libc/arch/ia64/include/istate.h (added) * uspace/lib/libc/arch/ia64/include/limits.h (modified) * uspace/lib/libc/arch/ia64/include/types.h (modified) * uspace/lib/libc/arch/ia64/src/stacktrace.c (added) * uspace/lib/libc/arch/ia64/src/stacktrace_asm.S (added) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/include/inttypes.h (added) * uspace/lib/libc/arch/mips32/include/istate.h (added) * uspace/lib/libc/arch/mips32/include/limits.h (modified) * uspace/lib/libc/arch/mips32/include/types.h (modified) * uspace/lib/libc/arch/mips32/src/stacktrace.c (added) * uspace/lib/libc/arch/mips32/src/stacktrace_asm.S (moved) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/mips32eb/include/inttypes.h (added) * uspace/lib/libc/arch/mips32eb/include/istate.h (added) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/include/inttypes.h (added) * uspace/lib/libc/arch/ppc32/include/istate.h (added) * uspace/lib/libc/arch/ppc32/include/limits.h (modified) * uspace/lib/libc/arch/ppc32/include/types.h (modified) * uspace/lib/libc/arch/ppc32/src/entry.s (modified) * uspace/lib/libc/arch/ppc32/src/stacktrace.c (added) * uspace/lib/libc/arch/ppc32/src/stacktrace_asm.S (moved) * uspace/lib/libc/arch/ppc32/src/thread_entry.s (modified) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/include/ddi.h (modified) * uspace/lib/libc/arch/sparc64/include/fibril.h (modified) * uspace/lib/libc/arch/sparc64/include/inttypes.h (added) * uspace/lib/libc/arch/sparc64/include/istate.h (added) * uspace/lib/libc/arch/sparc64/include/limits.h (modified) * uspace/lib/libc/arch/sparc64/include/types.h (modified) * uspace/lib/libc/arch/sparc64/src/stacktrace.S (deleted) * uspace/lib/libc/arch/sparc64/src/stacktrace.c (added) * uspace/lib/libc/arch/sparc64/src/stacktrace_asm.S (moved) * uspace/lib/libc/generic/adt/hash_table.c (modified) * uspace/lib/libc/generic/async.c (modified) * uspace/lib/libc/generic/clipboard.c (modified) * uspace/lib/libc/generic/fibril.c (modified) * uspace/lib/libc/generic/io/io.c (modified) * uspace/lib/libc/generic/ipc.c (modified) * uspace/lib/libc/generic/malloc.c (modified) * uspace/lib/libc/generic/mman.c (modified) * uspace/lib/libc/generic/stacktrace.c (modified) * uspace/lib/libc/generic/udebug.c (modified) * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/lib/libc/include/adt/hash_table.h (modified) * uspace/lib/libc/include/assert.h (modified) * uspace/lib/libc/include/async.h (modified) * uspace/lib/libc/include/fibril.h (modified) * uspace/lib/libc/include/inttypes.h (added) * uspace/lib/libc/include/ipc/adb.h (added) * uspace/lib/libc/include/ipc/bd.h (modified) * uspace/lib/libc/include/ipc/clipboard.h (modified) * uspace/lib/libc/include/ipc/vfs.h (modified) * uspace/lib/libc/include/limits.h (modified) * uspace/lib/libc/include/macros.h (modified) * uspace/lib/libc/include/stacktrace.h (modified) * uspace/lib/libc/include/stdio.h (modified) * uspace/lib/libc/include/stdlib.h (modified) * uspace/lib/libc/include/sys/mman.h (modified) * uspace/lib/libc/include/sys/stat.h (modified) * uspace/lib/libc/include/sys/time.h (modified) * uspace/lib/libc/include/sys/typefmt.h (added) * uspace/lib/libc/include/sys/types.h (modified) * uspace/lib/libc/include/udebug.h (modified) * uspace/lib/libc/include/unistd.h (modified) * uspace/lib/libc/include/vfs/vfs.h (modified) * uspace/lib/libfs/Makefile (modified) * uspace/lib/libfs/Makefile.build (deleted) * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/lib/libpci/COPYING (moved) * uspace/lib/libpci/Makefile (moved) * uspace/lib/libpci/Makefile.build (moved) * uspace/lib/libpci/Makefile.common (moved) * uspace/lib/libpci/VERSION (moved) * uspace/lib/libpci/access.c (moved) * uspace/lib/libpci/generic.c (moved) * uspace/lib/libpci/header.h (moved) * uspace/lib/libpci/i386-ports.c (moved) * uspace/lib/libpci/internal.h (moved) * uspace/lib/libpci/names.c (moved) * uspace/lib/libpci/pci.h (moved) * uspace/lib/libpci/pci_ids.h (moved) * uspace/lib/libpci/sysdep.h (moved) * uspace/lib/libpci/types.h (moved) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softint/Makefile (modified) * uspace/lib/softint/Makefile.build (deleted) * uspace/srv/Makefile.common (moved) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/ata_bd/Makefile.build (deleted) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/file_bd/Makefile.build (deleted) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile.build (deleted) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/Makefile (added) * uspace/srv/bd/part/guid_part/gpt.h (added) * uspace/srv/bd/part/guid_part/guid_part.c (added) * uspace/srv/bd/part/mbr_part/Makefile (added) * uspace/srv/bd/part/mbr_part/Makefile.build (moved) * uspace/srv/bd/part/mbr_part/Makefile.common (moved) * uspace/srv/bd/part/mbr_part/mbr_part.c (moved) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/bd/rd/Makefile.build (deleted) * uspace/srv/bd/rd/Makefile.common (deleted) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/clip/Makefile (modified) * uspace/srv/clip/Makefile.build (deleted) * uspace/srv/clip/Makefile.common (deleted) * uspace/srv/clip/clip.c (modified) * uspace/srv/console/Makefile (deleted) * uspace/srv/console/Makefile.common (deleted) * uspace/srv/devmap/Makefile (modified) * uspace/srv/devmap/Makefile.build (deleted) * uspace/srv/devmap/Makefile.common (deleted) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/fb/Makefile (deleted) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/devfs/Makefile.build (deleted) * uspace/srv/fs/devfs/Makefile.common (deleted) * uspace/srv/fs/devfs/devfs.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/fs/devfs/devfs_ops.h (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/Makefile.build (deleted) * uspace/srv/fs/fat/Makefile.common (deleted) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_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/tmpfs/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile.build (deleted) * uspace/srv/fs/tmpfs/Makefile.common (deleted) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/hid/adb_mouse/Makefile (added) * uspace/srv/hid/adb_mouse/adb_dev.c (added) * uspace/srv/hid/adb_mouse/adb_dev.h (added) * uspace/srv/hid/adb_mouse/adb_mouse.c (added) * uspace/srv/hid/adb_mouse/adb_mouse.h (added) * uspace/srv/hid/char_mouse/Makefile (moved) * uspace/srv/hid/char_mouse/Makefile.build (moved) * uspace/srv/hid/char_mouse/Makefile.common (moved) * uspace/srv/hid/char_mouse/char_mouse.c (moved) * uspace/srv/hid/char_mouse/chardev.c (moved) * uspace/srv/hid/char_mouse/include/char_mouse.h (moved) * uspace/srv/hid/char_mouse/include/mouse_port.h (moved) * uspace/srv/hid/char_mouse/include/mouse_proto.h (moved) * uspace/srv/hid/char_mouse/proto/ps2.c (moved) * uspace/srv/hid/console/Makefile (moved) * uspace/srv/hid/console/Makefile.build (moved) * uspace/srv/hid/console/Makefile.common (moved) * uspace/srv/hid/console/console.c (moved) * uspace/srv/hid/console/console.h (moved) * uspace/srv/hid/console/gcons.c (moved) * uspace/srv/hid/console/gcons.h (moved) * uspace/srv/hid/console/gfx/anim_1.ppm (moved) * uspace/srv/hid/console/gfx/anim_2.ppm (moved) * uspace/srv/hid/console/gfx/anim_3.ppm (moved) * uspace/srv/hid/console/gfx/anim_4.ppm (moved) * uspace/srv/hid/console/gfx/cons_has_data.ppm (moved) * uspace/srv/hid/console/gfx/cons_idle.ppm (moved) * uspace/srv/hid/console/gfx/cons_kernel.ppm (moved) * uspace/srv/hid/console/gfx/cons_selected.ppm (moved) * uspace/srv/hid/console/gfx/helenos.ppm (moved) * uspace/srv/hid/console/gfx/nameic.ppm (moved) * uspace/srv/hid/console/keybuffer.c (moved) * uspace/srv/hid/console/keybuffer.h (moved) * uspace/srv/hid/console/screenbuffer.c (moved) * uspace/srv/hid/console/screenbuffer.h (moved) * uspace/srv/hid/fb/Makefile (moved) * uspace/srv/hid/fb/Makefile.build (moved) * uspace/srv/hid/fb/Makefile.common (moved) * uspace/srv/hid/fb/ega.c (moved) * uspace/srv/hid/fb/ega.h (moved) * uspace/srv/hid/fb/fb.c (moved) * uspace/srv/hid/fb/fb.h (moved) * uspace/srv/hid/fb/font-8x16.c (moved) * uspace/srv/hid/fb/font-8x16.h (moved) * uspace/srv/hid/fb/main.c (moved) * uspace/srv/hid/fb/main.h (moved) * uspace/srv/hid/fb/msim.c (moved) * uspace/srv/hid/fb/msim.h (moved) * uspace/srv/hid/fb/pointer.xbm (moved) * uspace/srv/hid/fb/pointer_mask.xbm (moved) * uspace/srv/hid/fb/ppm.c (moved) * uspace/srv/hid/fb/ppm.h (moved) * uspace/srv/hid/fb/serial_console.c (moved) * uspace/srv/hid/fb/serial_console.h (moved) * uspace/srv/hid/fb/sgcn.c (moved) * uspace/srv/hid/fb/sgcn.h (moved) * uspace/srv/hid/fb/ski.c (moved) * uspace/srv/hid/fb/ski.h (moved) * uspace/srv/hid/kbd/Makefile (moved) * uspace/srv/hid/kbd/Makefile.build (moved) * uspace/srv/hid/kbd/Makefile.common (moved) * uspace/srv/hid/kbd/ctl/apple.c (added) * uspace/srv/hid/kbd/ctl/gxe_fb.c (moved) * uspace/srv/hid/kbd/ctl/pc.c (moved) * uspace/srv/hid/kbd/ctl/pl050.c (moved) * uspace/srv/hid/kbd/ctl/stty.c (moved) * uspace/srv/hid/kbd/ctl/sun.c (moved) * uspace/srv/hid/kbd/genarch/gsp.c (moved) * uspace/srv/hid/kbd/genarch/stroke.c (moved) * uspace/srv/hid/kbd/generic/kbd.c (moved) * uspace/srv/hid/kbd/include/gsp.h (moved) * uspace/srv/hid/kbd/include/kbd.h (moved) * uspace/srv/hid/kbd/include/kbd_ctl.h (moved) * uspace/srv/hid/kbd/include/kbd_port.h (moved) * uspace/srv/hid/kbd/include/layout.h (moved) * uspace/srv/hid/kbd/include/stroke.h (moved) * uspace/srv/hid/kbd/include/sun.h (moved) * uspace/srv/hid/kbd/layout/cz.c (moved) * uspace/srv/hid/kbd/layout/us_dvorak.c (moved) * uspace/srv/hid/kbd/layout/us_qwerty.c (moved) * uspace/srv/hid/kbd/port/adb.c (added) * uspace/srv/hid/kbd/port/chardev.c (moved) * uspace/srv/hid/kbd/port/dummy.c (moved) * uspace/srv/hid/kbd/port/gxemul.c (moved) * uspace/srv/hid/kbd/port/msim.c (moved) * uspace/srv/hid/kbd/port/ns16550.c (moved) * uspace/srv/hid/kbd/port/pl050.c (moved) * uspace/srv/hid/kbd/port/sgcn.c (moved) * uspace/srv/hid/kbd/port/ski.c (moved) * uspace/srv/hid/kbd/port/sun.c (moved) * uspace/srv/hid/kbd/port/z8530.c (moved) * uspace/srv/hw/bus/cuda_adb/Makefile (moved) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (added) * uspace/srv/hw/bus/cuda_adb/cuda_adb.h (added) * uspace/srv/hw/bus/pci/Makefile (moved) * uspace/srv/hw/bus/pci/Makefile.build (moved) * uspace/srv/hw/bus/pci/Makefile.common (moved) * uspace/srv/hw/bus/pci/pci.c (moved) * uspace/srv/hw/bus/pci/update-ids (moved) * uspace/srv/hw/char/i8042/Makefile (moved) * uspace/srv/hw/char/i8042/Makefile.build (moved) * uspace/srv/hw/char/i8042/Makefile.common (moved) * uspace/srv/hw/char/i8042/i8042.c (moved) * uspace/srv/hw/char/i8042/i8042.h (moved) * uspace/srv/hw/cir/fhc/Makefile (moved) * uspace/srv/hw/cir/fhc/Makefile.build (moved) * uspace/srv/hw/cir/fhc/Makefile.common (moved) * uspace/srv/hw/cir/fhc/fhc.c (moved) * uspace/srv/hw/cir/obio/Makefile (moved) * uspace/srv/hw/cir/obio/Makefile.build (moved) * uspace/srv/hw/cir/obio/Makefile.common (moved) * uspace/srv/hw/cir/obio/obio.c (moved) * uspace/srv/kbd/Makefile (deleted) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/Makefile.common (deleted) * uspace/srv/loader/arch/amd64/Makefile.inc (modified) * uspace/srv/loader/arch/arm32/Makefile.inc (modified) * uspace/srv/loader/arch/ia32/Makefile.inc (modified) * uspace/srv/loader/arch/ia64/Makefile.inc (modified) * uspace/srv/loader/arch/mips32/Makefile.inc (modified) * uspace/srv/loader/arch/ppc32/Makefile.inc (modified) * uspace/srv/loader/arch/sparc64/Makefile.inc (modified) * uspace/srv/loader/elf_load.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/mouse/c_mouse/Makefile (deleted) * uspace/srv/ns/Makefile (modified) * uspace/srv/ns/Makefile.build (deleted) * uspace/srv/part/mbr_part/Makefile (deleted) * uspace/srv/pci/Makefile (deleted) * uspace/srv/pci/libpci/Makefile (deleted) * uspace/srv/taskmon/Makefile (moved) * uspace/srv/taskmon/taskmon.c (added) * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/Makefile.build (deleted) * 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) Merged the actual head Wed, 10 Feb 2010 21:05:49 GMT Lenka Trochtova [e4c4247] * .bzrignore (added) * uspace/Makefile (modified) * uspace/srv/devman/devman.c (modified) parts of device manager (unstable) Fri, 05 Feb 2010 10:57:50 GMT Lenka Trochtova [3b3e776] * HelenOS.config (modified) * Makefile (modified) * boot/Makefile.common (added) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/amd64/grub/menu.lst (deleted) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/arm32/loader/Makefile.build (modified) * boot/arch/arm32/loader/Makefile.common (modified) * boot/arch/arm32/loader/Makefile.toolchain (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/ia64/loader/Makefile.build (modified) * boot/arch/ia64/loader/Makefile.common (modified) * boot/arch/ia64/loader/Makefile.toolchain (modified) * boot/arch/ia64/loader/gefi/HelenOS/Makefile (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile.build (modified) * boot/arch/mips32/loader/Makefile.common (modified) * boot/arch/mips32/loader/Makefile.toolchain (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile.build (modified) * boot/arch/ppc32/loader/Makefile.common (modified) * boot/arch/ppc32/loader/Makefile.toolchain (modified) * boot/arch/sparc64/Makefile.inc (modified) * boot/arch/sparc64/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile.build (modified) * boot/arch/sparc64/loader/Makefile.common (modified) * boot/arch/sparc64/loader/Makefile.toolchain (modified) * contrib/bazaar/mbprotect/__init__.py (modified) * defaults/special/Makefile.config (added) * defaults/special/abs32le/Makefile.config (added) * kernel/Makefile (modified) * kernel/Makefile.build (modified) * kernel/Makefile.common (modified) * kernel/arch/abs32le/Makefile.inc (added) * kernel/arch/abs32le/_link.ld.in (added) * kernel/arch/abs32le/include/arch.h (added) * kernel/arch/abs32le/include/asm.h (added) * kernel/arch/abs32le/include/atomic.h (added) * kernel/arch/abs32le/include/barrier.h (added) * kernel/arch/abs32le/include/context.h (added) * kernel/arch/abs32le/include/context_offset.h (added) * kernel/arch/abs32le/include/cpu.h (added) * kernel/arch/abs32le/include/cycle.h (added) * kernel/arch/abs32le/include/debug.h (added) * kernel/arch/abs32le/include/elf.h (added) * kernel/arch/abs32le/include/faddr.h (added) * kernel/arch/abs32le/include/fpu_context.h (added) * kernel/arch/abs32le/include/interrupt.h (added) * kernel/arch/abs32le/include/memstr.h (added) * kernel/arch/abs32le/include/mm/as.h (added) * kernel/arch/abs32le/include/mm/asid.h (added) * kernel/arch/abs32le/include/mm/frame.h (added) * kernel/arch/abs32le/include/mm/page.h (added) * kernel/arch/abs32le/include/mm/tlb.h (added) * kernel/arch/abs32le/include/proc/task.h (added) * kernel/arch/abs32le/include/proc/thread.h (added) * kernel/arch/abs32le/include/types.h (added) * kernel/arch/abs32le/src/abs32le.c (added) * kernel/arch/abs32le/src/cpu/cpu.c (added) * kernel/arch/abs32le/src/debug/stacktrace.c (added) * kernel/arch/abs32le/src/mm/as.c (added) * kernel/arch/abs32le/src/mm/frame.c (added) * kernel/arch/abs32le/src/mm/page.c (added) * kernel/arch/abs32le/src/mm/tlb.c (added) * kernel/arch/abs32le/src/proc/scheduler.c (added) * kernel/arch/abs32le/src/proc/task.c (added) * kernel/arch/abs32le/src/proc/thread.c (added) * kernel/arch/abs32le/src/userspace.c (added) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/_link.ld.in (modified) * kernel/arch/amd64/include/asm.h (modified) * kernel/arch/amd64/include/context.h (modified) * kernel/arch/amd64/include/interrupt.h (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/amd64/include/types.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/asm_utils.S (modified) * kernel/arch/amd64/src/boot/boot.S (modified) * kernel/arch/amd64/src/debug/stacktrace.c (added) * kernel/arch/amd64/src/debug/stacktrace_asm.S (added) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/amd64/src/smp/ap.S (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/atomic.h (modified) * kernel/arch/arm32/include/context.h (modified) * kernel/arch/arm32/include/exception.h (modified) * kernel/arch/arm32/include/mm/as.h (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/arm32/include/ras.h (added) * kernel/arch/arm32/include/types.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/debug/stacktrace.c (added) * kernel/arch/arm32/src/debug/stacktrace_asm.S (added) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/mm/as.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 (added) * kernel/arch/arm32/src/start.S (modified) * kernel/arch/arm32/src/userspace.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/_link.ld.in (modified) * kernel/arch/ia32/include/asm.h (modified) * kernel/arch/ia32/include/context.h (modified) * kernel/arch/ia32/include/interrupt.h (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32/include/types.h (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/boot/boot.S (modified) * kernel/arch/ia32/src/debug/stacktrace.c (added) * kernel/arch/ia32/src/debug/stacktrace_asm.S (added) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/smp/ap.S (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/_link.ld.in (modified) * kernel/arch/ia64/include/asm.h (modified) * kernel/arch/ia64/include/interrupt.h (modified) * kernel/arch/ia64/include/mm/asid.h (modified) * kernel/arch/ia64/src/cpu/cpu.c (modified) * kernel/arch/ia64/src/debug/stacktrace.c (added) * kernel/arch/ia64/src/debug/stacktrace_asm.S (added) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/mm/page.c (modified) * kernel/arch/ia64/src/start.S (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/_link.ld.in (modified) * kernel/arch/mips32/include/asm.h (modified) * kernel/arch/mips32/include/exception.h (modified) * kernel/arch/mips32/include/mm/page.h (modified) * kernel/arch/mips32/include/types.h (modified) * kernel/arch/mips32/src/debug/stacktrace.c (added) * kernel/arch/mips32/src/debug/stacktrace_asm.S (added) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/_link.ld.in (modified) * kernel/arch/ppc32/include/asm.h (modified) * kernel/arch/ppc32/include/exception.h (modified) * kernel/arch/ppc32/include/mm/page.h (modified) * kernel/arch/ppc32/include/types.h (modified) * kernel/arch/ppc32/src/debug/stacktrace.c (added) * kernel/arch/ppc32/src/debug/stacktrace_asm.S (moved) * kernel/arch/ppc32/src/mm/as.c (modified) * kernel/arch/ppc32/src/mm/page.c (modified) * kernel/arch/ppc32/src/mm/tlb.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/_link.ld.in (modified) * kernel/arch/sparc64/include/asm.h (modified) * kernel/arch/sparc64/include/interrupt.h (modified) * kernel/arch/sparc64/src/context.S (modified) * kernel/arch/sparc64/src/debug/stacktrace.c (added) * kernel/arch/sparc64/src/debug/stacktrace_asm.S (moved) * kernel/arch/sparc64/src/mm/tlb.c (modified) * kernel/arch/sparc64/src/sparc64.c (modified) * kernel/arch/sparc64/src/trap/trap_table.S (modified) * kernel/genarch/include/mm/as_pt.h (modified) * kernel/genarch/include/mm/page_pt.h (modified) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/generic/include/arch.h (modified) * kernel/generic/include/debug.h (modified) * kernel/generic/include/func.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/event_types.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/panic.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/stacktrace.h (added) * kernel/generic/include/string.h (modified) * kernel/generic/include/symtab.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/include/udebug/udebug_ops.h (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/debug/stacktrace.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/sysipc.c (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/lib/string.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * tools/checkers/jobfile.py (added) * tools/checkers/stanse.py (added) * tools/checkers/stanse/ThreadChecker.xml (added) * tools/checkers/vcc.py (added) * tools/config.py (modified) * tools/jobfile.py (moved) * tools/toolchain.sh (moved) * tools/xtui.py (modified) * uspace/Makefile (modified) * uspace/app/Makefile.common (moved) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/Makefile.build (deleted) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/entry.h (added) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (added) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.h (added) * uspace/app/bdsh/cmds/modules/mkfile/mkfile_def.h (added) * uspace/app/bdsh/cmds/modules/module_aliases.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/unmount/entry.h (added) * uspace/app/bdsh/cmds/modules/unmount/unmount.c (added) * uspace/app/bdsh/cmds/modules/unmount/unmount.h (added) * uspace/app/bdsh/cmds/modules/unmount/unmount_def.h (added) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/input.h (modified) * uspace/app/bdsh/scli.c (modified) * uspace/app/edit/Makefile (modified) * uspace/app/edit/edit.c (modified) * uspace/app/getterm/Makefile (moved) * uspace/app/getterm/Makefile.build (moved) * uspace/app/getterm/Makefile.common (moved) * uspace/app/getterm/getterm.c (moved) * uspace/app/getterm/getterm.h (moved) * uspace/app/getterm/version.c (moved) * uspace/app/getterm/version.h (moved) * uspace/app/init/Makefile (modified) * uspace/app/init/Makefile.build (deleted) * uspace/app/init/init.c (modified) * uspace/app/init/init.h (modified) * uspace/app/klog/Makefile (modified) * uspace/app/klog/Makefile.build (deleted) * uspace/app/mkfat/Makefile (moved) * uspace/app/mkfat/fat.h (added) * uspace/app/mkfat/mkfat.c (added) * uspace/app/redir/Makefile (modified) * uspace/app/redir/Makefile.build (deleted) * uspace/app/shutters/Makefile (modified) * uspace/app/shutters/Makefile.build (deleted) * uspace/app/shutters/Makefile.common (deleted) * uspace/app/taskdump/Makefile (added) * uspace/app/taskdump/include/elf.h (added) * uspace/app/taskdump/include/symtab.h (added) * uspace/app/taskdump/symtab.c (added) * uspace/app/taskdump/taskdump.c (added) * uspace/app/test_serial/Makefile (modified) * uspace/app/test_serial/Makefile.build (deleted) * uspace/app/test_serial/Makefile.common (deleted) * uspace/app/tester/Makefile (modified) * uspace/app/tester/Makefile.build (deleted) * uspace/app/tester/Makefile.common (deleted) * uspace/app/tester/fault/fault3.c (added) * uspace/app/tester/fault/fault3.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/tetris/Makefile.build (deleted) * uspace/app/tetris/Makefile.common (deleted) * uspace/app/trace/Makefile (modified) * uspace/app/trace/Makefile.build (deleted) * uspace/app/trace/Makefile.common (deleted) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/Makefile.common (moved) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libblock/Makefile.build (deleted) * uspace/lib/libblock/libblock.c (modified) * uspace/lib/libblock/libblock.h (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.build (deleted) * uspace/lib/libc/Makefile.common (deleted) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/amd64/include/atomic.h (modified) * uspace/lib/libc/arch/amd64/include/fibril.h (modified) * uspace/lib/libc/arch/amd64/include/inttypes.h (added) * uspace/lib/libc/arch/amd64/include/istate.h (added) * uspace/lib/libc/arch/amd64/include/types.h (modified) * uspace/lib/libc/arch/amd64/src/entry.s (modified) * uspace/lib/libc/arch/amd64/src/stacktrace.c (added) * uspace/lib/libc/arch/amd64/src/stacktrace_asm.S (added) * uspace/lib/libc/arch/amd64/src/thread_entry.s (modified) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/include/atomic.h (modified) * uspace/lib/libc/arch/arm32/include/fibril.h (modified) * uspace/lib/libc/arch/arm32/include/inttypes.h (added) * uspace/lib/libc/arch/arm32/include/istate.h (added) * uspace/lib/libc/arch/arm32/include/types.h (modified) * uspace/lib/libc/arch/arm32/src/entry.s (modified) * uspace/lib/libc/arch/arm32/src/stacktrace.c (added) * uspace/lib/libc/arch/arm32/src/stacktrace_asm.S (added) * uspace/lib/libc/arch/arm32/src/syscall.c (modified) * uspace/lib/libc/arch/arm32/src/thread_entry.s (modified) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/include/atomic.h (modified) * uspace/lib/libc/arch/ia32/include/fibril.h (modified) * uspace/lib/libc/arch/ia32/include/inttypes.h (added) * uspace/lib/libc/arch/ia32/include/istate.h (added) * uspace/lib/libc/arch/ia32/include/types.h (modified) * uspace/lib/libc/arch/ia32/src/entry.s (modified) * uspace/lib/libc/arch/ia32/src/stacktrace.c (added) * uspace/lib/libc/arch/ia32/src/stacktrace_asm.S (added) * uspace/lib/libc/arch/ia32/src/thread_entry.s (modified) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/include/atomic.h (modified) * uspace/lib/libc/arch/ia64/include/inttypes.h (added) * uspace/lib/libc/arch/ia64/include/istate.h (added) * uspace/lib/libc/arch/ia64/include/types.h (modified) * uspace/lib/libc/arch/ia64/src/stacktrace.c (added) * uspace/lib/libc/arch/ia64/src/stacktrace_asm.S (added) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/include/atomic.h (modified) * uspace/lib/libc/arch/mips32/include/inttypes.h (added) * uspace/lib/libc/arch/mips32/include/istate.h (added) * uspace/lib/libc/arch/mips32/include/types.h (modified) * uspace/lib/libc/arch/mips32/src/stacktrace.c (added) * uspace/lib/libc/arch/mips32/src/stacktrace_asm.S (added) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/mips32eb/include/inttypes.h (added) * uspace/lib/libc/arch/mips32eb/include/istate.h (added) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/include/atomic.h (modified) * uspace/lib/libc/arch/ppc32/include/inttypes.h (added) * uspace/lib/libc/arch/ppc32/include/istate.h (added) * uspace/lib/libc/arch/ppc32/include/types.h (modified) * uspace/lib/libc/arch/ppc32/src/entry.s (modified) * uspace/lib/libc/arch/ppc32/src/stacktrace.c (added) * uspace/lib/libc/arch/ppc32/src/stacktrace_asm.S (added) * uspace/lib/libc/arch/ppc32/src/thread_entry.s (modified) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/include/atomic.h (modified) * uspace/lib/libc/arch/sparc64/include/fibril.h (modified) * uspace/lib/libc/arch/sparc64/include/inttypes.h (added) * uspace/lib/libc/arch/sparc64/include/istate.h (added) * uspace/lib/libc/arch/sparc64/include/types.h (modified) * uspace/lib/libc/arch/sparc64/src/entry.s (modified) * uspace/lib/libc/arch/sparc64/src/fibril.S (modified) * uspace/lib/libc/arch/sparc64/src/stacktrace.c (added) * uspace/lib/libc/arch/sparc64/src/stacktrace_asm.S (moved) * uspace/lib/libc/arch/sparc64/src/thread_entry.s (modified) * uspace/lib/libc/generic/adt/hash_table.c (modified) * uspace/lib/libc/generic/async.c (modified) * uspace/lib/libc/generic/clipboard.c (added) * uspace/lib/libc/generic/devmap.c (modified) * uspace/lib/libc/generic/fibril_synch.c (moved) * uspace/lib/libc/generic/futex.c (modified) * uspace/lib/libc/generic/io/console.c (modified) * uspace/lib/libc/generic/io/io.c (modified) * uspace/lib/libc/generic/stacktrace.c (added) * uspace/lib/libc/generic/string.c (modified) * uspace/lib/libc/generic/time.c (modified) * uspace/lib/libc/generic/udebug.c (modified) * uspace/lib/libc/generic/vfs/canonify.c (modified) * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/lib/libc/include/adt/hash_table.h (modified) * uspace/lib/libc/include/assert.h (modified) * uspace/lib/libc/include/async.h (modified) * uspace/lib/libc/include/atomic.h (modified) * uspace/lib/libc/include/atomicdflt.h (added) * uspace/lib/libc/include/clipboard.h (added) * uspace/lib/libc/include/devmap.h (modified) * uspace/lib/libc/include/fibril_synch.h (moved) * uspace/lib/libc/include/futex.h (modified) * uspace/lib/libc/include/inttypes.h (added) * uspace/lib/libc/include/io/console.h (modified) * uspace/lib/libc/include/ipc/adb.h (added) * uspace/lib/libc/include/ipc/bd.h (modified) * uspace/lib/libc/include/ipc/char.h (added) * uspace/lib/libc/include/ipc/clipboard.h (added) * uspace/lib/libc/include/ipc/console.h (modified) * uspace/lib/libc/include/ipc/devmap.h (modified) * uspace/lib/libc/include/ipc/mouse.h (added) * uspace/lib/libc/include/ipc/services.h (modified) * uspace/lib/libc/include/ipc/vfs.h (modified) * uspace/lib/libc/include/stacktrace.h (added) * uspace/lib/libc/include/stdlib.h (modified) * uspace/lib/libc/include/string.h (modified) * uspace/lib/libc/include/sys/stat.h (modified) * uspace/lib/libc/include/sys/typefmt.h (added) * uspace/lib/libc/include/sys/types.h (modified) * uspace/lib/libc/include/udebug.h (modified) * uspace/lib/libc/include/unistd.h (modified) * uspace/lib/libc/include/vfs/vfs.h (modified) * uspace/lib/libfs/Makefile (modified) * uspace/lib/libfs/Makefile.build (deleted) * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/lib/libpci/COPYING (added) * uspace/lib/libpci/Makefile (moved) * uspace/lib/libpci/Makefile.build (moved) * uspace/lib/libpci/Makefile.common (moved) * uspace/lib/libpci/VERSION (added) * uspace/lib/libpci/access.c (added) * uspace/lib/libpci/generic.c (added) * uspace/lib/libpci/header.h (added) * uspace/lib/libpci/i386-ports.c (added) * uspace/lib/libpci/internal.h (added) * uspace/lib/libpci/names.c (added) * uspace/lib/libpci/pci.h (added) * uspace/lib/libpci/pci_ids.h (added) * uspace/lib/libpci/sysdep.h (added) * uspace/lib/libpci/types.h (added) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/Makefile.build (deleted) * uspace/lib/softint/Makefile (modified) * uspace/srv/Makefile.common (moved) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/ata_bd/Makefile.build (deleted) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/file_bd/Makefile.build (deleted) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile.build (deleted) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/Makefile (added) * uspace/srv/bd/part/guid_part/gpt.h (added) * uspace/srv/bd/part/guid_part/guid_part.c (added) * uspace/srv/bd/part/mbr_part/Makefile (added) * uspace/srv/bd/part/mbr_part/Makefile.build (moved) * uspace/srv/bd/part/mbr_part/Makefile.common (moved) * uspace/srv/bd/part/mbr_part/mbr_part.c (moved) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/bd/rd/Makefile.build (deleted) * uspace/srv/bd/rd/Makefile.common (deleted) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/clip/Makefile (moved) * uspace/srv/clip/clip.c (added) * uspace/srv/clip/clip.h (added) * uspace/srv/console/Makefile (deleted) * uspace/srv/console/Makefile.common (deleted) * uspace/srv/dd/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/devmap/Makefile.build (deleted) * uspace/srv/devmap/Makefile.common (deleted) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/devfs/Makefile.build (deleted) * uspace/srv/fs/devfs/Makefile.common (deleted) * uspace/srv/fs/devfs/devfs.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/fs/devfs/devfs_ops.h (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/Makefile.build (deleted) * uspace/srv/fs/fat/Makefile.common (deleted) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile.build (deleted) * uspace/srv/fs/tmpfs/Makefile.common (deleted) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/hid/adb_mouse/Makefile (added) * uspace/srv/hid/adb_mouse/adb_dev.c (added) * uspace/srv/hid/adb_mouse/adb_dev.h (added) * uspace/srv/hid/adb_mouse/adb_mouse.c (added) * uspace/srv/hid/adb_mouse/adb_mouse.h (added) * uspace/srv/hid/char_mouse/Makefile (moved) * uspace/srv/hid/char_mouse/char_mouse.c (added) * uspace/srv/hid/char_mouse/chardev.c (added) * uspace/srv/hid/char_mouse/include/char_mouse.h (added) * uspace/srv/hid/char_mouse/include/mouse_port.h (added) * uspace/srv/hid/char_mouse/include/mouse_proto.h (added) * uspace/srv/hid/char_mouse/proto/ps2.c (added) * uspace/srv/hid/console/Makefile (moved) * uspace/srv/hid/console/Makefile.build (moved) * uspace/srv/hid/console/Makefile.common (moved) * uspace/srv/hid/console/console.c (moved) * uspace/srv/hid/console/console.h (moved) * uspace/srv/hid/console/gcons.c (moved) * uspace/srv/hid/console/gcons.h (moved) * uspace/srv/hid/console/gfx/anim_1.ppm (moved) * uspace/srv/hid/console/gfx/anim_2.ppm (moved) * uspace/srv/hid/console/gfx/anim_3.ppm (moved) * uspace/srv/hid/console/gfx/anim_4.ppm (moved) * uspace/srv/hid/console/gfx/cons_has_data.ppm (moved) * uspace/srv/hid/console/gfx/cons_idle.ppm (moved) * uspace/srv/hid/console/gfx/cons_kernel.ppm (moved) * uspace/srv/hid/console/gfx/cons_selected.ppm (moved) * uspace/srv/hid/console/gfx/helenos.ppm (moved) * uspace/srv/hid/console/gfx/nameic.ppm (moved) * uspace/srv/hid/console/keybuffer.c (moved) * uspace/srv/hid/console/keybuffer.h (moved) * uspace/srv/hid/console/screenbuffer.c (moved) * uspace/srv/hid/console/screenbuffer.h (moved) * uspace/srv/hid/fb/Makefile (moved) * uspace/srv/hid/fb/Makefile.build (moved) * uspace/srv/hid/fb/Makefile.common (moved) * uspace/srv/hid/fb/ega.c (moved) * uspace/srv/hid/fb/ega.h (moved) * uspace/srv/hid/fb/fb.c (moved) * uspace/srv/hid/fb/fb.h (moved) * uspace/srv/hid/fb/font-8x16.c (moved) * uspace/srv/hid/fb/font-8x16.h (moved) * uspace/srv/hid/fb/main.c (moved) * uspace/srv/hid/fb/main.h (moved) * uspace/srv/hid/fb/msim.c (moved) * uspace/srv/hid/fb/msim.h (moved) * uspace/srv/hid/fb/pointer.xbm (moved) * uspace/srv/hid/fb/pointer_mask.xbm (moved) * uspace/srv/hid/fb/ppm.c (moved) * uspace/srv/hid/fb/ppm.h (moved) * uspace/srv/hid/fb/serial_console.c (moved) * uspace/srv/hid/fb/serial_console.h (moved) * uspace/srv/hid/fb/sgcn.c (moved) * uspace/srv/hid/fb/sgcn.h (moved) * uspace/srv/hid/fb/ski.c (moved) * uspace/srv/hid/fb/ski.h (moved) * uspace/srv/hid/kbd/Makefile (moved) * uspace/srv/hid/kbd/Makefile.build (moved) * uspace/srv/hid/kbd/Makefile.common (moved) * uspace/srv/hid/kbd/ctl/apple.c (added) * uspace/srv/hid/kbd/ctl/gxe_fb.c (moved) * uspace/srv/hid/kbd/ctl/pc.c (moved) * uspace/srv/hid/kbd/ctl/pl050.c (moved) * uspace/srv/hid/kbd/ctl/stty.c (moved) * uspace/srv/hid/kbd/ctl/sun.c (moved) * uspace/srv/hid/kbd/genarch/gsp.c (moved) * uspace/srv/hid/kbd/genarch/stroke.c (moved) * uspace/srv/hid/kbd/generic/kbd.c (moved) * uspace/srv/hid/kbd/include/gsp.h (moved) * uspace/srv/hid/kbd/include/kbd.h (moved) * uspace/srv/hid/kbd/include/kbd_ctl.h (moved) * uspace/srv/hid/kbd/include/kbd_port.h (moved) * uspace/srv/hid/kbd/include/layout.h (moved) * uspace/srv/hid/kbd/include/stroke.h (moved) * uspace/srv/hid/kbd/include/sun.h (moved) * uspace/srv/hid/kbd/layout/cz.c (moved) * uspace/srv/hid/kbd/layout/us_dvorak.c (moved) * uspace/srv/hid/kbd/layout/us_qwerty.c (moved) * uspace/srv/hid/kbd/port/adb.c (added) * uspace/srv/hid/kbd/port/chardev.c (added) * uspace/srv/hid/kbd/port/dummy.c (moved) * uspace/srv/hid/kbd/port/gxemul.c (moved) * uspace/srv/hid/kbd/port/i8042.h (moved) * uspace/srv/hid/kbd/port/msim.c (moved) * uspace/srv/hid/kbd/port/ns16550.c (moved) * uspace/srv/hid/kbd/port/pl050.c (moved) * uspace/srv/hid/kbd/port/sgcn.c (moved) * uspace/srv/hid/kbd/port/ski.c (moved) * uspace/srv/hid/kbd/port/sun.c (moved) * uspace/srv/hid/kbd/port/z8530.c (moved) * uspace/srv/hw/bus/cuda_adb/Makefile (moved) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (added) * uspace/srv/hw/bus/cuda_adb/cuda_adb.h (added) * uspace/srv/hw/bus/pci/Makefile (moved) * uspace/srv/hw/bus/pci/Makefile.build (moved) * uspace/srv/hw/bus/pci/Makefile.common (moved) * uspace/srv/hw/bus/pci/pci.c (added) * uspace/srv/hw/bus/pci/update-ids (added) * uspace/srv/hw/char/i8042/Makefile (moved) * uspace/srv/hw/char/i8042/i8042.c (added) * uspace/srv/hw/char/i8042/i8042.h (added) * uspace/srv/hw/cir/fhc/Makefile (moved) * uspace/srv/hw/cir/fhc/Makefile.build (moved) * uspace/srv/hw/cir/fhc/Makefile.common (moved) * uspace/srv/hw/cir/fhc/fhc.c (moved) * uspace/srv/hw/cir/obio/Makefile (moved) * uspace/srv/hw/cir/obio/Makefile.build (moved) * uspace/srv/hw/cir/obio/Makefile.common (moved) * uspace/srv/hw/cir/obio/obio.c (moved) * uspace/srv/kbd/Makefile (deleted) * uspace/srv/kbd/port/i8042.c (deleted) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/Makefile.common (deleted) * uspace/srv/loader/arch/amd64/Makefile.inc (modified) * uspace/srv/loader/arch/arm32/Makefile.inc (modified) * uspace/srv/loader/arch/arm32/arm32.s (modified) * uspace/srv/loader/arch/ia32/Makefile.inc (modified) * uspace/srv/loader/arch/ia64/Makefile.inc (modified) * uspace/srv/loader/arch/mips32/Makefile.inc (modified) * uspace/srv/loader/arch/ppc32/Makefile.inc (modified) * uspace/srv/loader/arch/sparc64/Makefile.inc (modified) * uspace/srv/loader/elf_load.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/ns/Makefile.build (deleted) * uspace/srv/part/mbr_part/Makefile (deleted) * uspace/srv/pci/Makefile (deleted) * uspace/srv/pci/libpci/Makefile (deleted) * uspace/srv/taskmon/Makefile (moved) * uspace/srv/taskmon/taskmon.c (added) * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/Makefile.build (deleted) * uspace/srv/vfs/Makefile.common (deleted) * 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) merged with head Sun, 31 Jan 2010 13:50:52 GMT Jiri Svoboda [b73c26d] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile.common (modified) * boot/arch/ppc32/loader/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/srv/hid/adb_mouse/Makefile (added) * uspace/srv/hid/adb_mouse/adb_dev.c (added) * uspace/srv/hid/adb_mouse/adb_dev.h (added) * uspace/srv/hid/adb_mouse/adb_mouse.c (added) * uspace/srv/hid/adb_mouse/adb_mouse.h (added) * uspace/srv/hid/char_mouse/Makefile (moved) * uspace/srv/hid/char_mouse/char_mouse.c (moved) * uspace/srv/hid/char_mouse/chardev.c (moved) * uspace/srv/hid/char_mouse/include/char_mouse.h (moved) * uspace/srv/hid/char_mouse/include/mouse_port.h (moved) * uspace/srv/hid/char_mouse/include/mouse_proto.h (moved) * uspace/srv/hid/char_mouse/proto/ps2.c (moved) Add ADB mouse driver. Sun, 31 Jan 2010 12:41:45 GMT Jiri Svoboda [3a2f8aa] * boot/arch/ppc32/loader/Makefile.common (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/src/sparc64.c (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/src/ddi/irq.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/lib/libc/include/ipc/adb.h (added) * uspace/srv/hid/kbd/Makefile.build (modified) * uspace/srv/hid/kbd/ctl/apple.c (added) * uspace/srv/hid/kbd/port/adb.c (added) * uspace/srv/hw/bus/cuda_adb/Makefile (added) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (added) * uspace/srv/hw/bus/cuda_adb/cuda_adb.h (added) ADB driver for userspace, ADB keyboard support. Sat, 23 Jan 2010 19:19:18 GMT Jiri Svoboda [a074b4f] * HelenOS.config (modified) * boot/Makefile.common (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/event_types.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/srv/taskmon/Makefile (added) * uspace/srv/taskmon/taskmon.c (added) Implement fault notifications and task monitoring service. Sat, 23 Jan 2010 14:25:32 GMT Jiri Svoboda [336db295] * boot/Makefile.common (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/include/udebug/udebug_ops.h (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * uspace/Makefile (modified) * uspace/app/taskdump/Makefile (added) * uspace/app/taskdump/taskdump.c (added) * uspace/lib/libc/generic/udebug.c (modified) * uspace/lib/libc/include/udebug.h (modified) Fix THREAD_READ, add AREAS_READ Udebug method. Add task dump utility. Wed, 20 Jan 2010 21:56:56 GMT Jiri Svoboda [975e7e9] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/srv/bd/part/guid_part/Makefile (added) * uspace/srv/bd/part/guid_part/gpt.h (added) * uspace/srv/bd/part/guid_part/guid_part.c (added) Implement a basic GUID partition table driver. Fri, 15 Jan 2010 22:21:19 GMT Jiri Svoboda [15eeb93] * uspace/Makefile (modified) libpci can only be built on ia32/amd64. Fri, 15 Jan 2010 22:13:12 GMT Jiri Svoboda [e5773c6] * uspace/Makefile (modified) * uspace/app/Makefile.common (moved) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/Makefile.common (deleted) * uspace/app/edit/Makefile (modified) * uspace/app/edit/Makefile.build (deleted) * uspace/app/edit/Makefile.common (deleted) * uspace/app/getterm/Makefile (modified) * uspace/app/getterm/Makefile.common (deleted) * uspace/app/init/Makefile (modified) * uspace/app/init/Makefile.build (deleted) * uspace/app/init/Makefile.common (deleted) * uspace/app/klog/Makefile (modified) * uspace/app/klog/Makefile.build (deleted) * uspace/app/klog/Makefile.common (deleted) * uspace/app/mkfat/Makefile (modified) * uspace/app/mkfat/Makefile.build (deleted) * uspace/app/mkfat/Makefile.common (deleted) * uspace/app/redir/Makefile (modified) * uspace/app/redir/Makefile.build (deleted) * uspace/app/redir/Makefile.common (deleted) * uspace/app/tester/Makefile (modified) * uspace/app/tester/Makefile.build (deleted) * uspace/app/tester/Makefile.common (deleted) * uspace/app/tetris/Makefile (modified) * uspace/app/tetris/Makefile.build (deleted) * uspace/app/tetris/Makefile.common (deleted) * uspace/app/trace/Makefile (modified) * uspace/app/trace/Makefile.build (deleted) * uspace/app/trace/Makefile.common (deleted) * uspace/lib/libpci/COPYING (moved) * uspace/lib/libpci/Makefile (moved) * uspace/lib/libpci/Makefile.build (moved) * uspace/lib/libpci/Makefile.common (moved) * uspace/lib/libpci/VERSION (moved) * uspace/lib/libpci/access.c (moved) * uspace/lib/libpci/generic.c (moved) * uspace/lib/libpci/header.h (moved) * uspace/lib/libpci/i386-ports.c (moved) * uspace/lib/libpci/internal.h (moved) * uspace/lib/libpci/names.c (moved) * uspace/lib/libpci/pci.h (moved) * uspace/lib/libpci/pci_ids.h (moved) * uspace/lib/libpci/sysdep.h (moved) * uspace/lib/libpci/types.h (moved) * uspace/srv/Makefile.common (moved) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/ata_bd/Makefile.build (deleted) * uspace/srv/bd/ata_bd/Makefile.common (deleted) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/file_bd/Makefile.build (deleted) * uspace/srv/bd/file_bd/Makefile.common (deleted) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile.build (deleted) * uspace/srv/bd/gxe_bd/Makefile.common (deleted) * uspace/srv/bd/part/mbr_part/Makefile (modified) * uspace/srv/bd/part/mbr_part/Makefile.build (deleted) * uspace/srv/bd/part/mbr_part/Makefile.common (deleted) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/bd/rd/Makefile.build (deleted) * uspace/srv/bd/rd/Makefile.common (deleted) * uspace/srv/clip/Makefile (modified) * uspace/srv/clip/Makefile.build (deleted) * uspace/srv/clip/Makefile.common (deleted) * uspace/srv/devmap/Makefile (modified) * uspace/srv/devmap/Makefile.build (deleted) * uspace/srv/devmap/Makefile.common (deleted) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/devfs/Makefile.build (deleted) * uspace/srv/fs/devfs/Makefile.common (deleted) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/Makefile.build (deleted) * uspace/srv/fs/fat/Makefile.common (deleted) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile.build (deleted) * uspace/srv/fs/tmpfs/Makefile.common (deleted) * uspace/srv/hid/c_mouse/Makefile (modified) * uspace/srv/hid/c_mouse/Makefile.build (deleted) * uspace/srv/hid/c_mouse/Makefile.common (deleted) * uspace/srv/hw/bus/pci/Makefile (modified) * uspace/srv/hw/bus/pci/Makefile.build (deleted) * uspace/srv/hw/bus/pci/Makefile.common (deleted) * uspace/srv/hw/bus/pci/pci.c (modified) * uspace/srv/hw/char/i8042/Makefile (modified) * uspace/srv/hw/char/i8042/Makefile.build (deleted) * uspace/srv/hw/char/i8042/Makefile.common (deleted) * uspace/srv/hw/cir/fhc/Makefile (modified) * uspace/srv/hw/cir/fhc/Makefile.build (deleted) * uspace/srv/hw/cir/fhc/Makefile.common (deleted) * uspace/srv/hw/cir/obio/Makefile (modified) * uspace/srv/hw/cir/obio/Makefile.build (deleted) * uspace/srv/hw/cir/obio/Makefile.common (deleted) * uspace/srv/ns/Makefile (modified) * uspace/srv/ns/Makefile.build (deleted) * uspace/srv/ns/Makefile.common (deleted) * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/Makefile.build (deleted) * uspace/srv/vfs/Makefile.common (deleted) Extract common makefile part for apps and servers, use for all apps ... Sat, 09 Jan 2010 21:05:35 GMT Jiri Svoboda [dccf721] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/mkfat/Makefile (added) * uspace/app/mkfat/Makefile.build (added) * uspace/app/mkfat/Makefile.common (added) * uspace/app/mkfat/fat.h (added) * uspace/app/mkfat/mkfat.c (added) * uspace/lib/libblock/libblock.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) Add mkfat utility. Fix block writing in libblock and file_bd driver. Tue, 05 Jan 2010 17:25:29 GMT Martin Decky [b3d513f] * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/sparc64/loader/Makefile.common (modified) * uspace/Makefile (modified) * uspace/srv/bd/part/mbr_part/Makefile (moved) * uspace/srv/bd/part/mbr_part/Makefile.build (moved) * uspace/srv/bd/part/mbr_part/Makefile.common (moved) * uspace/srv/bd/part/mbr_part/mbr_part.c (moved) * uspace/srv/fb/Makefile.common (deleted) * uspace/srv/hid/c_mouse/Makefile (moved) * uspace/srv/hid/c_mouse/Makefile.build (moved) * uspace/srv/hid/c_mouse/Makefile.common (moved) * uspace/srv/hid/c_mouse/c_mouse.c (moved) * uspace/srv/hid/c_mouse/chardev.c (moved) * uspace/srv/hid/c_mouse/include/c_mouse.h (moved) * uspace/srv/hid/c_mouse/include/mouse_port.h (moved) * uspace/srv/hid/c_mouse/include/mouse_proto.h (moved) * uspace/srv/hid/c_mouse/proto/ps2.c (moved) * uspace/srv/hid/console/Makefile (moved) * uspace/srv/hid/console/Makefile.build (moved) * uspace/srv/hid/console/Makefile.common (moved) * uspace/srv/hid/console/console.c (moved) * uspace/srv/hid/console/console.h (moved) * uspace/srv/hid/console/gcons.c (moved) * uspace/srv/hid/console/gcons.h (moved) * uspace/srv/hid/console/gfx/anim_1.ppm (moved) * uspace/srv/hid/console/gfx/anim_2.ppm (moved) * uspace/srv/hid/console/gfx/anim_3.ppm (moved) * uspace/srv/hid/console/gfx/anim_4.ppm (moved) * uspace/srv/hid/console/gfx/cons_has_data.ppm (moved) * uspace/srv/hid/console/gfx/cons_idle.ppm (moved) * uspace/srv/hid/console/gfx/cons_kernel.ppm (moved) * uspace/srv/hid/console/gfx/cons_selected.ppm (moved) * uspace/srv/hid/console/gfx/helenos.ppm (moved) * uspace/srv/hid/console/gfx/nameic.ppm (moved) * uspace/srv/hid/console/keybuffer.c (moved) * uspace/srv/hid/console/keybuffer.h (moved) * uspace/srv/hid/console/screenbuffer.c (moved) * uspace/srv/hid/console/screenbuffer.h (moved) * uspace/srv/hid/fb/Makefile (moved) * uspace/srv/hid/fb/Makefile.build (moved) * uspace/srv/hid/fb/Makefile.common (moved) * uspace/srv/hid/fb/ega.c (moved) * uspace/srv/hid/fb/ega.h (moved) * uspace/srv/hid/fb/fb.c (moved) * uspace/srv/hid/fb/fb.h (moved) * uspace/srv/hid/fb/font-8x16.c (moved) * uspace/srv/hid/fb/font-8x16.h (moved) * uspace/srv/hid/fb/main.c (moved) * uspace/srv/hid/fb/main.h (moved) * uspace/srv/hid/fb/msim.c (moved) * uspace/srv/hid/fb/msim.h (moved) * uspace/srv/hid/fb/pointer.xbm (moved) * uspace/srv/hid/fb/pointer_mask.xbm (moved) * uspace/srv/hid/fb/ppm.c (moved) * uspace/srv/hid/fb/ppm.h (moved) * uspace/srv/hid/fb/serial_console.c (moved) * uspace/srv/hid/fb/serial_console.h (moved) * uspace/srv/hid/fb/sgcn.c (moved) * uspace/srv/hid/fb/sgcn.h (moved) * uspace/srv/hid/fb/ski.c (moved) * uspace/srv/hid/fb/ski.h (moved) * uspace/srv/hid/kbd/Makefile (moved) * uspace/srv/hid/kbd/Makefile.build (moved) * uspace/srv/hid/kbd/Makefile.common (moved) * uspace/srv/hid/kbd/ctl/gxe_fb.c (moved) * uspace/srv/hid/kbd/ctl/pc.c (moved) * uspace/srv/hid/kbd/ctl/pl050.c (moved) * uspace/srv/hid/kbd/ctl/stty.c (moved) * uspace/srv/hid/kbd/ctl/sun.c (moved) * uspace/srv/hid/kbd/genarch/gsp.c (moved) * uspace/srv/hid/kbd/genarch/stroke.c (moved) * uspace/srv/hid/kbd/generic/kbd.c (moved) * uspace/srv/hid/kbd/include/gsp.h (moved) * uspace/srv/hid/kbd/include/kbd.h (moved) * uspace/srv/hid/kbd/include/kbd_ctl.h (moved) * uspace/srv/hid/kbd/include/kbd_port.h (moved) * uspace/srv/hid/kbd/include/layout.h (moved) * uspace/srv/hid/kbd/include/stroke.h (moved) * uspace/srv/hid/kbd/include/sun.h (moved) * uspace/srv/hid/kbd/layout/cz.c (moved) * uspace/srv/hid/kbd/layout/us_dvorak.c (moved) * uspace/srv/hid/kbd/layout/us_qwerty.c (moved) * uspace/srv/hid/kbd/port/chardev.c (moved) * uspace/srv/hid/kbd/port/dummy.c (moved) * uspace/srv/hid/kbd/port/gxemul.c (moved) * uspace/srv/hid/kbd/port/msim.c (moved) * uspace/srv/hid/kbd/port/ns16550.c (moved) * uspace/srv/hid/kbd/port/pl050.c (moved) * uspace/srv/hid/kbd/port/sgcn.c (moved) * uspace/srv/hid/kbd/port/ski.c (moved) * uspace/srv/hid/kbd/port/sun.c (moved) * uspace/srv/hid/kbd/port/z8530.c (moved) * uspace/srv/hw/bus/pci/COPYING (moved) * uspace/srv/hw/bus/pci/Makefile (moved) * uspace/srv/hw/bus/pci/Makefile.build (moved) * uspace/srv/hw/bus/pci/Makefile.common (moved) * uspace/srv/hw/bus/pci/libpci/Makefile (moved) * uspace/srv/hw/bus/pci/libpci/Makefile.build (moved) * uspace/srv/hw/bus/pci/libpci/Makefile.common (moved) * uspace/srv/hw/bus/pci/libpci/VERSION (moved) * uspace/srv/hw/bus/pci/libpci/access.c (moved) * uspace/srv/hw/bus/pci/libpci/generic.c (moved) * uspace/srv/hw/bus/pci/libpci/header.h (moved) * uspace/srv/hw/bus/pci/libpci/i386-ports.c (moved) * uspace/srv/hw/bus/pci/libpci/internal.h (moved) * uspace/srv/hw/bus/pci/libpci/names.c (moved) * uspace/srv/hw/bus/pci/libpci/pci.h (moved) * uspace/srv/hw/bus/pci/libpci/pci_ids.h (moved) * uspace/srv/hw/bus/pci/libpci/sysdep.h (moved) * uspace/srv/hw/bus/pci/libpci/types.h (moved) * uspace/srv/hw/bus/pci/pci.c (moved) * uspace/srv/hw/bus/pci/update-ids (moved) * uspace/srv/hw/char/i8042/Makefile (moved) * uspace/srv/hw/char/i8042/Makefile.build (moved) * uspace/srv/hw/char/i8042/Makefile.common (added) * uspace/srv/hw/char/i8042/i8042.c (moved) * uspace/srv/hw/char/i8042/i8042.h (moved) * uspace/srv/hw/cir/fhc/Makefile (moved) * uspace/srv/hw/cir/fhc/Makefile.build (moved) * uspace/srv/hw/cir/fhc/Makefile.common (moved) * uspace/srv/hw/cir/fhc/fhc.c (moved) * uspace/srv/hw/cir/obio/Makefile (moved) * uspace/srv/hw/cir/obio/Makefile.build (moved) * uspace/srv/hw/cir/obio/Makefile.common (added) * uspace/srv/hw/cir/obio/obio.c (moved) * uspace/srv/kbd/Makefile.common (deleted) restructure servers into a more well-arranged hierarchy Mon, 04 Jan 2010 15:21:19 GMT Martin Decky [8786aa5] * Makefile (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/arm32/loader/Makefile.build (modified) * boot/arch/arm32/loader/Makefile.common (modified) * boot/arch/arm32/loader/Makefile.toolchain (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/ia64/loader/Makefile.build (modified) * boot/arch/ia64/loader/Makefile.common (modified) * boot/arch/ia64/loader/Makefile.toolchain (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile.build (modified) * boot/arch/mips32/loader/Makefile.common (modified) * boot/arch/mips32/loader/Makefile.toolchain (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile.build (modified) * boot/arch/ppc32/loader/Makefile.common (modified) * boot/arch/ppc32/loader/Makefile.toolchain (modified) * boot/arch/sparc64/Makefile.inc (modified) * boot/arch/sparc64/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile.build (modified) * boot/arch/sparc64/loader/Makefile.common (modified) * boot/arch/sparc64/loader/Makefile.toolchain (modified) * kernel/Makefile (modified) * kernel/Makefile.build (modified) * kernel/Makefile.common (modified) * tools/checkers/stanse/ThreadChecker.xml (moved) * tools/checkers/stanse/stanse.py (added) * tools/jobfile.py (modified) * uspace/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/Makefile.build (modified) * uspace/app/bdsh/Makefile.common (modified) * uspace/app/edit/Makefile (modified) * uspace/app/edit/Makefile.build (modified) * uspace/app/edit/Makefile.common (modified) * uspace/app/getterm/Makefile (modified) * uspace/app/getterm/Makefile.build (modified) * uspace/app/getterm/Makefile.common (modified) * uspace/app/init/Makefile (modified) * uspace/app/init/Makefile.build (modified) * uspace/app/init/Makefile.common (modified) * uspace/app/klog/Makefile (modified) * uspace/app/klog/Makefile.build (modified) * uspace/app/klog/Makefile.common (modified) * uspace/app/redir/Makefile (modified) * uspace/app/redir/Makefile.build (modified) * uspace/app/redir/Makefile.common (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/Makefile.build (modified) * uspace/app/tester/Makefile.common (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/tetris/Makefile.build (modified) * uspace/app/tetris/Makefile.common (modified) * uspace/app/trace/Makefile (modified) * uspace/app/trace/Makefile.build (modified) * uspace/app/trace/Makefile.common (modified) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libblock/Makefile.build (modified) * uspace/lib/libblock/Makefile.common (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.build (modified) * uspace/lib/libc/Makefile.common (modified) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libfs/Makefile (modified) * uspace/lib/libfs/Makefile.build (modified) * uspace/lib/libfs/Makefile.common (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/Makefile.build (modified) * uspace/lib/softfloat/Makefile.common (modified) * uspace/lib/softint/Makefile (modified) * uspace/lib/softint/Makefile.build (modified) * uspace/lib/softint/Makefile.common (modified) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/ata_bd/Makefile.build (modified) * uspace/srv/bd/ata_bd/Makefile.common (modified) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/file_bd/Makefile.build (modified) * uspace/srv/bd/file_bd/Makefile.common (modified) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile.build (modified) * uspace/srv/bd/gxe_bd/Makefile.common (modified) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/bd/rd/Makefile.build (modified) * uspace/srv/bd/rd/Makefile.common (modified) * uspace/srv/char/i8042/Makefile (modified) * uspace/srv/char/i8042/Makefile.build (modified) * uspace/srv/char/i8042/Makefile.common (modified) * uspace/srv/cir/fhc/Makefile (modified) * uspace/srv/cir/fhc/Makefile.build (modified) * uspace/srv/cir/fhc/Makefile.common (modified) * uspace/srv/cir/obio/Makefile (modified) * uspace/srv/cir/obio/Makefile.build (modified) * uspace/srv/cir/obio/Makefile.common (modified) * uspace/srv/clip/Makefile (modified) * uspace/srv/clip/Makefile.build (modified) * uspace/srv/clip/Makefile.common (modified) * uspace/srv/console/Makefile (modified) * uspace/srv/console/Makefile.build (modified) * uspace/srv/console/Makefile.common (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/devmap/Makefile.build (modified) * uspace/srv/devmap/Makefile.common (modified) * uspace/srv/fb/Makefile (modified) * uspace/srv/fb/Makefile.build (modified) * uspace/srv/fb/Makefile.common (modified) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/devfs/Makefile.build (modified) * uspace/srv/fs/devfs/Makefile.common (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/Makefile.build (modified) * uspace/srv/fs/fat/Makefile.common (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile.build (modified) * uspace/srv/fs/tmpfs/Makefile.common (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/kbd/Makefile.build (modified) * uspace/srv/kbd/Makefile.common (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/Makefile.build (modified) * uspace/srv/loader/Makefile.common (modified) * uspace/srv/mouse/c_mouse/Makefile (modified) * uspace/srv/mouse/c_mouse/Makefile.build (modified) * uspace/srv/mouse/c_mouse/Makefile.common (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/ns/Makefile.build (modified) * uspace/srv/ns/Makefile.common (modified) * uspace/srv/part/mbr_part/Makefile (modified) * uspace/srv/part/mbr_part/Makefile.build (modified) * uspace/srv/part/mbr_part/Makefile.common (modified) * uspace/srv/pci/Makefile (modified) * uspace/srv/pci/Makefile.build (modified) * uspace/srv/pci/Makefile.common (modified) * uspace/srv/pci/libpci/Makefile (modified) * uspace/srv/pci/libpci/Makefile.build (modified) * uspace/srv/pci/libpci/Makefile.common (modified) * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/Makefile.build (modified) * uspace/srv/vfs/Makefile.common (modified) remove Stanse-specific constructs from makefiles add generic support ... Sat, 02 Jan 2010 22:59:44 GMT Lukas Mejdrech [21580dd] * HelenOS.config (modified) * boot/Makefile.common (modified) * contrib/conf/net-qe.bat (added) * contrib/conf/net-qe.sh (added) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/time/clock.h (modified) * uspace/Makefile (modified) * uspace/doc/doxygroups.h (modified) * uspace/lib/libc/include/ipc/services.h (modified) * uspace/srv/net/Doxyfile (added) * uspace/srv/net/Makefile (added) * uspace/srv/net/Makefile.module (added) * uspace/srv/net/app/echo/Makefile (added) * uspace/srv/net/app/echo/echo.c (added) * uspace/srv/net/app/nettest1/Makefile (added) * uspace/srv/net/app/nettest1/nettest1.c (added) * uspace/srv/net/app/nettest2/Makefile (added) * uspace/srv/net/app/nettest2/nettest2.c (added) * uspace/srv/net/app/parse.c (added) * uspace/srv/net/app/parse.h (added) * uspace/srv/net/app/ping/Makefile (added) * uspace/srv/net/app/ping/ping.c (added) * uspace/srv/net/app/print_error.c (added) * uspace/srv/net/app/print_error.h (added) * uspace/srv/net/checksum.c (added) * uspace/srv/net/configuration.h (added) * uspace/srv/net/documentation.txt (added) * uspace/srv/net/err.h (added) * uspace/srv/net/il/arp/Makefile (added) * uspace/srv/net/il/arp/arp.c (added) * uspace/srv/net/il/arp/arp.h (added) * uspace/srv/net/il/arp/arp_header.h (added) * uspace/srv/net/il/arp/arp_messages.h (added) * uspace/srv/net/il/arp/arp_module.c (added) * uspace/srv/net/il/arp/arp_module.h (added) * uspace/srv/net/il/arp/arp_oc.h (added) * uspace/srv/net/il/arp/arp_remote.c (added) * uspace/srv/net/il/il_messages.h (added) * uspace/srv/net/il/ip/Makefile (added) * uspace/srv/net/il/ip/ip.c (added) * uspace/srv/net/il/ip/ip.h (added) * uspace/srv/net/il/ip/ip_client.c (added) * uspace/srv/net/il/ip/ip_header.h (added) * uspace/srv/net/il/ip/ip_messages.h (added) * uspace/srv/net/il/ip/ip_module.c (added) * uspace/srv/net/il/ip/ip_module.h (added) * uspace/srv/net/il/ip/ip_remote.c (added) * uspace/srv/net/include/arp_interface.h (added) * uspace/srv/net/include/byteorder.h (added) * uspace/srv/net/include/checksum.h (added) * uspace/srv/net/include/device.h (added) * uspace/srv/net/include/ethernet_lsap.h (added) * uspace/srv/net/include/ethernet_protocols.h (added) * uspace/srv/net/include/hardware.h (added) * uspace/srv/net/include/icmp_api.h (added) * uspace/srv/net/include/icmp_client.h (added) * uspace/srv/net/include/icmp_codes.h (added) * uspace/srv/net/include/icmp_common.h (added) * uspace/srv/net/include/icmp_interface.h (added) * uspace/srv/net/include/il_interface.h (added) * uspace/srv/net/include/in.h (added) * uspace/srv/net/include/in6.h (added) * uspace/srv/net/include/inet.h (added) * uspace/srv/net/include/ip_client.h (added) * uspace/srv/net/include/ip_codes.h (added) * uspace/srv/net/include/ip_interface.h (added) * uspace/srv/net/include/ip_protocols.h (added) * uspace/srv/net/include/net_interface.h (added) * uspace/srv/net/include/netdb.h (added) * uspace/srv/net/include/netif_interface.h (added) * uspace/srv/net/include/nil_interface.h (added) * uspace/srv/net/include/protocol_map.h (added) * uspace/srv/net/include/socket.h (added) * uspace/srv/net/include/socket_codes.h (added) * uspace/srv/net/include/socket_errno.h (added) * uspace/srv/net/include/tcp_codes.h (added) * uspace/srv/net/include/tl_interface.h (added) * uspace/srv/net/inet.c (added) * uspace/srv/net/messages.h (added) * uspace/srv/net/module.c (added) * uspace/srv/net/modules.c (added) * uspace/srv/net/modules.h (added) * uspace/srv/net/net/Makefile (added) * uspace/srv/net/net/net.c (added) * uspace/srv/net/net/net.h (added) * uspace/srv/net/net/net_bundle.c (added) * uspace/srv/net/net/net_messages.h (added) * uspace/srv/net/net/net_remote.c (added) * uspace/srv/net/net/net_standalone.c (added) * uspace/srv/net/net/start/Makefile (added) * uspace/srv/net/net/start/netstart.c (added) * uspace/srv/net/netif/dp8390/Makefile (added) * uspace/srv/net/netif/dp8390/dp8390.c (added) * uspace/srv/net/netif/dp8390/dp8390.h (added) * uspace/srv/net/netif/dp8390/dp8390_drv.h (added) * uspace/srv/net/netif/dp8390/dp8390_module.c (added) * uspace/srv/net/netif/dp8390/dp8390_port.h (added) * uspace/srv/net/netif/dp8390/local.h (added) * uspace/srv/net/netif/dp8390/ne2000.c (added) * uspace/srv/net/netif/dp8390/ne2000.h (added) * uspace/srv/net/netif/lo/Makefile (added) * uspace/srv/net/netif/lo/lo.c (added) * uspace/srv/net/netif/netif.c (added) * uspace/srv/net/netif/netif.h (added) * uspace/srv/net/netif/netif_messages.h (added) * uspace/srv/net/netif/netif_module.h (added) * uspace/srv/net/netif/netif_nil_bundle.c (added) * uspace/srv/net/netif/netif_remote.c (added) * uspace/srv/net/netif/netif_standalone.c (added) * uspace/srv/net/nil/eth/Makefile (added) * uspace/srv/net/nil/eth/eth.c (added) * uspace/srv/net/nil/eth/eth.h (added) * uspace/srv/net/nil/eth/eth_header.h (added) * uspace/srv/net/nil/eth/eth_module.c (added) * uspace/srv/net/nil/nil_messages.h (added) * uspace/srv/net/nil/nil_module.h (added) * uspace/srv/net/nil/nil_remote.c (added) * uspace/srv/net/nil/nildummy/Makefile (added) * uspace/srv/net/nil/nildummy/nildummy.c (added) * uspace/srv/net/nil/nildummy/nildummy.h (added) * uspace/srv/net/nil/nildummy/nildummy_module.c (added) * uspace/srv/net/self_test.c (added) * uspace/srv/net/self_test.h (added) * uspace/srv/net/socket/Makefile (added) * uspace/srv/net/socket/socket_client.c (added) * uspace/srv/net/socket/socket_core.c (added) * uspace/srv/net/socket/socket_core.h (added) * uspace/srv/net/socket/socket_messages.h (added) * uspace/srv/net/structures/char_map.c (added) * uspace/srv/net/structures/char_map.h (added) * uspace/srv/net/structures/dynamic_fifo.c (added) * uspace/srv/net/structures/dynamic_fifo.h (added) * uspace/srv/net/structures/generic_char_map.h (added) * uspace/srv/net/structures/generic_field.h (added) * uspace/srv/net/structures/int_map.h (added) * uspace/srv/net/structures/measured_strings.c (added) * uspace/srv/net/structures/measured_strings.h (added) * uspace/srv/net/structures/module_map.c (added) * uspace/srv/net/structures/module_map.h (added) * uspace/srv/net/structures/packet/packet.c (added) * uspace/srv/net/structures/packet/packet.h (added) * uspace/srv/net/structures/packet/packet_client.c (added) * uspace/srv/net/structures/packet/packet_client.h (added) * uspace/srv/net/structures/packet/packet_header.h (added) * uspace/srv/net/structures/packet/packet_messages.h (added) * uspace/srv/net/structures/packet/packet_remote.c (added) * uspace/srv/net/structures/packet/packet_server.c (added) * uspace/srv/net/structures/packet/packet_server.h (added) * uspace/srv/net/tl/icmp/Makefile (added) * uspace/srv/net/tl/icmp/icmp.c (added) * uspace/srv/net/tl/icmp/icmp.h (added) * uspace/srv/net/tl/icmp/icmp_api.c (added) * uspace/srv/net/tl/icmp/icmp_client.c (added) * uspace/srv/net/tl/icmp/icmp_common.c (added) * uspace/srv/net/tl/icmp/icmp_header.h (added) * uspace/srv/net/tl/icmp/icmp_messages.h (added) * uspace/srv/net/tl/icmp/icmp_module.c (added) * uspace/srv/net/tl/icmp/icmp_module.h (added) * uspace/srv/net/tl/icmp/icmp_remote.c (added) * uspace/srv/net/tl/tcp/Makefile (added) * uspace/srv/net/tl/tcp/tcp.c (added) * uspace/srv/net/tl/tcp/tcp.h (added) * uspace/srv/net/tl/tcp/tcp_header.h (added) * uspace/srv/net/tl/tcp/tcp_module.c (added) * uspace/srv/net/tl/tcp/tcp_module.h (added) * uspace/srv/net/tl/tl_common.c (added) * uspace/srv/net/tl/tl_common.h (added) * uspace/srv/net/tl/tl_messages.h (added) * uspace/srv/net/tl/udp/Makefile (added) * uspace/srv/net/tl/udp/udp.c (added) * uspace/srv/net/tl/udp/udp.h (added) * uspace/srv/net/tl/udp/udp_header.h (added) * uspace/srv/net/tl/udp/udp_module.c (added) * uspace/srv/net/tl/udp/udp_module.h (added) Merged with network branch ... Wed, 30 Dec 2009 14:15:18 GMT Jiri Svoboda [9f51afc] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/lib/libc/include/ipc/char.h (added) * uspace/lib/libc/include/ipc/mouse.h (added) * uspace/srv/char/i8042/Makefile (added) * uspace/srv/char/i8042/Makefile.build (added) * uspace/srv/char/i8042/Makefile.common (added) * uspace/srv/char/i8042/i8042.c (added) * uspace/srv/char/i8042/i8042.h (moved) * uspace/srv/console/console.c (modified) * uspace/srv/kbd/Makefile.build (modified) * uspace/srv/kbd/port/chardev.c (added) * uspace/srv/kbd/port/i8042.c (deleted) * uspace/srv/mouse/c_mouse/Makefile (added) * uspace/srv/mouse/c_mouse/Makefile.build (added) * uspace/srv/mouse/c_mouse/Makefile.common (added) * uspace/srv/mouse/c_mouse/c_mouse.c (added) * uspace/srv/mouse/c_mouse/chardev.c (added) * uspace/srv/mouse/c_mouse/include/c_mouse.h (added) * uspace/srv/mouse/c_mouse/include/mouse_port.h (added) * uspace/srv/mouse/c_mouse/include/mouse_proto.h (added) * uspace/srv/mouse/c_mouse/proto/ps2.c (added) Re-introduce mouse driver, this time as a separate server. (Need to ... Wed, 16 Dec 2009 01:59:07 GMT Martin Decky [df747bd8] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/getterm/Makefile (moved) * uspace/app/getterm/Makefile.build (moved) * uspace/app/getterm/Makefile.common (moved) * uspace/app/getterm/getterm.c (moved) * uspace/app/getterm/getterm.h (moved) * uspace/app/getterm/version.c (moved) * uspace/app/getterm/version.h (moved) * uspace/app/init/init.c (modified) rename getvc to getterm, as the new name is more suitable for the ... Wed, 09 Dec 2009 17:10:38 GMT Martin Decky [fb623e2] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/lib/libc/generic/clipboard.c (modified) * uspace/lib/libc/include/ipc/clipboard.h (added) * uspace/lib/libc/include/ipc/services.h (modified) * uspace/srv/clip/Makefile (added) * uspace/srv/clip/Makefile.build (added) * uspace/srv/clip/Makefile.common (added) * uspace/srv/clip/clip.c (added) * uspace/srv/clip/clip.h (added) * uspace/srv/devmap/devmap.c (modified) move from file-backed clipboard to service-backed clipboard there is ... Sun, 22 Nov 2009 11:44:57 GMT Lenka Trochtova [5ebdf94] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/shutters/Makefile (modified) * uspace/app/test_serial/Makefile (modified) * uspace/srv/dd/Makefile (modified) * uspace/srv/dd/Makefile.build (added) * uspace/srv/dd/Makefile.common (added) dd branch merged with head Mon, 16 Nov 2009 21:22:54 GMT Lenka Trochtova [1787e527] * HelenOS.config (modified) * Makefile (modified) * boot/Makefile (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/arm32/loader/Makefile.build (added) * boot/arch/arm32/loader/Makefile.common (added) * boot/arch/arm32/loader/Makefile.toolchain (added) * boot/arch/arm32/loader/asm.h (modified) * boot/arch/arm32/loader/main.c (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/ia64/loader/Makefile.build (added) * boot/arch/ia64/loader/Makefile.common (added) * boot/arch/ia64/loader/Makefile.toolchain (added) * boot/arch/ia64/loader/asm.h (modified) * boot/arch/ia64/loader/gefi/HelenOS/Makefile (modified) * boot/arch/ia64/loader/main.h (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile.build (added) * boot/arch/mips32/loader/Makefile.common (added) * boot/arch/mips32/loader/Makefile.toolchain (added) * boot/arch/mips32/loader/asm.h (modified) * boot/arch/mips32/loader/main.c (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile.build (added) * boot/arch/ppc32/loader/Makefile.common (added) * boot/arch/ppc32/loader/Makefile.toolchain (added) * boot/arch/ppc32/loader/_link.ld.in (modified) * boot/arch/ppc32/loader/asm.S (modified) * boot/arch/ppc32/loader/asm.h (modified) * boot/arch/ppc32/loader/main.c (modified) * boot/arch/ppc32/loader/main.h (modified) * boot/arch/ppc32/loader/ofwarch.c (modified) * boot/arch/ppc32/loader/ofwarch.h (modified) * boot/arch/ppc32/loader/regname.h (modified) * boot/arch/sparc64/Makefile.inc (modified) * boot/arch/sparc64/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile.build (added) * boot/arch/sparc64/loader/Makefile.common (added) * boot/arch/sparc64/loader/Makefile.toolchain (added) * boot/arch/sparc64/loader/asm.S (modified) * boot/arch/sparc64/loader/asm.h (modified) * boot/arch/sparc64/loader/boot.S (modified) * boot/arch/sparc64/loader/main.c (modified) * boot/arch/sparc64/loader/main.h (modified) * boot/arch/sparc64/loader/ofwarch.c (modified) * boot/arch/sparc64/loader/ofwarch.h (modified) * boot/arch/sparc64/loader/register.h (modified) * boot/arch/sparc64/loader/stack.h (modified) * boot/genarch/balloc.c (modified) * boot/genarch/balloc.h (modified) * boot/genarch/ofw.c (modified) * boot/genarch/ofw.h (modified) * boot/genarch/ofw_tree.c (modified) * boot/genarch/ofw_tree.h (modified) * boot/generic/memstr.h (moved) * boot/generic/printf.c (modified) * boot/generic/printf.h (modified) * boot/generic/stdarg.h (modified) * boot/tools/pack.py (modified) * contrib/arch/HelenOS.adl (added) * contrib/arch/hadlbppp.py (added) * contrib/arch/kernel/kernel.adl (added) * contrib/arch/uspace/app/klog/klog.adl (added) * contrib/arch/uspace/lib/libblock/fnc.block_fini (added) * contrib/arch/uspace/lib/libblock/fnc.block_init (added) * contrib/arch/uspace/lib/libblock/fnc.block_seqread (added) * contrib/arch/uspace/lib/libc/bind (added) * contrib/arch/uspace/lib/libc/fnc.devmap_device_connect (added) * contrib/arch/uspace/lib/libc/fnc.devmap_device_get_count (added) * contrib/arch/uspace/lib/libc/fnc.devmap_device_get_devices (added) * contrib/arch/uspace/lib/libc/fnc.devmap_device_get_handle (added) * contrib/arch/uspace/lib/libc/fnc.devmap_device_register (added) * contrib/arch/uspace/lib/libc/fnc.devmap_driver_register (added) * contrib/arch/uspace/lib/libc/fnc.devmap_get_phone (added) * contrib/arch/uspace/lib/libc/protocol (added) * contrib/arch/uspace/lib/libc/requires (added) * contrib/arch/uspace/lib/libc/subsume (added) * contrib/arch/uspace/lib/libfs/fnc.fs_register (added) * contrib/arch/uspace/lib/libfs/fnc.libfs_lookup (added) * contrib/arch/uspace/lib/libfs/fnc.libfs_mount (added) * contrib/arch/uspace/lib/libfs/fnc.libfs_open_node (added) * contrib/arch/uspace/lib/libfs/fnc.libfs_stat (added) * contrib/arch/uspace/srv/bd/bd.adl (added) * contrib/arch/uspace/srv/bd/bd.bp (added) * contrib/arch/uspace/srv/bd/rd/rd.adl (added) * contrib/arch/uspace/srv/console/console.adl (added) * contrib/arch/uspace/srv/console/console.bp (added) * contrib/arch/uspace/srv/console/fnc.cell_mark_changed (added) * contrib/arch/uspace/srv/console/fnc.clear (added) * contrib/arch/uspace/srv/console/fnc.cons_read (added) * contrib/arch/uspace/srv/console/fnc.cons_write (added) * contrib/arch/uspace/srv/console/fnc.curs_goto (added) * contrib/arch/uspace/srv/console/fnc.curs_visibility (added) * contrib/arch/uspace/srv/console/fnc.draw_pixmap (added) * contrib/arch/uspace/srv/console/fnc.fb_pending_flush (added) * contrib/arch/uspace/srv/console/fnc.gcons_notify_char (added) * contrib/arch/uspace/srv/console/fnc.gcons_notify_connect (added) * contrib/arch/uspace/srv/console/fnc.gcons_notify_disconnect (added) * contrib/arch/uspace/srv/console/fnc.gcons_redraw_console (added) * contrib/arch/uspace/srv/console/fnc.make_anim (added) * contrib/arch/uspace/srv/console/fnc.make_pixmap (added) * contrib/arch/uspace/srv/console/fnc.redraw_state (added) * contrib/arch/uspace/srv/console/fnc.screen_clear (added) * contrib/arch/uspace/srv/console/fnc.set_color (added) * contrib/arch/uspace/srv/console/fnc.set_rgb_color (added) * contrib/arch/uspace/srv/console/fnc.set_style (added) * contrib/arch/uspace/srv/console/fnc.vp_create (added) * contrib/arch/uspace/srv/console/fnc.vp_switch (added) * contrib/arch/uspace/srv/console/fnc.write_char (added) * contrib/arch/uspace/srv/devmap/devmap.adl (added) * contrib/arch/uspace/srv/devmap/devmap_client.bp (added) * contrib/arch/uspace/srv/devmap/devmap_driver.bp (added) * contrib/arch/uspace/srv/fb/fb.adl (added) * contrib/arch/uspace/srv/fb/fb.bp (added) * contrib/arch/uspace/srv/fs/devfs/devfs.adl (added) * contrib/arch/uspace/srv/fs/devfs/devfs.bp (added) * contrib/arch/uspace/srv/fs/fat/fat.adl (added) * contrib/arch/uspace/srv/fs/fat/fat.bp (added) * contrib/arch/uspace/srv/fs/tmpfs/fnc.tmpfs_restore (added) * contrib/arch/uspace/srv/fs/tmpfs/tmpfs.adl (added) * contrib/arch/uspace/srv/fs/tmpfs/tmpfs.bp (added) * contrib/arch/uspace/srv/kbd/event.bp (added) * contrib/arch/uspace/srv/kbd/kbd.adl (added) * contrib/arch/uspace/srv/kbd/kbd.bp (added) * contrib/arch/uspace/srv/loader/loader.adl (added) * contrib/arch/uspace/srv/loader/loader.bp (added) * contrib/arch/uspace/srv/ns/ns.adl (added) * contrib/arch/uspace/srv/ns/ns.bp (added) * contrib/arch/uspace/srv/ns/service.adl (added) * contrib/arch/uspace/srv/pci/pci.adl (added) * contrib/arch/uspace/srv/pci/pci.bp (added) * contrib/arch/uspace/srv/vfs/fnc.vfs_grab_phone (added) * contrib/arch/uspace/srv/vfs/fnc.vfs_lookup_internal (added) * contrib/arch/uspace/srv/vfs/fnc.vfs_open_node_internal (added) * contrib/arch/uspace/srv/vfs/fnc.vfs_release_phone (added) * contrib/arch/uspace/srv/vfs/vfs.adl (added) * contrib/arch/uspace/srv/vfs/vfs.bp (added) * contrib/bazaar/mbprotect/__init__.py (added) * contrib/conf/msim.conf (modified) * contrib/highlight/Syntax (added) * contrib/highlight/adl.syntax (added) * contrib/highlight/bp.syntax (added) * contrib/toolchain.sh (added) * contrib/toolchain/toolchain.amd64.sh (deleted) * contrib/toolchain/toolchain.arm32.sh (deleted) * contrib/toolchain/toolchain.ia32.sh (deleted) * contrib/toolchain/toolchain.ia64.sh (deleted) * contrib/toolchain/toolchain.mipseb32.sh (deleted) * contrib/toolchain/toolchain.mipsel32.sh (deleted) * contrib/toolchain/toolchain.ppc32.sh (deleted) * contrib/toolchain/toolchain.ppc64.sh (deleted) * contrib/toolchain/toolchain.sparc64.sh (deleted) * kernel/Makefile (modified) * kernel/Makefile.build (added) * kernel/Makefile.common (added) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/cpu/cpu.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/elf.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/src/arm32.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/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/asm.h (modified) * kernel/arch/ia32/include/cpu.h (modified) * kernel/arch/ia32/include/cpuid.h (modified) * kernel/arch/ia32/include/drivers/vesa.h (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32/src/boot/boot.S (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/drivers/vesa.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/proc/scheduler.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/_link.ld.in (modified) * kernel/arch/ia64/include/asm.h (modified) * kernel/arch/ia64/include/atomic.h (modified) * kernel/arch/ia64/include/drivers/ski.h (modified) * kernel/arch/ia64/include/faddr.h (modified) * kernel/arch/ia64/include/interrupt.h (modified) * kernel/arch/ia64/include/mm/as.h (modified) * kernel/arch/ia64/include/mm/page.h (modified) * kernel/arch/ia64/include/mm/tlb.h (modified) * kernel/arch/ia64/include/register.h (modified) * kernel/arch/ia64/include/types.h (modified) * kernel/arch/ia64/src/cpu/cpu.c (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/ia64/src/mm/as.c (modified) * kernel/arch/ia64/src/mm/page.c (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/ia64/src/mm/vhpt.c (modified) * kernel/arch/ia64/src/start.S (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/mm/page.h (modified) * kernel/arch/mips32/include/mm/tlb.h (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/include/arg.h (deleted) * kernel/arch/ppc32/include/asm/regname.h (modified) * kernel/arch/ppc32/include/boot/boot.h (modified) * kernel/arch/ppc32/include/mm/page.h (modified) * kernel/arch/ppc32/src/mm/tlb.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/include/arg.h (deleted) * kernel/arch/sparc64/include/drivers/fhc.h (modified) * kernel/arch/sparc64/include/drivers/scr.h (modified) * kernel/arch/sparc64/include/drivers/sgcn.h (modified) * kernel/arch/sparc64/src/console.c (modified) * kernel/arch/sparc64/src/drivers/fhc.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/arch/sparc64/src/drivers/scr.c (modified) * kernel/arch/sparc64/src/drivers/sgcn.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/drivers/dsrln/dsrlnout.h (modified) * kernel/genarch/include/drivers/ega/ega.h (modified) * kernel/genarch/include/fb/fb.h (modified) * kernel/genarch/include/fb/visuals.h (modified) * kernel/genarch/include/ofw/ebus.h (moved) * kernel/genarch/include/ofw/fhc.h (moved) * kernel/genarch/include/ofw/ofw_tree.h (modified) * kernel/genarch/include/ofw/pci.h (moved) * kernel/genarch/include/ofw/sbus.h (added) * kernel/genarch/include/ofw/upa.h (moved) * kernel/genarch/include/softint/multiplication.h (moved) * kernel/genarch/src/acpi/acpi.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnout.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/ofw/ebus.c (modified) * kernel/genarch/src/ofw/fhc.c (modified) * kernel/genarch/src/ofw/ofw_tree.c (modified) * kernel/genarch/src/ofw/pci.c (modified) * kernel/genarch/src/ofw/sbus.c (modified) * kernel/genarch/src/ofw/upa.c (modified) * kernel/genarch/src/softint/multiplication.c (added) * kernel/generic/include/console/chardev.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/context.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/main/main.h (modified) * kernel/generic/include/print.h (modified) * kernel/generic/include/printf/printf_core.h (modified) * kernel/generic/include/stdarg.h (modified) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/src/console/chardev.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/generic/src/printf/vprintf.c (modified) * kernel/generic/src/synch/spinlock.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * uspace/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/Makefile.build (added) * uspace/app/bdsh/Makefile.common (added) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/bdsh/scli.c (modified) * uspace/app/bdsh/scli.h (modified) * uspace/app/edit/Makefile (added) * uspace/app/edit/Makefile.build (added) * uspace/app/edit/Makefile.common (added) * uspace/app/edit/edit.c (added) * uspace/app/edit/sheet.c (added) * uspace/app/edit/sheet.h (added) * uspace/app/getvc/Makefile (modified) * uspace/app/getvc/Makefile.build (added) * uspace/app/getvc/Makefile.common (added) * uspace/app/getvc/getvc.c (modified) * uspace/app/init/Makefile (modified) * uspace/app/init/Makefile.build (added) * uspace/app/init/Makefile.common (added) * uspace/app/init/init.c (modified) * uspace/app/klog/Makefile (modified) * uspace/app/klog/Makefile.build (added) * uspace/app/klog/Makefile.common (added) * uspace/app/klog/klog.c (modified) * uspace/app/redir/Makefile (added) * uspace/app/redir/Makefile.build (added) * uspace/app/redir/Makefile.common (added) * uspace/app/redir/redir.c (added) * uspace/app/tester/Makefile (modified) * uspace/app/tester/Makefile.build (added) * uspace/app/tester/Makefile.common (added) * uspace/app/tetris/Makefile (modified) * uspace/app/tetris/Makefile.build (added) * uspace/app/tetris/Makefile.common (added) * uspace/app/tetris/screen.h (modified) * uspace/app/trace/Makefile (modified) * uspace/app/trace/Makefile.build (added) * uspace/app/trace/Makefile.common (added) * uspace/app/trace/syscalls.c (modified) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libblock/Makefile.build (added) * uspace/lib/libblock/Makefile.common (added) * uspace/lib/libblock/libblock.c (modified) * uspace/lib/libblock/libblock.h (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.build (added) * uspace/lib/libc/Makefile.common (added) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/_link.ld.in (modified) * uspace/lib/libc/arch/ia32/include/syscall.h (modified) * uspace/lib/libc/arch/ia32/src/entry.s (modified) * uspace/lib/libc/arch/ia32/src/syscall.S (modified) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/include/atomic.h (modified) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/mips32eb/include/stackarg.h (deleted) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/lib/libc/generic/async.c (modified) * uspace/lib/libc/generic/devmap.c (modified) * uspace/lib/libc/generic/fibril_sync.c (modified) * uspace/lib/libc/generic/io/console.c (modified) * uspace/lib/libc/generic/io/klog.c (modified) * uspace/lib/libc/generic/ipc.c (modified) * uspace/lib/libc/generic/libc.c (modified) * uspace/lib/libc/generic/loader.c (modified) * uspace/lib/libc/generic/malloc.c (modified) * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/lib/libc/include/async.h (modified) * uspace/lib/libc/include/async_priv.h (moved) * uspace/lib/libc/include/fcntl.h (modified) * uspace/lib/libc/include/fibril_sync.h (modified) * uspace/lib/libc/include/io/console.h (modified) * uspace/lib/libc/include/ipc/bd.h (modified) * uspace/lib/libc/include/ipc/ipc.h (modified) * uspace/lib/libc/include/ipc/loader.h (modified) * uspace/lib/libc/include/ipc/vfs.h (modified) * uspace/lib/libc/include/loader/loader.h (modified) * uspace/lib/libc/include/loader/pcb.h (modified) * uspace/lib/libc/include/malloc.h (modified) * uspace/lib/libc/include/stdarg.h (modified) * uspace/lib/libc/include/unistd.h (modified) * uspace/lib/libfs/Makefile (modified) * uspace/lib/libfs/Makefile.build (added) * uspace/lib/libfs/Makefile.common (added) * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/Makefile.build (added) * uspace/lib/softfloat/Makefile.common (added) * uspace/lib/softint/Makefile (modified) * uspace/lib/softint/Makefile.build (added) * uspace/lib/softint/Makefile.common (added) * uspace/lib/softint/generic/multiplication.c (added) * uspace/lib/softint/include/multiplication.h (moved) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/ata_bd/Makefile.build (added) * uspace/srv/bd/ata_bd/Makefile.common (added) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/file_bd/Makefile.build (added) * uspace/srv/bd/file_bd/Makefile.common (added) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile.build (added) * uspace/srv/bd/gxe_bd/Makefile.common (added) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/bd/rd/Makefile.build (added) * uspace/srv/bd/rd/Makefile.common (added) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/cir/fhc/Makefile (modified) * uspace/srv/cir/fhc/Makefile.build (added) * uspace/srv/cir/fhc/Makefile.common (added) * uspace/srv/cir/obio/Makefile (modified) * uspace/srv/cir/obio/Makefile.build (added) * uspace/srv/cir/obio/Makefile.common (added) * uspace/srv/console/Makefile (modified) * uspace/srv/console/Makefile.build (added) * uspace/srv/console/Makefile.common (added) * uspace/srv/console/console.c (modified) * uspace/srv/console/gcons.c (modified) * uspace/srv/console/keybuffer.c (modified) * uspace/srv/console/screenbuffer.c (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/devmap/Makefile.build (added) * uspace/srv/devmap/Makefile.common (added) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/fb/Makefile (modified) * uspace/srv/fb/Makefile.build (added) * uspace/srv/fb/Makefile.common (added) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/devfs/Makefile.build (added) * uspace/srv/fs/devfs/Makefile.common (added) * uspace/srv/fs/devfs/devfs.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/Makefile.build (added) * uspace/srv/fs/fat/Makefile.common (added) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile.build (added) * uspace/srv/fs/tmpfs/Makefile.common (added) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/kbd/Makefile.build (added) * uspace/srv/kbd/Makefile.common (added) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/Makefile.build (added) * uspace/srv/loader/Makefile.common (added) * uspace/srv/loader/arch/ia32/_link.ld.in (modified) * uspace/srv/loader/arch/ia32/ia32.s (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/ns/Makefile.build (added) * uspace/srv/ns/Makefile.common (added) * uspace/srv/ns/service.c (modified) * uspace/srv/part/mbr_part/Makefile (added) * uspace/srv/part/mbr_part/Makefile.build (added) * uspace/srv/part/mbr_part/Makefile.common (added) * uspace/srv/part/mbr_part/mbr_part.c (added) * uspace/srv/pci/Makefile (added) * uspace/srv/pci/Makefile.build (added) * uspace/srv/pci/Makefile.common (added) * uspace/srv/pci/libpci/Makefile (added) * uspace/srv/pci/libpci/Makefile.build (added) * uspace/srv/pci/libpci/Makefile.common (added) * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/Makefile.build (added) * uspace/srv/vfs/Makefile.common (added) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) merged with head (unstable) Mon, 16 Nov 2009 15:21:44 GMT Lenka Trochtova [86554e7] * boot/arch/ia32/Makefile.inc (modified) * kernel/generic/src/ipc/irq.c (modified) * uspace/Makefile (modified) * uspace/app/test_serial/Makefile (added) * uspace/app/test_serial/test_serial.c (added) * uspace/srv/pci/Makefile (modified) * uspace/srv/pci/main.c (modified) * uspace/srv/pci/pic.c (added) * uspace/srv/pci/pic.h (added) * uspace/srv/pci/serial.c (modified) serial port now uses interrupts for receiving data Fri, 30 Oct 2009 12:13:48 GMT Martin Decky [c7dc8ad] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile.common (modified) * boot/arch/ia64/loader/Makefile.common (modified) * boot/arch/mips32/loader/Makefile.common (modified) * boot/arch/ppc32/loader/Makefile.common (modified) * boot/arch/sparc64/loader/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/getvc/getvc.c (modified) * uspace/app/redir/Makefile (added) * uspace/app/redir/Makefile.build (added) * uspace/app/redir/Makefile.common (added) * uspace/app/redir/redir.c (added) proof-of-concept of stdin/stdout/stderr redirection Tue, 20 Oct 2009 16:08:08 GMT Martin Decky [cc1f8d4] * boot/Makefile (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/arm32/loader/Makefile.build (added) * boot/arch/arm32/loader/Makefile.common (added) * boot/arch/arm32/loader/Makefile.toolchain (added) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/ia64/loader/Makefile.build (added) * boot/arch/ia64/loader/Makefile.common (added) * boot/arch/ia64/loader/Makefile.toolchain (added) * boot/arch/ia64/loader/gefi/HelenOS/Makefile (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile.build (added) * boot/arch/mips32/loader/Makefile.common (added) * boot/arch/mips32/loader/Makefile.toolchain (added) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile.build (added) * boot/arch/ppc32/loader/Makefile.common (added) * boot/arch/ppc32/loader/Makefile.toolchain (added) * boot/tools/pack.py (modified) * kernel/Makefile (modified) * kernel/Makefile.build (added) * kernel/Makefile.common (added) * uspace/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/Makefile.build (added) * uspace/app/bdsh/Makefile.common (added) * uspace/app/edit/Makefile (modified) * uspace/app/edit/Makefile.build (added) * uspace/app/edit/Makefile.common (added) * uspace/app/getvc/Makefile (modified) * uspace/app/getvc/Makefile.build (added) * uspace/app/getvc/Makefile.common (added) * uspace/app/init/Makefile (modified) * uspace/app/init/Makefile.build (added) * uspace/app/init/Makefile.common (added) * uspace/app/init/init.c (modified) * uspace/app/klog/Makefile (modified) * uspace/app/klog/Makefile.build (added) * uspace/app/klog/Makefile.common (added) * uspace/app/tester/Makefile (modified) * uspace/app/tester/Makefile.build (added) * uspace/app/tester/Makefile.common (added) * uspace/app/tetris/Makefile (modified) * uspace/app/tetris/Makefile.build (added) * uspace/app/tetris/Makefile.common (added) * uspace/app/trace/Makefile (modified) * uspace/app/trace/Makefile.build (added) * uspace/app/trace/Makefile.common (added) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libblock/Makefile.build (added) * uspace/lib/libblock/Makefile.common (added) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.build (added) * uspace/lib/libc/Makefile.common (added) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libfs/Makefile (modified) * uspace/lib/libfs/Makefile.build (added) * uspace/lib/libfs/Makefile.common (added) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/Makefile.build (added) * uspace/lib/softfloat/Makefile.common (added) * uspace/lib/softint/Makefile (modified) * uspace/lib/softint/Makefile.build (added) * uspace/lib/softint/Makefile.common (added) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/ata_bd/Makefile.build (added) * uspace/srv/bd/ata_bd/Makefile.common (added) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/file_bd/Makefile.build (added) * uspace/srv/bd/file_bd/Makefile.common (added) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile.build (added) * uspace/srv/bd/gxe_bd/Makefile.common (added) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/bd/rd/Makefile.build (added) * uspace/srv/bd/rd/Makefile.common (added) * uspace/srv/cir/fhc/Makefile (modified) * uspace/srv/cir/fhc/Makefile.build (added) * uspace/srv/cir/fhc/Makefile.common (added) * uspace/srv/cir/obio/Makefile (modified) * uspace/srv/cir/obio/Makefile.build (added) * uspace/srv/cir/obio/Makefile.common (added) * uspace/srv/console/Makefile (modified) * uspace/srv/console/Makefile.build (added) * uspace/srv/console/Makefile.common (added) * uspace/srv/console/console.c (modified) * uspace/srv/console/keybuffer.c (modified) * uspace/srv/console/screenbuffer.c (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/devmap/Makefile.build (added) * uspace/srv/devmap/Makefile.common (added) * uspace/srv/fb/Makefile (modified) * uspace/srv/fb/Makefile.build (added) * uspace/srv/fb/Makefile.common (added) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/devfs/Makefile.build (added) * uspace/srv/fs/devfs/Makefile.common (added) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/Makefile.build (added) * uspace/srv/fs/fat/Makefile.common (added) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile.build (added) * uspace/srv/fs/tmpfs/Makefile.common (added) * uspace/srv/kbd/Makefile (modified) * uspace/srv/kbd/Makefile.build (added) * uspace/srv/kbd/Makefile.common (added) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/Makefile.build (added) * uspace/srv/loader/Makefile.common (added) * uspace/srv/ns/Makefile (modified) * uspace/srv/ns/Makefile.build (added) * uspace/srv/ns/Makefile.common (added) * uspace/srv/part/mbr_part/Makefile (modified) * uspace/srv/part/mbr_part/Makefile.build (added) * uspace/srv/part/mbr_part/Makefile.common (added) * uspace/srv/pci/Makefile (modified) * uspace/srv/pci/Makefile.build (added) * uspace/srv/pci/Makefile.common (added) * uspace/srv/pci/libpci/Makefile (modified) * uspace/srv/pci/libpci/Makefile.build (added) * uspace/srv/pci/libpci/Makefile.common (added) * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/Makefile.build (added) * uspace/srv/vfs/Makefile.common (added) proper support for parallel building (this time really tested) all ... Wed, 14 Oct 2009 15:00:02 GMT Martin Decky [e035612] * Makefile (modified) * uspace/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/edit/Makefile (modified) * uspace/app/getvc/Makefile (modified) * uspace/app/init/Makefile (modified) * uspace/app/klog/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/trace/Makefile (modified) * uspace/lib/libc/Makefile (modified) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/cir/fhc/Makefile (modified) * uspace/srv/cir/obio/Makefile (modified) * uspace/srv/console/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fb/Makefile (modified) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/part/mbr_part/Makefile (modified) * uspace/srv/pci/Makefile (modified) * uspace/srv/vfs/Makefile (modified) make parallel build (with -j n) possible Sun, 13 Sep 2009 23:35:15 GMT Jiri Svoboda [3052ff4] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * uspace/Makefile (modified) * uspace/app/edit/Makefile (added) * uspace/app/edit/edit.c (added) * uspace/app/edit/sheet.c (added) * uspace/app/edit/sheet.h (added) Add simple text editor. Mon, 31 Aug 2009 20:15:35 GMT Jiri Svoboda [00b1d20e] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * uspace/Makefile (modified) * uspace/lib/libblock/libblock.c (modified) * uspace/lib/libblock/libblock.h (modified) * uspace/srv/part/mbr_part/Makefile (added) * uspace/srv/part/mbr_part/mbr_part.c (added) Add PC MBR partition driver (mbr_part). Only supports primary ... Sun, 09 Aug 2009 13:56:50 GMT Lenka Trochtova [cb0ea39] * boot/arch/ia32/Makefile.inc (modified) * boot/arch/sparc64/loader/Makefile (modified) * readme.txt (added) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/lspci/COPYING (moved) * uspace/app/lspci/Makefile (added) * uspace/app/lspci/libpci/Makefile (moved) * uspace/app/lspci/libpci/VERSION (moved) * uspace/app/lspci/libpci/access.c (moved) * uspace/app/lspci/libpci/generic.c (moved) * uspace/app/lspci/libpci/header.h (moved) * uspace/app/lspci/libpci/i386-ports.c (moved) * uspace/app/lspci/libpci/internal.h (moved) * uspace/app/lspci/libpci/names.c (moved) * uspace/app/lspci/libpci/pci.h (moved) * uspace/app/lspci/libpci/pci_ids.h (moved) * uspace/app/lspci/libpci/sysdep.h (added) * uspace/app/lspci/libpci/types.h (moved) * uspace/app/lspci/libpci/us2.c (added) * uspace/app/lspci/pci.c (added) * uspace/app/lspci/update-ids (added) * uspace/app/shutters/Makefile (added) * uspace/app/shutters/shutters.c (added) * uspace/lib/libc/include/ipc/serial.h (added) * uspace/srv/pci/Makefile (modified) * uspace/srv/pci/intel_method1.c (added) * uspace/srv/pci/intel_piix3.c (added) * uspace/srv/pci/intel_piix3.h (added) * uspace/srv/pci/isa.c (added) * uspace/srv/pci/isa.h (added) * uspace/srv/pci/libpci/sysdep.h (deleted) * uspace/srv/pci/main.c (added) * uspace/srv/pci/pci.c (modified) * uspace/srv/pci/pci.h (added) * uspace/srv/pci/pci_bus.h (added) * uspace/srv/pci/pci_conf.h (added) * uspace/srv/pci/pci_regs.h (added) * uspace/srv/pci/psycho.c (added) * uspace/srv/pci/serial.c (added) * uspace/srv/pci/serial.h (added) * uspace/srv/pci/update-ids (deleted) dd: initial import of the original svn branch Sat, 13 Jun 2009 17:30:50 GMT Jiri Svoboda [2a18193c] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * uspace/Makefile (modified) File-backed block device driver (file_bd). Sat, 06 Jun 2009 23:13:54 GMT Jiri Svoboda [f8ef660] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/ia32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/srv/bd/ata_bd/Makefile (added) * uspace/srv/bd/ata_bd/ata_bd.c (added) Primitive ATA disk driver that you can use in Qemu (read only). Fri, 05 Jun 2009 12:46:20 GMT Martin Decky [abc4982] * boot/arch/sparc64/loader/Makefile (modified) * uspace/Makefile (modified) * uspace/srv/cir/fhc/Makefile (moved) * uspace/srv/cir/fhc/fhc.c (moved) * uspace/srv/cir/obio/Makefile (moved) * uspace/srv/cir/obio/obio.c (moved) group fhc and obio under a common directory Wed, 03 Jun 2009 18:35:49 GMT Martin Decky [b0a91acb] * uspace/Makefile (modified) add getvc to uspace Makefile Thu, 21 May 2009 19:14:40 GMT Jiri Svoboda [e7645de] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * uspace/Makefile (modified) * uspace/srv/bd/rd/Makefile (moved) * uspace/srv/bd/rd/rd.c (moved) Move ramdisk under bd. Thu, 21 May 2009 07:05:25 GMT Martin Decky [a095d20] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/srv/fs/devfs/Makefile (added) * uspace/srv/fs/devfs/devfs.c (added) * uspace/srv/fs/devfs/devfs.h (added) * uspace/srv/fs/devfs/devfs_ops.c (added) * uspace/srv/fs/devfs/devfs_ops.h (added) add simple devfs filesystem and mount it as /dev add generic NULL ... Tue, 19 May 2009 22:01:44 GMT Jiri Svoboda [44a53fd] * boot/arch/mips32/loader/Makefile (modified) * uspace/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile (added) * uspace/srv/bd/gxe_bd/gxe_bd.c (added) Experimental GXemul disk driver (device 'disk0'). Fri, 27 Feb 2009 20:41:23 GMT Jakub Jermar [42742c5a] * boot/arch/sparc64/loader/Makefile (modified) * kernel/arch/sparc64/src/drivers/fhc.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * uspace/Makefile (modified) * uspace/lib/libc/include/ipc/services.h (modified) * uspace/srv/kbd/generic/kbd.c (modified) * uspace/srv/obio/Makefile (added) * uspace/srv/obio/obio.c (added) Userspace driver for OBIO. This will make it possible to clear ... Wed, 25 Feb 2009 21:32:18 GMT Jakub Jermar [3e5a814] * boot/arch/sparc64/loader/Makefile (modified) * kernel/arch/sparc64/src/drivers/fhc.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/lib/libc/include/ipc/bus.h (added) * uspace/lib/libc/include/ipc/services.h (modified) * uspace/srv/fhc/Makefile (added) * uspace/srv/fhc/fhc.c (added) * uspace/srv/kbd/generic/kbd.c (modified) * uspace/srv/kbd/include/kbd.h (modified) * uspace/srv/kbd/port/z8530.c (modified) Add simple userspace FHC driver. Modify the z8530 userspace driver ... Thu, 12 Feb 2009 20:11:25 GMT Martin Decky [fcd7053] * uspace/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/init/Makefile (modified) * uspace/app/init/version.c (modified) * uspace/app/klog/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/trace/Makefile (modified) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/amd64/_link.ld.in (modified) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/_link.ld.in (modified) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/_link.ld.in (modified) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/_link.ld.in (modified) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/_link.ld.in (modified) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/_link.ld.in (modified) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/_link.ld.in (modified) * uspace/lib/libc/include/macros.h (added) * uspace/lib/libfs/Makefile (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softint/Makefile (modified) * uspace/srv/console/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fb/Makefile (modified) * uspace/srv/fb/fb.c (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/kbd/arch/ia64/src/kbd.c (modified) * uspace/srv/kbd/arch/ppc32/src/kbd.c (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/arch/amd64/Makefile.inc (modified) * uspace/srv/loader/arch/amd64/_link.ld.in (modified) * uspace/srv/loader/arch/arm32/Makefile.inc (modified) * uspace/srv/loader/arch/arm32/_link.ld.in (modified) * uspace/srv/loader/arch/ia32/Makefile.inc (modified) * uspace/srv/loader/arch/ia32/_link.ld.in (modified) * uspace/srv/loader/arch/ia64/Makefile.inc (modified) * uspace/srv/loader/arch/ia64/_link.ld.in (modified) * uspace/srv/loader/arch/mips32/Makefile.inc (modified) * uspace/srv/loader/arch/mips32/_link.ld.in (modified) * uspace/srv/loader/arch/ppc32/Makefile.inc (modified) * uspace/srv/loader/arch/ppc32/_link.ld.in (modified) * uspace/srv/loader/arch/sparc64/Makefile.inc (modified) * uspace/srv/loader/arch/sparc64/_link.ld.in (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/pci/Makefile (modified) * uspace/srv/pci/libpci/Makefile (modified) * uspace/srv/rd/Makefile (modified) * uspace/srv/vfs/Makefile (modified) cleanup configuration code cleanup Tue, 20 Jan 2009 18:38:16 GMT Martin Decky [9a0367f] * HelenOS.config (modified) * Makefile (modified) * boot/Makefile (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc64/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * boot/boot.config (deleted) * kernel/Makefile (modified) * kernel/kernel.config (deleted) * tools/config.py (modified) * uspace/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/init/Makefile (modified) * uspace/app/klog/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/trace/Makefile (modified) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libfs/Makefile (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softint/Makefile (modified) * uspace/srv/console/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fb/Makefile (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/pci/Makefile (modified) * uspace/srv/pci/libpci/Makefile (modified) * uspace/srv/rd/Makefile (modified) * uspace/srv/vfs/Makefile (modified) * uspace/uspace.config (deleted) configuration system overhaul (requires newt) Sun, 14 Dec 2008 11:37:31 GMT Jiri Svoboda [f0c9aff] * uspace/Makefile (modified) * uspace/app/init/Makefile (modified) * uspace/app/klog/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/srv/console/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fb/Makefile (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/pci/Makefile (modified) * uspace/srv/rd/Makefile (modified) * uspace/srv/vfs/Makefile (modified) Clean .o files in individual makefiles. Sat, 08 Nov 2008 11:05:32 GMT Jiri Svoboda [24d6efc] * uspace/Makefile (modified) * uspace/app/klog/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/trace/Makefile (modified) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libfs/Makefile (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softint/Makefile (modified) * uspace/srv/console/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fb/Makefile (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/pci/Makefile (modified) * uspace/srv/rd/Makefile (modified) * uspace/srv/vfs/Makefile (modified) Always include Makefile.config instead of passing ARCH and COMPILER ... Mon, 27 Oct 2008 16:53:38 GMT Jakub Jermar [fc840d9] * uspace/Makefile (modified) * uspace/lib/libblock/Makefile (added) * uspace/lib/libblock/libblock.c (added) * uspace/lib/libblock/libblock.h (added) * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) Move libfs_blockread(), block_get() and block_put() to libblock. Wed, 17 Sep 2008 12:16:27 GMT Jiri Svoboda [9a1b20c] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc64/loader/Makefile (modified) * kernel/Makefile (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipc_kbox.h (added) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/udebug/udebug.h (added) * kernel/generic/include/udebug/udebug_ipc.h (added) * kernel/generic/include/udebug/udebug_ops.h (added) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipc_kbox.c (added) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/main/uinit.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/udebug/udebug.c (added) * kernel/generic/src/udebug/udebug_ipc.c (added) * kernel/generic/src/udebug/udebug_ops.c (added) * kernel/kernel.config (modified) * uspace/Makefile (modified) * uspace/app/trace/Makefile (added) * uspace/app/trace/errors.c (added) * uspace/app/trace/errors.h (added) * uspace/app/trace/ipc_desc.c (added) * uspace/app/trace/ipc_desc.h (added) * uspace/app/trace/ipcp.c (added) * uspace/app/trace/ipcp.h (added) * uspace/app/trace/proto.c (added) * uspace/app/trace/proto.h (added) * uspace/app/trace/syscalls.c (added) * uspace/app/trace/syscalls.h (added) * uspace/app/trace/trace.c (added) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/generic/ipc.c (modified) * uspace/lib/libc/generic/udebug.c (added) * uspace/lib/libc/include/ipc/ipc.h (modified) * uspace/lib/libc/include/udebug.h (added) Merge syscall tracer (trace) and relevant part of udebug interface ... Fri, 22 Aug 2008 11:07:32 GMT Jakub Jermar [80791a7] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * uspace/Makefile (modified) * uspace/app/cli/Makefile (deleted) * uspace/app/cli/cli.c (deleted) * uspace/app/init/init.c (modified) Enable bdsh in most of the architectures, remove cli and simplify init. Fri, 22 Aug 2008 09:09:03 GMT Tim Post [216d6fc] * boot/arch/ia32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/bdsh/AUTHORS (added) * uspace/app/bdsh/LICENSE (added) * uspace/app/bdsh/Makefile (added) * uspace/app/bdsh/TODO (added) * uspace/app/bdsh/cmds/builtin_cmds.c (added) * uspace/app/bdsh/cmds/builtins/README (added) * uspace/app/bdsh/cmds/builtins/builtin_aliases.h (added) * uspace/app/bdsh/cmds/builtins/builtins.h (added) * uspace/app/bdsh/cmds/builtins/cd/cd.c (added) * uspace/app/bdsh/cmds/builtins/cd/cd.def (added) * uspace/app/bdsh/cmds/builtins/cd/cd.h (added) * uspace/app/bdsh/cmds/builtins/cd/entry.h (added) * uspace/app/bdsh/cmds/builtins/pwd/entry.h (added) * uspace/app/bdsh/cmds/builtins/pwd/pwd.c (added) * uspace/app/bdsh/cmds/builtins/pwd/pwd.def (added) * uspace/app/bdsh/cmds/builtins/pwd/pwd.h (added) * uspace/app/bdsh/cmds/cmds.h (added) * uspace/app/bdsh/cmds/mknewcmd (added) * uspace/app/bdsh/cmds/mod_cmds.c (added) * uspace/app/bdsh/cmds/modules/README (added) * uspace/app/bdsh/cmds/modules/cat/cat.c (added) * uspace/app/bdsh/cmds/modules/cat/cat.def (added) * uspace/app/bdsh/cmds/modules/cat/cat.h (added) * uspace/app/bdsh/cmds/modules/cat/entry.h (added) * uspace/app/bdsh/cmds/modules/help/entry.h (added) * uspace/app/bdsh/cmds/modules/help/help.c (added) * uspace/app/bdsh/cmds/modules/help/help.def (added) * uspace/app/bdsh/cmds/modules/help/help.h (added) * uspace/app/bdsh/cmds/modules/ls/entry.h (added) * uspace/app/bdsh/cmds/modules/ls/ls.c (added) * uspace/app/bdsh/cmds/modules/ls/ls.def (added) * uspace/app/bdsh/cmds/modules/ls/ls.h (added) * uspace/app/bdsh/cmds/modules/mkdir/entry.h (added) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (added) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.def (added) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.h (added) * uspace/app/bdsh/cmds/modules/module_aliases.h (added) * uspace/app/bdsh/cmds/modules/modules.h (added) * uspace/app/bdsh/cmds/modules/mount/entry.h (added) * uspace/app/bdsh/cmds/modules/mount/mount.c (added) * uspace/app/bdsh/cmds/modules/mount/mount.def (added) * uspace/app/bdsh/cmds/modules/mount/mount.h (added) * uspace/app/bdsh/cmds/modules/quit/entry.h (added) * uspace/app/bdsh/cmds/modules/quit/quit.c (added) * uspace/app/bdsh/cmds/modules/quit/quit.def (added) * uspace/app/bdsh/cmds/modules/quit/quit.h (added) * uspace/app/bdsh/cmds/modules/rm/entry.h (added) * uspace/app/bdsh/cmds/modules/rm/rm.c (added) * uspace/app/bdsh/cmds/modules/rm/rm.def (added) * uspace/app/bdsh/cmds/modules/rm/rm.h (added) * uspace/app/bdsh/cmds/modules/touch/entry.h (added) * uspace/app/bdsh/cmds/modules/touch/touch.c (added) * uspace/app/bdsh/cmds/modules/touch/touch.def (added) * uspace/app/bdsh/cmds/modules/touch/touch.h (added) * uspace/app/bdsh/config.h (added) * uspace/app/bdsh/errors.c (added) * uspace/app/bdsh/errors.h (added) * uspace/app/bdsh/errstr.h (added) * uspace/app/bdsh/exec.c (added) * uspace/app/bdsh/exec.h (added) * uspace/app/bdsh/input.c (added) * uspace/app/bdsh/input.h (added) * uspace/app/bdsh/scli.c (added) * uspace/app/bdsh/scli.h (added) * uspace/app/bdsh/util.c (added) * uspace/app/bdsh/util.h (added) * uspace/app/init/init.c (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/generic/getopt.c (added) * uspace/lib/libc/include/getopt.h (added) Merge with shell @ 3241 for bdsh Tue, 08 Jul 2008 16:05:45 GMT Jiri Svoboda [c98e6ee] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/amd64/grub/menu.lst (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia32/grub/menu.lst (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * kernel/Makefile (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/src/userspace.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia32xen/src/userspace.c (modified) * kernel/arch/ia64/src/asm.S (modified) * kernel/arch/mips32/src/start.S (modified) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc64/src/asm.S (modified) * kernel/arch/sparc64/src/asm.S (modified) * kernel/generic/include/lib/elf.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/proc/program.h (added) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/smc.h (added) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/proc/program.c (added) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/smc.c (added) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/cli/Makefile (added) * uspace/app/cli/cli.c (added) * uspace/app/init/init.c (modified) * uspace/app/tester/tester.c (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/arch/amd64/src/entry.s (modified) * uspace/lib/libc/arch/arm32/src/entry.s (modified) * uspace/lib/libc/arch/ia32/src/entry.s (modified) * uspace/lib/libc/arch/ia64/src/entry.s (modified) * uspace/lib/libc/arch/mips32/src/entry.s (modified) * uspace/lib/libc/arch/ppc32/src/entry.s (modified) * uspace/lib/libc/arch/ppc64/src/entry.s (modified) * uspace/lib/libc/arch/sparc64/src/entry.s (modified) * uspace/lib/libc/generic/as.c (modified) * uspace/lib/libc/generic/io/stream.c (modified) * uspace/lib/libc/generic/libc.c (modified) * uspace/lib/libc/generic/pcb.c (added) * uspace/lib/libc/generic/smc.c (added) * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/include/as.h (modified) * uspace/lib/libc/include/io/stream.h (modified) * uspace/lib/libc/include/ipc/loader.h (added) * uspace/lib/libc/include/libc.h (modified) * uspace/lib/libc/include/loader/pcb.h (added) * uspace/lib/libc/include/smc.h (added) * uspace/lib/libc/include/task.h (modified) * uspace/srv/loader/Makefile (added) * uspace/srv/loader/arch/amd64/Makefile.inc (added) * uspace/srv/loader/arch/amd64/_link.ld.in (added) * uspace/srv/loader/arch/amd64/amd64.s (added) * uspace/srv/loader/arch/arm32/Makefile.inc (added) * uspace/srv/loader/arch/arm32/_link.ld.in (added) * uspace/srv/loader/arch/arm32/arm32.s (added) * uspace/srv/loader/arch/ia32/Makefile.inc (added) * uspace/srv/loader/arch/ia32/_link.ld.in (added) * uspace/srv/loader/arch/ia32/ia32.s (added) * uspace/srv/loader/arch/ia64/Makefile.inc (added) * uspace/srv/loader/arch/ia64/_link.ld.in (added) * uspace/srv/loader/arch/ia64/ia64.s (added) * uspace/srv/loader/arch/mips32/Makefile.inc (added) * uspace/srv/loader/arch/mips32/_link.ld.in (added) * uspace/srv/loader/arch/mips32/mips32.s (added) * uspace/srv/loader/arch/ppc32/Makefile.inc (added) * uspace/srv/loader/arch/ppc32/_link.ld.in (added) * uspace/srv/loader/arch/ppc32/ppc32.s (added) * uspace/srv/loader/arch/sparc64/Makefile.inc (added) * uspace/srv/loader/arch/sparc64/_link.ld.in (added) * uspace/srv/loader/arch/sparc64/sparc64.s (added) * uspace/srv/loader/elf_load.c (added) * uspace/srv/loader/include/arch.h (added) * uspace/srv/loader/include/elf.h (added) * uspace/srv/loader/include/elf_load.h (added) * uspace/srv/loader/interp.s (added) * uspace/srv/loader/main.c (added) Merge program-loader related stuff from dynload branch to trunk. (huge) Sun, 16 Dec 2007 17:18:20 GMT Jakub Jermar [d5cdffe] * uspace/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (added) * uspace/srv/fs/tmpfs/tmpfs.c (added) * uspace/srv/fs/tmpfs/tmpfs.h (added) * uspace/srv/fs/tmpfs/tmpfs_ops.c (added) Start TMPFS. Not loaded during boot as there is a reproducible ... Sat, 15 Dec 2007 12:45:21 GMT Jakub Jermar [74303b6] * uspace/Makefile (modified) * uspace/lib/libfs/Makefile (added) * uspace/lib/libfs/libfs.c (added) * uspace/lib/libfs/libfs.h (added) Start libfs. libfs is to contain all common fs code. Fri, 26 Oct 2007 20:34:37 GMT Jakub Jermar [9f8f183] * Makefile (modified) * uspace/Makefile (modified) Build system fixes. Continue cleaning uspace even if cleanup of one ... Fri, 28 Sep 2007 13:34:01 GMT Josef Cejka [13125d3] * boot/arch/mips32/loader/Makefile (modified) * uspace/Makefile (modified) * uspace/lib/libc/include/ipc/services.h (modified) * uspace/srv/devmap/Makefile (added) * uspace/srv/devmap/devmap.c (added) * uspace/srv/devmap/devmap.h (added) Added basic support for device mapper. Mon, 17 Sep 2007 17:31:33 GMT Jakub Jermar [c0cdcaf] * uspace/Makefile (modified) * uspace/lib/libc/include/ipc/services.h (modified) * uspace/srv/fs/fat/Makefile (moved) * uspace/srv/fs/fat/fat.c (moved) * uspace/srv/vfs/vfs.h (modified) Turn the empty fs service into the beginning of FAT support. Start ... Wed, 12 Sep 2007 20:05:47 GMT Jakub Jermar [0f78e74] * uspace/Makefile (modified) * uspace/srv/rd/rd.c (modified) * uspace/srv/vfs/Makefile (added) * uspace/srv/vfs/vfs.c (added) One occurrence of the left-over term 'pseudo thread' replaced with ... Fri, 06 Jul 2007 16:04:08 GMT Jakub Jermar [b76f2f8] * uspace/Makefile (modified) Fix two minor bugs in uspace's make clean. Sat, 23 Jun 2007 13:34:01 GMT Jakub Jermar [00acd66] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia32xen/Makefile.inc (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc64/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * contrib/conf/ski.conf (modified) * uspace/Makefile (modified) * uspace/app/init/Makefile (moved) * uspace/app/init/init.c (moved) * uspace/app/init/init.h (moved) * uspace/app/init/version.c (moved) * uspace/app/init/version.h (moved) * uspace/app/klog/Makefile (moved) * uspace/app/klog/klog.c (moved) * uspace/app/tester/Makefile (moved) * uspace/app/tester/fault/fault1.c (moved) * uspace/app/tester/fault/fault1.def (moved) * uspace/app/tester/fault/fault2.c (moved) * uspace/app/tester/fault/fault2.def (moved) * uspace/app/tester/ipc/answer.c (moved) * uspace/app/tester/ipc/answer.def (moved) * uspace/app/tester/ipc/connect.c (moved) * uspace/app/tester/ipc/connect.def (moved) * uspace/app/tester/ipc/hangup.c (moved) * uspace/app/tester/ipc/hangup.def (moved) * uspace/app/tester/ipc/register.c (moved) * uspace/app/tester/ipc/register.def (moved) * uspace/app/tester/ipc/send_async.c (moved) * uspace/app/tester/ipc/send_async.def (moved) * uspace/app/tester/ipc/send_sync.c (moved) * uspace/app/tester/ipc/send_sync.def (moved) * uspace/app/tester/print/print1.c (moved) * uspace/app/tester/print/print1.def (moved) * uspace/app/tester/tester.c (moved) * uspace/app/tester/tester.h (moved) * uspace/app/tester/thread/thread1.c (moved) * uspace/app/tester/thread/thread1.def (moved) * uspace/app/tetris/Makefile (moved) * uspace/app/tetris/input.c (moved) * uspace/app/tetris/input.h (moved) * uspace/app/tetris/pathnames.h (moved) * uspace/app/tetris/scores.c (moved) * uspace/app/tetris/scores.h (moved) * uspace/app/tetris/screen.c (moved) * uspace/app/tetris/screen.h (moved) * uspace/app/tetris/shapes.c (moved) * uspace/app/tetris/tetris.c (moved) * uspace/app/tetris/tetris.h (moved) * uspace/lib/libc/Makefile (moved) * uspace/lib/libc/Makefile.toolchain (moved) * uspace/lib/libc/arch/amd64/Makefile.inc (moved) * uspace/lib/libc/arch/amd64/_link.ld.in (moved) * uspace/lib/libc/arch/amd64/include/atomic.h (moved) * uspace/lib/libc/arch/amd64/include/config.h (moved) * uspace/lib/libc/arch/amd64/include/context_offset.h (moved) * uspace/lib/libc/arch/amd64/include/ddi.h (moved) * uspace/lib/libc/arch/amd64/include/endian.h (moved) * uspace/lib/libc/arch/amd64/include/faddr.h (moved) * uspace/lib/libc/arch/amd64/include/limits.h (moved) * uspace/lib/libc/arch/amd64/include/psthread.h (moved) * uspace/lib/libc/arch/amd64/include/stackarg.h (moved) * uspace/lib/libc/arch/amd64/include/syscall.h (moved) * uspace/lib/libc/arch/amd64/include/thread.h (moved) * uspace/lib/libc/arch/amd64/include/types.h (moved) * uspace/lib/libc/arch/amd64/src/entry.s (moved) * uspace/lib/libc/arch/amd64/src/psthread.S (moved) * uspace/lib/libc/arch/amd64/src/syscall.S (moved) * uspace/lib/libc/arch/amd64/src/thread.c (moved) * uspace/lib/libc/arch/amd64/src/thread_entry.s (moved) * uspace/lib/libc/arch/arm32/Makefile.inc (moved) * uspace/lib/libc/arch/arm32/_link.ld.in (moved) * uspace/lib/libc/arch/arm32/include/atomic.h (moved) * uspace/lib/libc/arch/arm32/include/config.h (moved) * uspace/lib/libc/arch/arm32/include/endian.h (moved) * uspace/lib/libc/arch/arm32/include/faddr.h (moved) * uspace/lib/libc/arch/arm32/include/limits.h (moved) * uspace/lib/libc/arch/arm32/include/psthread.h (moved) * uspace/lib/libc/arch/arm32/include/stackarg.h (moved) * uspace/lib/libc/arch/arm32/include/syscall.h (moved) * uspace/lib/libc/arch/arm32/include/thread.h (moved) * uspace/lib/libc/arch/arm32/include/types.h (moved) * uspace/lib/libc/arch/arm32/src/eabi.S (moved) * uspace/lib/libc/arch/arm32/src/entry.s (moved) * uspace/lib/libc/arch/arm32/src/psthread.S (moved) * uspace/lib/libc/arch/arm32/src/syscall.c (moved) * uspace/lib/libc/arch/arm32/src/thread.c (moved) * uspace/lib/libc/arch/arm32/src/thread_entry.s (moved) * uspace/lib/libc/arch/ia32/Makefile.inc (moved) * uspace/lib/libc/arch/ia32/_link.ld.in (moved) * uspace/lib/libc/arch/ia32/include/atomic.h (moved) * uspace/lib/libc/arch/ia32/include/config.h (moved) * uspace/lib/libc/arch/ia32/include/ddi.h (moved) * uspace/lib/libc/arch/ia32/include/endian.h (moved) * uspace/lib/libc/arch/ia32/include/faddr.h (moved) * uspace/lib/libc/arch/ia32/include/limits.h (moved) * uspace/lib/libc/arch/ia32/include/psthread.h (moved) * uspace/lib/libc/arch/ia32/include/stackarg.h (moved) * uspace/lib/libc/arch/ia32/include/syscall.h (moved) * uspace/lib/libc/arch/ia32/include/thread.h (moved) * uspace/lib/libc/arch/ia32/include/types.h (moved) * uspace/lib/libc/arch/ia32/src/entry.s (moved) * uspace/lib/libc/arch/ia32/src/psthread.S (moved) * uspace/lib/libc/arch/ia32/src/syscall.c (moved) * uspace/lib/libc/arch/ia32/src/thread.c (moved) * uspace/lib/libc/arch/ia32/src/thread_entry.s (moved) * uspace/lib/libc/arch/ia64/Makefile.inc (moved) * uspace/lib/libc/arch/ia64/_link.ld.in (moved) * uspace/lib/libc/arch/ia64/include/atomic.h (moved) * uspace/lib/libc/arch/ia64/include/config.h (moved) * uspace/lib/libc/arch/ia64/include/endian.h (moved) * uspace/lib/libc/arch/ia64/include/faddr.h (moved) * uspace/lib/libc/arch/ia64/include/limits.h (moved) * uspace/lib/libc/arch/ia64/include/psthread.h (moved) * uspace/lib/libc/arch/ia64/include/stack.h (moved) * uspace/lib/libc/arch/ia64/include/stackarg.h (moved) * uspace/lib/libc/arch/ia64/include/syscall.h (moved) * uspace/lib/libc/arch/ia64/include/thread.h (moved) * uspace/lib/libc/arch/ia64/include/types.h (moved) * uspace/lib/libc/arch/ia64/src/entry.s (moved) * uspace/lib/libc/arch/ia64/src/psthread.S (moved) * uspace/lib/libc/arch/ia64/src/syscall.S (moved) * uspace/lib/libc/arch/ia64/src/thread.c (moved) * uspace/lib/libc/arch/ia64/src/thread_entry.s (moved) * uspace/lib/libc/arch/mips32/Makefile.inc (moved) * uspace/lib/libc/arch/mips32/_link.ld.in (moved) * uspace/lib/libc/arch/mips32/include/atomic.h (moved) * uspace/lib/libc/arch/mips32/include/config.h (moved) * uspace/lib/libc/arch/mips32/include/context_offset.h (moved) * uspace/lib/libc/arch/mips32/include/endian.h (moved) * uspace/lib/libc/arch/mips32/include/faddr.h (moved) * uspace/lib/libc/arch/mips32/include/limits.h (moved) * uspace/lib/libc/arch/mips32/include/psthread.h (moved) * uspace/lib/libc/arch/mips32/include/stackarg.h (moved) * uspace/lib/libc/arch/mips32/include/syscall.h (moved) * uspace/lib/libc/arch/mips32/include/thread.h (moved) * uspace/lib/libc/arch/mips32/include/types.h (moved) * uspace/lib/libc/arch/mips32/src/entry.s (moved) * uspace/lib/libc/arch/mips32/src/psthread.S (moved) * uspace/lib/libc/arch/mips32/src/syscall.c (moved) * uspace/lib/libc/arch/mips32/src/thread.c (moved) * uspace/lib/libc/arch/mips32/src/thread_entry.s (moved) * uspace/lib/libc/arch/mips32eb/Makefile.inc (moved) * uspace/lib/libc/arch/mips32eb/_link.ld.in (moved) * uspace/lib/libc/arch/mips32eb/include/atomic.h (moved) * uspace/lib/libc/arch/mips32eb/include/config.h (moved) * uspace/lib/libc/arch/mips32eb/include/context_offset.h (moved) * uspace/lib/libc/arch/mips32eb/include/endian.h (moved) * uspace/lib/libc/arch/mips32eb/include/faddr.h (moved) * uspace/lib/libc/arch/mips32eb/include/limits.h (moved) * uspace/lib/libc/arch/mips32eb/include/psthread.h (moved) * uspace/lib/libc/arch/mips32eb/include/stackarg.h (moved) * uspace/lib/libc/arch/mips32eb/include/syscall.h (moved) * uspace/lib/libc/arch/mips32eb/include/thread.h (moved) * uspace/lib/libc/arch/mips32eb/include/types.h (moved) * uspace/lib/libc/arch/mips32eb/src (moved) * uspace/lib/libc/arch/ppc32/Makefile.inc (moved) * uspace/lib/libc/arch/ppc32/_link.ld.in (moved) * uspace/lib/libc/arch/ppc32/include/atomic.h (moved) * uspace/lib/libc/arch/ppc32/include/config.h (moved) * uspace/lib/libc/arch/ppc32/include/context_offset.h (moved) * uspace/lib/libc/arch/ppc32/include/endian.h (moved) * uspace/lib/libc/arch/ppc32/include/faddr.h (moved) * uspace/lib/libc/arch/ppc32/include/limits.h (moved) * uspace/lib/libc/arch/ppc32/include/psthread.h (moved) * uspace/lib/libc/arch/ppc32/include/regname.h (moved) * uspace/lib/libc/arch/ppc32/include/stackarg.h (moved) * uspace/lib/libc/arch/ppc32/include/syscall.h (moved) * uspace/lib/libc/arch/ppc32/include/thread.h (moved) * uspace/lib/libc/arch/ppc32/include/types.h (moved) * uspace/lib/libc/arch/ppc32/src/entry.s (moved) * uspace/lib/libc/arch/ppc32/src/psthread.S (moved) * uspace/lib/libc/arch/ppc32/src/syscall.c (moved) * uspace/lib/libc/arch/ppc32/src/thread.c (moved) * uspace/lib/libc/arch/ppc32/src/thread_entry.s (moved) * uspace/lib/libc/arch/ppc64/Makefile.inc (moved) * uspace/lib/libc/arch/ppc64/_link.ld.in (moved) * uspace/lib/libc/arch/ppc64/include/atomic.h (moved) * uspace/lib/libc/arch/ppc64/include/config.h (moved) * uspace/lib/libc/arch/ppc64/include/context_offset.h (moved) * uspace/lib/libc/arch/ppc64/include/endian.h (moved) * uspace/lib/libc/arch/ppc64/include/faddr.h (moved) * uspace/lib/libc/arch/ppc64/include/limits.h (moved) * uspace/lib/libc/arch/ppc64/include/psthread.h (moved) * uspace/lib/libc/arch/ppc64/include/regname.h (moved) * uspace/lib/libc/arch/ppc64/include/stackarg.h (moved) * uspace/lib/libc/arch/ppc64/include/syscall.h (moved) * uspace/lib/libc/arch/ppc64/include/thread.h (moved) * uspace/lib/libc/arch/ppc64/include/types.h (moved) * uspace/lib/libc/arch/ppc64/src/entry.s (moved) * uspace/lib/libc/arch/ppc64/src/psthread.S (moved) * uspace/lib/libc/arch/ppc64/src/syscall.c (moved) * uspace/lib/libc/arch/ppc64/src/thread.c (moved) * uspace/lib/libc/arch/ppc64/src/thread_entry.s (moved) * uspace/lib/libc/arch/sparc64/Makefile.inc (moved) * uspace/lib/libc/arch/sparc64/_link.ld.in (moved) * uspace/lib/libc/arch/sparc64/include/atomic.h (moved) * uspace/lib/libc/arch/sparc64/include/config.h (moved) * uspace/lib/libc/arch/sparc64/include/context_offset.h (moved) * uspace/lib/libc/arch/sparc64/include/endian.h (moved) * uspace/lib/libc/arch/sparc64/include/faddr.h (moved) * uspace/lib/libc/arch/sparc64/include/limits.h (moved) * uspace/lib/libc/arch/sparc64/include/psthread.h (moved) * uspace/lib/libc/arch/sparc64/include/stack.h (moved) * uspace/lib/libc/arch/sparc64/include/stackarg.h (moved) * uspace/lib/libc/arch/sparc64/include/syscall.h (moved) * uspace/lib/libc/arch/sparc64/include/thread.h (moved) * uspace/lib/libc/arch/sparc64/include/types.h (moved) * uspace/lib/libc/arch/sparc64/src/entry.s (moved) * uspace/lib/libc/arch/sparc64/src/psthread.S (moved) * uspace/lib/libc/arch/sparc64/src/thread.c (moved) * uspace/lib/libc/arch/sparc64/src/thread_entry.s (moved) * uspace/lib/libc/generic/as.c (moved) * uspace/lib/libc/generic/async.c (moved) * uspace/lib/libc/generic/cap.c (moved) * uspace/lib/libc/generic/ddi.c (moved) * uspace/lib/libc/generic/err.c (moved) * uspace/lib/libc/generic/futex.c (moved) * uspace/lib/libc/generic/io/file.c (moved) * uspace/lib/libc/generic/io/io.c (moved) * uspace/lib/libc/generic/io/printf.c (moved) * uspace/lib/libc/generic/io/printf_core.c (moved) * uspace/lib/libc/generic/io/snprintf.c (moved) * uspace/lib/libc/generic/io/sprintf.c (moved) * uspace/lib/libc/generic/io/stream.c (moved) * uspace/lib/libc/generic/io/vprintf.c (moved) * uspace/lib/libc/generic/io/vsnprintf.c (moved) * uspace/lib/libc/generic/io/vsprintf.c (moved) * uspace/lib/libc/generic/ipc.c (moved) * uspace/lib/libc/generic/libadt/hash_table.c (moved) * uspace/lib/libc/generic/libadt/list.c (moved) * uspace/lib/libc/generic/libc.c (moved) * uspace/lib/libc/generic/mman.c (moved) * uspace/lib/libc/generic/psthread.c (moved) * uspace/lib/libc/generic/stdlib.c (moved) * uspace/lib/libc/generic/string.c (moved) * uspace/lib/libc/generic/sysinfo.c (moved) * uspace/lib/libc/generic/task.c (moved) * uspace/lib/libc/generic/thread.c (moved) * uspace/lib/libc/generic/time.c (moved) * uspace/lib/libc/include/align.h (moved) * uspace/lib/libc/include/as.h (moved) * uspace/lib/libc/include/assert.h (moved) * uspace/lib/libc/include/async.h (moved) * uspace/lib/libc/include/atomic.h (moved) * uspace/lib/libc/include/bitops.h (moved) * uspace/lib/libc/include/bool.h (moved) * uspace/lib/libc/include/cap.h (moved) * uspace/lib/libc/include/ctype.h (moved) * uspace/lib/libc/include/ddi.h (moved) * uspace/lib/libc/include/endian.h (moved) * uspace/lib/libc/include/err.h (moved) * uspace/lib/libc/include/errno.h (moved) * uspace/lib/libc/include/futex.h (moved) * uspace/lib/libc/include/io/file.h (moved) * uspace/lib/libc/include/io/io.h (moved) * uspace/lib/libc/include/io/printf_core.h (moved) * uspace/lib/libc/include/io/stream.h (moved) * uspace/lib/libc/include/ipc/fb.h (moved) * uspace/lib/libc/include/ipc/ipc.h (moved) * uspace/lib/libc/include/ipc/ns.h (moved) * uspace/lib/libc/include/ipc/services.h (moved) * uspace/lib/libc/include/libadt/fifo.h (moved) * uspace/lib/libc/include/libadt/hash_table.h (moved) * uspace/lib/libc/include/libadt/list.h (moved) * uspace/lib/libc/include/libc.h (moved) * uspace/lib/libc/include/limits.h (moved) * uspace/lib/libc/include/malloc.h (moved) * uspace/lib/libc/include/psthread.h (moved) * uspace/lib/libc/include/stdarg.h (moved) * uspace/lib/libc/include/stddef.h (moved) * uspace/lib/libc/include/stdint.h (moved) * uspace/lib/libc/include/stdio.h (moved) * uspace/lib/libc/include/stdlib.h (moved) * uspace/lib/libc/include/string.h (moved) * uspace/lib/libc/include/sys/mman.h (moved) * uspace/lib/libc/include/sys/time.h (moved) * uspace/lib/libc/include/sys/types.h (moved) * uspace/lib/libc/include/syscall.h (moved) * uspace/lib/libc/include/sysinfo.h (moved) * uspace/lib/libc/include/task.h (moved) * uspace/lib/libc/include/thread.h (moved) * uspace/lib/libc/include/time.h (moved) * uspace/lib/libc/include/types.h (moved) * uspace/lib/libc/include/unistd.h (moved) * uspace/lib/libc/malloc/malloc.c (moved) * uspace/lib/softfloat/Makefile (moved) * uspace/lib/softfloat/arch/amd64/include/functions.h (moved) * uspace/lib/softfloat/arch/arm32/include/functions.h (moved) * uspace/lib/softfloat/arch/ia32/include/functions.h (moved) * uspace/lib/softfloat/arch/ia64/include/functions.h (moved) * uspace/lib/softfloat/arch/mips32/include/functions.h (moved) * uspace/lib/softfloat/arch/mips32eb/include/functions.h (moved) * uspace/lib/softfloat/arch/ppc32/include/functions.h (moved) * uspace/lib/softfloat/arch/ppc64/include/functions.h (moved) * uspace/lib/softfloat/arch/sparc64/include/functions.h (moved) * uspace/lib/softfloat/generic/add.c (moved) * uspace/lib/softfloat/generic/common.c (moved) * uspace/lib/softfloat/generic/comparison.c (moved) * uspace/lib/softfloat/generic/conversion.c (moved) * uspace/lib/softfloat/generic/div.c (moved) * uspace/lib/softfloat/generic/mul.c (moved) * uspace/lib/softfloat/generic/other.c (moved) * uspace/lib/softfloat/generic/softfloat.c (moved) * uspace/lib/softfloat/generic/sub.c (moved) * uspace/lib/softfloat/include/add.h (moved) * uspace/lib/softfloat/include/common.h (moved) * uspace/lib/softfloat/include/comparison.h (moved) * uspace/lib/softfloat/include/conversion.h (moved) * uspace/lib/softfloat/include/div.h (moved) * uspace/lib/softfloat/include/mul.h (moved) * uspace/lib/softfloat/include/other.h (moved) * uspace/lib/softfloat/include/sftypes.h (moved) * uspace/lib/softfloat/include/softfloat.h (moved) * uspace/lib/softfloat/include/sub.h (moved) * uspace/lib/softint/Makefile (moved) * uspace/lib/softint/generic/division.c (moved) * uspace/lib/softint/include/division.h (moved) * uspace/srv/console/Makefile (moved) * uspace/srv/console/anim_1.ppm (moved) * uspace/srv/console/anim_2.ppm (moved) * uspace/srv/console/anim_3.ppm (moved) * uspace/srv/console/anim_4.ppm (moved) * uspace/srv/console/cons_has_data.ppm (moved) * uspace/srv/console/cons_idle.ppm (moved) * uspace/srv/console/cons_kernel.ppm (moved) * uspace/srv/console/cons_selected.ppm (moved) * uspace/srv/console/console.c (moved) * uspace/srv/console/console.h (moved) * uspace/srv/console/gcons.c (moved) * uspace/srv/console/gcons.h (moved) * uspace/srv/console/helenos.ppm (moved) * uspace/srv/console/nameic.ppm (moved) * uspace/srv/console/screenbuffer.c (moved) * uspace/srv/console/screenbuffer.h (moved) * uspace/srv/fb/Makefile (moved) * uspace/srv/fb/ega.c (moved) * uspace/srv/fb/ega.h (moved) * uspace/srv/fb/fb.c (moved) * uspace/srv/fb/fb.h (moved) * uspace/srv/fb/font-8x16.c (moved) * uspace/srv/fb/font-8x16.h (moved) * uspace/srv/fb/main.c (moved) * uspace/srv/fb/main.h (moved) * uspace/srv/fb/pointer.xbm (moved) * uspace/srv/fb/pointer_mask.xbm (moved) * uspace/srv/fb/ppm.c (moved) * uspace/srv/fb/ppm.h (moved) * uspace/srv/fb/sysio.c (moved) * uspace/srv/fb/sysio.h (moved) * uspace/srv/fs/Makefile (moved) * uspace/srv/fs/fs.c (moved) * uspace/srv/kbd/Makefile (moved) * uspace/srv/kbd/arch/amd64 (moved) * uspace/srv/kbd/arch/arm32/include/kbd.h (moved) * uspace/srv/kbd/arch/arm32/src/kbd.c (moved) * uspace/srv/kbd/arch/arm32/src/kbd_gxemul.c (moved) * uspace/srv/kbd/arch/ia32/include/kbd.h (moved) * uspace/srv/kbd/arch/ia32/include/scanc.h (moved) * uspace/srv/kbd/arch/ia32/src/kbd.c (moved) * uspace/srv/kbd/arch/ia32/src/mouse.c (moved) * uspace/srv/kbd/arch/ia32/src/scanc.c (moved) * uspace/srv/kbd/arch/ia64/include/kbd.h (moved) * uspace/srv/kbd/arch/ia64/src/kbd.c (moved) * uspace/srv/kbd/arch/mips32/include/kbd.h (moved) * uspace/srv/kbd/arch/mips32/src/kbd.c (moved) * uspace/srv/kbd/arch/mips32eb (moved) * uspace/srv/kbd/arch/ppc32/include/kbd.h (moved) * uspace/srv/kbd/arch/ppc32/src/kbd.c (moved) * uspace/srv/kbd/arch/ppc64/include/kbd.h (moved) * uspace/srv/kbd/arch/ppc64/src/kbd.c (moved) * uspace/srv/kbd/arch/sparc64/include/kbd.h (moved) * uspace/srv/kbd/arch/sparc64/include/scanc.h (moved) * uspace/srv/kbd/arch/sparc64/src/kbd.c (moved) * uspace/srv/kbd/arch/sparc64/src/scanc.c (moved) * uspace/srv/kbd/genarch/include/kbd.h (moved) * uspace/srv/kbd/genarch/include/scanc.h (moved) * uspace/srv/kbd/genarch/src/kbd.c (moved) * uspace/srv/kbd/generic/kbd.c (moved) * uspace/srv/kbd/generic/key_buffer.c (moved) * uspace/srv/kbd/include/kbd.h (moved) * uspace/srv/kbd/include/key_buffer.h (moved) * uspace/srv/kbd/include/keys.h (moved) * uspace/srv/ns/Makefile (moved) * uspace/srv/ns/ns.c (moved) * uspace/srv/pci/COPYING (moved) * uspace/srv/pci/Makefile (moved) * uspace/srv/pci/libpci/Makefile (moved) * uspace/srv/pci/libpci/VERSION (moved) * uspace/srv/pci/libpci/access.c (moved) * uspace/srv/pci/libpci/generic.c (moved) * uspace/srv/pci/libpci/header.h (moved) * uspace/srv/pci/libpci/i386-ports.c (moved) * uspace/srv/pci/libpci/internal.h (moved) * uspace/srv/pci/libpci/names.c (moved) * uspace/srv/pci/libpci/pci.h (moved) * uspace/srv/pci/libpci/pci_ids.h (moved) * uspace/srv/pci/libpci/sysdep.h (moved) * uspace/srv/pci/libpci/types.h (moved) * uspace/srv/pci/pci.c (moved) * uspace/srv/pci/update-ids (moved) * uspace/srv/rd/Makefile (moved) * uspace/srv/rd/rd.c (moved) * uspace/srv/rd/rd.h (moved) New, better-structured, directory layout for uspace. Fri, 06 Apr 2007 12:21:50 GMT Martin Decky [c0cf640] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/amd64/grub/menu.lst (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia32/grub/menu.lst (modified) * boot/arch/ia32xen/Makefile.inc (modified) * boot/arch/ia32xen/grub/menu.debug.lst (modified) * boot/arch/ia32xen/grub/menu.lst (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc64/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * contrib/conf/ski.conf (modified) * kernel/generic/src/lib/objc.c (modified) * uspace/Makefile (modified) * uspace/tester/Makefile (moved) * uspace/tester/ipcc.c (moved) rename ipcc to tester