Changeset e4f8c77 in mainline
- Timestamp:
- 2011-07-13T22:39:18Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e6910c8
- Parents:
- 5974661 (diff), 8ecef91 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Files:
-
- 118 added
- 21 deleted
- 352 edited
- 219 moved
-
HelenOS.config (modified) (view diffs)
-
boot/Makefile (modified) (view diffs)
-
boot/Makefile.common (modified) (view diffs)
-
boot/Makefile.silo (modified) (view diffs)
-
boot/Makefile.uboot (modified) (view diffs)
-
boot/arch/amd64/Makefile.inc (modified) (view diffs)
-
boot/arch/ia64/include/types.h (modified) (view diffs)
-
boot/arch/ia64/src/boot.S (modified) (view diffs)
-
boot/arch/ia64/src/main.c (modified) (view diffs)
-
boot/arch/mips32/Makefile.inc (modified) (view diffs)
-
boot/arch/mips64/Makefile.inc (added)
-
boot/arch/mips64/_link.ld.in (added)
-
boot/arch/mips64/include/arch.h (added)
-
boot/arch/mips64/include/asm.h (added)
-
boot/arch/mips64/include/main.h (added)
-
boot/arch/mips64/include/regname.h (added)
-
boot/arch/mips64/include/types.h (added)
-
boot/arch/mips64/src/asm.S (added)
-
boot/arch/mips64/src/main.c (added)
-
boot/arch/mips64/src/putchar.c (added)
-
boot/arch/ppc32/Makefile.inc (modified) (view diffs)
-
boot/arch/sparc64/Makefile.inc (modified) (view diffs)
-
boot/arch/sparc64/src/main.c (modified) (view diffs)
-
boot/genarch/include/efi.h (added)
-
boot/silo/raw/isofs.b (deleted)
-
boot/silo/raw/second.b (deleted)
-
contrib/tools/serengeti_silo.sh (deleted)
-
defaults/mips64/Makefile.config (added)
-
defaults/mips64/msim/Makefile.config (added)
-
defaults/mips64/output (added)
-
defaults/sparc64/Makefile.config (modified) (view diffs)
-
defaults/sparc64/serengeti/Makefile.config (deleted)
-
kernel/arch/amd64/Makefile.inc (modified) (view diffs)
-
kernel/arch/arm32/src/mach/gta02/gta02.c (modified) (view diffs)
-
kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) (view diffs)
-
kernel/arch/ia32/src/boot/vesa_real.inc (modified) (view diffs)
-
kernel/arch/ia64/include/bootinfo.h (modified) (view diffs)
-
kernel/arch/ia64/src/drivers/ski.c (modified) (view diffs)
-
kernel/arch/ia64/src/ia64.c (modified) (view diffs)
-
kernel/arch/ia64/src/mm/frame.c (modified) (view diffs)
-
kernel/arch/mips32/Makefile.inc (modified) (view diffs)
-
kernel/arch/mips32/include/cycle.h (modified) (view diffs)
-
kernel/arch/mips32/include/debug.h (modified) (view diffs)
-
kernel/arch/mips32/include/mm/frame.h (modified) (view diffs)
-
kernel/arch/mips32/include/stack.h (modified) (view diffs)
-
kernel/arch/mips32/src/cache.c (modified) (view diffs)
-
kernel/arch/mips32/src/cpu/cpu.c (modified) (view diffs)
-
kernel/arch/mips32/src/fpu_context.c (modified) (view diffs)
-
kernel/arch/mips32/src/mm/as.c (modified) (view diffs)
-
kernel/arch/mips32/src/mm/tlb.c (modified) (view diffs)
-
kernel/arch/mips32/src/start.S (modified) (view diffs)
-
kernel/arch/mips64/Makefile.inc (added)
-
kernel/arch/mips64/_link.ld.in (added)
-
kernel/arch/mips64/include/arch.h (moved) (moved from uspace/srv/hid/kbd/include/layout.h ) (view diffs)
-
kernel/arch/mips64/include/asm.h (added)
-
kernel/arch/mips64/include/asm/boot.h (added)
-
kernel/arch/mips64/include/asm/regname.h (added)
-
kernel/arch/mips64/include/atomic.h (added)
-
kernel/arch/mips64/include/barrier.h (added)
-
kernel/arch/mips64/include/cache.h (moved) (moved from uspace/lib/c/include/ipc/mouse.h ) (view diffs)
-
kernel/arch/mips64/include/context.h (added)
-
kernel/arch/mips64/include/context_offset.h (added)
-
kernel/arch/mips64/include/cp0.h (added)
-
kernel/arch/mips64/include/cpu.h (added)
-
kernel/arch/mips64/include/cycle.h (added)
-
kernel/arch/mips64/include/debug.h (added)
-
kernel/arch/mips64/include/debugger.h (added)
-
kernel/arch/mips64/include/drivers/msim.h (moved) (moved from uspace/srv/hid/char_mouse/include/char_mouse.h ) (view diffs)
-
kernel/arch/mips64/include/elf.h (added)
-
kernel/arch/mips64/include/exception.h (added)
-
kernel/arch/mips64/include/faddr.h (moved) (moved from uspace/srv/hid/fb/sgcn.h ) (view diffs)
-
kernel/arch/mips64/include/fpu_context.h (added)
-
kernel/arch/mips64/include/interrupt.h (moved) (moved from kernel/arch/sparc64/include/drivers/fhc.h ) (view diffs)
-
kernel/arch/mips64/include/istate.h (added)
-
kernel/arch/mips64/include/mm/as.h (added)
-
kernel/arch/mips64/include/mm/asid.h (moved) (moved from uspace/srv/hid/adb_mouse/adb_mouse.h ) (view diffs)
-
kernel/arch/mips64/include/mm/frame.h (added)
-
kernel/arch/mips64/include/mm/page.h (added)
-
kernel/arch/mips64/include/mm/tlb.h (added)
-
kernel/arch/mips64/include/proc/task.h (added)
-
kernel/arch/mips64/include/proc/thread.h (added)
-
kernel/arch/mips64/include/smp/dorder.h (added)
-
kernel/arch/mips64/include/stack.h (added)
-
kernel/arch/mips64/include/types.h (added)
-
kernel/arch/mips64/src/asm.S (added)
-
kernel/arch/mips64/src/cache.c (added)
-
kernel/arch/mips64/src/context.S (added)
-
kernel/arch/mips64/src/cpu (added)
-
kernel/arch/mips64/src/ddi (added)
-
kernel/arch/mips64/src/debug (added)
-
kernel/arch/mips64/src/debugger.c (added)
-
kernel/arch/mips64/src/exception.c (added)
-
kernel/arch/mips64/src/fpu_context.c (added)
-
kernel/arch/mips64/src/interrupt.c (added)
-
kernel/arch/mips64/src/mips64.c (added)
-
kernel/arch/mips64/src/mm/as.c (added)
-
kernel/arch/mips64/src/mm/frame.c (added)
-
kernel/arch/mips64/src/mm/page.c (added)
-
kernel/arch/mips64/src/mm/tlb.c (added)
-
kernel/arch/mips64/src/smp/dorder.c (added)
-
kernel/arch/mips64/src/smp/smp.c (added)
-
kernel/arch/mips64/src/start.S (added)
-
kernel/arch/sparc64/Makefile.inc (modified) (view diffs)
-
kernel/arch/sparc64/include/drivers/sgcn.h (deleted)
-
kernel/arch/sparc64/src/console.c (modified) (view diffs)
-
kernel/arch/sparc64/src/drivers/fhc.c (deleted)
-
kernel/arch/sparc64/src/drivers/kbd.c (modified) (view diffs)
-
kernel/arch/sparc64/src/drivers/niagara.c (modified) (view diffs)
-
kernel/arch/sparc64/src/drivers/sgcn.c (deleted)
-
kernel/arch/sparc64/src/drivers/tick.c (modified) (view diffs)
-
kernel/genarch/Makefile.inc (modified) (view diffs)
-
kernel/genarch/include/drivers/s3c24xx_uart/s3c24xx_uart.h (modified) (view diffs)
-
kernel/genarch/include/drivers/z8530/z8530.h (deleted)
-
kernel/genarch/include/ofw/fhc.h (deleted)
-
kernel/genarch/src/drivers/dsrln/dsrlnout.c (modified) (view diffs)
-
kernel/genarch/src/drivers/ega/ega.c (modified) (view diffs)
-
kernel/genarch/src/drivers/s3c24xx_uart/s3c24xx_uart.c (modified) (view diffs)
-
kernel/genarch/src/drivers/z8530/z8530.c (deleted)
-
kernel/genarch/src/fb/fb.c (modified) (view diffs)
-
kernel/genarch/src/mm/asid.c (modified) (view diffs)
-
kernel/genarch/src/ofw/fhc.c (deleted)
-
kernel/generic/include/adt/btree.h (modified) (view diffs)
-
kernel/generic/include/adt/hash_table.h (modified) (view diffs)
-
kernel/generic/include/adt/list.h (modified) (view diffs)
-
kernel/generic/include/console/chardev.h (modified) (view diffs)
-
kernel/generic/include/console/console.h (modified) (view diffs)
-
kernel/generic/include/console/kconsole.h (modified) (view diffs)
-
kernel/generic/include/cpu.h (modified) (view diffs)
-
kernel/generic/include/ddi/ddi.h (modified) (view diffs)
-
kernel/generic/include/ipc/ipc.h (modified) (view diffs)
-
kernel/generic/include/mm/as.h (modified) (view diffs)
-
kernel/generic/include/mm/buddy.h (modified) (view diffs)
-
kernel/generic/include/mm/slab.h (modified) (view diffs)
-
kernel/generic/include/panic.h (modified) (view diffs)
-
kernel/generic/include/proc/scheduler.h (modified) (view diffs)
-
kernel/generic/include/proc/task.h (modified) (view diffs)
-
kernel/generic/include/proc/thread.h (modified) (view diffs)
-
kernel/generic/include/synch/waitq.h (modified) (view diffs)
-
kernel/generic/include/syscall/syscall.h (modified) (view diffs)
-
kernel/generic/src/adt/btree.c (modified) (view diffs)
-
kernel/generic/src/adt/hash_table.c (modified) (view diffs)
-
kernel/generic/src/adt/list.c (modified) (view diffs)
-
kernel/generic/src/console/cmd.c (modified) (view diffs)
-
kernel/generic/src/console/console.c (modified) (view diffs)
-
kernel/generic/src/console/kconsole.c (modified) (view diffs)
-
kernel/generic/src/cpu/cpu.c (modified) (view diffs)
-
kernel/generic/src/ddi/ddi.c (modified) (view diffs)
-
kernel/generic/src/ddi/irq.c (modified) (view diffs)
-
kernel/generic/src/debug/panic.c (modified) (view diffs)
-
kernel/generic/src/ipc/ipc.c (modified) (view diffs)
-
kernel/generic/src/ipc/ipcrsc.c (modified) (view diffs)
-
kernel/generic/src/ipc/irq.c (modified) (view diffs)
-
kernel/generic/src/lib/rd.c (modified) (view diffs)
-
kernel/generic/src/mm/as.c (modified) (view diffs)
-
kernel/generic/src/mm/backend_anon.c (modified) (view diffs)
-
kernel/generic/src/mm/backend_elf.c (modified) (view diffs)
-
kernel/generic/src/mm/buddy.c (modified) (view diffs)
-
kernel/generic/src/mm/slab.c (modified) (view diffs)
-
kernel/generic/src/proc/scheduler.c (modified) (view diffs)
-
kernel/generic/src/proc/task.c (modified) (view diffs)
-
kernel/generic/src/proc/thread.c (modified) (view diffs)
-
kernel/generic/src/synch/futex.c (modified) (view diffs)
-
kernel/generic/src/synch/waitq.c (modified) (view diffs)
-
kernel/generic/src/syscall/syscall.c (modified) (view diffs)
-
kernel/generic/src/sysinfo/stats.c (modified) (view diffs)
-
kernel/generic/src/time/clock.c (modified) (view diffs)
-
kernel/generic/src/time/delay.c (modified) (view diffs)
-
kernel/generic/src/time/timeout.c (modified) (view diffs)
-
kernel/generic/src/udebug/udebug.c (modified) (view diffs)
-
kernel/generic/src/udebug/udebug_ops.c (modified) (view diffs)
-
release/Makefile (modified) (view diffs)
-
tools/autotool.py (modified) (view diffs)
-
tools/toolchain.sh (modified) (view diffs)
-
uspace/Makefile (modified) (view diffs)
-
uspace/Makefile.common (modified) (view diffs)
-
uspace/app/bdsh/Makefile (modified) (view diffs)
-
uspace/app/bdsh/cmds/builtin_cmds.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/builtins/exit/exit.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/cmds.h (modified) (view diffs)
-
uspace/app/bdsh/cmds/mod_cmds.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/cat/cat.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/cp/cp.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/help/help.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/kcon/kcon.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/ls/ls.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/module_aliases.h (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/modules.h (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/pwd/pwd.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/rm/rm.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/touch/touch.c (modified) (view diffs)
-
uspace/app/bdsh/config.h (modified) (view diffs)
-
uspace/app/bdsh/errors.c (modified) (view diffs)
-
uspace/app/bdsh/errors.h (modified) (view diffs)
-
uspace/app/bdsh/errstr.h (modified) (view diffs)
-
uspace/app/bdsh/exec.c (modified) (view diffs)
-
uspace/app/bdsh/exec.h (modified) (view diffs)
-
uspace/app/bdsh/input.c (modified) (view diffs)
-
uspace/app/bdsh/input.h (modified) (view diffs)
-
uspace/app/bdsh/scli.c (modified) (view diffs)
-
uspace/app/bdsh/scli.h (modified) (view diffs)
-
uspace/app/bdsh/tok.c (added)
-
uspace/app/bdsh/tok.h (added)
-
uspace/app/bdsh/util.c (modified) (view diffs)
-
uspace/app/bdsh/util.h (modified) (view diffs)
-
uspace/app/edit/sheet.c (modified) (view diffs)
-
uspace/app/edit/sheet.h (modified) (view diffs)
-
uspace/app/ext2info/ext2info.c (modified) (view diffs)
-
uspace/app/init/init.c (modified) (view diffs)
-
uspace/app/klog/klog.c (modified) (view diffs)
-
uspace/app/mkbd/main.c (modified) (view diffs)
-
uspace/app/ping/ping.c (modified) (view diffs)
-
uspace/app/sbi/src/compat.h (modified) (view diffs)
-
uspace/app/sbi/src/list_t.h (modified) (view diffs)
-
uspace/app/tester/Makefile (modified) (view diffs)
-
uspace/app/tester/mm/common.c (modified) (view diffs)
-
uspace/app/trace/syscalls.c (modified) (view diffs)
-
uspace/app/trace/trace.c (modified) (view diffs)
-
uspace/app/usbinfo/Makefile (modified) (view diffs)
-
uspace/app/usbinfo/dump.c (modified) (view diffs)
-
uspace/app/usbinfo/hid.c (added)
-
uspace/app/usbinfo/main.c (modified) (view diffs)
-
uspace/app/usbinfo/usbinfo.h (modified) (view diffs)
-
uspace/app/vuhid/Makefile (modified) (view diffs)
-
uspace/drv/bus/isa/Makefile (moved) (moved from uspace/drv/isa/Makefile ) (view diffs)
-
uspace/drv/bus/isa/isa.c (moved) (moved from uspace/drv/isa/isa.c ) (view diffs)
-
uspace/drv/bus/isa/isa.dev (moved) (moved from uspace/drv/isa/isa.dev ) (view diffs)
-
uspace/drv/bus/isa/isa.ma (moved) (moved from uspace/drv/isa/isa.ma ) (view diffs)
-
uspace/drv/bus/pci/pciintel/Makefile (moved) (moved from uspace/drv/pciintel/Makefile ) (view diffs)
-
uspace/drv/bus/pci/pciintel/pci.c (moved) (moved from uspace/drv/pciintel/pci.c ) (view diffs)
-
uspace/drv/bus/pci/pciintel/pci.h (moved) (moved from uspace/drv/pciintel/pci.h ) (view diffs)
-
uspace/drv/bus/pci/pciintel/pci_regs.h (moved) (moved from uspace/drv/pciintel/pci_regs.h ) (view diffs)
-
uspace/drv/bus/pci/pciintel/pciintel.ma (moved) (moved from uspace/drv/pciintel/pciintel.ma ) (view diffs)
-
uspace/drv/bus/usb/ehci/Makefile (moved) (moved from uspace/drv/ehci_hcd/Makefile ) (view diffs)
-
uspace/drv/bus/usb/ehci/ehci.h (moved) (moved from uspace/drv/ehci_hcd/ehci.h ) (view diffs)
-
uspace/drv/bus/usb/ehci/ehci.ma (moved) (moved from uspace/drv/ehci_hcd/ehci_hcd.ma ) (view diffs)
-
uspace/drv/bus/usb/ehci/hc_iface.c (moved) (moved from uspace/drv/ehci_hcd/hc_iface.c ) (view diffs)
-
uspace/drv/bus/usb/ehci/main.c (moved) (moved from uspace/drv/ehci_hcd/main.c ) (view diffs)
-
uspace/drv/bus/usb/ehci/pci.c (moved) (moved from uspace/drv/ehci_hcd/pci.c ) (view diffs)
-
uspace/drv/bus/usb/ehci/pci.h (moved) (moved from uspace/drv/ehci_hcd/pci.h ) (view diffs)
-
uspace/drv/bus/usb/ohci/Makefile (moved) (moved from uspace/drv/ohci/Makefile ) (view diffs)
-
uspace/drv/bus/usb/ohci/batch.c (moved) (moved from uspace/drv/ohci/batch.c ) (view diffs)
-
uspace/drv/bus/usb/ohci/batch.h (moved) (moved from uspace/drv/ohci/batch.h ) (view diffs)
-
uspace/drv/bus/usb/ohci/endpoint_list.c (moved) (moved from uspace/drv/ohci/endpoint_list.c ) (view diffs)
-
uspace/drv/bus/usb/ohci/endpoint_list.h (moved) (moved from uspace/drv/ohci/endpoint_list.h ) (view diffs)
-
uspace/drv/bus/usb/ohci/hc.c (moved) (moved from uspace/drv/ohci/hc.c ) (view diffs)
-
uspace/drv/bus/usb/ohci/hc.h (moved) (moved from uspace/drv/ohci/hc.h ) (view diffs)
-
uspace/drv/bus/usb/ohci/hcd_endpoint.c (moved) (moved from uspace/drv/ohci/hcd_endpoint.c ) (view diffs)
-
uspace/drv/bus/usb/ohci/hcd_endpoint.h (moved) (moved from uspace/drv/ohci/hcd_endpoint.h ) (view diffs)
-
uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h (moved) (moved from uspace/drv/ohci/hw_struct/completion_codes.h ) (view diffs)
-
uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (moved) (moved from uspace/drv/ohci/hw_struct/endpoint_descriptor.c ) (view diffs)
-
uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (moved) (moved from uspace/drv/ohci/hw_struct/endpoint_descriptor.h ) (view diffs)
-
uspace/drv/bus/usb/ohci/hw_struct/hcca.h (moved) (moved from uspace/drv/ohci/hw_struct/hcca.h ) (view diffs)
-
uspace/drv/bus/usb/ohci/hw_struct/iso_transfer_descriptor.h (moved) (moved from uspace/drv/ohci/hw_struct/iso_transfer_descriptor.h ) (view diffs)
-
uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (moved) (moved from uspace/drv/ohci/hw_struct/transfer_descriptor.c ) (view diffs)
-
uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (moved) (moved from uspace/drv/ohci/hw_struct/transfer_descriptor.h ) (view diffs)
-
uspace/drv/bus/usb/ohci/iface.c (moved) (moved from uspace/drv/ohci/iface.c ) (view diffs)
-
uspace/drv/bus/usb/ohci/iface.h (moved) (moved from uspace/drv/ohci/iface.h ) (view diffs)
-
uspace/drv/bus/usb/ohci/main.c (moved) (moved from uspace/drv/ohci/main.c ) (view diffs)
-
uspace/drv/bus/usb/ohci/ohci.c (moved) (moved from uspace/drv/ohci/ohci.c ) (view diffs)
-
uspace/drv/bus/usb/ohci/ohci.h (moved) (moved from uspace/drv/ohci/ohci.h ) (view diffs)
-
uspace/drv/bus/usb/ohci/ohci.ma (moved) (moved from uspace/drv/ohci/ohci.ma ) (view diffs)
-
uspace/drv/bus/usb/ohci/ohci_regs.h (moved) (moved from uspace/drv/ohci/ohci_regs.h ) (view diffs)
-
uspace/drv/bus/usb/ohci/pci.c (moved) (moved from uspace/drv/ohci/pci.c ) (view diffs)
-
uspace/drv/bus/usb/ohci/pci.h (moved) (moved from uspace/drv/ohci/pci.h ) (view diffs)
-
uspace/drv/bus/usb/ohci/root_hub.c (moved) (moved from uspace/drv/ohci/root_hub.c ) (view diffs)
-
uspace/drv/bus/usb/ohci/root_hub.h (moved) (moved from uspace/drv/ohci/root_hub.h ) (view diffs)
-
uspace/drv/bus/usb/ohci/utils/malloc32.h (moved) (moved from uspace/drv/ohci/utils/malloc32.h ) (view diffs)
-
uspace/drv/bus/usb/uhci/Makefile (moved) (moved from uspace/drv/uhci_hcd/Makefile ) (view diffs)
-
uspace/drv/bus/usb/uhci/batch.c (moved) (moved from uspace/drv/uhci_hcd/batch.c ) (view diffs)
-
uspace/drv/bus/usb/uhci/batch.h (moved) (moved from uspace/drv/uhci_hcd/batch.h ) (view diffs)
-
uspace/drv/bus/usb/uhci/hc.c (moved) (moved from uspace/drv/uhci_hcd/hc.c ) (view diffs)
-
uspace/drv/bus/usb/uhci/hc.h (moved) (moved from uspace/drv/uhci_hcd/hc.h ) (view diffs)
-
uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h (moved) (moved from uspace/drv/uhci_hcd/hw_struct/link_pointer.h ) (view diffs)
-
uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (moved) (moved from uspace/drv/uhci_hcd/hw_struct/queue_head.h ) (view diffs)
-
uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (moved) (moved from uspace/drv/uhci_hcd/hw_struct/transfer_descriptor.c ) (view diffs)
-
uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (moved) (moved from uspace/drv/uhci_hcd/hw_struct/transfer_descriptor.h ) (view diffs)
-
uspace/drv/bus/usb/uhci/iface.c (moved) (moved from uspace/drv/uhci_hcd/iface.c ) (view diffs)
-
uspace/drv/bus/usb/uhci/iface.h (moved) (moved from uspace/drv/uhci_hcd/iface.h ) (view diffs)
-
uspace/drv/bus/usb/uhci/main.c (moved) (moved from uspace/drv/uhci_hcd/main.c ) (view diffs)
-
uspace/drv/bus/usb/uhci/pci.c (moved) (moved from uspace/drv/uhci_hcd/pci.c ) (view diffs)
-
uspace/drv/bus/usb/uhci/pci.h (moved) (moved from uspace/drv/uhci_hcd/pci.h ) (view diffs)
-
uspace/drv/bus/usb/uhci/root_hub.c (moved) (moved from uspace/drv/uhci_hcd/root_hub.c ) (view diffs)
-
uspace/drv/bus/usb/uhci/root_hub.h (moved) (moved from uspace/drv/uhci_hcd/root_hub.h ) (view diffs)
-
uspace/drv/bus/usb/uhci/transfer_list.c (moved) (moved from uspace/drv/uhci_hcd/transfer_list.c ) (view diffs)
-
uspace/drv/bus/usb/uhci/transfer_list.h (moved) (moved from uspace/drv/uhci_hcd/transfer_list.h ) (view diffs)
-
uspace/drv/bus/usb/uhci/uhci.c (moved) (moved from uspace/drv/uhci_hcd/uhci.c ) (view diffs)
-
uspace/drv/bus/usb/uhci/uhci.h (moved) (moved from uspace/drv/uhci_hcd/uhci.h ) (view diffs)
-
uspace/drv/bus/usb/uhci/uhci.ma (moved) (moved from uspace/drv/uhci_hcd/uhci_hcd.ma ) (view diffs)
-
uspace/drv/bus/usb/uhci/utils/malloc32.h (moved) (moved from uspace/drv/uhci_hcd/utils/malloc32.h ) (view diffs)
-
uspace/drv/bus/usb/uhcirh/Makefile (moved) (moved from uspace/drv/uhci_rhd/Makefile ) (view diffs)
-
uspace/drv/bus/usb/uhcirh/main.c (moved) (moved from uspace/drv/uhci_rhd/main.c ) (view diffs)
-
uspace/drv/bus/usb/uhcirh/port.c (moved) (moved from uspace/drv/uhci_rhd/port.c ) (view diffs)
-
uspace/drv/bus/usb/uhcirh/port.h (moved) (moved from uspace/drv/uhci_rhd/port.h ) (view diffs)
-
uspace/drv/bus/usb/uhcirh/root_hub.c (moved) (moved from uspace/drv/uhci_rhd/root_hub.c ) (view diffs)
-
uspace/drv/bus/usb/uhcirh/root_hub.h (moved) (moved from uspace/drv/uhci_rhd/root_hub.h ) (view diffs)
-
uspace/drv/bus/usb/uhcirh/uhcirh.ma (moved) (moved from uspace/drv/uhci_rhd/uhci_rhd.ma ) (view diffs)
-
uspace/drv/bus/usb/usbflbk/Makefile (moved) (moved from uspace/drv/usbflbk/Makefile ) (view diffs)
-
uspace/drv/bus/usb/usbflbk/main.c (moved) (moved from uspace/drv/usbflbk/main.c ) (view diffs)
-
uspace/drv/bus/usb/usbflbk/usbflbk.ma (moved) (moved from uspace/drv/usbflbk/usbflbk.ma ) (view diffs)
-
uspace/drv/bus/usb/usbhid/Makefile (moved) (moved from uspace/drv/usbhid/Makefile ) (view diffs)
-
uspace/drv/bus/usb/usbhid/generic/hiddev.c (moved) (moved from uspace/drv/usbhid/generic/hiddev.c ) (view diffs)
-
uspace/drv/bus/usb/usbhid/generic/hiddev.h (moved) (moved from uspace/drv/usbhid/generic/hiddev.h ) (view diffs)
-
uspace/drv/bus/usb/usbhid/kbd.h (moved) (moved from uspace/drv/usbhid/kbd.h ) (view diffs)
-
uspace/drv/bus/usb/usbhid/kbd/conv.c (moved) (moved from uspace/drv/usbhid/kbd/conv.c ) (view diffs)
-
uspace/drv/bus/usb/usbhid/kbd/conv.h (moved) (moved from uspace/drv/usbhid/kbd/conv.h ) (view diffs)
-
uspace/drv/bus/usb/usbhid/kbd/kbddev.c (moved) (moved from uspace/drv/usbhid/kbd/kbddev.c ) (view diffs)
-
uspace/drv/bus/usb/usbhid/kbd/kbddev.h (moved) (moved from uspace/drv/usbhid/kbd/kbddev.h ) (view diffs)
-
uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (moved) (moved from uspace/drv/usbhid/kbd/kbdrepeat.c ) (view diffs)
-
uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.h (moved) (moved from uspace/drv/usbhid/kbd/kbdrepeat.h ) (view diffs)
-
uspace/drv/bus/usb/usbhid/kbd/layout.h (moved) (moved from uspace/drv/usbhid/kbd/layout.h ) (view diffs)
-
uspace/drv/bus/usb/usbhid/kbd/main.c (moved) (moved from uspace/drv/usbhid/kbd/main.c ) (view diffs)
-
uspace/drv/bus/usb/usbhid/layout.h (moved) (moved from uspace/drv/usbhid/layout.h ) (view diffs)
-
uspace/drv/bus/usb/usbhid/main.c (moved) (moved from uspace/drv/usbhid/main.c ) (view diffs)
-
uspace/drv/bus/usb/usbhid/mouse/mousedev.c (moved) (moved from uspace/drv/usbhid/mouse/mousedev.c ) (view diffs)
-
uspace/drv/bus/usb/usbhid/mouse/mousedev.h (moved) (moved from uspace/drv/usbhid/mouse/mousedev.h ) (view diffs)
-
uspace/drv/bus/usb/usbhid/multimedia/keymap.c (moved) (moved from uspace/drv/usbhid/multimedia/keymap.c ) (view diffs)
-
uspace/drv/bus/usb/usbhid/multimedia/keymap.h (moved) (moved from uspace/drv/usbhid/multimedia/keymap.h ) (view diffs)
-
uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (moved) (moved from uspace/drv/usbhid/multimedia/multimedia.c ) (view diffs)
-
uspace/drv/bus/usb/usbhid/multimedia/multimedia.h (moved) (moved from uspace/drv/usbhid/multimedia/multimedia.h ) (view diffs)
-
uspace/drv/bus/usb/usbhid/subdrivers.c (moved) (moved from uspace/drv/usbhid/subdrivers.c ) (view diffs)
-
uspace/drv/bus/usb/usbhid/subdrivers.h (moved) (moved from uspace/drv/usbhid/subdrivers.h ) (view diffs)
-
uspace/drv/bus/usb/usbhid/usbhid.c (moved) (moved from uspace/drv/usbhid/usbhid.c ) (view diffs)
-
uspace/drv/bus/usb/usbhid/usbhid.h (moved) (moved from uspace/drv/usbhid/usbhid.h ) (view diffs)
-
uspace/drv/bus/usb/usbhid/usbhid.ma (moved) (moved from uspace/drv/usbhid/usbhid.ma ) (view diffs)
-
uspace/drv/bus/usb/usbhub/Makefile (moved) (moved from uspace/drv/usbhub/Makefile ) (view diffs)
-
uspace/drv/bus/usb/usbhub/main.c (moved) (moved from uspace/drv/usbhub/main.c ) (view diffs)
-
uspace/drv/bus/usb/usbhub/port_status.h (moved) (moved from uspace/drv/usbhub/port_status.h ) (view diffs)
-
uspace/drv/bus/usb/usbhub/ports.c (moved) (moved from uspace/drv/usbhub/ports.c ) (view diffs)
-
uspace/drv/bus/usb/usbhub/ports.h (moved) (moved from uspace/drv/usbhub/ports.h ) (view diffs)
-
uspace/drv/bus/usb/usbhub/usbhub.c (moved) (moved from uspace/drv/usbhub/usbhub.c ) (view diffs)
-
uspace/drv/bus/usb/usbhub/usbhub.h (moved) (moved from uspace/drv/usbhub/usbhub.h ) (view diffs)
-
uspace/drv/bus/usb/usbhub/usbhub.ma (moved) (moved from uspace/drv/usbhub/usbhub.ma ) (view diffs)
-
uspace/drv/bus/usb/usbhub/usbhub_private.h (moved) (moved from uspace/drv/usbhub/usbhub_private.h ) (view diffs)
-
uspace/drv/bus/usb/usbhub/utils.c (moved) (moved from uspace/drv/usbhub/utils.c ) (view diffs)
-
uspace/drv/bus/usb/usbmast/Makefile (moved) (moved from uspace/drv/usbmast/Makefile ) (view diffs)
-
uspace/drv/bus/usb/usbmast/cmds.c (added)
-
uspace/drv/bus/usb/usbmast/cmds.h (moved) (moved from uspace/drv/usbmast/cmds.h ) (view diffs)
-
uspace/drv/bus/usb/usbmast/main.c (added)
-
uspace/drv/bus/usb/usbmast/mast.c (moved) (moved from uspace/drv/usbmast/mast.c ) (view diffs)
-
uspace/drv/bus/usb/usbmast/mast.h (added)
-
uspace/drv/bus/usb/usbmast/scsi.h (moved) (moved from uspace/drv/usbmast/scsi.h ) (view diffs)
-
uspace/drv/bus/usb/usbmast/scsi_ms.c (added)
-
uspace/drv/bus/usb/usbmast/scsi_ms.h (moved) (moved from uspace/drv/usbmast/mast.h ) (view diffs)
-
uspace/drv/bus/usb/usbmast/usbmast.ma (moved) (moved from uspace/drv/usbmast/usbmast.ma ) (view diffs)
-
uspace/drv/bus/usb/usbmid/Makefile (moved) (moved from uspace/drv/usbmid/Makefile ) (view diffs)
-
uspace/drv/bus/usb/usbmid/dump.c (moved) (moved from uspace/drv/usbmid/dump.c ) (view diffs)
-
uspace/drv/bus/usb/usbmid/explore.c (moved) (moved from uspace/drv/usbmid/explore.c ) (view diffs)
-
uspace/drv/bus/usb/usbmid/main.c (moved) (moved from uspace/drv/usbmid/main.c ) (view diffs)
-
uspace/drv/bus/usb/usbmid/usbmid.c (moved) (moved from uspace/drv/usbmid/usbmid.c ) (view diffs)
-
uspace/drv/bus/usb/usbmid/usbmid.h (moved) (moved from uspace/drv/usbmid/usbmid.h ) (view diffs)
-
uspace/drv/bus/usb/usbmid/usbmid.ma (moved) (moved from uspace/drv/usbmid/usbmid.ma ) (view diffs)
-
uspace/drv/bus/usb/usbmouse/Makefile (moved) (moved from uspace/drv/usbmouse/Makefile ) (view diffs)
-
uspace/drv/bus/usb/usbmouse/init.c (moved) (moved from uspace/drv/usbmouse/init.c ) (view diffs)
-
uspace/drv/bus/usb/usbmouse/main.c (moved) (moved from uspace/drv/usbmouse/main.c ) (view diffs)
-
uspace/drv/bus/usb/usbmouse/mouse.c (moved) (moved from uspace/drv/usbmouse/mouse.c ) (view diffs)
-
uspace/drv/bus/usb/usbmouse/mouse.h (moved) (moved from uspace/drv/usbmouse/mouse.h ) (view diffs)
-
uspace/drv/bus/usb/usbmouse/usbmouse.ma (moved) (moved from uspace/drv/usbmouse/usbmouse.ma ) (view diffs)
-
uspace/drv/bus/usb/vhc/Makefile (moved) (moved from uspace/drv/vhc/Makefile ) (view diffs)
-
uspace/drv/bus/usb/vhc/conn.h (moved) (moved from uspace/drv/vhc/conn.h ) (view diffs)
-
uspace/drv/bus/usb/vhc/conndev.c (moved) (moved from uspace/drv/vhc/conndev.c ) (view diffs)
-
uspace/drv/bus/usb/vhc/connhost.c (moved) (moved from uspace/drv/vhc/connhost.c ) (view diffs)
-
uspace/drv/bus/usb/vhc/devconn.c (moved) (moved from uspace/drv/vhc/devconn.c ) (view diffs)
-
uspace/drv/bus/usb/vhc/hub.c (moved) (moved from uspace/drv/vhc/hub.c ) (view diffs)
-
uspace/drv/bus/usb/vhc/hub.h (moved) (moved from uspace/drv/vhc/hub.h ) (view diffs)
-
uspace/drv/bus/usb/vhc/hub/hub.c (moved) (moved from uspace/drv/vhc/hub/hub.c ) (view diffs)
-
uspace/drv/bus/usb/vhc/hub/hub.h (moved) (moved from uspace/drv/vhc/hub/hub.h ) (view diffs)
-
uspace/drv/bus/usb/vhc/hub/virthub.c (moved) (moved from uspace/drv/vhc/hub/virthub.c ) (view diffs)
-
uspace/drv/bus/usb/vhc/hub/virthub.h (moved) (moved from uspace/drv/vhc/hub/virthub.h ) (view diffs)
-
uspace/drv/bus/usb/vhc/hub/virthubops.c (moved) (moved from uspace/drv/vhc/hub/virthubops.c ) (view diffs)
-
uspace/drv/bus/usb/vhc/main.c (moved) (moved from uspace/drv/vhc/main.c ) (view diffs)
-
uspace/drv/bus/usb/vhc/transfer.c (moved) (moved from uspace/drv/vhc/transfer.c ) (view diffs)
-
uspace/drv/bus/usb/vhc/vhc.ma (moved) (moved from uspace/drv/vhc/vhc.ma ) (view diffs)
-
uspace/drv/bus/usb/vhc/vhcd.h (moved) (moved from uspace/drv/vhc/vhcd.h ) (view diffs)
-
uspace/drv/char/ns8250/Makefile (moved) (moved from uspace/drv/ns8250/Makefile ) (view diffs)
-
uspace/drv/char/ns8250/cyclic_buffer.h (moved) (moved from uspace/drv/ns8250/cyclic_buffer.h ) (view diffs)
-
uspace/drv/char/ns8250/ns8250.c (moved) (moved from uspace/drv/ns8250/ns8250.c ) (view diffs)
-
uspace/drv/char/ns8250/ns8250.ma (moved) (moved from uspace/drv/ns8250/ns8250.ma ) (view diffs)
-
uspace/drv/infrastructure/root/Makefile (moved) (moved from uspace/drv/root/Makefile ) (view diffs)
-
uspace/drv/infrastructure/root/root.c (moved) (moved from uspace/drv/root/root.c ) (view diffs)
-
uspace/drv/infrastructure/root/root.ma (moved) (moved from uspace/drv/root/root.ma ) (view diffs)
-
uspace/drv/infrastructure/rootmac/Makefile (added)
-
uspace/drv/infrastructure/rootmac/rootmac.c (added)
-
uspace/drv/infrastructure/rootmac/rootmac.ma (added)
-
uspace/drv/infrastructure/rootpc/Makefile (moved) (moved from uspace/drv/rootpc/Makefile ) (view diffs)
-
uspace/drv/infrastructure/rootpc/rootpc.c (moved) (moved from uspace/drv/rootpc/rootpc.c ) (view diffs)
-
uspace/drv/infrastructure/rootpc/rootpc.ma (moved) (moved from uspace/drv/rootpc/rootpc.ma ) (view diffs)
-
uspace/drv/infrastructure/rootvirt/Makefile (moved) (moved from uspace/drv/rootvirt/Makefile ) (view diffs)
-
uspace/drv/infrastructure/rootvirt/devices.def (moved) (moved from uspace/drv/rootvirt/devices.def ) (view diffs)
-
uspace/drv/infrastructure/rootvirt/rootvirt.c (moved) (moved from uspace/drv/rootvirt/rootvirt.c ) (view diffs)
-
uspace/drv/infrastructure/rootvirt/rootvirt.ma (moved) (moved from uspace/drv/rootvirt/rootvirt.ma ) (view diffs)
-
uspace/drv/test/test1/Makefile (moved) (moved from uspace/drv/test1/Makefile ) (view diffs)
-
uspace/drv/test/test1/char.c (moved) (moved from uspace/drv/test1/char.c ) (view diffs)
-
uspace/drv/test/test1/test1.c (moved) (moved from uspace/drv/test1/test1.c ) (view diffs)
-
uspace/drv/test/test1/test1.h (moved) (moved from uspace/drv/test1/test1.h ) (view diffs)
-
uspace/drv/test/test1/test1.ma (moved) (moved from uspace/drv/test1/test1.ma ) (view diffs)
-
uspace/drv/test/test2/Makefile (moved) (moved from uspace/drv/test2/Makefile ) (view diffs)
-
uspace/drv/test/test2/test2.c (moved) (moved from uspace/drv/test2/test2.c ) (view diffs)
-
uspace/drv/test/test2/test2.ma (moved) (moved from uspace/drv/test2/test2.ma ) (view diffs)
-
uspace/drv/test/test3/Makefile (moved) (moved from uspace/drv/test3/Makefile ) (view diffs)
-
uspace/drv/test/test3/test3.c (moved) (moved from uspace/drv/test3/test3.c ) (view diffs)
-
uspace/drv/test/test3/test3.ma (moved) (moved from uspace/drv/test3/test3.ma ) (view diffs)
-
uspace/drv/usbmast/inquiry.c (deleted)
-
uspace/drv/usbmast/main.c (deleted)
-
uspace/lib/block/libblock.c (modified) (view diffs)
-
uspace/lib/c/Makefile (modified) (view diffs)
-
uspace/lib/c/arch/mips32/Makefile.common (modified) (view diffs)
-
uspace/lib/c/arch/mips32/include/atomic.h (modified) (view diffs)
-
uspace/lib/c/arch/mips32/include/fibril.h (modified) (view diffs)
-
uspace/lib/c/arch/mips32/include/thread.h (modified) (view diffs)
-
uspace/lib/c/arch/mips32/include/tls.h (modified) (view diffs)
-
uspace/lib/c/arch/mips32/include/types.h (modified) (view diffs)
-
uspace/lib/c/arch/mips32/src/syscall.c (modified) (view diffs)
-
uspace/lib/c/arch/mips32/src/tls.c (modified) (view diffs)
-
uspace/lib/c/arch/mips32eb/Makefile.common (modified) (view diffs)
-
uspace/lib/c/arch/mips64/Makefile.common (moved) (moved from uspace/srv/hw/irc/fhc/Makefile ) (view diffs)
-
uspace/lib/c/arch/mips64/Makefile.inc (moved) (moved from uspace/srv/hid/char_mouse/Makefile ) (view diffs)
-
uspace/lib/c/arch/mips64/_link.ld.in (added)
-
uspace/lib/c/arch/mips64/include/atomic.h (added)
-
uspace/lib/c/arch/mips64/include/config.h (added)
-
uspace/lib/c/arch/mips64/include/ddi.h (added)
-
uspace/lib/c/arch/mips64/include/faddr.h (added)
-
uspace/lib/c/arch/mips64/include/fibril.h (added)
-
uspace/lib/c/arch/mips64/include/inttypes.h (added)
-
uspace/lib/c/arch/mips64/include/istate.h (moved) (moved from uspace/srv/hid/adb_mouse/adb_dev.h ) (view diffs)
-
uspace/lib/c/arch/mips64/include/syscall.h (added)
-
uspace/lib/c/arch/mips64/include/thread.h (added)
-
uspace/lib/c/arch/mips64/include/tls.h (added)
-
uspace/lib/c/arch/mips64/include/types.h (added)
-
uspace/lib/c/arch/mips64/src/entry.s (added)
-
uspace/lib/c/arch/mips64/src/entryjmp.s (added)
-
uspace/lib/c/arch/mips64/src/fibril.S (added)
-
uspace/lib/c/arch/mips64/src/stacktrace.c (moved) (moved from uspace/lib/c/include/devman_obsolete.h ) (view diffs)
-
uspace/lib/c/arch/mips64/src/stacktrace_asm.S (added)
-
uspace/lib/c/arch/mips64/src/syscall.c (added)
-
uspace/lib/c/arch/mips64/src/thread_entry.s (added)
-
uspace/lib/c/arch/mips64/src/tls.c (added)
-
uspace/lib/c/generic/adt/hash_table.c (modified) (view diffs)
-
uspace/lib/c/generic/adt/list.c (modified) (view diffs)
-
uspace/lib/c/generic/adt/measured_strings.c (modified) (view diffs)
-
uspace/lib/c/generic/adt/prodcons.c (modified) (view diffs)
-
uspace/lib/c/generic/async.c (modified) (view diffs)
-
uspace/lib/c/generic/async_obsolete.c (modified) (view diffs)
-
uspace/lib/c/generic/devman.c (modified) (view diffs)
-
uspace/lib/c/generic/devman_obsolete.c (deleted)
-
uspace/lib/c/generic/devmap.c (modified) (view diffs)
-
uspace/lib/c/generic/devmap_obsolete.c (deleted)
-
uspace/lib/c/generic/fibril.c (modified) (view diffs)
-
uspace/lib/c/generic/fibril_synch.c (modified) (view diffs)
-
uspace/lib/c/generic/io/console.c (modified) (view diffs)
-
uspace/lib/c/generic/io/io.c (modified) (view diffs)
-
uspace/lib/c/generic/ipc.c (modified) (view diffs)
-
uspace/lib/c/generic/net/icmp_api.c (modified) (view diffs)
-
uspace/lib/c/generic/net/icmp_common.c (modified) (view diffs)
-
uspace/lib/c/generic/net/modules.c (modified) (view diffs)
-
uspace/lib/c/generic/net/socket_client.c (modified) (view diffs)
-
uspace/lib/c/generic/ns.c (modified) (view diffs)
-
uspace/lib/c/generic/str.c (modified) (view diffs)
-
uspace/lib/c/generic/task.c (modified) (view diffs)
-
uspace/lib/c/include/adt/hash_table.h (modified) (view diffs)
-
uspace/lib/c/include/adt/list.h (modified) (view diffs)
-
uspace/lib/c/include/adt/measured_strings.h (modified) (view diffs)
-
uspace/lib/c/include/adt/prodcons.h (modified) (view diffs)
-
uspace/lib/c/include/async.h (modified) (view diffs)
-
uspace/lib/c/include/async_obsolete.h (modified) (view diffs)
-
uspace/lib/c/include/bitops.h (modified) (view diffs)
-
uspace/lib/c/include/fibril_synch.h (modified) (view diffs)
-
uspace/lib/c/include/fourcc.h (added)
-
uspace/lib/c/include/ipc/clipboard.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/console.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/devman.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/input.h (added)
-
uspace/lib/c/include/ipc/kbdev.h (added)
-
uspace/lib/c/include/ipc/mouseev.h (moved) (moved from uspace/lib/c/include/ipc/kbd.h ) (view diffs)
-
uspace/lib/c/include/ipc/net.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/services.h (modified) (view diffs)
-
uspace/lib/c/include/net/icmp_api.h (modified) (view diffs)
-
uspace/lib/c/include/net/icmp_common.h (modified) (view diffs)
-
uspace/lib/c/include/net/modules.h (modified) (view diffs)
-
uspace/lib/c/include/str.h (modified) (view diffs)
-
uspace/lib/c/include/task.h (modified) (view diffs)
-
uspace/lib/drv/Makefile (modified) (view diffs)
-
uspace/lib/drv/generic/driver.c (modified) (view diffs)
-
uspace/lib/drv/generic/logbuf.c (added)
-
uspace/lib/drv/include/ddf/driver.h (modified) (view diffs)
-
uspace/lib/drv/include/ddf/interrupt.h (modified) (view diffs)
-
uspace/lib/drv/include/ddf/log.h (modified) (view diffs)
-
uspace/lib/ext2/libext2_directory.c (modified) (view diffs)
-
uspace/lib/ext2/libext2_directory.h (modified) (view diffs)
-
uspace/lib/fs/libfs.c (modified) (view diffs)
-
uspace/lib/net/adt/module_map.c (modified) (view diffs)
-
uspace/lib/net/generic/generic.c (modified) (view diffs)
-
uspace/lib/net/generic/net_remote.c (modified) (view diffs)
-
uspace/lib/net/generic/packet_client.c (modified) (view diffs)
-
uspace/lib/net/generic/packet_remote.c (modified) (view diffs)
-
uspace/lib/net/il/arp_remote.c (modified) (view diffs)
-
uspace/lib/net/il/il_remote.c (modified) (view diffs)
-
uspace/lib/net/il/il_skel.c (modified) (view diffs)
-
uspace/lib/net/il/ip_remote.c (modified) (view diffs)
-
uspace/lib/net/include/adt/module_map.h (modified) (view diffs)
-
uspace/lib/net/include/arp_interface.h (modified) (view diffs)
-
uspace/lib/net/include/generic.h (modified) (view diffs)
-
uspace/lib/net/include/icmp_remote.h (modified) (view diffs)
-
uspace/lib/net/include/il_remote.h (modified) (view diffs)
-
uspace/lib/net/include/il_skel.h (modified) (view diffs)
-
uspace/lib/net/include/ip_interface.h (modified) (view diffs)
-
uspace/lib/net/include/ip_remote.h (modified) (view diffs)
-
uspace/lib/net/include/net_interface.h (modified) (view diffs)
-
uspace/lib/net/include/netif_remote.h (modified) (view diffs)
-
uspace/lib/net/include/netif_skel.h (modified) (view diffs)
-
uspace/lib/net/include/nil_remote.h (modified) (view diffs)
-
uspace/lib/net/include/nil_skel.h (modified) (view diffs)
-
uspace/lib/net/include/packet_client.h (modified) (view diffs)
-
uspace/lib/net/include/packet_remote.h (modified) (view diffs)
-
uspace/lib/net/include/socket_core.h (modified) (view diffs)
-
uspace/lib/net/include/tl_common.h (modified) (view diffs)
-
uspace/lib/net/include/tl_remote.h (modified) (view diffs)
-
uspace/lib/net/include/tl_skel.h (modified) (view diffs)
-
uspace/lib/net/netif/netif_remote.c (modified) (view diffs)
-
uspace/lib/net/netif/netif_skel.c (modified) (view diffs)
-
uspace/lib/net/nil/nil_remote.c (modified) (view diffs)
-
uspace/lib/net/nil/nil_skel.c (modified) (view diffs)
-
uspace/lib/net/tl/icmp_remote.c (modified) (view diffs)
-
uspace/lib/net/tl/socket_core.c (modified) (view diffs)
-
uspace/lib/net/tl/tl_common.c (modified) (view diffs)
-
uspace/lib/net/tl/tl_remote.c (modified) (view diffs)
-
uspace/lib/net/tl/tl_skel.c (modified) (view diffs)
-
uspace/lib/packet/generic/packet_server.c (modified) (view diffs)
-
uspace/lib/posix/Makefile (modified) (view diffs)
-
uspace/lib/posix/assert.h (added)
-
uspace/lib/posix/ctype.c (modified) (view diffs)
-
uspace/lib/posix/ctype.h (modified) (view diffs)
-
uspace/lib/posix/errno.c (added)
-
uspace/lib/posix/errno.h (added)
-
uspace/lib/posix/fcntl.c (modified) (view diffs)
-
uspace/lib/posix/fcntl.h (modified) (view diffs)
-
uspace/lib/posix/fnmatch.c (modified) (view diffs)
-
uspace/lib/posix/fnmatch.h (modified) (view diffs)
-
uspace/lib/posix/inttypes.h (modified) (view diffs)
-
uspace/lib/posix/iso646.h (added)
-
uspace/lib/posix/limits.h (modified) (view diffs)
-
uspace/lib/posix/locale.c (added)
-
uspace/lib/posix/locale.h (added)
-
uspace/lib/posix/math.c (moved) (moved from uspace/lib/posix/getopt.c ) (view diffs)
-
uspace/lib/posix/math.h (modified) (view diffs)
-
uspace/lib/posix/pwd.c (added)
-
uspace/lib/posix/pwd.h (moved) (moved from uspace/lib/posix/getopt.h ) (view diffs)
-
uspace/lib/posix/signal.c (added)
-
uspace/lib/posix/signal.h (modified) (view diffs)
-
uspace/lib/posix/stdbool.h (moved) (moved from uspace/lib/c/include/devmap_obsolete.h ) (view diffs)
-
uspace/lib/posix/stddef.h (modified) (view diffs)
-
uspace/lib/posix/stdint.h (added)
-
uspace/lib/posix/stdio.c (modified) (view diffs)
-
uspace/lib/posix/stdio.h (modified) (view diffs)
-
uspace/lib/posix/stdio/scanf.c (added)
-
uspace/lib/posix/stdlib.c (modified) (view diffs)
-
uspace/lib/posix/stdlib.h (modified) (view diffs)
-
uspace/lib/posix/stdlib/strtol.c (added)
-
uspace/lib/posix/stdlib/strtold.c (modified) (view diffs)
-
uspace/lib/posix/string.c (modified) (view diffs)
-
uspace/lib/posix/string.h (modified) (view diffs)
-
uspace/lib/posix/strings.c (modified) (view diffs)
-
uspace/lib/posix/strings.h (modified) (view diffs)
-
uspace/lib/posix/sys/mman.h (added)
-
uspace/lib/posix/sys/stat.c (modified) (view diffs)
-
uspace/lib/posix/sys/stat.h (modified) (view diffs)
-
uspace/lib/posix/sys/types.h (modified) (view diffs)
-
uspace/lib/posix/sys/wait.c (added)
-
uspace/lib/posix/sys/wait.h (added)
-
uspace/lib/posix/time.c (modified) (view diffs)
-
uspace/lib/posix/time.h (modified) (view diffs)
-
uspace/lib/posix/unistd.c (modified) (view diffs)
-
uspace/lib/posix/unistd.h (modified) (view diffs)
-
uspace/lib/scsi/Makefile (moved) (moved from uspace/srv/hid/adb_mouse/Makefile ) (view diffs)
-
uspace/lib/scsi/include/scsi/sbc.h (added)
-
uspace/lib/scsi/include/scsi/spc.h (added)
-
uspace/lib/scsi/src/spc.c (added)
-
uspace/lib/softfloat/arch/mips32/include/functions.h (modified) (view diffs)
-
uspace/lib/softfloat/arch/mips64/include/functions.h (added)
-
uspace/lib/usb/include/usb/usb.h (modified) (view diffs)
-
uspace/lib/usb/src/debug.c (modified) (view diffs)
-
uspace/lib/usb/src/hc.c (modified) (view diffs)
-
uspace/lib/usb/src/usb.c (modified) (view diffs)
-
uspace/lib/usbdev/src/pipes.c (modified) (view diffs)
-
uspace/lib/usbhid/include/usb/hid/hiddescriptor.h (modified) (view diffs)
-
uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) (view diffs)
-
uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified) (view diffs)
-
uspace/lib/usbhid/src/hiddescriptor.c (modified) (view diffs)
-
uspace/lib/usbhid/src/hidparser.c (modified) (view diffs)
-
uspace/lib/usbhid/src/hidpath.c (modified) (view diffs)
-
uspace/lib/usbhid/src/hidreq.c (modified) (view diffs)
-
uspace/lib/usbhost/include/usb/host/batch.h (modified) (view diffs)
-
uspace/lib/usbhost/src/batch.c (modified) (view diffs)
-
uspace/lib/usbvirt/src/device.c (modified) (view diffs)
-
uspace/srv/bd/ata_bd/ata_bd.c (modified) (view diffs)
-
uspace/srv/bd/file_bd/file_bd.c (modified) (view diffs)
-
uspace/srv/bd/gxe_bd/gxe_bd.c (modified) (view diffs)
-
uspace/srv/bd/part/guid_part/guid_part.c (modified) (view diffs)
-
uspace/srv/bd/part/mbr_part/mbr_part.c (modified) (view diffs)
-
uspace/srv/bd/rd/rd.c (modified) (view diffs)
-
uspace/srv/clip/clip.c (modified) (view diffs)
-
uspace/srv/devman/devman.c (modified) (view diffs)
-
uspace/srv/devman/devman.h (modified) (view diffs)
-
uspace/srv/devman/main.c (modified) (view diffs)
-
uspace/srv/devman/match.c (modified) (view diffs)
-
uspace/srv/devmap/devmap.c (modified) (view diffs)
-
uspace/srv/fs/devfs/devfs.c (modified) (view diffs)
-
uspace/srv/fs/ext2fs/ext2fs.c (modified) (view diffs)
-
uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) (view diffs)
-
uspace/srv/fs/fat/fat.c (modified) (view diffs)
-
uspace/srv/fs/fat/fat_idx.c (modified) (view diffs)
-
uspace/srv/fs/fat/fat_ops.c (modified) (view diffs)
-
uspace/srv/fs/tmpfs/tmpfs.c (modified) (view diffs)
-
uspace/srv/fs/tmpfs/tmpfs.h (modified) (view diffs)
-
uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) (view diffs)
-
uspace/srv/hid/adb_mouse/adb_mouse.c (deleted)
-
uspace/srv/hid/char_mouse/char_mouse.c (deleted)
-
uspace/srv/hid/console/console.c (modified) (view diffs)
-
uspace/srv/hid/console/gcons.c (modified) (view diffs)
-
uspace/srv/hid/fb/Makefile (modified) (view diffs)
-
uspace/srv/hid/fb/ega.c (modified) (view diffs)
-
uspace/srv/hid/fb/fb.c (modified) (view diffs)
-
uspace/srv/hid/fb/main.c (modified) (view diffs)
-
uspace/srv/hid/fb/niagara.c (modified) (view diffs)
-
uspace/srv/hid/fb/niagara.h (modified) (view diffs)
-
uspace/srv/hid/fb/serial_console.c (modified) (view diffs)
-
uspace/srv/hid/fb/serial_console.h (modified) (view diffs)
-
uspace/srv/hid/fb/sgcn.c (deleted)
-
uspace/srv/hid/input/Makefile (added)
-
uspace/srv/hid/input/ctl/apple.c (moved) (moved from uspace/srv/hid/kbd/ctl/apple.c ) (view diffs)
-
uspace/srv/hid/input/ctl/gxe_fb.c (moved) (moved from uspace/srv/hid/kbd/ctl/gxe_fb.c ) (view diffs)
-
uspace/srv/hid/input/ctl/kbdev.c (added)
-
uspace/srv/hid/input/ctl/pc.c (moved) (moved from uspace/srv/hid/kbd/ctl/pc.c ) (view diffs)
-
uspace/srv/hid/input/ctl/stty.c (moved) (moved from uspace/srv/hid/kbd/ctl/stty.c ) (view diffs)
-
uspace/srv/hid/input/ctl/sun.c (moved) (moved from uspace/srv/hid/kbd/ctl/sun.c ) (view diffs)
-
uspace/srv/hid/input/generic/gsp.c (moved) (moved from uspace/srv/hid/kbd/genarch/gsp.c ) (view diffs)
-
uspace/srv/hid/input/generic/input.c (added)
-
uspace/srv/hid/input/generic/layout.c (added)
-
uspace/srv/hid/input/generic/stroke.c (moved) (moved from uspace/srv/hid/kbd/genarch/stroke.c ) (view diffs)
-
uspace/srv/hid/input/include/gsp.h (moved) (moved from uspace/srv/hid/kbd/include/gsp.h ) (view diffs)
-
uspace/srv/hid/input/include/input.h (moved) (moved from uspace/srv/hid/kbd/include/kbd.h ) (view diffs)
-
uspace/srv/hid/input/include/kbd.h (added)
-
uspace/srv/hid/input/include/kbd_ctl.h (moved) (moved from uspace/srv/hid/kbd/include/kbd_ctl.h ) (view diffs)
-
uspace/srv/hid/input/include/kbd_port.h (moved) (moved from uspace/srv/hid/kbd/include/kbd_port.h ) (view diffs)
-
uspace/srv/hid/input/include/layout.h (added)
-
uspace/srv/hid/input/include/mouse.h (added)
-
uspace/srv/hid/input/include/mouse_port.h (moved) (moved from uspace/srv/hid/char_mouse/include/mouse_port.h ) (view diffs)
-
uspace/srv/hid/input/include/mouse_proto.h (moved) (moved from uspace/srv/hid/char_mouse/include/mouse_proto.h ) (view diffs)
-
uspace/srv/hid/input/include/stroke.h (moved) (moved from uspace/srv/hid/kbd/include/stroke.h ) (view diffs)
-
uspace/srv/hid/input/include/sun.h (moved) (moved from uspace/srv/hid/kbd/include/sun.h ) (view diffs)
-
uspace/srv/hid/input/layout/cz.c (moved) (moved from uspace/srv/hid/kbd/layout/cz.c ) (view diffs)
-
uspace/srv/hid/input/layout/us_dvorak.c (moved) (moved from uspace/srv/hid/kbd/layout/us_dvorak.c ) (view diffs)
-
uspace/srv/hid/input/layout/us_qwerty.c (moved) (moved from uspace/srv/hid/kbd/layout/us_qwerty.c ) (view diffs)
-
uspace/srv/hid/input/port/adb.c (moved) (moved from uspace/srv/hid/kbd/port/adb.c ) (view diffs)
-
uspace/srv/hid/input/port/adb_mouse.c (moved) (moved from uspace/srv/hid/char_mouse/chardev.c ) (view diffs)
-
uspace/srv/hid/input/port/chardev.c (moved) (moved from uspace/srv/hid/kbd/port/chardev.c ) (view diffs)
-
uspace/srv/hid/input/port/chardev_mouse.c (moved) (moved from uspace/srv/hid/adb_mouse/adb_dev.c ) (view diffs)
-
uspace/srv/hid/input/port/dummy.c (moved) (moved from uspace/srv/hid/kbd/port/dummy.c ) (view diffs)
-
uspace/srv/hid/input/port/gxemul.c (moved) (moved from uspace/srv/hid/kbd/port/gxemul.c ) (view diffs)
-
uspace/srv/hid/input/port/msim.c (moved) (moved from uspace/srv/hid/kbd/port/msim.c ) (view diffs)
-
uspace/srv/hid/input/port/niagara.c (moved) (moved from uspace/srv/hid/kbd/port/niagara.c ) (view diffs)
-
uspace/srv/hid/input/port/ns16550.c (moved) (moved from uspace/srv/hid/kbd/port/ns16550.c ) (view diffs)
-
uspace/srv/hid/input/port/pl050.c (moved) (moved from uspace/srv/hid/kbd/port/pl050.c ) (view diffs)
-
uspace/srv/hid/input/port/sgcn.c (moved) (moved from uspace/srv/hid/kbd/port/sgcn.c ) (view diffs)
-
uspace/srv/hid/input/port/ski.c (moved) (moved from uspace/srv/hid/kbd/port/ski.c ) (view diffs)
-
uspace/srv/hid/input/port/sun.c (moved) (moved from uspace/srv/hid/kbd/port/sun.c ) (view diffs)
-
uspace/srv/hid/input/port/z8530.c (moved) (moved from uspace/srv/hid/kbd/port/z8530.c ) (view diffs)
-
uspace/srv/hid/input/proto/adb.c (added)
-
uspace/srv/hid/input/proto/mousedev.c (added)
-
uspace/srv/hid/input/proto/ps2.c (moved) (moved from uspace/srv/hid/char_mouse/proto/ps2.c ) (view diffs)
-
uspace/srv/hid/kbd/Makefile (deleted)
-
uspace/srv/hid/kbd/generic/kbd.c (deleted)
-
uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) (view diffs)
-
uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) (view diffs)
-
uspace/srv/hw/char/i8042/i8042.c (modified) (view diffs)
-
uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) (view diffs)
-
uspace/srv/hw/irc/apic/apic.c (modified) (view diffs)
-
uspace/srv/hw/irc/fhc/fhc.c (deleted)
-
uspace/srv/hw/irc/i8259/i8259.c (modified) (view diffs)
-
uspace/srv/hw/irc/obio/obio.c (modified) (view diffs)
-
uspace/srv/hw/netif/ne2000/dp8390.c (modified) (view diffs)
-
uspace/srv/hw/netif/ne2000/dp8390.h (modified) (view diffs)
-
uspace/srv/hw/netif/ne2000/ne2000.c (modified) (view diffs)
-
uspace/srv/loader/main.c (modified) (view diffs)
-
uspace/srv/net/il/arp/arp.c (modified) (view diffs)
-
uspace/srv/net/il/arp/arp.h (modified) (view diffs)
-
uspace/srv/net/il/ip/ip.c (modified) (view diffs)
-
uspace/srv/net/il/ip/ip.h (modified) (view diffs)
-
uspace/srv/net/net/net.c (modified) (view diffs)
-
uspace/srv/net/netif/lo/lo.c (modified) (view diffs)
-
uspace/srv/net/nil/eth/eth.c (modified) (view diffs)
-
uspace/srv/net/nil/eth/eth.h (modified) (view diffs)
-
uspace/srv/net/nil/nildummy/nildummy.c (modified) (view diffs)
-
uspace/srv/net/nil/nildummy/nildummy.h (modified) (view diffs)
-
uspace/srv/net/tl/icmp/icmp.c (modified) (view diffs)
-
uspace/srv/net/tl/tcp/tcp.c (modified) (view diffs)
-
uspace/srv/net/tl/tcp/tcp.h (modified) (view diffs)
-
uspace/srv/net/tl/udp/udp.c (modified) (view diffs)
-
uspace/srv/net/tl/udp/udp.h (modified) (view diffs)
-
uspace/srv/ns/clonable.c (modified) (view diffs)
-
uspace/srv/ns/service.c (modified) (view diffs)
-
uspace/srv/ns/task.c (modified) (view diffs)
-
uspace/srv/vfs/vfs.c (modified) (view diffs)
-
uspace/srv/vfs/vfs.h (modified) (view diffs)
-
uspace/srv/vfs/vfs_lookup.c (modified) (view diffs)
-
uspace/srv/vfs/vfs_ops.c (modified) (view diffs)
-
uspace/srv/vfs/vfs_register.c (modified) (view diffs)
Note:
See TracChangeset
for help on using the changeset viewer.
