# # ChangeLog for uspace/Makefile.common in mainline # # Generated by Trac 1.6 # 2024-10-28T17:26:06Z 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 Mon, 02 Sep 2013 20:03:17 GMT Dominik Taborsky (AT DOT) [61ab4a9] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/hdisk/Makefile (added) * uspace/app/hdisk/common.h (added) * uspace/app/hdisk/func_gpt.c (added) * uspace/app/hdisk/func_gpt.h (added) * uspace/app/hdisk/func_mbr.c (added) * uspace/app/hdisk/func_mbr.h (added) * uspace/app/hdisk/func_none.c (added) * uspace/app/hdisk/func_none.h (added) * uspace/app/hdisk/hdisk.c (added) * uspace/app/hdisk/hdisk.h (added) * uspace/app/hdisk/input.c (added) * uspace/app/hdisk/input.h (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/checksum.c (added) * uspace/lib/c/include/checksum.h (added) * uspace/lib/gpt/Makefile (added) * uspace/lib/gpt/global.c (added) * uspace/lib/gpt/gpt.h (added) * uspace/lib/gpt/libgpt.c (added) * uspace/lib/gpt/libgpt.h (added) * uspace/lib/mbr/Makefile (added) * uspace/lib/mbr/libmbr.c (added) * uspace/lib/mbr/libmbr.h (added) * uspace/lib/mbr/mbr.h (added) libmbr, libgpt, hdisk merge Mon, 19 Aug 2013 17:23:31 GMT Jan Vesely [ab92305] * HelenOS.config (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (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/mips64/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * kernel/arch/ia32/src/mm/frame.c (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/frame.c (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/init/init.c (modified) * uspace/app/mixerctl/Makefile (added) * uspace/app/mixerctl/mixerctl.c (added) * uspace/app/wavplay/Makefile (added) * uspace/app/wavplay/dplay.c (added) * uspace/app/wavplay/dplay.h (added) * uspace/app/wavplay/drec.c (added) * uspace/app/wavplay/drec.h (added) * uspace/app/wavplay/main.c (added) * uspace/app/wavplay/wave.c (added) * uspace/app/wavplay/wave.h (added) * uspace/drv/audio/sb16/Makefile (added) * uspace/drv/audio/sb16/ddf_log.h (added) * uspace/drv/audio/sb16/dsp.c (added) * uspace/drv/audio/sb16/dsp.h (added) * uspace/drv/audio/sb16/dsp_commands.h (added) * uspace/drv/audio/sb16/main.c (added) * uspace/drv/audio/sb16/mixer.c (added) * uspace/drv/audio/sb16/mixer.h (added) * uspace/drv/audio/sb16/mixer_iface.c (added) * uspace/drv/audio/sb16/pcm_iface.c (added) * uspace/drv/audio/sb16/registers.h (added) * uspace/drv/audio/sb16/sb16.c (added) * uspace/drv/audio/sb16/sb16.h (added) * uspace/drv/audio/sb16/sb16.ma (added) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/i8237.h (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/device/hw_res_parsed.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_audio_mixer.c (added) * uspace/lib/drv/generic/remote_audio_pcm.c (added) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/include/audio_mixer_iface.h (added) * uspace/lib/drv/include/audio_pcm_iface.h (added) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/drv/include/remote_audio_mixer.h (added) * uspace/lib/drv/include/remote_audio_pcm.h (added) * uspace/lib/hound/Makefile (added) * uspace/lib/hound/include/hound/client.h (added) * uspace/lib/hound/include/hound/protocol.h (added) * uspace/lib/hound/include/hound/server.h (added) * uspace/lib/hound/src/client.c (added) * uspace/lib/hound/src/protocol.c (added) * uspace/lib/pcm/Makefile (added) * uspace/lib/pcm/include/pcm/format.h (added) * uspace/lib/pcm/include/pcm/sample_format.h (added) * uspace/lib/pcm/src/format.c (added) * uspace/lib/softfloat/softfloat.c (modified) * uspace/lib/softfloat/softfloat.h (modified) * uspace/srv/audio/hound/Makefile (added) * uspace/srv/audio/hound/audio_data.c (added) * uspace/srv/audio/hound/audio_data.h (added) * uspace/srv/audio/hound/audio_device.c (added) * uspace/srv/audio/hound/audio_device.h (added) * uspace/srv/audio/hound/audio_sink.c (added) * uspace/srv/audio/hound/audio_sink.h (added) * uspace/srv/audio/hound/audio_source.c (added) * uspace/srv/audio/hound/audio_source.h (added) * uspace/srv/audio/hound/connection.c (added) * uspace/srv/audio/hound/connection.h (added) * uspace/srv/audio/hound/hound.c (added) * uspace/srv/audio/hound/hound.h (added) * uspace/srv/audio/hound/hound_ctx.c (added) * uspace/srv/audio/hound/hound_ctx.h (added) * uspace/srv/audio/hound/iface.c (added) * uspace/srv/audio/hound/log.h (added) * uspace/srv/audio/hound/main.c (added) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/locsrv/locsrv.c (modified) Merge audio support. Includes audio server and sb16 driver. ... Thu, 15 Aug 2013 14:20:16 GMT Jan Vesely [03c971f] * HelenOS.config (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/include/cp15.h (added) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/main.c (modified) * boot/arch/arm32/src/mm.c (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/arm32/include/arch/asm.h (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/arch/arm32/src/mm/tlb.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/fpu_context.c (modified) * kernel/genarch/include/genarch/drivers/amdm37x/gpt.h (modified) * kernel/genarch/src/drivers/am335x/timer.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/cc.h (added) * kernel/generic/include/debug.h (modified) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/printf/verify.h (modified) * kernel/generic/src/main/main.c (modified) * kernel/test/print/print4.c (modified) * tools/autotool.py (modified) * tools/ew.py (modified) * tools/mkext2.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/builtins/batch/batch.c (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (deleted) * uspace/app/bdsh/cmds/modules/bdd/bdd.h (deleted) * uspace/app/bdsh/cmds/modules/bdd/bdd_def.h (deleted) * uspace/app/bdsh/cmds/modules/bdd/entry.h (deleted) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/pwd/pwd.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/binutils/intrusive.sh (modified) * uspace/app/binutils/toolchain.sh (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/dnscfg/dnscfg.c (modified) * uspace/app/dnsres/dnsres.c (modified) * uspace/app/edit/search_impl.h (modified) * uspace/app/edit/sheet_impl.h (modified) * uspace/app/inet/inet.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/nettest1/nettest.c (modified) * uspace/app/nettest1/nettest.h (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nettest3/nettest3.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/pcc/config.h (modified) * uspace/app/ping/ping.c (modified) * uspace/app/ping6/Makefile (added) * uspace/app/ping6/ping6.c (added) * uspace/drv/block/ata_bd/Makefile (added) * uspace/drv/block/ata_bd/ata_bd.c (moved) * uspace/drv/block/ata_bd/ata_bd.h (moved) * uspace/drv/block/ata_bd/ata_bd.ma (added) * uspace/drv/block/ata_bd/ata_hw.h (moved) * uspace/drv/block/ata_bd/main.c (added) * uspace/drv/block/ata_bd/main.h (added) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhcirh/main.c (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/vhc/hub/virthubops.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c (modified) * uspace/drv/infrastructure/rootamdm37x/uhh.h (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/Makefile.common (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/amd64/src/entry.s (modified) * uspace/lib/c/arch/amd64/src/entryjmp.s (modified) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/amd64/src/thread_entry.s (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/arch/ia32/src/entryjmp.s (modified) * uspace/lib/c/arch/ia32/src/fibril.S (modified) * uspace/lib/c/arch/ia32/src/setjmp.S (modified) * uspace/lib/c/arch/ia32/src/thread_entry.s (modified) * uspace/lib/c/generic/bitops.c (moved) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/dnsr.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/inetping6.c (added) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/net/inet.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/net/socket_parse.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/lib/c/include/bitops.h (modified) * uspace/lib/c/include/cc.h (added) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/dnsr.h (modified) * uspace/lib/c/include/inet/inetping.h (modified) * uspace/lib/c/include/inet/inetping6.h (added) * uspace/lib/c/include/inet/iplink.h (modified) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/lib/c/include/io/con_srv.h (modified) * uspace/lib/c/include/io/verify.h (modified) * uspace/lib/c/include/ipc/inet.h (modified) * uspace/lib/c/include/ipc/iplink.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/include/net/in.h (modified) * uspace/lib/c/include/net/in6.h (modified) * uspace/lib/c/include/net/inet.h (modified) * uspace/lib/c/include/net/ip_protocols.h (modified) * uspace/lib/c/include/net/socket_codes.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/draw/drawctx.h (modified) * uspace/lib/gui/connection.h (modified) * uspace/lib/gui/widget.h (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/ctype.h (modified) * uspace/lib/posix/include/posix/dirent.h (added) * uspace/lib/posix/include/posix/fcntl.h (modified) * uspace/lib/posix/include/posix/fenv.h (added) * uspace/lib/posix/include/posix/float.h (modified) * uspace/lib/posix/include/posix/fnmatch.h (modified) * uspace/lib/posix/include/posix/getopt.h (modified) * uspace/lib/posix/include/posix/inttypes.h (modified) * uspace/lib/posix/include/posix/locale.h (modified) * uspace/lib/posix/include/posix/math.h (modified) * uspace/lib/posix/include/posix/pwd.h (modified) * uspace/lib/posix/include/posix/signal.h (modified) * uspace/lib/posix/include/posix/stddef.h (modified) * uspace/lib/posix/include/posix/stdint.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/include/posix/sys/mman.h (modified) * uspace/lib/posix/include/posix/sys/stat.h (modified) * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/posix/include/posix/sys/wait.h (modified) * uspace/lib/posix/include/posix/time.h (modified) * uspace/lib/posix/include/posix/ucontext.h (added) * uspace/lib/posix/include/posix/unistd.h (modified) * uspace/lib/posix/source/ctype.c (modified) * uspace/lib/posix/source/errno.c (modified) * uspace/lib/posix/source/fcntl.c (modified) * uspace/lib/posix/source/fnmatch.c (modified) * uspace/lib/posix/source/getopt.c (modified) * uspace/lib/posix/source/locale.c (modified) * uspace/lib/posix/source/math.c (modified) * uspace/lib/posix/source/pwd.c (modified) * uspace/lib/posix/source/signal.c (modified) * uspace/lib/posix/source/stdio.c (modified) * uspace/lib/posix/source/stdio/scanf.c (modified) * uspace/lib/posix/source/stdlib.c (modified) * uspace/lib/posix/source/stdlib/strtol.c (modified) * uspace/lib/posix/source/stdlib/strtold.c (modified) * uspace/lib/posix/source/string.c (modified) * uspace/lib/posix/source/strings.c (modified) * uspace/lib/posix/source/sys/stat.c (modified) * uspace/lib/posix/source/sys/wait.c (modified) * uspace/lib/posix/source/time.c (modified) * uspace/lib/posix/source/unistd.c (modified) * uspace/lib/posix/tools/create-redefines.sh (added) * uspace/lib/posix/tools/get-collision-list.sh (added) * uspace/lib/posix/tools/transform-symbols.sh (added) * uspace/lib/usb/src/dev.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.h (modified) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.h (modified) * uspace/srv/net/dnsrsrv/dns_std.h (modified) * uspace/srv/net/dnsrsrv/dns_type.h (modified) * uspace/srv/net/dnsrsrv/dnsrsrv.c (modified) * uspace/srv/net/dnsrsrv/query.c (modified) * uspace/srv/net/dnsrsrv/query.h (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/dnsrsrv/transport.h (modified) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/arp.h (modified) * uspace/srv/net/ethip/atrans.c (modified) * uspace/srv/net/ethip/atrans.h (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip.h (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/ethip/ethip_nic.h (modified) * uspace/srv/net/ethip/pdu.c (modified) * uspace/srv/net/ethip/pdu.h (modified) * uspace/srv/net/ethip/std.h (modified) * uspace/srv/net/inetsrv/Makefile (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/addrobj.h (modified) * uspace/srv/net/inetsrv/icmp.c (modified) * uspace/srv/net/inetsrv/icmp_std.h (modified) * uspace/srv/net/inetsrv/icmpv6.c (added) * uspace/srv/net/inetsrv/icmpv6.h (moved) * uspace/srv/net/inetsrv/icmpv6_std.h (added) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inet_link.h (modified) * uspace/srv/net/inetsrv/inet_std.h (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetping.h (modified) * uspace/srv/net/inetsrv/inetping6.c (added) * uspace/srv/net/inetsrv/inetping6.h (added) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/inetsrv/ndp.c (added) * uspace/srv/net/inetsrv/ndp.h (added) * uspace/srv/net/inetsrv/ntrans.c (added) * uspace/srv/net/inetsrv/ntrans.h (added) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/pdu.h (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/inetsrv/sroute.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/slip/Makefile (moved) * uspace/srv/net/slip/slip.c (added) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/pdu.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/std.h (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/tcp/test.c (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/std.h (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/net/udp/udp_type.h (modified) Mainline changes. Sun, 28 Jul 2013 23:07:18 GMT Dominik Taborsky (AT DOT) [e3bc355] * HelenOS.config (modified) * abi/include/abi/bool.h (moved) * abi/include/abi/ddi/arg.h (moved) * abi/include/abi/ddi/irq.h (moved) * abi/include/abi/elf.h (moved) * abi/include/abi/errno.h (moved) * abi/include/abi/fb/visuals.h (moved) * abi/include/abi/ipc/event.h (moved) * abi/include/abi/ipc/ipc.h (moved) * abi/include/abi/ipc/methods.h (moved) * abi/include/abi/klog.h (added) * abi/include/abi/mm/as.h (moved) * abi/include/abi/proc/task.h (moved) * abi/include/abi/proc/thread.h (moved) * abi/include/abi/proc/uarg.h (moved) * abi/include/abi/synch.h (moved) * abi/include/abi/syscall.h (moved) * abi/include/abi/sysinfo.h (moved) * abi/include/abi/udebug.h (moved) * boot/Makefile (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/Makefile.uboot (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/_link.ld.in (modified) * boot/arch/arm32/include/arch.h (modified) * boot/arch/arm32/include/main.h (modified) * boot/arch/arm32/include/mm.h (modified) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/main.c (modified) * boot/arch/arm32/src/mm.c (modified) * boot/arch/arm32/src/putchar.c (modified) * boot/arch/ia64/src/main.c (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/_link.ld.in (modified) * boot/arch/mips32/include/arch.h (modified) * boot/arch/mips32/include/types.h (modified) * boot/arch/mips32/src/asm.S (modified) * boot/arch/mips32/src/main.c (modified) * boot/arch/mips32/src/putchar.c (modified) * boot/generic/include/memstr.h (modified) * boot/generic/src/memstr.c (modified) * contrib/conf/arm32-gx.sh (deleted) * contrib/conf/arm32-qe.sh (modified) * contrib/conf/ia32-qe.sh (modified) * contrib/conf/mips32-gx.sh (deleted) * contrib/conf/net-qe.sh (modified) * contrib/conf/ski.conf (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/GXemul/Makefile.config (deleted) * defaults/arm32/Makefile.config (modified) * defaults/arm32/beagleboardxm/Makefile.config (added) * defaults/arm32/beaglebone/Makefile.config (added) * defaults/arm32/gta02/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/GXemul/Makefile.config (deleted) * defaults/mips32/Makefile.config (modified) * defaults/mips32/malta-be/Makefile.config (added) * defaults/mips32/malta-le/Makefile.config (added) * defaults/mips64/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/abs32le/include/arch/arch.h (moved) * kernel/arch/abs32le/include/arch/asm.h (moved) * kernel/arch/abs32le/include/arch/atomic.h (moved) * kernel/arch/abs32le/include/arch/barrier.h (moved) * kernel/arch/abs32le/include/arch/context.h (moved) * kernel/arch/abs32le/include/arch/context_offset.h (moved) * kernel/arch/abs32le/include/arch/cpu.h (moved) * kernel/arch/abs32le/include/arch/cycle.h (moved) * kernel/arch/abs32le/include/arch/elf.h (moved) * kernel/arch/abs32le/include/arch/faddr.h (moved) * kernel/arch/abs32le/include/arch/fpu_context.h (moved) * kernel/arch/abs32le/include/arch/interrupt.h (moved) * kernel/arch/abs32le/include/arch/istate.h (moved) * kernel/arch/abs32le/include/arch/mm/as.h (moved) * kernel/arch/abs32le/include/arch/mm/asid.h (moved) * kernel/arch/abs32le/include/arch/mm/frame.h (moved) * kernel/arch/abs32le/include/arch/mm/km.h (moved) * kernel/arch/abs32le/include/arch/mm/page.h (moved) * kernel/arch/abs32le/include/arch/mm/tlb.h (moved) * kernel/arch/abs32le/include/arch/proc/task.h (moved) * kernel/arch/abs32le/include/arch/proc/thread.h (moved) * kernel/arch/abs32le/include/arch/stack.h (added) * kernel/arch/abs32le/include/arch/types.h (moved) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/arch.h (moved) * kernel/arch/amd64/include/arch/asm.h (moved) * kernel/arch/amd64/include/arch/atomic.h (moved) * kernel/arch/amd64/include/arch/barrier.h (added) * kernel/arch/amd64/include/arch/bios (added) * kernel/arch/amd64/include/arch/boot/boot.h (moved) * kernel/arch/amd64/include/arch/boot/memmap.h (added) * kernel/arch/amd64/include/arch/context.h (moved) * kernel/arch/amd64/include/arch/context_offset.h (moved) * kernel/arch/amd64/include/arch/cpu.h (moved) * kernel/arch/amd64/include/arch/cpuid.h (moved) * kernel/arch/amd64/include/arch/cycle.h (moved) * kernel/arch/amd64/include/arch/ddi/ddi.h (moved) * kernel/arch/amd64/include/arch/debugger.h (moved) * kernel/arch/amd64/include/arch/drivers (added) * kernel/arch/amd64/include/arch/elf.h (moved) * kernel/arch/amd64/include/arch/faddr.h (moved) * kernel/arch/amd64/include/arch/fpu_context.h (added) * kernel/arch/amd64/include/arch/interrupt.h (moved) * kernel/arch/amd64/include/arch/istate.h (moved) * kernel/arch/amd64/include/arch/mm/as.h (moved) * kernel/arch/amd64/include/arch/mm/asid.h (added) * kernel/arch/amd64/include/arch/mm/frame.h (moved) * kernel/arch/amd64/include/arch/mm/km.h (moved) * kernel/arch/amd64/include/arch/mm/page.h (moved) * kernel/arch/amd64/include/arch/mm/ptl.h (moved) * kernel/arch/amd64/include/arch/mm/tlb.h (moved) * kernel/arch/amd64/include/arch/pm.h (moved) * kernel/arch/amd64/include/arch/proc/task.h (moved) * kernel/arch/amd64/include/arch/proc/thread.h (moved) * kernel/arch/amd64/include/arch/smp (added) * kernel/arch/amd64/include/arch/stack.h (moved) * kernel/arch/amd64/include/arch/syscall.h (moved) * kernel/arch/amd64/include/arch/types.h (moved) * kernel/arch/amd64/include/barrier.h (deleted) * kernel/arch/amd64/include/bios (deleted) * kernel/arch/amd64/include/boot/memmap.h (deleted) * kernel/arch/amd64/include/drivers (deleted) * kernel/arch/amd64/include/fpu_context.h (deleted) * kernel/arch/amd64/include/mm/asid.h (deleted) * kernel/arch/amd64/include/smp (deleted) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/debugger.c (deleted) * kernel/arch/amd64/src/fpu_context.c (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/_link.ld.in (modified) * kernel/arch/arm32/include/arch/arch.h (moved) * kernel/arch/arm32/include/arch/asm.h (moved) * kernel/arch/arm32/include/arch/asm/boot.h (moved) * kernel/arch/arm32/include/arch/atomic.h (moved) * kernel/arch/arm32/include/arch/barrier.h (added) * kernel/arch/arm32/include/arch/cache.h (added) * kernel/arch/arm32/include/arch/context.h (moved) * kernel/arch/arm32/include/arch/cp15.h (added) * kernel/arch/arm32/include/arch/cpu.h (moved) * kernel/arch/arm32/include/arch/cycle.h (moved) * kernel/arch/arm32/include/arch/elf.h (moved) * kernel/arch/arm32/include/arch/exception.h (moved) * kernel/arch/arm32/include/arch/faddr.h (moved) * kernel/arch/arm32/include/arch/fpu_context.h (moved) * kernel/arch/arm32/include/arch/interrupt.h (moved) * kernel/arch/arm32/include/arch/istate.h (moved) * kernel/arch/arm32/include/arch/mach/beagleboardxm/beagleboardxm.h (added) * kernel/arch/arm32/include/arch/mach/beaglebone/beaglebone.h (added) * kernel/arch/arm32/include/arch/mach/gta02/gta02.h (moved) * kernel/arch/arm32/include/arch/mach/integratorcp/integratorcp.h (moved) * kernel/arch/arm32/include/arch/mach/testarm/testarm.h (moved) * kernel/arch/arm32/include/arch/machine_func.h (moved) * kernel/arch/arm32/include/arch/mm/as.h (moved) * kernel/arch/arm32/include/arch/mm/asid.h (moved) * kernel/arch/arm32/include/arch/mm/frame.h (moved) * kernel/arch/arm32/include/arch/mm/km.h (moved) * kernel/arch/arm32/include/arch/mm/page.h (added) * kernel/arch/arm32/include/arch/mm/page_armv4.h (moved) * kernel/arch/arm32/include/arch/mm/page_armv6.h (added) * kernel/arch/arm32/include/arch/mm/page_fault.h (moved) * kernel/arch/arm32/include/arch/mm/tlb.h (moved) * kernel/arch/arm32/include/arch/proc/task.h (moved) * kernel/arch/arm32/include/arch/proc/thread.h (moved) * kernel/arch/arm32/include/arch/ras.h (moved) * kernel/arch/arm32/include/arch/regutils.h (moved) * kernel/arch/arm32/include/arch/security_ext.h (added) * kernel/arch/arm32/include/arch/stack.h (moved) * kernel/arch/arm32/include/arch/types.h (moved) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/dummy.S (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/fpu.s (added) * kernel/arch/arm32/src/fpu_context.c (added) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (added) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (added) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (deleted) * kernel/arch/arm32/src/machine_func.c (modified) * kernel/arch/arm32/src/mm/page.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/arch.h (moved) * kernel/arch/ia32/include/arch/asm.h (moved) * kernel/arch/ia32/include/arch/atomic.h (moved) * kernel/arch/ia32/include/arch/barrier.h (moved) * kernel/arch/ia32/include/arch/bios/bios.h (moved) * kernel/arch/ia32/include/arch/boot/boot.h (moved) * kernel/arch/ia32/include/arch/boot/memmap.h (moved) * kernel/arch/ia32/include/arch/context.h (moved) * kernel/arch/ia32/include/arch/context_offset.h (moved) * kernel/arch/ia32/include/arch/cpu.h (moved) * kernel/arch/ia32/include/arch/cpuid.h (moved) * kernel/arch/ia32/include/arch/cycle.h (moved) * kernel/arch/ia32/include/arch/ddi/ddi.h (moved) * kernel/arch/ia32/include/arch/debugger.h (moved) * kernel/arch/ia32/include/arch/drivers/i8254.h (moved) * kernel/arch/ia32/include/arch/drivers/i8259.h (moved) * kernel/arch/ia32/include/arch/elf.h (moved) * kernel/arch/ia32/include/arch/faddr.h (moved) * kernel/arch/ia32/include/arch/fpu_context.h (moved) * kernel/arch/ia32/include/arch/interrupt.h (moved) * kernel/arch/ia32/include/arch/istate.h (moved) * kernel/arch/ia32/include/arch/mm/as.h (moved) * kernel/arch/ia32/include/arch/mm/asid.h (moved) * kernel/arch/ia32/include/arch/mm/frame.h (moved) * kernel/arch/ia32/include/arch/mm/km.h (moved) * kernel/arch/ia32/include/arch/mm/page.h (moved) * kernel/arch/ia32/include/arch/mm/tlb.h (moved) * kernel/arch/ia32/include/arch/pm.h (moved) * kernel/arch/ia32/include/arch/proc/task.h (moved) * kernel/arch/ia32/include/arch/proc/thread.h (moved) * kernel/arch/ia32/include/arch/smp/ap.h (moved) * kernel/arch/ia32/include/arch/smp/apic.h (moved) * kernel/arch/ia32/include/arch/smp/mps.h (moved) * kernel/arch/ia32/include/arch/smp/smp.h (moved) * kernel/arch/ia32/include/arch/stack.h (added) * kernel/arch/ia32/include/arch/syscall.h (added) * kernel/arch/ia32/include/arch/types.h (moved) * kernel/arch/ia32/include/syscall.h (deleted) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/debugger.c (deleted) * kernel/arch/ia32/src/fpu_context.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/arch/ia64/include/arch/arch.h (moved) * kernel/arch/ia64/include/arch/asm.h (moved) * kernel/arch/ia64/include/arch/atomic.h (moved) * kernel/arch/ia64/include/arch/barrier.h (moved) * kernel/arch/ia64/include/arch/bootinfo.h (moved) * kernel/arch/ia64/include/arch/context.h (moved) * kernel/arch/ia64/include/arch/cpu.h (moved) * kernel/arch/ia64/include/arch/cycle.h (moved) * kernel/arch/ia64/include/arch/drivers/it.h (moved) * kernel/arch/ia64/include/arch/drivers/kbd.h (moved) * kernel/arch/ia64/include/arch/drivers/ski.h (moved) * kernel/arch/ia64/include/arch/elf.h (moved) * kernel/arch/ia64/include/arch/faddr.h (moved) * kernel/arch/ia64/include/arch/fpu_context.h (moved) * kernel/arch/ia64/include/arch/interrupt.h (moved) * kernel/arch/ia64/include/arch/istate.h (moved) * kernel/arch/ia64/include/arch/legacyio.h (moved) * kernel/arch/ia64/include/arch/mm/as.h (moved) * kernel/arch/ia64/include/arch/mm/asid.h (moved) * kernel/arch/ia64/include/arch/mm/frame.h (moved) * kernel/arch/ia64/include/arch/mm/km.h (moved) * kernel/arch/ia64/include/arch/mm/page.h (moved) * kernel/arch/ia64/include/arch/mm/tlb.h (moved) * kernel/arch/ia64/include/arch/mm/vhpt.h (moved) * kernel/arch/ia64/include/arch/pal/pal.h (moved) * kernel/arch/ia64/include/arch/proc/task.h (moved) * kernel/arch/ia64/include/arch/proc/thread.h (moved) * kernel/arch/ia64/include/arch/register.h (moved) * kernel/arch/ia64/include/arch/stack.h (moved) * kernel/arch/ia64/include/arch/types.h (moved) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/ia64/src/proc/scheduler.c (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/_link.ld.in (modified) * kernel/arch/mips32/include/arch/arch.h (moved) * kernel/arch/mips32/include/arch/asm.h (moved) * kernel/arch/mips32/include/arch/asm/boot.h (moved) * kernel/arch/mips32/include/arch/asm/regname.h (moved) * kernel/arch/mips32/include/arch/atomic.h (moved) * kernel/arch/mips32/include/arch/barrier.h (moved) * kernel/arch/mips32/include/arch/cache.h (moved) * kernel/arch/mips32/include/arch/context.h (moved) * kernel/arch/mips32/include/arch/context_offset.h (moved) * kernel/arch/mips32/include/arch/cp0.h (moved) * kernel/arch/mips32/include/arch/cpu.h (moved) * kernel/arch/mips32/include/arch/cycle.h (moved) * kernel/arch/mips32/include/arch/debug.h (moved) * kernel/arch/mips32/include/arch/debugger.h (moved) * kernel/arch/mips32/include/arch/drivers/msim.h (moved) * kernel/arch/mips32/include/arch/elf.h (moved) * kernel/arch/mips32/include/arch/exception.h (moved) * kernel/arch/mips32/include/arch/faddr.h (moved) * kernel/arch/mips32/include/arch/fpu_context.h (moved) * kernel/arch/mips32/include/arch/interrupt.h (moved) * kernel/arch/mips32/include/arch/istate.h (moved) * kernel/arch/mips32/include/arch/mach/malta/malta.h (added) * kernel/arch/mips32/include/arch/mach/msim/msim.h (added) * kernel/arch/mips32/include/arch/machine_func.h (added) * kernel/arch/mips32/include/arch/mm/as.h (moved) * kernel/arch/mips32/include/arch/mm/asid.h (moved) * kernel/arch/mips32/include/arch/mm/frame.h (moved) * kernel/arch/mips32/include/arch/mm/km.h (moved) * kernel/arch/mips32/include/arch/mm/page.h (moved) * kernel/arch/mips32/include/arch/mm/tlb.h (moved) * kernel/arch/mips32/include/arch/proc/task.h (moved) * kernel/arch/mips32/include/arch/proc/thread.h (moved) * kernel/arch/mips32/include/arch/smp/dorder.h (moved) * kernel/arch/mips32/include/arch/stack.h (moved) * kernel/arch/mips32/include/arch/types.h (moved) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/interrupt.c (modified) * kernel/arch/mips32/src/mach/malta/malta.c (added) * kernel/arch/mips32/src/mach/msim/msim.c (added) * kernel/arch/mips32/src/machine_func.c (added) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/mips64/include/arch/arch.h (moved) * kernel/arch/mips64/include/arch/asm.h (moved) * kernel/arch/mips64/include/arch/asm/boot.h (moved) * kernel/arch/mips64/include/arch/asm/regname.h (moved) * kernel/arch/mips64/include/arch/atomic.h (moved) * kernel/arch/mips64/include/arch/barrier.h (moved) * kernel/arch/mips64/include/arch/cache.h (moved) * kernel/arch/mips64/include/arch/context.h (moved) * kernel/arch/mips64/include/arch/context_offset.h (moved) * kernel/arch/mips64/include/arch/cp0.h (moved) * kernel/arch/mips64/include/arch/cpu.h (moved) * kernel/arch/mips64/include/arch/cycle.h (moved) * kernel/arch/mips64/include/arch/debug.h (moved) * kernel/arch/mips64/include/arch/debugger.h (moved) * kernel/arch/mips64/include/arch/drivers/msim.h (moved) * kernel/arch/mips64/include/arch/elf.h (moved) * kernel/arch/mips64/include/arch/exception.h (moved) * kernel/arch/mips64/include/arch/faddr.h (moved) * kernel/arch/mips64/include/arch/fpu_context.h (moved) * kernel/arch/mips64/include/arch/interrupt.h (moved) * kernel/arch/mips64/include/arch/istate.h (moved) * kernel/arch/mips64/include/arch/mm/as.h (moved) * kernel/arch/mips64/include/arch/mm/asid.h (moved) * kernel/arch/mips64/include/arch/mm/frame.h (moved) * kernel/arch/mips64/include/arch/mm/km.h (moved) * kernel/arch/mips64/include/arch/mm/page.h (moved) * kernel/arch/mips64/include/arch/mm/tlb.h (moved) * kernel/arch/mips64/include/arch/proc/task.h (moved) * kernel/arch/mips64/include/arch/proc/thread.h (moved) * kernel/arch/mips64/include/arch/smp/dorder.h (moved) * kernel/arch/mips64/include/arch/stack.h (moved) * kernel/arch/mips64/include/arch/types.h (moved) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/mips64/src/mm/frame.c (modified) * kernel/arch/mips64/src/mm/tlb.c (modified) * kernel/arch/ppc32/include/arch/arch.h (moved) * kernel/arch/ppc32/include/arch/asm.h (moved) * kernel/arch/ppc32/include/arch/asm/regname.h (moved) * kernel/arch/ppc32/include/arch/atomic.h (moved) * kernel/arch/ppc32/include/arch/barrier.h (moved) * kernel/arch/ppc32/include/arch/boot/boot.h (moved) * kernel/arch/ppc32/include/arch/context.h (moved) * kernel/arch/ppc32/include/arch/context_offset.h (moved) * kernel/arch/ppc32/include/arch/cpu.h (moved) * kernel/arch/ppc32/include/arch/cycle.h (moved) * kernel/arch/ppc32/include/arch/drivers/pic.h (moved) * kernel/arch/ppc32/include/arch/elf.h (moved) * kernel/arch/ppc32/include/arch/exception.h (moved) * kernel/arch/ppc32/include/arch/faddr.h (moved) * kernel/arch/ppc32/include/arch/fpu_context.h (moved) * kernel/arch/ppc32/include/arch/interrupt.h (moved) * kernel/arch/ppc32/include/arch/istate.h (moved) * kernel/arch/ppc32/include/arch/mm/as.h (moved) * kernel/arch/ppc32/include/arch/mm/asid.h (moved) * kernel/arch/ppc32/include/arch/mm/frame.h (moved) * kernel/arch/ppc32/include/arch/mm/km.h (moved) * kernel/arch/ppc32/include/arch/mm/page.h (moved) * kernel/arch/ppc32/include/arch/mm/pht.h (moved) * kernel/arch/ppc32/include/arch/mm/tlb.h (moved) * kernel/arch/ppc32/include/arch/msr.h (moved) * kernel/arch/ppc32/include/arch/proc/task.h (moved) * kernel/arch/ppc32/include/arch/proc/thread.h (moved) * kernel/arch/ppc32/include/arch/stack.h (added) * kernel/arch/ppc32/include/arch/types.h (moved) * kernel/arch/ppc32/src/mm/pht.c (modified) * kernel/arch/ppc32/src/proc/scheduler.c (modified) * kernel/arch/sparc64/include/arch/arch.h (moved) * kernel/arch/sparc64/include/arch/asm.h (moved) * kernel/arch/sparc64/include/arch/atomic.h (moved) * kernel/arch/sparc64/include/arch/barrier.h (moved) * kernel/arch/sparc64/include/arch/boot/boot.h (moved) * kernel/arch/sparc64/include/arch/console.h (moved) * kernel/arch/sparc64/include/arch/context.h (moved) * kernel/arch/sparc64/include/arch/context_offset.h (moved) * kernel/arch/sparc64/include/arch/cpu.h (moved) * kernel/arch/sparc64/include/arch/cpu_family.h (moved) * kernel/arch/sparc64/include/arch/cpu_node.h (moved) * kernel/arch/sparc64/include/arch/cycle.h (moved) * kernel/arch/sparc64/include/arch/drivers/fb.h (moved) * kernel/arch/sparc64/include/arch/drivers/kbd.h (moved) * kernel/arch/sparc64/include/arch/drivers/niagara.h (moved) * kernel/arch/sparc64/include/arch/drivers/pci.h (moved) * kernel/arch/sparc64/include/arch/drivers/scr.h (moved) * kernel/arch/sparc64/include/arch/drivers/tick.h (moved) * kernel/arch/sparc64/include/arch/elf.h (moved) * kernel/arch/sparc64/include/arch/faddr.h (moved) * kernel/arch/sparc64/include/arch/fpu_context.h (moved) * kernel/arch/sparc64/include/arch/interrupt.h (moved) * kernel/arch/sparc64/include/arch/istate.h (moved) * kernel/arch/sparc64/include/arch/mm/as.h (moved) * kernel/arch/sparc64/include/arch/mm/asid.h (moved) * kernel/arch/sparc64/include/arch/mm/cache_spec.h (moved) * kernel/arch/sparc64/include/arch/mm/frame.h (moved) * kernel/arch/sparc64/include/arch/mm/km.h (moved) * kernel/arch/sparc64/include/arch/mm/mmu.h (moved) * kernel/arch/sparc64/include/arch/mm/page.h (moved) * kernel/arch/sparc64/include/arch/mm/pagesize.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/as.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/frame.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/km.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/mmu.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/tsb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/tte.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/as.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/frame.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/km.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/mmu.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/page.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/tte.h (moved) * kernel/arch/sparc64/include/arch/mm/tlb.h (moved) * kernel/arch/sparc64/include/arch/mm/tsb.h (moved) * kernel/arch/sparc64/include/arch/mm/tte.h (moved) * kernel/arch/sparc64/include/arch/proc/task.h (moved) * kernel/arch/sparc64/include/arch/proc/thread.h (moved) * kernel/arch/sparc64/include/arch/regdef.h (moved) * kernel/arch/sparc64/include/arch/register.h (moved) * kernel/arch/sparc64/include/arch/smp/sun4v/smp.h (moved) * kernel/arch/sparc64/include/arch/sparc64.h (moved) * kernel/arch/sparc64/include/arch/stack.h (moved) * kernel/arch/sparc64/include/arch/sun4u/arch.h (moved) * kernel/arch/sparc64/include/arch/sun4u/asm.h (moved) * kernel/arch/sparc64/include/arch/sun4u/cpu.h (moved) * kernel/arch/sparc64/include/arch/sun4v/arch.h (moved) * kernel/arch/sparc64/include/arch/sun4v/asm.h (moved) * kernel/arch/sparc64/include/arch/sun4v/cpu.h (moved) * kernel/arch/sparc64/include/arch/sun4v/hypercall.h (moved) * kernel/arch/sparc64/include/arch/sun4v/ipi.h (moved) * kernel/arch/sparc64/include/arch/sun4v/md.h (moved) * kernel/arch/sparc64/include/arch/sun4v/regdef.h (moved) * kernel/arch/sparc64/include/arch/sun4v/register.h (moved) * kernel/arch/sparc64/include/arch/trap/exception.h (moved) * kernel/arch/sparc64/include/arch/trap/interrupt.h (moved) * kernel/arch/sparc64/include/arch/trap/mmu.h (moved) * kernel/arch/sparc64/include/arch/trap/regwin.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4u/interrupt.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4u/mmu.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4u/regwin.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4v/interrupt.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4v/mmu.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4v/regwin.h (moved) * kernel/arch/sparc64/include/arch/trap/syscall.h (moved) * kernel/arch/sparc64/include/arch/trap/trap.h (moved) * kernel/arch/sparc64/include/arch/trap/trap_table.h (moved) * kernel/arch/sparc64/include/arch/types.h (moved) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified) * kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/acpi/acpi.h (moved) * kernel/genarch/include/genarch/acpi/madt.h (moved) * kernel/genarch/include/genarch/drivers/am335x/cm_dpll.h (added) * kernel/genarch/include/genarch/drivers/am335x/cm_dpll_regs.h (added) * kernel/genarch/include/genarch/drivers/am335x/cm_per.h (added) * kernel/genarch/include/genarch/drivers/am335x/cm_per_regs.h (added) * kernel/genarch/include/genarch/drivers/am335x/ctrl_module.h (added) * kernel/genarch/include/genarch/drivers/am335x/ctrl_module_regs.h (added) * kernel/genarch/include/genarch/drivers/am335x/iomux.h (added) * kernel/genarch/include/genarch/drivers/am335x/irc.h (added) * kernel/genarch/include/genarch/drivers/am335x/timer.h (added) * kernel/genarch/include/genarch/drivers/am335x/timer_regs.h (added) * kernel/genarch/include/genarch/drivers/am335x/uart.h (added) * kernel/genarch/include/genarch/drivers/amdm37x/gpt.h (added) * kernel/genarch/include/genarch/drivers/amdm37x/irc.h (added) * kernel/genarch/include/genarch/drivers/amdm37x/uart.h (added) * kernel/genarch/include/genarch/drivers/arm926_uart/arm926_uart.h (moved) * kernel/genarch/include/genarch/drivers/dsrln/dsrlnin.h (moved) * kernel/genarch/include/genarch/drivers/dsrln/dsrlnout.h (moved) * kernel/genarch/include/genarch/drivers/ega/ega.h (moved) * kernel/genarch/include/genarch/drivers/i8042/i8042.h (moved) * kernel/genarch/include/genarch/drivers/legacy/ia32/io.h (moved) * kernel/genarch/include/genarch/drivers/ns16550/ns16550.h (moved) * kernel/genarch/include/genarch/drivers/omap/uart.h (added) * kernel/genarch/include/genarch/drivers/omap/uart_regs.h (added) * kernel/genarch/include/genarch/drivers/pl050/pl050.h (moved) * kernel/genarch/include/genarch/drivers/s3c24xx_irqc/s3c24xx_irqc.h (moved) * kernel/genarch/include/genarch/drivers/s3c24xx_timer/s3c24xx_timer.h (moved) * kernel/genarch/include/genarch/drivers/s3c24xx_uart/s3c24xx_uart.h (moved) * kernel/genarch/include/genarch/drivers/via-cuda/cuda.h (moved) * kernel/genarch/include/genarch/fb/bfb.h (moved) * kernel/genarch/include/genarch/fb/fb.h (moved) * kernel/genarch/include/genarch/fb/font-8x16.h (moved) * kernel/genarch/include/genarch/fb/logo-196x66.h (moved) * kernel/genarch/include/genarch/kbrd/kbrd.h (moved) * kernel/genarch/include/genarch/kbrd/scanc.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_mac.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_pc.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_pl050.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_sun.h (moved) * kernel/genarch/include/genarch/mm/as_ht.h (moved) * kernel/genarch/include/genarch/mm/as_pt.h (moved) * kernel/genarch/include/genarch/mm/asid_fifo.h (moved) * kernel/genarch/include/genarch/mm/page_ht.h (moved) * kernel/genarch/include/genarch/mm/page_pt.h (moved) * kernel/genarch/include/genarch/multiboot/multiboot.h (moved) * kernel/genarch/include/genarch/multiboot/multiboot2.h (moved) * kernel/genarch/include/genarch/ofw/ebus.h (moved) * kernel/genarch/include/genarch/ofw/ofw_tree.h (moved) * kernel/genarch/include/genarch/ofw/pci.h (moved) * kernel/genarch/include/genarch/ofw/sbus.h (moved) * kernel/genarch/include/genarch/ofw/upa.h (moved) * kernel/genarch/include/genarch/softint/division.h (moved) * kernel/genarch/include/genarch/softint/multiplication.h (moved) * kernel/genarch/include/genarch/srln/srln.h (moved) * kernel/genarch/src/drivers/am335x/timer.c (added) * kernel/genarch/src/drivers/omap/uart.c (added) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/fb/logo-196x66.c (deleted) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/cc.h (added) * kernel/generic/include/config.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/debug.h (modified) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/tlb.h (modified) * kernel/generic/include/printf/verify.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/test/print/print4.c (modified) * release/Makefile (modified) * tools/autotool.py (modified) * tools/ew.py (added) * tools/mkext2.py (modified) * tools/mkuimage.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/builtins/batch/batch.c (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (deleted) * uspace/app/bdsh/cmds/modules/bdd/bdd.h (deleted) * uspace/app/bdsh/cmds/modules/bdd/bdd_def.h (deleted) * uspace/app/bdsh/cmds/modules/bdd/entry.h (deleted) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cmp/cmp.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/pwd/pwd.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/binutils/intrusive.sh (modified) * uspace/app/binutils/toolchain.sh (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/dnscfg/Makefile (added) * uspace/app/dnscfg/dnscfg.c (added) * uspace/app/dnsres/Makefile (added) * uspace/app/dnsres/dnsres.c (added) * uspace/app/edit/edit.c (modified) * uspace/app/edit/search_impl.h (modified) * uspace/app/edit/sheet.h (modified) * uspace/app/edit/sheet_impl.h (modified) * uspace/app/inet/inet.c (modified) * uspace/app/init/init.c (modified) * uspace/app/klog/Makefile (modified) * uspace/app/klog/klog.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/mkexfat/exfat.h (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/msim/arch_helenos/input.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/nettest1/nettest.c (modified) * uspace/app/nettest1/nettest.h (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nettest3/nettest3.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/nterm/nterm.c (modified) * uspace/app/pcc/config.h (modified) * uspace/app/ping/ping.c (modified) * uspace/app/ping6/Makefile (added) * uspace/app/ping6/ping6.c (added) * uspace/app/stats/stats.c (modified) * uspace/app/taskdump/symtab.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/float/softfloat1.c (modified) * uspace/app/tester/ipc/starve.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/common.h (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/tetris/scores.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/app/trace/ipc_desc.h (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/syscalls.h (modified) * uspace/app/trace/trace.c (modified) * uspace/app/usbinfo/desctree.c (modified) * uspace/app/usbinfo/dump.c (modified) * uspace/app/usbinfo/list.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/vdemo/vdemo.c (modified) * uspace/app/vlaunch/Makefile (modified) * uspace/app/vlaunch/gfx/helenos.tga (added) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/app/vterm/vterm.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/dist/src/c/demos/edit/edit.c (modified) * uspace/dist/src/c/demos/edit/sheet.h (modified) * uspace/dist/src/c/demos/tetris/scores.c (modified) * uspace/dist/src/c/demos/tetris/screen.c (modified) * uspace/dist/src/c/demos/tetris/screen.h (modified) * uspace/dist/src/c/demos/top/screen.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ata_bd/Makefile (added) * uspace/drv/block/ata_bd/ata_bd.c (moved) * uspace/drv/block/ata_bd/ata_bd.h (moved) * uspace/drv/block/ata_bd/ata_bd.ma (added) * uspace/drv/block/ata_bd/ata_hw.h (moved) * uspace/drv/block/ata_bd/main.c (added) * uspace/drv/block/ata_bd/main.h (added) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/pci/pciintel/pci_regs.h (modified) * uspace/drv/bus/usb/ehci/ehci.ma (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.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/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/ohci.ma (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhcirh/main.c (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmast/bo_trans.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/bus/usb/vhc/hub/virthubops.c (modified) * uspace/drv/char/i8042/buffer.h (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/fb/amdm37x_dispc/Makefile (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.ma (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc_regs.h (added) * uspace/drv/fb/amdm37x_dispc/main.c (added) * uspace/drv/fb/kfb/port.c (modified) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootamdm37x/Makefile (added) * uspace/drv/infrastructure/rootamdm37x/amdm37x.c (added) * uspace/drv/infrastructure/rootamdm37x/amdm37x.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/clock_control.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/core.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/iva2.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/mpu.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/usbhost.h (added) * uspace/drv/infrastructure/rootamdm37x/prm/clock_control.h (added) * uspace/drv/infrastructure/rootamdm37x/prm/global_reg.h (added) * uspace/drv/infrastructure/rootamdm37x/prm/usbhost.h (added) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c (added) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.ma (added) * uspace/drv/infrastructure/rootamdm37x/uhh.h (added) * uspace/drv/infrastructure/rootamdm37x/usbtll.h (added) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/rtl8139/defs.h (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/bithenge/src/blob.c (modified) * uspace/lib/bithenge/src/helenos/common.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/Makefile.common (modified) * uspace/lib/c/arch/abs32le/include/barrier.h (deleted) * uspace/lib/c/arch/abs32le/include/context_offset.h (deleted) * uspace/lib/c/arch/abs32le/include/elf.h (deleted) * uspace/lib/c/arch/abs32le/include/istate.h (deleted) * uspace/lib/c/arch/abs32le/include/libarch/atomic.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/barrier.h (added) * uspace/lib/c/arch/abs32le/include/libarch/config.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/context_offset.h (added) * uspace/lib/c/arch/abs32le/include/libarch/ddi.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/elf.h (added) * uspace/lib/c/arch/abs32le/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/entry.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/faddr.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/fibril.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/istate.h (added) * uspace/lib/c/arch/abs32le/include/libarch/syscall.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/thread.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/tls.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/types.h (moved) * uspace/lib/c/arch/abs32le/src/entryjmp.c (modified) * uspace/lib/c/arch/abs32le/src/fibril.c (modified) * uspace/lib/c/arch/abs32le/src/stacktrace.c (modified) * uspace/lib/c/arch/abs32le/src/tls.c (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/amd64/include/barrier.h (deleted) * uspace/lib/c/arch/amd64/include/context_offset.h (deleted) * uspace/lib/c/arch/amd64/include/ddi.h (deleted) * uspace/lib/c/arch/amd64/include/elf.h (deleted) * uspace/lib/c/arch/amd64/include/istate.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/amd64/include/libarch/barrier.h (added) * uspace/lib/c/arch/amd64/include/libarch/config.h (moved) * uspace/lib/c/arch/amd64/include/libarch/context_offset.h (added) * uspace/lib/c/arch/amd64/include/libarch/ddi.h (added) * uspace/lib/c/arch/amd64/include/libarch/elf.h (added) * uspace/lib/c/arch/amd64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/amd64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/amd64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/amd64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/amd64/include/libarch/istate.h (added) * uspace/lib/c/arch/amd64/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/amd64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/amd64/include/libarch/thread.h (moved) * uspace/lib/c/arch/amd64/include/libarch/tls.h (moved) * uspace/lib/c/arch/amd64/include/libarch/types.h (moved) * uspace/lib/c/arch/amd64/src/entry.s (modified) * uspace/lib/c/arch/amd64/src/entryjmp.s (modified) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/amd64/src/stacktrace.c (modified) * uspace/lib/c/arch/amd64/src/thread_entry.s (modified) * uspace/lib/c/arch/amd64/src/tls.c (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/include/barrier.h (deleted) * uspace/lib/c/arch/arm32/include/elf.h (deleted) * uspace/lib/c/arch/arm32/include/istate.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/arm32/include/libarch/barrier.h (added) * uspace/lib/c/arch/arm32/include/libarch/config.h (moved) * uspace/lib/c/arch/arm32/include/libarch/cp15.h (added) * uspace/lib/c/arch/arm32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/arm32/include/libarch/elf.h (added) * uspace/lib/c/arch/arm32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/arm32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/arm32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/arm32/include/libarch/istate.h (added) * uspace/lib/c/arch/arm32/include/libarch/regutils.h (added) * uspace/lib/c/arch/arm32/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/arm32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/arm32/include/libarch/thread.h (moved) * uspace/lib/c/arch/arm32/include/libarch/tls.h (moved) * uspace/lib/c/arch/arm32/include/libarch/types.h (moved) * uspace/lib/c/arch/arm32/include/regutils.h (deleted) * uspace/lib/c/arch/arm32/src/stacktrace.c (modified) * uspace/lib/c/arch/arm32/src/tls.c (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/include/barrier.h (deleted) * uspace/lib/c/arch/ia32/include/context_offset.h (deleted) * uspace/lib/c/arch/ia32/include/elf.h (deleted) * uspace/lib/c/arch/ia32/include/istate.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/ia32/include/libarch/barrier.h (added) * uspace/lib/c/arch/ia32/include/libarch/config.h (moved) * uspace/lib/c/arch/ia32/include/libarch/context_offset.h (added) * uspace/lib/c/arch/ia32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/ia32/include/libarch/elf.h (added) * uspace/lib/c/arch/ia32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/ia32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/ia32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/ia32/include/libarch/istate.h (added) * uspace/lib/c/arch/ia32/include/libarch/rtld/dynamic.h (moved) * uspace/lib/c/arch/ia32/include/libarch/rtld/elf_dyn.h (moved) * uspace/lib/c/arch/ia32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/ia32/include/libarch/thread.h (moved) * uspace/lib/c/arch/ia32/include/libarch/tls.h (moved) * uspace/lib/c/arch/ia32/include/libarch/types.h (moved) * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/arch/ia32/src/entryjmp.s (modified) * uspace/lib/c/arch/ia32/src/fibril.S (modified) * uspace/lib/c/arch/ia32/src/setjmp.S (modified) * uspace/lib/c/arch/ia32/src/stacktrace.c (modified) * uspace/lib/c/arch/ia32/src/thread_entry.s (modified) * uspace/lib/c/arch/ia32/src/tls.c (modified) * uspace/lib/c/arch/ia64/include/barrier.h (deleted) * uspace/lib/c/arch/ia64/include/elf.h (deleted) * uspace/lib/c/arch/ia64/include/istate.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/ia64/include/libarch/barrier.h (added) * uspace/lib/c/arch/ia64/include/libarch/config.h (moved) * uspace/lib/c/arch/ia64/include/libarch/ddi.h (moved) * uspace/lib/c/arch/ia64/include/libarch/elf.h (added) * uspace/lib/c/arch/ia64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/ia64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/ia64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/ia64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/ia64/include/libarch/istate.h (added) * uspace/lib/c/arch/ia64/include/libarch/register.h (added) * uspace/lib/c/arch/ia64/include/libarch/stack.h (moved) * uspace/lib/c/arch/ia64/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/ia64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/ia64/include/libarch/thread.h (moved) * uspace/lib/c/arch/ia64/include/libarch/tls.h (moved) * uspace/lib/c/arch/ia64/include/libarch/types.h (moved) * uspace/lib/c/arch/ia64/include/register.h (deleted) * uspace/lib/c/arch/ia64/src/ddi.c (modified) * uspace/lib/c/arch/ia64/src/stacktrace.c (modified) * uspace/lib/c/arch/ia64/src/tls.c (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32/include/barrier.h (deleted) * uspace/lib/c/arch/mips32/include/context_offset.h (deleted) * uspace/lib/c/arch/mips32/include/cp0.h (deleted) * uspace/lib/c/arch/mips32/include/elf.h (deleted) * uspace/lib/c/arch/mips32/include/istate.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/mips32/include/libarch/barrier.h (added) * uspace/lib/c/arch/mips32/include/libarch/config.h (moved) * uspace/lib/c/arch/mips32/include/libarch/context_offset.h (added) * uspace/lib/c/arch/mips32/include/libarch/cp0.h (added) * uspace/lib/c/arch/mips32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/mips32/include/libarch/elf.h (added) * uspace/lib/c/arch/mips32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/mips32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/mips32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/mips32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/mips32/include/libarch/istate.h (added) * uspace/lib/c/arch/mips32/include/libarch/regname.h (added) * uspace/lib/c/arch/mips32/include/libarch/stack.h (added) * uspace/lib/c/arch/mips32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/mips32/include/libarch/thread.h (moved) * uspace/lib/c/arch/mips32/include/libarch/tls.h (moved) * uspace/lib/c/arch/mips32/include/libarch/types.h (moved) * uspace/lib/c/arch/mips32/include/regname.h (deleted) * uspace/lib/c/arch/mips32/include/stack.h (deleted) * uspace/lib/c/arch/mips32/src/stacktrace.c (modified) * uspace/lib/c/arch/mips32/src/tls.c (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/include/atomic.h (deleted) * uspace/lib/c/arch/mips32eb/include/barrier.h (deleted) * uspace/lib/c/arch/mips32eb/include/config.h (deleted) * uspace/lib/c/arch/mips32eb/include/context_offset.h (deleted) * uspace/lib/c/arch/mips32eb/include/cp0.h (deleted) * uspace/lib/c/arch/mips32eb/include/ddi.h (deleted) * uspace/lib/c/arch/mips32eb/include/elf.h (deleted) * uspace/lib/c/arch/mips32eb/include/elf_linux.h (deleted) * uspace/lib/c/arch/mips32eb/include/faddr.h (deleted) * uspace/lib/c/arch/mips32eb/include/fibril.h (deleted) * uspace/lib/c/arch/mips32eb/include/inttypes.h (deleted) * uspace/lib/c/arch/mips32eb/include/istate.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/atomic.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/barrier.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/config.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/context_offset.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/cp0.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/ddi.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/elf.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/elf_linux.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/faddr.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/fibril.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/inttypes.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/istate.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/regname.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/stack.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/syscall.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/thread.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/tls.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/types.h (added) * uspace/lib/c/arch/mips32eb/include/regname.h (deleted) * uspace/lib/c/arch/mips32eb/include/stack.h (deleted) * uspace/lib/c/arch/mips32eb/include/syscall.h (deleted) * uspace/lib/c/arch/mips32eb/include/thread.h (deleted) * uspace/lib/c/arch/mips32eb/include/tls.h (deleted) * uspace/lib/c/arch/mips32eb/include/types.h (deleted) * uspace/lib/c/arch/mips64/include/barrier.h (deleted) * uspace/lib/c/arch/mips64/include/context_offset.h (deleted) * uspace/lib/c/arch/mips64/include/cp0.h (deleted) * uspace/lib/c/arch/mips64/include/elf.h (deleted) * uspace/lib/c/arch/mips64/include/istate.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/mips64/include/libarch/barrier.h (added) * uspace/lib/c/arch/mips64/include/libarch/config.h (moved) * uspace/lib/c/arch/mips64/include/libarch/context_offset.h (added) * uspace/lib/c/arch/mips64/include/libarch/cp0.h (added) * uspace/lib/c/arch/mips64/include/libarch/ddi.h (moved) * uspace/lib/c/arch/mips64/include/libarch/elf.h (added) * uspace/lib/c/arch/mips64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/mips64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/mips64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/mips64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/mips64/include/libarch/istate.h (added) * uspace/lib/c/arch/mips64/include/libarch/regname.h (added) * uspace/lib/c/arch/mips64/include/libarch/stack.h (added) * uspace/lib/c/arch/mips64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/mips64/include/libarch/thread.h (moved) * uspace/lib/c/arch/mips64/include/libarch/tls.h (moved) * uspace/lib/c/arch/mips64/include/libarch/types.h (moved) * uspace/lib/c/arch/mips64/include/regname.h (deleted) * uspace/lib/c/arch/mips64/include/stack.h (deleted) * uspace/lib/c/arch/mips64/src/stacktrace.c (modified) * uspace/lib/c/arch/mips64/src/tls.c (modified) * uspace/lib/c/arch/ppc32/include/barrier.h (deleted) * uspace/lib/c/arch/ppc32/include/context_offset.h (deleted) * uspace/lib/c/arch/ppc32/include/elf.h (deleted) * uspace/lib/c/arch/ppc32/include/istate.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/barrier.h (added) * uspace/lib/c/arch/ppc32/include/libarch/config.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/context_offset.h (added) * uspace/lib/c/arch/ppc32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/elf.h (added) * uspace/lib/c/arch/ppc32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/istate.h (added) * uspace/lib/c/arch/ppc32/include/libarch/msr.h (added) * uspace/lib/c/arch/ppc32/include/libarch/regname.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/thread.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/tls.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/types.h (moved) * uspace/lib/c/arch/ppc32/include/msr.h (deleted) * uspace/lib/c/arch/ppc32/src/stacktrace.c (modified) * uspace/lib/c/arch/ppc32/src/tls.c (modified) * uspace/lib/c/arch/sparc64/include/barrier.h (deleted) * uspace/lib/c/arch/sparc64/include/context_offset.h (deleted) * uspace/lib/c/arch/sparc64/include/elf.h (deleted) * uspace/lib/c/arch/sparc64/include/istate.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/barrier.h (added) * uspace/lib/c/arch/sparc64/include/libarch/config.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/context_offset.h (added) * uspace/lib/c/arch/sparc64/include/libarch/ddi.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/elf.h (added) * uspace/lib/c/arch/sparc64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/istate.h (added) * uspace/lib/c/arch/sparc64/include/libarch/regdef.h (added) * uspace/lib/c/arch/sparc64/include/libarch/stack.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/thread.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/tls.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/types.h (moved) * uspace/lib/c/arch/sparc64/include/regdef.h (deleted) * uspace/lib/c/arch/sparc64/src/stacktrace.c (modified) * uspace/lib/c/arch/sparc64/src/tls.c (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/adt/list.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/bitops.c (added) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/hw_res_parsed.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/dnsr.c (added) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inet/addr.c (added) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/inetping6.c (added) * uspace/lib/c/generic/io/chargrid.c (modified) * uspace/lib/c/generic/io/con_srv.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/klog.c (modified) * uspace/lib/c/generic/io/window.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/generic/net/inet.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/net/socket_parse.c (modified) * uspace/lib/c/generic/pio_trace.c (added) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/stack.c (added) * uspace/lib/c/generic/stdlib.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/adt/hash_table.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/atomicdflt.h (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/lib/c/include/bitops.h (modified) * uspace/lib/c/include/cc.h (added) * uspace/lib/c/include/cfg.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/ieee_double.h (modified) * uspace/lib/c/include/inet/addr.h (added) * uspace/lib/c/include/inet/dnsr.h (added) * uspace/lib/c/include/inet/inet.h (modified) * uspace/lib/c/include/inet/inetcfg.h (modified) * uspace/lib/c/include/inet/inetping.h (modified) * uspace/lib/c/include/inet/inetping6.h (added) * uspace/lib/c/include/inet/iplink.h (modified) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/lib/c/include/io/charfield.h (modified) * uspace/lib/c/include/io/con_srv.h (modified) * uspace/lib/c/include/io/cons_event.h (added) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/io/pixel.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/io/pos_event.h (added) * uspace/lib/c/include/io/verify.h (modified) * uspace/lib/c/include/io/window.h (modified) * uspace/lib/c/include/ipc/dnsr.h (added) * uspace/lib/c/include/ipc/inet.h (modified) * uspace/lib/c/include/ipc/iplink.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/c/include/macros.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/include/net/in.h (modified) * uspace/lib/c/include/net/in6.h (modified) * uspace/lib/c/include/net/inet.h (modified) * uspace/lib/c/include/net/ip_protocols.h (modified) * uspace/lib/c/include/net/socket_codes.h (modified) * uspace/lib/c/include/nic/nic.h (modified) * uspace/lib/c/include/rtld/dynamic.h (modified) * uspace/lib/c/include/setjmp.h (modified) * uspace/lib/c/include/sort.h (modified) * uspace/lib/c/include/stack.h (moved) * uspace/lib/c/include/stacktrace.h (modified) * uspace/lib/c/include/stats.h (modified) * uspace/lib/c/include/stdbool.h (moved) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/sys/stat.h (modified) * uspace/lib/c/include/sys/types.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/c/include/tls.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/draw/codec/tga.c (modified) * uspace/lib/draw/drawctx.c (modified) * uspace/lib/draw/drawctx.h (modified) * uspace/lib/draw/path.c (modified) * uspace/lib/draw/source.c (modified) * uspace/lib/draw/source.h (modified) * uspace/lib/draw/surface.c (modified) * uspace/lib/draw/surface.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/include/ddf/log.h (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/graph/graph.h (modified) * uspace/lib/gui/Makefile (modified) * uspace/lib/gui/canvas.c (added) * uspace/lib/gui/canvas.h (added) * uspace/lib/gui/connection.h (modified) * uspace/lib/gui/grid.c (modified) * uspace/lib/gui/grid.h (modified) * uspace/lib/gui/minimal.h (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/widget.h (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/ctype.h (modified) * uspace/lib/posix/include/posix/dirent.h (added) * uspace/lib/posix/include/posix/fcntl.h (modified) * uspace/lib/posix/include/posix/fenv.h (added) * uspace/lib/posix/include/posix/float.h (modified) * uspace/lib/posix/include/posix/fnmatch.h (modified) * uspace/lib/posix/include/posix/getopt.h (modified) * uspace/lib/posix/include/posix/inttypes.h (modified) * uspace/lib/posix/include/posix/limits.h (modified) * uspace/lib/posix/include/posix/locale.h (modified) * uspace/lib/posix/include/posix/math.h (modified) * uspace/lib/posix/include/posix/pwd.h (modified) * uspace/lib/posix/include/posix/signal.h (modified) * uspace/lib/posix/include/posix/stddef.h (modified) * uspace/lib/posix/include/posix/stdint.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/include/posix/sys/mman.h (modified) * uspace/lib/posix/include/posix/sys/stat.h (modified) * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/posix/include/posix/sys/wait.h (modified) * uspace/lib/posix/include/posix/time.h (modified) * uspace/lib/posix/include/posix/ucontext.h (added) * uspace/lib/posix/include/posix/unistd.h (modified) * uspace/lib/posix/source/ctype.c (modified) * uspace/lib/posix/source/errno.c (modified) * uspace/lib/posix/source/fcntl.c (modified) * uspace/lib/posix/source/fnmatch.c (modified) * uspace/lib/posix/source/getopt.c (modified) * uspace/lib/posix/source/locale.c (modified) * uspace/lib/posix/source/math.c (modified) * uspace/lib/posix/source/pwd.c (modified) * uspace/lib/posix/source/signal.c (modified) * uspace/lib/posix/source/stdio.c (modified) * uspace/lib/posix/source/stdio/scanf.c (modified) * uspace/lib/posix/source/stdlib.c (modified) * uspace/lib/posix/source/stdlib/strtol.c (modified) * uspace/lib/posix/source/stdlib/strtold.c (modified) * uspace/lib/posix/source/string.c (modified) * uspace/lib/posix/source/strings.c (modified) * uspace/lib/posix/source/sys/stat.c (modified) * uspace/lib/posix/source/sys/wait.c (modified) * uspace/lib/posix/source/time.c (modified) * uspace/lib/posix/source/unistd.c (modified) * uspace/lib/posix/tools/create-redefines.sh (added) * uspace/lib/posix/tools/get-collision-list.sh (added) * uspace/lib/posix/tools/transform-symbols.sh (added) * uspace/lib/softfloat/common.c (modified) * uspace/lib/softrend/filter.c (modified) * uspace/lib/softrend/filter.h (modified) * uspace/lib/softrend/pixconv.h (modified) * uspace/lib/softrend/rectangle.h (modified) * uspace/lib/softrend/transform.c (modified) * uspace/lib/softrend/transform.h (modified) * uspace/lib/usb/include/usb/hc.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/debug.c (modified) * uspace/lib/usb/src/dev.c (modified) * uspace/lib/usbdev/include/usb/dev/request.h (modified) * uspace/lib/usbdev/src/dp.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) * uspace/lib/usbvirt/include/usbvirt/ipc.h (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (deleted) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/clipboard/clipboard.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.h (modified) * uspace/srv/fs/exfat/exfat.h (modified) * uspace/srv/fs/exfat/exfat_dentry.h (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/locfs/locfs_ops.h (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/udf/udf.h (modified) * uspace/srv/fs/udf/udf_cksum.h (modified) * uspace/srv/fs/udf/udf_idx.c (modified) * uspace/srv/fs/udf/udf_osta.h (modified) * uspace/srv/fs/udf/udf_types.h (modified) * uspace/srv/fs/udf/udf_volume.c (modified) * uspace/srv/hid/compositor/Makefile (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/compositor/compositor.h (modified) * uspace/srv/hid/compositor/gfx/helenos.tga (deleted) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/ctl/gxe_fb.c (deleted) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/input.h (modified) * uspace/srv/hid/input/kbd_ctl.h (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/layout.h (modified) * uspace/srv/hid/input/layout/ar.c (added) * uspace/srv/hid/input/layout/cz.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/port/gxemul.c (deleted) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hid/input/port/ski.c (modified) * uspace/srv/hid/input/proto/adb.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.h (modified) * uspace/srv/hid/output/output.h (modified) * uspace/srv/hid/output/port/ega.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/initlvl.c (modified) * uspace/srv/logger/logger.h (modified) * uspace/srv/net/dnsrsrv/Makefile (moved) * uspace/srv/net/dnsrsrv/dns_msg.c (added) * uspace/srv/net/dnsrsrv/dns_msg.h (moved) * uspace/srv/net/dnsrsrv/dns_std.h (added) * uspace/srv/net/dnsrsrv/dns_type.h (added) * uspace/srv/net/dnsrsrv/dnsrsrv.c (added) * uspace/srv/net/dnsrsrv/query.c (added) * uspace/srv/net/dnsrsrv/query.h (added) * uspace/srv/net/dnsrsrv/transport.c (added) * uspace/srv/net/dnsrsrv/transport.h (moved) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/arp.h (modified) * uspace/srv/net/ethip/atrans.c (modified) * uspace/srv/net/ethip/atrans.h (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip.h (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/ethip/ethip_nic.h (modified) * uspace/srv/net/ethip/pdu.c (modified) * uspace/srv/net/ethip/pdu.h (modified) * uspace/srv/net/ethip/std.h (modified) * uspace/srv/net/inetsrv/Makefile (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/addrobj.h (modified) * uspace/srv/net/inetsrv/icmp.c (modified) * uspace/srv/net/inetsrv/icmp_std.h (modified) * uspace/srv/net/inetsrv/icmpv6.c (added) * uspace/srv/net/inetsrv/icmpv6.h (added) * uspace/srv/net/inetsrv/icmpv6_std.h (added) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inet_link.h (modified) * uspace/srv/net/inetsrv/inet_std.h (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetping.h (modified) * uspace/srv/net/inetsrv/inetping6.c (added) * uspace/srv/net/inetsrv/inetping6.h (added) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/inetsrv/ndp.c (added) * uspace/srv/net/inetsrv/ndp.h (added) * uspace/srv/net/inetsrv/ntrans.c (added) * uspace/srv/net/inetsrv/ntrans.h (added) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/pdu.h (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/inetsrv/sroute.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/slip/Makefile (moved) * uspace/srv/net/slip/slip.c (added) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/conn.h (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/pdu.c (modified) * uspace/srv/net/tcp/seq_no.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/std.h (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/tcp/test.c (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/std.h (modified) * uspace/srv/net/udp/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/clonable.c (modified) * uspace/srv/ns/clonable.h (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) * version (modified) mainline merge Thu, 25 Jul 2013 10:51:36 GMT Vojtech Horky [8f2eca0] * HelenOS.config (modified) * boot/Makefile.build (modified) * kernel/Makefile (modified) * tools/autotool.py (modified) * uspace/Makefile.common (modified) Add support for *-helenos-* toolchain Sat, 06 Jul 2013 21:57:22 GMT Vojtech Horky [98abd40] * HelenOS.config (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/fpu_context.c (modified) * kernel/generic/include/cc.h (added) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/src/main/main.c (modified) * kernel/test/print/print4.c (modified) * tools/autotool.py (modified) * tools/mkext2.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (deleted) * uspace/app/bdsh/cmds/modules/bdd/bdd.h (deleted) * uspace/app/bdsh/cmds/modules/bdd/bdd_def.h (deleted) * uspace/app/bdsh/cmds/modules/bdd/entry.h (deleted) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/pwd/pwd.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/dnscfg/dnscfg.c (modified) * uspace/app/edit/search_impl.h (modified) * uspace/app/edit/sheet_impl.h (modified) * uspace/app/inet/inet.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nettest3/nettest3.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/ping6/Makefile (added) * uspace/app/ping6/ping6.c (added) * uspace/drv/block/ata_bd/Makefile (added) * uspace/drv/block/ata_bd/ata_bd.c (moved) * uspace/drv/block/ata_bd/ata_bd.h (moved) * uspace/drv/block/ata_bd/ata_bd.ma (added) * uspace/drv/block/ata_bd/ata_hw.h (moved) * uspace/drv/block/ata_bd/main.c (added) * uspace/drv/block/ata_bd/main.h (added) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/vhc/hub/virthubops.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/Makefile.common (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/amd64/src/entry.s (modified) * uspace/lib/c/arch/amd64/src/entryjmp.s (modified) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/amd64/src/thread_entry.s (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/arch/ia32/src/entryjmp.s (modified) * uspace/lib/c/arch/ia32/src/fibril.S (modified) * uspace/lib/c/arch/ia32/src/setjmp.S (modified) * uspace/lib/c/arch/ia32/src/thread_entry.s (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/dnsr.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/inetping6.c (added) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/net/inet.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/net/socket_parse.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/lib/c/include/cc.h (added) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/dnsr.h (modified) * uspace/lib/c/include/inet/inetping.h (modified) * uspace/lib/c/include/inet/inetping6.h (added) * uspace/lib/c/include/inet/iplink.h (modified) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/lib/c/include/io/con_srv.h (modified) * uspace/lib/c/include/ipc/inet.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/include/net/in.h (modified) * uspace/lib/c/include/net/in6.h (modified) * uspace/lib/c/include/net/inet.h (modified) * uspace/lib/c/include/net/ip_protocols.h (modified) * uspace/lib/c/include/net/socket_codes.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/draw/drawctx.h (modified) * uspace/lib/gui/connection.h (modified) * uspace/lib/gui/widget.h (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/usb/src/dev.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.h (modified) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/dns_type.h (modified) * uspace/srv/net/dnsrsrv/dnsrsrv.c (modified) * uspace/srv/net/dnsrsrv/query.c (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/dnsrsrv/transport.h (modified) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/arp.h (modified) * uspace/srv/net/ethip/atrans.c (modified) * uspace/srv/net/ethip/atrans.h (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip.h (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/ethip/ethip_nic.h (modified) * uspace/srv/net/ethip/pdu.c (modified) * uspace/srv/net/ethip/pdu.h (modified) * uspace/srv/net/ethip/std.h (modified) * uspace/srv/net/inetsrv/Makefile (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/addrobj.h (modified) * uspace/srv/net/inetsrv/icmp.c (modified) * uspace/srv/net/inetsrv/icmp_std.h (modified) * uspace/srv/net/inetsrv/icmpv6.c (added) * uspace/srv/net/inetsrv/icmpv6.h (moved) * uspace/srv/net/inetsrv/icmpv6_std.h (added) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inet_std.h (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetping.h (modified) * uspace/srv/net/inetsrv/inetping6.c (added) * uspace/srv/net/inetsrv/inetping6.h (moved) * 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/inetsrv/sroute.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/slip/Makefile (moved) * uspace/srv/net/slip/slip.c (added) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/pdu.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/std.h (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/tcp/test.c (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/std.h (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/net/udp/udp_type.h (modified) Merge mainline changes Thu, 27 Jun 2013 12:11:34 GMT Martin Decky [4fb794c] * uspace/Makefile.common (modified) use optimization level -O3 again (reverting a changeset probably ...