# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-09-22T07:26:32Z Fri, 20 Oct 2017 09:52:48 GMT Petr Manek [1252e81] * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/transfers.c (modified) * uspace/drv/bus/usb/xhci/transfers.h (modified) Added boilerplate function for isoch transfers. Some more checks. Fri, 20 Oct 2017 09:16:55 GMT Ondřej Hlavatý [03936831] * .bzrignore (modified) * .clang-format (added) * Makefile (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/sbi/src/os/helenos.c (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/intctl/apic/Makefile (moved) * uspace/drv/intctl/apic/apic.c (moved) * uspace/drv/intctl/apic/apic.h (added) * uspace/drv/intctl/apic/apic.ma (added) * uspace/drv/intctl/apic/main.c (added) * uspace/drv/intctl/i8259/Makefile (moved) * uspace/drv/intctl/i8259/i8259.c (moved) * uspace/drv/intctl/i8259/i8259.h (added) * uspace/drv/intctl/i8259/i8259.ma (added) * uspace/drv/intctl/i8259/main.c (added) * uspace/drv/intctl/icp-ic/icp-ic.c (modified) * uspace/drv/intctl/icp-ic/icp-ic.h (modified) * uspace/drv/platform/icp/icp.c (modified) * uspace/lib/bithenge/src/compound.c (modified) * uspace/lib/ext4/src/extent.c (modified) * uspace/lib/trackmod/xm.c (modified) Merge mainline to fix build Fri, 20 Oct 2017 08:14:10 GMT Petr Manek [fe1c48d] * uspace/drv/bus/usb/xhci/bus.c (modified) Removed bus address operations. Fri, 20 Oct 2017 00:33:54 GMT jzr [04efacc] * uspace/app/mkmfs/mkmfs.c (modified) Fix possible memory leak in mkmfs. Fri, 20 Oct 2017 00:31:52 GMT jzr [0464967] * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/sbi/src/os/helenos.c (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/lib/bithenge/src/compound.c (modified) * uspace/lib/ext4/src/extent.c (modified) * uspace/lib/trackmod/xm.c (modified) Fix gcc warnings when building with -O1 or -Og flags. (Thanks Ondřej ... Thu, 19 Oct 2017 23:51:35 GMT jzr [c212a03] * uspace/drv/intctl/apic/apic.h (modified) * uspace/drv/intctl/i8259/i8259.h (modified) * uspace/drv/intctl/icp-ic/icp-ic.h (modified) Fix include guards (thanks clang). Thu, 19 Oct 2017 21:40:57 GMT Petr Manek [913007f] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/commands.h (modified) * uspace/drv/bus/usb/xhci/endpoint.c (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) Final change with respect to command timeouts. Because communication ... Thu, 19 Oct 2017 20:52:35 GMT Petr Manek [2896ff6] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/commands.h (modified) * uspace/drv/bus/usb/xhci/endpoint.c (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/main.c (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) Vaguer log level. Extracted timeout constant from command completion ... Thu, 19 Oct 2017 20:30:01 GMT Ondřej Hlavatý [ccbf93f] * uspace/lib/ext4/src/extent.c (modified) * uspace/lib/trackmod/xm.c (modified) Do not use uninitialized variables Return value in extent.c was not ... Thu, 19 Oct 2017 20:16:40 GMT Petr Manek [1a9a72a] * tools/toolchain.sh (modified) Reverted unintentional change in toolchain.sh. Bazaar should really ... Thu, 19 Oct 2017 20:02:49 GMT Petr Manek [1fd2f81] * uspace/drv/bus/usb/xhci/main.c (modified) Removed RH setup from XHCI op hooks. Thu, 19 Oct 2017 20:00:08 GMT Petr Manek [0f6b50f] * tools/toolchain.sh (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hc.h (modified) * uspace/drv/bus/usb/xhci/main.c (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) * uspace/drv/bus/usb/xhci/rh.h (modified) * uspace/lib/usbhost/include/usb/host/ddf_helpers.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) Added DDF device to HCD initialization to prepare RH data structures ... Thu, 19 Oct 2017 14:01:18 GMT Michal Staruch [60af4cdb] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/commands.h (modified) * uspace/drv/bus/usb/xhci/hw_struct/context.h (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) Added get port bandwidth command Wed, 18 Oct 2017 15:10:58 GMT jzr [b1efe3e] * .clang-format (added) * Makefile (modified) Add partial support for clang-format. Tue, 17 Oct 2017 17:47:11 GMT Jiri Svoboda [b446b02] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/intctl/apic/Makefile (moved) * uspace/drv/intctl/apic/apic.c (moved) * uspace/drv/intctl/apic/apic.h (added) * uspace/drv/intctl/apic/apic.ma (added) * uspace/drv/intctl/apic/main.c (added) * uspace/drv/intctl/i8259/Makefile (moved) * uspace/drv/intctl/i8259/i8259.c (moved) * uspace/drv/intctl/i8259/i8259.h (added) * uspace/drv/intctl/i8259/i8259.ma (added) * uspace/drv/intctl/i8259/main.c (added) * uspace/drv/intctl/icp-ic/icp-ic.c (modified) * uspace/drv/platform/icp/icp.c (modified) Enumerate APIC and i8259 via DDF. Tue, 17 Oct 2017 13:11:35 GMT Ondřej Hlavatý [95c675b] * .bzrignore (modified) * HelenOS.config (modified) * abi/include/abi/ddi/arg.h (modified) * abi/include/abi/ddi/irq.h (modified) * abi/include/abi/elf.h (modified) * abi/include/abi/fourcc.h (modified) * abi/include/abi/ipc/methods.h (modified) * abi/include/abi/proc/task.h (modified) * abi/include/abi/proc/thread.h (modified) * abi/include/abi/proc/uarg.h (modified) * abi/include/abi/syscall.h (modified) * abi/include/abi/sysinfo.h (modified) * boot/Makefile (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/Makefile.grub (modified) * boot/Makefile.initrd (added) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/_link.ld.in (modified) * boot/arch/arm32/include/mm.h (modified) * boot/arch/arm32/include/types.h (modified) * boot/arch/arm32/src/main.c (modified) * boot/arch/arm32/src/mm.c (modified) * boot/arch/arm32/src/putchar.c (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/_link.ld.in (modified) * boot/arch/ia64/include/pal.h (modified) * boot/arch/ia64/include/sal.h (modified) * boot/arch/ia64/include/ski.h (modified) * boot/arch/ia64/src/main.c (modified) * boot/arch/ia64/src/putchar.c (modified) * boot/arch/ia64/src/ski.c (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/_link.ld.in (modified) * boot/arch/mips32/include/types.h (modified) * boot/arch/mips32/src/main.c (modified) * boot/arch/mips32/src/putchar.c (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/ppc32/_link.ld.in (modified) * boot/arch/ppc32/include/asm.h (modified) * boot/arch/ppc32/include/main.h (modified) * boot/arch/ppc32/include/types.h (modified) * boot/arch/ppc32/src/main.c (modified) * boot/arch/ppc32/src/ofw.c (modified) * boot/arch/riscv64/Makefile.inc (modified) * boot/arch/riscv64/_link.ld.in (modified) * boot/arch/riscv64/include/arch.h (modified) * boot/arch/riscv64/include/asm.h (modified) * boot/arch/riscv64/include/mm.h (added) * boot/arch/riscv64/include/types.h (modified) * boot/arch/riscv64/include/ucb.h (modified) * boot/arch/riscv64/src/asm.S (modified) * boot/arch/riscv64/src/main.c (modified) * boot/arch/riscv64/src/putchar.c (modified) * boot/arch/riscv64/src/ucb.c (modified) * boot/arch/sparc64/Makefile.inc (modified) * boot/arch/sparc64/_link.ld.in (modified) * boot/arch/sparc64/include/asm.h (modified) * boot/arch/sparc64/include/main.h (modified) * boot/arch/sparc64/include/ofw.h (modified) * boot/arch/sparc64/include/types.h (modified) * boot/arch/sparc64/src/main.c (modified) * boot/arch/sparc64/src/ofw.c (modified) * boot/genarch/include/ofw.h (modified) * boot/genarch/include/ofw_tree.h (modified) * boot/genarch/src/efi.c (modified) * boot/genarch/src/multiplication.c (modified) * boot/genarch/src/ofw.c (modified) * boot/genarch/src/ofw_tree.c (modified) * boot/generic/include/balloc.h (modified) * boot/generic/include/errno.h (modified) * boot/generic/include/inflate.h (modified) * boot/generic/include/memstr.h (modified) * boot/generic/include/printf.h (modified) * boot/generic/include/printf_core.h (modified) * boot/generic/include/putchar.h (modified) * boot/generic/include/stdbool.h (added) * boot/generic/include/stddef.h (moved) * boot/generic/include/stdint.h (modified) * boot/generic/include/str.h (modified) * boot/generic/src/balloc.c (modified) * boot/generic/src/inflate.c (modified) * boot/generic/src/memstr.c (modified) * boot/generic/src/printf_core.c (modified) * boot/generic/src/str.c (modified) * boot/generic/src/vprintf.c (modified) * contrib/qemu/build-from-scratch.sh (modified) * contrib/tools/random_check.sh (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/abs32le/include/arch/fpu_context.h (modified) * kernel/arch/abs32le/include/arch/interrupt.h (modified) * kernel/arch/abs32le/include/arch/istate.h (modified) * kernel/arch/abs32le/include/arch/mm/asid.h (modified) * kernel/arch/abs32le/include/arch/mm/frame.h (modified) * kernel/arch/abs32le/include/arch/mm/km.h (modified) * kernel/arch/abs32le/include/arch/mm/page.h (modified) * kernel/arch/abs32le/include/arch/proc/task.h (modified) * kernel/arch/abs32le/include/arch/proc/thread.h (modified) * kernel/arch/abs32le/include/arch/types.h (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/abs32le/src/cpu/cpu.c (modified) * kernel/arch/abs32le/src/debug/stacktrace.c (modified) * kernel/arch/abs32le/src/mm/frame.c (modified) * kernel/arch/abs32le/src/mm/page.c (modified) * kernel/arch/abs32le/src/userspace.c (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/atomic.h (modified) * kernel/arch/amd64/include/arch/cpuid.h (modified) * kernel/arch/amd64/include/arch/interrupt.h (modified) * kernel/arch/amd64/include/arch/mm/frame.h (modified) * kernel/arch/amd64/include/arch/mm/km.h (modified) * kernel/arch/amd64/include/arch/proc/task.h (modified) * kernel/arch/amd64/include/arch/proc/thread.h (modified) * kernel/arch/amd64/include/arch/types.h (modified) * kernel/arch/amd64/include/arch/vreg.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/cpu/cpu.c (modified) * kernel/arch/amd64/src/ddi/ddi.c (modified) * kernel/arch/amd64/src/debug/stacktrace.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/kseg.c (modified) * kernel/arch/amd64/src/mm/km.c (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/amd64/src/proc/task.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/arch/arch.h (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/cpu.h (modified) * kernel/arch/arm32/include/arch/fpu_context.h (modified) * kernel/arch/arm32/include/arch/interrupt.h (modified) * kernel/arch/arm32/include/arch/mm/asid.h (modified) * kernel/arch/arm32/include/arch/mm/frame.h (modified) * kernel/arch/arm32/include/arch/mm/km.h (modified) * kernel/arch/arm32/include/arch/mm/page_fault.h (modified) * kernel/arch/arm32/include/arch/types.h (modified) * kernel/arch/arm32/src/interrupt.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c (modified) * kernel/arch/arm32/src/mm/km.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/arch.h (modified) * kernel/arch/ia32/include/arch/boot/memmap.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/include/arch/fpu_context.h (modified) * kernel/arch/ia32/include/arch/interrupt.h (modified) * kernel/arch/ia32/include/arch/mm/asid.h (modified) * kernel/arch/ia32/include/arch/mm/frame.h (modified) * kernel/arch/ia32/include/arch/mm/km.h (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia32/include/arch/proc/task.h (modified) * kernel/arch/ia32/include/arch/proc/thread.h (modified) * kernel/arch/ia32/include/arch/smp/apic.h (modified) * kernel/arch/ia32/include/arch/smp/mps.h (modified) * kernel/arch/ia32/include/arch/smp/smp.h (modified) * kernel/arch/ia32/include/arch/types.h (modified) * kernel/arch/ia32/include/arch/vreg.h (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/ddi/ddi.c (modified) * kernel/arch/ia32/src/debug/stacktrace.c (modified) * kernel/arch/ia32/src/drivers/i8254.c (modified) * kernel/arch/ia32/src/drivers/i8259.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/mm/frame.c (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/arch/ia32/src/proc/task.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/smp/mps.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia32/src/syscall.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/include/arch/cpu.h (modified) * kernel/arch/ia64/include/arch/fpu_context.h (modified) * kernel/arch/ia64/include/arch/interrupt.h (modified) * kernel/arch/ia64/include/arch/mm/asid.h (modified) * kernel/arch/ia64/include/arch/mm/km.h (modified) * kernel/arch/ia64/include/arch/mm/page.h (modified) * kernel/arch/ia64/include/arch/types.h (modified) * kernel/arch/ia64/src/cpu/cpu.c (modified) * kernel/arch/ia64/src/debug/stacktrace.c (modified) * kernel/arch/ia64/src/drivers/it.c (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/ia64/src/mm/as.c (modified) * kernel/arch/ia64/src/mm/page.c (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/ia64/src/mm/vhpt.c (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/arch/arch.h (modified) * kernel/arch/mips32/include/arch/context.h (modified) * kernel/arch/mips32/include/arch/cp0.h (modified) * kernel/arch/mips32/include/arch/cpu.h (modified) * kernel/arch/mips32/include/arch/debugger.h (modified) * kernel/arch/mips32/include/arch/exception.h (modified) * kernel/arch/mips32/include/arch/interrupt.h (modified) * kernel/arch/mips32/include/arch/mm/asid.h (modified) * kernel/arch/mips32/include/arch/mm/km.h (modified) * kernel/arch/mips32/include/arch/mm/tlb.h (modified) * kernel/arch/mips32/include/arch/smp/dorder.h (modified) * kernel/arch/mips32/include/arch/types.h (modified) * kernel/arch/mips32/src/debug/stacktrace.c (modified) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/interrupt.c (modified) * kernel/arch/mips32/src/machine_func.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/mips32/src/smp/dorder.c (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/include/arch/boot/boot.h (modified) * kernel/arch/ppc32/include/arch/cpu.h (modified) * kernel/arch/ppc32/include/arch/mm/asid.h (modified) * kernel/arch/ppc32/include/arch/mm/frame.h (modified) * kernel/arch/ppc32/include/arch/mm/km.h (modified) * kernel/arch/ppc32/include/arch/types.h (modified) * kernel/arch/ppc32/src/debug/stacktrace.c (modified) * kernel/arch/ppc32/src/interrupt.c (modified) * kernel/arch/ppc32/src/mm/pht.c (modified) * kernel/arch/riscv64/Makefile.inc (modified) * kernel/arch/riscv64/_link.ld.in (modified) * kernel/arch/riscv64/include/arch/arch.h (modified) * kernel/arch/riscv64/include/arch/asm.h (modified) * kernel/arch/riscv64/include/arch/atomic.h (modified) * kernel/arch/riscv64/include/arch/boot/boot.h (modified) * kernel/arch/riscv64/include/arch/context.h (modified) * kernel/arch/riscv64/include/arch/context_struct.ag (modified) * kernel/arch/riscv64/include/arch/cpu.h (modified) * kernel/arch/riscv64/include/arch/cycle.h (modified) * kernel/arch/riscv64/include/arch/drivers/ucb.h (added) * kernel/arch/riscv64/include/arch/fpu_context.h (modified) * kernel/arch/riscv64/include/arch/istate_struct.ag (modified) * kernel/arch/riscv64/include/arch/mm/asid.h (modified) * kernel/arch/riscv64/include/arch/mm/frame.h (modified) * kernel/arch/riscv64/include/arch/mm/km.h (modified) * kernel/arch/riscv64/include/arch/mm/page.h (modified) * kernel/arch/riscv64/include/arch/proc/task.h (modified) * kernel/arch/riscv64/include/arch/types.h (modified) * kernel/arch/riscv64/src/asm.S (modified) * kernel/arch/riscv64/src/boot/boot.S (added) * kernel/arch/riscv64/src/context.S (added) * kernel/arch/riscv64/src/cpu/cpu.c (modified) * kernel/arch/riscv64/src/debug/stacktrace.c (modified) * kernel/arch/riscv64/src/drivers/ucb.c (added) * kernel/arch/riscv64/src/mm/as.c (modified) * kernel/arch/riscv64/src/mm/frame.c (modified) * kernel/arch/riscv64/src/mm/km.c (modified) * kernel/arch/riscv64/src/mm/page.c (modified) * kernel/arch/riscv64/src/riscv64.c (modified) * kernel/arch/riscv64/src/userspace.c (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/arch/cpu.h (modified) * kernel/arch/sparc64/include/arch/drivers/kbd.h (modified) * kernel/arch/sparc64/include/arch/drivers/pci.h (modified) * kernel/arch/sparc64/include/arch/drivers/scr.h (modified) * kernel/arch/sparc64/include/arch/fpu_context.h (modified) * kernel/arch/sparc64/include/arch/interrupt.h (modified) * kernel/arch/sparc64/include/arch/mm/asid.h (modified) * kernel/arch/sparc64/include/arch/mm/km.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/km.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/mmu.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tte.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/km.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tte.h (modified) * kernel/arch/sparc64/include/arch/proc/thread.h (modified) * kernel/arch/sparc64/include/arch/register.h (modified) * kernel/arch/sparc64/include/arch/smp/sun4v/smp.h (modified) * kernel/arch/sparc64/include/arch/sun4u/cpu.h (modified) * kernel/arch/sparc64/include/arch/sun4v/hypercall.h (modified) * kernel/arch/sparc64/include/arch/sun4v/ipi.h (modified) * kernel/arch/sparc64/include/arch/sun4v/md.h (modified) * kernel/arch/sparc64/include/arch/sun4v/register.h (modified) * kernel/arch/sparc64/include/arch/trap/trap_table.h (modified) * kernel/arch/sparc64/include/arch/types.h (modified) * kernel/arch/sparc64/src/console.c (modified) * kernel/arch/sparc64/src/debug/stacktrace.c (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/arch/sparc64/src/drivers/scr.c (modified) * kernel/arch/sparc64/src/drivers/tick.c (modified) * kernel/arch/sparc64/src/mm/sun4u/as.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tsb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/as.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tsb.c (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/arch/sparc64/src/sparc64.c (modified) * kernel/arch/sparc64/src/trap/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4u/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4v/interrupt.c (modified) * kernel/arch/sparc64/src/trap/trap.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/drivers/amdm37x/gpt.h (modified) * kernel/genarch/include/genarch/drivers/bcm2835/irc.h (modified) * kernel/genarch/include/genarch/drivers/bcm2835/timer.h (modified) * kernel/genarch/include/genarch/drivers/omap/irc.h (modified) * kernel/genarch/include/genarch/drivers/pl050/pl050.h (modified) * kernel/genarch/include/genarch/fb/bfb.h (modified) * kernel/genarch/include/genarch/mm/as_ht.h (modified) * kernel/genarch/include/genarch/mm/page_ht.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot2.h (modified) * kernel/genarch/include/genarch/ofw/ofw_tree.h (modified) * kernel/genarch/src/acpi/acpi.c (modified) * kernel/genarch/src/acpi/madt.c (modified) * kernel/genarch/src/drivers/am335x/timer.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnin.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/drivers/i8042/i8042.c (modified) * kernel/genarch/src/drivers/ns16550/ns16550.c (modified) * kernel/genarch/src/drivers/omap/uart.c (modified) * kernel/genarch/src/drivers/pl011/pl011.c (modified) * kernel/genarch/src/drivers/pl050/pl050.c (modified) * kernel/genarch/src/drivers/s3c24xx/uart.c (modified) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/genarch/src/fb/bfb.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/kbrd/kbrd.c (modified) * kernel/genarch/src/kbrd/kbrd_at.c (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/mm/as_pt.c (modified) * kernel/genarch/src/mm/asid.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/genarch/src/multiboot/common.c (added) * kernel/genarch/src/multiboot/multiboot.c (modified) * kernel/genarch/src/multiboot/multiboot2.c (modified) * kernel/genarch/src/ofw/ebus.c (modified) * kernel/genarch/src/ofw/ofw_tree.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/adt/avl.h (modified) * kernel/generic/include/adt/bitmap.h (modified) * kernel/generic/include/adt/btree.h (modified) * kernel/generic/include/adt/hash.h (modified) * kernel/generic/include/adt/hash_table.h (modified) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/assert.h (added) * kernel/generic/include/byteorder.h (modified) * kernel/generic/include/cap/cap.h (added) * kernel/generic/include/config.h (modified) * kernel/generic/include/console/chardev.h (modified) * kernel/generic/include/context.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/debug.h (modified) * kernel/generic/include/func.h (modified) * kernel/generic/include/gsort.h (moved) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/lib/elf.h (modified) * kernel/generic/include/lib/elf_load.h (modified) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/lib/ra.h (modified) * kernel/generic/include/lib/rd.h (modified) * kernel/generic/include/log.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mem.h (moved) * kernel/generic/include/mm/reserve.h (modified) * kernel/generic/include/panic.h (modified) * kernel/generic/include/preemption.h (modified) * kernel/generic/include/print.h (modified) * kernel/generic/include/printf/printf_core.h (modified) * kernel/generic/include/proc/scheduler.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/security/perm.h (moved) * kernel/generic/include/stacktrace.h (modified) * kernel/generic/include/stdbool.h (added) * kernel/generic/include/stddef.h (added) * kernel/generic/include/stdint.h (modified) * kernel/generic/include/str.h (modified) * kernel/generic/include/synch/condvar.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/include/synch/mutex.h (modified) * kernel/generic/include/synch/rcu.h (modified) * kernel/generic/include/synch/semaphore.h (modified) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/include/syscall/copy.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/include/time/delay.h (modified) * kernel/generic/include/time/timeout.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/adt/avl.c (modified) * kernel/generic/src/adt/bitmap.c (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/adt/list.c (modified) * kernel/generic/src/cap/cap.c (added) * kernel/generic/src/console/chardev.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/cpu/cpu_mask.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/debug/stacktrace.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/ops/clnestab.c (deleted) * kernel/generic/src/ipc/ops/conctmeto.c (modified) * kernel/generic/src/ipc/ops/concttome.c (modified) * kernel/generic/src/ipc/ops/connclone.c (deleted) * kernel/generic/src/ipc/ops/dataread.c (modified) * kernel/generic/src/ipc/ops/datawrite.c (modified) * kernel/generic/src/ipc/ops/stchngath.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/ipc/sysipc_ops.c (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/lib/gsort.c (moved) * kernel/generic/src/lib/mem.c (moved) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/backend_user.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/mm/reserve.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/mm/tlb.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/generic/src/printf/vsnprintf.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/the.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/security/perm.c (moved) * kernel/generic/src/smp/smp_call.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/rcu.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/syscall/copy.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/cht/cht1.c (modified) * kernel/test/debug/mips1_skip.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/purge1_skip.c (modified) * kernel/test/mm/slab1.c (modified) * kernel/test/mm/slab2.c (modified) * kernel/test/print/print1.c (modified) * kernel/test/print/print2.c (modified) * kernel/test/print/print3.c (modified) * kernel/test/print/print4.c (modified) * kernel/test/print/print5.c (modified) * kernel/test/smpcall/smpcall1.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/workq-test-core.h (modified) * kernel/test/synch/workqueue2.c (modified) * kernel/test/synch/workqueue3.c (modified) * kernel/test/test.c (modified) * kernel/test/test.h (modified) * tools/autotool.py (modified) * tools/ew.py (modified) * tools/mkarray.py (modified) * tools/pack.py (deleted) * tools/toolchain.sh (modified) * tools/xcw/bin/helenos-pkg-config (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/barber/Makefile (modified) * uspace/app/barber/barber.c (modified) * uspace/app/bdsh/cmds/builtin_cmds.c (modified) * uspace/app/bdsh/cmds/mod_cmds.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/devctl/devctl.c (modified) * uspace/app/df/df.c (modified) * uspace/app/download/main.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/search.h (modified) * uspace/app/fdisk/fdisk.c (modified) * uspace/app/fontviewer/fontviewer.c (modified) * uspace/app/gunzip/Makefile (added) * uspace/app/gunzip/gunzip.c (added) * uspace/app/inet/inet.c (modified) * uspace/app/init/init.c (modified) * uspace/app/loc/loc.c (modified) * uspace/app/mkexfat/exfat.h (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkfat/fat_dentry.h (added) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/nic/nic.c (modified) * uspace/app/pkg/Makefile (moved) * uspace/app/pkg/pkg.c (added) * uspace/app/sbi/src/builtin/bi_task.c (modified) * uspace/app/sbi/src/os/posix.c (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sysinst/sysinst.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/testread/testread.c (modified) * uspace/app/tetris/scores.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/tetris/tetris.c (modified) * uspace/app/top/top.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/trace/trace.h (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/app/vlaunch/Makefile (modified) * uspace/app/websrv/websrv.c (modified) * uspace/dist/src/c/demos/tetris/screen.h (modified) * uspace/dist/src/c/demos/top/top.c (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ahci/ahci.h (modified) * uspace/drv/block/ata_bd/main.c (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/bus/adb/cuda_adb/Makefile (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (added) * uspace/drv/bus/adb/cuda_adb/cuda_adb.h (added) * uspace/drv/bus/adb/cuda_adb/cuda_adb.ma (added) * uspace/drv/bus/adb/cuda_adb/cuda_hw.h (moved) * uspace/drv/bus/adb/cuda_adb/main.c (added) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/ohci_rh.c (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/char/atkbd/atkbd.c (modified) * uspace/drv/char/atkbd/main.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/fb/amdm37x_dispc/main.c (modified) * uspace/drv/fb/kfb/port.c (modified) * uspace/drv/intctl/icp-ic/Makefile (added) * uspace/drv/intctl/icp-ic/icp-ic.c (moved) * uspace/drv/intctl/icp-ic/icp-ic.h (added) * uspace/drv/intctl/icp-ic/icp-ic.ma (added) * uspace/drv/intctl/icp-ic/icp-ic_hw.h (moved) * uspace/drv/intctl/icp-ic/main.c (added) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.h (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/driver.h (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/drv/nic/rtl8169/driver.h (modified) * uspace/drv/platform/amdm37x/main.c (modified) * uspace/drv/platform/icp/icp.c (modified) * uspace/drv/platform/mac/mac.c (modified) * uspace/drv/platform/malta/malta.c (modified) * uspace/drv/platform/msim/msim.c (modified) * uspace/drv/platform/pc/pc.c (modified) * uspace/drv/platform/sun4u/sun4u.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/bithenge/include/bithenge/blob.h (modified) * uspace/lib/block/block.c (modified) * uspace/lib/block/block.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/faddr.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/stddef.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/syscall.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/types.h (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/amd64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/amd64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/amd64/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/amd64/include/libarch/stddef.h (modified) * uspace/lib/c/arch/amd64/include/libarch/types.h (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/arm32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/arm32/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/arm32/include/libarch/stddef.h (modified) * uspace/lib/c/arch/arm32/include/libarch/types.h (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/ia32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/ia32/include/libarch/stddef.h (modified) * uspace/lib/c/arch/ia32/include/libarch/syscall.h (modified) * uspace/lib/c/arch/ia32/include/libarch/types.h (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia64/Makefile.common (modified) * uspace/lib/c/arch/ia64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/ia64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia64/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/ia64/include/libarch/stddef.h (modified) * uspace/lib/c/arch/ia64/include/libarch/types.h (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/mips32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/mips32/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/mips32/include/libarch/stddef.h (modified) * uspace/lib/c/arch/mips32/include/libarch/types.h (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/ppc32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/stddef.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/types.h (modified) * uspace/lib/c/arch/riscv64/Makefile.common (added) * uspace/lib/c/arch/riscv64/include/libarch/config.h (added) * uspace/lib/c/arch/riscv64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/stddef.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/syscall.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/tls.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/types.h (modified) * uspace/lib/c/arch/riscv64/src/entry.c (modified) * uspace/lib/c/arch/riscv64/src/stacktrace.c (modified) * uspace/lib/c/arch/riscv64/src/thread_entry.c (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) * uspace/lib/c/arch/sparc64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/stddef.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/syscall.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/types.h (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/adt/list.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/bd.c (modified) * uspace/lib/c/generic/cap.c (modified) * uspace/lib/c/generic/clipboard.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/getopt.c (modified) * uspace/lib/c/generic/gsort.c (moved) * uspace/lib/c/generic/inet/udp.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/table.c (added) * uspace/lib/c/generic/io/visualizer.c (modified) * uspace/lib/c/generic/irc.c (modified) * uspace/lib/c/generic/irq.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/generic/perm.c (moved) * uspace/lib/c/generic/qsort.c (added) * uspace/lib/c/generic/rtld/dynamic.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/vol.c (modified) * uspace/lib/c/include/adt/hash.h (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/atomicdflt.h (modified) * uspace/lib/c/include/bd.h (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/lib/c/include/cap.h (modified) * uspace/lib/c/include/corecfg.h (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/dirent.h (modified) * uspace/lib/c/include/elf/elf.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/fourcc.h (moved) * uspace/lib/c/include/gsort.h (moved) * uspace/lib/c/include/inet/dhcp.h (modified) * uspace/lib/c/include/inet/udp.h (modified) * uspace/lib/c/include/io/chardev.h (modified) * uspace/lib/c/include/io/chargrid.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/io/pos_event.h (modified) * uspace/lib/c/include/io/table.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/event.h (modified) * uspace/lib/c/include/ipc/irc.h (modified) * uspace/lib/c/include/ipc/irq.h (modified) * uspace/lib/c/include/ipc/ns.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/udp.h (modified) * uspace/lib/c/include/ipc/vol.h (modified) * uspace/lib/c/include/irc.h (modified) * uspace/lib/c/include/ns.h (modified) * uspace/lib/c/include/offset.h (moved) * uspace/lib/c/include/perm.h (moved) * uspace/lib/c/include/qsort.h (added) * uspace/lib/c/include/stack.h (modified) * uspace/lib/c/include/stdbool.h (modified) * uspace/lib/c/include/stddef.h (modified) * uspace/lib/c/include/stdint.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/stdlib.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/syscall.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/c/include/types/common.h (added) * uspace/lib/c/include/types/label.h (modified) * uspace/lib/c/include/types/vol.h (modified) * uspace/lib/c/include/unaligned.h (moved) * uspace/lib/c/include/vbd.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/c/include/vol.h (modified) * uspace/lib/c/test/fibril/timer.c (added) * uspace/lib/c/test/io/table.c (added) * uspace/lib/c/test/main.c (modified) * uspace/lib/c/test/odict.c (modified) * uspace/lib/c/test/qsort.c (added) * uspace/lib/clui/tinput.c (modified) * uspace/lib/draw/codec/webp.c (modified) * uspace/lib/draw/font/pcf.c (modified) * uspace/lib/draw/path.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/ext4/src/directory_index.c (modified) * uspace/lib/fdisk/Makefile (modified) * uspace/lib/fdisk/include/fdisk.h (modified) * uspace/lib/fdisk/include/types/fdisk.h (modified) * uspace/lib/fdisk/src/cap.c (deleted) * uspace/lib/fdisk/src/fdisk.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/lib/graph/graph.c (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/hound/include/hound/client.h (modified) * uspace/lib/hound/src/client.c (modified) * uspace/lib/hound/src/protocol.c (modified) * uspace/lib/http/include/http/receive-buffer.h (modified) * uspace/lib/http/src/http.c (modified) * uspace/lib/label/Makefile (modified) * uspace/lib/label/include/label/empty.h (added) * uspace/lib/label/include/label/label.h (moved) * uspace/lib/label/include/std/fat.h (added) * uspace/lib/label/include/types/liblabel.h (modified) * uspace/lib/label/src/dummy.c (modified) * uspace/lib/label/src/empty.c (added) * uspace/lib/label/src/gpt.c (modified) * uspace/lib/label/src/label.c (modified) * uspace/lib/label/src/mbr.c (modified) * uspace/lib/label/test/label.c (added) * uspace/lib/label/test/main.c (added) * uspace/lib/math/arch/amd64/src/cos.S (modified) * uspace/lib/math/arch/amd64/src/sin.S (modified) * uspace/lib/nettl/src/amap.c (modified) * uspace/lib/nettl/src/portrng.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/dlfcn.h (added) * uspace/lib/posix/include/posix/stdbool.h (added) * uspace/lib/posix/include/posix/stdint.h (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/include/posix/sys/time.h (added) * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/posix/include/posix/unistd.h (modified) * uspace/lib/posix/source/dlfcn.c (moved) * uspace/lib/posix/source/internal/common.h (modified) * uspace/lib/posix/source/stdio.c (modified) * uspace/lib/posix/source/stdlib.c (modified) * uspace/lib/posix/source/time.c (modified) * uspace/lib/posix/source/unistd.c (modified) * uspace/lib/softrend/filter.h (modified) * uspace/lib/softrend/rectangle.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/usb.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbhost/include/usb/host/ddf_helpers.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/bd/vbd/types/vbd.h (modified) * uspace/srv/bd/vbd/vbd.c (modified) * uspace/srv/clipboard/clipboard.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_dentry.c (modified) * uspace/srv/fs/exfat/exfat_dentry.h (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_directory.h (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_directory.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/udf/udf_osta.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/output/proto/vt100.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (deleted) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/net/dhcp/transport.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/query.c (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/tcp/Makefile (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/conn.h (modified) * uspace/srv/net/tcp/inet.c (added) * uspace/srv/net/tcp/inet.h (moved) * uspace/srv/net/tcp/iqueue.c (modified) * uspace/srv/net/tcp/iqueue.h (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/rqueue.c (modified) * uspace/srv/net/tcp/rqueue.h (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/segment.h (modified) * uspace/srv/net/tcp/seq_no.c (modified) * uspace/srv/net/tcp/service.c (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/tcp/test/conn.c (added) * uspace/srv/net/tcp/test/iqueue.c (added) * uspace/srv/net/tcp/test/main.c (added) * uspace/srv/net/tcp/test/main.h (added) * uspace/srv/net/tcp/test/pdu.c (added) * uspace/srv/net/tcp/test/rqueue.c (added) * uspace/srv/net/tcp/test/segment.c (added) * uspace/srv/net/tcp/test/seq_no.c (added) * uspace/srv/net/tcp/test/tqueue.c (added) * uspace/srv/net/tcp/test/ucall.c (added) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/tqueue.h (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/service.c (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/net/udp/udp_type.h (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/taskmon/taskmon.c (modified) * uspace/srv/volsrv/Makefile (modified) * uspace/srv/volsrv/empty.c (modified) * uspace/srv/volsrv/mkfs.c (modified) * uspace/srv/volsrv/mkfs.h (modified) * uspace/srv/volsrv/part.c (modified) * uspace/srv/volsrv/part.h (modified) * uspace/srv/volsrv/types/part.h (modified) * uspace/srv/volsrv/volsrv.c (modified) Merge mainline Tue, 17 Oct 2017 10:09:40 GMT Ondřej Hlavatý [dbf32b1] * uspace/drv/bus/usb/xhci/endpoint.c (modified) * uspace/drv/bus/usb/xhci/endpoint.h (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/transfers.c (modified) xhci: cleanup And by the way... the USB mouse is now working :) Mon, 16 Oct 2017 17:28:07 GMT Petr Manek [bb784ae] * uspace/drv/bus/usb/xhci/hw_struct/context.h (modified) Added max ESIT payload macro. Mon, 16 Oct 2017 15:50:37 GMT Jiri Svoboda [a416d070] * .bzrignore (modified) * boot/arch/arm32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/intctl/icp-ic/Makefile (moved) * uspace/drv/intctl/icp-ic/icp-ic.c (moved) * uspace/drv/intctl/icp-ic/icp-ic.h (added) * uspace/drv/intctl/icp-ic/icp-ic.ma (added) * uspace/drv/intctl/icp-ic/icp-ic_hw.h (moved) * uspace/drv/intctl/icp-ic/main.c (added) * uspace/drv/platform/icp/icp.c (modified) Let ICP-IC be enumerated by the DDF. Mon, 16 Oct 2017 12:03:56 GMT Michal Staruch [f971e957] * uspace/drv/bus/usb/xhci/endpoint.c (modified) * uspace/drv/bus/usb/xhci/endpoint.h (modified) * uspace/drv/bus/usb/xhci/transfers.c (modified) Removed hardcoded target for doorbell Mon, 16 Oct 2017 11:37:01 GMT Michal Staruch [3afcf68] * uspace/lib/drv/generic/remote_usb.c (modified) Removed unnecessary malloc and forced bounds for async transfer Sun, 15 Oct 2017 21:35:13 GMT Ondřej Hlavatý [b7db009] * uspace/drv/bus/usb/xhci/endpoint.c (modified) * uspace/drv/bus/usb/xhci/transfers.c (modified) xhci: fix crashing QEMU Sun, 15 Oct 2017 20:08:16 GMT Petr Manek [9b2f69e] * uspace/drv/bus/usb/xhci/bus.c (modified) * uspace/drv/bus/usb/xhci/endpoint.c (modified) * uspace/drv/bus/usb/xhci/endpoint.h (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) * uspace/drv/bus/usb/xhci/transfers.c (modified) * uspace/drv/bus/usb/xhci/transfers.h (modified) * uspace/drv/bus/usb/xhci/trb_ring.c (modified) * uspace/drv/bus/usb/xhci/trb_ring.h (modified) Setting up endpoint contexts (almost) properly. Boilerplate for ... Sun, 15 Oct 2017 16:55:48 GMT Michal Staruch [816f5f4] * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/include/usb_iface.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usbdev/include/usb/dev/pipes.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/request.c (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) Remote USB (async) sending structures remote_usb_register_endpoint ... Sun, 15 Oct 2017 15:21:10 GMT Jiri Svoboda [1974f56a] * uspace/lib/c/include/ipc/services.h (modified) SERVICE_IRC fourcc is no longer used. Sun, 15 Oct 2017 15:05:06 GMT Petr Manek [2770b66] * uspace/drv/bus/usb/xhci/bus.c (modified) * uspace/drv/bus/usb/xhci/endpoint.h (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) * uspace/drv/bus/usb/xhci/rh.h (modified) * uspace/drv/bus/usb/xhci/transfers.c (modified) Fixed few bugs related to control transfers and some deadlocks. ... Sun, 15 Oct 2017 15:04:15 GMT Jiri Svoboda [9a2eb14] * uspace/lib/c/generic/irc.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/icp-ic/icp-ic.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/locsrv/locsrv.c (modified) As a temporary measure, let IRC servers use the location service for ... Sun, 15 Oct 2017 13:44:39 GMT Ondřej Hlavatý [20eaa82] * uspace/drv/bus/usb/ehci/hw_struct/queue_head.c (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/xhci/bus.c (modified) * uspace/drv/bus/usb/xhci/bus.h (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hc.h (modified) * uspace/drv/bus/usb/xhci/main.c (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) * uspace/drv/bus/usb/xhci/rh.h (modified) * uspace/lib/usb/include/usb/request.h (modified) * uspace/lib/usbhost/include/usb/host/bus.h (modified) * uspace/lib/usbhost/include/usb/host/ddf_helpers.h (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/src/bus.c (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) * uspace/lib/usbhost/src/hcd.c (modified) * uspace/lib/usbhost/src/usb2_bus.c (modified) usbhost refactoring: introduced bus->enumerate_device Sun, 15 Oct 2017 02:04:10 GMT Ondřej Hlavatý [867b375] * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/bus/usb/xhci/main.c (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) * uspace/drv/bus/usb/xhci/rh.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usbhost/include/usb/host/ddf_helpers.h (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) * uspace/lib/usbhost/src/hcd.c (modified) hcd_ddf_new_device refactoring This long function is now split into ... Sat, 14 Oct 2017 23:13:08 GMT Jiri Svoboda [75911d24] * uspace/drv/platform/icp/icp.c (modified) ICP could relay disable/clear interrupt. Sat, 14 Oct 2017 22:49:18 GMT Jiri Svoboda [d51838f] * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.h (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/driver.h (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/drv/nic/rtl8169/driver.h (modified) * uspace/drv/platform/icp/icp.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) Let leaf drivers enable/disable/clear interrupts via hw_res instead ... Sat, 14 Oct 2017 17:21:26 GMT Petr Manek [d7869d7e] * uspace/drv/bus/usb/xhci/endpoint.c (modified) * uspace/drv/bus/usb/xhci/endpoint.h (modified) * uspace/drv/bus/usb/xhci/hw_struct/context.h (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) * uspace/drv/bus/usb/xhci/transfers.c (modified) Reading assigned USB addresses, issuing Configure Endpoint commands ... Sat, 14 Oct 2017 13:39:35 GMT Petr Manek [2297fab] * uspace/drv/bus/usb/xhci/rh.c (modified) Reintroduced alloc_dev(), brought it up to speed with recent changes. Fri, 13 Oct 2017 17:40:48 GMT Ondřej Hlavatý [dcf0597] * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) * uspace/drv/bus/usb/xhci/rh.h (modified) * uspace/drv/bus/usb/xhci/transfers.c (modified) xhci rh: move away from virthub xHC's root hub is too different ... Fri, 13 Oct 2017 13:04:26 GMT Petr Manek [063dfe8] * uspace/drv/bus/usb/xhci/bus.c (modified) * uspace/drv/bus/usb/xhci/endpoint.c (modified) * uspace/drv/bus/usb/xhci/endpoint.h (modified) Moved initialization and polished some log messages. Fri, 13 Oct 2017 12:32:57 GMT Petr Manek [c10daa8] * uspace/drv/bus/usb/xhci/bus.c (modified) * uspace/drv/bus/usb/xhci/bus.h (modified) * uspace/drv/bus/usb/xhci/endpoint.c (modified) * uspace/drv/bus/usb/xhci/endpoint.h (modified) * uspace/drv/bus/usb/xhci/transfers.c (modified) Refactored XHCI bus to hold devices instead of endpoints. Added ... Fri, 13 Oct 2017 11:13:32 GMT Ondřej Hlavatý [366e9b6] * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/lib/usbhost/include/usb/host/ddf_helpers.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) usbhost: setup of the root hub is now a method of an driver ... Fri, 13 Oct 2017 10:18:50 GMT Petr Manek [cb69854] * uspace/drv/bus/usb/xhci/bus.c (modified) Returning some basic speed, so that we can get xhci up and running. Fri, 13 Oct 2017 10:03:58 GMT Ondřej Hlavatý [5995383c] * uspace/drv/bus/usb/ehci/ehci_bus.c (modified) * uspace/drv/bus/usb/ohci/ohci_bus.c (modified) * uspace/lib/usbhost/src/hcd.c (modified) usbhost refactoring: fix introduced bugs Fri, 13 Oct 2017 09:38:32 GMT Ondřej Hlavatý [c0e4b5b2] * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/bus/usb/vhc/transfer.c (modified) * uspace/drv/bus/usb/vhc/vhcd.h (modified) usbhost refactoring: vhc Now, please, review. Fri, 13 Oct 2017 09:21:22 GMT Ondřej Hlavatý [741bcdeb] * uspace/drv/bus/usb/ehci/Makefile (modified) * uspace/drv/bus/usb/ehci/ehci_batch.c (modified) * uspace/drv/bus/usb/ehci/ehci_bus.c (moved) * uspace/drv/bus/usb/ehci/ehci_bus.h (moved) * uspace/drv/bus/usb/ehci/ehci_rh.c (modified) * uspace/drv/bus/usb/ehci/endpoint_list.h (modified) * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hc.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.c (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci_bus.c (modified) WIP usbhost refactoring: ehci completed vhc to go... Fri, 13 Oct 2017 08:49:29 GMT Ondřej Hlavatý [e6b9182] * uspace/drv/bus/usb/ohci/Makefile (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/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_bus.c (moved) * uspace/drv/bus/usb/ohci/ohci_bus.h (moved) * uspace/drv/bus/usb/ohci/ohci_rh.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/xhci/bus.c (modified) * uspace/drv/bus/usb/xhci/bus.h (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/main.c (modified) * uspace/lib/usbhost/include/usb/host/bus.h (modified) * uspace/lib/usbhost/include/usb/host/usb2_bus.h (modified) * uspace/lib/usbhost/src/bus.c (modified) * uspace/lib/usbhost/src/usb2_bus.c (modified) WIP usbhost refactoring: ohci completed Along with that we noticed ... Thu, 12 Oct 2017 23:05:00 GMT Petr Manek [0a5833d7] * uspace/drv/bus/usb/xhci/bus.c (modified) Corrected endpoint access. Thu, 12 Oct 2017 19:57:34 GMT Petr Manek [0e3e1f6] * uspace/drv/bus/usb/xhci/bus.c (modified) Corrected to assume endpoint_t is actually xhci_endpoint_t. Thu, 12 Oct 2017 17:59:31 GMT Jakub Jermar [ce732e74] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/main/main.c (modified) Allocate capabilities from a dedicated slab cache Thu, 12 Oct 2017 17:38:13 GMT jzr [d29ae35] * boot/generic/include/errno.h (modified) Fix include guard typo. Thu, 12 Oct 2017 16:42:26 GMT Petr Manek [a8435eb5] * uspace/drv/bus/usb/xhci/bus.c (modified) * uspace/drv/bus/usb/xhci/bus.h (modified) * uspace/drv/bus/usb/xhci/main.c (modified) Implemented data structure for endpoint management using USB target ... Thu, 12 Oct 2017 16:07:56 GMT Michal Staruch [f9d787c] * uspace/drv/bus/usb/xhci/transfers.c (modified) Target is not a pointer Thu, 12 Oct 2017 16:06:37 GMT Ondřej Hlavatý [fc0271a5] * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_rh.c (modified) * uspace/lib/usbhost/include/usb/host/bandwidth.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb2_bus.h (modified) * uspace/lib/usbhost/src/bandwidth.c (modified) * uspace/lib/usbhost/src/usb2_bus.c (modified) WIP usbhost refactoring: uhci converted Thu, 12 Oct 2017 15:45:45 GMT Michal Staruch [d0db4a0] * uspace/drv/bus/usb/xhci/transfers.c (modified) Doorbell target fix Thu, 12 Oct 2017 15:25:13 GMT Petr Manek [add878aa] * uspace/drv/bus/usb/xhci/bus.c (modified) Added empty implementation of XHCI bus method bodies. Thu, 12 Oct 2017 14:18:00 GMT Ondřej Hlavatý [a5976973] * uspace/drv/bus/usb/xhci/bus.c (added) * uspace/drv/bus/usb/xhci/bus.h (added) fixup: forgotten files Thu, 12 Oct 2017 14:07:27 GMT Ondřej Hlavatý [41924f30] * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/xhci/Makefile (modified) * uspace/drv/bus/usb/xhci/endpoint.c (modified) * uspace/drv/bus/usb/xhci/endpoint.h (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hc.h (modified) * uspace/drv/bus/usb/xhci/main.c (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) * uspace/drv/bus/usb/xhci/transfers.c (modified) * uspace/lib/usbhost/Makefile (modified) * uspace/lib/usbhost/include/usb/host/bandwidth.h (added) * uspace/lib/usbhost/include/usb/host/bus.h (added) * uspace/lib/usbhost/include/usb/host/ddf_helpers.h (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb2_bus.h (added) * uspace/lib/usbhost/include/usb/host/usb_bus.h (deleted) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/src/bandwidth.c (added) * uspace/lib/usbhost/src/bus.c (added) * uspace/lib/usbhost/src/ddf_helpers.c (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbhost/src/hcd.c (modified) * uspace/lib/usbhost/src/usb2_bus.c (added) * uspace/lib/usbhost/src/usb_bus.c (deleted) WIP usbhost refactoring This commit replaces callbacks with more ... Wed, 11 Oct 2017 20:54:31 GMT Petr Manek [7e74911] * uspace/drv/bus/usb/xhci/transfers.c (modified) * uspace/drv/bus/usb/xhci/transfers.h (modified) Delegated transfer block recycling to the kernel frame allocator. ... Wed, 11 Oct 2017 20:35:01 GMT jzr [1c5c96d] * uspace/lib/c/generic/io/visualizer.c (modified) * uspace/lib/graph/graph.c (modified) Unify offset ranges in update_damaged_region. Wed, 11 Oct 2017 20:25:09 GMT jzr [b08e98ba] * boot/Makefile (modified) Create the missing empty directories. Wed, 11 Oct 2017 18:53:03 GMT Petr Manek [63adb18] * uspace/drv/bus/usb/xhci/transfers.c (modified) * uspace/drv/bus/usb/xhci/transfers.h (modified) Added transfer block data structure and dequeue mechanism. Wed, 11 Oct 2017 16:32:00 GMT jzr [cf13b17] * uspace/app/edit/edit.c (modified) * uspace/app/sbi/src/os/posix.c (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/trace/trace.h (modified) * uspace/dist/src/c/demos/tetris/screen.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/faddr.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/syscall.h (modified) * uspace/lib/c/arch/amd64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/arm32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/include/libarch/syscall.h (modified) * uspace/lib/c/arch/ia64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril.h (modified) * uspace/lib/c/arch/mips32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/syscall.h (modified) * uspace/lib/c/arch/riscv64/src/thread_entry.c (modified) * uspace/lib/c/arch/sparc64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/syscall.h (modified) * uspace/lib/c/generic/perm.c (modified) * uspace/lib/c/include/adt/hash.h (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/atomicdflt.h (modified) * uspace/lib/c/include/elf/elf.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/inet/dhcp.h (modified) * uspace/lib/c/include/io/chardev.h (modified) * uspace/lib/c/include/io/chargrid.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/io/pos_event.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/event.h (modified) * uspace/lib/c/include/ipc/irq.h (modified) * uspace/lib/c/include/stack.h (modified) * uspace/lib/c/include/syscall.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/c/include/types/common.h (moved) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/hound/src/client.c (modified) * uspace/lib/hound/src/protocol.c (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/softrend/rectangle.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/srv/hid/output/proto/vt100.c (modified) Rename to Wed, 11 Oct 2017 13:18:54 GMT Ondřej Hlavatý [eaf5e86] * uspace/drv/bus/usb/xhci/endpoint.h (modified) * uspace/drv/bus/usb/xhci/hc.h (modified) * uspace/drv/bus/usb/xhci/hw_struct/common.h (modified) * uspace/drv/bus/usb/xhci/hw_struct/context.h (modified) * uspace/drv/bus/usb/xhci/hw_struct/regs.h (modified) * uspace/drv/bus/usb/xhci/hw_struct/trb.h (modified) * uspace/drv/bus/usb/xhci/main.c (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) * uspace/drv/bus/usb/xhci/rh.h (modified) * uspace/drv/bus/usb/xhci/transfers.c (modified) xhci: whitespace fixes Wed, 11 Oct 2017 09:55:52 GMT Michal Staruch [ac18b08] * uspace/lib/usb/include/usb/descriptor.h (modified) Added superspeed endpoint companion descriptor Tue, 10 Oct 2017 20:47:07 GMT jzr [2a7749d7] * uspace/app/edit/edit.c (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/trace/trace.h (modified) * uspace/dist/src/c/demos/tetris/screen.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/faddr.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/syscall.h (modified) * uspace/lib/c/arch/amd64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/arm32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/include/libarch/syscall.h (modified) * uspace/lib/c/arch/ia64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril.h (modified) * uspace/lib/c/arch/mips32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/syscall.h (modified) * uspace/lib/c/arch/riscv64/src/thread_entry.c (modified) * uspace/lib/c/arch/sparc64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/syscall.h (modified) * uspace/lib/c/generic/perm.c (modified) * uspace/lib/c/include/adt/hash.h (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/atomicdflt.h (modified) * uspace/lib/c/include/elf/elf.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/inet/dhcp.h (modified) * uspace/lib/c/include/io/chardev.h (modified) * uspace/lib/c/include/io/chargrid.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/io/pos_event.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/event.h (modified) * uspace/lib/c/include/ipc/irq.h (modified) * uspace/lib/c/include/stack.h (modified) * uspace/lib/c/include/sys/types.h (added) * uspace/lib/c/include/syscall.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/hound/src/client.c (modified) * uspace/lib/hound/src/protocol.c (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/softrend/rectangle.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/srv/hid/output/proto/vt100.c (modified) Add as a wrapper for , and eliminate ... Tue, 10 Oct 2017 20:45:27 GMT jzr [04ba110] * uspace/drv/char/atkbd/main.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/xtkbd/main.c (modified) Eliminate direct references to . Tue, 10 Oct 2017 18:58:49 GMT jzr [a4fb8d60] * kernel/arch/abs32le/include/arch/types.h (modified) * kernel/arch/amd64/include/arch/types.h (modified) * kernel/arch/arm32/include/arch/types.h (modified) * kernel/arch/ia32/include/arch/types.h (modified) * kernel/arch/ia64/include/arch/types.h (modified) * kernel/arch/mips32/include/arch/types.h (modified) * kernel/arch/ppc32/include/arch/types.h (modified) * kernel/arch/riscv64/include/arch/types.h (modified) * kernel/arch/sparc64/include/arch/types.h (modified) * kernel/test/print/print2.c (modified) Kill U/INTN_C(). It's only used in one place and its practical ... Tue, 10 Oct 2017 18:21:17 GMT jzr [33f86a3] * kernel/arch/ia32/src/interrupt.c (modified) * uspace/lib/c/arch/abs32le/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/amd64/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/arm32/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/ia32/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia64/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/mips32/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/inttypes.h (modified) * uspace/lib/c/generic/rtld/dynamic.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) Add PRI*PTR macros and correct a few printfs. Tue, 10 Oct 2017 15:34:37 GMT Jakub Jermar [c46bfbc] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/proc/task.c (modified) Allow caps_task_alloc() to fail Tue, 10 Oct 2017 06:51:02 GMT Jiri Svoboda [cccd60c3] * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/platform/amdm37x/main.c (modified) * uspace/drv/platform/icp/icp.c (modified) * uspace/drv/platform/mac/mac.c (modified) * uspace/drv/platform/malta/malta.c (modified) * uspace/drv/platform/msim/msim.c (modified) * uspace/drv/platform/pc/pc.c (modified) * uspace/drv/platform/sun4u/sun4u.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/usbhost/include/usb/host/ddf_helpers.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) hw_res_enable_interrupt should allow enabling individual interrupts. Tue, 10 Oct 2017 06:34:37 GMT Jiri Svoboda [2bdf92a5] * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) Eliminate remaining cases of drivers directly calling ... Mon, 09 Oct 2017 22:18:09 GMT Jakub Jermar [05913fe7] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) Allow virtually unlimited number of capabilities per task Mon, 09 Oct 2017 21:01:48 GMT jzr [e02bfb4] * kernel/arch/ia32/src/boot/multiboot.S (modified) Remove duplicated label. Mon, 09 Oct 2017 21:00:08 GMT jzr [b1018a29] * uspace/lib/c/arch/abs32le/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/arm32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/ia32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/ia64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/mips32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/elf_linux.h (modified) Fix all copypasted include guard typos. Mon, 09 Oct 2017 20:03:36 GMT jzr [bfdb7c63] * tools/autotool.py (modified) * tools/toolchain.sh (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) Change amd64 target to amd64-unknown-elf. This fixes clang build on ... Mon, 09 Oct 2017 19:10:25 GMT Jakub Jermar [02667d9] * kernel/generic/include/lib/ra.h (modified) * kernel/generic/src/lib/ra.c (modified) Resource arenas should be destructible 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. Mon, 09 Oct 2017 16:27:02 GMT Michal Staruch [42bc933] * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/transfers.c (modified) * uspace/drv/bus/usb/xhci/transfers.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) Dummy for bulk transfers (need to support streams) Mon, 09 Oct 2017 15:46:00 GMT Jakub Jermar [ca207e0] * kernel/generic/include/ddi/irq.h (modified) Remove unused enums Mon, 09 Oct 2017 15:34:33 GMT jzr [591b989] * tools/toolchain.sh (modified) Change toolchain.sh to install into target-specific directory. Mon, 09 Oct 2017 15:33:26 GMT jzr [b08941d] * tools/autotool.py (modified) Allow the cross-compiler toolchain path to be prefixed with full ... Mon, 09 Oct 2017 14:11:22 GMT Michal Staruch [a0be5d0] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hc.h (modified) * uspace/drv/bus/usb/xhci/transfers.c (modified) Moved ring_doorbell, added address check Sun, 08 Oct 2017 20:55:13 GMT Jiri Svoboda [07cb0108] * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/lib/c/generic/irc.c (modified) * uspace/lib/c/include/ipc/irc.h (modified) * uspace/lib/c/include/irc.h (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/icp-ic/icp-ic.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) Sort out irc_disable_interrupt vs irc_clear_interrupt. Sun, 08 Oct 2017 20:42:50 GMT Jiri Svoboda [53a309e] * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/uhci/main.c (modified) Must not explicitly close DDF-provided parent session. Sun, 08 Oct 2017 20:34:35 GMT Jiri Svoboda [d15797d] * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/block/ahci/ahci.h (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/fb/amdm37x_dispc/main.c (modified) * uspace/drv/test/test1/test1.c (modified) Remove unnecessary references to devman. Sun, 08 Oct 2017 20:17:59 GMT Jiri Svoboda [2fd26bb] * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ata_bd/main.c (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/bus/adb/cuda_adb/main.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/char/atkbd/atkbd.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) Make it simpler to get parent function session repeatedly without ... Sun, 08 Oct 2017 19:37:24 GMT Jakub Jermar [82cbf8c6] * kernel/genarch/include/genarch/mm/as_ht.h (modified) * kernel/genarch/include/genarch/mm/page_ht.h (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/generic/include/adt/hash.h (modified) * kernel/generic/include/adt/hash_table.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/lib/ra.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/synch/futex.c (modified) Replace the old hash table implementation in the kernel with the ... Sat, 07 Oct 2017 16:39:45 GMT Ondřej Hlavatý [ae03552e] * uspace/lib/usbhost/src/hcd.c (modified) hcd: get rid of async_usleep Thu, 05 Oct 2017 19:09:34 GMT Jiri Svoboda [81b9d3e] * boot/arch/ppc32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/bus/adb/cuda_adb/Makefile (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.h (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.ma (added) * uspace/drv/bus/adb/cuda_adb/cuda_hw.h (moved) * uspace/drv/bus/adb/cuda_adb/main.c (added) * uspace/drv/platform/mac/mac.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) Merge CUDA DDF conversion. Thu, 05 Oct 2017 18:34:30 GMT jzr [84eb4edd] * tools/autotool.py (modified) autotool.py: For clang, improve error messages and remove check for ... Thu, 05 Oct 2017 18:00:52 GMT Jiri Svoboda [c188c62] * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (modified) * uspace/drv/bus/adb/cuda_adb/cuda_adb.h (modified) * uspace/drv/bus/adb/cuda_adb/main.c (modified) * uspace/drv/platform/mac/mac.c (modified) CUDA driver should use hw_res to obtain HW configuration. Thu, 05 Oct 2017 17:17:09 GMT Michal Staruch [e9e24f2] * uspace/drv/bus/usb/xhci/Makefile (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hc.h (modified) * uspace/drv/bus/usb/xhci/hw_struct/trb.h (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) * uspace/drv/bus/usb/xhci/transfers.c (added) * uspace/drv/bus/usb/xhci/transfers.h (added) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) Basic commands transfer implementation Thu, 05 Oct 2017 16:21:02 GMT Jaroslav Jindrak [078e0e6] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) Removed unnecessary calls to malloc32 and free32. Thu, 05 Oct 2017 16:16:52 GMT Petr Manek [4930b15] * uspace/drv/bus/usb/xhci/rh.c (modified) Better log message for the status change handler. Thu, 05 Oct 2017 16:13:55 GMT Petr Manek [916991b] * uspace/drv/bus/usb/xhci/rh.c (modified) Implemented SetStatusFeature request. Thu, 05 Oct 2017 15:38:02 GMT Petr Manek [9876e34] * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) * uspace/drv/bus/usb/xhci/rh.h (modified) Removed previous implementation, forwarding all events to hub, ... Thu, 05 Oct 2017 14:04:20 GMT Jaroslav Jindrak [44063d17] * uspace/drv/bus/usb/xhci/rh.c (modified) TRB ring for EP 0 is now stored in the virtual dcbaa. Thu, 05 Oct 2017 10:58:37 GMT Michal Staruch [a4c066e] * uspace/drv/bus/usb/xhci/hw_struct/common.h (modified) * uspace/drv/bus/usb/xhci/hw_struct/context.h (modified) * uspace/drv/bus/usb/xhci/hw_struct/trb.h (modified) Added TRB macros, qword set Thu, 05 Oct 2017 10:53:27 GMT Michal Staruch [0a42d381] * uspace/lib/usb/include/usb/descriptor.h (modified) USB3 specific descriptors Thu, 05 Oct 2017 08:06:38 GMT Ondřej Hlavatý [d09d108] * uspace/drv/bus/usb/ehci/hc.c (modified) ehci: fix irq code broken by rev 2641 Thu, 05 Oct 2017 07:49:02 GMT Jiri Svoboda [f4665bdc] * uspace/drv/fb/kfb/port.c (modified) Kfb should unmap the frame buffer when client connection is terminated. Thu, 05 Oct 2017 07:36:15 GMT Petr Manek [8afb485] * uspace/drv/bus/usb/xhci/rh.c (modified) Decreased buffer size. Printing warning when interrupt fails. Thu, 05 Oct 2017 07:34:46 GMT Jiri Svoboda [b669092] * uspace/drv/fb/kfb/port.c (modified) Kfb should not map the frame buffer until it is claimed. Thu, 05 Oct 2017 07:07:45 GMT Jiri Svoboda [fe8961d] * uspace/lib/c/include/types/label.h (modified) * uspace/lib/fdisk/src/fdisk.c (modified) There is a good reason why there should be no default branch.