# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2025-01-07T03:21:51Z Fri, 24 Jan 2014 21:06:46 GMT Jan Vesely [fa9656b0] * uspace/drv/bus/usb/ehci/ehci_rh.c (modified) ehci: Be easier on the cpu when waiting for port reset Fri, 24 Jan 2014 20:49:26 GMT Jan Vesely [fdaaad00] * uspace/drv/bus/usb/ehci/endpoint_list.c (modified) * uspace/drv/bus/usb/ehci/endpoint_list.h (modified) * uspace/drv/bus/usb/ehci/hc.c (modified) ehci: Make async schedule a loop. Hw RR mechanism needs this. Fri, 24 Jan 2014 20:44:51 GMT Jan Vesely [296fcce] * uspace/drv/bus/usb/ehci/endpoint_list.c (modified) * uspace/drv/bus/usb/ehci/endpoint_list.h (modified) * uspace/drv/bus/usb/ehci/hc.c (modified) ehci: Don't use prepend in async list. Hw uses RR anyway. Fri, 24 Jan 2014 20:23:00 GMT Jan Vesely [0a751aa] * uspace/drv/bus/usb/ehci/hc.c (modified) ehci: Enable async schedule. Fri, 24 Jan 2014 20:21:28 GMT Jan Vesely [763dbcb] * uspace/drv/bus/usb/ehci/ehci_endpoint.c (modified) * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hc.h (modified) ehci: Implement dequeue. Includes async list doorbell interrupt handling Fri, 24 Jan 2014 16:12:32 GMT Jan Vesely [5f5321ee] * uspace/drv/bus/usb/ehci/endpoint_list.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) ehci: Implement endpoint list enqueue Fri, 24 Jan 2014 03:25:11 GMT Jan Vesely [dc44023] * uspace/drv/bus/usb/ehci/main.c (modified) ehci: plug in endpoint creation/destruction hooks Fri, 24 Jan 2014 03:24:54 GMT Jan Vesely [42de21a] * uspace/drv/bus/usb/ehci/ehci_endpoint.c (modified) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.h (modified) ehci: implement toggle bit manipulation Fri, 24 Jan 2014 02:10:16 GMT Jan Vesely [4e732f1a] * uspace/drv/bus/usb/ehci/hw_struct/queue_head.c (modified) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/include/usb_iface.h (modified) * uspace/lib/usb/include/usb/descriptor.h (modified) * uspace/lib/usbdev/include/usb/dev/pipes.h (modified) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (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/usb_bus.h (modified) * 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/usb_bus.c (modified) usb: Add support for multiple packets per microframe. Fri, 24 Jan 2014 01:24:58 GMT Jan Vesely [3de7a62] * uspace/drv/bus/usb/ehci/ehci_endpoint.h (modified) * uspace/drv/bus/usb/ehci/endpoint_list.c (modified) * uspace/drv/bus/usb/ehci/endpoint_list.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.h (modified) ehci: Implement endpoint list append Thu, 23 Jan 2014 23:15:18 GMT Jan Vesely [a24d6825] * uspace/drv/bus/usb/ehci/Makefile (modified) * uspace/drv/bus/usb/ehci/ehci_endpoint.c (modified) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.c (added) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.h (modified) ehci: Implement queue head initialization Thu, 23 Jan 2014 22:03:58 GMT Jan Vesely [f9351b1] * uspace/drv/bus/usb/ehci/Makefile (modified) * uspace/drv/bus/usb/ehci/ehci_endpoint.c (added) * uspace/drv/bus/usb/ehci/ehci_endpoint.h (added) * uspace/drv/bus/usb/ehci/endpoint_list.c (added) * uspace/drv/bus/usb/ehci/endpoint_list.h (added) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.h (modified) ehci: Add endpoint and ep list skeleton code copied from ohci driver Thu, 23 Jan 2014 04:23:11 GMT Jan Vesely [07b8877] * uspace/drv/bus/usb/ehci/ehci_rh.c (modified) ehci,rh: Consider software flags for port changes Thu, 23 Jan 2014 04:20:43 GMT Jan Vesely [9ff59981] * uspace/lib/usbhost/src/ddf_helpers.c (modified) libusbhost: Unlock mutex on error path. Wed, 22 Jan 2014 19:28:46 GMT Jan Vesely [486f479] * uspace/drv/bus/usb/ehci/ehci_rh.c (modified) ehci, rh: Port owner bit indicates companion control. Wed, 22 Jan 2014 19:10:49 GMT Jan Vesely [82a639cd] * uspace/drv/bus/usb/ehci/ehci_rh.c (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) ehci, rh: Fix status word construction. Use USB feature enum Wed, 22 Jan 2014 18:38:53 GMT Jan Vesely [95d5dca] * uspace/drv/bus/usb/ehci/ehci_rh.c (modified) * uspace/drv/bus/usb/ehci/ehci_rh.h (modified) ehci, rh: Handle status change bits Wed, 22 Jan 2014 17:05:21 GMT Jan Vesely [b300d2b] * uspace/drv/bus/usb/usbhub/port.c (modified) usbhub: Add error codes to debug messages Wed, 22 Jan 2014 15:30:42 GMT Jan Vesely [64c96b9] * uspace/drv/bus/usb/ehci/ehci_rh.c (modified) ehci: Fix per port power message Wed, 22 Jan 2014 00:00:18 GMT Jan Vesely [478e243] * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hc.h (modified) * uspace/drv/bus/usb/ehci/utils/malloc32.h (modified) ehci: Initialize and start the HC Tue, 21 Jan 2014 21:29:31 GMT Jan Vesely [bdddc9d] * uspace/app/usbinfo/main.c (modified) usbinfo: Print error if we can't connect to a device Tue, 21 Jan 2014 21:29:12 GMT Jan Vesely [bd41b192] * uspace/lib/usbdev/src/devdrv.c (modified) libusb: async_hangup is not NULL safe Sun, 19 Jan 2014 06:26:14 GMT Jan Vesely [2be477d5] * uspace/drv/bus/usb/ehci/ehci_regs.h (modified) * uspace/drv/bus/usb/ehci/ehci_rh.c (modified) ehci: Implement EHCI RH routines. untested. reste signalling ... Sun, 19 Jan 2014 04:45:39 GMT Jan Vesely [4ee5272] * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) * uspace/lib/usb/include/usb/descriptor.h (modified) * uspace/lib/usb/include/usb/request.h (modified) * uspace/lib/usb/src/usb.c (modified) * uspace/lib/usbdev/src/request.c (modified) libusb, usbhub: Add USB2 features and structures Sun, 19 Jan 2014 01:34:03 GMT Jan Vesely [615abda] * uspace/drv/bus/usb/ehci/hc.c (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) ehci: plug legacy disabling code Remove CHECK_RET macro Sat, 18 Jan 2014 22:37:06 GMT Jan Vesely [c9e954c] * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hc.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) ehci: Add ehci_ prefix to driver interface functions. Sat, 18 Jan 2014 22:36:24 GMT Jan Vesely [fccf289] * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) ohci: Add ohci_ prefix to driver interface functions. Sat, 18 Jan 2014 22:04:48 GMT Jan Vesely [9f6cb910] * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) uhci: Add uhci_ prefix to driver interface functions. Sat, 18 Jan 2014 22:01:10 GMT Jan Vesely [4bfcf22] * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hc.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) ehci,ohci,uhci: Remove interrupt handler wrappers Sat, 18 Jan 2014 21:39:55 GMT Jan Vesely [a5361fb] * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) ohci: Don't enable device interrupts if interrupt setup failed. Sat, 18 Jan 2014 21:34:32 GMT Jan Vesely [3e200736] * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hc.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) uhci,ohci, ehci: Move interrupt replacement fibril to libusbhost Sat, 18 Jan 2014 17:14:42 GMT Jan Vesely [e26a9d95] * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * 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/vhc/main.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) libusbhost: Add status hook. Implement in UHCI, OHCI Fri, 17 Jan 2014 23:12:10 GMT Jan Vesely [19b3cc6] * .bzrignore (modified) * HelenOS.config (modified) * abi/include/abi/ipc/event.h (modified) * abi/include/abi/kio.h (added) * abi/include/abi/klog.h (modified) * abi/include/abi/log.h (added) * abi/include/abi/syscall.h (modified) * boot/Makefile.common (modified) * boot/arch/arm32/Makefile.inc (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/mm.c (modified) * boot/arch/arm32/src/putchar.c (modified) * contrib/arch/HelenOS.adl (modified) * contrib/arch/kernel/kernel.adl (modified) * contrib/arch/uspace/app/kio/kio.adl (moved) * contrib/arch/uspace/lib/libc/bind (modified) * contrib/arch/uspace/lib/libc/protocol (modified) * contrib/arch/uspace/lib/libc/requires (modified) * contrib/arch/uspace/lib/libc/subsume (modified) * contrib/arch/uspace/srv/ns/ns.adl (modified) * defaults/arm32/raspberrypi/Makefile.config (added) * kernel/Makefile (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/_link.ld.in (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/mach/integratorcp/integratorcp.h (modified) * kernel/arch/arm32/include/arch/mach/raspberrypi/raspberrypi.h (added) * kernel/arch/arm32/include/arch/mm/frame.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c (added) * kernel/arch/arm32/src/machine_func.c (modified) * kernel/arch/ia32/src/drivers/i8259.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/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/ppc32/src/interrupt.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/arch/sparc64/src/drivers/scr.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) * kernel/arch/sparc64/src/sun4v/md.c (modified) * kernel/arch/sparc64/src/trap/sun4u/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4v/interrupt.c (modified) * kernel/doc/doxygroups.h (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/drivers/arm926_uart/arm926_uart.h (deleted) * kernel/genarch/include/genarch/drivers/bcm2835/irc.h (added) * kernel/genarch/include/genarch/drivers/bcm2835/mbox.h (added) * kernel/genarch/include/genarch/drivers/bcm2835/timer.h (added) * kernel/genarch/include/genarch/drivers/pl011/pl011.h (added) * kernel/genarch/src/acpi/acpi.c (modified) * kernel/genarch/src/acpi/madt.c (modified) * kernel/genarch/src/drivers/bcm2835/mbox.c (added) * kernel/genarch/src/drivers/pl011/pl011.c (moved) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/debug.h (modified) * kernel/generic/include/log.h (added) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/lib/func.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/log/log.c (added) * 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/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/kio/Makefile (moved) * uspace/app/kio/kio.c (moved) * uspace/app/trace/syscalls.c (modified) * uspace/app/vdemo/vdemo.c (modified) * uspace/app/viewer/viewer.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/app/vterm/vterm.c (modified) * uspace/drv/infrastructure/rootmalta/rootmalta.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/assert.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/kio.c (added) * uspace/lib/c/generic/io/klog.c (modified) * uspace/lib/c/generic/io/window.c (modified) * uspace/lib/c/generic/private/stdio.h (modified) * uspace/lib/c/include/io/kio.h (added) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/window.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/draw/cursor/embedded.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/private/driver.h (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/gui/Makefile (modified) * uspace/lib/gui/button.c (modified) * uspace/lib/gui/button.h (modified) * uspace/lib/gui/common.c (added) * uspace/lib/gui/common.h (added) * uspace/lib/gui/connection.c (modified) * uspace/lib/gui/label.c (modified) * uspace/lib/gui/label.h (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/gui/window.h (modified) * uspace/srv/hid/compositor/Makefile (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/compositor/gfx/nameic.tga (deleted) * uspace/srv/klog/Makefile (added) * uspace/srv/klog/klog.c (added) * uspace/srv/logger/writer.c (modified) Merge libdrv-cleanup branch (includes mainline changes) Fri, 17 Jan 2014 21:45:14 GMT Jan Vesely [facc34d] * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/private/driver.h (modified) * uspace/lib/drv/include/ddf/driver.h (modified) make pointer to iface array const. Fri, 17 Jan 2014 17:02:59 GMT Jan Vesely [66be0288] * .bzrignore (modified) * HelenOS.config (modified) * abi/include/abi/ipc/event.h (modified) * abi/include/abi/kio.h (added) * abi/include/abi/klog.h (modified) * abi/include/abi/log.h (added) * abi/include/abi/syscall.h (modified) * boot/Makefile.common (modified) * boot/arch/arm32/Makefile.inc (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/mm.c (modified) * boot/arch/arm32/src/putchar.c (modified) * contrib/arch/HelenOS.adl (modified) * contrib/arch/kernel/kernel.adl (modified) * contrib/arch/uspace/app/kio/kio.adl (moved) * contrib/arch/uspace/lib/libc/bind (modified) * contrib/arch/uspace/lib/libc/protocol (modified) * contrib/arch/uspace/lib/libc/requires (modified) * contrib/arch/uspace/lib/libc/subsume (modified) * contrib/arch/uspace/srv/ns/ns.adl (modified) * defaults/arm32/raspberrypi/Makefile.config (added) * kernel/Makefile (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/_link.ld.in (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/mach/integratorcp/integratorcp.h (modified) * kernel/arch/arm32/include/arch/mach/raspberrypi/raspberrypi.h (added) * kernel/arch/arm32/include/arch/mm/frame.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c (added) * kernel/arch/arm32/src/machine_func.c (modified) * kernel/arch/ia32/src/drivers/i8259.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/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/ppc32/src/interrupt.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/arch/sparc64/src/drivers/scr.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) * kernel/arch/sparc64/src/sun4v/md.c (modified) * kernel/arch/sparc64/src/trap/sun4u/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4v/interrupt.c (modified) * kernel/doc/doxygroups.h (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/drivers/arm926_uart/arm926_uart.h (deleted) * kernel/genarch/include/genarch/drivers/bcm2835/irc.h (added) * kernel/genarch/include/genarch/drivers/bcm2835/mbox.h (added) * kernel/genarch/include/genarch/drivers/bcm2835/timer.h (added) * kernel/genarch/include/genarch/drivers/pl011/pl011.h (added) * kernel/genarch/src/acpi/acpi.c (modified) * kernel/genarch/src/acpi/madt.c (modified) * kernel/genarch/src/drivers/bcm2835/mbox.c (added) * kernel/genarch/src/drivers/pl011/pl011.c (moved) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/debug.h (modified) * kernel/generic/include/log.h (added) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/lib/func.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/log/log.c (added) * 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/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/kio/Makefile (moved) * uspace/app/kio/kio.c (moved) * uspace/app/trace/syscalls.c (modified) * uspace/app/vdemo/vdemo.c (modified) * uspace/app/viewer/viewer.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/app/vterm/vterm.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/assert.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/kio.c (added) * uspace/lib/c/generic/io/klog.c (modified) * uspace/lib/c/generic/io/window.c (modified) * uspace/lib/c/generic/private/stdio.h (modified) * uspace/lib/c/include/io/kio.h (added) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/window.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/draw/cursor/embedded.c (modified) * uspace/lib/gui/Makefile (modified) * uspace/lib/gui/button.c (modified) * uspace/lib/gui/button.h (modified) * uspace/lib/gui/common.c (added) * uspace/lib/gui/common.h (added) * uspace/lib/gui/connection.c (modified) * uspace/lib/gui/label.c (modified) * uspace/lib/gui/label.h (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/gui/window.h (modified) * uspace/srv/hid/compositor/Makefile (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/compositor/gfx/nameic.tga (deleted) * uspace/srv/klog/Makefile (added) * uspace/srv/klog/klog.c (added) * uspace/srv/logger/writer.c (modified) Mainline changes Fri, 17 Jan 2014 14:33:02 GMT Martin Decky [61b5b73d] * uspace/app/vterm/vterm.c (modified) * uspace/lib/gui/common.c (modified) * uspace/lib/gui/common.h (modified) * uspace/lib/gui/window.c (modified) make the title bar more subtle, change the close icon to the easily ... Fri, 17 Jan 2014 14:32:27 GMT Martin Decky [6a3d0c7] * uspace/lib/draw/cursor/embedded.c (modified) speed-up cursor drawing very slightly Fri, 17 Jan 2014 05:03:56 GMT Jan Vesely [2e80321] * uspace/drv/infrastructure/rootmalta/rootmalta.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) Remove redundant includes Thu, 16 Jan 2014 20:43:22 GMT Martin Decky [62fbb7e] * uspace/app/vdemo/vdemo.c (modified) * uspace/app/viewer/viewer.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/app/vterm/vterm.c (modified) * uspace/lib/c/generic/io/window.c (modified) * uspace/lib/c/include/io/window.h (modified) * uspace/lib/gui/connection.c (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/gui/window.h (modified) * uspace/srv/hid/compositor/compositor.c (modified) refactor window placement logic and introduce logical window ... Thu, 16 Jan 2014 17:23:30 GMT Martin Decky [ba02baa] * uspace/lib/gui/window.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) cstyle (no change in functionality) Thu, 16 Jan 2014 17:02:31 GMT Martin Decky [dace86a] * uspace/srv/hid/compositor/compositor.c (modified) cstyle (no change in functionality) Thu, 16 Jan 2014 16:43:04 GMT Martin Decky [8bb0f5d6] * uspace/srv/hid/compositor/Makefile (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/compositor/gfx/nameic.tga (deleted) remove compositor self-test code (not needed anymore, the code is ... Fri, 10 Jan 2014 17:06:50 GMT Martin Decky [296e124e] * uspace/app/vdemo/vdemo.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/app/vterm/vterm.c (modified) * uspace/lib/gui/Makefile (modified) * uspace/lib/gui/button.c (modified) * uspace/lib/gui/button.h (modified) * uspace/lib/gui/common.c (added) * uspace/lib/gui/common.h (added) * uspace/lib/gui/label.c (modified) * uspace/lib/gui/label.h (modified) * uspace/lib/gui/window.c (modified) improve visual appearance of GUI windows and buttons Tue, 07 Jan 2014 21:28:45 GMT Jakub Jermar [4edd71f6] * kernel/arch/sparc64/src/drivers/kbd.c (modified) Fix sparc64 build. Tue, 07 Jan 2014 11:29:16 GMT Jakub Jermar [4aa2a27] * HelenOS.config (modified) * boot/arch/arm32/Makefile.inc (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/mm.c (modified) * boot/arch/arm32/src/putchar.c (modified) * defaults/arm32/raspberrypi/Makefile.config (added) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/_link.ld.in (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/mach/integratorcp/integratorcp.h (modified) * kernel/arch/arm32/include/arch/mach/raspberrypi/raspberrypi.h (added) * kernel/arch/arm32/include/arch/mm/frame.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c (added) * kernel/arch/arm32/src/machine_func.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/drivers/arm926_uart/arm926_uart.h (deleted) * kernel/genarch/include/genarch/drivers/bcm2835/irc.h (added) * kernel/genarch/include/genarch/drivers/bcm2835/mbox.h (added) * kernel/genarch/include/genarch/drivers/bcm2835/timer.h (added) * kernel/genarch/include/genarch/drivers/pl011/pl011.h (added) * kernel/genarch/src/drivers/bcm2835/mbox.c (added) * kernel/genarch/src/drivers/pl011/pl011.c (moved) Merge from lp:~bengal/helenos/raspberrypi. Sun, 05 Jan 2014 21:25:41 GMT Martin Sucha [fd07e57b] * .bzrignore (modified) * abi/include/abi/ipc/event.h (modified) * abi/include/abi/kio.h (added) * abi/include/abi/klog.h (modified) * abi/include/abi/log.h (added) * abi/include/abi/syscall.h (modified) * boot/Makefile.common (modified) * contrib/arch/HelenOS.adl (modified) * contrib/arch/kernel/kernel.adl (modified) * contrib/arch/uspace/app/kio/kio.adl (moved) * contrib/arch/uspace/lib/libc/bind (modified) * contrib/arch/uspace/lib/libc/protocol (modified) * contrib/arch/uspace/lib/libc/requires (modified) * contrib/arch/uspace/lib/libc/subsume (modified) * contrib/arch/uspace/srv/ns/ns.adl (modified) * kernel/Makefile (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/ia32/src/drivers/i8259.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/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/ppc32/src/interrupt.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/arch/sparc64/src/drivers/scr.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) * kernel/arch/sparc64/src/sun4v/md.c (modified) * kernel/arch/sparc64/src/trap/sun4u/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4v/interrupt.c (modified) * kernel/doc/doxygroups.h (modified) * kernel/genarch/src/acpi/acpi.c (modified) * kernel/genarch/src/acpi/madt.c (modified) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/debug.h (modified) * kernel/generic/include/log.h (added) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/lib/func.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/log/log.c (added) * 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/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/kio/Makefile (moved) * uspace/app/kio/kio.c (moved) * uspace/app/trace/syscalls.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/assert.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/kio.c (added) * uspace/lib/c/generic/io/klog.c (modified) * uspace/lib/c/generic/private/stdio.h (modified) * uspace/lib/c/include/io/kio.h (added) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/srv/klog/Makefile (added) * uspace/srv/klog/klog.c (added) * uspace/srv/logger/writer.c (modified) Merge cherrypicked kernel logger. - Old klog sybsystem was renamed ... Sun, 05 Jan 2014 21:21:23 GMT Martin Sucha [ca05e9b] * uspace/app/init/init.c (modified) Run klog from init Sun, 05 Jan 2014 21:12:26 GMT Martin Sucha [b2fa1204] * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/ia32/src/drivers/i8259.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/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/ppc32/src/interrupt.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/arch/sparc64/src/drivers/scr.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) * kernel/arch/sparc64/src/sun4v/md.c (modified) * kernel/arch/sparc64/src/trap/sun4u/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4v/interrupt.c (modified) * kernel/genarch/src/acpi/acpi.c (modified) * kernel/genarch/src/acpi/madt.c (modified) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/lib/func.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/shutdown.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/syscall/syscall.c (modified) Cherrypick usage of kernel logger Sun, 05 Jan 2014 21:00:57 GMT Martin Sucha [bd6ff94] * uspace/srv/logger/writer.c (modified) Store userspace logs into kernel using log syscall Sun, 05 Jan 2014 20:49:26 GMT Martin Sucha [0caa075e] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/lib/c/Makefile (modified) * uspace/srv/klog/Makefile (added) * uspace/srv/klog/klog.c (added) Cherrypick klog server that synchronizes kernel log to uspace log Sun, 05 Jan 2014 20:46:27 GMT Martin Sucha [927cd9c] * abi/include/abi/syscall.h (modified) * kernel/generic/src/syscall/syscall.c (modified) Fix missing syscall registration for SYS_KLOG Sun, 05 Jan 2014 19:59:56 GMT Martin Sucha [91db0280] * abi/include/abi/ipc/event.h (modified) * abi/include/abi/klog.h (added) * abi/include/abi/log.h (added) * kernel/Makefile (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/debug.h (modified) * kernel/generic/include/log.h (added) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/log/log.c (added) * kernel/generic/src/main/main.c (modified) * uspace/lib/c/generic/io/klog.c (added) * uspace/lib/c/include/io/klog.h (added) * uspace/lib/c/include/io/log.h (modified) Cherrypick kernel logging facility Sun, 05 Jan 2014 19:58:07 GMT Martin Sucha [aacdb8e] * .bzrignore (modified) Update .bzrignore Sun, 05 Jan 2014 17:50:01 GMT Martin Sucha [6fa9a99d] * .bzrignore (modified) * abi/include/abi/ipc/event.h (modified) * abi/include/abi/kio.h (moved) * abi/include/abi/syscall.h (modified) * boot/Makefile.common (modified) * contrib/arch/HelenOS.adl (modified) * contrib/arch/kernel/kernel.adl (modified) * contrib/arch/uspace/app/kio/kio.adl (moved) * contrib/arch/uspace/lib/libc/bind (modified) * contrib/arch/uspace/lib/libc/protocol (modified) * contrib/arch/uspace/lib/libc/requires (modified) * contrib/arch/uspace/lib/libc/subsume (modified) * contrib/arch/uspace/srv/ns/ns.adl (modified) * kernel/doc/doxygroups.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/kio/Makefile (moved) * uspace/app/kio/kio.c (moved) * uspace/app/trace/syscalls.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/assert.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/kio.c (moved) * uspace/lib/c/generic/private/stdio.h (modified) * uspace/lib/c/include/io/kio.h (moved) * uspace/lib/c/include/stdio.h (modified) Rename klog to kio Thu, 02 Jan 2014 21:30:58 GMT Jan Vesely [fddffb2] * uspace/drv/bus/usb/ehci/res.c (modified) ehci: Check op success to avoid endless loop Thu, 02 Jan 2014 21:10:17 GMT Jan Vesely [2ef8023] * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/uhci/main.c (modified) ehci,ohci,uhci: Make driver structures const Thu, 02 Jan 2014 21:07:20 GMT Jan Vesely [4942d63] * uspace/lib/drv/include/ddf/driver.h (modified) libdrv cleanup merge allow const driver ops Thu, 02 Jan 2014 21:06:32 GMT Jan Vesely [6da3ef46] * uspace/lib/drv/include/ddf/driver.h (modified) libdrv: Make driver ops pointer const Thu, 02 Jan 2014 20:48:33 GMT Jan Vesely [972e8a9] * uspace/drv/bus/usb/ehci/Makefile (modified) * uspace/drv/bus/usb/ehci/ehci.c (deleted) * uspace/drv/bus/usb/ehci/ehci.h (deleted) * uspace/drv/bus/usb/ehci/main.c (modified) ehci: Use the newly provided helper functions Thu, 02 Jan 2014 20:32:46 GMT Jan Vesely [da06e92] * uspace/drv/bus/usb/ohci/Makefile (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (deleted) * uspace/drv/bus/usb/ohci/ohci.h (deleted) ohci: Use the newly provided helpers. Thu, 02 Jan 2014 20:28:50 GMT Jan Vesely [1a0fa29c] * uspace/drv/bus/usb/uhci/Makefile (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (deleted) * uspace/drv/bus/usb/uhci/uhci.h (deleted) uhci: Use the newly provided helper functions. Thu, 02 Jan 2014 19:49:35 GMT Jan Vesely [7191992] * uspace/drv/bus/usb/ehci/ehci.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/lib/usbhost/include/usb/host/ddf_helpers.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) libusbhost: Add more helper functions. Wed, 01 Jan 2014 01:19:10 GMT Jan Vesely [7813516] * uspace/drv/bus/usb/ehci/ehci.c (modified) * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hc.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/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) uhci,ohci,ehci: Use all hw resources to initialize HC Tue, 31 Dec 2013 23:20:40 GMT Jan Vesely [d1df381] * uspace/drv/bus/usb/ehci/ehci.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) libusbhost: Make ddf interrupt helper return the used irq. Tue, 31 Dec 2013 23:11:00 GMT Jan Vesely [ba4a03a5] * uspace/drv/bus/usb/ehci/ehci.c (modified) * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hc.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/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/lib/usbhost/include/usb/host/ddf_helpers.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) usb host: Use all hw resources when generating irq code. Tue, 31 Dec 2013 22:31:21 GMT Jan Vesely [e3a07bba] * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) uhci: move legacy disabling to main Tue, 31 Dec 2013 21:44:17 GMT Jan Vesely [1bb9833] * uspace/drv/bus/usb/uhci/uhci.c (modified) uhci: Fix post-merge build failure Tue, 31 Dec 2013 21:41:45 GMT Jan Vesely [1b973dc] * uspace/app/mkbd/Makefile (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/sportdmp/Makefile (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/ahci.c (deleted) * uspace/lib/c/generic/device/battery_dev.c (deleted) * uspace/lib/c/generic/device/char_dev.c (deleted) * uspace/lib/c/generic/device/graph_dev.c (deleted) * uspace/lib/c/generic/device/nic.c (deleted) * uspace/lib/c/generic/device/pci.c (deleted) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/device/ahci.h (deleted) * uspace/lib/c/include/device/pci.h (deleted) * 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/private/remote_ahci.h (moved) * uspace/lib/drv/generic/private/remote_audio_mixer.h (moved) * uspace/lib/drv/generic/private/remote_audio_pcm.h (moved) * uspace/lib/drv/generic/private/remote_battery_dev.h (moved) * uspace/lib/drv/generic/private/remote_char_dev.h (moved) * uspace/lib/drv/generic/private/remote_clock_dev.h (moved) * uspace/lib/drv/generic/private/remote_graph_dev.h (moved) * uspace/lib/drv/generic/private/remote_hw_res.h (moved) * uspace/lib/drv/generic/private/remote_nic.h (moved) * uspace/lib/drv/generic/private/remote_pci.h (moved) * uspace/lib/drv/generic/private/remote_pio_window.h (moved) * uspace/lib/drv/generic/private/remote_usb.h (moved) * uspace/lib/drv/generic/private/remote_usbhc.h (moved) * uspace/lib/drv/generic/private/remote_usbhid.h (moved) * uspace/lib/drv/generic/remote_ahci.c (modified) * uspace/lib/drv/generic/remote_audio_mixer.c (modified) * uspace/lib/drv/generic/remote_audio_pcm.c (modified) * uspace/lib/drv/generic/remote_battery_dev.c (modified) * uspace/lib/drv/generic/remote_char_dev.c (modified) * uspace/lib/drv/generic/remote_clock_dev.c (modified) * uspace/lib/drv/generic/remote_graph_dev.c (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/generic/remote_pci.c (modified) * uspace/lib/drv/generic/remote_pio_window.c (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/generic/remote_usbhid.c (modified) * uspace/lib/drv/include/ahci_iface.h (modified) * uspace/lib/drv/include/battery_iface.h (moved) * uspace/lib/drv/include/char_dev_iface.h (moved) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/drv/include/dev_iface.h (modified) * uspace/lib/drv/include/graph_iface.h (moved) * uspace/lib/drv/include/nic_iface.h (moved) * uspace/lib/drv/include/ops/battery_dev.h (modified) * uspace/lib/drv/include/pci_dev_iface.h (modified) * uspace/lib/drv/include/usbhid_iface.h (modified) * uspace/lib/nic/Makefile (modified) * uspace/lib/nic/src/nic_ev.c (modified) * uspace/lib/usbhid/Makefile (modified) * uspace/lib/usbhid/include/usb/hid/iface.h (deleted) * uspace/lib/usbhid/src/hidiface.c (deleted) * uspace/srv/bd/sata_bd/Makefile (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/hid/compositor/Makefile (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/isdv4_tablet/Makefile (modified) * uspace/srv/hid/isdv4_tablet/isdv4.c (modified) * uspace/srv/hid/isdv4_tablet/main.c (modified) * uspace/srv/net/ethip/Makefile (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/slip/Makefile (modified) * uspace/srv/net/slip/slip.c (modified) merge libdrv cleanup Tue, 31 Dec 2013 21:15:51 GMT Jan Vesely [8a84484] * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/private/remote_ahci.h (moved) * uspace/lib/drv/generic/private/remote_audio_mixer.h (moved) * uspace/lib/drv/generic/private/remote_audio_pcm.h (moved) * uspace/lib/drv/generic/private/remote_battery_dev.h (moved) * uspace/lib/drv/generic/private/remote_char_dev.h (moved) * uspace/lib/drv/generic/private/remote_clock_dev.h (moved) * uspace/lib/drv/generic/private/remote_graph_dev.h (moved) * uspace/lib/drv/generic/private/remote_hw_res.h (moved) * uspace/lib/drv/generic/private/remote_nic.h (moved) * uspace/lib/drv/generic/private/remote_pci.h (moved) * uspace/lib/drv/generic/private/remote_pio_window.h (moved) * uspace/lib/drv/generic/private/remote_usb.h (moved) * uspace/lib/drv/generic/private/remote_usbhc.h (moved) * uspace/lib/drv/generic/private/remote_usbhid.h (moved) libdrv: Hide remote_* headers Tue, 31 Dec 2013 20:55:35 GMT Jan Vesely [5c65e61] * uspace/app/sportdmp/Makefile (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/char_dev.c (deleted) * uspace/lib/drv/generic/remote_char_dev.c (modified) * uspace/lib/drv/include/char_dev_iface.h (moved) * uspace/srv/hid/isdv4_tablet/Makefile (modified) * uspace/srv/hid/isdv4_tablet/isdv4.c (modified) * uspace/srv/hid/isdv4_tablet/main.c (modified) * uspace/srv/net/slip/Makefile (modified) * uspace/srv/net/slip/slip.c (modified) libc,libdrv: Move char dev iface to libdrv Tue, 31 Dec 2013 20:30:53 GMT Jan Vesely [67472b9b] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/graph_dev.c (deleted) * uspace/lib/drv/generic/remote_graph_dev.c (modified) * uspace/lib/drv/include/graph_iface.h (moved) * uspace/srv/hid/compositor/Makefile (modified) * uspace/srv/hid/compositor/compositor.c (modified) libc, libdrv: Move graph dev iface to libdrv. Tue, 31 Dec 2013 20:13:27 GMT Jan Vesely [7858acbf] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/nic.c (deleted) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/include/nic_iface.h (moved) * uspace/lib/nic/Makefile (modified) * uspace/lib/nic/src/nic_ev.c (modified) * uspace/srv/net/ethip/Makefile (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) libdrv, libc: Move nic iface to libdrv. Tue, 31 Dec 2013 19:44:11 GMT Jan Vesely [26c03dbd] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/battery_dev.c (deleted) * uspace/lib/drv/generic/remote_battery_dev.c (modified) * uspace/lib/drv/include/battery_iface.h (moved) * uspace/lib/drv/include/ops/battery_dev.h (modified) libc,libdrv: Move battery iface to libdrv. Tue, 31 Dec 2013 19:33:59 GMT Jan Vesely [7f620e8] * uspace/drv/block/ahci/ahci.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/ahci.c (deleted) * uspace/lib/c/include/device/ahci.h (deleted) * uspace/lib/drv/generic/remote_ahci.c (modified) * uspace/lib/drv/include/ahci_iface.h (modified) * uspace/srv/bd/sata_bd/Makefile (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) libdrv, libc: Move AHCI to libdrv. Tue, 31 Dec 2013 19:08:48 GMT Jan Vesely [99e8fb7b] * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/uhci/res.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/pci.c (deleted) * uspace/lib/c/include/device/pci.h (deleted) * uspace/lib/drv/generic/remote_pci.c (modified) * uspace/lib/drv/include/pci_dev_iface.h (modified) libdrv: Move pci_config client side to libdrv Remove duplicate ... Tue, 31 Dec 2013 07:57:14 GMT Jan Vesely [4c14b88] * .bzrignore (modified) * HelenOS.config (modified) * abi/include/abi/ipc/ipc.h (modified) * boot/Makefile (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/arch/sparc32/Makefile.inc (added) * boot/arch/sparc32/_link.ld.in (added) * boot/arch/sparc32/include/ambapp.h (added) * boot/arch/sparc32/include/arch.h (added) * boot/arch/sparc32/include/asm.h (added) * boot/arch/sparc32/include/main.h (added) * boot/arch/sparc32/include/mm.h (added) * boot/arch/sparc32/include/types.h (added) * boot/arch/sparc32/src/ambapp.c (added) * boot/arch/sparc32/src/asm.S (added) * boot/arch/sparc32/src/main.c (added) * boot/arch/sparc32/src/mm.c (added) * boot/arch/sparc32/src/putchar.c (added) * 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/sparc32/Makefile.config (added) * defaults/sparc32/leon3/Makefile.config (added) * defaults/sparc32/output (added) * kernel/Makefile (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/gta02/gta02.c (modified) * kernel/arch/sparc32/Makefile.inc (added) * kernel/arch/sparc32/_link.ld.in (added) * kernel/arch/sparc32/include/arch/ambapp.h (added) * kernel/arch/sparc32/include/arch/arch.h (added) * kernel/arch/sparc32/include/arch/asm.h (added) * kernel/arch/sparc32/include/arch/atomic.h (added) * kernel/arch/sparc32/include/arch/barrier.h (added) * kernel/arch/sparc32/include/arch/context.h (added) * kernel/arch/sparc32/include/arch/context_offset.h (added) * kernel/arch/sparc32/include/arch/cpu.h (added) * kernel/arch/sparc32/include/arch/cycle.h (added) * kernel/arch/sparc32/include/arch/elf.h (added) * kernel/arch/sparc32/include/arch/exception.h (added) * kernel/arch/sparc32/include/arch/faddr.h (added) * kernel/arch/sparc32/include/arch/fpu_context.h (added) * kernel/arch/sparc32/include/arch/interrupt.h (added) * kernel/arch/sparc32/include/arch/istate.h (added) * kernel/arch/sparc32/include/arch/machine/leon3/leon3.h (added) * kernel/arch/sparc32/include/arch/machine_func.h (added) * kernel/arch/sparc32/include/arch/mm/as.h (added) * kernel/arch/sparc32/include/arch/mm/asid.h (added) * kernel/arch/sparc32/include/arch/mm/frame.h (added) * kernel/arch/sparc32/include/arch/mm/km.h (added) * kernel/arch/sparc32/include/arch/mm/page.h (added) * kernel/arch/sparc32/include/arch/mm/page_fault.h (added) * kernel/arch/sparc32/include/arch/mm/tlb.h (added) * kernel/arch/sparc32/include/arch/proc/task.h (added) * kernel/arch/sparc32/include/arch/proc/thread.h (added) * kernel/arch/sparc32/include/arch/register.h (added) * kernel/arch/sparc32/include/arch/regwin.h (added) * kernel/arch/sparc32/include/arch/stack.h (added) * kernel/arch/sparc32/include/arch/trap.h (added) * kernel/arch/sparc32/include/arch/types.h (added) * kernel/arch/sparc32/src/context.S (added) * kernel/arch/sparc32/src/cpu/cpu.c (added) * kernel/arch/sparc32/src/ddi/ddi.c (added) * kernel/arch/sparc32/src/debug/stacktrace.c (added) * kernel/arch/sparc32/src/exception.c (added) * kernel/arch/sparc32/src/machine/leon3/leon3.c (added) * kernel/arch/sparc32/src/machine_func.c (added) * kernel/arch/sparc32/src/mm/as.c (added) * kernel/arch/sparc32/src/mm/frame.c (added) * kernel/arch/sparc32/src/mm/km.c (added) * kernel/arch/sparc32/src/mm/page.c (added) * kernel/arch/sparc32/src/mm/tlb.c (added) * kernel/arch/sparc32/src/proc/scheduler.c (added) * kernel/arch/sparc32/src/proc/task.c (added) * kernel/arch/sparc32/src/proc/thread.c (added) * kernel/arch/sparc32/src/smp/ipi.c (added) * kernel/arch/sparc32/src/smp/smp.c (added) * kernel/arch/sparc32/src/sparc32.c (added) * kernel/arch/sparc32/src/start.S (added) * kernel/arch/sparc32/src/trap_table.S (added) * kernel/arch/sparc32/src/userspace.c (added) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/drivers/grlib/irqmp.h (added) * kernel/genarch/include/genarch/drivers/grlib/timer.h (added) * kernel/genarch/include/genarch/drivers/grlib/uart.h (added) * kernel/genarch/include/genarch/drivers/s3c24xx/irqc.h (moved) * kernel/genarch/include/genarch/drivers/s3c24xx/timer.h (moved) * kernel/genarch/include/genarch/drivers/s3c24xx/uart.h (moved) * kernel/genarch/src/drivers/grlib/irqmp.c (added) * kernel/genarch/src/drivers/grlib/uart.c (added) * kernel/genarch/src/drivers/s3c24xx/irqc.c (moved) * kernel/genarch/src/drivers/s3c24xx/uart.c (moved) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/config.h (modified) * kernel/generic/src/lib/memfnc.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * tools/autotool.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/dnsres/dnsres.c (modified) * uspace/app/download/Makefile (modified) * uspace/app/download/main.c (modified) * uspace/app/getterm/getterm.c (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/app/init/init.c (modified) * uspace/app/netspeed/netspeed.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/ping6.c (deleted) * uspace/app/tester/Makefile (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/untar/Makefile (added) * uspace/app/untar/main.c (added) * uspace/app/untar/tar.c (added) * uspace/app/untar/tar.h (added) * uspace/app/viewer/Makefile (added) * uspace/app/viewer/viewer.c (added) * 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/block/ata_bd/ata_bd.c (modified) * uspace/drv/bus/amba/Makefile (added) * uspace/drv/bus/amba/amba.c (added) * uspace/drv/bus/amba/amba.ma (added) * uspace/drv/bus/amba/ambapp.h (added) * uspace/drv/char/grlib_uart/Makefile (added) * uspace/drv/char/grlib_uart/cyclic_buffer.h (added) * uspace/drv/char/grlib_uart/grlib_uart.c (added) * uspace/drv/char/grlib_uart/grlib_uart.ma (added) * uspace/drv/infrastructure/rootleon3/Makefile (added) * uspace/drv/infrastructure/rootleon3/rootleon3.c (added) * uspace/drv/infrastructure/rootleon3/rootleon3.h (added) * uspace/drv/infrastructure/rootleon3/rootleon3.ma (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/libarch/atomic.h (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/sparc32/Makefile.common (added) * uspace/lib/c/arch/sparc32/Makefile.inc (added) * uspace/lib/c/arch/sparc32/_link.ld.in (added) * uspace/lib/c/arch/sparc32/include/libarch/atomic.h (added) * uspace/lib/c/arch/sparc32/include/libarch/barrier.h (added) * uspace/lib/c/arch/sparc32/include/libarch/config.h (added) * uspace/lib/c/arch/sparc32/include/libarch/context_offset.h (added) * uspace/lib/c/arch/sparc32/include/libarch/ddi.h (added) * uspace/lib/c/arch/sparc32/include/libarch/elf.h (added) * uspace/lib/c/arch/sparc32/include/libarch/elf_linux.h (added) * uspace/lib/c/arch/sparc32/include/libarch/faddr.h (added) * uspace/lib/c/arch/sparc32/include/libarch/fibril.h (added) * uspace/lib/c/arch/sparc32/include/libarch/inttypes.h (added) * uspace/lib/c/arch/sparc32/include/libarch/istate.h (added) * uspace/lib/c/arch/sparc32/include/libarch/stack.h (added) * uspace/lib/c/arch/sparc32/include/libarch/stackarg.h (added) * uspace/lib/c/arch/sparc32/include/libarch/syscall.h (added) * uspace/lib/c/arch/sparc32/include/libarch/thread.h (added) * uspace/lib/c/arch/sparc32/include/libarch/tls.h (added) * uspace/lib/c/arch/sparc32/include/libarch/types.h (added) * uspace/lib/c/arch/sparc32/src/entry.s (added) * uspace/lib/c/arch/sparc32/src/entryjmp.s (added) * uspace/lib/c/arch/sparc32/src/fibril.S (added) * uspace/lib/c/arch/sparc32/src/stacktrace.c (added) * uspace/lib/c/arch/sparc32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/sparc32/src/thread_entry.s (added) * uspace/lib/c/arch/sparc32/src/tls.c (added) * uspace/lib/c/generic/adt/checksum.c (added) * uspace/lib/c/generic/dhcp.c (added) * 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 (deleted) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/setjmp.c (added) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/adt/checksum.h (moved) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/bitops.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/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/dhcp.h (added) * uspace/lib/c/include/ipc/inet.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/math.h (added) * uspace/lib/c/include/net/ip_codes.h (deleted) * uspace/lib/c/include/setjmp.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/types/inetping.h (moved) * 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/gui/canvas.c (modified) * uspace/lib/gui/canvas.h (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/http/Makefile (modified) * uspace/lib/http/http.c (deleted) * uspace/lib/http/include/http/ctype.h (added) * uspace/lib/http/include/http/errno.h (added) * uspace/lib/http/include/http/http.h (moved) * 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 (moved) * uspace/lib/math/src/dummy.c (added) * uspace/lib/mbr/Makefile (added) * uspace/lib/mbr/libmbr.c (added) * uspace/lib/mbr/libmbr.h (added) * uspace/lib/mbr/mbr.h (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/srv/fs/ext4fs/Makefile (modified) * uspace/srv/fs/locfs/Makefile (modified) * uspace/srv/net/dhcp/Makefile (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/dhcp/dhcp.h (moved) * 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/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/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/pdu.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/ucall.c (modified) * uspace/srv/net/udp/pdu.c (modified) mainline changes Tue, 31 Dec 2013 07:45:34 GMT Jan Vesely [6297465] * uspace/drv/bus/usb/ehci/Makefile (modified) * uspace/drv/bus/usb/ehci/ehci.c (added) * uspace/drv/bus/usb/ehci/ehci.h (added) * uspace/drv/bus/usb/ehci/ehci_rh.c (added) * uspace/drv/bus/usb/ehci/ehci_rh.h (added) * uspace/drv/bus/usb/ehci/hc.c (added) * uspace/drv/bus/usb/ehci/hc.h (added) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/utils/malloc32.h (added) ehci: Add skeleton driver. Mostly copied from ohci. Reports root ... Tue, 31 Dec 2013 07:42:31 GMT Jan Vesely [2c24983] * uspace/lib/usb/include/usb/classes/hub.h (modified) libusb: Add USB 2.0 hub descriptor fields Tue, 31 Dec 2013 07:41:12 GMT Jan Vesely [1760556] * uspace/drv/bus/usb/ohci/ohci_rh.c (modified) ohci: Fix rh descriptor reported size Tue, 31 Dec 2013 06:58:19 GMT Jan Vesely [75d8821] * uspace/lib/usbhost/include/usb/host/usb_bus.h (modified) * uspace/lib/usbhost/src/usb_bus.c (modified) libusbhost: Add dummy USB 2.0 calculations. Tue, 31 Dec 2013 06:26:49 GMT Jan Vesely [643e7ba] * uspace/drv/bus/usb/ehci/ehci_regs.h (modified) ehci: Fix typo, include ddi.h for pio_* functions Tue, 31 Dec 2013 04:12:59 GMT Jan Vesely [a44424f] * uspace/app/mkbd/Makefile (modified) * uspace/app/mkbd/main.c (modified) * uspace/lib/drv/generic/remote_usbhid.c (modified) * uspace/lib/drv/include/usbhid_iface.h (modified) * uspace/lib/usbhid/Makefile (modified) * uspace/lib/usbhid/include/usb/hid/iface.h (deleted) * uspace/lib/usbhid/src/hidiface.c (deleted) libdrv, libusbhid: Move usbhid client iface to libdrv Tue, 31 Dec 2013 04:01:20 GMT Jan Vesely [0c322fa] * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) libdrv: Use const pointer to driver structure. Tue, 31 Dec 2013 03:49:00 GMT Jan Vesely [9359aae] * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) libc,libdrv: Pass around const pointer to irq code. We don't modify ... Tue, 31 Dec 2013 03:40:53 GMT Jan Vesely [7f80313] * uspace/lib/drv/generic/remote_ahci.c (modified) * uspace/lib/drv/generic/remote_audio_mixer.c (modified) * uspace/lib/drv/generic/remote_audio_pcm.c (modified) * uspace/lib/drv/generic/remote_battery_dev.c (modified) * uspace/lib/drv/generic/remote_char_dev.c (modified) * uspace/lib/drv/generic/remote_clock_dev.c (modified) * uspace/lib/drv/generic/remote_graph_dev.c (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/generic/remote_pci.c (modified) * uspace/lib/drv/generic/remote_pio_window.c (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/generic/remote_usbhid.c (modified) libdrv: Make interface structures constant. Tue, 31 Dec 2013 03:35:15 GMT Jan Vesely [d0ca4c5] * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/dev_iface.h (modified) libdrv: Make iface pointers const Tue, 31 Dec 2013 03:15:21 GMT Jan Vesely [f9d9184] * uspace/lib/drv/generic/remote_usbhid.c (modified) libdrv, usbhid: Use index initialized arrays. Tue, 31 Dec 2013 03:15:07 GMT Jan Vesely [9031228] * uspace/lib/drv/generic/remote_pci.c (modified) libdrv, pci: Use index initialized arrays. Tue, 31 Dec 2013 03:14:49 GMT Jan Vesely [21ae7ee] * uspace/lib/drv/generic/remote_nic.c (modified) libdrv, nic: Use index initialized arrays. Tue, 31 Dec 2013 03:14:31 GMT Jan Vesely [1798e66] * uspace/lib/drv/generic/remote_graph_dev.c (modified) libdrv, graph_dev: Use index initialized arrays. Tue, 31 Dec 2013 03:10:57 GMT Jan Vesely [6e04581] * uspace/lib/drv/generic/remote_clock_dev.c (modified) libdrv, clock_dev: Use index initialized arrays. Tue, 31 Dec 2013 03:10:39 GMT Jan Vesely [20ec37c] * uspace/lib/drv/generic/remote_char_dev.c (modified) libdrv, char_dev: Use index initialized arrays. Tue, 31 Dec 2013 03:10:09 GMT Jan Vesely [c1ee46f] * uspace/lib/drv/generic/remote_battery_dev.c (modified) libdrv, battery: Use index initialized arrays. Tue, 31 Dec 2013 02:50:45 GMT Jan Vesely [9be30cdf] * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_ahci.c (modified) * uspace/lib/drv/generic/remote_audio_mixer.c (modified) * uspace/lib/drv/generic/remote_audio_pcm.c (modified) * uspace/lib/drv/generic/remote_battery_dev.c (modified) * uspace/lib/drv/generic/remote_char_dev.c (modified) * uspace/lib/drv/generic/remote_clock_dev.c (modified) * uspace/lib/drv/generic/remote_graph_dev.c (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/generic/remote_pci.c (modified) * uspace/lib/drv/generic/remote_pio_window.c (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/generic/remote_usbhid.c (modified) * uspace/lib/drv/include/dev_iface.h (modified) libdrv: Make driver ops structures constant These are statically ... Tue, 31 Dec 2013 01:21:35 GMT Jan Vesely [ad5f149] * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) uhci: Use foreach_safe to iterate through list. Tue, 31 Dec 2013 01:13:19 GMT Jan Vesely [639db552] * uspace/lib/c/include/adt/list.h (modified) list: Add more constness Tue, 31 Dec 2013 00:22:32 GMT Jan Vesely [952bc66] * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) ohci, uhci: Don't unregister interrupt handler on setup failure. ... Tue, 31 Dec 2013 00:08:53 GMT Jan Vesely [6576019] * uspace/drv/bus/usb/ehci/hw_struct/fstn.h (added) * uspace/drv/bus/usb/ehci/hw_struct/iso_transfer_descriptor.h (added) * uspace/drv/bus/usb/ehci/hw_struct/link_pointer.h (added) * uspace/drv/bus/usb/ehci/hw_struct/mem_access.h (added) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.h (added) * uspace/drv/bus/usb/ehci/hw_struct/split_iso_transfer_descriptor.h (added) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h (added) ehci: Add hw structure definitions. Mon, 30 Dec 2013 21:08:04 GMT Jan Vesely [1a0006d] * uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h (modified) ohci: Convert defines to enum Mon, 30 Dec 2013 18:50:39 GMT Jan Vesely [09772f4] * uspace/drv/bus/usb/ohci/ohci_rh.c (modified) typo