Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
Reverse Diff
Changes in
/
[00ddb40:5713e5f]
in mainline
Files:
64 added
144 deleted
86 edited
.bzrignore
(modified)
(
view diffs
)
HelenOS.config
(modified)
(
view diffs
)
boot/Makefile.common
(modified)
(
view diffs
)
boot/arch/amd64/Makefile.inc
(modified)
(
view diffs
)
boot/arch/arm32/Makefile.inc
(modified)
(
view diffs
)
boot/arch/ia64/Makefile.inc
(modified)
(
view diffs
)
boot/arch/mips32/Makefile.inc
(modified)
(
view diffs
)
boot/arch/mips64/Makefile.inc
(deleted)
boot/arch/mips64/_link.ld.in
(deleted)
boot/arch/mips64/include/arch.h
(deleted)
boot/arch/mips64/include/asm.h
(deleted)
boot/arch/mips64/include/main.h
(deleted)
boot/arch/mips64/include/regname.h
(deleted)
boot/arch/mips64/include/types.h
(deleted)
boot/arch/mips64/src/asm.S
(deleted)
boot/arch/mips64/src/main.c
(deleted)
boot/arch/mips64/src/putchar.c
(deleted)
boot/arch/ppc32/Makefile.inc
(modified)
(
view diffs
)
defaults/mips64/Makefile.config
(deleted)
defaults/mips64/msim/Makefile.config
(deleted)
defaults/mips64/output
(deleted)
kernel/Makefile
(modified)
(
view diffs
)
kernel/arch/abs32le/Makefile.inc
(modified)
(
view diffs
)
kernel/arch/abs32le/src/ddi/ddi.c
(deleted)
kernel/arch/amd64/Makefile.inc
(modified)
(
view diffs
)
kernel/arch/amd64/include/arch/istate.h
(modified)
(
view diffs
)
kernel/arch/amd64/include/arch/istate_struct.ag
(added)
kernel/arch/amd64/src/asm.S
(modified)
(
view diffs
)
kernel/arch/amd64/src/ddi/ddi.c
(modified)
(
view diffs
)
kernel/arch/arm32/Makefile.inc
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/istate.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/istate_struct.ag
(added)
kernel/arch/arm32/src/ddi/ddi.c
(deleted)
kernel/arch/ia32/Makefile.inc
(modified)
(
view diffs
)
kernel/arch/ia32/include/arch/istate.h
(modified)
(
view diffs
)
kernel/arch/ia32/include/arch/istate_struct.ag
(added)
kernel/arch/ia32/src/asm.S
(modified)
(
view diffs
)
kernel/arch/ia32/src/ddi/ddi.c
(modified)
(
view diffs
)
kernel/arch/ia64/Makefile.inc
(modified)
(
view diffs
)
kernel/arch/ia64/include/arch/istate.h
(modified)
(
view diffs
)
kernel/arch/ia64/include/arch/istate_struct.ag
(added)
kernel/arch/ia64/src/ddi/ddi.c
(modified)
(
view diffs
)
kernel/arch/ia64/src/ivt.S
(modified)
(
view diffs
)
kernel/arch/mips32/Makefile.inc
(modified)
(
view diffs
)
kernel/arch/mips32/include/arch/istate.h
(modified)
(
view diffs
)
kernel/arch/mips32/include/arch/istate_struct.ag
(added)
kernel/arch/mips32/src/ddi/ddi.c
(deleted)
kernel/arch/mips32/src/start.S
(modified)
(
view diffs
)
kernel/arch/mips64/Makefile.inc
(deleted)
kernel/arch/mips64/_link.ld.in
(deleted)
kernel/arch/mips64/include/arch/arch.h
(deleted)
kernel/arch/mips64/include/arch/asm.h
(deleted)
kernel/arch/mips64/include/arch/asm/boot.h
(deleted)
kernel/arch/mips64/include/arch/asm/regname.h
(deleted)
kernel/arch/mips64/include/arch/atomic.h
(deleted)
kernel/arch/mips64/include/arch/barrier.h
(deleted)
kernel/arch/mips64/include/arch/cache.h
(deleted)
kernel/arch/mips64/include/arch/context.h
(deleted)
kernel/arch/mips64/include/arch/context_offset.h
(deleted)
kernel/arch/mips64/include/arch/cp0.h
(deleted)
kernel/arch/mips64/include/arch/cpu.h
(deleted)
kernel/arch/mips64/include/arch/cycle.h
(deleted)
kernel/arch/mips64/include/arch/debug.h
(deleted)
kernel/arch/mips64/include/arch/debugger.h
(deleted)
kernel/arch/mips64/include/arch/drivers/msim.h
(deleted)
kernel/arch/mips64/include/arch/elf.h
(deleted)
kernel/arch/mips64/include/arch/exception.h
(deleted)
kernel/arch/mips64/include/arch/faddr.h
(deleted)
kernel/arch/mips64/include/arch/fpu_context.h
(deleted)
kernel/arch/mips64/include/arch/interrupt.h
(deleted)
kernel/arch/mips64/include/arch/istate.h
(deleted)
kernel/arch/mips64/include/arch/mm/as.h
(deleted)
kernel/arch/mips64/include/arch/mm/asid.h
(deleted)
kernel/arch/mips64/include/arch/mm/frame.h
(deleted)
kernel/arch/mips64/include/arch/mm/km.h
(deleted)
kernel/arch/mips64/include/arch/mm/page.h
(deleted)
kernel/arch/mips64/include/arch/mm/tlb.h
(deleted)
kernel/arch/mips64/include/arch/proc/task.h
(deleted)
kernel/arch/mips64/include/arch/proc/thread.h
(deleted)
kernel/arch/mips64/include/arch/smp/dorder.h
(deleted)
kernel/arch/mips64/include/arch/stack.h
(deleted)
kernel/arch/mips64/include/arch/types.h
(deleted)
kernel/arch/mips64/src/asm.S
(deleted)
kernel/arch/mips64/src/cache.c
(deleted)
kernel/arch/mips64/src/context.S
(deleted)
kernel/arch/mips64/src/cpu
(deleted)
kernel/arch/mips64/src/ddi
(deleted)
kernel/arch/mips64/src/debug
(deleted)
kernel/arch/mips64/src/debugger.c
(deleted)
kernel/arch/mips64/src/exception.c
(deleted)
kernel/arch/mips64/src/fpu_context.c
(deleted)
kernel/arch/mips64/src/interrupt.c
(deleted)
kernel/arch/mips64/src/mips64.c
(deleted)
kernel/arch/mips64/src/mm/as.c
(deleted)
kernel/arch/mips64/src/mm/frame.c
(deleted)
kernel/arch/mips64/src/mm/km.c
(deleted)
kernel/arch/mips64/src/mm/page.c
(deleted)
kernel/arch/mips64/src/mm/tlb.c
(deleted)
kernel/arch/mips64/src/smp/dorder.c
(deleted)
kernel/arch/mips64/src/smp/smp.c
(deleted)
kernel/arch/mips64/src/start.S
(deleted)
kernel/arch/ppc32/Makefile.inc
(modified)
(
view diffs
)
kernel/arch/ppc32/include/arch/istate.h
(modified)
(
view diffs
)
kernel/arch/ppc32/include/arch/istate_struct.ag
(added)
kernel/arch/ppc32/include/arch/stack.h
(modified)
(
view diffs
)
kernel/arch/ppc32/src/asm.S
(modified)
(
view diffs
)
kernel/arch/ppc32/src/ddi/ddi.c
(deleted)
kernel/arch/ppc32/src/exception.S
(modified)
(
view diffs
)
kernel/arch/sparc32/Makefile.inc
(modified)
(
view diffs
)
kernel/arch/sparc32/src/ddi/ddi.c
(deleted)
kernel/arch/sparc64/Makefile.inc
(modified)
(
view diffs
)
kernel/arch/sparc64/include/arch/istate.h
(modified)
(
view diffs
)
kernel/arch/sparc64/include/arch/istate_struct.ag
(added)
kernel/arch/sparc64/include/arch/trap/trap_table.h
(modified)
(
view diffs
)
kernel/arch/sparc64/src/ddi/ddi.c
(deleted)
kernel/genarch/Makefile.inc
(modified)
(
view diffs
)
kernel/genarch/src/ddi/ddi-bitmap.c
(added)
kernel/genarch/src/ddi/ddi-dummy.c
(added)
kernel/generic/include/ddi/ddi.h
(modified)
(
view diffs
)
kernel/generic/src/ddi/ddi.c
(modified)
(
view diffs
)
tools/autogen.py
(added)
tools/autotool.py
(modified)
(
view diffs
)
uspace/Makefile
(modified)
(
view diffs
)
uspace/app/logset/main.c
(modified)
(
view diffs
)
uspace/app/nic/nic.c
(modified)
(
view diffs
)
uspace/app/tester/hw/misc/virtchar1.c
(modified)
(
view diffs
)
uspace/drv/block/ata_bd/ata_bd.c
(modified)
(
view diffs
)
uspace/drv/block/ata_bd/ata_hw.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/uhci/hc.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbmast/main.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbmast/scsi_ms.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbmast/scsi_ms.h
(modified)
(
view diffs
)
uspace/drv/char/i8042/i8042.c
(modified)
(
view diffs
)
uspace/drv/char/i8042/i8042.h
(modified)
(
view diffs
)
uspace/drv/char/pl050/Makefile
(added)
uspace/drv/char/pl050/pl050.c
(added)
uspace/drv/char/pl050/pl050.ma
(added)
uspace/drv/char/ps2mouse/Makefile
(modified)
(
view diffs
)
uspace/drv/char/ps2mouse/chardev.c
(deleted)
uspace/drv/char/ps2mouse/chardev.h
(deleted)
uspace/drv/char/ps2mouse/ps2mouse.c
(modified)
(
view diffs
)
uspace/drv/char/xtkbd/Makefile
(modified)
(
view diffs
)
uspace/drv/char/xtkbd/chardev.c
(deleted)
uspace/drv/char/xtkbd/chardev.h
(deleted)
uspace/drv/char/xtkbd/xtkbd.c
(modified)
(
view diffs
)
uspace/drv/infrastructure/root/Makefile
(deleted)
uspace/drv/infrastructure/root/root.c
(deleted)
uspace/drv/infrastructure/root/root.ma
(deleted)
uspace/drv/infrastructure/rootamdm37x/Makefile
(deleted)
uspace/drv/infrastructure/rootamdm37x/amdm37x.c
(deleted)
uspace/drv/infrastructure/rootamdm37x/amdm37x.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/cm/clock_control.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/cm/core.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/cm/iva2.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/cm/mpu.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/cm/usbhost.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/prm/clock_control.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/prm/global_reg.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/prm/usbhost.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c
(deleted)
uspace/drv/infrastructure/rootamdm37x/rootamdm37x.ma
(deleted)
uspace/drv/infrastructure/rootamdm37x/uhh.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/usbtll.h
(deleted)
uspace/drv/infrastructure/rootleon3/Makefile
(deleted)
uspace/drv/infrastructure/rootleon3/rootleon3.c
(deleted)
uspace/drv/infrastructure/rootleon3/rootleon3.h
(deleted)
uspace/drv/infrastructure/rootleon3/rootleon3.ma
(deleted)
uspace/drv/infrastructure/rootmac/Makefile
(deleted)
uspace/drv/infrastructure/rootmac/rootmac.c
(deleted)
uspace/drv/infrastructure/rootmac/rootmac.ma
(deleted)
uspace/drv/infrastructure/rootmalta/Makefile
(deleted)
uspace/drv/infrastructure/rootmalta/rootmalta.c
(deleted)
uspace/drv/infrastructure/rootmalta/rootmalta.ma
(deleted)
uspace/drv/infrastructure/rootpc/Makefile
(deleted)
uspace/drv/infrastructure/rootpc/rootpc.c
(deleted)
uspace/drv/infrastructure/rootpc/rootpc.ma
(deleted)
uspace/drv/infrastructure/rootvirt/Makefile
(deleted)
uspace/drv/infrastructure/rootvirt/devices.def
(deleted)
uspace/drv/infrastructure/rootvirt/rootvirt.c
(deleted)
uspace/drv/infrastructure/rootvirt/rootvirt.ma
(deleted)
uspace/drv/nic/rtl8169/driver.c
(modified)
(
view diffs
)
uspace/drv/nic/rtl8169/driver.h
(modified)
(
view diffs
)
uspace/drv/platform/amdm37x/Makefile
(added)
uspace/drv/platform/amdm37x/amdm37x.c
(added)
uspace/drv/platform/amdm37x/amdm37x.h
(added)
uspace/drv/platform/amdm37x/amdm37x.ma
(added)
uspace/drv/platform/amdm37x/cm/clock_control.h
(added)
uspace/drv/platform/amdm37x/cm/core.h
(added)
uspace/drv/platform/amdm37x/cm/iva2.h
(added)
uspace/drv/platform/amdm37x/cm/mpu.h
(added)
uspace/drv/platform/amdm37x/cm/usbhost.h
(added)
uspace/drv/platform/amdm37x/main.c
(added)
uspace/drv/platform/amdm37x/prm/clock_control.h
(added)
uspace/drv/platform/amdm37x/prm/global_reg.h
(added)
uspace/drv/platform/amdm37x/prm/usbhost.h
(added)
uspace/drv/platform/amdm37x/uhh.h
(added)
uspace/drv/platform/amdm37x/usbtll.h
(added)
uspace/drv/platform/icp/Makefile
(added)
uspace/drv/platform/icp/icp.c
(added)
uspace/drv/platform/icp/icp.ma
(added)
uspace/drv/platform/leon3/Makefile
(added)
uspace/drv/platform/leon3/leon3.c
(added)
uspace/drv/platform/leon3/leon3.h
(added)
uspace/drv/platform/leon3/leon3.ma
(added)
uspace/drv/platform/mac/Makefile
(added)
uspace/drv/platform/mac/mac.c
(added)
uspace/drv/platform/mac/mac.ma
(added)
uspace/drv/platform/malta/Makefile
(added)
uspace/drv/platform/malta/malta.c
(added)
uspace/drv/platform/malta/malta.ma
(added)
uspace/drv/platform/pc/Makefile
(added)
uspace/drv/platform/pc/pc.c
(added)
uspace/drv/platform/pc/pc.ma
(added)
uspace/drv/root/root/Makefile
(added)
uspace/drv/root/root/root.c
(added)
uspace/drv/root/root/root.ma
(added)
uspace/drv/root/virt/Makefile
(added)
uspace/drv/root/virt/devices.def
(added)
uspace/drv/root/virt/virt.c
(added)
uspace/drv/root/virt/virt.ma
(added)
uspace/lib/block/block.c
(modified)
(
view diffs
)
uspace/lib/c/Makefile
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/include/libarch/istate_struct.h
(added)
uspace/lib/c/arch/arm32/include/libarch/istate_struct.h
(added)
uspace/lib/c/arch/ia32/include/libarch/istate_struct.h
(added)
uspace/lib/c/arch/ia64/include/libarch/istate_struct.h
(added)
uspace/lib/c/arch/mips32/include/libarch/istate_struct.h
(added)
uspace/lib/c/arch/mips32eb/include/libarch/istate_struct.h
(added)
uspace/lib/c/arch/mips64/Makefile.common
(deleted)
uspace/lib/c/arch/mips64/Makefile.inc
(deleted)
uspace/lib/c/arch/mips64/_link.ld.in
(deleted)
uspace/lib/c/arch/mips64/include/libarch/atomic.h
(deleted)
uspace/lib/c/arch/mips64/include/libarch/barrier.h
(deleted)
uspace/lib/c/arch/mips64/include/libarch/config.h
(deleted)
uspace/lib/c/arch/mips64/include/libarch/context_offset.h
(deleted)
uspace/lib/c/arch/mips64/include/libarch/cp0.h
(deleted)
uspace/lib/c/arch/mips64/include/libarch/ddi.h
(deleted)
uspace/lib/c/arch/mips64/include/libarch/elf.h
(deleted)
uspace/lib/c/arch/mips64/include/libarch/elf_linux.h
(deleted)
uspace/lib/c/arch/mips64/include/libarch/faddr.h
(deleted)
uspace/lib/c/arch/mips64/include/libarch/fibril.h
(deleted)
uspace/lib/c/arch/mips64/include/libarch/inttypes.h
(deleted)
uspace/lib/c/arch/mips64/include/libarch/istate.h
(deleted)
uspace/lib/c/arch/mips64/include/libarch/regname.h
(deleted)
uspace/lib/c/arch/mips64/include/libarch/stack.h
(deleted)
uspace/lib/c/arch/mips64/include/libarch/syscall.h
(deleted)
uspace/lib/c/arch/mips64/include/libarch/thread.h
(deleted)
uspace/lib/c/arch/mips64/include/libarch/tls.h
(deleted)
uspace/lib/c/arch/mips64/include/libarch/types.h
(deleted)
uspace/lib/c/arch/mips64/src/entry.S
(deleted)
uspace/lib/c/arch/mips64/src/entryjmp.S
(deleted)
uspace/lib/c/arch/mips64/src/fibril.S
(deleted)
uspace/lib/c/arch/mips64/src/stacktrace.c
(deleted)
uspace/lib/c/arch/mips64/src/stacktrace_asm.S
(deleted)
uspace/lib/c/arch/mips64/src/syscall.c
(deleted)
uspace/lib/c/arch/mips64/src/thread_entry.S
(deleted)
uspace/lib/c/arch/mips64/src/tls.c
(deleted)
uspace/lib/c/arch/ppc32/include/libarch/istate_struct.h
(added)
uspace/lib/c/arch/sparc64/include/libarch/istate_struct.h
(added)
uspace/lib/c/generic/bd.c
(modified)
(
view diffs
)
uspace/lib/c/generic/bd_srv.c
(modified)
(
view diffs
)
uspace/lib/c/generic/ddi.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/chardev.c
(added)
uspace/lib/c/generic/io/chardev_srv.c
(added)
uspace/lib/c/generic/iplink.c
(modified)
(
view diffs
)
uspace/lib/c/generic/iplink_srv.c
(modified)
(
view diffs
)
uspace/lib/c/include/adt/list.h
(modified)
(
view diffs
)
uspace/lib/c/include/bd.h
(modified)
(
view diffs
)
uspace/lib/c/include/bd_srv.h
(modified)
(
view diffs
)
uspace/lib/c/include/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/include/inet/iplink.h
(modified)
(
view diffs
)
uspace/lib/c/include/inet/iplink_srv.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/chardev.h
(added)
uspace/lib/c/include/io/chardev_srv.h
(added)
uspace/lib/c/include/ipc/bd.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/chardev.h
(added)
uspace/lib/c/include/ipc/iplink.h
(modified)
(
view diffs
)
uspace/lib/c/include/stddef.h
(modified)
(
view diffs
)
uspace/lib/hound/src/client.c
(modified)
(
view diffs
)
uspace/lib/math/arch/mips64/Makefile.inc
(deleted)
uspace/lib/math/arch/mips64/include/libarch/math.h
(deleted)
uspace/lib/nic/src/nic_driver.c
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/string.h
(modified)
(
view diffs
)
uspace/lib/posix/source/string.c
(modified)
(
view diffs
)
uspace/lib/scsi/include/scsi/sbc.h
(modified)
(
view diffs
)
uspace/srv/hid/input/Makefile
(modified)
(
view diffs
)
uspace/srv/hid/input/ctl/pc.c
(deleted)
uspace/srv/hid/input/input.c
(modified)
(
view diffs
)
uspace/srv/hid/input/kbd_ctl.h
(modified)
(
view diffs
)
uspace/srv/hid/input/kbd_port.h
(modified)
(
view diffs
)
uspace/srv/hid/input/port/pl050.c
(deleted)
uspace/srv/net/ethip/ethip.c
(modified)
(
view diffs
)
uspace/srv/net/ethip/ethip_nic.c
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/inet_link.c
(modified)
(
view diffs
)
Changeset view not shown
, since the total size (1.2 MB) exceeds
976.6 KB
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive