# # ChangeLog for uspace/Makefile.common in mainline # # Generated by Trac 1.6 # 2024-10-28T15:32:06Z Wed, 01 Aug 2018 20:20:52 GMT Jiří Zárevúcky [82d9087] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (deleted) * uspace/lib/c/arch/amd64/_link.ld.in (deleted) * uspace/lib/c/arch/arm32/_link.ld.in (deleted) * uspace/lib/c/arch/ia32/_link.ld.in (deleted) * uspace/lib/c/arch/ia64/_link.ld.in (deleted) * uspace/lib/c/arch/mips32/_link.ld.in (deleted) * uspace/lib/c/arch/mips32eb/_link.ld.in (deleted) * uspace/lib/c/arch/ppc32/_link.ld.in (deleted) * uspace/lib/c/arch/riscv64/_link.ld.in (deleted) * uspace/lib/c/arch/sparc64/_link.ld.in (deleted) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/elf64_ia64_loader.x (added) Use default linker scripts (as provided by the linker) in uspace. ... Thu, 19 Jul 2018 19:34:22 GMT Jiří Zárevúcky [5a50430] * uspace/Makefile.common (modified) Enable -Werror for C++. Wed, 11 Jul 2018 17:45:30 GMT Jiří Zárevúcky [2eadda9] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/abs32le/src/entry.c (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/amd64/src/entry.S (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/arm32/src/entry.S (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/ia64/src/entry.S (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips32/src/entry.S (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/src/entry.S (modified) * uspace/lib/c/arch/riscv64/_link.ld.in (modified) * uspace/lib/c/arch/riscv64/src/entry.c (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/src/entry.S (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/crt/entry.c (added) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/private/libc.h (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/elf/elf.h (modified) * uspace/lib/posix/Makefile (modified) Remove undefined references to main program from shared libc. Wed, 11 Jul 2018 16:55:23 GMT Jiří Zárevúcky [c2c4127] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/Makefile.inc (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/amd64/Makefile.inc (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/Makefile.inc (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/mips32/Makefile.inc (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips32eb/Makefile.inc (modified) * uspace/lib/c/arch/ppc32/Makefile.inc (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/riscv64/Makefile.inc (modified) * uspace/lib/c/arch/riscv64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/Makefile.inc (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/Makefile (modified) Do not set STARTUP() in the linker script. Add the file to build ... Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [1bf924a] * uspace/Makefile.common (modified) cpp: fixed parallel building and dependency issues by making c++ ... Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [65ee021] * uspace/Makefile.common (modified) cpp: fixed c++ source file detection Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [73401643] * uspace/Makefile.common (modified) * uspace/app/cpptest/main.cpp (modified) cpp: c++ binaries are detected by source extensions, split c++ ... Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [dfadf7e] * uspace/Makefile.common (modified) cpp: added missing job generation code to the build system Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [8e2154e7] * tools/autotool.py (modified) * uspace/Makefile.common (modified) * uspace/app/cpptest/Makefile (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) cpp: restructured build system to fix ia64 errors, renamed CPP* ... Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [6f025a8] * uspace/Makefile.common (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/cpp/Makefile (modified) * uspace/lib/cpp/src/__bits/glue.cpp (modified) cpp: fixed arm32 compilation of libcpp (and hopefully mips32eb too) Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [0d2bc9d] * uspace/Makefile.common (modified) cpp: added .lo job for makefile Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [4fb8163] * uspace/Makefile.common (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) cpp: float is now specified for mips Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [c12d567] * uspace/Makefile.common (modified) cpp: c++ code is now compiled with -msoft-float like c code Thu, 05 Jul 2018 21:41:17 GMT Dzejrou [5fb070d] * uspace/Makefile.common (modified) cpp: changed the current standard to C++17, this should be added to ... 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 ... Mon, 25 Jun 2018 09:54:28 GMT Jiri Svoboda [4e6a610] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/stdio.c (modified) * uspace/lib/c/generic/tmpfile.c (added) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/tmpfile.h (added) * uspace/lib/c/test/main.c (modified) * uspace/lib/c/test/stdio.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/stdlib.c (modified) * uspace/lib/posix/src/unistd.c (modified) * uspace/lib/posix/test/main.c (modified) * uspace/lib/posix/test/scanf.c (deleted) * uspace/lib/posix/test/stdio.c (added) * uspace/lib/posix/test/stdlib.c (added) * uspace/lib/posix/test/unistd.c (added) Temporary file functions rework. Fix libposix access() not working on ... Thu, 14 Jun 2018 19:02:26 GMT Jiří Zárevúcky [2f7d77c6] * HelenOS.config (modified) * kernel/Makefile (modified) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/mem.h (modified) * kernel/generic/src/lib/memfnc.c (modified) * kernel/generic/src/lib/ubsan.c (added) * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/ubsan.c (added) * uspace/srv/fs/fat/fat_fat.c (modified) Add rudimentary support for undefined behavior sanitizer. Tue, 29 May 2018 21:14:40 GMT Jiří Zárevúcky [fc0b2a8] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (added) * uspace/lib/c/arch/amd64/_link.ld.in (added) * uspace/lib/c/arch/arm32/_link.ld.in (added) * uspace/lib/c/arch/ia32/_link.ld.in (added) * uspace/lib/c/arch/ia64/_link.ld.in (added) * uspace/lib/c/arch/mips32/_link.ld.in (added) * uspace/lib/c/arch/mips32eb/_link.ld.in (added) * uspace/lib/c/arch/ppc32/_link.ld.in (added) * uspace/lib/c/arch/riscv64/_link.ld.in (added) * uspace/lib/c/arch/sparc64/_link.ld.in (added) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/elf64_ia64_loader.x (deleted) Revert "Don't use custom ldscripts in uspace. (#38)" This reverts ... Fri, 25 May 2018 15:42:06 GMT GitHub [a05ec66] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (deleted) * uspace/lib/c/arch/amd64/_link.ld.in (deleted) * uspace/lib/c/arch/arm32/_link.ld.in (deleted) * uspace/lib/c/arch/ia32/_link.ld.in (deleted) * uspace/lib/c/arch/ia64/_link.ld.in (deleted) * uspace/lib/c/arch/mips32/_link.ld.in (deleted) * uspace/lib/c/arch/mips32eb/_link.ld.in (deleted) * uspace/lib/c/arch/ppc32/_link.ld.in (deleted) * uspace/lib/c/arch/riscv64/_link.ld.in (deleted) * uspace/lib/c/arch/sparc64/_link.ld.in (deleted) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/elf64_ia64_loader.x (added) Don't use custom ldscripts in uspace. (#38) Even with the ... Thu, 03 May 2018 05:37:08 GMT Jakub Jermar [f3fdecc] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (added) * uspace/lib/c/arch/amd64/_link.ld.in (added) * uspace/lib/c/arch/arm32/_link.ld.in (added) * uspace/lib/c/arch/ia32/_link.ld.in (added) * uspace/lib/c/arch/ia64/_link.ld.in (added) * uspace/lib/c/arch/mips32/_link.ld.in (added) * uspace/lib/c/arch/mips32eb/_link.ld.in (added) * uspace/lib/c/arch/ppc32/_link.ld.in (added) * uspace/lib/c/arch/riscv64/_link.ld.in (added) * uspace/lib/c/arch/sparc64/_link.ld.in (added) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/Makefile (modified) Revert "Don't use custom ldscripts in uspace." This reverts commit ... Wed, 02 May 2018 19:48:42 GMT Jiří Zárevúcky [66262a1b] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (deleted) * uspace/lib/c/arch/amd64/_link.ld.in (deleted) * uspace/lib/c/arch/arm32/_link.ld.in (deleted) * uspace/lib/c/arch/ia32/_link.ld.in (deleted) * uspace/lib/c/arch/ia64/_link.ld.in (deleted) * uspace/lib/c/arch/mips32/_link.ld.in (deleted) * uspace/lib/c/arch/mips32eb/_link.ld.in (deleted) * uspace/lib/c/arch/ppc32/_link.ld.in (deleted) * uspace/lib/c/arch/riscv64/_link.ld.in (deleted) * uspace/lib/c/arch/sparc64/_link.ld.in (deleted) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/Makefile (modified) Don't use custom ldscripts in uspace. Even with the *-linux-gnu ... Tue, 01 May 2018 19:02:23 GMT Jiří Zárevúcky [009c485] * boot/Makefile.build (modified) * boot/arch/mips32/src/Makefile.build (modified) * kernel/Makefile (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/sparc64/Makefile.inc (modified) * tools/xcw/bin/helenos-bld-config (modified) * tools/xcw/bin/helenos-ld (deleted) * tools/xcw/demo/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/srv/loader/Makefile (modified) Always use CC for linking. Tue, 10 Apr 2018 18:51:14 GMT Jiří Zárevúcky [20287223] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/riscv64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/srv/loader/Makefile (modified) Instead of having a special linker script for loader, move its base ... Thu, 08 Mar 2018 18:54:30 GMT Jiří Zárevúcky [53ad43c] * boot/Makefile.build (modified) * boot/arch/arm32/include/arch/arch.h (modified) * boot/arch/mips32/include/arch/arch.h (modified) * boot/arch/mips32/src/Makefile.build (modified) * boot/arch/ppc32/include/arch/arch.h (modified) * boot/arch/riscv64/include/arch/mm.h (modified) * kernel/Makefile (modified) * kernel/arch/amd64/include/arch/boot/boot.h (modified) * kernel/arch/amd64/include/arch/cpu.h (modified) * kernel/arch/amd64/include/arch/cpuid.h (modified) * kernel/arch/amd64/include/arch/mm/frame.h (modified) * kernel/arch/amd64/include/arch/mm/page.h (modified) * kernel/arch/amd64/include/arch/pm.h (modified) * kernel/arch/amd64/include/arch/vreg.h (modified) * kernel/arch/arm32/include/arch/context.h (modified) * kernel/arch/arm32/include/arch/mm/frame.h (modified) * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/ia32/include/arch/boot/boot.h (modified) * kernel/arch/ia32/include/arch/boot/memmap.h (modified) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/include/arch/mm/frame.h (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia32/include/arch/pm.h (modified) * kernel/arch/ia32/include/arch/smp/apic.h (modified) * kernel/arch/ia32/include/arch/vreg.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/frame.h (modified) * kernel/arch/ia64/include/arch/mm/page.h (modified) * kernel/arch/ia64/include/arch/register.h (modified) * kernel/arch/mips32/include/arch/mm/frame.h (modified) * kernel/arch/mips32/include/arch/mm/page.h (modified) * kernel/arch/ppc32/include/arch/boot/boot.h (modified) * kernel/arch/ppc32/include/arch/mm/frame.h (modified) * kernel/arch/ppc32/include/arch/mm/page.h (modified) * kernel/arch/riscv64/include/arch/boot/boot.h (modified) * kernel/arch/riscv64/include/arch/cpu.h (modified) * kernel/arch/riscv64/include/arch/mm/frame.h (modified) * kernel/arch/riscv64/include/arch/mm/page.h (modified) * kernel/arch/sparc64/include/arch/arch.h (modified) * kernel/arch/sparc64/include/arch/boot/boot.h (modified) * kernel/arch/sparc64/include/arch/cpu.h (modified) * kernel/arch/sparc64/include/arch/mm/frame.h (modified) * kernel/arch/sparc64/include/arch/mm/page.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/frame.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/mmu.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tsb.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tte.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/page.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tlb.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/sun4u/cpu.h (modified) * kernel/arch/sparc64/include/arch/sun4v/cpu.h (modified) * kernel/arch/sparc64/include/arch/sun4v/hypercall.h (modified) * kernel/arch/sparc64/include/arch/trap/exception.h (modified) * kernel/arch/sparc64/include/arch/trap/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/regwin.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4u/mmu.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4u/regwin.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/sun4v/regwin.h (modified) * kernel/arch/sparc64/include/arch/trap/trap_table.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot2.h (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mm/asid.h (modified) * tools/autogen.py (modified) * uspace/Makefile.common (modified) Replace __ASM__ macro with the standard __ASSEMBLER__. At least, ... Thu, 08 Feb 2018 19:33:49 GMT Jiří Zárevúcky [ea42e44] * uspace/Makefile.common (modified) * uspace/lib/posix/Makefile (modified) Third party build improvements. Add HELENOS_ARCH, HELENOS_CXXFLAGS ... 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 ... Thu, 25 Jan 2018 17:12:06 GMT Jiří Zárevúcky [1ab3c4b] * kernel/Makefile (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/ia32/Makefile.inc (modified) * uspace/Makefile.common (modified) Remove a few unnecessary compiler flags. -fno-builtin is implied by ... Mon, 15 Jan 2018 21:40:49 GMT Jiří Zárevúcky [1848f8e] * uspace/Makefile.common (modified) * uspace/lib/c/generic/malloc.c (modified) Instead of defining _HELENOS_SOURCE in each individual file, put it ... Sun, 12 Nov 2017 12:23:53 GMT Jakub Jermar [e6ae77a] * uspace/Makefile.common (modified) Include the version makefile again This is necessary so that e.g. ... Sun, 12 Nov 2017 11:32:46 GMT Jakub Jermar [fe171357] * boot/Makefile.build (modified) * kernel/Makefile (modified) * uspace/Makefile.common (modified) Make assembler warnings fatal again for all architectures 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. Fri, 10 Nov 2017 00:21:12 GMT jzr [731d8f9] * uspace/Makefile.common (modified) Fix a Makefile bug. 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 23:41:26 GMT jzr [7b884e55] * uspace/Makefile.common (modified) * uspace/lib/softint/Makefile (modified) Also temporarily disallow shared libsoftint. libsoftint ... Wed, 08 Nov 2017 22:46:01 GMT jzr [378948d] * uspace/Makefile.common (modified) Remove the no longer used POSIX_COMPAT flag. Wed, 08 Nov 2017 22:43:39 GMT jzr [9d8b12da] * uspace/Makefile.common (modified) * uspace/app/barber/Makefile (modified) * uspace/app/fontviewer/Makefile (modified) * uspace/app/tester/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/lib/math/Makefile (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softrend/Makefile (modified) * uspace/srv/hid/compositor/Makefile (modified) Instead of setting MATH=y, just list 'math' in dependencies like a ... Wed, 08 Nov 2017 21:59:02 GMT jzr [d2e7a51] * uspace/Makefile.common (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/riscv64/Makefile.common (modified) Link libsoftfloat unconditionally on all architectures. It doesn't ... 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 23:14:00 GMT jzr [c631734] * boot/Makefile.build (modified) * kernel/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/dltest/Makefile (modified) * uspace/lib/math/Makefile (modified) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/softint/Makefile (modified) Mostly cleanup in uspace/Makefile.common. - Pass -MP in addition to ... 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. Mon, 06 Nov 2017 21:04:24 GMT jzr [7f881cd8] * boot/Makefile.build (modified) * boot/Makefile.common (modified) * kernel/Makefile (modified) * tools/jobfile.py (modified) * uspace/Makefile.common (modified) Simplify make precheck. Wed, 01 Nov 2017 18:17:23 GMT jzr [315130c] * kernel/Makefile (modified) * uspace/Makefile.common (modified) Strip binaries using a linker option instead of calling a separate ... Wed, 01 Nov 2017 17:06:13 GMT jzr [52a7f238] * uspace/Makefile.common (modified) Merge .disasm makefile rules. Wed, 01 Nov 2017 17:05:20 GMT jzr [a4e3976] * uspace/Makefile.common (modified) Fix minor issues in a makefile. Sat, 28 Oct 2017 17:36:13 GMT jzr [eca820c] * uspace/Makefile.common (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/riscv64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) Revert change to the way startup file is referenced. The path is ... Fri, 27 Oct 2017 16:53:54 GMT jzr [dd162f6] * boot/Makefile.build (modified) * kernel/Makefile (modified) * uspace/Makefile.common (modified) Use -fdebug-prefix-map for reproducible debug info. Fri, 27 Oct 2017 16:51:42 GMT jzr [584121d] * uspace/Makefile.common (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/riscv64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) Move reference to the startup object file (entry.o) out of the linker ... Thu, 26 Oct 2017 23:45:41 GMT jzr [37e8c4a] * boot/Makefile.build (modified) * kernel/Makefile (modified) * kernel/generic/src/ipc/sysipc_ops.c (modified) * uspace/Makefile.common (modified) Disallow common symbols. They are never needed. Sat, 21 Oct 2017 04:49:44 GMT jzr [9c14309] * uspace/Makefile.common (modified) * uspace/lib/pcut/Makefile (modified) Fix a small inconsistency introduced in previous commit. Sat, 21 Oct 2017 04:41:07 GMT jzr [4761f54] * .bzrignore (modified) * boot/Makefile (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * kernel/Makefile (modified) * tools/autotool.py (modified) * uspace/Makefile.common (modified) * uspace/lib/pcut/Makefile (modified) Get rid of makedepend. Mon, 09 Oct 2017 18:17:05 GMT jzr [d75dc05] * HelenOS.config (modified) * boot/Makefile.build (modified) * contrib/tools/random_check.sh (modified) * kernel/Makefile (modified) * tools/autotool.py (modified) * uspace/Makefile.common (modified) Remove the unmaintained and likely broken ICC support. Wed, 04 Oct 2017 17:25:20 GMT jzr [a41cda7] * kernel/Makefile (modified) * uspace/Makefile.common (modified) Adjust clang arguments. Tue, 03 Oct 2017 18:12:17 GMT jzr [a0a273e] * HelenOS.config (modified) * boot/Makefile.build (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/amd64/Makefile.inc (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/riscv64/Makefile.inc (modified) * kernel/arch/sparc64/Makefile.inc (modified) * tools/autotool.py (modified) * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) Unify compiler handling a bit. Most compiler flags have been ... Tue, 03 Oct 2017 16:04:22 GMT jzr [2c52073] * HelenOS.config (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) * uspace/Makefile.common (modified) Remove CONFIG_OPTIMIZE_FOR_SIZE and instead directly set OPTIMIZATION ... Thu, 31 Aug 2017 18:56:55 GMT Jiri Svoboda [94c5bc1] * uspace/Makefile.common (modified) Build disassembly files for test binaries. Mon, 05 Jun 2017 16:21:21 GMT Jakub Jermar [9780584] * uspace/Makefile.common (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) Use -ffunction-sections and --gc-sections This change results in ... Tue, 11 Oct 2016 08:20:59 GMT Jakub Jermar [c8dc9ac] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/test/main.c (modified) * uspace/lib/c/test/str.c (added) * uspace/srv/hid/compositor/compositor.c (modified) Merge from lp:~werkov/helenos/various-fixes Wed, 31 Aug 2016 11:15:39 GMT Martin Decky [58563585] * .bzrignore (modified) * boot/arch/ia64/Makefile.inc (modified) * uspace/Makefile.common (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/list.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.h (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/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_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/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/transfer_list.h (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.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/main.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.h (modified) * uspace/drv/bus/usb/vhc/devconn.c (modified) * 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/ath_usb.c (modified) * uspace/lib/c/arch/amd64/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia32/src/syscall.S (modified) * uspace/lib/c/arch/ia64/src/fibril.S (modified) * uspace/lib/c/arch/ia64/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/ia64/src/syscall.S (modified) * uspace/lib/c/arch/mips32/src/entryjmp.S (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/dnsr.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_ahci.c (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/include/usb_iface.h (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/math/arch/amd64/src/sin.S (modified) * uspace/lib/math/arch/ia32/src/cos.S (modified) * uspace/lib/math/arch/ia32/src/sin.S (modified) * uspace/lib/math/arch/ia32/src/trunc.S (modified) * uspace/lib/usb/include/usb/classes/hub.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/usb.h (modified) * uspace/lib/usb/src/usb.c (modified) * uspace/lib/usbdev/include/usb/dev/poll.h (modified) * uspace/lib/usbdev/include/usb/dev/recognise.h (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/lib/usbvirt/include/usbvirt/device.h (modified) * uspace/lib/usbvirt/src/ctrltransfer.c (modified) * uspace/srv/bd/vbd/disk.c (modified) code review and cstyle cleanup (no change in functionality) Sun, 22 May 2016 19:50:03 GMT Jiri Svoboda [b272c67a] * uspace/Makefile.common (modified) Remove dynamic build restrictions. The one for pcut was never necessary. 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, 22 May 2016 18:10:41 GMT Jiri Svoboda [fe036fe] * uspace/Makefile.common (modified) Fix dynamic build. 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 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. Tue, 19 Apr 2016 17:04:15 GMT Jiri Svoboda [13dfa3f9] * kernel/arch/ia32/include/arch/barrier.h (modified) * uspace/Makefile.common (modified) * uspace/lib/c/generic/libc.c (modified) __IN_SHARED_LIBC__ is not needed. Fri, 15 Apr 2016 17:35:39 GMT Jiri Svoboda [8539cf2] * boot/Makefile.common (modified) * uspace/Makefile.common (modified) * uspace/lib/softint/Makefile (modified) libsoftint name no longer needs to be abbreviated. Tue, 05 Apr 2016 18:47:41 GMT Jiri Svoboda [e2e9a8a] * boot/Makefile.common (modified) * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/draw/Makefile (modified) * uspace/lib/graph/Makefile (modified) * uspace/lib/gui/Makefile (modified) * uspace/lib/http/Makefile (modified) * uspace/lib/math/Makefile (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/softint/Makefile (modified) * uspace/lib/softrend/Makefile (modified) * uspace/lib/uri/Makefile (modified) Shared libraries no longer need to observe 8+3 filename limit. Sat, 20 Feb 2016 19:02:20 GMT Jakub Jermar [ae7bbfd0] * boot/Makefile.build (modified) * kernel/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/sparc32/Makefile.common (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) build: Turn assembler and linker warnings into errors Sat, 20 Feb 2016 15:23:57 GMT Jakub Jermar [9e53406] * uspace/Makefile.common (modified) ia32: Fix dynamically linked build. 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. Sat, 27 Jun 2015 19:50:12 GMT Jiri Svoboda [28ed0d9] * uspace/Makefile.common (modified) * uspace/lib/c/generic/vbd.c (modified) * uspace/lib/c/include/ipc/vbd.h (modified) * uspace/lib/c/include/vbd.h (modified) * uspace/lib/fdisk/include/types/fdisk.h (modified) * uspace/lib/fdisk/src/fdisk.c (modified) * uspace/lib/label/include/label.h (added) * uspace/lib/label/include/types/liblabel.h (added) * uspace/lib/label/src/label.c (modified) * uspace/srv/bd/vbd/Makefile (modified) * uspace/srv/bd/vbd/disk.c (added) * uspace/srv/bd/vbd/disk.h (added) * uspace/srv/bd/vbd/types/vbd.h (modified) * uspace/srv/bd/vbd/vbd.c (modified) VBD client API, liblabel API, pass partition creation/deletion ... 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. Wed, 17 Jun 2015 23:45:24 GMT Michal Koutný [cf3aee19] * .bzrignore (modified) * abi/include/abi/proc/uarg.h (modified) * boot/Makefile.common (modified) * boot/arch/arm32/src/mm.c (modified) * boot/arch/ppc32/include/asm.h (modified) * boot/arch/sparc32/src/ambapp.c (modified) * boot/arch/sparc32/src/mm.c (modified) * boot/generic/include/memstr.h (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/amd64/include/arch/asm.h (modified) * kernel/arch/amd64/src/fpu_context.c (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/security_ext.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/fpu_context.c (modified) * kernel/arch/ia32/src/fpu_context.c (modified) * kernel/arch/ia64/src/mm/vhpt.c (modified) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/fpu_context.c (modified) * kernel/arch/sparc32/src/sparc32.c (modified) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/memstr.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/ipc/ops/conctmeto.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/func.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/input.c (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/trace/trace.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/vhc/devconn.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.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/getopt.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/libc.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/generic/thread.c (modified) * 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/async.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/inet/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/malloc.h (modified) * uspace/lib/c/include/mem.h (modified) * 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/c/include/task.h (modified) * uspace/lib/http/include/http/http.h (modified) * uspace/lib/http/src/http.c (modified) * uspace/lib/http/src/request.c (modified) * uspace/lib/ieee80211/src/ieee80211.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/pcut/src/run.c (modified) * uspace/lib/posix/include/posix/errno.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/source/signal.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/srv/bd/sata_bd/sata_bd.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/klog/klog.c (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) Sync with mainline Fri, 12 Jun 2015 10:03:28 GMT Jakub Jermar [2f9a8e8] * uspace/Makefile.common (modified) Fix SPARC build regression by removing an accidentally committed change. 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. Sun, 24 May 2015 09:37:34 GMT Michal Koutný [fc7bf19] * uspace/Makefile.common (modified) Makefile: Fix generating dependencies of test object files 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 ... 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 ... Sun, 15 Mar 2015 15:31:49 GMT Martin Decky [795e2bf] * HelenOS.config (modified) * kernel/Makefile (modified) * tools/autogen.py (modified) * tools/autotool.py (modified) * uspace/Makefile.common (modified) revive clang support generate autotool and autogen probe sources in ... Fri, 13 Feb 2015 12:15:00 GMT Jan Kolarik [ab365c4] * uspace/Makefile.common (modified) * uspace/drv/bus/usb/ar9271/Makefile (modified) * uspace/drv/bus/usb/ar9271/ar9271.c (modified) * uspace/drv/bus/usb/ar9271/ar9271.h (modified) * uspace/drv/bus/usb/ar9271/htc.c (modified) * uspace/drv/bus/usb/ar9271/htc.h (modified) * uspace/drv/bus/usb/ar9271/hw.c (modified) * uspace/drv/bus/usb/ar9271/hw.h (modified) * uspace/drv/bus/usb/ar9271/wmi.c (modified) * uspace/drv/bus/usb/ar9271/wmi.h (modified) * uspace/lib/net/Makefile (modified) * uspace/lib/net/ieee80211/ieee80211.c (added) * uspace/lib/net/ieee80211/ieee80211_impl.c (added) * uspace/lib/net/include/ieee80211.h (added) * uspace/lib/net/include/ieee80211_impl.h (added) Created library for IEEE802.11 related stuff. Mostly done device ... 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 ... 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 ... 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. Fri, 19 Sep 2014 10:25:39 GMT Vojtech Horky [865b981] * HelenOS.config (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) Build (but do not include) PCUT tests by default Fri, 29 Aug 2014 20:37:26 GMT Jiri Svoboda [af0a2c7] * uspace/Makefile.common (modified) * uspace/drv/char/pl050/pl050.c (modified) Fix accidentally commited debugging code. Fri, 29 Aug 2014 20:32:20 GMT Jiri Svoboda [75751db6] * uspace/Makefile.common (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/i8042.h (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/char/ps2mouse/Makefile (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/Makefile (modified) * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/bd_srv.c (modified) * uspace/lib/c/generic/io/chardev.c (moved) * uspace/lib/c/generic/io/chardev_srv.c (added) * uspace/lib/c/include/io/chardev.h (moved) * uspace/lib/c/include/io/chardev_srv.h (moved) * uspace/lib/c/include/ipc/chardev.h (moved) Factor out chardev IPC from pl050, i8042, xtkbd and ps2mouse. Fri, 11 Apr 2014 08:30:52 GMT Vojtech Horky [508bc3a4] * uspace/Makefile.common (modified) Add missing PCUT clean-up Fri, 11 Apr 2014 08:10:18 GMT Vojtech Horky [01579ad] * HelenOS.config (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/pcut/Makefile (added) * uspace/lib/pcut/README.rst (added) * uspace/lib/pcut/base.mak (added) * uspace/lib/pcut/contrib/devcpp.mak (added) * uspace/lib/pcut/contrib/pcut.dev (added) * uspace/lib/pcut/helenos.mak (added) * uspace/lib/pcut/include/pcut/impl.h (added) * uspace/lib/pcut/include/pcut/prevs.h (added) * uspace/lib/pcut/include/pcut/test.h (added) * uspace/lib/pcut/pcut.mak (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/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/alloc.c (added) * uspace/lib/pcut/tests/alloc.expected (added) * uspace/lib/pcut/tests/asserts.c (added) * uspace/lib/pcut/tests/asserts.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/null.c (added) * uspace/lib/pcut/tests/null.expected (added) * uspace/lib/pcut/tests/nullteardown.c (added) * uspace/lib/pcut/tests/nullteardown.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/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/tested.c (added) * uspace/lib/pcut/tests/tested.h (added) * uspace/lib/pcut/tests/tests.mak (added) * uspace/lib/pcut/unix.mak (added) * uspace/lib/pcut/update-from-master.sh (added) * uspace/lib/pcut/windows.mak (added) Start work on PCUT integration PCUT is a simple library for ... Sat, 01 Mar 2014 23:03:21 GMT Martin Decky [d9be488] * HelenOS.config (modified) * uspace/Makefile.common (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/float/float2.c (added) * uspace/app/tester/float/float2.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/vdemo/Makefile (modified) * uspace/app/viewer/Makefile (modified) * uspace/app/vlaunch/Makefile (modified) * uspace/app/vterm/Makefile (modified) * uspace/lib/math/Makefile (modified) * uspace/lib/math/arch/abs32le/Makefile.inc (added) * uspace/lib/math/arch/abs32le/include/libarch/math.h (added) * uspace/lib/math/arch/amd64/Makefile.inc (added) * uspace/lib/math/arch/amd64/include/libarch/math.h (moved) * uspace/lib/math/arch/amd64/include/libarch/x87.h (added) * uspace/lib/math/arch/amd64/src/cos.S (added) * uspace/lib/math/arch/amd64/src/sin.S (added) * uspace/lib/math/arch/amd64/src/trunc.S (added) * uspace/lib/math/arch/arm32/Makefile.inc (added) * uspace/lib/math/arch/arm32/include/libarch/math.h (added) * uspace/lib/math/arch/ia32/Makefile.inc (added) * uspace/lib/math/arch/ia32/include/libarch/math.h (added) * uspace/lib/math/arch/ia32/include/libarch/x87.h (added) * uspace/lib/math/arch/ia32/src/cos.S (added) * uspace/lib/math/arch/ia32/src/sin.S (added) * uspace/lib/math/arch/ia32/src/trunc.S (added) * uspace/lib/math/arch/ia64/Makefile.inc (added) * uspace/lib/math/arch/ia64/include/libarch/math.h (added) * uspace/lib/math/arch/mips32/Makefile.inc (added) * uspace/lib/math/arch/mips32/include/libarch/math.h (added) * uspace/lib/math/arch/mips32eb/Makefile.inc (added) * uspace/lib/math/arch/mips32eb/include/libarch/math.h (added) * uspace/lib/math/arch/mips64/Makefile.inc (added) * uspace/lib/math/arch/mips64/include/libarch/math.h (added) * uspace/lib/math/arch/ppc32/Makefile.inc (added) * uspace/lib/math/arch/ppc32/include/libarch/math.h (added) * uspace/lib/math/arch/sparc32/Makefile.inc (added) * uspace/lib/math/arch/sparc32/include/libarch/math.h (added) * uspace/lib/math/arch/sparc64/Makefile.inc (added) * uspace/lib/math/arch/sparc64/include/libarch/math.h (added) * uspace/lib/math/generic/trunc.c (added) * uspace/lib/math/include/math.h (moved) * uspace/lib/math/include/mathtypes.h (added) * uspace/lib/math/include/trunc.h (moved) * uspace/lib/math/src/dummy.c (deleted) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/sftypes.h (modified) * uspace/lib/softfloat/softfloat.c (modified) * uspace/lib/softrend/Makefile (modified) * uspace/srv/hid/compositor/Makefile (modified) refactor floating point support * implement IA-32 and AMD64 ... Wed, 25 Dec 2013 13:05:25 GMT Martin Decky [0773396] * .bzrignore (added) * HelenOS.config (modified) * abi/include/abi/ipc/ipc.h (modified) * boot/Makefile (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * contrib/conf/arm32-qe.sh (deleted) * contrib/conf/ia32-qe.sh (deleted) * contrib/conf/net-qe.sh (deleted) * contrib/conf/ppc32-qe.sh (deleted) * contrib/conf/ski.conf (modified) * contrib/conf/sparc64-qe (deleted) * contrib/tools/toolchain_check.sh (added) * defaults/sparc64/niagara/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/arch/mm/frame.h (modified) * kernel/arch/abs32le/include/arch/mm/page.h (modified) * kernel/arch/amd64/include/arch/mm/frame.h (modified) * kernel/arch/amd64/include/arch/mm/page.h (modified) * kernel/arch/amd64/src/ddi/ddi.c (modified) * kernel/arch/amd64/src/proc/task.c (modified) * kernel/arch/arm32/include/arch/mm/frame.h (modified) * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/arch/arm32/src/mm/frame.c (modified) * kernel/arch/arm32/src/mm/page.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/include/arch/mm/frame.h (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia32/src/ddi/ddi.c (modified) * kernel/arch/ia32/src/mm/frame.c (modified) * kernel/arch/ia32/src/proc/task.c (modified) * kernel/arch/ia64/include/arch/mm/frame.h (modified) * kernel/arch/ia64/src/ddi/ddi.c (modified) * kernel/arch/ia64/src/mm/vhpt.c (modified) * kernel/arch/mips32/include/arch/asm.h (modified) * kernel/arch/mips32/include/arch/mm/frame.h (modified) * kernel/arch/mips32/include/arch/mm/page.h (modified) * kernel/arch/mips32/src/mach/malta/malta.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/mips64/include/arch/mm/frame.h (modified) * kernel/arch/ppc32/include/arch/mm/frame.h (modified) * kernel/arch/ppc32/include/arch/mm/page.h (modified) * kernel/arch/sparc64/include/arch/mm/frame.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/frame.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/frame.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4v/mmu.h (modified) * kernel/arch/sparc64/src/mm/sun4u/as.c (modified) * kernel/arch/sparc64/src/mm/sun4v/as.c (modified) * kernel/arch/sparc64/src/mm/sun4v/frame.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/doc/mm (modified) * kernel/genarch/include/genarch/drivers/am335x/irc.h (modified) * kernel/genarch/include/genarch/drivers/amdm37x/irc.h (modified) * kernel/genarch/include/genarch/drivers/omap/irc.h (added) * kernel/genarch/include/genarch/mm/page_pt.h (modified) * kernel/genarch/src/mm/as_pt.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/adt/bitmap.h (modified) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/buddy.h (deleted) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/src/adt/bitmap.c (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/adt/list.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/debug/panic.c (modified) * kernel/generic/src/debug/stacktrace.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/lib/ra.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/buddy.c (deleted) * 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/slab.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/mapping1.c (modified) * tools/autotool.py (modified) * tools/config.py (modified) * tools/ew.py (modified) * tools/toolchain-binutils-2.23.1.patch (added) * tools/toolchain-gcc-4.8.1-headers.patch (added) * tools/toolchain-gcc-4.8.1-targets.patch (added) * tools/toolchain-gdb-7.6.1.patch (added) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/mount/mount.c (modified) * uspace/app/corecfg/Makefile (moved) * uspace/app/corecfg/corecfg.c (added) * uspace/app/devctl/devctl.c (modified) * uspace/app/df/Makefile (moved) * uspace/app/df/df.c (added) * uspace/app/dnsres/dnsres.c (modified) * uspace/app/download/Makefile (added) * uspace/app/download/main.c (added) * uspace/app/edit/sheet.c (modified) * uspace/app/getterm/getterm.c (modified) * uspace/app/inet/inet.c (modified) * uspace/app/init/init.c (modified) * uspace/app/klog/klog.c (modified) * uspace/app/netspeed/Makefile (added) * uspace/app/netspeed/netspeed.c (added) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nettest3/nettest3.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/ping6/ping6.c (deleted) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/tester/thread/setjmp1.c (added) * uspace/app/tester/thread/setjmp1.def (added) * uspace/app/trace/trace.c (modified) * uspace/app/untar/Makefile (added) * uspace/app/untar/main.c (added) * uspace/app/untar/tar.c (added) * uspace/app/untar/tar.h (added) * uspace/app/usbinfo/dump.c (modified) * uspace/app/usbinfo/hid.c (modified) * uspace/app/viewer/Makefile (added) * uspace/app/viewer/viewer.c (added) * uspace/app/wavplay/dplay.c (modified) * uspace/app/wavplay/drec.c (modified) * uspace/app/wavplay/main.c (modified) * uspace/app/wavplay/wave.c (modified) * uspace/dist/logo.tga (added) * uspace/dist/src/c/demos/hello/build.gcc (added) * uspace/dist/src/c/demos/tetris/build.gcc (added) * uspace/dist/src/c/demos/tetris/screen.c (modified) * uspace/dist/src/python/demo/hello.py (added) * uspace/dist/src/python/demo/sintab.py (added) * uspace/dist/src/python/modules.py (added) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/audio/sb16/sb16.c (modified) * uspace/drv/audio/sb16/sb16.h (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/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ehci/res.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/res.c (modified) * uspace/drv/bus/usb/ohci/res.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/res.c (modified) * uspace/drv/bus/usb/uhci/res.h (modified) * uspace/drv/bus/usb/uhci/root_hub.c (modified) * uspace/drv/bus/usb/uhci/root_hub.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhcirh/main.c (modified) * uspace/drv/bus/usb/uhcirh/root_hub.c (modified) * uspace/drv/bus/usb/uhcirh/root_hub.h (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/vhc/transfer.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/i8042.h (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/fb/kfb/port.c (modified) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootmalta/Makefile (added) * uspace/drv/infrastructure/rootmalta/rootmalta.c (added) * uspace/drv/infrastructure/rootmalta/rootmalta.ma (added) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/driver.h (modified) * uspace/lib/block/block.c (modified) * uspace/lib/block/block.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/adt/list.c (modified) * uspace/lib/c/generic/cfg.c (modified) * uspace/lib/c/generic/corecfg.c (added) * uspace/lib/c/generic/ddi.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/pio_window.c (added) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/dhcp.c (added) * uspace/lib/c/generic/dnsr.c (modified) * uspace/lib/c/generic/futex.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/inetping6.c (deleted) * uspace/lib/c/generic/io/asprintf.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/pio_trace.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/setjmp.c (added) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/bitops.h (modified) * uspace/lib/c/include/cfg.h (modified) * uspace/lib/c/include/corecfg.h (added) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/device/pio_window.h (added) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/dhcp.h (added) * uspace/lib/c/include/inet/dnsr.h (modified) * uspace/lib/c/include/inet/inet.h (modified) * uspace/lib/c/include/inet/inetcfg.h (modified) * uspace/lib/c/include/inet/inetping.h (modified) * uspace/lib/c/include/inet/iplink.h (modified) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/lib/c/include/ipc/corecfg.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/dhcp.h (added) * uspace/lib/c/include/ipc/inet.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/math.h (added) * uspace/lib/c/include/net/ip_codes.h (deleted) * uspace/lib/c/include/net/socket.h (modified) * uspace/lib/c/include/net/socket_codes.h (modified) * uspace/lib/c/include/setjmp.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/sys/statfs.h (added) * uspace/lib/c/include/types/inet.h (moved) * uspace/lib/c/include/types/inetcfg.h (added) * uspace/lib/c/include/types/inetping.h (moved) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/draw/drawctx.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_pio_window.c (added) * uspace/lib/drv/include/ops/pio_window.h (added) * uspace/lib/drv/include/remote_pio_window.h (added) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/lib/graph/graph.c (modified) * uspace/lib/gui/canvas.c (modified) * uspace/lib/gui/canvas.h (modified) * uspace/lib/gui/connection.c (modified) * uspace/lib/gui/grid.c (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/http/Makefile (added) * uspace/lib/http/include/http/ctype.h (added) * uspace/lib/http/include/http/errno.h (added) * uspace/lib/http/include/http/http.h (added) * uspace/lib/http/include/http/receive-buffer.h (added) * uspace/lib/http/src/headers.c (added) * uspace/lib/http/src/http.c (added) * uspace/lib/http/src/receive-buffer.c (added) * uspace/lib/http/src/request.c (added) * uspace/lib/http/src/response.c (added) * uspace/lib/math/Makefile (added) * uspace/lib/math/src/dummy.c (added) * uspace/lib/net/include/socket_core.h (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/float.h (modified) * uspace/lib/posix/include/posix/math.h (modified) * uspace/lib/posix/include/posix/pthread.h (added) * uspace/lib/posix/include/posix/setjmp.h (moved) * uspace/lib/posix/include/posix/stdint.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/time.h (modified) * uspace/lib/posix/source/internal/common.h (modified) * uspace/lib/posix/source/math.c (deleted) * uspace/lib/posix/source/pthread/condvar.c (added) * uspace/lib/posix/source/pthread/keys.c (added) * uspace/lib/posix/source/pthread/mutex.c (added) * uspace/lib/posix/source/pthread/threads.c (added) * uspace/lib/posix/source/stdlib.c (modified) * uspace/lib/posix/source/unistd.c (modified) * uspace/lib/posix/tools/create-redefines.sh (deleted) * uspace/lib/posix/tools/get-collision-list.sh (deleted) * uspace/lib/posix/tools/transform-symbols.sh (deleted) * uspace/lib/softfloat/softfloat.c (modified) * uspace/lib/softfloat/softfloat.h (modified) * uspace/lib/softint/Makefile (modified) * uspace/lib/softint/generic/bits.c (added) * uspace/lib/softint/generic/shift.c (modified) * uspace/lib/softint/include/bits.h (added) * uspace/lib/softint/include/shift.h (modified) * uspace/lib/uri/Makefile (added) * uspace/lib/uri/ctype.h (added) * uspace/lib/uri/uri.c (added) * uspace/lib/uri/uri.h (added) * 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/src/usb_endpoint_manager.c (modified) * uspace/srv/audio/hound/audio_device.c (modified) * uspace/srv/audio/hound/audio_sink.c (modified) * uspace/srv/audio/hound/audio_source.c (modified) * uspace/srv/audio/hound/connection.h (modified) * uspace/srv/audio/hound/hound.c (modified) * uspace/srv/audio/hound/hound_ctx.c (modified) * uspace/srv/audio/hound/hound_ctx.h (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/devman/Makefile (modified) * uspace/srv/devman/client_conn.c (added) * uspace/srv/devman/client_conn.h (added) * uspace/srv/devman/dev.c (added) * uspace/srv/devman/dev.h (added) * uspace/srv/devman/devman.c (deleted) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/devtree.c (added) * uspace/srv/devman/devtree.h (added) * uspace/srv/devman/driver.c (added) * uspace/srv/devman/driver.h (added) * uspace/srv/devman/drv_conn.c (added) * uspace/srv/devman/drv_conn.h (added) * uspace/srv/devman/fun.c (added) * uspace/srv/devman/fun.h (added) * uspace/srv/devman/loc.c (added) * uspace/srv/devman/loc.h (added) * uspace/srv/devman/main.c (modified) * uspace/srv/devman/main.h (added) * uspace/srv/devman/match.c (modified) * uspace/srv/devman/match.h (added) * uspace/srv/devman/util.c (modified) * uspace/srv/devman/util.h (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext4fs/Makefile (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/Makefile (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/mfs/mfs_rw.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/fs/udf/udf_ops.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/output/output.c (modified) * uspace/srv/hid/output/port/ega.c (modified) * uspace/srv/hid/output/port/kchar.c (modified) * uspace/srv/hid/output/port/niagara.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/rfb/Makefile (added) * uspace/srv/hid/rfb/main.c (added) * uspace/srv/hid/rfb/rfb.c (added) * uspace/srv/hid/rfb/rfb.h (added) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/locsrv/category.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/logs.c (modified) * uspace/srv/net/dhcp/Makefile (added) * uspace/srv/net/dhcp/dhcp.c (added) * uspace/srv/net/dhcp/dhcp.h (moved) * uspace/srv/net/dhcp/dhcp_std.h (added) * uspace/srv/net/dhcp/main.c (added) * uspace/srv/net/dhcp/transport.c (added) * uspace/srv/net/dhcp/transport.h (added) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/dnsrsrv.c (modified) * uspace/srv/net/dnsrsrv/query.c (modified) * uspace/srv/net/dnsrsrv/query.h (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/atrans.c (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/inetsrv/Makefile (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/icmp.c (modified) * uspace/srv/net/inetsrv/icmp.h (modified) * uspace/srv/net/inetsrv/icmpv6.c (modified) * uspace/srv/net/inetsrv/icmpv6.h (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inet_link.h (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetping.h (modified) * uspace/srv/net/inetsrv/inetping6.c (deleted) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/inetsrv/ndp.c (modified) * uspace/srv/net/inetsrv/ntrans.c (modified) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/inetsrv/sroute.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/nconfsrv/Makefile (added) * uspace/srv/net/nconfsrv/iplink.c (added) * uspace/srv/net/nconfsrv/iplink.h (added) * uspace/srv/net/nconfsrv/nconfsrv.c (added) * uspace/srv/net/nconfsrv/nconfsrv.h (added) * uspace/srv/net/slip/slip.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/conn.h (modified) * uspace/srv/net/tcp/pdu.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/ucall.c (modified) * uspace/srv/net/udp/ucall.h (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/net/udp/udp_type.h (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/taskmon/taskmon.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) merge mainline changes Mon, 16 Dec 2013 13:11:10 GMT Vojtech Horky [8620b2f] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/c/include/math.h (added) * uspace/lib/math/Makefile (added) * uspace/lib/math/src/dummy.c (added) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/math.h (modified) * uspace/lib/posix/source/math.c (deleted) Move math functions into a separate library Their implementation is ... Sun, 13 Oct 2013 20:59:33 GMT Vojtech Horky [c2a6983] * .bzrignore (added) * abi/include/abi/ipc/ipc.h (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/include/cp15.h (added) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/main.c (modified) * boot/arch/arm32/src/mm.c (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/sparc64/src/asm.S (modified) * contrib/conf/ia32-qe.sh (modified) * defaults/sparc64/niagara/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/arch/mm/frame.h (modified) * kernel/arch/abs32le/include/arch/mm/page.h (modified) * kernel/arch/amd64/include/arch/mm/frame.h (modified) * kernel/arch/amd64/include/arch/mm/page.h (modified) * kernel/arch/amd64/src/ddi/ddi.c (modified) * kernel/arch/amd64/src/proc/task.c (modified) * kernel/arch/arm32/include/arch/asm.h (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/mm/frame.h (modified) * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/arch/arm32/src/mm/frame.c (modified) * kernel/arch/arm32/src/mm/page.c (modified) * kernel/arch/arm32/src/mm/tlb.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/include/arch/mm/frame.h (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia32/src/ddi/ddi.c (modified) * kernel/arch/ia32/src/proc/task.c (modified) * kernel/arch/ia64/include/arch/mm/frame.h (modified) * kernel/arch/ia64/src/ddi/ddi.c (modified) * kernel/arch/ia64/src/mm/vhpt.c (modified) * kernel/arch/mips32/include/arch/asm.h (modified) * kernel/arch/mips32/include/arch/mm/frame.h (modified) * kernel/arch/mips32/include/arch/mm/page.h (modified) * kernel/arch/mips32/src/mach/malta/malta.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/mips64/include/arch/mm/frame.h (modified) * kernel/arch/ppc32/include/arch/mm/frame.h (modified) * kernel/arch/ppc32/include/arch/mm/page.h (modified) * kernel/arch/sparc64/include/arch/mm/frame.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/frame.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/frame.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4v/mmu.h (modified) * kernel/arch/sparc64/src/mm/sun4u/as.c (modified) * kernel/arch/sparc64/src/mm/sun4v/as.c (modified) * kernel/arch/sparc64/src/mm/sun4v/frame.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/doc/mm (modified) * kernel/genarch/include/genarch/drivers/am335x/irc.h (modified) * kernel/genarch/include/genarch/drivers/amdm37x/gpt.h (modified) * kernel/genarch/include/genarch/drivers/amdm37x/irc.h (modified) * kernel/genarch/include/genarch/drivers/omap/irc.h (added) * kernel/genarch/include/genarch/mm/page_pt.h (modified) * kernel/genarch/src/mm/as_pt.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/adt/bitmap.h (modified) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mm/buddy.h (deleted) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/src/adt/bitmap.c (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/adt/list.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/debug/panic.c (modified) * kernel/generic/src/debug/stacktrace.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/lib/ra.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/buddy.c (deleted) * 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/slab.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/mapping1.c (modified) * tools/config.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/mount/mount.c (modified) * uspace/app/corecfg/Makefile (moved) * uspace/app/corecfg/corecfg.c (added) * uspace/app/devctl/devctl.c (modified) * uspace/app/df/Makefile (added) * uspace/app/df/df.c (added) * uspace/app/dnsres/dnsres.c (modified) * uspace/app/download/Makefile (added) * uspace/app/download/main.c (added) * uspace/app/edit/sheet.c (modified) * uspace/app/getterm/getterm.c (modified) * uspace/app/inet/inet.c (modified) * uspace/app/init/init.c (modified) * uspace/app/klog/klog.c (modified) * uspace/app/mixerctl/Makefile (added) * uspace/app/mixerctl/mixerctl.c (added) * uspace/app/netspeed/Makefile (added) * uspace/app/netspeed/netspeed.c (added) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nettest3/nettest3.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/ping6/ping6.c (deleted) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/usbinfo/dump.c (modified) * uspace/app/usbinfo/hid.c (modified) * uspace/app/viewer/Makefile (added) * uspace/app/viewer/viewer.c (added) * uspace/app/wavplay/Makefile (added) * uspace/app/wavplay/dplay.c (added) * uspace/app/wavplay/dplay.h (added) * uspace/app/wavplay/drec.c (added) * uspace/app/wavplay/drec.h (added) * uspace/app/wavplay/main.c (added) * uspace/app/wavplay/wave.c (added) * uspace/app/wavplay/wave.h (added) * uspace/dist/logo.tga (added) * uspace/drv/audio/sb16/Makefile (added) * uspace/drv/audio/sb16/ddf_log.h (added) * uspace/drv/audio/sb16/dsp.c (added) * uspace/drv/audio/sb16/dsp.h (added) * uspace/drv/audio/sb16/dsp_commands.h (added) * uspace/drv/audio/sb16/main.c (added) * uspace/drv/audio/sb16/mixer.c (added) * uspace/drv/audio/sb16/mixer.h (added) * uspace/drv/audio/sb16/mixer_iface.c (added) * uspace/drv/audio/sb16/pcm_iface.c (added) * uspace/drv/audio/sb16/registers.h (added) * uspace/drv/audio/sb16/sb16.c (added) * uspace/drv/audio/sb16/sb16.h (added) * uspace/drv/audio/sb16/sb16.ma (added) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ata_bd/ata_bd.c (modified) * uspace/drv/block/ata_bd/main.c (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/i8237.h (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ehci/res.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/res.c (modified) * uspace/drv/bus/usb/ohci/res.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/res.c (modified) * uspace/drv/bus/usb/uhci/res.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhcirh/main.c (modified) * uspace/drv/bus/usb/uhcirh/root_hub.c (modified) * uspace/drv/bus/usb/uhcirh/root_hub.h (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/vhc/transfer.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/i8042.h (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/fb/kfb/port.c (modified) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c (modified) * uspace/drv/infrastructure/rootamdm37x/uhh.h (modified) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootmalta/Makefile (added) * uspace/drv/infrastructure/rootmalta/rootmalta.c (added) * uspace/drv/infrastructure/rootmalta/rootmalta.ma (added) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/driver.h (modified) * uspace/lib/block/block.c (modified) * uspace/lib/block/block.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/sparc64/Makefile.common (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/cfg.c (modified) * uspace/lib/c/generic/corecfg.c (added) * uspace/lib/c/generic/ddi.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/pio_window.c (added) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/dhcp.c (added) * uspace/lib/c/generic/dnsr.c (modified) * uspace/lib/c/generic/futex.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/inetping6.c (deleted) * uspace/lib/c/generic/io/asprintf.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/pio_trace.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/cfg.h (modified) * uspace/lib/c/include/corecfg.h (added) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/device/pio_window.h (added) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/dhcp.h (added) * uspace/lib/c/include/inet/dnsr.h (modified) * uspace/lib/c/include/inet/inet.h (modified) * uspace/lib/c/include/inet/inetcfg.h (modified) * uspace/lib/c/include/inet/inetping.h (modified) * uspace/lib/c/include/inet/iplink.h (modified) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/lib/c/include/ipc/corecfg.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/dhcp.h (added) * uspace/lib/c/include/ipc/inet.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/macros.h (modified) * uspace/lib/c/include/net/ip_codes.h (deleted) * uspace/lib/c/include/net/socket.h (modified) * uspace/lib/c/include/net/socket_codes.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/sys/statfs.h (added) * uspace/lib/c/include/types/inet.h (moved) * uspace/lib/c/include/types/inetcfg.h (added) * uspace/lib/c/include/types/inetping.h (moved) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/draw/drawctx.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_audio_mixer.c (added) * uspace/lib/drv/generic/remote_audio_pcm.c (added) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/generic/remote_pio_window.c (added) * uspace/lib/drv/include/audio_mixer_iface.h (added) * uspace/lib/drv/include/audio_pcm_iface.h (added) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/drv/include/ops/pio_window.h (added) * uspace/lib/drv/include/remote_audio_mixer.h (added) * uspace/lib/drv/include/remote_audio_pcm.h (added) * uspace/lib/drv/include/remote_pio_window.h (added) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/lib/graph/graph.c (modified) * uspace/lib/gui/canvas.c (modified) * uspace/lib/gui/canvas.h (modified) * uspace/lib/gui/connection.c (modified) * uspace/lib/gui/grid.c (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/hound/Makefile (added) * uspace/lib/hound/include/hound/client.h (added) * uspace/lib/hound/include/hound/protocol.h (added) * uspace/lib/hound/include/hound/server.h (added) * uspace/lib/hound/src/client.c (added) * uspace/lib/hound/src/protocol.c (added) * uspace/lib/http/Makefile (added) * uspace/lib/http/include/http/ctype.h (added) * uspace/lib/http/include/http/errno.h (added) * uspace/lib/http/include/http/http.h (added) * uspace/lib/http/include/http/receive-buffer.h (added) * uspace/lib/http/src/headers.c (added) * uspace/lib/http/src/http.c (added) * uspace/lib/http/src/receive-buffer.c (added) * uspace/lib/http/src/request.c (added) * uspace/lib/http/src/response.c (added) * uspace/lib/net/include/socket_core.h (modified) * uspace/lib/pcm/Makefile (added) * uspace/lib/pcm/include/pcm/format.h (added) * uspace/lib/pcm/include/pcm/sample_format.h (added) * uspace/lib/pcm/src/format.c (added) * uspace/lib/posix/include/posix/time.h (modified) * uspace/lib/posix/source/time.c (modified) * uspace/lib/softfloat/softfloat.c (modified) * uspace/lib/softfloat/softfloat.h (modified) * uspace/lib/uri/Makefile (added) * uspace/lib/uri/ctype.h (added) * uspace/lib/uri/uri.c (added) * uspace/lib/uri/uri.h (added) * 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/src/usb_endpoint_manager.c (modified) * uspace/srv/audio/hound/Makefile (added) * uspace/srv/audio/hound/audio_data.c (added) * uspace/srv/audio/hound/audio_data.h (added) * uspace/srv/audio/hound/audio_device.c (added) * uspace/srv/audio/hound/audio_device.h (added) * uspace/srv/audio/hound/audio_sink.c (added) * uspace/srv/audio/hound/audio_sink.h (added) * uspace/srv/audio/hound/audio_source.c (added) * uspace/srv/audio/hound/audio_source.h (added) * uspace/srv/audio/hound/connection.c (added) * uspace/srv/audio/hound/connection.h (added) * uspace/srv/audio/hound/hound.c (added) * uspace/srv/audio/hound/hound.h (added) * uspace/srv/audio/hound/hound_ctx.c (added) * uspace/srv/audio/hound/hound_ctx.h (added) * uspace/srv/audio/hound/iface.c (added) * uspace/srv/audio/hound/log.h (added) * uspace/srv/audio/hound/main.c (added) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/devman/Makefile (modified) * uspace/srv/devman/client_conn.c (added) * uspace/srv/devman/client_conn.h (added) * uspace/srv/devman/dev.c (added) * uspace/srv/devman/dev.h (added) * uspace/srv/devman/devman.c (deleted) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/devtree.c (added) * uspace/srv/devman/devtree.h (added) * uspace/srv/devman/driver.c (added) * uspace/srv/devman/driver.h (added) * uspace/srv/devman/drv_conn.c (added) * uspace/srv/devman/drv_conn.h (added) * uspace/srv/devman/fun.c (added) * uspace/srv/devman/fun.h (added) * uspace/srv/devman/loc.c (added) * uspace/srv/devman/loc.h (added) * uspace/srv/devman/main.c (modified) * uspace/srv/devman/main.h (added) * uspace/srv/devman/match.c (modified) * uspace/srv/devman/match.h (added) * uspace/srv/devman/util.c (modified) * uspace/srv/devman/util.h (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/mfs/mfs_rw.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/fs/udf/udf_ops.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/output/output.c (modified) * uspace/srv/hid/output/port/ega.c (modified) * uspace/srv/hid/output/port/kchar.c (modified) * uspace/srv/hid/output/port/niagara.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/rfb/Makefile (added) * uspace/srv/hid/rfb/main.c (added) * uspace/srv/hid/rfb/rfb.c (added) * uspace/srv/hid/rfb/rfb.h (added) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/locsrv/category.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/logs.c (modified) * uspace/srv/net/dhcp/Makefile (added) * uspace/srv/net/dhcp/dhcp.c (added) * uspace/srv/net/dhcp/dhcp.h (moved) * uspace/srv/net/dhcp/dhcp_std.h (added) * uspace/srv/net/dhcp/main.c (added) * uspace/srv/net/dhcp/transport.c (added) * uspace/srv/net/dhcp/transport.h (added) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/dnsrsrv.c (modified) * uspace/srv/net/dnsrsrv/query.c (modified) * uspace/srv/net/dnsrsrv/query.h (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/atrans.c (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/inetsrv/Makefile (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/icmp.c (modified) * uspace/srv/net/inetsrv/icmp.h (modified) * uspace/srv/net/inetsrv/icmpv6.c (modified) * uspace/srv/net/inetsrv/icmpv6.h (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inet_link.h (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetping.h (modified) * uspace/srv/net/inetsrv/inetping6.c (deleted) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/inetsrv/ndp.c (modified) * uspace/srv/net/inetsrv/ntrans.c (modified) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/inetsrv/sroute.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/nconfsrv/Makefile (added) * uspace/srv/net/nconfsrv/iplink.c (added) * uspace/srv/net/nconfsrv/iplink.h (added) * uspace/srv/net/nconfsrv/nconfsrv.c (added) * uspace/srv/net/nconfsrv/nconfsrv.h (added) * uspace/srv/net/slip/slip.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/conn.h (modified) * uspace/srv/net/tcp/pdu.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/ucall.c (modified) * uspace/srv/net/udp/ucall.h (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/net/udp/udp_type.h (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/taskmon/taskmon.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Merge mainline changes Sat, 14 Sep 2013 15:41:36 GMT Martin Sucha [d7b7f5e] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/download/Makefile (added) * uspace/app/download/main.c (added) * uspace/lib/http/Makefile (added) * uspace/lib/http/http.c (added) * uspace/lib/http/http.h (added) * uspace/lib/uri/Makefile (added) * uspace/lib/uri/ctype.h (added) * uspace/lib/uri/uri.c (added) * uspace/lib/uri/uri.h (added) Add a basic HTTP download tool