# # ChangeLog for uspace/Makefile in mainline # # Generated by Trac 1.6 # 2024-12-02T14:59:46Z Wed, 05 Jun 2019 16:03:03 GMT Jiří Zárevúcky [83b64a59] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/srv/loader/Makefile (modified) Minor cleanup of uspace makefiles Wed, 05 Jun 2019 15:03:17 GMT Jiří Zárevúcky [58168e0] * uspace/Makefile (modified) libuntar should not be a base lib Wed, 10 Apr 2019 15:04:17 GMT Jakub Jermář [69b6dd1f] * .gitignore (modified) * boot/arch/arm64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/platform/arm64virt/Makefile (added) * uspace/drv/platform/arm64virt/arm64virt.c (added) * uspace/drv/platform/arm64virt/arm64virt.ma (added) arm64: Add arm64virt uspace driver Wed, 10 Apr 2019 15:04:17 GMT Jakub Jermář [7348c4b] * .gitignore (modified) * boot/arch/arm64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/char/pl011/Makefile (added) * uspace/drv/char/pl011/main.c (added) * uspace/drv/char/pl011/pl011.c (added) * uspace/drv/char/pl011/pl011.h (added) * uspace/drv/char/pl011/pl011.ma (added) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/output/port/chardev.c (modified) arm64: Add PL011 uspace driver Wed, 10 Apr 2019 15:04:17 GMT Jakub Jermář [8df0306] * .gitignore (modified) * boot/arch/arm64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/intctl/gicv2/Makefile (added) * uspace/drv/intctl/gicv2/gicv2.c (added) * uspace/drv/intctl/gicv2/gicv2.h (added) * uspace/drv/intctl/gicv2/gicv2.ma (added) * uspace/drv/intctl/gicv2/main.c (added) arm64: Add GICv2 uspace driver Wed, 06 Feb 2019 17:30:48 GMT Jakub Jermar [13eecc4] * boot/Makefile.common (modified) * tools/ew.py (modified) * uspace/Makefile (modified) * uspace/drv/block/virtio-blk/Makefile (added) * uspace/drv/block/virtio-blk/virtio-blk.c (added) * uspace/drv/block/virtio-blk/virtio-blk.h (added) * uspace/drv/block/virtio-blk/virtio-blk.ma (added) * uspace/lib/virtio/virtio.c (modified) Add virtio-blk driver Sun, 06 Jan 2019 22:19:21 GMT Vojtech Horky [fe656783] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/hbench/Makefile (moved) * uspace/app/hbench/benchlist.c (moved) * uspace/app/hbench/benchlist.h (moved) * uspace/app/hbench/csv.c (moved) * uspace/app/hbench/csv.h (moved) * uspace/app/hbench/doc/doxygroups.h (moved) * uspace/app/hbench/fs/dirread.c (moved) * uspace/app/hbench/fs/fileread.c (moved) * uspace/app/hbench/hbench.h (moved) * uspace/app/hbench/ipc/ns_ping.c (moved) * uspace/app/hbench/ipc/ping_pong.c (moved) * uspace/app/hbench/main.c (moved) * uspace/app/hbench/malloc/malloc1.c (moved) * uspace/app/hbench/malloc/malloc2.c (moved) * uspace/app/hbench/params.c (moved) * uspace/app/hbench/params.h (moved) Rename perf to hbench The main reason for the rename is that perf ... Fri, 04 Jan 2019 15:48:59 GMT Vojtech Horky [1bad5fd] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/bnchmark/Makefile (deleted) * uspace/app/bnchmark/bnchmark.c (deleted) * uspace/app/bnchmark/doc/doxygroups.h (deleted) Remove bnchmark application The benchmarks included in this ... Thu, 03 Jan 2019 00:53:50 GMT Jiri Svoboda [7acd787] * .gitignore (modified) * abi/include/abi/ipc/interfaces.h (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/pci/Makefile (added) * uspace/app/pci/doc/doxygroups.h (added) * uspace/app/pci/pci.c (added) * uspace/drv/bus/pci/pciintel/Makefile (modified) * uspace/drv/bus/pci/pciintel/ctl.c (added) * uspace/drv/bus/pci/pciintel/ctl.h (added) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/pci.c (added) * uspace/lib/c/include/ipc/pci.h (added) * uspace/lib/c/include/pci.h (added) * uspace/lib/c/include/types/pci.h (added) * uspace/srv/locsrv/locsrv.c (modified) Utility for listing PCI devices Currently all information presented ... Tue, 11 Dec 2018 12:48:02 GMT Jiri Svoboda [10b21a1b] * .gitignore (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/lprint/Makefile (added) * uspace/app/lprint/doc/doxygroups.h (added) * uspace/app/lprint/lprint.c (added) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/char/pc-lpt/Makefile (added) * uspace/drv/char/pc-lpt/doc/doxygroups.h (added) * uspace/drv/char/pc-lpt/main.c (added) * uspace/drv/char/pc-lpt/pc-lpt.c (added) * uspace/drv/char/pc-lpt/pc-lpt.h (added) * uspace/drv/char/pc-lpt/pc-lpt.ma (added) * uspace/drv/char/pc-lpt/pc-lpt_hw.h (added) * uspace/srv/locsrv/locsrv.c (modified) PC parallel port driver and printing utility Add pc-lpt driver for ... Sun, 02 Dec 2018 11:43:30 GMT Vojtech Horky [9c3038d] * uspace/Makefile (modified) Ensure export dir exists The directory is created in ... Mon, 26 Nov 2018 13:55:51 GMT Jiri Svoboda [b501de7] * tools/xcw/bin/helenos-bld-config (modified) * tools/xcw/bin/helenos-cc (modified) * tools/xcw/bin/helenos-ld (modified) * tools/xcw/bin/helenos-pkg-config (modified) * uspace/Makefile (modified) * uspace/lib/posix/Makefile (modified) XCW should rely on export dir instead of touching the source tree. ... Sat, 17 Nov 2018 00:53:52 GMT Jiri Svoboda [1edd6d0] * .gitignore (modified) * abi/include/abi/ipc/interfaces.h (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/perf/Makefile (modified) * uspace/app/perf/ipc/ns_ping.c (added) * uspace/app/perf/ipc/ns_ping.def (added) * uspace/app/perf/ipc/ping_pong.c (modified) * uspace/app/perf/perf.c (modified) * uspace/app/perf/perf.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/ipc_test.c (added) * uspace/lib/c/include/ipc/ipc_test.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc_test.h (added) * uspace/srv/test/ipc-test/Makefile (added) * uspace/srv/test/ipc-test/main.c (added) Add separate IPC test service. Keep ns_ping for now for the sake of ... Fri, 16 Nov 2018 19:32:13 GMT Jiri Svoboda [af2d3e3] * uspace/Makefile (modified) Fix makefile. Sun, 11 Nov 2018 20:21:08 GMT Jiri Svoboda [a5c468e] * .gitignore (modified) * Makefile (modified) * tools/xcw/bin/helenos-bld-config (modified) * tools/xcw/bin/helenos-cc (modified) * tools/xcw/bin/helenos-ld (modified) * uspace/Makefile (modified) Build XCW demo as part of default target. Need to get real CFLAGS to ... Wed, 07 Nov 2018 19:02:35 GMT Jakub Jermar [b03c684] * uspace/Makefile (modified) * uspace/app/rcutest/Makefile (deleted) * uspace/app/rcutest/doc/doxygroups.h (deleted) * uspace/app/rcutest/rcutest.c (deleted) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/thread/rcu.c (deleted) * uspace/lib/c/include/rcu.h (deleted) Remove user space RCU Fri, 12 Oct 2018 15:03:40 GMT Jiří Zárevúcky [209cd41] * boot/Makefile (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/tester/tester.c (modified) * uspace/app/testrunner/Makefile (added) * uspace/app/testrunner/main.c (added) Replace scripts and HTML generated in boot/Makefile with a testrunner app Wed, 05 Sep 2018 21:40:34 GMT Jiří Zárevúcky [954c024] * HelenOS.config (modified) * boot/Makefile.common (modified) * defaults/sparc64/niagara/Makefile.config (modified) * defaults/sparc64/ultra/Makefile.config (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/arm32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/float/softfloat1.c (deleted) * uspace/app/tester/float/softfloat1.def (deleted) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/softfloat/Makefile (deleted) * uspace/lib/softfloat/add.c (deleted) * uspace/lib/softfloat/add.h (deleted) * uspace/lib/softfloat/common.c (deleted) * uspace/lib/softfloat/common.h (deleted) * uspace/lib/softfloat/comparison.c (deleted) * uspace/lib/softfloat/comparison.h (deleted) * uspace/lib/softfloat/conversion.c (deleted) * uspace/lib/softfloat/conversion.h (deleted) * uspace/lib/softfloat/div.c (deleted) * uspace/lib/softfloat/div.h (deleted) * uspace/lib/softfloat/mul.c (deleted) * uspace/lib/softfloat/mul.h (deleted) * uspace/lib/softfloat/neg.c (deleted) * uspace/lib/softfloat/neg.h (deleted) * uspace/lib/softfloat/sub.c (deleted) * uspace/lib/softfloat/sub.h (deleted) * uspace/lib/softint/Makefile (deleted) * uspace/lib/softint/generic/bits.c (deleted) * uspace/lib/softint/generic/comparison.c (deleted) * uspace/lib/softint/generic/division.c (deleted) * uspace/lib/softint/generic/multiplication.c (deleted) * uspace/lib/softint/generic/shift.c (deleted) * uspace/lib/softint/include/bits.h (deleted) * uspace/lib/softint/include/comparison.h (deleted) * uspace/lib/softint/include/division.h (deleted) * uspace/lib/softint/include/lltype.h (deleted) * uspace/lib/softint/include/multiplication.h (deleted) * uspace/lib/softint/include/shift.h (deleted) Get rid of libsoftint and libsoftfloat in favor of using upstream libgcc. Mon, 27 Aug 2018 14:17:14 GMT Jiri Svoboda [aab85d90] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/mkext4/Makefile (added) * uspace/app/mkext4/mkext4.c (added) * uspace/lib/ext4/include/ext4/filesystem.h (modified) * uspace/lib/ext4/include/ext4/ialloc.h (modified) * uspace/lib/ext4/include/ext4/superblock.h (modified) * uspace/lib/ext4/include/ext4/types.h (modified) * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/ialloc.c (modified) * uspace/lib/ext4/src/superblock.c (modified) * uspace/srv/volsrv/mkfs.c (modified) Basic Ext4 filesystem creation (can only create Ext2-old, 1K blocks). Thu, 02 Aug 2018 14:14:14 GMT Jiri Svoboda [3b10ae36] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/contacts/Makefile (added) * uspace/app/contacts/contacts.c (added) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/sif/Makefile (added) * uspace/lib/sif/include/sif.h (added) * uspace/lib/sif/private/sif.h (added) * uspace/lib/sif/src/sif.c (added) * uspace/lib/sif/test/main.c (added) * uspace/lib/sif/test/sif.c (added) Merge SIF. Wed, 01 Aug 2018 18:37:54 GMT Jiří Zárevúcky [f787c8e] * uspace/Makefile (modified) * uspace/app/rcubench/Makefile (deleted) * uspace/app/rcubench/rcubench.c (deleted) * uspace/app/rcutest/rcutest.c (modified) * uspace/lib/c/generic/async/ports.c (modified) * uspace/lib/c/generic/io/kio.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/private/fibril.h (modified) * uspace/lib/c/generic/private/futex.h (moved) * uspace/lib/c/generic/thread/fibril.c (modified) * uspace/lib/c/generic/thread/fibril_synch.c (modified) * uspace/lib/c/generic/thread/futex.c (modified) * uspace/lib/c/generic/thread/mpsc.c (modified) * uspace/lib/c/generic/thread/rcu.c (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/drv/include/dev_iface.h (modified) * uspace/srv/hid/input/ctl/stty.c (modified) Move some internal interfaces to private headers. Tue, 31 Jul 2018 13:42:19 GMT Jiri Svoboda [b79903b] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/contacts/Makefile (added) * uspace/app/contacts/contacts.c (added) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/sif/Makefile (added) * uspace/lib/sif/include/sif.h (added) * uspace/lib/sif/private/sif.h (added) * uspace/lib/sif/src/sif.c (added) * uspace/lib/sif/test/main.c (added) * uspace/lib/sif/test/sif.c (added) SIF, work-in-progress. Thu, 05 Jul 2018 21:41:19 GMT Dzejrou [a57a79c] * abi/include/_bits/wchar_t.h (modified) * uspace/Makefile (modified) * uspace/app/cpptest/Makefile (modified) * uspace/lib/c/include/stddef.h (modified) * uspace/lib/cpp/Makefile (modified) * uspace/lib/cpp/include/cwchar (added) * uspace/lib/cpp/include/impl/string.hpp (modified) cpp: fixed issues created by the addition of abi/_bits, changes to ... Thu, 05 Jul 2018 21:41:18 GMT Dzejrou [edbad13a] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/cpptest/Makefile (added) * uspace/app/cpptest/main.cpp (added) cpp: added the cpptest utility to vcs Thu, 05 Jul 2018 21:41:17 GMT Dzejrou [058c240] * tools/autotool.py (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/cpp/Makefile (added) * uspace/lib/cpp/include/cstdio (added) cpp: added c++ to the build system, created libcpp, added and ... Fri, 29 Jun 2018 13:22:39 GMT Jiri Svoboda [db9c889] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/fdisk/fdisk.c (modified) * uspace/app/vol/Makefile (added) * uspace/app/vol/vol.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/io/label.c (added) * uspace/lib/c/generic/vol.c (modified) * uspace/lib/c/include/io/label.h (added) * uspace/lib/c/include/types/vol.h (modified) * uspace/lib/c/include/vol.h (modified) * uspace/lib/fdisk/include/fdisk.h (modified) * uspace/lib/fdisk/src/fdisk.c (modified) * uspace/srv/volsrv/part.c (modified) * uspace/srv/volsrv/part.h (modified) * uspace/srv/volsrv/types/part.h (modified) Add volume administration utility. Mon, 25 Jun 2018 21:45:05 GMT Jakub Jermar [fbfe59d] * boot/Makefile.common (modified) * tools/ew.py (modified) * uspace/Makefile (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/nic/virtio-net/Makefile (added) * uspace/drv/nic/virtio-net/virtio-net.c (added) * uspace/drv/nic/virtio-net/virtio-net.h (added) * uspace/drv/nic/virtio-net/virtio-net.ma (added) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/drv/include/pci_dev_iface.h (modified) * uspace/lib/virtio/Makefile (added) * uspace/lib/virtio/virtio-pci.c (added) * uspace/lib/virtio/virtio-pci.h (added) * uspace/lib/virtio/virtio.c (added) Merge branch 'virtio-net' This commit merges basic support for the ... Tue, 05 Jun 2018 16:05:16 GMT Martin Decky [24fda5e] * uspace/Makefile (modified) * uspace/app/untar/Makefile (modified) * uspace/app/untar/main.c (modified) * uspace/lib/untar/Makefile (added) * uspace/lib/untar/private/tar.h (moved) * uspace/lib/untar/tar.c (moved) * uspace/lib/untar/untar.c (added) * uspace/lib/untar/untar.h (added) separate the TAR extraction to a library to make the code reusable Tue, 22 May 2018 19:06:49 GMT Jakub Jermar [00192cde] * uspace/Makefile (modified) * uspace/drv/nic/virtio-net/Makefile (modified) * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/lib/virtio/Makefile (added) * uspace/lib/virtio/virtio-pci.c (added) * uspace/lib/virtio/virtio-pci.h (added) Factor out virtio code to libvirtio Tue, 22 May 2018 19:06:49 GMT Jakub Jermar [033ebc25] * uspace/Makefile (modified) * uspace/drv/nic/virtio-net/Makefile (added) * uspace/drv/nic/virtio-net/virtio-net.c (added) * uspace/drv/nic/virtio-net/virtio-net.ma (added) Add virtio-net empty implementation Thu, 22 Feb 2018 19:39:53 GMT Jenda [ee820ff] * .gitignore (modified) * Makefile (modified) * boot/arch/arm32/src/asm.S (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/arm32/include/arch/security_ext.h (modified) * kernel/arch/ia32/include/arch/drivers/i8259.h (modified) * kernel/arch/ia32/src/drivers/i8259.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/genarch/include/genarch/drivers/ns16550/ns16550.h (modified) * kernel/genarch/src/drivers/ns16550/ns16550.c (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/src/mm/slab.c (modified) * tools/autotool.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/include/macros.h (modified) * uspace/lib/posix/Makefile (modified) Merge commit 'df368491aa1c0ce3024a51c602b7d0cbe4bd84d3' Wed, 31 Jan 2018 17:47:53 GMT GitHub [2660ee3] * Makefile (modified) * tools/autotool.py (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/posix/Makefile (modified) Generate files that a third party can use to build software for ... Tue, 30 Jan 2018 03:20:45 GMT Jenda [132ab5d1] * .gitignore (modified) * .travis.yml (added) * HelenOS.config (modified) * Makefile (modified) * README.md (added) * abi/include/_bits/errno.h (moved) * abi/include/_bits/opaque_handle.h (moved) * abi/include/abi/cap.h (moved) * abi/include/abi/errno.h (modified) * abi/include/abi/errno.in (added) * abi/include/abi/ipc/ipc.h (modified) * abi/include/abi/ipc/methods.h (modified) * abi/include/abi/synch.h (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * contrib/bazaar/bzreml/__init__.py (deleted) * contrib/bazaar/bzreml/setup.py (deleted) * contrib/bazaar/mbprotect/__init__.py (deleted) * contrib/qemu/build-from-scratch.sh (modified) * doxygen/Makefile (added) * doxygen/doxygen.cfg.diff (added) * kernel/Makefile (modified) * kernel/arch/abs32le/include/arch/mm/as.h (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/amd64/include/arch/mm/as.h (modified) * kernel/arch/arm32/include/arch/cache.h (modified) * kernel/arch/arm32/include/arch/mm/as.h (modified) * kernel/arch/ia32/include/arch/mm/as.h (modified) * kernel/arch/ia32/src/smp/mps.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia64/include/arch/mm/as.h (modified) * kernel/arch/mips32/include/arch/mm/as.h (modified) * kernel/arch/mips32/src/mach/msim/msim.c (modified) * kernel/arch/ppc32/include/arch/mm/as.h (modified) * kernel/arch/riscv64/include/arch/mm/as.h (modified) * kernel/arch/sparc64/include/arch/drivers/niagara_buf.h (added) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/arch/sparc64/src/mm/sun4u/as.c (modified) * kernel/arch/sparc64/src/mm/sun4v/as.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/generic/include/adt/bitmap.h (modified) * kernel/generic/include/cap/cap.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/errno.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/kbox.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/ipc/sysipc_ops.h (modified) * kernel/generic/include/log.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/str.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/synch/workqueue.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/include/udebug/udebug_ops.h (modified) * kernel/generic/src/adt/bitmap.c (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/ops/conctmeto.c (modified) * kernel/generic/src/ipc/ops/concttome.c (modified) * kernel/generic/src/ipc/ops/pagein.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/ipc/sysipc_ops.c (modified) * kernel/generic/src/lib/str_error.c (moved) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_user.c (modified) * kernel/generic/src/mm/slab.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/security/perm.c (modified) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/rcu.c (modified) * kernel/generic/src/synch/semaphore.c (modified) * kernel/generic/src/synch/spinlock.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/syscall/copy.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/semaphore2.c (modified) * release/Makefile (modified) * tools/build-ccheck.sh (added) * tools/cc.sh (added) * tools/ccheck.sh (added) * tools/config.py (modified) * tools/dest_build.py (modified) * tools/ew.py (modified) * tools/grub/grub-update.sh (modified) * tools/imgutil.py (modified) * tools/srepl (added) * uspace/Makefile (modified) * uspace/app/barber/barber.c (modified) * uspace/app/bdsh/cmds/builtins/batch/batch.c (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/mknewcmd (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cmp/cmp.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/app/bdsh/cmds/modules/mount/mount.c (modified) * uspace/app/bdsh/cmds/modules/mv/mv.c (modified) * uspace/app/bdsh/cmds/modules/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/cmds/modules/unmount/unmount.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/test/toktest.c (modified) * uspace/app/bdsh/tok.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/date/date.c (modified) * uspace/app/devctl/devctl.c (modified) * uspace/app/df/df.c (modified) * uspace/app/download/main.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/sheet.c (modified) * uspace/app/fdisk/fdisk.c (modified) * uspace/app/fontviewer/fontviewer.c (modified) * uspace/app/getterm/getterm.c (modified) * uspace/app/gunzip/gunzip.c (modified) * uspace/app/inet/inet.c (modified) * uspace/app/init/init.c (modified) * uspace/app/killall/killall.c (modified) * uspace/app/kio/kio.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/modplay/modplay.c (modified) * uspace/app/netstart/self_test.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/pkg/pkg.c (modified) * uspace/app/rcutest/rcutest.c (modified) * uspace/app/redir/redir.c (modified) * uspace/app/sbi/src/mytypes.h (modified) * uspace/app/sbi/src/os/helenos.c (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/stats/stats.c (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/sysinst/futil.c (modified) * uspace/app/sysinst/sysinst.c (modified) * uspace/app/taskdump/elf_core.c (modified) * uspace/app/taskdump/symtab.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/chardev/chardev1.c (added) * uspace/app/tester/chardev/chardev1.def (added) * uspace/app/tester/float/float1.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (deleted) * uspace/app/tester/hw/misc/virtchar1.def (deleted) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/malloc2.c (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/app/tester/mm/pager1.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/trace/Makefile (modified) * uspace/app/trace/errors.c (deleted) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/vcalc/vcalc.c (modified) * uspace/app/vdemo/vdemo.c (modified) * uspace/app/viewer/viewer.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/app/wavplay/dplay.c (modified) * uspace/app/wavplay/drec.c (modified) * uspace/app/wavplay/main.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/app/wifi_supplicant/wifi_supplicant.c (modified) * uspace/dist/src/c/demos/edit/sheet.c (modified) * uspace/doc/main_page.h (added) * uspace/doc/main_usb.h (deleted) * uspace/drv/audio/hdaudio/codec.c (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/audio/hdaudio/pcm_iface.c (modified) * uspace/drv/audio/hdaudio/stream.c (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ata_bd/ata_bd.c (modified) * uspace/drv/block/ata_bd/main.c (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/block/usbmast/bo_trans.c (modified) * uspace/drv/block/usbmast/main.c (modified) * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/ehci/ehci_batch.c (modified) * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hc.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hc.h (modified) * uspace/drv/bus/usb/xhci/main.c (modified) * uspace/drv/char/i8042/buffer.h (deleted) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/i8042.h (modified) * uspace/drv/char/msim-con/main.c (modified) * uspace/drv/char/msim-con/msim-con.c (modified) * uspace/drv/char/msim-con/msim-con.h (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/char/ski-con/ski-con.c (modified) * uspace/drv/char/ski-con/ski-con.h (modified) * uspace/drv/char/sun4v-con/main.c (modified) * uspace/drv/char/sun4v-con/niagara_buf.h (added) * uspace/drv/char/sun4v-con/sun4v-con.c (modified) * uspace/drv/char/sun4v-con/sun4v-con.h (modified) * uspace/drv/fb/kfb/kfb.c (modified) * uspace/drv/fb/kfb/port.c (modified) * uspace/drv/hid/adb-kbd/Makefile (added) * uspace/drv/hid/adb-kbd/adb-kbd.c (added) * uspace/drv/hid/adb-kbd/adb-kbd.h (moved) * uspace/drv/hid/adb-kbd/adb-kbd.ma (added) * uspace/drv/hid/adb-kbd/ctl.c (moved) * uspace/drv/hid/adb-kbd/ctl.h (moved) * uspace/drv/hid/adb-kbd/main.c (added) * uspace/drv/hid/adb-mouse/Makefile (added) * uspace/drv/hid/adb-mouse/adb-mouse.c (added) * uspace/drv/hid/adb-mouse/adb-mouse.h (moved) * uspace/drv/hid/adb-mouse/adb-mouse.ma (added) * uspace/drv/hid/adb-mouse/main.c (added) * uspace/drv/hid/atkbd/atkbd.c (modified) * uspace/drv/hid/atkbd/atkbd.h (modified) * uspace/drv/hid/ps2mouse/main.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.h (modified) * uspace/drv/hid/xtkbd/xtkbd.c (modified) * uspace/drv/hid/xtkbd/xtkbd.h (modified) * uspace/drv/intctl/apic/apic.c (modified) * uspace/drv/intctl/i8259/i8259.c (modified) * uspace/drv/intctl/icp-ic/icp-ic.c (modified) * uspace/drv/intctl/obio/obio.c (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/ar9271/ath_usb.c (modified) * uspace/drv/nic/ar9271/htc.c (modified) * uspace/drv/nic/ar9271/hw.c (modified) * uspace/drv/nic/ar9271/wmi.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/general.c (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/drv/platform/amdm37x/main.c (modified) * uspace/drv/platform/mac/mac.c (modified) * uspace/drv/platform/malta/malta.c (modified) * uspace/drv/platform/msim/msim.c (modified) * uspace/drv/platform/pc/pc.c (modified) * uspace/drv/platform/sun4u/sun4u.c (modified) * uspace/drv/platform/sun4v/sun4v.c (modified) * uspace/drv/root/root/root.c (modified) * uspace/drv/root/virt/devices.def (modified) * uspace/drv/root/virt/virt.c (modified) * uspace/drv/test/test1/Makefile (modified) * uspace/drv/test/test1/char.c (deleted) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test1/test1.h (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/bithenge/src/file.c (modified) * uspace/lib/block/block.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/arm32/include/libarch/atomic.h (modified) * uspace/lib/c/arch/ia64/src/tls.c (modified) * uspace/lib/c/generic/adt/circ_buf.c (added) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/bd.c (modified) * uspace/lib/c/generic/cap.c (modified) * uspace/lib/c/generic/clipboard.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/clock_dev.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/device/hw_res_parsed.c (modified) * uspace/lib/c/generic/device/led_dev.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/dirent.c (modified) * uspace/lib/c/generic/dnsr.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/errno.c (modified) * uspace/lib/c/generic/event.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/gsort.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inet/hostport.c (modified) * uspace/lib/c/generic/inet/tcp.c (modified) * uspace/lib/c/generic/inet/udp.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/io/asprintf.c (modified) * uspace/lib/c/generic/io/chardev.c (modified) * uspace/lib/c/generic/io/chardev_srv.c (modified) * uspace/lib/c/generic/io/chargrid.c (modified) * uspace/lib/c/generic/io/con_srv.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/klog.c (modified) * uspace/lib/c/generic/io/log.c (modified) * uspace/lib/c/generic/io/logctl.c (modified) * uspace/lib/c/generic/io/output.c (modified) * uspace/lib/c/generic/io/serial.c (added) * uspace/lib/c/generic/io/table.c (modified) * uspace/lib/c/generic/io/visualizer.c (modified) * uspace/lib/c/generic/io/window.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/irc.c (modified) * uspace/lib/c/generic/irq.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/generic/perm.c (modified) * uspace/lib/c/generic/pio_trace.c (modified) * uspace/lib/c/generic/smc.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/str_error.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/generic/uuid.c (modified) * uspace/lib/c/generic/vbd.c (modified) * uspace/lib/c/generic/vfs/inbox.c (modified) * uspace/lib/c/generic/vfs/mtab.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/generic/vol.c (modified) * uspace/lib/c/include/adt/circ_buf.h (moved) * uspace/lib/c/include/adt/fifo.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/bd.h (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/elf/elf_mod.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/futex.h (modified) * uspace/lib/c/include/ieee80211/ieee80211.h (modified) * uspace/lib/c/include/io/chardev.h (modified) * uspace/lib/c/include/io/chardev_srv.h (modified) * uspace/lib/c/include/io/con_srv.h (modified) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/io/serial.h (moved) * uspace/lib/c/include/io/table.h (modified) * uspace/lib/c/include/ipc/chardev.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/irq.h (modified) * uspace/lib/c/include/ipc/serial_ctl.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/tcp.h (modified) * uspace/lib/c/include/ipc/udp.h (modified) * uspace/lib/c/include/str_error.h (modified) * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/c/include/types/common.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/c/test/adt/circ_buf.c (moved) * uspace/lib/c/test/fibril/timer.c (modified) * uspace/lib/c/test/main.c (modified) * uspace/lib/clui/nchoice.c (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/compress/gzip.c (modified) * uspace/lib/compress/inflate.c (modified) * uspace/lib/draw/codec/tga.gz.c (modified) * uspace/lib/draw/cursor.c (modified) * uspace/lib/draw/cursor/embedded.c (modified) * uspace/lib/draw/drawctx.c (modified) * uspace/lib/draw/font.c (modified) * uspace/lib/draw/font/bitmap_backend.c (modified) * uspace/lib/draw/font/embedded.c (modified) * uspace/lib/draw/font/pcf.c (modified) * uspace/lib/draw/path.c (modified) * uspace/lib/draw/surface.c (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/remote_ahci.c (modified) * uspace/lib/drv/generic/remote_audio_pcm.c (modified) * uspace/lib/drv/generic/remote_battery_dev.c (modified) * uspace/lib/drv/generic/remote_char_dev.c (deleted) * uspace/lib/drv/generic/remote_ieee80211.c (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/generic/remote_usbhid.c (modified) * uspace/lib/drv/include/audio_pcm_iface.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/drv/include/ops/ieee80211.h (modified) * uspace/lib/ext4/include/ext4/types.h (modified) * uspace/lib/ext4/src/directory.c (modified) * uspace/lib/ext4/src/extent.c (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/ops.c (modified) * uspace/lib/ext4/src/superblock.c (modified) * uspace/lib/fmtutil/fmtutil.c (modified) * uspace/lib/fmtutil/fmtutil.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/graph/graph.c (modified) * uspace/lib/gui/button.c (modified) * uspace/lib/gui/canvas.c (modified) * uspace/lib/gui/connection.c (modified) * uspace/lib/gui/grid.c (modified) * uspace/lib/gui/label.c (modified) * uspace/lib/gui/minimal.c (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/hound/include/hound/protocol.h (modified) * uspace/lib/hound/src/client.c (modified) * uspace/lib/hound/src/protocol.c (modified) * uspace/lib/http/include/http/receive-buffer.h (modified) * uspace/lib/http/src/headers.c (modified) * uspace/lib/http/src/http.c (modified) * uspace/lib/http/src/receive-buffer.c (modified) * uspace/lib/http/src/request.c (modified) * uspace/lib/http/src/response.c (modified) * uspace/lib/ieee80211/include/ieee80211.h (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) * uspace/lib/ieee80211/src/ieee80211_impl.c (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_addr_db.h (modified) * uspace/lib/nic/include/nic_rx_control.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_ev.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/pcut/helenos.mak (modified) * uspace/lib/pcut/include/pcut/pcut.h (modified) * uspace/lib/pcut/src/assert.c (modified) * uspace/lib/pcut/src/internal.h (modified) * uspace/lib/pcut/src/main.c (modified) * uspace/lib/pcut/src/os/generic.c (modified) * uspace/lib/pcut/src/os/helenos.c (modified) * uspace/lib/pcut/src/os/unix.c (modified) * uspace/lib/pcut/src/os/windows.c (modified) * uspace/lib/pcut/src/print.c (modified) * uspace/lib/pcut/src/report/tap.c (modified) * uspace/lib/pcut/src/report/xml.c (modified) * uspace/lib/pcut/src/run.c (modified) * uspace/lib/pcut/tests/abort.expected (modified) * uspace/lib/pcut/tests/asserts.expected (modified) * uspace/lib/pcut/tests/beforeafter.c (modified) * uspace/lib/pcut/tests/beforeafter.expected (modified) * uspace/lib/pcut/tests/errno.expected (modified) * uspace/lib/pcut/tests/inithook.expected (modified) * uspace/lib/pcut/tests/manytests.expected (modified) * uspace/lib/pcut/tests/multisuite.expected (modified) * uspace/lib/pcut/tests/preinithook.expected (modified) * uspace/lib/pcut/tests/printing.expected (modified) * uspace/lib/pcut/tests/simple.expected (modified) * uspace/lib/pcut/tests/skip.expected (modified) * uspace/lib/pcut/tests/suites.expected (modified) * uspace/lib/pcut/tests/teardown.expected (modified) * uspace/lib/pcut/tests/teardownaborts.expected (modified) * uspace/lib/pcut/tests/timeout.c (modified) * uspace/lib/pcut/tests/timeout.expected (modified) * uspace/lib/pcut/tests/xmlreport.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/errno.h (deleted) * uspace/lib/posix/include/posix/fcntl.h (modified) * uspace/lib/posix/include/posix/inttypes.h (modified) * uspace/lib/posix/include/posix/pthread.h (modified) * uspace/lib/posix/include/posix/signal.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/include/posix/sys/stat.h (modified) * uspace/lib/posix/include/posix/time.h (modified) * uspace/lib/posix/source/errno.c (deleted) * uspace/lib/posix/source/fcntl.c (modified) * uspace/lib/posix/source/internal/common.h (modified) * uspace/lib/posix/source/locale.c (modified) * uspace/lib/posix/source/pthread/keys.c (modified) * uspace/lib/posix/source/pthread/mutex.c (modified) * uspace/lib/posix/source/pwd.c (modified) * uspace/lib/posix/source/signal.c (modified) * uspace/lib/posix/source/stdio.c (modified) * uspace/lib/posix/source/stdio/scanf.c (modified) * uspace/lib/posix/source/stdlib.c (modified) * uspace/lib/posix/source/stdlib/strtol.c (modified) * uspace/lib/posix/source/stdlib/strtold.c (modified) * uspace/lib/posix/source/string.c (modified) * uspace/lib/posix/source/sys/mman.c (modified) * uspace/lib/posix/source/sys/stat.c (modified) * uspace/lib/posix/source/sys/wait.c (modified) * uspace/lib/posix/source/time.c (modified) * uspace/lib/posix/source/unistd.c (modified) * uspace/lib/posix/test/scanf.c (modified) * uspace/lib/trackmod/protracker.c (modified) * uspace/lib/trackmod/xm.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/src/hcd.c (modified) * uspace/lib/usbvirt/src/ipc_hc.c (modified) * uspace/srv/audio/hound/audio_data.c (modified) * uspace/srv/audio/hound/audio_data.h (modified) * uspace/srv/audio/hound/audio_device.c (modified) * uspace/srv/audio/hound/connection.c (modified) * uspace/srv/audio/hound/connection.h (modified) * uspace/srv/audio/hound/hound_ctx.c (modified) * uspace/srv/audio/hound/hound_ctx.h (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/bd/vbd/vbd.c (modified) * uspace/srv/clipboard/clipboard.c (modified) * uspace/srv/devman/client_conn.c (modified) * uspace/srv/devman/devtree.c (modified) * uspace/srv/devman/driver.c (modified) * uspace/srv/devman/drv_conn.c (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devman/match.c (modified) * uspace/srv/devman/util.h (modified) * uspace/srv/fs/cdfs/cdfs.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat.c (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/locfs.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/mfs/mfs.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_inode.c (modified) * uspace/srv/fs/mfs/mfs_rw.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/udf/udf.c (modified) * uspace/srv/fs/udf/udf_file.c (modified) * uspace/srv/fs/udf/udf_idx.c (modified) * uspace/srv/fs/udf/udf_ops.c (modified) * uspace/srv/fs/udf/udf_osta.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/ctl/stty.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/kbd_ctl.h (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/layout/ar.c (modified) * uspace/srv/hid/input/mouse_port.h (modified) * uspace/srv/hid/input/mouse_proto.h (modified) * uspace/srv/hid/input/port/adb.c (deleted) * uspace/srv/hid/input/port/adb_mouse.c (deleted) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/input/serial.h (modified) * uspace/srv/hid/isdv4_tablet/isdv4.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.h (modified) * uspace/srv/hid/isdv4_tablet/main.c (modified) * uspace/srv/hid/output/Makefile (modified) * uspace/srv/hid/output/ctl/serial.c (modified) * uspace/srv/hid/output/ctl/serial.h (modified) * uspace/srv/hid/output/output.c (modified) * uspace/srv/hid/output/output.h (modified) * uspace/srv/hid/output/port/chardev.c (modified) * uspace/srv/hid/output/port/ega.c (modified) * uspace/srv/hid/output/port/kchar.h (deleted) * uspace/srv/hid/output/port/kfb.c (modified) * uspace/srv/hid/output/port/niagara.c (deleted) * uspace/srv/hid/output/port/ski.c (deleted) * uspace/srv/hid/output/proto/vt100.c (modified) * uspace/srv/hid/output/proto/vt100.h (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/rfb/rfb.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.h (modified) * uspace/srv/klog/klog.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/ctl.c (modified) * uspace/srv/logger/logs.c (modified) * uspace/srv/logger/main.c (modified) * uspace/srv/logger/writer.c (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/dhcp/main.c (modified) * uspace/srv/net/dnsrsrv/dnsrsrv.c (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/ndp.c (modified) * uspace/srv/net/inetsrv/ntrans.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/nconfsrv/iplink.c (modified) * uspace/srv/net/nconfsrv/nconfsrv.c (modified) * uspace/srv/net/slip/slip.c (modified) * uspace/srv/net/tcp/service.c (modified) * uspace/srv/net/tcp/test/main.c (modified) * uspace/srv/net/tcp/test/rqueue.c (modified) * uspace/srv/net/udp/service.c (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/taskmon/taskmon.c (modified) * uspace/srv/test/chardev-test/Makefile (added) * uspace/srv/test/chardev-test/main.c (added) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_ipc.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) * uspace/srv/volsrv/mkfs.c (modified) * uspace/srv/volsrv/part.c (modified) * uspace/srv/volsrv/volsrv.c (modified) Merge commit '6a5d05bd2551e64111bea4f9332dd7448c26ce84' into ... Mon, 18 Dec 2017 12:32:07 GMT Petr Mánek [41ebc36] * uspace/Makefile (modified) * uspace/app/tmon/Makefile (modified) * uspace/app/tmon/list.c (modified) * uspace/app/tmon/test.c (modified) * uspace/drv/bus/usb/usbdiag/Makefile (modified) * uspace/drv/bus/usb/usbdiag/device.c (modified) * uspace/drv/bus/usb/usbdiag/main.c (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/usbdiag/Makefile (deleted) * uspace/lib/usbdiag/include/usb/diag/diag.h (deleted) * uspace/lib/usbdiag/include/usb/diag/iface.h (deleted) * uspace/lib/usbdiag/src/remote_usbdiag.c (deleted) usbdiag: move contents of libusbdiag to libdrv, registered usbdiag ... Wed, 06 Dec 2017 12:54:47 GMT Petr Mánek [59b8639] * uspace/Makefile (modified) * uspace/app/tmon/Makefile (modified) * uspace/app/tmon/main.c (modified) * uspace/lib/usbdiag/Makefile (added) * uspace/lib/usbdiag/include/usb/diag/diag.h (added) * uspace/lib/usbdiag/src/test.c (added) usbdiag: added libusbdiag with dummy symbol to test the functionality. Wed, 06 Dec 2017 12:49:31 GMT Petr Mánek [b7e1458] * .gitignore (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/bus/usb/usbdiag/Makefile (moved) * uspace/drv/bus/usb/usbdiag/device.c (moved) * uspace/drv/bus/usb/usbdiag/device.h (moved) * uspace/drv/bus/usb/usbdiag/main.c (moved) * uspace/drv/bus/usb/usbdiag/usbdiag.h (moved) * uspace/drv/bus/usb/usbdiag/usbdiag.ma (moved) usbdiag: rename usbdbg to usbdiag Sun, 26 Nov 2017 11:27:54 GMT Petr Mánek [d23fab9] * .gitignore (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/bus/usb/usbdbg/Makefile (added) * uspace/drv/bus/usb/usbdbg/main.c (added) * uspace/drv/bus/usb/usbdbg/usbdbg.ma (added) usbdbg: add debug device driver Sun, 26 Nov 2017 11:03:27 GMT Petr Mánek [81ee1009] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/tmon/Makefile (added) * uspace/app/tmon/main.c (added) tmon: add and register app stub Tue, 21 Nov 2017 11:12:08 GMT Jiri Svoboda [57914494] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/chardev/chardev1.c (added) * uspace/app/tester/chardev/chardev1.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/srv/test/chardev-test/Makefile (added) * uspace/srv/test/chardev-test/main.c (added) Chardev needs testing. Tue, 14 Nov 2017 12:24:42 GMT Aearsis [f9d0a86] * .bzrignore (modified) * HelenOS.config (modified) * abi/include/_bits/NULL.h (moved) * abi/include/_bits/WCHAR_MAX.h (added) * abi/include/_bits/WCHAR_MIN.h (added) * abi/include/_bits/WEOF.h (moved) * abi/include/_bits/all.h (moved) * abi/include/_bits/inttypes.h (added) * abi/include/_bits/limits.h (moved) * abi/include/_bits/macros.h (added) * abi/include/_bits/native.h (added) * abi/include/_bits/ptrdiff_t.h (added) * abi/include/_bits/size_t.h (moved) * abi/include/_bits/ssize_t.h (added) * abi/include/_bits/stdint.h (added) * abi/include/_bits/wchar_t.h (moved) * abi/include/_bits/wint_t.h (moved) * abi/include/abi/ipc/interfaces.h (modified) * abi/include/abi/ipc/ipc.h (modified) * boot/Makefile (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/include/arch/arch.h (moved) * boot/arch/arm32/include/arch/asm.h (moved) * boot/arch/arm32/include/arch/cp15.h (added) * boot/arch/arm32/include/arch/main.h (moved) * boot/arch/arm32/include/arch/mm.h (moved) * boot/arch/arm32/include/arch/types.h (moved) * boot/arch/arm32/include/cp15.h (deleted) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/include/arch/arch.h (moved) * boot/arch/ia64/include/arch/asm.h (moved) * boot/arch/ia64/include/arch/main.h (moved) * boot/arch/ia64/include/arch/pal.h (moved) * boot/arch/ia64/include/arch/sal.h (moved) * boot/arch/ia64/include/arch/ski.h (moved) * boot/arch/ia64/include/arch/types.h (moved) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/include/arch/arch.h (moved) * boot/arch/mips32/include/arch/asm.h (moved) * boot/arch/mips32/include/arch/main.h (moved) * boot/arch/mips32/include/arch/regname.h (moved) * boot/arch/mips32/include/arch/types.h (moved) * boot/arch/mips32/src/asm.S (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/ppc32/include/arch/arch.h (moved) * boot/arch/ppc32/include/arch/asm.h (moved) * boot/arch/ppc32/include/arch/main.h (moved) * boot/arch/ppc32/include/arch/ofw.h (moved) * boot/arch/ppc32/include/arch/regname.h (moved) * boot/arch/ppc32/include/arch/types.h (moved) * boot/arch/riscv64/include/arch/arch.h (moved) * boot/arch/riscv64/include/arch/asm.h (moved) * boot/arch/riscv64/include/arch/main.h (moved) * boot/arch/riscv64/include/arch/mm.h (moved) * boot/arch/riscv64/include/arch/types.h (moved) * boot/arch/riscv64/include/arch/ucb.h (moved) * boot/arch/sparc64/Makefile.inc (modified) * boot/arch/sparc64/include/arch/arch.h (moved) * boot/arch/sparc64/include/arch/asm.h (moved) * boot/arch/sparc64/include/arch/main.h (moved) * boot/arch/sparc64/include/arch/ofw.h (moved) * boot/arch/sparc64/include/arch/types.h (moved) * boot/genarch/include/genarch/division.h (moved) * boot/genarch/include/genarch/efi.h (moved) * boot/genarch/include/genarch/multiplication.h (moved) * boot/genarch/include/genarch/ofw.h (moved) * boot/genarch/include/genarch/ofw_tree.h (moved) * boot/generic/include/stddef.h (modified) * boot/generic/include/stdint.h (modified) * boot/generic/src/printf_core.c (modified) * boot/generic/src/str.c (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/arch/types.h (modified) * kernel/arch/amd64/include/arch/types.h (modified) * kernel/arch/arm32/include/arch/types.h (modified) * kernel/arch/ia32/include/arch/types.h (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia64/include/arch/types.h (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/mips32/include/arch/types.h (modified) * kernel/arch/mips32/src/start.S (modified) * kernel/arch/ppc32/include/arch/types.h (modified) * kernel/arch/riscv64/include/arch/types.h (modified) * kernel/arch/sparc64/include/arch/asm.h (modified) * kernel/arch/sparc64/include/arch/barrier.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h (modified) * kernel/arch/sparc64/include/arch/types.h (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/generic/include/stddef.h (modified) * kernel/generic/include/stdint.h (modified) * kernel/generic/include/synch/mutex.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/debug/panic.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/ipc/sysipc_ops.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/mm/backend_user.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/generic/src/synch/mutex.c (modified) * tools/autotool.py (modified) * tools/config.py (modified) * tools/ew.py (modified) * tools/jobfile.py (modified) * tools/mkarray.py (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/barber/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bithenge/Makefile (modified) * uspace/app/blkdump/Makefile (modified) * uspace/app/dltest/Makefile (modified) * uspace/app/download/Makefile (modified) * uspace/app/edit/search.c (modified) * uspace/app/fdisk/Makefile (modified) * uspace/app/fontviewer/Makefile (modified) * uspace/app/gunzip/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/kio/Makefile (modified) * uspace/app/mixerctl/Makefile (modified) * uspace/app/mkbd/Makefile (modified) * uspace/app/mkexfat/Makefile (modified) * uspace/app/mkfat/Makefile (modified) * uspace/app/mkmfs/Makefile (modified) * uspace/app/modplay/Makefile (modified) * uspace/app/nic/Makefile (modified) * uspace/app/sbi/Makefile (modified) * uspace/app/sportdmp/Makefile (modified) * uspace/app/sysinst/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/float/softfloat1.c (modified) * uspace/app/tester/print/print4.c (modified) * uspace/app/tester/util.h (modified) * uspace/app/trace/trace.c (modified) * uspace/app/usbinfo/Makefile (modified) * uspace/app/vcalc/Makefile (modified) * uspace/app/vdemo/Makefile (modified) * uspace/app/viewer/Makefile (modified) * uspace/app/vlaunch/Makefile (modified) * uspace/app/vterm/Makefile (modified) * uspace/app/vuhid/Makefile (modified) * uspace/app/wavplay/Makefile (modified) * uspace/app/wifi_supplicant/Makefile (modified) * uspace/drv/audio/hdaudio/Makefile (modified) * uspace/drv/audio/sb16/Makefile (modified) * uspace/drv/block/ahci/Makefile (modified) * uspace/drv/block/ata_bd/Makefile (modified) * uspace/drv/block/ddisk/Makefile (modified) * uspace/drv/block/usbmast/Makefile (added) * uspace/drv/block/usbmast/bo_trans.c (moved) * uspace/drv/block/usbmast/bo_trans.h (moved) * uspace/drv/block/usbmast/cmdw.c (moved) * uspace/drv/block/usbmast/cmdw.h (moved) * uspace/drv/block/usbmast/main.c (moved) * uspace/drv/block/usbmast/scsi_ms.c (moved) * uspace/drv/block/usbmast/scsi_ms.h (moved) * uspace/drv/block/usbmast/usbmast.h (moved) * uspace/drv/block/usbmast/usbmast.ma (moved) * uspace/drv/bus/adb/cuda_adb/Makefile (modified) * uspace/drv/bus/isa/Makefile (modified) * uspace/drv/bus/pci/pciintel/Makefile (modified) * uspace/drv/bus/usb/ehci/Makefile (modified) * uspace/drv/bus/usb/ohci/Makefile (modified) * uspace/drv/bus/usb/uhci/Makefile (modified) * uspace/drv/bus/usb/usbflbk/Makefile (modified) * uspace/drv/bus/usb/usbhub/Makefile (modified) * uspace/drv/bus/usb/usbmast/Makefile (deleted) * uspace/drv/bus/usb/usbmid/Makefile (modified) * uspace/drv/bus/usb/vhc/Makefile (modified) * uspace/drv/bus/usb/xhci/Makefile (modified) * uspace/drv/char/i8042/Makefile (modified) * uspace/drv/char/msim-con/Makefile (added) * uspace/drv/char/msim-con/main.c (added) * uspace/drv/char/msim-con/msim-con.c (added) * uspace/drv/char/msim-con/msim-con.h (moved) * uspace/drv/char/msim-con/msim-con.ma (added) * uspace/drv/char/ns8250/Makefile (modified) * uspace/drv/char/pl050/Makefile (modified) * uspace/drv/char/ski-con/Makefile (added) * uspace/drv/char/ski-con/main.c (added) * uspace/drv/char/ski-con/ski-con.c (added) * uspace/drv/char/ski-con/ski-con.h (added) * uspace/drv/char/ski-con/ski-con.ma (added) * uspace/drv/char/sun4v-con/Makefile (added) * uspace/drv/char/sun4v-con/main.c (added) * uspace/drv/char/sun4v-con/sun4v-con.c (added) * uspace/drv/char/sun4v-con/sun4v-con.h (moved) * uspace/drv/char/sun4v-con/sun4v-con.ma (added) * uspace/drv/fb/amdm37x_dispc/Makefile (modified) * uspace/drv/fb/kfb/Makefile (modified) * uspace/drv/hid/atkbd/Makefile (moved) * uspace/drv/hid/atkbd/atkbd.c (moved) * uspace/drv/hid/atkbd/atkbd.h (moved) * uspace/drv/hid/atkbd/atkbd.ma (moved) * uspace/drv/hid/atkbd/main.c (moved) * uspace/drv/hid/ps2mouse/Makefile (moved) * uspace/drv/hid/ps2mouse/main.c (moved) * uspace/drv/hid/ps2mouse/ps2mouse.c (moved) * uspace/drv/hid/ps2mouse/ps2mouse.h (moved) * uspace/drv/hid/ps2mouse/ps2mouse.ma (moved) * uspace/drv/hid/usbhid/Makefile (moved) * uspace/drv/hid/usbhid/blink1/blink1.c (moved) * uspace/drv/hid/usbhid/blink1/blink1.h (moved) * uspace/drv/hid/usbhid/generic/hiddev.c (moved) * uspace/drv/hid/usbhid/generic/hiddev.h (moved) * uspace/drv/hid/usbhid/kbd/conv.c (moved) * uspace/drv/hid/usbhid/kbd/conv.h (moved) * uspace/drv/hid/usbhid/kbd/kbddev.c (moved) * uspace/drv/hid/usbhid/kbd/kbddev.h (moved) * uspace/drv/hid/usbhid/kbd/kbdrepeat.c (moved) * uspace/drv/hid/usbhid/kbd/kbdrepeat.h (moved) * uspace/drv/hid/usbhid/main.c (moved) * uspace/drv/hid/usbhid/mouse/mousedev.c (moved) * uspace/drv/hid/usbhid/mouse/mousedev.h (moved) * uspace/drv/hid/usbhid/multimedia/keymap.c (moved) * uspace/drv/hid/usbhid/multimedia/keymap.h (moved) * uspace/drv/hid/usbhid/multimedia/multimedia.c (moved) * uspace/drv/hid/usbhid/multimedia/multimedia.h (moved) * uspace/drv/hid/usbhid/subdrivers.c (moved) * uspace/drv/hid/usbhid/subdrivers.h (moved) * uspace/drv/hid/usbhid/usbhid.c (moved) * uspace/drv/hid/usbhid/usbhid.h (moved) * uspace/drv/hid/usbhid/usbhid.ma (moved) * uspace/drv/hid/xtkbd/Makefile (moved) * uspace/drv/hid/xtkbd/main.c (moved) * uspace/drv/hid/xtkbd/xtkbd.c (moved) * uspace/drv/hid/xtkbd/xtkbd.h (moved) * uspace/drv/hid/xtkbd/xtkbd.ma (moved) * uspace/drv/intctl/apic/Makefile (modified) * uspace/drv/intctl/i8259/Makefile (modified) * uspace/drv/intctl/icp-ic/Makefile (modified) * uspace/drv/intctl/obio/Makefile (moved) * uspace/drv/intctl/obio/main.c (added) * uspace/drv/intctl/obio/obio.c (moved) * uspace/drv/intctl/obio/obio.h (moved) * uspace/drv/intctl/obio/obio.ma (added) * uspace/drv/nic/ar9271/Makefile (modified) * uspace/drv/nic/e1k/Makefile (modified) * uspace/drv/nic/ne2k/Makefile (modified) * uspace/drv/nic/rtl8139/Makefile (modified) * uspace/drv/nic/rtl8169/Makefile (modified) * uspace/drv/platform/amdm37x/Makefile (modified) * uspace/drv/platform/amdm37x/amdm37x.c (modified) * uspace/drv/platform/icp/Makefile (modified) * uspace/drv/platform/mac/Makefile (modified) * uspace/drv/platform/malta/Makefile (modified) * uspace/drv/platform/msim/Makefile (modified) * uspace/drv/platform/msim/msim.c (modified) * uspace/drv/platform/pc/Makefile (modified) * uspace/drv/platform/ski/Makefile (added) * uspace/drv/platform/ski/ski.c (added) * uspace/drv/platform/ski/ski.ma (added) * uspace/drv/platform/sun4u/Makefile (modified) * uspace/drv/platform/sun4u/sun4u.c (modified) * uspace/drv/platform/sun4v/Makefile (added) * uspace/drv/platform/sun4v/sun4v.c (added) * uspace/drv/platform/sun4v/sun4v.ma (added) * uspace/drv/root/root/Makefile (modified) * uspace/drv/root/virt/Makefile (modified) * uspace/drv/test/test1/Makefile (modified) * uspace/drv/test/test2/Makefile (modified) * uspace/drv/test/test3/Makefile (modified) * uspace/drv/time/cmos-rtc/Makefile (modified) * uspace/lib/bithenge/Makefile (modified) * uspace/lib/bithenge/src/print.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/Makefile.inc (modified) * uspace/lib/c/arch/abs32le/include/libarch/ddi.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/amd64/Makefile.inc (modified) * uspace/lib/c/arch/amd64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/types.h (deleted) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/arm32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/arm32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/types.h (deleted) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/ia32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/ia32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/ia64/Makefile.inc (modified) * uspace/lib/c/arch/ia64/include/libarch/ddi.h (modified) * uspace/lib/c/arch/ia64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ia64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/ia64/src/entry.S (modified) * uspace/lib/c/arch/ia64/src/thread_entry.S (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32/Makefile.inc (modified) * uspace/lib/c/arch/mips32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/mips32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/types.h (deleted) * uspace/lib/c/arch/mips32/src/entry.S (modified) * uspace/lib/c/arch/mips32/src/thread_entry.S (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/Makefile.inc (modified) * uspace/lib/c/arch/mips32eb/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/types.h (deleted) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/ppc32/Makefile.inc (modified) * uspace/lib/c/arch/ppc32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/types.h (deleted) * uspace/lib/c/arch/riscv64/Makefile.common (modified) * uspace/lib/c/arch/riscv64/Makefile.inc (modified) * uspace/lib/c/arch/riscv64/include/libarch/ddi.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/types.h (deleted) * uspace/lib/c/arch/sparc64/Makefile.inc (modified) * uspace/lib/c/arch/sparc64/include/libarch/ddi.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/types.h (deleted) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/gsort.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/pio_trace.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/inttypes.h (modified) * uspace/lib/c/include/io/charfield.h (modified) * uspace/lib/c/include/limits.h (modified) * uspace/lib/c/include/stddef.h (modified) * uspace/lib/c/include/stdint.h (modified) * uspace/lib/c/include/types/common.h (modified) * uspace/lib/c/include/wchar.h (added) * uspace/lib/clui/Makefile (modified) * uspace/lib/dltest/Makefile (modified) * uspace/lib/draw/Makefile (modified) * uspace/lib/draw/gfx/font-8x16.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/drv/include/usb_iface.h (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/drv/include/usbhid_iface.h (modified) * uspace/lib/ext4/Makefile (modified) * uspace/lib/fdisk/Makefile (modified) * uspace/lib/fmtutil/Makefile (modified) * uspace/lib/graph/Makefile (modified) * uspace/lib/gui/Makefile (modified) * uspace/lib/hound/Makefile (modified) * uspace/lib/http/Makefile (modified) * uspace/lib/http/include/http/receive-buffer.h (modified) * uspace/lib/ieee80211/Makefile (modified) * uspace/lib/label/Makefile (modified) * uspace/lib/math/Makefile (modified) * uspace/lib/math/include/mathtypes.h (modified) * uspace/lib/minix/Makefile (added) * uspace/lib/minix/minix.c (added) * uspace/lib/nettl/Makefile (modified) * uspace/lib/nic/Makefile (modified) * uspace/lib/nic/include/nic_addr_db.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/pcm/Makefile (modified) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/helenos.mak (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/limits.h (modified) * uspace/lib/posix/include/posix/locale.h (modified) * uspace/lib/posix/include/posix/stddef.h (modified) * uspace/lib/posix/include/posix/stdint.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/include/posix/time.h (modified) * uspace/lib/scsi/Makefile (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softint/Makefile (modified) * uspace/lib/softrend/Makefile (modified) * uspace/lib/trackmod/xm.c (modified) * uspace/lib/uri/Makefile (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/request.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usbdev/Makefile (modified) * uspace/lib/usbhid/Makefile (modified) * uspace/lib/usbhost/Makefile (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/src/hcd.c (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/lib/usbvirt/Makefile (modified) * uspace/srv/audio/hound/Makefile (modified) * uspace/srv/bd/sata_bd/Makefile (modified) * uspace/srv/bd/vbd/Makefile (modified) * uspace/srv/fs/cdfs/Makefile (modified) * uspace/srv/fs/exfat/Makefile (modified) * uspace/srv/fs/ext4fs/Makefile (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/locfs/Makefile (modified) * uspace/srv/fs/mfs/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/fs/udf/Makefile (modified) * uspace/srv/hid/compositor/Makefile (modified) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/port/msim.c (deleted) * uspace/srv/hid/input/port/niagara.c (deleted) * uspace/srv/hid/input/port/ski.c (deleted) * uspace/srv/hid/isdv4_tablet/Makefile (modified) * uspace/srv/hid/output/Makefile (modified) * uspace/srv/hid/rfb/Makefile (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/net/ethip/Makefile (modified) * uspace/srv/net/slip/Makefile (modified) * uspace/srv/net/tcp/Makefile (modified) * uspace/srv/net/udp/Makefile (modified) * uspace/srv/volsrv/Makefile (modified) * version (modified) Merge tag '0.7.1' The merge wasn't clean, because of changes in ... Mon, 13 Nov 2017 18:07:46 GMT Jiri Svoboda [a2afd8f] * .gitignore (modified) * boot/arch/ppc32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (modified) * uspace/drv/char/msim-con/msim-con.h (modified) * uspace/drv/hid/adb-kbd/Makefile (added) * uspace/drv/hid/adb-kbd/adb-kbd.c (added) * uspace/drv/hid/adb-kbd/adb-kbd.h (added) * uspace/drv/hid/adb-kbd/adb-kbd.ma (added) * uspace/drv/hid/adb-kbd/ctl.c (moved) * uspace/drv/hid/adb-kbd/ctl.h (added) * uspace/drv/hid/adb-kbd/main.c (added) * uspace/drv/hid/adb-mouse/Makefile (added) * uspace/drv/hid/adb-mouse/adb-mouse.c (added) * uspace/drv/hid/adb-mouse/adb-mouse.h (moved) * uspace/drv/hid/adb-mouse/adb-mouse.ma (added) * uspace/drv/hid/adb-mouse/main.c (added) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/kbd_ctl.h (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/mouse_port.h (modified) * uspace/srv/hid/input/mouse_proto.h (modified) * uspace/srv/hid/input/port/adb.c (deleted) * uspace/srv/hid/input/port/adb_mouse.c (deleted) Move ADB keyboard and mouse support to separate drivers. Sun, 12 Nov 2017 00:23:46 GMT Jiri Svoboda [53b9f2c] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/block/usbmast/Makefile (moved) * uspace/drv/block/usbmast/bo_trans.c (moved) * uspace/drv/block/usbmast/bo_trans.h (moved) * uspace/drv/block/usbmast/cmdw.c (moved) * uspace/drv/block/usbmast/cmdw.h (moved) * uspace/drv/block/usbmast/main.c (moved) * uspace/drv/block/usbmast/scsi_ms.c (moved) * uspace/drv/block/usbmast/scsi_ms.h (moved) * uspace/drv/block/usbmast/usbmast.h (moved) * uspace/drv/block/usbmast/usbmast.ma (moved) * uspace/drv/hid/usbhid/Makefile (moved) * uspace/drv/hid/usbhid/blink1/blink1.c (moved) * uspace/drv/hid/usbhid/blink1/blink1.h (moved) * uspace/drv/hid/usbhid/generic/hiddev.c (moved) * uspace/drv/hid/usbhid/generic/hiddev.h (moved) * uspace/drv/hid/usbhid/kbd/conv.c (moved) * uspace/drv/hid/usbhid/kbd/conv.h (moved) * uspace/drv/hid/usbhid/kbd/kbddev.c (moved) * uspace/drv/hid/usbhid/kbd/kbddev.h (moved) * uspace/drv/hid/usbhid/kbd/kbdrepeat.c (moved) * uspace/drv/hid/usbhid/kbd/kbdrepeat.h (moved) * uspace/drv/hid/usbhid/main.c (moved) * uspace/drv/hid/usbhid/mouse/mousedev.c (moved) * uspace/drv/hid/usbhid/mouse/mousedev.h (moved) * uspace/drv/hid/usbhid/multimedia/keymap.c (moved) * uspace/drv/hid/usbhid/multimedia/keymap.h (moved) * uspace/drv/hid/usbhid/multimedia/multimedia.c (moved) * uspace/drv/hid/usbhid/multimedia/multimedia.h (moved) * uspace/drv/hid/usbhid/subdrivers.c (moved) * uspace/drv/hid/usbhid/subdrivers.h (moved) * uspace/drv/hid/usbhid/usbhid.c (moved) * uspace/drv/hid/usbhid/usbhid.h (moved) * uspace/drv/hid/usbhid/usbhid.ma (moved) Move usbhid and usbmast alongide hid and block drivers, respectively. Fri, 10 Nov 2017 19:59:51 GMT Jakub Jermar [f3365b6] * uspace/Makefile (modified) Build msim-con Fri, 10 Nov 2017 19:23:32 GMT Jiri Svoboda [d420b22] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/mips32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/hid/atkbd/Makefile (moved) * uspace/drv/hid/atkbd/atkbd.c (moved) * uspace/drv/hid/atkbd/atkbd.h (moved) * uspace/drv/hid/atkbd/atkbd.ma (moved) * uspace/drv/hid/atkbd/main.c (moved) * uspace/drv/hid/ps2mouse/Makefile (moved) * uspace/drv/hid/ps2mouse/main.c (moved) * uspace/drv/hid/ps2mouse/ps2mouse.c (moved) * uspace/drv/hid/ps2mouse/ps2mouse.h (moved) * uspace/drv/hid/ps2mouse/ps2mouse.ma (moved) * uspace/drv/hid/xtkbd/Makefile (moved) * uspace/drv/hid/xtkbd/main.c (moved) * uspace/drv/hid/xtkbd/xtkbd.c (moved) * uspace/drv/hid/xtkbd/xtkbd.h (moved) * uspace/drv/hid/xtkbd/xtkbd.ma (moved) Move keyboard and mouse drivers to a separate HID directory. Fri, 10 Nov 2017 18:59:18 GMT Jiri Svoboda [7aa94304] * boot/arch/sparc64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/char/msim-con/msim-con.c (modified) * uspace/drv/char/sun4v-con/Makefile (added) * uspace/drv/char/sun4v-con/main.c (added) * uspace/drv/char/sun4v-con/sun4v-con.c (added) * uspace/drv/char/sun4v-con/sun4v-con.h (added) * uspace/drv/char/sun4v-con/sun4v-con.ma (added) * uspace/drv/platform/sun4u/sun4u.ma (modified) * uspace/drv/platform/sun4v/Makefile (added) * uspace/drv/platform/sun4v/sun4v.c (added) * uspace/drv/platform/sun4v/sun4v.ma (added) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/port/niagara.c (deleted) Move receiving side of Niagara console to a separate driver. Fri, 10 Nov 2017 13:54:10 GMT jzr [7654f3e] * .bzrignore (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) Fix 'make clean' in individual uspace directories. Wed, 08 Nov 2017 23:50:54 GMT jzr [4f674d7] * uspace/Makefile (modified) * uspace/Makefile.common (modified) Build uspace modules in correct dependency order (including ... Wed, 08 Nov 2017 08:04:08 GMT Jiri Svoboda [6d15572] * boot/arch/ia64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/char/ski-con/Makefile (added) * uspace/drv/char/ski-con/main.c (added) * uspace/drv/char/ski-con/ski-con.c (added) * uspace/drv/char/ski-con/ski-con.h (added) * uspace/drv/char/ski-con/ski-con.ma (added) * uspace/drv/platform/ski/Makefile (added) * uspace/drv/platform/ski/ski.c (added) * uspace/drv/platform/ski/ski.ma (added) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/port/ski.c (deleted) Move receiving side of ski console support to a separate driver, ski- ... Wed, 08 Nov 2017 00:39:43 GMT jzr [cecba66e] * .bzrignore (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/barber/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bithenge/Makefile (modified) * uspace/app/blkdump/Makefile (modified) * uspace/app/dltest/Makefile (modified) * uspace/app/download/Makefile (modified) * uspace/app/fdisk/Makefile (modified) * uspace/app/fontviewer/Makefile (modified) * uspace/app/gunzip/Makefile (modified) * uspace/app/kio/Makefile (modified) * uspace/app/mixerctl/Makefile (modified) * uspace/app/mkbd/Makefile (modified) * uspace/app/mkexfat/Makefile (modified) * uspace/app/mkfat/Makefile (modified) * uspace/app/mkmfs/Makefile (modified) * uspace/app/modplay/Makefile (modified) * uspace/app/nic/Makefile (modified) * uspace/app/sbi/Makefile (modified) * uspace/app/sportdmp/Makefile (modified) * uspace/app/sysinst/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/usbinfo/Makefile (modified) * uspace/app/vcalc/Makefile (modified) * uspace/app/vdemo/Makefile (modified) * uspace/app/viewer/Makefile (modified) * uspace/app/vlaunch/Makefile (modified) * uspace/app/vterm/Makefile (modified) * uspace/app/vuhid/Makefile (modified) * uspace/app/wavplay/Makefile (modified) * uspace/app/wifi_supplicant/Makefile (modified) * uspace/drv/audio/hdaudio/Makefile (modified) * uspace/drv/audio/sb16/Makefile (modified) * uspace/drv/block/ahci/Makefile (modified) * uspace/drv/block/ata_bd/Makefile (modified) * uspace/drv/block/ddisk/Makefile (modified) * uspace/drv/bus/adb/cuda_adb/Makefile (modified) * uspace/drv/bus/isa/Makefile (modified) * uspace/drv/bus/pci/pciintel/Makefile (modified) * uspace/drv/bus/usb/ehci/Makefile (modified) * uspace/drv/bus/usb/ohci/Makefile (modified) * uspace/drv/bus/usb/uhci/Makefile (modified) * uspace/drv/bus/usb/usbflbk/Makefile (modified) * uspace/drv/bus/usb/usbhid/Makefile (modified) * uspace/drv/bus/usb/usbhub/Makefile (modified) * uspace/drv/bus/usb/usbmast/Makefile (modified) * uspace/drv/bus/usb/usbmid/Makefile (modified) * uspace/drv/bus/usb/vhc/Makefile (modified) * uspace/drv/char/atkbd/Makefile (modified) * uspace/drv/char/i8042/Makefile (modified) * uspace/drv/char/ns8250/Makefile (modified) * uspace/drv/char/pl050/Makefile (modified) * uspace/drv/char/ps2mouse/Makefile (modified) * uspace/drv/char/xtkbd/Makefile (modified) * uspace/drv/fb/amdm37x_dispc/Makefile (modified) * uspace/drv/fb/kfb/Makefile (modified) * uspace/drv/intctl/apic/Makefile (modified) * uspace/drv/intctl/i8259/Makefile (modified) * uspace/drv/intctl/icp-ic/Makefile (modified) * uspace/drv/intctl/obio/Makefile (modified) * uspace/drv/nic/ar9271/Makefile (modified) * uspace/drv/nic/e1k/Makefile (modified) * uspace/drv/nic/ne2k/Makefile (modified) * uspace/drv/nic/rtl8139/Makefile (modified) * uspace/drv/nic/rtl8169/Makefile (modified) * uspace/drv/platform/amdm37x/Makefile (modified) * uspace/drv/platform/icp/Makefile (modified) * uspace/drv/platform/mac/Makefile (modified) * uspace/drv/platform/malta/Makefile (modified) * uspace/drv/platform/msim/Makefile (modified) * uspace/drv/platform/pc/Makefile (modified) * uspace/drv/platform/sun4u/Makefile (modified) * uspace/drv/root/root/Makefile (modified) * uspace/drv/root/virt/Makefile (modified) * uspace/drv/test/test1/Makefile (modified) * uspace/drv/test/test2/Makefile (modified) * uspace/drv/test/test3/Makefile (modified) * uspace/drv/time/cmos-rtc/Makefile (modified) * uspace/lib/bithenge/Makefile (modified) * uspace/lib/clui/Makefile (modified) * uspace/lib/draw/Makefile (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/ext4/Makefile (modified) * uspace/lib/fdisk/Makefile (modified) * uspace/lib/fmtutil/Makefile (modified) * uspace/lib/gui/Makefile (modified) * uspace/lib/hound/Makefile (modified) * uspace/lib/ieee80211/Makefile (modified) * uspace/lib/label/Makefile (modified) * uspace/lib/minix/Makefile (added) * uspace/lib/minix/minix.c (added) * uspace/lib/nettl/Makefile (modified) * uspace/lib/nic/Makefile (modified) * uspace/lib/pcm/Makefile (modified) * uspace/lib/pcut/helenos.mak (modified) * uspace/lib/scsi/Makefile (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usbdev/Makefile (modified) * uspace/lib/usbhid/Makefile (modified) * uspace/lib/usbhost/Makefile (modified) * uspace/lib/usbvirt/Makefile (modified) * uspace/srv/audio/hound/Makefile (modified) * uspace/srv/bd/sata_bd/Makefile (modified) * uspace/srv/bd/vbd/Makefile (modified) * uspace/srv/fs/cdfs/Makefile (modified) * uspace/srv/fs/exfat/Makefile (modified) * uspace/srv/fs/ext4fs/Makefile (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/locfs/Makefile (modified) * uspace/srv/fs/mfs/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/fs/udf/Makefile (modified) * uspace/srv/hid/compositor/Makefile (modified) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/isdv4_tablet/Makefile (modified) * uspace/srv/hid/output/Makefile (modified) * uspace/srv/hid/rfb/Makefile (modified) * uspace/srv/net/ethip/Makefile (modified) * uspace/srv/net/slip/Makefile (modified) * uspace/srv/net/tcp/Makefile (modified) * uspace/srv/net/udp/Makefile (modified) * uspace/srv/volsrv/Makefile (modified) Instead of using library paths directly, refer to libraries by name ... Tue, 07 Nov 2017 16:27:42 GMT jzr [68825c3] * uspace/Makefile (modified) * uspace/Makefile.common (modified) Speed up make clean by moving find out of the recursion. Tue, 31 Oct 2017 19:24:58 GMT Jiri Svoboda [f834dd81] * Makefile (modified) * boot/arch/sparc64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/intctl/obio/Makefile (moved) * uspace/drv/intctl/obio/main.c (added) * uspace/drv/intctl/obio/obio.c (moved) * uspace/drv/intctl/obio/obio.h (added) * uspace/drv/intctl/obio/obio.ma (added) * uspace/drv/platform/sun4u/sun4u.c (modified) Merge OBIO DDF conversion. Wed, 25 Oct 2017 19:00:46 GMT jzr [7c50de5a] * uspace/Makefile (modified) Remove unused LIBN variable. Tue, 24 Oct 2017 10:10:00 GMT Jiri Svoboda [be1b1e68] * boot/arch/sparc64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/intctl/obio/Makefile (moved) * uspace/drv/intctl/obio/main.c (added) * uspace/drv/intctl/obio/obio.c (moved) * uspace/drv/intctl/obio/obio.h (added) * uspace/drv/intctl/obio/obio.ma (added) * uspace/drv/platform/sun4u/sun4u.c (modified) Enumerate OBIO by DDF. Fri, 20 Oct 2017 09:16:55 GMT Ondřej Hlavatý [03936831] * .bzrignore (modified) * .clang-format (added) * Makefile (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/sbi/src/os/helenos.c (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/intctl/apic/Makefile (moved) * uspace/drv/intctl/apic/apic.c (moved) * uspace/drv/intctl/apic/apic.h (added) * uspace/drv/intctl/apic/apic.ma (added) * uspace/drv/intctl/apic/main.c (added) * uspace/drv/intctl/i8259/Makefile (moved) * uspace/drv/intctl/i8259/i8259.c (moved) * uspace/drv/intctl/i8259/i8259.h (added) * uspace/drv/intctl/i8259/i8259.ma (added) * uspace/drv/intctl/i8259/main.c (added) * uspace/drv/intctl/icp-ic/icp-ic.c (modified) * uspace/drv/intctl/icp-ic/icp-ic.h (modified) * uspace/drv/platform/icp/icp.c (modified) * uspace/lib/bithenge/src/compound.c (modified) * uspace/lib/ext4/src/extent.c (modified) * uspace/lib/trackmod/xm.c (modified) Merge mainline to fix build Tue, 17 Oct 2017 17:47:11 GMT Jiri Svoboda [b446b02] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/intctl/apic/Makefile (moved) * uspace/drv/intctl/apic/apic.c (moved) * uspace/drv/intctl/apic/apic.h (added) * uspace/drv/intctl/apic/apic.ma (added) * uspace/drv/intctl/apic/main.c (added) * uspace/drv/intctl/i8259/Makefile (moved) * uspace/drv/intctl/i8259/i8259.c (moved) * uspace/drv/intctl/i8259/i8259.h (added) * uspace/drv/intctl/i8259/i8259.ma (added) * uspace/drv/intctl/i8259/main.c (added) * uspace/drv/intctl/icp-ic/icp-ic.c (modified) * uspace/drv/platform/icp/icp.c (modified) Enumerate APIC and i8259 via DDF. Tue, 17 Oct 2017 13:11:35 GMT Ondřej Hlavatý [95c675b] * .bzrignore (modified) * HelenOS.config (modified) * abi/include/abi/ddi/arg.h (modified) * abi/include/abi/ddi/irq.h (modified) * abi/include/abi/elf.h (modified) * abi/include/abi/fourcc.h (modified) * abi/include/abi/ipc/methods.h (modified) * abi/include/abi/proc/task.h (modified) * abi/include/abi/proc/thread.h (modified) * abi/include/abi/proc/uarg.h (modified) * abi/include/abi/syscall.h (modified) * abi/include/abi/sysinfo.h (modified) * boot/Makefile (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/Makefile.grub (modified) * boot/Makefile.initrd (added) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/_link.ld.in (modified) * boot/arch/arm32/include/mm.h (modified) * boot/arch/arm32/include/types.h (modified) * boot/arch/arm32/src/main.c (modified) * boot/arch/arm32/src/mm.c (modified) * boot/arch/arm32/src/putchar.c (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/_link.ld.in (modified) * boot/arch/ia64/include/pal.h (modified) * boot/arch/ia64/include/sal.h (modified) * boot/arch/ia64/include/ski.h (modified) * boot/arch/ia64/src/main.c (modified) * boot/arch/ia64/src/putchar.c (modified) * boot/arch/ia64/src/ski.c (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/_link.ld.in (modified) * boot/arch/mips32/include/types.h (modified) * boot/arch/mips32/src/main.c (modified) * boot/arch/mips32/src/putchar.c (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/ppc32/_link.ld.in (modified) * boot/arch/ppc32/include/asm.h (modified) * boot/arch/ppc32/include/main.h (modified) * boot/arch/ppc32/include/types.h (modified) * boot/arch/ppc32/src/main.c (modified) * boot/arch/ppc32/src/ofw.c (modified) * boot/arch/riscv64/Makefile.inc (modified) * boot/arch/riscv64/_link.ld.in (modified) * boot/arch/riscv64/include/arch.h (modified) * boot/arch/riscv64/include/asm.h (modified) * boot/arch/riscv64/include/mm.h (added) * boot/arch/riscv64/include/types.h (modified) * boot/arch/riscv64/include/ucb.h (modified) * boot/arch/riscv64/src/asm.S (modified) * boot/arch/riscv64/src/main.c (modified) * boot/arch/riscv64/src/putchar.c (modified) * boot/arch/riscv64/src/ucb.c (modified) * boot/arch/sparc64/Makefile.inc (modified) * boot/arch/sparc64/_link.ld.in (modified) * boot/arch/sparc64/include/asm.h (modified) * boot/arch/sparc64/include/main.h (modified) * boot/arch/sparc64/include/ofw.h (modified) * boot/arch/sparc64/include/types.h (modified) * boot/arch/sparc64/src/main.c (modified) * boot/arch/sparc64/src/ofw.c (modified) * boot/genarch/include/ofw.h (modified) * boot/genarch/include/ofw_tree.h (modified) * boot/genarch/src/efi.c (modified) * boot/genarch/src/multiplication.c (modified) * boot/genarch/src/ofw.c (modified) * boot/genarch/src/ofw_tree.c (modified) * boot/generic/include/balloc.h (modified) * boot/generic/include/errno.h (modified) * boot/generic/include/inflate.h (modified) * boot/generic/include/memstr.h (modified) * boot/generic/include/printf.h (modified) * boot/generic/include/printf_core.h (modified) * boot/generic/include/putchar.h (modified) * boot/generic/include/stdbool.h (added) * boot/generic/include/stddef.h (moved) * boot/generic/include/stdint.h (modified) * boot/generic/include/str.h (modified) * boot/generic/src/balloc.c (modified) * boot/generic/src/inflate.c (modified) * boot/generic/src/memstr.c (modified) * boot/generic/src/printf_core.c (modified) * boot/generic/src/str.c (modified) * boot/generic/src/vprintf.c (modified) * contrib/qemu/build-from-scratch.sh (modified) * contrib/tools/random_check.sh (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) * kernel/Makefile (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/abs32le/include/arch/fpu_context.h (modified) * kernel/arch/abs32le/include/arch/interrupt.h (modified) * kernel/arch/abs32le/include/arch/istate.h (modified) * kernel/arch/abs32le/include/arch/mm/asid.h (modified) * kernel/arch/abs32le/include/arch/mm/frame.h (modified) * kernel/arch/abs32le/include/arch/mm/km.h (modified) * kernel/arch/abs32le/include/arch/mm/page.h (modified) * kernel/arch/abs32le/include/arch/proc/task.h (modified) * kernel/arch/abs32le/include/arch/proc/thread.h (modified) * kernel/arch/abs32le/include/arch/types.h (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/abs32le/src/cpu/cpu.c (modified) * kernel/arch/abs32le/src/debug/stacktrace.c (modified) * kernel/arch/abs32le/src/mm/frame.c (modified) * kernel/arch/abs32le/src/mm/page.c (modified) * kernel/arch/abs32le/src/userspace.c (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/atomic.h (modified) * kernel/arch/amd64/include/arch/cpuid.h (modified) * kernel/arch/amd64/include/arch/interrupt.h (modified) * kernel/arch/amd64/include/arch/mm/frame.h (modified) * kernel/arch/amd64/include/arch/mm/km.h (modified) * kernel/arch/amd64/include/arch/proc/task.h (modified) * kernel/arch/amd64/include/arch/proc/thread.h (modified) * kernel/arch/amd64/include/arch/types.h (modified) * kernel/arch/amd64/include/arch/vreg.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/boot/multiboot2.S (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/interrupt.c (modified) * kernel/arch/amd64/src/kseg.c (modified) * kernel/arch/amd64/src/mm/km.c (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/amd64/src/pm.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/include/arch/arch.h (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/cpu.h (modified) * kernel/arch/arm32/include/arch/fpu_context.h (modified) * kernel/arch/arm32/include/arch/interrupt.h (modified) * kernel/arch/arm32/include/arch/mm/asid.h (modified) * kernel/arch/arm32/include/arch/mm/frame.h (modified) * kernel/arch/arm32/include/arch/mm/km.h (modified) * kernel/arch/arm32/include/arch/mm/page_fault.h (modified) * kernel/arch/arm32/include/arch/types.h (modified) * kernel/arch/arm32/src/interrupt.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c (modified) * kernel/arch/arm32/src/mm/km.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/arch.h (modified) * kernel/arch/ia32/include/arch/boot/memmap.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/include/arch/fpu_context.h (modified) * kernel/arch/ia32/include/arch/interrupt.h (modified) * kernel/arch/ia32/include/arch/mm/asid.h (modified) * kernel/arch/ia32/include/arch/mm/frame.h (modified) * kernel/arch/ia32/include/arch/mm/km.h (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia32/include/arch/proc/task.h (modified) * kernel/arch/ia32/include/arch/proc/thread.h (modified) * kernel/arch/ia32/include/arch/smp/apic.h (modified) * kernel/arch/ia32/include/arch/smp/mps.h (modified) * kernel/arch/ia32/include/arch/smp/smp.h (modified) * kernel/arch/ia32/include/arch/types.h (modified) * kernel/arch/ia32/include/arch/vreg.h (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (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/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/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/smp/smp.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/arch/cpu.h (modified) * kernel/arch/ia64/include/arch/fpu_context.h (modified) * kernel/arch/ia64/include/arch/interrupt.h (modified) * kernel/arch/ia64/include/arch/mm/asid.h (modified) * kernel/arch/ia64/include/arch/mm/km.h (modified) * kernel/arch/ia64/include/arch/mm/page.h (modified) * kernel/arch/ia64/include/arch/types.h (modified) * kernel/arch/ia64/src/cpu/cpu.c (modified) * kernel/arch/ia64/src/debug/stacktrace.c (modified) * kernel/arch/ia64/src/drivers/it.c (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/ia64/src/interrupt.c (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/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/arch/arch.h (modified) * kernel/arch/mips32/include/arch/context.h (modified) * kernel/arch/mips32/include/arch/cp0.h (modified) * kernel/arch/mips32/include/arch/cpu.h (modified) * kernel/arch/mips32/include/arch/debugger.h (modified) * kernel/arch/mips32/include/arch/exception.h (modified) * kernel/arch/mips32/include/arch/interrupt.h (modified) * kernel/arch/mips32/include/arch/mm/asid.h (modified) * kernel/arch/mips32/include/arch/mm/km.h (modified) * kernel/arch/mips32/include/arch/mm/tlb.h (modified) * kernel/arch/mips32/include/arch/smp/dorder.h (modified) * kernel/arch/mips32/include/arch/types.h (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/machine_func.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/boot/boot.h (modified) * kernel/arch/ppc32/include/arch/cpu.h (modified) * kernel/arch/ppc32/include/arch/mm/asid.h (modified) * kernel/arch/ppc32/include/arch/mm/frame.h (modified) * kernel/arch/ppc32/include/arch/mm/km.h (modified) * kernel/arch/ppc32/include/arch/types.h (modified) * kernel/arch/ppc32/src/debug/stacktrace.c (modified) * kernel/arch/ppc32/src/interrupt.c (modified) * kernel/arch/ppc32/src/mm/pht.c (modified) * kernel/arch/riscv64/Makefile.inc (modified) * kernel/arch/riscv64/_link.ld.in (modified) * kernel/arch/riscv64/include/arch/arch.h (modified) * kernel/arch/riscv64/include/arch/asm.h (modified) * kernel/arch/riscv64/include/arch/atomic.h (modified) * kernel/arch/riscv64/include/arch/boot/boot.h (modified) * kernel/arch/riscv64/include/arch/context.h (modified) * kernel/arch/riscv64/include/arch/context_struct.ag (modified) * kernel/arch/riscv64/include/arch/cpu.h (modified) * kernel/arch/riscv64/include/arch/cycle.h (modified) * kernel/arch/riscv64/include/arch/drivers/ucb.h (added) * kernel/arch/riscv64/include/arch/fpu_context.h (modified) * kernel/arch/riscv64/include/arch/istate_struct.ag (modified) * kernel/arch/riscv64/include/arch/mm/asid.h (modified) * kernel/arch/riscv64/include/arch/mm/frame.h (modified) * kernel/arch/riscv64/include/arch/mm/km.h (modified) * kernel/arch/riscv64/include/arch/mm/page.h (modified) * kernel/arch/riscv64/include/arch/proc/task.h (modified) * kernel/arch/riscv64/include/arch/types.h (modified) * kernel/arch/riscv64/src/asm.S (modified) * kernel/arch/riscv64/src/boot/boot.S (added) * kernel/arch/riscv64/src/context.S (added) * kernel/arch/riscv64/src/cpu/cpu.c (modified) * kernel/arch/riscv64/src/debug/stacktrace.c (modified) * kernel/arch/riscv64/src/drivers/ucb.c (added) * kernel/arch/riscv64/src/mm/as.c (modified) * kernel/arch/riscv64/src/mm/frame.c (modified) * kernel/arch/riscv64/src/mm/km.c (modified) * kernel/arch/riscv64/src/mm/page.c (modified) * kernel/arch/riscv64/src/riscv64.c (modified) * kernel/arch/riscv64/src/userspace.c (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/arch/cpu.h (modified) * kernel/arch/sparc64/include/arch/drivers/kbd.h (modified) * kernel/arch/sparc64/include/arch/drivers/pci.h (modified) * kernel/arch/sparc64/include/arch/drivers/scr.h (modified) * kernel/arch/sparc64/include/arch/fpu_context.h (modified) * kernel/arch/sparc64/include/arch/interrupt.h (modified) * kernel/arch/sparc64/include/arch/mm/asid.h (modified) * kernel/arch/sparc64/include/arch/mm/km.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/km.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/mmu.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tte.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/km.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tte.h (modified) * kernel/arch/sparc64/include/arch/proc/thread.h (modified) * kernel/arch/sparc64/include/arch/register.h (modified) * kernel/arch/sparc64/include/arch/smp/sun4v/smp.h (modified) * kernel/arch/sparc64/include/arch/sun4u/cpu.h (modified) * kernel/arch/sparc64/include/arch/sun4v/hypercall.h (modified) * kernel/arch/sparc64/include/arch/sun4v/ipi.h (modified) * kernel/arch/sparc64/include/arch/sun4v/md.h (modified) * kernel/arch/sparc64/include/arch/sun4v/register.h (modified) * kernel/arch/sparc64/include/arch/trap/trap_table.h (modified) * kernel/arch/sparc64/include/arch/types.h (modified) * kernel/arch/sparc64/src/console.c (modified) * kernel/arch/sparc64/src/debug/stacktrace.c (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/arch/sparc64/src/drivers/scr.c (modified) * kernel/arch/sparc64/src/drivers/tick.c (modified) * kernel/arch/sparc64/src/mm/sun4u/as.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/as.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/ipi.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/arch/sparc64/src/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/Makefile.inc (modified) * kernel/genarch/include/genarch/drivers/amdm37x/gpt.h (modified) * kernel/genarch/include/genarch/drivers/bcm2835/irc.h (modified) * kernel/genarch/include/genarch/drivers/bcm2835/timer.h (modified) * kernel/genarch/include/genarch/drivers/omap/irc.h (modified) * kernel/genarch/include/genarch/drivers/pl050/pl050.h (modified) * kernel/genarch/include/genarch/fb/bfb.h (modified) * kernel/genarch/include/genarch/mm/as_ht.h (modified) * kernel/genarch/include/genarch/mm/page_ht.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot2.h (modified) * kernel/genarch/include/genarch/ofw/ofw_tree.h (modified) * kernel/genarch/src/acpi/acpi.c (modified) * kernel/genarch/src/acpi/madt.c (modified) * kernel/genarch/src/drivers/am335x/timer.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnin.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/drivers/i8042/i8042.c (modified) * kernel/genarch/src/drivers/ns16550/ns16550.c (modified) * kernel/genarch/src/drivers/omap/uart.c (modified) * kernel/genarch/src/drivers/pl011/pl011.c (modified) * kernel/genarch/src/drivers/pl050/pl050.c (modified) * kernel/genarch/src/drivers/s3c24xx/uart.c (modified) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/genarch/src/fb/bfb.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/kbrd/kbrd.c (modified) * kernel/genarch/src/kbrd/kbrd_at.c (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/mm/as_pt.c (modified) * kernel/genarch/src/mm/asid.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/genarch/src/multiboot/common.c (added) * kernel/genarch/src/multiboot/multiboot.c (modified) * kernel/genarch/src/multiboot/multiboot2.c (modified) * kernel/genarch/src/ofw/ebus.c (modified) * kernel/genarch/src/ofw/ofw_tree.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.h (modified) * kernel/generic/include/adt/hash_table.h (modified) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/assert.h (added) * kernel/generic/include/byteorder.h (modified) * kernel/generic/include/cap/cap.h (added) * kernel/generic/include/config.h (modified) * kernel/generic/include/console/chardev.h (modified) * kernel/generic/include/context.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/debug.h (modified) * kernel/generic/include/func.h (modified) * kernel/generic/include/gsort.h (moved) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/lib/elf.h (modified) * kernel/generic/include/lib/elf_load.h (modified) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/lib/ra.h (modified) * kernel/generic/include/lib/rd.h (modified) * kernel/generic/include/log.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mem.h (moved) * kernel/generic/include/mm/reserve.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/scheduler.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/security/perm.h (moved) * kernel/generic/include/stacktrace.h (modified) * kernel/generic/include/stdbool.h (added) * kernel/generic/include/stddef.h (added) * kernel/generic/include/stdint.h (modified) * kernel/generic/include/str.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/rcu.h (modified) * kernel/generic/include/synch/semaphore.h (modified) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/include/syscall/copy.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/include/time/delay.h (modified) * kernel/generic/include/time/timeout.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/adt/avl.c (modified) * kernel/generic/src/adt/bitmap.c (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/adt/list.c (modified) * kernel/generic/src/cap/cap.c (added) * 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/console/prompt.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/cpu/cpu_mask.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/debug/stacktrace.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/ops/clnestab.c (deleted) * kernel/generic/src/ipc/ops/conctmeto.c (modified) * kernel/generic/src/ipc/ops/concttome.c (modified) * kernel/generic/src/ipc/ops/connclone.c (deleted) * kernel/generic/src/ipc/ops/dataread.c (modified) * kernel/generic/src/ipc/ops/datawrite.c (modified) * kernel/generic/src/ipc/ops/stchngath.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/ipc/sysipc_ops.c (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/lib/gsort.c (moved) * kernel/generic/src/lib/mem.c (moved) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/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/backend_user.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/mm/reserve.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/mm/tlb.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/generic/src/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/the.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/security/perm.c (moved) * kernel/generic/src/smp/smp_call.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/rcu.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/syscall/copy.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/cht/cht1.c (modified) * kernel/test/debug/mips1_skip.c (modified) * kernel/test/mm/falloc2.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/print/print5.c (modified) * kernel/test/smpcall/smpcall1.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/workq-test-core.h (modified) * kernel/test/synch/workqueue2.c (modified) * kernel/test/synch/workqueue3.c (modified) * kernel/test/test.c (modified) * kernel/test/test.h (modified) * tools/autotool.py (modified) * tools/ew.py (modified) * tools/mkarray.py (modified) * tools/pack.py (deleted) * tools/toolchain.sh (modified) * tools/xcw/bin/helenos-pkg-config (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/barber/Makefile (modified) * uspace/app/barber/barber.c (modified) * uspace/app/bdsh/cmds/builtin_cmds.c (modified) * uspace/app/bdsh/cmds/mod_cmds.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/devctl/devctl.c (modified) * uspace/app/df/df.c (modified) * uspace/app/download/main.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/search.h (modified) * uspace/app/fdisk/fdisk.c (modified) * uspace/app/fontviewer/fontviewer.c (modified) * uspace/app/gunzip/Makefile (added) * uspace/app/gunzip/gunzip.c (added) * uspace/app/inet/inet.c (modified) * uspace/app/init/init.c (modified) * uspace/app/loc/loc.c (modified) * uspace/app/mkexfat/exfat.h (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkfat/fat_dentry.h (added) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/nic/nic.c (modified) * uspace/app/pkg/Makefile (moved) * uspace/app/pkg/pkg.c (added) * uspace/app/sbi/src/builtin/bi_task.c (modified) * uspace/app/sbi/src/os/posix.c (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sysinst/sysinst.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/testread/testread.c (modified) * uspace/app/tetris/scores.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/tetris/tetris.c (modified) * uspace/app/top/top.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/trace/trace.h (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/app/vlaunch/Makefile (modified) * uspace/app/websrv/websrv.c (modified) * uspace/dist/src/c/demos/tetris/screen.h (modified) * uspace/dist/src/c/demos/top/top.c (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ahci/ahci.h (modified) * uspace/drv/block/ata_bd/main.c (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/bus/adb/cuda_adb/Makefile (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (added) * uspace/drv/bus/adb/cuda_adb/cuda_adb.h (added) * uspace/drv/bus/adb/cuda_adb/cuda_adb.ma (added) * uspace/drv/bus/adb/cuda_adb/cuda_hw.h (moved) * uspace/drv/bus/adb/cuda_adb/main.c (added) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/ohci_rh.c (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/char/atkbd/atkbd.c (modified) * uspace/drv/char/atkbd/main.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/fb/amdm37x_dispc/main.c (modified) * uspace/drv/fb/kfb/port.c (modified) * uspace/drv/intctl/icp-ic/Makefile (added) * uspace/drv/intctl/icp-ic/icp-ic.c (moved) * uspace/drv/intctl/icp-ic/icp-ic.h (added) * uspace/drv/intctl/icp-ic/icp-ic.ma (added) * uspace/drv/intctl/icp-ic/icp-ic_hw.h (moved) * uspace/drv/intctl/icp-ic/main.c (added) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.h (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/driver.h (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/drv/nic/rtl8169/driver.h (modified) * uspace/drv/platform/amdm37x/main.c (modified) * uspace/drv/platform/icp/icp.c (modified) * uspace/drv/platform/mac/mac.c (modified) * uspace/drv/platform/malta/malta.c (modified) * uspace/drv/platform/msim/msim.c (modified) * uspace/drv/platform/pc/pc.c (modified) * uspace/drv/platform/sun4u/sun4u.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/bithenge/include/bithenge/blob.h (modified) * uspace/lib/block/block.c (modified) * uspace/lib/block/block.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/faddr.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/stddef.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/syscall.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/types.h (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/amd64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/amd64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/amd64/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/amd64/include/libarch/stddef.h (modified) * uspace/lib/c/arch/amd64/include/libarch/types.h (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/arm32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/arm32/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/arm32/include/libarch/stddef.h (modified) * uspace/lib/c/arch/arm32/include/libarch/types.h (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/ia32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/ia32/include/libarch/stddef.h (modified) * uspace/lib/c/arch/ia32/include/libarch/syscall.h (modified) * uspace/lib/c/arch/ia32/include/libarch/types.h (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia64/Makefile.common (modified) * uspace/lib/c/arch/ia64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/ia64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia64/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/ia64/include/libarch/stddef.h (modified) * uspace/lib/c/arch/ia64/include/libarch/types.h (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/mips32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/mips32/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/mips32/include/libarch/stddef.h (modified) * uspace/lib/c/arch/mips32/include/libarch/types.h (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/ppc32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/stddef.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/types.h (modified) * uspace/lib/c/arch/riscv64/Makefile.common (added) * uspace/lib/c/arch/riscv64/include/libarch/config.h (added) * uspace/lib/c/arch/riscv64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/stddef.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/syscall.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/tls.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/types.h (modified) * uspace/lib/c/arch/riscv64/src/entry.c (modified) * uspace/lib/c/arch/riscv64/src/stacktrace.c (modified) * uspace/lib/c/arch/riscv64/src/thread_entry.c (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) * uspace/lib/c/arch/sparc64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/stddef.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/syscall.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/types.h (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/adt/list.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/bd.c (modified) * uspace/lib/c/generic/cap.c (modified) * uspace/lib/c/generic/clipboard.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/getopt.c (modified) * uspace/lib/c/generic/gsort.c (moved) * uspace/lib/c/generic/inet/udp.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/table.c (added) * uspace/lib/c/generic/io/visualizer.c (modified) * uspace/lib/c/generic/irc.c (modified) * uspace/lib/c/generic/irq.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/generic/perm.c (moved) * uspace/lib/c/generic/qsort.c (added) * uspace/lib/c/generic/rtld/dynamic.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/vol.c (modified) * uspace/lib/c/include/adt/hash.h (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/atomicdflt.h (modified) * uspace/lib/c/include/bd.h (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/lib/c/include/cap.h (modified) * uspace/lib/c/include/corecfg.h (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/dirent.h (modified) * uspace/lib/c/include/elf/elf.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/fourcc.h (moved) * uspace/lib/c/include/gsort.h (moved) * uspace/lib/c/include/inet/dhcp.h (modified) * uspace/lib/c/include/inet/udp.h (modified) * uspace/lib/c/include/io/chardev.h (modified) * uspace/lib/c/include/io/chargrid.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/io/pos_event.h (modified) * uspace/lib/c/include/io/table.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/event.h (modified) * uspace/lib/c/include/ipc/irc.h (modified) * uspace/lib/c/include/ipc/irq.h (modified) * uspace/lib/c/include/ipc/ns.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/udp.h (modified) * uspace/lib/c/include/ipc/vol.h (modified) * uspace/lib/c/include/irc.h (modified) * uspace/lib/c/include/ns.h (modified) * uspace/lib/c/include/offset.h (moved) * uspace/lib/c/include/perm.h (moved) * uspace/lib/c/include/qsort.h (added) * uspace/lib/c/include/stack.h (modified) * uspace/lib/c/include/stdbool.h (modified) * uspace/lib/c/include/stddef.h (modified) * uspace/lib/c/include/stdint.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/stdlib.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/syscall.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/c/include/types/common.h (added) * uspace/lib/c/include/types/label.h (modified) * uspace/lib/c/include/types/vol.h (modified) * uspace/lib/c/include/unaligned.h (moved) * uspace/lib/c/include/vbd.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/c/include/vol.h (modified) * uspace/lib/c/test/fibril/timer.c (added) * uspace/lib/c/test/io/table.c (added) * uspace/lib/c/test/main.c (modified) * uspace/lib/c/test/odict.c (modified) * uspace/lib/c/test/qsort.c (added) * uspace/lib/clui/tinput.c (modified) * uspace/lib/draw/codec/webp.c (modified) * uspace/lib/draw/font/pcf.c (modified) * uspace/lib/draw/path.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/ext4/src/directory_index.c (modified) * uspace/lib/fdisk/Makefile (modified) * uspace/lib/fdisk/include/fdisk.h (modified) * uspace/lib/fdisk/include/types/fdisk.h (modified) * uspace/lib/fdisk/src/cap.c (deleted) * uspace/lib/fdisk/src/fdisk.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/lib/graph/graph.c (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/hound/include/hound/client.h (modified) * uspace/lib/hound/src/client.c (modified) * uspace/lib/hound/src/protocol.c (modified) * uspace/lib/http/include/http/receive-buffer.h (modified) * uspace/lib/http/src/http.c (modified) * uspace/lib/label/Makefile (modified) * uspace/lib/label/include/label/empty.h (added) * uspace/lib/label/include/label/label.h (moved) * uspace/lib/label/include/std/fat.h (added) * uspace/lib/label/include/types/liblabel.h (modified) * uspace/lib/label/src/dummy.c (modified) * uspace/lib/label/src/empty.c (added) * uspace/lib/label/src/gpt.c (modified) * uspace/lib/label/src/label.c (modified) * uspace/lib/label/src/mbr.c (modified) * uspace/lib/label/test/label.c (added) * uspace/lib/label/test/main.c (added) * uspace/lib/math/arch/amd64/src/cos.S (modified) * uspace/lib/math/arch/amd64/src/sin.S (modified) * uspace/lib/nettl/src/amap.c (modified) * uspace/lib/nettl/src/portrng.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/dlfcn.h (added) * uspace/lib/posix/include/posix/stdbool.h (added) * uspace/lib/posix/include/posix/stdint.h (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/include/posix/sys/time.h (added) * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/posix/include/posix/unistd.h (modified) * uspace/lib/posix/source/dlfcn.c (moved) * uspace/lib/posix/source/internal/common.h (modified) * uspace/lib/posix/source/stdio.c (modified) * uspace/lib/posix/source/stdlib.c (modified) * uspace/lib/posix/source/time.c (modified) * uspace/lib/posix/source/unistd.c (modified) * uspace/lib/softrend/filter.h (modified) * uspace/lib/softrend/rectangle.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/usb.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbhost/include/usb/host/ddf_helpers.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/bd/vbd/types/vbd.h (modified) * uspace/srv/bd/vbd/vbd.c (modified) * uspace/srv/clipboard/clipboard.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_dentry.c (modified) * uspace/srv/fs/exfat/exfat_dentry.h (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_directory.h (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_directory.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/udf/udf_osta.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/output/proto/vt100.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (deleted) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/net/dhcp/transport.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/query.c (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/tcp/Makefile (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/conn.h (modified) * uspace/srv/net/tcp/inet.c (added) * uspace/srv/net/tcp/inet.h (moved) * uspace/srv/net/tcp/iqueue.c (modified) * uspace/srv/net/tcp/iqueue.h (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/rqueue.c (modified) * uspace/srv/net/tcp/rqueue.h (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/segment.h (modified) * uspace/srv/net/tcp/seq_no.c (modified) * uspace/srv/net/tcp/service.c (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/tcp/test/conn.c (added) * uspace/srv/net/tcp/test/iqueue.c (added) * uspace/srv/net/tcp/test/main.c (added) * uspace/srv/net/tcp/test/main.h (added) * uspace/srv/net/tcp/test/pdu.c (added) * uspace/srv/net/tcp/test/rqueue.c (added) * uspace/srv/net/tcp/test/segment.c (added) * uspace/srv/net/tcp/test/seq_no.c (added) * uspace/srv/net/tcp/test/tqueue.c (added) * uspace/srv/net/tcp/test/ucall.c (added) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/tqueue.h (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/service.c (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/net/udp/udp_type.h (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/taskmon/taskmon.c (modified) * uspace/srv/volsrv/Makefile (modified) * uspace/srv/volsrv/empty.c (modified) * uspace/srv/volsrv/mkfs.c (modified) * uspace/srv/volsrv/mkfs.h (modified) * uspace/srv/volsrv/part.c (modified) * uspace/srv/volsrv/part.h (modified) * uspace/srv/volsrv/types/part.h (modified) * uspace/srv/volsrv/volsrv.c (modified) Merge mainline Mon, 16 Oct 2017 15:50:37 GMT Jiri Svoboda [a416d070] * .bzrignore (modified) * boot/arch/arm32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/intctl/icp-ic/Makefile (moved) * uspace/drv/intctl/icp-ic/icp-ic.c (moved) * uspace/drv/intctl/icp-ic/icp-ic.h (added) * uspace/drv/intctl/icp-ic/icp-ic.ma (added) * uspace/drv/intctl/icp-ic/icp-ic_hw.h (moved) * uspace/drv/intctl/icp-ic/main.c (added) * uspace/drv/platform/icp/icp.c (modified) Let ICP-IC be enumerated by the DDF. Wed, 04 Oct 2017 17:39:48 GMT Jiri Svoboda [e27e36e] * boot/arch/ppc32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/bus/adb/cuda_adb/Makefile (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.h (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.ma (added) * uspace/drv/bus/adb/cuda_adb/cuda_hw.h (moved) * uspace/drv/bus/adb/cuda_adb/main.c (added) * uspace/drv/platform/mac/mac.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) Convert CUDA driver to DDF. Thu, 21 Sep 2017 00:02:23 GMT Jiri Svoboda [4c363fa2] * uspace/Makefile (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/irc/icp-ic/icp-ic.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) Most drivers can actually compile on most platforms. Thu, 24 Aug 2017 16:43:24 GMT Jiri Svoboda [9621c7d] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/download/main.c (modified) * uspace/app/pkg/Makefile (added) * uspace/app/pkg/pkg.c (added) Add simple coastline package installer. Add downloader option to save ... Tue, 22 Aug 2017 17:09:13 GMT Jiri Svoboda [b93ea46a] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/gunzip/Makefile (added) * uspace/app/gunzip/gunzip.c (added) Trivial gunzip utility. Thu, 08 Jun 2017 15:52:16 GMT Ondřej Hlavatý [5119d34] * boot/arch/amd64/Makefile.inc (modified) * tools/ew.py (modified) * uspace/Makefile (modified) * uspace/drv/bus/usb/xhci/Makefile (added) * uspace/drv/bus/usb/xhci/main.c (added) * uspace/drv/bus/usb/xhci/xhci.ma (added) Added XHCI driver skeleton Fri, 19 May 2017 15:46:36 GMT Martin Decky [e540bc87] * Makefile (modified) * boot/Makefile (modified) * release/Makefile (modified) * uspace/Makefile (modified) disable implicit make rules (we do not build a native application, ... Tue, 01 Nov 2016 19:26:42 GMT Jakub Jermar [405b67c] * boot/arch/sparc64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/bus/isa/isa.ma (modified) Include the isa and ns8250 drivers in the sparc64 RAM disk image ... Wed, 26 Oct 2016 20:33:54 GMT Jakub Jermar [6c34be69] * boot/arch/sparc64/Makefile.inc (modified) * uspace/Makefile (modified) Enable the sun4u platform and pci bus drivers on the sun4u ultra machine Wed, 31 Aug 2016 19:52:21 GMT Martin Decky [bdfdc51c] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/vcalc/Makefile (added) * uspace/app/vcalc/vcalc.c (added) * uspace/app/vlaunch/vlaunch.c (modified) very naive integer GUI calculator Sat, 27 Aug 2016 21:19:29 GMT Martin Decky [db4c43e1] * uspace/Makefile (modified) * uspace/lib/uri/Makefile (modified) cstyle: remove extra lines Fri, 22 Jul 2016 08:24:47 GMT Jakub Jermar [b4b534ac] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/bdsh/cmds/modules/mount/mount.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/dev.c (deleted) * uspace/app/usbinfo/hid.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/list.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/app/vuhid/device.c (modified) * uspace/app/vuhid/hids/bootkbd.c (modified) * uspace/app/vuhid/main.c (modified) * uspace/app/vuhid/virthid.h (modified) * uspace/doc/doxygroups.h (modified) * uspace/drv/bus/usb/ehci/Makefile (modified) * uspace/drv/bus/usb/ehci/ehci_batch.c (added) * uspace/drv/bus/usb/ehci/ehci_batch.h (added) * uspace/drv/bus/usb/ehci/ehci_endpoint.c (added) * uspace/drv/bus/usb/ehci/ehci_endpoint.h (moved) * uspace/drv/bus/usb/ehci/ehci_regs.h (added) * uspace/drv/bus/usb/ehci/ehci_rh.c (added) * uspace/drv/bus/usb/ehci/ehci_rh.h (moved) * uspace/drv/bus/usb/ehci/endpoint_list.c (added) * uspace/drv/bus/usb/ehci/endpoint_list.h (added) * uspace/drv/bus/usb/ehci/hc.c (added) * uspace/drv/bus/usb/ehci/hc.h (added) * uspace/drv/bus/usb/ehci/hw_struct/fstn.h (moved) * uspace/drv/bus/usb/ehci/hw_struct/iso_transfer_descriptor.h (added) * uspace/drv/bus/usb/ehci/hw_struct/link_pointer.h (moved) * uspace/drv/bus/usb/ehci/hw_struct/mem_access.h (moved) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.c (added) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.h (added) * uspace/drv/bus/usb/ehci/hw_struct/split_iso_transfer_descriptor.h (added) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.c (added) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h (added) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ehci/res.h (modified) * uspace/drv/bus/usb/ohci/Makefile (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/ohci/endpoint_list.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/iso_transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/mem_access.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (deleted) * uspace/drv/bus/usb/ohci/ohci.h (deleted) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.h (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/ohci/ohci_rh.c (added) * uspace/drv/bus/usb/ohci/ohci_rh.h (moved) * uspace/drv/bus/usb/ohci/res.c (deleted) * uspace/drv/bus/usb/ohci/root_hub.c (deleted) * uspace/drv/bus/usb/uhci/Makefile (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/res.c (deleted) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (deleted) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/uhci/uhci_rh.c (added) * uspace/drv/bus/usb/uhci/uhci_rh.h (moved) * uspace/drv/bus/usb/uhci/utils/malloc32.h (deleted) * uspace/drv/bus/usb/uhcirh/Makefile (deleted) * uspace/drv/bus/usb/uhcirh/main.c (deleted) * uspace/drv/bus/usb/uhcirh/port.c (deleted) * uspace/drv/bus/usb/uhcirh/port.h (deleted) * uspace/drv/bus/usb/uhcirh/root_hub.c (deleted) * uspace/drv/bus/usb/uhcirh/uhcirh.ma (deleted) * uspace/drv/bus/usb/usbflbk/main.c (modified) * uspace/drv/bus/usb/usbhid/blink1/blink1.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/drv/bus/usb/usbhub/main.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/port.h (modified) * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) * uspace/drv/bus/usb/usbmast/bo_trans.c (modified) * uspace/drv/bus/usb/usbmast/bo_trans.h (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.h (modified) * uspace/drv/bus/usb/usbmid/usbmid.ma (modified) * uspace/drv/bus/usb/vhc/Makefile (modified) * uspace/drv/bus/usb/vhc/conn.h (deleted) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/bus/usb/vhc/connhost.c (deleted) * uspace/drv/bus/usb/vhc/devconn.c (modified) * uspace/drv/bus/usb/vhc/hub.c (deleted) * uspace/drv/bus/usb/vhc/hub/virthub.c (modified) * uspace/drv/bus/usb/vhc/hub/virthub.h (modified) * uspace/drv/bus/usb/vhc/hub/virthubops.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/bus/usb/vhc/transfer.c (modified) * uspace/drv/bus/usb/vhc/vhcd.h (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/ar9271/ar9271.h (modified) * uspace/drv/nic/ar9271/ath_usb.c (modified) * uspace/drv/nic/ar9271/htc.h (modified) * uspace/drv/nic/ar9271/hw.c (modified) * uspace/drv/nic/ar9271/wmi.c (modified) * uspace/lib/c/generic/l18n/langs.c (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/l18n/langs.h (modified) * uspace/lib/c/include/macros.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/private/driver.h (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/usb_iface.h (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/scsi/include/scsi/spc.h (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) * uspace/lib/usb/include/usb/classes/massstor.h (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/include/usb/descriptor.h (modified) * uspace/lib/usb/include/usb/dev.h (modified) * uspace/lib/usb/include/usb/hc.h (deleted) * uspace/lib/usb/include/usb/request.h (added) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/class.c (modified) * uspace/lib/usb/src/ddfiface.c (deleted) * uspace/lib/usb/src/debug.c (modified) * uspace/lib/usb/src/dev.c (modified) * uspace/lib/usb/src/dump.c (modified) * uspace/lib/usb/src/hc.c (deleted) * uspace/lib/usb/src/usb.c (modified) * uspace/lib/usbdev/Makefile (modified) * uspace/lib/usbdev/include/usb/dev/alternate_ifaces.h (moved) * uspace/lib/usbdev/include/usb/dev/device.h (added) * uspace/lib/usbdev/include/usb/dev/dp.h (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/include/usb/dev/pipes.h (modified) * uspace/lib/usbdev/include/usb/dev/poll.h (modified) * uspace/lib/usbdev/include/usb/dev/recognise.h (modified) * uspace/lib/usbdev/include/usb/dev/request.h (modified) * uspace/lib/usbdev/include/usb/dev/usb_device_connection.h (deleted) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/dp.c (modified) * uspace/lib/usbdev/src/driver.c (added) * uspace/lib/usbdev/src/hub.c (deleted) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/lib/usbhid/src/hidreq.c (modified) * uspace/lib/usbhost/Makefile (modified) * uspace/lib/usbhost/include/usb/host/ddf_helpers.h (moved) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_bus.h (moved) * uspace/lib/usbhost/include/usb/host/usb_device_manager.h (deleted) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/include/usb/host/utils/malloc32.h (moved) * uspace/lib/usbhost/src/ddf_helpers.c (added) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbhost/src/hcd.c (added) * uspace/lib/usbhost/src/iface.c (deleted) * uspace/lib/usbhost/src/usb_bus.c (moved) * uspace/lib/usbhost/src/usb_device_manager.c (deleted) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/lib/usbvirt/Makefile (modified) * uspace/lib/usbvirt/include/usbvirt/device.h (modified) * uspace/lib/usbvirt/include/usbvirt/virthub_base.h (moved) * uspace/lib/usbvirt/src/ctrltransfer.c (modified) * uspace/lib/usbvirt/src/private.h (modified) * uspace/lib/usbvirt/src/stdreq.c (modified) * uspace/lib/usbvirt/src/transfer.c (modified) * uspace/lib/usbvirt/src/virthub_base.c (added) * uspace/lib/usbvirt/src/virthub_descriptors.c (added) Merge from lp:~jan.vesely/helenos/usb Sun, 22 May 2016 19:19:43 GMT Jiri Svoboda [0dc2fec] * HelenOS.config (modified) * boot/arch/arm32/Makefile.inc (modified) * contrib/qemu/build-from-scratch.sh (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/arch/barrier.h (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/asm.h (modified) * kernel/arch/amd64/include/arch/boot/memmap_struct.ag (added) * kernel/arch/amd64/include/arch/cpu.h (modified) * kernel/arch/amd64/include/arch/interrupt.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/context.S (modified) * kernel/arch/amd64/src/cpu/cpu.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/amd64/src/smp/ap.S (modified) * kernel/arch/amd64/src/syscall.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/include/arch/barrier.h (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/asm.h (modified) * kernel/arch/ia32/include/arch/barrier.h (modified) * kernel/arch/ia32/include/arch/boot/memmap.h (modified) * kernel/arch/ia32/include/arch/boot/memmap_struct.ag (added) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/include/arch/interrupt.h (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia32/include/arch/smp/apic.h (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/arch/ia32/src/smp/ap.S (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/include/arch/barrier.h (modified) * kernel/arch/ia64/include/arch/mm/page.h (modified) * kernel/arch/mips32/include/arch/barrier.h (modified) * kernel/arch/ppc32/include/arch/barrier.h (modified) * kernel/arch/sparc32/include/arch/barrier.h (modified) * kernel/arch/sparc64/include/arch/barrier.h (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/kbrd/scanc_at.h (moved) * kernel/genarch/include/genarch/multiboot/multiboot.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot_info_struct.ag (added) * kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.ag (added) * kernel/genarch/src/drivers/grlib/uart.c (modified) * kernel/genarch/src/kbrd/kbrd_at.c (added) * kernel/genarch/src/kbrd/scanc_at.c (added) * kernel/generic/include/adt/list.h (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/main/kinit.c (modified) * tools/autogen.py (modified) * tools/ew.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/barber/Makefile (modified) * uspace/app/rcubench/Makefile (modified) * uspace/app/rcutest/Makefile (modified) * uspace/app/sbi/src/bigint.c (modified) * uspace/app/tetris/tetris.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/char/atkbd/Makefile (moved) * uspace/drv/char/atkbd/atkbd.c (added) * uspace/drv/char/atkbd/atkbd.h (added) * uspace/drv/char/atkbd/atkbd.ma (added) * uspace/drv/char/atkbd/main.c (added) * uspace/drv/char/pl050/pl050.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/ieee_double.c (modified) * uspace/lib/c/generic/rcu.c (moved) * uspace/lib/c/include/assert.h (modified) * uspace/lib/c/include/rcu.h (moved) * uspace/lib/ext4/Makefile (modified) * uspace/lib/nic/Makefile (modified) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/source/fnmatch.c (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usbdev/include/usb/dev/request.h (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/srv/net/inetsrv/pdu.c (modified) Merge mainline changes Sun, 22 May 2016 19:12:04 GMT Jiri Svoboda [af2254ec] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/rcubench/Makefile (modified) * uspace/app/rcutest/Makefile (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/rcu.c (moved) * uspace/lib/c/include/rcu.h (moved) * uspace/lib/urcu/Makefile (deleted) Fix build with lightweight futex locks enabled. Sun, 15 May 2016 08:21:20 GMT Jakub Jermar [eff9f8c] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/barber/Makefile (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/ext4/Makefile (modified) * uspace/lib/nic/Makefile (modified) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/urcu/Makefile (modified) Fix build error during incremental build and after modifying libc Thu, 12 May 2016 13:55:09 GMT Jakub Jermar [5012203] * HelenOS.config (modified) * boot/arch/arm32/Makefile.inc (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/kbrd/scanc_at.h (moved) * kernel/genarch/src/kbrd/kbrd_at.c (added) * kernel/genarch/src/kbrd/scanc_at.c (added) * uspace/Makefile (modified) * uspace/drv/char/atkbd/Makefile (added) * uspace/drv/char/atkbd/atkbd.c (added) * uspace/drv/char/atkbd/atkbd.h (added) * uspace/drv/char/atkbd/atkbd.ma (added) * uspace/drv/char/atkbd/main.c (added) * uspace/drv/char/pl050/pl050.c (modified) IntegratorCP: switch to using the PC/AT (set 2) scancodes This is ... Mon, 02 May 2016 21:30:14 GMT Jiri Svoboda [7c4b26c] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/dltest/Makefile (modified) * uspace/app/dltest/dltest.c (modified) * uspace/app/dltests/Makefile (added) * uspace/app/dltests/dltests.c (added) Dltest needs to test direct linking. Dltests to only test dlfcn. Need ... Thu, 28 Apr 2016 17:32:58 GMT Jiri Svoboda [9182e86f] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/dltest/Makefile (added) * uspace/app/dltest/dltest.c (added) * uspace/lib/dltest/Makefile (added) * uspace/lib/dltest/dltest.c (added) * uspace/lib/dltest/libdltest.h (added) Simple dynamic linking test. Sat, 09 Apr 2016 10:41:08 GMT Jiri Svoboda [3a34852] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/sysinst/Makefile (added) * uspace/app/sysinst/futil.c (added) * uspace/app/sysinst/futil.h (added) * uspace/app/sysinst/grub.h (added) * uspace/app/sysinst/sysinst.c (added) Simple system installer. Sun, 21 Feb 2016 23:48:18 GMT Jiri Svoboda [5147ff1] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/netecho/Makefile (added) * uspace/app/netecho/comm.c (added) * uspace/app/netecho/comm.h (added) * uspace/app/netecho/netecho.c (added) * uspace/app/netecho/netecho.h (added) * uspace/app/nterm/conn.h (modified) * uspace/app/nterm/nterm.h (modified) Bring back netecho for testing UDP. Wed, 04 Nov 2015 18:55:19 GMT Jiri Svoboda [bfcde8d] * uspace/Makefile (modified) Volsrv missing from makefile dir list. Wed, 04 Nov 2015 18:46:55 GMT Jiri Svoboda [f71b938] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/hdisk/Makefile (deleted) * uspace/app/hdisk/common.h (deleted) * uspace/app/hdisk/func_gpt.c (deleted) * uspace/app/hdisk/func_gpt.h (deleted) * uspace/app/hdisk/func_mbr.c (deleted) * uspace/app/hdisk/func_mbr.h (deleted) * uspace/app/hdisk/func_none.c (deleted) * uspace/app/hdisk/func_none.h (deleted) * uspace/app/hdisk/hdisk.c (deleted) * uspace/app/hdisk/hdisk.h (deleted) * uspace/app/hdisk/input.c (deleted) * uspace/app/hdisk/input.h (deleted) * uspace/lib/gpt/Makefile (deleted) * uspace/lib/gpt/global.c (deleted) * uspace/lib/gpt/gpt.h (deleted) * uspace/lib/gpt/libgpt.c (deleted) * uspace/lib/gpt/libgpt.h (deleted) * uspace/lib/mbr/Makefile (deleted) * uspace/lib/mbr/libmbr.c (deleted) * uspace/lib/mbr/libmbr.h (deleted) * uspace/lib/mbr/mbr.h (deleted) * uspace/srv/bd/part/guid_part/Makefile (deleted) * uspace/srv/bd/part/guid_part/guid_part.c (deleted) * uspace/srv/bd/part/mbr_part/Makefile (deleted) * uspace/srv/bd/part/mbr_part/mbr_part.c (deleted) Remove old partitioning subsystem. Thu, 25 Jun 2015 22:03:35 GMT Jiri Svoboda [1356f85a] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/label/Makefile (added) * uspace/lib/label/src/label.c (added) * uspace/srv/bd/vbd/Makefile (added) * uspace/srv/bd/vbd/vbd.c (added) * uspace/srv/volsrv/Makefile (added) * uspace/srv/volsrv/disk.c (added) * uspace/srv/volsrv/disk.h (added) * uspace/srv/volsrv/types/disk.h (added) * uspace/srv/volsrv/volsrv.c (added) Stubs of volsrv, vbd and liblabel. Sun, 21 Jun 2015 12:08:45 GMT Jiri Svoboda [e96047c] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/fdisk/Makefile (added) * uspace/app/fdisk/fdisk.c (added) * uspace/drv/block/ata_bd/main.c (modified) * uspace/lib/clui/Makefile (modified) * uspace/lib/clui/nchoice.c (added) * uspace/lib/clui/nchoice.h (added) * uspace/lib/fdisk/Makefile (added) * uspace/lib/fdisk/include/fdisk.h (added) * uspace/lib/fdisk/include/types/fdisk.h (added) * uspace/lib/fdisk/src/fdisk.c (added) * uspace/srv/locsrv/locsrv.c (modified) Fdisk first prototype. Sat, 13 Jun 2015 18:30:18 GMT Jan Vesely [ee1c2d9] * kernel/generic/src/synch/futex.c (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/download/main.c (modified) * uspace/app/netecho/Makefile (deleted) * uspace/app/netecho/netecho.c (deleted) * uspace/app/netecho/print_error.c (deleted) * uspace/app/netecho/print_error.h (deleted) * uspace/app/netspeed/Makefile (deleted) * uspace/app/netspeed/netspeed.c (deleted) * uspace/app/nettest1/Makefile (deleted) * uspace/app/nettest1/nettest.c (deleted) * uspace/app/nettest1/nettest1.c (deleted) * uspace/app/nettest1/print_error.c (deleted) * uspace/app/nettest1/print_error.h (deleted) * uspace/app/nettest2/Makefile (deleted) * uspace/app/nettest2/nettest.c (deleted) * uspace/app/nettest2/nettest.h (deleted) * uspace/app/nettest2/nettest2.c (deleted) * uspace/app/nettest2/print_error.c (deleted) * uspace/app/nettest2/print_error.h (deleted) * uspace/app/nettest3/Makefile (deleted) * uspace/app/nettest3/nettest3.c (deleted) * uspace/app/nterm/conn.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/char_map.c (deleted) * uspace/lib/c/generic/adt/dynamic_fifo.c (deleted) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inet/endpoint.c (moved) * uspace/lib/c/generic/inet/tcp.c (added) * uspace/lib/c/generic/inet/udp.c (added) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/net/inet.c (deleted) * uspace/lib/c/generic/net/socket_client.c (deleted) * uspace/lib/c/generic/net/socket_parse.c (deleted) * uspace/lib/c/include/adt/dynamic_fifo.h (deleted) * uspace/lib/c/include/adt/generic_char_map.h (deleted) * uspace/lib/c/include/adt/generic_field.h (deleted) * uspace/lib/c/include/adt/int_map.h (deleted) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/endpoint.h (moved) * uspace/lib/c/include/inet/iplink.h (modified) * uspace/lib/c/include/inet/tcp.h (added) * uspace/lib/c/include/inet/udp.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (deleted) * uspace/lib/c/include/ipc/tcp.h (added) * uspace/lib/c/include/ipc/udp.h (moved) * uspace/lib/c/include/net/in.h (deleted) * uspace/lib/c/include/net/in6.h (deleted) * uspace/lib/c/include/net/inet.h (deleted) * uspace/lib/c/include/net/socket.h (deleted) * uspace/lib/c/include/net/socket_codes.h (deleted) * uspace/lib/http/include/http/http.h (modified) * uspace/lib/http/src/http.c (modified) * uspace/lib/http/src/request.c (modified) * uspace/lib/net/include/socket_core.h (deleted) * uspace/lib/net/tl/socket_core.c (deleted) * uspace/lib/nettl/Makefile (moved) * uspace/lib/nettl/include/nettl/amap.h (added) * uspace/lib/nettl/include/nettl/portrng.h (moved) * uspace/lib/nettl/src/amap.c (added) * uspace/lib/nettl/src/portrng.c (added) * uspace/lib/posix/include/posix/errno.h (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) * uspace/srv/hid/rfb/main.c (modified) * uspace/srv/hid/rfb/rfb.c (modified) * uspace/srv/hid/rfb/rfb.h (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/dhcp/transport.c (modified) * uspace/srv/net/dhcp/transport.h (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/pdu.h (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/tcp/Makefile (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/conn.h (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/ncsim.h (modified) * uspace/srv/net/tcp/pdu.c (modified) * uspace/srv/net/tcp/pdu.h (modified) * uspace/srv/net/tcp/rqueue.c (modified) * uspace/srv/net/tcp/rqueue.h (modified) * uspace/srv/net/tcp/service.c (added) * uspace/srv/net/tcp/service.h (moved) * uspace/srv/net/tcp/sock.c (deleted) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/tcp/test.c (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/tqueue.h (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/tcp/ucall.h (modified) * uspace/srv/net/udp/Makefile (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/msg.c (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/pdu.h (modified) * uspace/srv/net/udp/service.c (added) * uspace/srv/net/udp/service.h (moved) * uspace/srv/net/udp/sock.c (deleted) * uspace/srv/net/udp/ucall.c (deleted) * uspace/srv/net/udp/ucall.h (deleted) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/net/udp/udp_type.h (modified) mainline changes Sun, 07 Jun 2015 15:41:04 GMT Jiri Svoboda [048cd69] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/download/main.c (modified) * uspace/app/netecho/Makefile (deleted) * uspace/app/netecho/netecho.c (deleted) * uspace/app/netecho/print_error.c (deleted) * uspace/app/netecho/print_error.h (deleted) * uspace/app/netspeed/Makefile (deleted) * uspace/app/netspeed/netspeed.c (deleted) * uspace/app/nettest1/Makefile (deleted) * uspace/app/nettest1/nettest.c (deleted) * uspace/app/nettest1/nettest1.c (deleted) * uspace/app/nettest1/print_error.c (deleted) * uspace/app/nettest1/print_error.h (deleted) * uspace/app/nettest2/Makefile (deleted) * uspace/app/nettest2/nettest.c (deleted) * uspace/app/nettest2/nettest.h (deleted) * uspace/app/nettest2/nettest2.c (deleted) * uspace/app/nettest2/print_error.c (deleted) * uspace/app/nettest2/print_error.h (deleted) * uspace/app/nettest3/Makefile (deleted) * uspace/app/nettest3/nettest3.c (deleted) * uspace/app/nterm/conn.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/char_map.c (deleted) * uspace/lib/c/generic/adt/dynamic_fifo.c (deleted) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inet/endpoint.c (moved) * uspace/lib/c/generic/inet/tcp.c (added) * uspace/lib/c/generic/inet/udp.c (added) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/net/inet.c (deleted) * uspace/lib/c/generic/net/socket_client.c (deleted) * uspace/lib/c/generic/net/socket_parse.c (deleted) * uspace/lib/c/include/adt/dynamic_fifo.h (deleted) * uspace/lib/c/include/adt/generic_char_map.h (deleted) * uspace/lib/c/include/adt/generic_field.h (deleted) * uspace/lib/c/include/adt/int_map.h (deleted) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/endpoint.h (moved) * uspace/lib/c/include/inet/iplink.h (modified) * uspace/lib/c/include/inet/tcp.h (added) * uspace/lib/c/include/inet/udp.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (deleted) * uspace/lib/c/include/ipc/tcp.h (added) * uspace/lib/c/include/ipc/udp.h (moved) * uspace/lib/c/include/net/in.h (deleted) * uspace/lib/c/include/net/in6.h (deleted) * uspace/lib/c/include/net/inet.h (deleted) * uspace/lib/c/include/net/socket.h (deleted) * uspace/lib/c/include/net/socket_codes.h (deleted) * uspace/lib/http/include/http/http.h (modified) * uspace/lib/http/src/http.c (modified) * uspace/lib/http/src/request.c (modified) * uspace/lib/net/include/socket_core.h (deleted) * uspace/lib/net/tl/socket_core.c (deleted) * uspace/lib/nettl/Makefile (moved) * uspace/lib/nettl/include/nettl/amap.h (added) * uspace/lib/nettl/include/nettl/portrng.h (moved) * uspace/lib/nettl/src/amap.c (added) * uspace/lib/nettl/src/portrng.c (added) * uspace/lib/posix/include/posix/errno.h (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) * uspace/srv/hid/rfb/main.c (modified) * uspace/srv/hid/rfb/rfb.c (modified) * uspace/srv/hid/rfb/rfb.h (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/dhcp/transport.c (modified) * uspace/srv/net/dhcp/transport.h (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/pdu.h (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/tcp/Makefile (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/conn.h (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/ncsim.h (modified) * uspace/srv/net/tcp/pdu.c (modified) * uspace/srv/net/tcp/pdu.h (modified) * uspace/srv/net/tcp/rqueue.c (modified) * uspace/srv/net/tcp/rqueue.h (modified) * uspace/srv/net/tcp/service.c (added) * uspace/srv/net/tcp/service.h (moved) * uspace/srv/net/tcp/sock.c (deleted) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/tcp/test.c (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/tqueue.h (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/tcp/ucall.h (modified) * uspace/srv/net/udp/Makefile (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/msg.c (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/pdu.h (modified) * uspace/srv/net/udp/service.c (added) * uspace/srv/net/udp/service.h (moved) * uspace/srv/net/udp/sock.c (deleted) * uspace/srv/net/udp/ucall.c (deleted) * uspace/srv/net/udp/ucall.h (deleted) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/net/udp/udp_type.h (modified) Merge network transport layer API rewrite. Mon, 25 May 2015 21:04:33 GMT Jiri Svoboda [2989c7e] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/nettl/Makefile (added) * uspace/lib/nettl/include/nettl/amap.h (added) * uspace/lib/nettl/include/nettl/portrng.h (moved) * uspace/lib/nettl/src/amap.c (added) * uspace/lib/nettl/src/portrng.c (added) * uspace/srv/net/tcp/Makefile (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/conn.h (modified) * uspace/srv/net/tcp/service.c (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/Makefile (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/service.c (modified) * uspace/srv/net/udp/ucall.c (deleted) * uspace/srv/net/udp/udp.c (modified) Association map / portrange prototype. Sat, 23 May 2015 04:09:11 GMT Jan Vesely [94e46c9] * .bzrignore (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/arch/mips32/Makefile.inc (modified) * contrib/conf/msim.conf (modified) * contrib/qfs/qfs.sh (modified) * defaults/arm32/integratorcp/Makefile.config (modified) * kernel/arch/mips32/include/arch/drivers/msim.h (modified) * kernel/arch/mips32/src/mach/msim/msim.c (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cmp/cmp.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/app/bdsh/cmds/modules/mount/mount.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/touch/touch.c (modified) * uspace/app/wavplay/drec.c (modified) * uspace/app/wavplay/main.c (modified) * uspace/app/wavplay/wave.c (modified) * uspace/app/wifi_supplicant/Makefile (added) * uspace/app/wifi_supplicant/wifi_supplicant.c (added) * uspace/drv/audio/hdaudio/codec.c (modified) * uspace/drv/audio/hdaudio/codec.h (modified) * uspace/drv/audio/hdaudio/hdactl.c (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/audio/hdaudio/hdaudio.h (modified) * uspace/drv/audio/hdaudio/pcm_iface.c (modified) * uspace/drv/audio/hdaudio/stream.c (modified) * uspace/drv/audio/hdaudio/stream.h (modified) * uspace/drv/block/ata_bd/main.c (modified) * uspace/drv/block/ddisk/Makefile (added) * uspace/drv/block/ddisk/ddisk.c (added) * uspace/drv/block/ddisk/ddisk.ma (added) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/nic/ar9271/Makefile (added) * uspace/drv/nic/ar9271/ar9271.c (added) * uspace/drv/nic/ar9271/ar9271.fw (added) * uspace/drv/nic/ar9271/ar9271.h (added) * uspace/drv/nic/ar9271/ar9271.ma (added) * uspace/drv/nic/ar9271/ath.h (added) * uspace/drv/nic/ar9271/ath_usb.c (added) * uspace/drv/nic/ar9271/ath_usb.h (added) * uspace/drv/nic/ar9271/htc.c (added) * uspace/drv/nic/ar9271/htc.h (added) * uspace/drv/nic/ar9271/hw.c (added) * uspace/drv/nic/ar9271/hw.h (added) * uspace/drv/nic/ar9271/wmi.c (added) * uspace/drv/nic/ar9271/wmi.h (added) * uspace/drv/platform/msim/Makefile (added) * uspace/drv/platform/msim/msim.c (added) * uspace/drv/platform/msim/msim.ma (added) * uspace/lib/c/generic/dhcp.c (modified) * uspace/lib/c/generic/irq.c (modified) * uspace/lib/c/include/ieee80211/ieee80211.h (added) * uspace/lib/c/include/inet/dhcp.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/dhcp.h (modified) * uspace/lib/crypto/Makefile (added) * uspace/lib/crypto/aes.c (added) * uspace/lib/crypto/crypto.c (added) * uspace/lib/crypto/crypto.h (added) * uspace/lib/crypto/rc4.c (added) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/private/remote_ieee80211.h (added) * uspace/lib/drv/generic/remote_ieee80211.c (added) * uspace/lib/drv/include/ieee80211_iface.h (added) * uspace/lib/drv/include/ops/ieee80211.h (added) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) * uspace/lib/ieee80211/Makefile (added) * uspace/lib/ieee80211/include/ieee80211.h (added) * uspace/lib/ieee80211/include/ieee80211_iface_impl.h (added) * uspace/lib/ieee80211/include/ieee80211_impl.h (added) * uspace/lib/ieee80211/include/ieee80211_private.h (added) * uspace/lib/ieee80211/src/ieee80211.c (added) * uspace/lib/ieee80211/src/ieee80211_iface_impl.c (added) * uspace/lib/ieee80211/src/ieee80211_impl.c (added) * uspace/srv/devman/drv_conn.c (modified) * uspace/srv/devman/fun.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/dhcp/dhcp.h (modified) * uspace/srv/net/dhcp/main.c (modified) * uspace/srv/net/dhcp/transport.c (modified) Mainline changes Thu, 23 Apr 2015 23:40:14 GMT Martin Decky [8a64320e] * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/wifi_supplicant/Makefile (modified) * uspace/app/wifi_supplicant/wifi_supplicant.c (modified) * uspace/drv/nic/ar9271/Makefile (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/ar9271/ar9271.h (modified) * uspace/drv/nic/ar9271/ath.h (modified) * uspace/drv/nic/ar9271/ath_usb.c (modified) * uspace/drv/nic/ar9271/ath_usb.h (modified) * uspace/drv/nic/ar9271/htc.c (modified) * uspace/drv/nic/ar9271/htc.h (modified) * uspace/drv/nic/ar9271/hw.c (modified) * uspace/drv/nic/ar9271/hw.h (modified) * uspace/drv/nic/ar9271/wmi.c (modified) * uspace/drv/nic/ar9271/wmi.h (modified) * uspace/lib/c/include/ieee80211/ieee80211.h (modified) * uspace/lib/crypto/aes.c (modified) * uspace/lib/crypto/crypto.c (modified) * uspace/lib/crypto/crypto.h (modified) * uspace/lib/crypto/rc4.c (modified) * uspace/lib/drv/generic/remote_ieee80211.c (modified) * uspace/lib/drv/include/ieee80211_iface.h (modified) * uspace/lib/drv/include/ops/ieee80211.h (modified) * uspace/lib/ieee80211/Makefile (modified) * uspace/lib/ieee80211/include/ieee80211.h (modified) * uspace/lib/ieee80211/include/ieee80211_iface_impl.h (modified) * uspace/lib/ieee80211/include/ieee80211_impl.h (modified) * uspace/lib/ieee80211/include/ieee80211_private.h (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) * uspace/lib/ieee80211/src/ieee80211_iface_impl.c (modified) * uspace/lib/ieee80211/src/ieee80211_impl.c (modified) * uspace/srv/net/dhcp/dhcp.c (modified) pre-merge coding style cleanup and code review Tue, 21 Apr 2015 21:07:18 GMT Jan Kolarik [cc575ef9] * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/wifi_supplicant/Makefile (added) * uspace/app/wifi_supplicant/wifi_supplicant.c (added) * uspace/drv/nic/ar9271/Makefile (added) * uspace/drv/nic/ar9271/ar9271.c (added) * uspace/drv/nic/ar9271/ar9271.fw (added) * uspace/drv/nic/ar9271/ar9271.h (added) * uspace/drv/nic/ar9271/ar9271.ma (added) * uspace/drv/nic/ar9271/ath.h (added) * uspace/drv/nic/ar9271/ath_usb.c (added) * uspace/drv/nic/ar9271/ath_usb.h (added) * uspace/drv/nic/ar9271/htc.c (added) * uspace/drv/nic/ar9271/htc.h (added) * uspace/drv/nic/ar9271/hw.c (added) * uspace/drv/nic/ar9271/hw.h (added) * uspace/drv/nic/ar9271/wmi.c (added) * uspace/drv/nic/ar9271/wmi.h (added) * uspace/lib/c/generic/dhcp.c (modified) * uspace/lib/c/include/ieee80211/ieee80211.h (added) * uspace/lib/c/include/inet/dhcp.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/dhcp.h (modified) * uspace/lib/crypto/Makefile (added) * uspace/lib/crypto/aes.c (added) * uspace/lib/crypto/crypto.c (added) * uspace/lib/crypto/crypto.h (added) * uspace/lib/crypto/rc4.c (added) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/private/remote_ieee80211.h (added) * uspace/lib/drv/generic/remote_ieee80211.c (added) * uspace/lib/drv/include/ieee80211_iface.h (added) * uspace/lib/drv/include/ops/ieee80211.h (added) * uspace/lib/ieee80211/Makefile (added) * uspace/lib/ieee80211/include/ieee80211.h (added) * uspace/lib/ieee80211/include/ieee80211_iface_impl.h (added) * uspace/lib/ieee80211/include/ieee80211_impl.h (added) * uspace/lib/ieee80211/include/ieee80211_private.h (added) * uspace/lib/ieee80211/src/ieee80211.c (added) * uspace/lib/ieee80211/src/ieee80211_iface_impl.c (added) * uspace/lib/ieee80211/src/ieee80211_impl.c (added) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/dhcp/dhcp.h (modified) * uspace/srv/net/dhcp/main.c (modified) Appending Michael MIC footer in TKIP communication, tested MIC ... Wed, 08 Apr 2015 21:25:30 GMT Jiri Svoboda [fab2746] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/download/main.c (modified) * uspace/app/netecho/Makefile (deleted) * uspace/app/netecho/netecho.c (deleted) * uspace/app/netecho/print_error.c (deleted) * uspace/app/netecho/print_error.h (deleted) * uspace/app/netspeed/Makefile (deleted) * uspace/app/netspeed/netspeed.c (deleted) * uspace/app/nettest1/Makefile (deleted) * uspace/app/nettest1/nettest.c (deleted) * uspace/app/nettest1/nettest.h (deleted) * uspace/app/nettest1/nettest1.c (deleted) * uspace/app/nettest1/print_error.c (deleted) * uspace/app/nettest1/print_error.h (deleted) * uspace/app/nettest2/Makefile (deleted) * uspace/app/nettest2/nettest.c (deleted) * uspace/app/nettest2/nettest.h (deleted) * uspace/app/nettest2/nettest2.c (deleted) * uspace/app/nettest2/print_error.c (deleted) * uspace/app/nettest2/print_error.h (deleted) * uspace/app/nettest3/Makefile (deleted) * uspace/app/nettest3/nettest3.c (deleted) * uspace/app/nterm/conn.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/char_map.c (deleted) * uspace/lib/c/generic/adt/dynamic_fifo.c (deleted) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inet/endpoint.c (moved) * uspace/lib/c/generic/inet/tcp.c (moved) * uspace/lib/c/generic/inet/udp.c (added) * uspace/lib/c/generic/net/inet.c (deleted) * uspace/lib/c/generic/net/socket_client.c (deleted) * uspace/lib/c/generic/net/socket_parse.c (deleted) * uspace/lib/c/include/adt/dynamic_fifo.h (deleted) * uspace/lib/c/include/adt/generic_char_map.h (deleted) * uspace/lib/c/include/adt/generic_field.h (deleted) * uspace/lib/c/include/adt/int_map.h (deleted) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/endpoint.h (moved) * uspace/lib/c/include/inet/tcp.h (moved) * uspace/lib/c/include/inet/udp.h (moved) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (deleted) * uspace/lib/c/include/ipc/tcp.h (added) * uspace/lib/c/include/ipc/udp.h (moved) * uspace/lib/c/include/net/in.h (deleted) * uspace/lib/c/include/net/in6.h (deleted) * uspace/lib/c/include/net/inet.h (deleted) * uspace/lib/http/include/http/http.h (modified) * uspace/lib/http/src/http.c (modified) * uspace/lib/http/src/request.c (modified) * uspace/lib/net/Makefile (deleted) * uspace/lib/net/include/socket_core.h (deleted) * uspace/lib/net/tl/socket_core.c (deleted) * uspace/lib/posix/include/posix/errno.h (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) * uspace/srv/hid/rfb/main.c (modified) * uspace/srv/hid/rfb/rfb.c (modified) * uspace/srv/hid/rfb/rfb.h (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/dhcp/transport.c (modified) * uspace/srv/net/dhcp/transport.h (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/tcp/Makefile (modified) * uspace/srv/net/tcp/sock.c (deleted) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/udp/Makefile (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/service.c (added) * uspace/srv/net/udp/service.h (moved) * uspace/srv/net/udp/sock.c (deleted) * uspace/srv/net/udp/ucall.c (modified) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_type.h (modified) New transport layer API. Only UDP implemented. Mon, 06 Apr 2015 10:47:51 GMT Jan Kolarik [1dcc0b9] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/wifi_supplicant/wifi_supplicant.c (modified) * uspace/drv/nic/ar9271/Makefile (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/ar9271/ar9271.h (modified) * uspace/drv/nic/ar9271/ath_usb.h (modified) * uspace/drv/nic/ar9271/htc.c (modified) * uspace/drv/nic/ar9271/htc.h (modified) * uspace/drv/nic/ar9271/hw.c (modified) * uspace/drv/nic/ar9271/hw.h (modified) * uspace/drv/nic/ar9271/wmi.c (modified) * uspace/drv/nic/ar9271/wmi.h (modified) * uspace/lib/c/include/ieee80211/ieee80211.h (modified) * uspace/lib/crypto/Makefile (added) * uspace/lib/crypto/aes.c (added) * uspace/lib/crypto/crypto.c (added) * uspace/lib/crypto/crypto.h (added) * uspace/lib/drv/generic/remote_ieee80211.c (modified) * uspace/lib/drv/include/ieee80211_iface.h (modified) * uspace/lib/drv/include/ops/ieee80211.h (modified) * uspace/lib/ieee80211/Makefile (modified) * uspace/lib/ieee80211/include/ieee80211.h (modified) * uspace/lib/ieee80211/include/ieee80211_iface_impl.h (modified) * uspace/lib/ieee80211/include/ieee80211_impl.h (modified) * uspace/lib/ieee80211/include/ieee80211_private.h (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) * uspace/lib/ieee80211/src/ieee80211_iface_impl.c (modified) * uspace/lib/ieee80211/src/ieee80211_impl.c (modified) Scanning whole 2.4GHz spectrum, created supplicant for managing ... Sun, 22 Mar 2015 16:03:27 GMT Jakub Jermar [f2e78b0] * boot/arch/mips32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/block/ddisk/Makefile (added) * uspace/drv/block/ddisk/ddisk.c (added) * uspace/drv/block/ddisk/ddisk.ma (added) * uspace/drv/platform/msim/msim.c (modified) Very basic and incomplete ddisk driver. Tue, 17 Mar 2015 20:17:18 GMT Jan Kolarik [864762a] * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/drv/bus/usb/ar9271/Makefile (deleted) * uspace/drv/bus/usb/ar9271/ar9271.c (deleted) * uspace/drv/bus/usb/ar9271/ar9271.fw (deleted) * uspace/drv/bus/usb/ar9271/ar9271.h (deleted) * uspace/drv/bus/usb/ar9271/ar9271.ma (deleted) * uspace/drv/bus/usb/ar9271/ath.h (deleted) * uspace/drv/bus/usb/ar9271/ath_usb.c (deleted) * uspace/drv/bus/usb/ar9271/ath_usb.h (deleted) * uspace/drv/bus/usb/ar9271/htc.c (deleted) * uspace/drv/bus/usb/ar9271/htc.h (deleted) * uspace/drv/bus/usb/ar9271/hw.c (deleted) * uspace/drv/bus/usb/ar9271/hw.h (deleted) * uspace/drv/bus/usb/ar9271/wmi.c (deleted) * uspace/drv/bus/usb/ar9271/wmi.h (deleted) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/net/Makefile (modified) * uspace/lib/net/ieee80211/ieee80211.c (deleted) * uspace/lib/net/ieee80211/ieee80211_impl.c (deleted) * uspace/lib/net/include/ieee80211.h (deleted) * uspace/lib/net/include/ieee80211_impl.h (deleted) * uspace/srv/locsrv/locsrv.c (modified) Handling incoming packets, started working on client app, built IPC ... Mon, 16 Mar 2015 22:13:13 GMT Jakub Jermar [eec5795] * boot/arch/mips32/Makefile.inc (modified) * contrib/conf/msim.conf (modified) * uspace/Makefile (modified) * uspace/drv/platform/msim/Makefile (added) * uspace/drv/platform/msim/msim.c (added) * uspace/drv/platform/msim/msim.ma (added) Add MSIM platform driver with support for ddisk function. Mon, 16 Mar 2015 16:07:21 GMT Jan Vesely [58775d30] * HelenOS.config (modified) * abi/include/abi/syscall.h (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/arch/ppc32/_link.ld.in (modified) * boot/arch/ppc32/include/arch.h (modified) * contrib/conf/msim.conf (modified) * contrib/qfs/qfs.sh (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/arm32/gta02/Makefile.config (modified) * defaults/arm32/raspberrypi/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/abs32le/src/cpu/cpu.c (modified) * kernel/arch/abs32le/src/smp/smp_call.c (added) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/atomic.h (modified) * kernel/arch/amd64/include/arch/cpu.h (modified) * kernel/arch/amd64/include/arch/interrupt.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/cpu/cpu.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/smp/smp_call.c (added) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/src/atomic.c (added) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/atomic.h (modified) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/interrupt.h (modified) * kernel/arch/ia32/include/arch/smp/apic.h (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia32/src/smp/smp_call.c (added) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/include/arch/interrupt.h (modified) * kernel/arch/ia64/include/arch/mm/tlb.h (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/ia64/src/smp/smp_call.c (added) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/src/smp/smp_call.c (added) * kernel/arch/ppc32/include/arch/asm.h (modified) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc32/src/exception.S (modified) * kernel/arch/ppc32/src/fpu_context.S (modified) * kernel/arch/sparc32/include/arch/stack.h (modified) * kernel/arch/sparc32/src/cpu/cpu.c (modified) * kernel/arch/sparc32/src/debug/stacktrace.c (modified) * kernel/arch/sparc32/src/sparc32.c (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/arch/barrier.h (modified) * kernel/arch/sparc64/include/arch/interrupt.h (modified) * kernel/arch/sparc64/include/arch/istate_struct.ag (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h (modified) * kernel/arch/sparc64/include/arch/smp/sun4u/ipi.h (added) * kernel/arch/sparc64/include/arch/trap/exception.h (modified) * kernel/arch/sparc64/include/arch/trap/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4u/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4u/mmu.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4v/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4v/mmu.h (modified) * kernel/arch/sparc64/include/arch/trap/trap_table.h (modified) * kernel/arch/sparc64/src/debug/stacktrace.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/tick.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp_call.c (added) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4u/start.S (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/arch/sparc64/src/trap/exception.c (modified) * kernel/arch/sparc64/src/trap/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4u/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4u/trap_table.S (modified) * kernel/arch/sparc64/src/trap/sun4v/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4v/trap_table.S (modified) * kernel/genarch/include/genarch/drivers/ns16550/ns16550.h (modified) * kernel/genarch/src/drivers/ns16550/ns16550.c (modified) * kernel/generic/include/adt/cht.h (added) * kernel/generic/include/adt/hash.h (added) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/arch.h (modified) * kernel/generic/include/atomic.h (modified) * kernel/generic/include/compiler/barrier.h (added) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/cpu/cpu_mask.h (added) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/preemption.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/smp/smp_call.h (added) * kernel/generic/include/synch/condvar.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/include/synch/rcu.h (added) * kernel/generic/include/synch/rcu_types.h (added) * kernel/generic/include/synch/semaphore.h (modified) * kernel/generic/include/synch/smp_memory_barrier.h (added) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/include/synch/workqueue.h (added) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/adt/cht.c (added) * kernel/generic/src/adt/list.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/cpu/cpu_mask.c (added) * kernel/generic/src/debug/panic.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/main/shutdown.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/preempt/preemption.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/the.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/smp/smp_call.c (added) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/rcu.c (added) * kernel/generic/src/synch/smc.c (modified) * kernel/generic/src/synch/smp_memory_barrier.c (added) * kernel/generic/src/synch/spinlock.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/synch/workqueue.c (added) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/test/cht/cht1.c (added) * kernel/test/cht/cht1.def (added) * kernel/test/smpcall/smpcall1.c (added) * kernel/test/smpcall/smpcall1.def (added) * kernel/test/synch/rcu1.c (added) * kernel/test/synch/rcu1.def (added) * kernel/test/synch/workq-test-core.h (added) * kernel/test/synch/workqueue2.c (added) * kernel/test/synch/workqueue2.def (added) * kernel/test/synch/workqueue3.c (added) * kernel/test/synch/workqueue3.def (added) * kernel/test/test.c (modified) * kernel/test/test.h (modified) * release/Makefile (modified) * tools/autogen.py (modified) * tools/autotool.py (modified) * tools/ew.py (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/barber/barber.c (modified) * uspace/app/fontviewer/fontviewer.c (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/rcubench/Makefile (added) * uspace/app/rcubench/rcubench.c (added) * uspace/app/rcutest/Makefile (added) * uspace/app/rcutest/rcutest.c (added) * uspace/app/taskdump/fibrildump.c (modified) * uspace/app/tester/float/float2.c (modified) * uspace/app/tester/float/softfloat1.c (modified) * uspace/app/tester/ipc/ping_pong.c (modified) * uspace/app/tester/ipc/starve.c (modified) * uspace/app/vdemo/vdemo.c (modified) * uspace/app/viewer/viewer.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/app/vterm/vterm.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia64/include/libarch/types.h (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/futex.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/window.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/smp_memory_barrier.c (added) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/compiler/barrier.h (added) * uspace/lib/c/include/futex.h (modified) * uspace/lib/c/include/io/window.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/malloc.h (modified) * uspace/lib/c/include/rwlock.h (modified) * uspace/lib/c/include/smp_memory_barrier.h (added) * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/compress/gzip.c (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/math/arch/abs32le/include/libarch/math.h (modified) * uspace/lib/math/arch/amd64/include/libarch/math.h (modified) * uspace/lib/math/arch/arm32/include/libarch/math.h (modified) * uspace/lib/math/arch/ia32/include/libarch/math.h (modified) * uspace/lib/math/arch/ia64/include/libarch/math.h (modified) * uspace/lib/math/arch/mips32/include/libarch/math.h (modified) * uspace/lib/math/arch/mips32eb/include/libarch/math.h (modified) * uspace/lib/math/arch/ppc32/include/libarch/math.h (modified) * uspace/lib/math/arch/sparc32/include/libarch/math.h (modified) * uspace/lib/math/arch/sparc64/include/libarch/math.h (modified) * uspace/lib/math/generic/mod.c (modified) * uspace/lib/math/generic/trig.c (modified) * uspace/lib/math/generic/trunc.c (modified) * uspace/lib/math/include/mathtypes.h (modified) * uspace/lib/math/include/mod.h (modified) * uspace/lib/math/include/trig.h (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/add.c (modified) * uspace/lib/softfloat/add.h (modified) * uspace/lib/softfloat/common.c (modified) * uspace/lib/softfloat/common.h (modified) * uspace/lib/softfloat/comparison.c (modified) * uspace/lib/softfloat/comparison.h (modified) * uspace/lib/softfloat/conversion.c (modified) * uspace/lib/softfloat/conversion.h (modified) * uspace/lib/softfloat/div.c (modified) * uspace/lib/softfloat/div.h (modified) * uspace/lib/softfloat/mul.c (modified) * uspace/lib/softfloat/mul.h (modified) * uspace/lib/softfloat/neg.c (added) * uspace/lib/softfloat/neg.h (added) * uspace/lib/softfloat/sftypes.h (deleted) * uspace/lib/softfloat/softfloat.c (deleted) * uspace/lib/softfloat/softfloat.h (deleted) * uspace/lib/softfloat/sub.c (modified) * uspace/lib/softfloat/sub.h (modified) * uspace/lib/urcu/Makefile (added) * uspace/lib/urcu/rcu.c (added) * uspace/lib/urcu/rcu.h (added) * uspace/srv/audio/hound/audio_device.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/klog/klog.c (modified) * version (modified) Mainline changes Tue, 06 Jan 2015 19:22:54 GMT Jan Kolarik [66b3e0b] * boot/Makefile (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/drv/bus/usb/ar9271/Makefile (added) * uspace/drv/bus/usb/ar9271/ar9271.c (added) * uspace/drv/bus/usb/ar9271/ar9271.fw (added) * uspace/drv/bus/usb/ar9271/ar9271.h (added) * uspace/drv/bus/usb/ar9271/ar9271.ma (added) * uspace/drv/bus/usb/ar9271/ath.h (added) * uspace/drv/bus/usb/ar9271/ath_usb.c (added) * uspace/drv/bus/usb/ar9271/ath_usb.h (added) * uspace/drv/bus/usb/ar9271/htc.c (added) * uspace/drv/bus/usb/ar9271/htc.h (added) * uspace/drv/bus/usb/ar9271/hw.c (added) * uspace/drv/bus/usb/ar9271/hw.h (added) * uspace/drv/bus/usb/ar9271/wmi.c (added) * uspace/drv/bus/usb/ar9271/wmi.h (added) In the middle of device hardware initialization Mon, 22 Dec 2014 17:47:40 GMT Jakub Jermar [235d31d] * HelenOS.config (modified) * abi/include/abi/syscall.h (modified) * boot/Makefile.build (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/sparc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/abs32le/src/cpu/cpu.c (modified) * kernel/arch/abs32le/src/smp/smp_call.c (added) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/atomic.h (modified) * kernel/arch/amd64/include/arch/cpu.h (modified) * kernel/arch/amd64/include/arch/interrupt.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/cpu/cpu.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/smp/smp_call.c (added) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/src/atomic.c (added) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/atomic.h (modified) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/interrupt.h (modified) * kernel/arch/ia32/include/arch/smp/apic.h (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia32/src/smp/smp_call.c (added) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/include/arch/interrupt.h (modified) * kernel/arch/ia64/include/arch/mm/tlb.h (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/ia64/src/smp/smp_call.c (added) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/src/smp/smp_call.c (added) * kernel/arch/sparc32/include/arch/stack.h (modified) * kernel/arch/sparc32/src/cpu/cpu.c (modified) * kernel/arch/sparc32/src/debug/stacktrace.c (modified) * kernel/arch/sparc32/src/sparc32.c (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/arch/barrier.h (modified) * kernel/arch/sparc64/include/arch/interrupt.h (modified) * kernel/arch/sparc64/include/arch/istate_struct.ag (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h (modified) * kernel/arch/sparc64/include/arch/smp/sun4u/ipi.h (added) * kernel/arch/sparc64/include/arch/trap/exception.h (modified) * kernel/arch/sparc64/include/arch/trap/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4u/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4u/mmu.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4v/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4v/mmu.h (modified) * kernel/arch/sparc64/include/arch/trap/trap_table.h (modified) * kernel/arch/sparc64/src/debug/stacktrace.c (modified) * kernel/arch/sparc64/src/drivers/tick.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp_call.c (added) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4u/start.S (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/arch/sparc64/src/trap/exception.c (modified) * kernel/arch/sparc64/src/trap/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4u/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4u/trap_table.S (modified) * kernel/arch/sparc64/src/trap/sun4v/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4v/trap_table.S (modified) * kernel/generic/include/adt/cht.h (added) * kernel/generic/include/adt/hash.h (added) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/arch.h (modified) * kernel/generic/include/atomic.h (modified) * kernel/generic/include/compiler/barrier.h (added) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/cpu/cpu_mask.h (added) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/preemption.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/smp/smp_call.h (added) * kernel/generic/include/synch/condvar.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/include/synch/rcu.h (added) * kernel/generic/include/synch/rcu_types.h (added) * kernel/generic/include/synch/semaphore.h (modified) * kernel/generic/include/synch/smp_memory_barrier.h (added) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/include/synch/workqueue.h (added) * kernel/generic/src/adt/cht.c (added) * kernel/generic/src/adt/list.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/cpu/cpu_mask.c (added) * kernel/generic/src/debug/panic.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/main/shutdown.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/preempt/preemption.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/the.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/smp/smp_call.c (added) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/rcu.c (added) * kernel/generic/src/synch/smc.c (modified) * kernel/generic/src/synch/smp_memory_barrier.c (added) * kernel/generic/src/synch/spinlock.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/synch/workqueue.c (added) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/test/cht/cht1.c (added) * kernel/test/cht/cht1.def (added) * kernel/test/smpcall/smpcall1.c (added) * kernel/test/smpcall/smpcall1.def (added) * kernel/test/synch/rcu1.c (added) * kernel/test/synch/rcu1.def (added) * kernel/test/synch/workq-test-core.h (added) * kernel/test/synch/workqueue2.c (added) * kernel/test/synch/workqueue2.def (added) * kernel/test/synch/workqueue3.c (added) * kernel/test/synch/workqueue3.def (added) * kernel/test/test.c (modified) * kernel/test/test.h (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/rcubench/Makefile (added) * uspace/app/rcubench/rcubench.c (added) * uspace/app/rcutest/Makefile (added) * uspace/app/rcutest/rcutest.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/futex.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/smp_memory_barrier.c (added) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/compiler/barrier.h (added) * uspace/lib/c/include/futex.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/malloc.h (modified) * uspace/lib/c/include/rwlock.h (modified) * uspace/lib/c/include/smp_memory_barrier.h (added) * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/urcu/Makefile (added) * uspace/lib/urcu/rcu.c (added) * uspace/lib/urcu/rcu.h (added) Merge the CHT pre-integration branch This branch contains: - the ... Mon, 17 Nov 2014 03:25:04 GMT Jan Vesely [b412168] * boot/Makefile.common (modified) * kernel/generic/src/sysinfo/stats.c (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/barber/Makefile (added) * uspace/app/barber/barber.c (added) * uspace/app/barber/gfx/frame01.tga.gz (added) * uspace/app/barber/gfx/frame02.tga.gz (added) * uspace/app/barber/gfx/frame03.tga.gz (added) * uspace/app/barber/gfx/frame04.tga.gz (added) * uspace/app/barber/gfx/frame05.tga.gz (added) * uspace/app/barber/gfx/frame06.tga.gz (added) * uspace/app/barber/gfx/frame07.tga.gz (added) * uspace/app/barber/gfx/frame08.tga.gz (added) * uspace/app/barber/gfx/frame09.tga.gz (added) * uspace/app/barber/gfx/frame10.tga.gz (added) * uspace/app/barber/gfx/frame11.tga.gz (added) * uspace/app/barber/gfx/frame12.tga.gz (added) * uspace/app/barber/gfx/frame13.tga.gz (added) * uspace/app/barber/gfx/frame14.tga.gz (added) * uspace/app/barber/gfx/frame15.tga.gz (added) * uspace/app/barber/gfx/frame16.tga.gz (added) * uspace/app/barber/gfx/frame17.tga.gz (added) * uspace/app/barber/gfx/frame18.tga.gz (added) * uspace/app/barber/gfx/frame19.tga.gz (added) * uspace/app/barber/gfx/frame20.tga.gz (added) * uspace/app/barber/gfx/frame21.tga.gz (added) * uspace/app/barber/gfx/frame22.tga.gz (added) * uspace/app/barber/gfx/frame23.tga.gz (added) * uspace/app/barber/gfx/frame24.tga.gz (added) * uspace/app/barber/gfx/frame25.tga.gz (added) * uspace/app/barber/gfx/frame26.tga.gz (added) * uspace/app/barber/gfx/frame27.tga.gz (added) * uspace/app/barber/gfx/frame28.tga.gz (added) * uspace/app/barber/gfx/frame29.tga.gz (added) * uspace/app/barber/gfx/frame30.tga.gz (added) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/init/init.c (modified) * uspace/app/modplay/modplay.c (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/stats/stats.c (modified) * uspace/app/tester/ipc/ping_pong.c (modified) * uspace/app/tester/ipc/starve.c (modified) * uspace/app/testread/testread.c (modified) * uspace/app/top/top.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/dist/demo.xm (added) * uspace/dist/src/c/demos/tetris/shapes.c (modified) * uspace/dist/src/c/demos/top/screen.c (modified) * uspace/dist/src/c/demos/top/screen.h (modified) * uspace/dist/src/c/demos/top/top.c (modified) * uspace/dist/src/c/demos/top/top.h (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/fourcc.h (modified) * uspace/lib/c/include/stats.h (modified) * uspace/lib/c/include/stddef.h (modified) * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/compress/Makefile (added) * uspace/lib/compress/gzip.c (added) * uspace/lib/compress/gzip.h (added) * uspace/lib/compress/inflate.c (added) * uspace/lib/compress/inflate.h (added) * uspace/lib/draw/Makefile (modified) * uspace/lib/draw/codec/tga.c (modified) * uspace/lib/draw/codec/tga.gz.c (added) * uspace/lib/draw/codec/tga.gz.h (added) * uspace/lib/draw/codec/webp.c (added) * uspace/lib/draw/codec/webp.h (added) * uspace/lib/trackmod/Makefile (modified) * uspace/lib/trackmod/protracker.c (modified) * uspace/lib/trackmod/trackmod.c (modified) * uspace/lib/trackmod/trackmod.h (modified) * uspace/lib/trackmod/types/protracker.h (modified) * uspace/lib/trackmod/types/trackmod.h (modified) * uspace/lib/trackmod/types/xm.h (added) * uspace/lib/trackmod/xm.c (added) * uspace/lib/trackmod/xm.h (added) merge mainline changes Thu, 13 Nov 2014 00:27:06 GMT Martin Decky [a047aaa] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/barber/Makefile (added) * uspace/app/barber/barber.c (added) * uspace/app/barber/gfx/frame01.tga.gz (added) * uspace/app/barber/gfx/frame02.tga.gz (added) * uspace/app/barber/gfx/frame03.tga.gz (added) * uspace/app/barber/gfx/frame04.tga.gz (added) * uspace/app/barber/gfx/frame05.tga.gz (added) * uspace/app/barber/gfx/frame06.tga.gz (added) * uspace/app/barber/gfx/frame07.tga.gz (added) * uspace/app/barber/gfx/frame08.tga.gz (added) * uspace/app/barber/gfx/frame09.tga.gz (added) * uspace/app/barber/gfx/frame10.tga.gz (added) * uspace/app/barber/gfx/frame11.tga.gz (added) * uspace/app/barber/gfx/frame12.tga.gz (added) * uspace/app/barber/gfx/frame13.tga.gz (added) * uspace/app/barber/gfx/frame14.tga.gz (added) * uspace/app/barber/gfx/frame15.tga.gz (added) * uspace/app/barber/gfx/frame16.tga.gz (added) * uspace/app/barber/gfx/frame17.tga.gz (added) * uspace/app/barber/gfx/frame18.tga.gz (added) * uspace/app/barber/gfx/frame19.tga.gz (added) * uspace/app/barber/gfx/frame20.tga.gz (added) * uspace/app/barber/gfx/frame21.tga.gz (added) * uspace/app/barber/gfx/frame22.tga.gz (added) * uspace/app/barber/gfx/frame23.tga.gz (added) * uspace/app/barber/gfx/frame24.tga.gz (added) * uspace/app/barber/gfx/frame25.tga.gz (added) * uspace/app/barber/gfx/frame26.tga.gz (added) * uspace/app/barber/gfx/frame27.tga.gz (added) * uspace/app/barber/gfx/frame28.tga.gz (added) * uspace/app/barber/gfx/frame29.tga.gz (added) * uspace/app/barber/gfx/frame30.tga.gz (added) * uspace/app/init/init.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) barber: visual liveness indicator (using the barber pole animation ... Thu, 09 Oct 2014 15:03:55 GMT Jakub Jermar [b1c57a8] * HelenOS.config (modified) * abi/include/abi/syscall.h (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) * kernel/Makefile (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/atomic.h (modified) * kernel/arch/amd64/include/arch/cpu.h (modified) * kernel/arch/amd64/include/arch/interrupt.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/cpu/cpu.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/smp/smp_call.c (added) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/atomic.c (added) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/atomic.h (modified) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/interrupt.h (modified) * kernel/arch/ia32/include/arch/smp/apic.h (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia32/src/smp/smp_call.c (added) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/src/smp/smp_call.c (added) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/src/smp/smp_call.c (added) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/arch/barrier.h (modified) * kernel/arch/sparc64/include/arch/interrupt.h (modified) * kernel/arch/sparc64/include/arch/smp/sun4u/ipi.h (added) * kernel/arch/sparc64/src/debug/stacktrace.c (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp_call.c (added) * kernel/generic/include/adt/cht.h (added) * kernel/generic/include/adt/hash.h (added) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/arch.h (modified) * kernel/generic/include/atomic.h (modified) * kernel/generic/include/compiler/barrier.h (added) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/cpu/cpu_mask.h (added) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/memstr.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/preemption.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/smp/smp_call.h (added) * kernel/generic/include/synch/condvar.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/include/synch/rcu.h (added) * kernel/generic/include/synch/rcu_types.h (added) * kernel/generic/include/synch/semaphore.h (modified) * kernel/generic/include/synch/smp_memory_barrier.h (added) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/include/synch/workqueue.h (added) * kernel/generic/src/adt/cht.c (added) * kernel/generic/src/adt/list.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/cpu/cpu_mask.c (added) * kernel/generic/src/debug/panic.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/main/shutdown.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/preempt/preemption.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/the.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/smp/smp_call.c (added) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/rcu.c (added) * kernel/generic/src/synch/smc.c (modified) * kernel/generic/src/synch/smp_memory_barrier.c (added) * kernel/generic/src/synch/spinlock.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/synch/workqueue.c (added) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/test/cht/cht1.c (added) * kernel/test/cht/cht1.def (added) * kernel/test/smpcall/smpcall1.c (added) * kernel/test/smpcall/smpcall1.def (added) * kernel/test/synch/rcu1.c (added) * kernel/test/synch/rcu1.def (added) * kernel/test/synch/workq-test-core.h (added) * kernel/test/synch/workqueue2.c (added) * kernel/test/synch/workqueue2.def (added) * kernel/test/synch/workqueue3.c (added) * kernel/test/synch/workqueue3.def (added) * kernel/test/test.c (modified) * kernel/test/test.h (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/rcubench/Makefile (added) * uspace/app/rcubench/rcubench.c (added) * uspace/app/rcutest/Makefile (added) * uspace/app/rcutest/rcutest.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/futex.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/smp_memory_barrier.c (added) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/compiler/barrier.h (added) * uspace/lib/c/include/futex.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/malloc.h (modified) * uspace/lib/c/include/rwlock.h (modified) * uspace/lib/c/include/smp_memory_barrier.h (added) * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/urcu/Makefile (added) * uspace/lib/urcu/rcu.c (added) * uspace/lib/urcu/rcu.h (added) Merge from lp:~adam-hraska+lp/helenos/rcu/. Only merge from the ... Thu, 09 Oct 2014 03:34:21 GMT Jan Vesely [6eb957dc] * .bzrignore (modified) * HelenOS.config (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * contrib/qfs/qfs.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/test/toktest.c (added) * uspace/app/modplay/Makefile (added) * uspace/app/modplay/modplay.c (added) * uspace/drv/bus/usb/usbhid/kbd/conv.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/drv/char/xtkbd/xtkbd.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/bd_srv.c (modified) * uspace/lib/c/generic/io/con_srv.c (modified) * uspace/lib/c/include/io/keycode.h (modified) * uspace/lib/c/test/main.c (added) * uspace/lib/c/test/sprintf.c (added) * uspace/lib/pcut/Makefile (added) * uspace/lib/pcut/README.rst (added) * uspace/lib/pcut/helenos.mak (added) * uspace/lib/pcut/helenos.test.mak (added) * uspace/lib/pcut/include/pcut/asserts.h (added) * uspace/lib/pcut/include/pcut/datadef.h (added) * uspace/lib/pcut/include/pcut/helper.h (added) * uspace/lib/pcut/include/pcut/pcut.h (added) * uspace/lib/pcut/include/pcut/prevs.h (added) * uspace/lib/pcut/include/pcut/tests.h (added) * uspace/lib/pcut/src/assert.c (added) * uspace/lib/pcut/src/internal.h (added) * uspace/lib/pcut/src/list.c (added) * uspace/lib/pcut/src/main.c (added) * uspace/lib/pcut/src/os/generic.c (added) * uspace/lib/pcut/src/os/helenos.c (added) * uspace/lib/pcut/src/os/stdc.c (added) * uspace/lib/pcut/src/os/unix.c (added) * uspace/lib/pcut/src/os/windows.c (added) * uspace/lib/pcut/src/preproc.c (added) * uspace/lib/pcut/src/print.c (added) * uspace/lib/pcut/src/report/report.c (added) * uspace/lib/pcut/src/report/report.h (added) * uspace/lib/pcut/src/report/tap.c (added) * uspace/lib/pcut/src/report/xml.c (added) * uspace/lib/pcut/src/run.c (added) * uspace/lib/pcut/tests/.gitignore (added) * uspace/lib/pcut/tests/abort.c (added) * uspace/lib/pcut/tests/abort.expected (added) * uspace/lib/pcut/tests/asserts.c (added) * uspace/lib/pcut/tests/asserts.expected (added) * uspace/lib/pcut/tests/beforeafter.c (added) * uspace/lib/pcut/tests/beforeafter.expected (added) * uspace/lib/pcut/tests/errno.c (added) * uspace/lib/pcut/tests/errno.expected (added) * uspace/lib/pcut/tests/inithook.c (added) * uspace/lib/pcut/tests/inithook.expected (added) * uspace/lib/pcut/tests/manytests.c (added) * uspace/lib/pcut/tests/manytests.expected (added) * uspace/lib/pcut/tests/multisuite.expected (added) * uspace/lib/pcut/tests/preinithook.c (added) * uspace/lib/pcut/tests/preinithook.expected (added) * uspace/lib/pcut/tests/printing.c (added) * uspace/lib/pcut/tests/printing.expected (added) * uspace/lib/pcut/tests/simple.c (added) * uspace/lib/pcut/tests/simple.expected (added) * uspace/lib/pcut/tests/skip.c (added) * uspace/lib/pcut/tests/skip.expected (added) * uspace/lib/pcut/tests/suite1.c (added) * uspace/lib/pcut/tests/suite2.c (added) * uspace/lib/pcut/tests/suite_all.c (added) * uspace/lib/pcut/tests/suites.c (added) * uspace/lib/pcut/tests/suites.expected (added) * uspace/lib/pcut/tests/teardown.c (added) * uspace/lib/pcut/tests/teardown.expected (added) * uspace/lib/pcut/tests/teardownaborts.c (added) * uspace/lib/pcut/tests/teardownaborts.expected (added) * uspace/lib/pcut/tests/tested.c (added) * uspace/lib/pcut/tests/tested.h (added) * uspace/lib/pcut/tests/testlist.c (added) * uspace/lib/pcut/tests/testlist.expected (added) * uspace/lib/pcut/tests/timeout.c (added) * uspace/lib/pcut/tests/timeout.expected (added) * uspace/lib/pcut/tests/xmlreport.c (added) * uspace/lib/pcut/tests/xmlreport.expected (added) * uspace/lib/pcut/update-from-master.sh (added) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/source/stdio/scanf.c (modified) * uspace/lib/posix/test/main.c (added) * uspace/lib/posix/test/scanf.c (added) * uspace/lib/trackmod/Makefile (added) * uspace/lib/trackmod/protracker.c (added) * uspace/lib/trackmod/protracker.h (added) * uspace/lib/trackmod/trackmod.c (added) * uspace/lib/trackmod/trackmod.h (added) * uspace/lib/trackmod/types/protracker.h (added) * uspace/lib/trackmod/types/trackmod.h (added) * uspace/lib/uri/Makefile (modified) * uspace/lib/uri/test/main.c (added) * uspace/lib/uri/test/parser.c (added) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/input/ctl/apple.c (modified) * uspace/srv/hid/input/ctl/stty.c (modified) * uspace/srv/hid/input/ctl/sun.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/net/tcp/ucall.c (modified) Mainline changes Mon, 29 Sep 2014 14:28:32 GMT Vojtech Horky [18cc83c] * .bzrignore (modified) * HelenOS.config (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/test/toktest.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/test/main.c (added) * uspace/lib/c/test/sprintf.c (added) * uspace/lib/pcut/Makefile (added) * uspace/lib/pcut/README.rst (added) * uspace/lib/pcut/helenos.mak (added) * uspace/lib/pcut/helenos.test.mak (added) * uspace/lib/pcut/include/pcut/asserts.h (added) * uspace/lib/pcut/include/pcut/datadef.h (added) * uspace/lib/pcut/include/pcut/helper.h (added) * uspace/lib/pcut/include/pcut/pcut.h (added) * uspace/lib/pcut/include/pcut/prevs.h (added) * uspace/lib/pcut/include/pcut/tests.h (added) * uspace/lib/pcut/src/assert.c (added) * uspace/lib/pcut/src/internal.h (added) * uspace/lib/pcut/src/list.c (added) * uspace/lib/pcut/src/main.c (added) * uspace/lib/pcut/src/os/generic.c (added) * uspace/lib/pcut/src/os/helenos.c (added) * uspace/lib/pcut/src/os/stdc.c (added) * uspace/lib/pcut/src/os/unix.c (added) * uspace/lib/pcut/src/os/windows.c (added) * uspace/lib/pcut/src/preproc.c (added) * uspace/lib/pcut/src/print.c (added) * uspace/lib/pcut/src/report/report.c (added) * uspace/lib/pcut/src/report/report.h (added) * uspace/lib/pcut/src/report/tap.c (added) * uspace/lib/pcut/src/report/xml.c (added) * uspace/lib/pcut/src/run.c (added) * uspace/lib/pcut/tests/.gitignore (added) * uspace/lib/pcut/tests/abort.c (added) * uspace/lib/pcut/tests/abort.expected (added) * uspace/lib/pcut/tests/asserts.c (added) * uspace/lib/pcut/tests/asserts.expected (added) * uspace/lib/pcut/tests/beforeafter.c (added) * uspace/lib/pcut/tests/beforeafter.expected (added) * uspace/lib/pcut/tests/errno.c (added) * uspace/lib/pcut/tests/errno.expected (added) * uspace/lib/pcut/tests/inithook.c (added) * uspace/lib/pcut/tests/inithook.expected (added) * uspace/lib/pcut/tests/manytests.c (added) * uspace/lib/pcut/tests/manytests.expected (added) * uspace/lib/pcut/tests/multisuite.expected (added) * uspace/lib/pcut/tests/preinithook.c (added) * uspace/lib/pcut/tests/preinithook.expected (added) * uspace/lib/pcut/tests/printing.c (added) * uspace/lib/pcut/tests/printing.expected (added) * uspace/lib/pcut/tests/simple.c (added) * uspace/lib/pcut/tests/simple.expected (added) * uspace/lib/pcut/tests/skip.c (added) * uspace/lib/pcut/tests/skip.expected (added) * uspace/lib/pcut/tests/suite1.c (added) * uspace/lib/pcut/tests/suite2.c (added) * uspace/lib/pcut/tests/suite_all.c (added) * uspace/lib/pcut/tests/suites.c (added) * uspace/lib/pcut/tests/suites.expected (added) * uspace/lib/pcut/tests/teardown.c (added) * uspace/lib/pcut/tests/teardown.expected (added) * uspace/lib/pcut/tests/teardownaborts.c (added) * uspace/lib/pcut/tests/teardownaborts.expected (added) * uspace/lib/pcut/tests/tested.c (added) * uspace/lib/pcut/tests/tested.h (added) * uspace/lib/pcut/tests/testlist.c (added) * uspace/lib/pcut/tests/testlist.expected (added) * uspace/lib/pcut/tests/timeout.c (added) * uspace/lib/pcut/tests/timeout.expected (added) * uspace/lib/pcut/tests/xmlreport.c (added) * uspace/lib/pcut/tests/xmlreport.expected (added) * uspace/lib/pcut/update-from-master.sh (added) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/source/stdio/scanf.c (modified) * uspace/lib/posix/test/main.c (added) * uspace/lib/posix/test/scanf.c (added) * uspace/lib/uri/Makefile (modified) * uspace/lib/uri/test/main.c (added) * uspace/lib/uri/test/parser.c (added) Merge PCUT unit tests for userspace Merged from ... Fri, 26 Sep 2014 20:56:27 GMT Jiri Svoboda [7e69e0e] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/modplay/Makefile (added) * uspace/app/modplay/modplay.c (added) * uspace/lib/trackmod/Makefile (added) * uspace/lib/trackmod/protracker.c (added) * uspace/lib/trackmod/protracker.h (added) * uspace/lib/trackmod/trackmod.c (added) * uspace/lib/trackmod/trackmod.h (added) * uspace/lib/trackmod/types/protracker.h (added) * uspace/lib/trackmod/types/trackmod.h (added) Introducing trackmod and modplay.