Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
Reverse Diff
Changes in
/
[83349b03:19f24fd]
in mainline
Files:
71 added
7 deleted
85 edited
HelenOS.config
(modified)
(
view diffs
)
Makefile
(modified)
(
view diffs
)
boot/arch/amd64/Makefile.inc
(modified)
(
view diffs
)
boot/arch/ia64/loader/Makefile.common
(modified)
(
view diffs
)
boot/arch/ppc32/loader/Makefile.common
(modified)
(
view diffs
)
defaults/special/Makefile.config
(added)
defaults/special/abs32le/Makefile.config
(added)
kernel/arch/abs32le/Makefile.inc
(added)
kernel/arch/abs32le/_link.ld.in
(added)
kernel/arch/abs32le/include/arch.h
(added)
kernel/arch/abs32le/include/asm.h
(added)
kernel/arch/abs32le/include/atomic.h
(added)
kernel/arch/abs32le/include/barrier.h
(added)
kernel/arch/abs32le/include/context.h
(added)
kernel/arch/abs32le/include/context_offset.h
(added)
kernel/arch/abs32le/include/cpu.h
(added)
kernel/arch/abs32le/include/cycle.h
(added)
kernel/arch/abs32le/include/debug.h
(added)
kernel/arch/abs32le/include/elf.h
(added)
kernel/arch/abs32le/include/faddr.h
(added)
kernel/arch/abs32le/include/fpu_context.h
(added)
kernel/arch/abs32le/include/interrupt.h
(added)
kernel/arch/abs32le/include/memstr.h
(added)
kernel/arch/abs32le/include/mm/as.h
(added)
kernel/arch/abs32le/include/mm/asid.h
(added)
kernel/arch/abs32le/include/mm/frame.h
(added)
kernel/arch/abs32le/include/mm/page.h
(added)
kernel/arch/abs32le/include/mm/tlb.h
(added)
kernel/arch/abs32le/include/proc/task.h
(added)
kernel/arch/abs32le/include/proc/thread.h
(added)
kernel/arch/abs32le/include/types.h
(added)
kernel/arch/abs32le/src/abs32le.c
(added)
kernel/arch/abs32le/src/cpu/cpu.c
(added)
kernel/arch/abs32le/src/ddi/ddi.c
(added)
kernel/arch/abs32le/src/debug/stacktrace.c
(added)
kernel/arch/abs32le/src/mm/as.c
(added)
kernel/arch/abs32le/src/mm/frame.c
(added)
kernel/arch/abs32le/src/mm/page.c
(added)
kernel/arch/abs32le/src/mm/tlb.c
(added)
kernel/arch/abs32le/src/proc/scheduler.c
(added)
kernel/arch/abs32le/src/proc/task.c
(added)
kernel/arch/abs32le/src/proc/thread.c
(added)
kernel/arch/abs32le/src/smp/smp.c
(added)
kernel/arch/abs32le/src/userspace.c
(added)
kernel/arch/amd64/include/asm.h
(modified)
(
view diffs
)
kernel/arch/amd64/src/amd64.c
(modified)
(
view diffs
)
kernel/arch/arm32/include/asm.h
(modified)
(
view diffs
)
kernel/arch/arm32/src/arm32.c
(modified)
(
view diffs
)
kernel/arch/ia32/include/asm.h
(modified)
(
view diffs
)
kernel/arch/ia32/src/ia32.c
(modified)
(
view diffs
)
kernel/arch/ia64/include/asm.h
(modified)
(
view diffs
)
kernel/arch/ia64/include/context.h
(modified)
(
view diffs
)
kernel/arch/ia64/src/ia64.c
(modified)
(
view diffs
)
kernel/arch/mips32/include/asm.h
(modified)
(
view diffs
)
kernel/arch/mips32/include/context.h
(modified)
(
view diffs
)
kernel/arch/mips32/src/mips32.c
(modified)
(
view diffs
)
kernel/arch/ppc32/include/asm.h
(modified)
(
view diffs
)
kernel/arch/ppc32/include/context.h
(modified)
(
view diffs
)
kernel/arch/ppc32/src/ppc32.c
(modified)
(
view diffs
)
kernel/arch/sparc64/include/asm.h
(modified)
(
view diffs
)
kernel/arch/sparc64/include/context.h
(modified)
(
view diffs
)
kernel/arch/sparc64/src/sparc64.c
(modified)
(
view diffs
)
kernel/generic/include/context.h
(modified)
(
view diffs
)
kernel/generic/include/func.h
(modified)
(
view diffs
)
kernel/generic/include/interrupt.h
(modified)
(
view diffs
)
kernel/generic/include/stacktrace.h
(modified)
(
view diffs
)
kernel/generic/src/ddi/irq.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/ipc.c
(modified)
(
view diffs
)
tools/toolchain.sh
(modified)
(
view diffs
)
uspace/Makefile
(modified)
(
view diffs
)
uspace/app/bdsh/Makefile
(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/unmount/entry.h
(added)
uspace/app/bdsh/cmds/modules/unmount/unmount.c
(added)
uspace/app/bdsh/cmds/modules/unmount/unmount.h
(added)
uspace/app/bdsh/cmds/modules/unmount/unmount_def.h
(added)
uspace/app/init/init.c
(modified)
(
view diffs
)
uspace/app/init/init.h
(modified)
(
view diffs
)
uspace/app/mkfat/mkfat.c
(modified)
(
view diffs
)
uspace/app/taskdump/taskdump.c
(modified)
(
view diffs
)
uspace/app/tester/vfs/vfs1.c
(modified)
(
view diffs
)
uspace/app/trace/ipcp.c
(modified)
(
view diffs
)
uspace/app/trace/trace.c
(modified)
(
view diffs
)
uspace/lib/libblock/libblock.c
(modified)
(
view diffs
)
uspace/lib/libblock/libblock.h
(modified)
(
view diffs
)
uspace/lib/libc/arch/amd64/include/inttypes.h
(added)
uspace/lib/libc/arch/arm32/include/inttypes.h
(added)
uspace/lib/libc/arch/ia32/include/inttypes.h
(added)
uspace/lib/libc/arch/ia64/include/fibril.h
(modified)
(
view diffs
)
uspace/lib/libc/arch/ia64/include/inttypes.h
(added)
uspace/lib/libc/arch/mips32/include/inttypes.h
(added)
uspace/lib/libc/arch/mips32eb/include/inttypes.h
(added)
uspace/lib/libc/arch/ppc32/include/inttypes.h
(added)
uspace/lib/libc/arch/sparc64/include/fibril.h
(modified)
(
view diffs
)
uspace/lib/libc/arch/sparc64/include/inttypes.h
(added)
uspace/lib/libc/generic/adt/hash_table.c
(modified)
(
view diffs
)
uspace/lib/libc/generic/async.c
(modified)
(
view diffs
)
uspace/lib/libc/generic/clipboard.c
(modified)
(
view diffs
)
uspace/lib/libc/generic/vfs/vfs.c
(modified)
(
view diffs
)
uspace/lib/libc/include/adt/hash_table.h
(modified)
(
view diffs
)
uspace/lib/libc/include/async.h
(modified)
(
view diffs
)
uspace/lib/libc/include/fibril.h
(modified)
(
view diffs
)
uspace/lib/libc/include/inttypes.h
(added)
uspace/lib/libc/include/ipc/adb.h
(added)
uspace/lib/libc/include/ipc/clipboard.h
(modified)
(
view diffs
)
uspace/lib/libc/include/ipc/vfs.h
(modified)
(
view diffs
)
uspace/lib/libc/include/sys/typefmt.h
(added)
uspace/lib/libc/include/vfs/vfs.h
(modified)
(
view diffs
)
uspace/lib/libfs/libfs.c
(modified)
(
view diffs
)
uspace/lib/libfs/libfs.h
(modified)
(
view diffs
)
uspace/srv/bd/ata_bd/ata_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/clip/clip.c
(modified)
(
view diffs
)
uspace/srv/devmap/devmap.c
(modified)
(
view diffs
)
uspace/srv/fs/devfs/devfs.c
(modified)
(
view diffs
)
uspace/srv/fs/devfs/devfs_ops.c
(modified)
(
view diffs
)
uspace/srv/fs/devfs/devfs_ops.h
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat.c
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat.h
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat_fat.c
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat_fat.h
(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/Makefile
(added)
uspace/srv/hid/adb_mouse/adb_dev.c
(added)
uspace/srv/hid/adb_mouse/adb_dev.h
(added)
uspace/srv/hid/adb_mouse/adb_mouse.c
(added)
uspace/srv/hid/adb_mouse/adb_mouse.h
(added)
uspace/srv/hid/c_mouse/Makefile
(deleted)
uspace/srv/hid/c_mouse/c_mouse.c
(deleted)
uspace/srv/hid/c_mouse/chardev.c
(deleted)
uspace/srv/hid/c_mouse/include/c_mouse.h
(deleted)
uspace/srv/hid/c_mouse/include/mouse_port.h
(deleted)
uspace/srv/hid/c_mouse/include/mouse_proto.h
(deleted)
uspace/srv/hid/c_mouse/proto/ps2.c
(deleted)
uspace/srv/hid/char_mouse/Makefile
(added)
uspace/srv/hid/char_mouse/char_mouse.c
(added)
uspace/srv/hid/char_mouse/chardev.c
(added)
uspace/srv/hid/char_mouse/include/char_mouse.h
(added)
uspace/srv/hid/char_mouse/include/mouse_port.h
(added)
uspace/srv/hid/char_mouse/include/mouse_proto.h
(added)
uspace/srv/hid/char_mouse/proto/ps2.c
(added)
uspace/srv/hid/console/console.c
(modified)
(
view diffs
)
uspace/srv/hid/kbd/Makefile.build
(modified)
(
view diffs
)
uspace/srv/hid/kbd/ctl/apple.c
(added)
uspace/srv/hid/kbd/port/adb.c
(added)
uspace/srv/hw/bus/cuda_adb/Makefile
(added)
uspace/srv/hw/bus/cuda_adb/cuda_adb.c
(added)
uspace/srv/hw/bus/cuda_adb/cuda_adb.h
(added)
uspace/srv/loader/elf_load.c
(modified)
(
view diffs
)
uspace/srv/loader/main.c
(modified)
(
view diffs
)
uspace/srv/taskmon/taskmon.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs.h
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_file.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_node.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_ops.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_register.c
(modified)
(
view diffs
)
Changeset view not shown
, since the total size (1.4 MB) exceeds
976.6 KB
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive