# # ChangeLog for / in mainline # # Generated by Trac 1.5.4 # 2024-05-07T17:52:32Z Fri, 12 Feb 2010 14:09:22 GMT Lukas Mejdrech [827d73f] * HelenOS.config (modified) * Makefile (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/arm32/loader/Makefile.build (modified) * boot/arch/arm32/loader/Makefile.common (modified) * boot/arch/arm32/loader/Makefile.toolchain (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/ia64/loader/Makefile.build (modified) * boot/arch/ia64/loader/Makefile.common (modified) * boot/arch/ia64/loader/Makefile.toolchain (modified) * boot/arch/ia64/loader/gefi/HelenOS/Makefile (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile.build (modified) * boot/arch/mips32/loader/Makefile.common (modified) * boot/arch/mips32/loader/Makefile.toolchain (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile.build (modified) * boot/arch/ppc32/loader/Makefile.common (modified) * boot/arch/ppc32/loader/Makefile.toolchain (modified) * boot/arch/sparc64/Makefile.inc (modified) * boot/arch/sparc64/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile.build (modified) * boot/arch/sparc64/loader/Makefile.common (modified) * boot/arch/sparc64/loader/Makefile.toolchain (modified) * defaults/special/Makefile.config (added) * defaults/special/abs32le/Makefile.config (added) * kernel/Makefile (modified) * kernel/Makefile.build (modified) * kernel/Makefile.common (modified) * 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/Makefile.inc (modified) * kernel/arch/amd64/_link.ld.in (modified) * kernel/arch/amd64/include/asm.h (modified) * kernel/arch/amd64/include/context.h (modified) * kernel/arch/amd64/include/interrupt.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/asm_utils.S (modified) * kernel/arch/amd64/src/boot/boot.S (modified) * kernel/arch/amd64/src/debug/stacktrace.c (added) * kernel/arch/amd64/src/debug/stacktrace_asm.S (added) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/amd64/src/smp/ap.S (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/_link.ld.in (modified) * kernel/arch/arm32/include/asm.h (modified) * kernel/arch/arm32/include/context.h (modified) * kernel/arch/arm32/include/exception.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/debug/stacktrace.c (added) * kernel/arch/arm32/src/debug/stacktrace_asm.S (added) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/mm/page.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/arch/arm32/src/start.S (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/_link.ld.in (modified) * kernel/arch/ia32/include/asm.h (modified) * kernel/arch/ia32/include/context.h (modified) * kernel/arch/ia32/include/interrupt.h (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/boot/boot.S (modified) * kernel/arch/ia32/src/debug/stacktrace.c (added) * kernel/arch/ia32/src/debug/stacktrace_asm.S (added) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/smp/ap.S (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/_link.ld.in (modified) * kernel/arch/ia64/include/asm.h (modified) * kernel/arch/ia64/include/context.h (modified) * kernel/arch/ia64/include/interrupt.h (modified) * kernel/arch/ia64/include/mm/asid.h (modified) * kernel/arch/ia64/src/debug/stacktrace.c (added) * kernel/arch/ia64/src/debug/stacktrace_asm.S (moved) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/mm/page.c (modified) * kernel/arch/ia64/src/start.S (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/_link.ld.in (modified) * kernel/arch/mips32/include/asm.h (modified) * kernel/arch/mips32/include/context.h (modified) * kernel/arch/mips32/include/exception.h (modified) * kernel/arch/mips32/src/debug/stacktrace.c (added) * kernel/arch/mips32/src/debug/stacktrace_asm.S (moved) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/_link.ld.in (modified) * kernel/arch/ppc32/include/asm.h (modified) * kernel/arch/ppc32/include/context.h (modified) * kernel/arch/ppc32/include/exception.h (modified) * kernel/arch/ppc32/src/debug/stacktrace.c (added) * kernel/arch/ppc32/src/debug/stacktrace_asm.S (moved) * kernel/arch/ppc32/src/mm/page.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/_link.ld.in (modified) * kernel/arch/sparc64/include/asm.h (modified) * kernel/arch/sparc64/include/context.h (modified) * kernel/arch/sparc64/include/interrupt.h (modified) * kernel/arch/sparc64/src/debug/stacktrace.c (added) * kernel/arch/sparc64/src/debug/stacktrace_asm.S (moved) * kernel/arch/sparc64/src/sparc64.c (modified) * kernel/generic/include/context.h (modified) * kernel/generic/include/debug.h (modified) * kernel/generic/include/func.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/event_types.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/panic.h (modified) * kernel/generic/include/stacktrace.h (added) * kernel/generic/include/symtab.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/include/udebug/udebug_ops.h (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/debug/stacktrace.c (added) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * tools/checkers/jobfile.py (added) * tools/checkers/stanse.py (added) * tools/checkers/stanse/ThreadChecker.xml (moved) * tools/checkers/vcc.py (added) * tools/jobfile.py (modified) * tools/toolchain.sh (moved) * tools/xtui.py (modified) * uspace/Makefile (modified) * uspace/app/Makefile.common (moved) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/builtins/builtins.h (modified) * uspace/app/bdsh/cmds/builtins/cd/cd_def.h (modified) * uspace/app/bdsh/cmds/builtins/exit/exit_def.h (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/entry.h (added) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (added) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.h (added) * uspace/app/bdsh/cmds/modules/mkfile/mkfile_def.h (added) * uspace/app/bdsh/cmds/modules/module_aliases.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * 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/bdsh/input.c (modified) * uspace/app/edit/Makefile (modified) * uspace/app/edit/Makefile.build (deleted) * uspace/app/edit/edit.c (modified) * uspace/app/getterm/Makefile (modified) * uspace/app/getterm/Makefile.build (deleted) * uspace/app/init/Makefile (modified) * uspace/app/init/Makefile.build (deleted) * uspace/app/init/init.c (modified) * uspace/app/init/init.h (modified) * uspace/app/klog/Makefile (modified) * uspace/app/klog/Makefile.build (deleted) * uspace/app/mkfat/Makefile (moved) * uspace/app/mkfat/fat.h (added) * uspace/app/mkfat/mkfat.c (added) * uspace/app/redir/Makefile (modified) * uspace/app/redir/Makefile.build (deleted) * uspace/app/redir/Makefile.common (deleted) * uspace/app/redir/redir.c (modified) * uspace/app/taskdump/Makefile (moved) * uspace/app/taskdump/elf_core.c (added) * uspace/app/taskdump/include/elf.h (added) * uspace/app/taskdump/include/elf_core.h (added) * uspace/app/taskdump/include/symtab.h (added) * uspace/app/taskdump/symtab.c (added) * uspace/app/taskdump/taskdump.c (added) * uspace/app/tester/Makefile (modified) * uspace/app/tester/Makefile.build (deleted) * uspace/app/tester/Makefile.common (deleted) * uspace/app/tester/fault/fault2.c (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/tetris/Makefile.build (deleted) * uspace/app/tetris/Makefile.common (deleted) * uspace/app/trace/Makefile (modified) * uspace/app/trace/Makefile.build (deleted) * uspace/app/trace/Makefile.common (deleted) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/Makefile.common (moved) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libblock/Makefile.build (deleted) * uspace/lib/libblock/libblock.c (modified) * uspace/lib/libblock/libblock.h (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.build (deleted) * uspace/lib/libc/Makefile.common (deleted) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/amd64/include/inttypes.h (added) * uspace/lib/libc/arch/amd64/include/istate.h (added) * uspace/lib/libc/arch/amd64/include/limits.h (modified) * uspace/lib/libc/arch/amd64/include/types.h (modified) * uspace/lib/libc/arch/amd64/src/stacktrace.c (added) * uspace/lib/libc/arch/amd64/src/stacktrace_asm.S (added) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/include/inttypes.h (added) * uspace/lib/libc/arch/arm32/include/istate.h (added) * uspace/lib/libc/arch/arm32/include/limits.h (modified) * uspace/lib/libc/arch/arm32/include/types.h (modified) * uspace/lib/libc/arch/arm32/src/stacktrace.S (deleted) * uspace/lib/libc/arch/arm32/src/stacktrace.c (added) * uspace/lib/libc/arch/arm32/src/stacktrace_asm.S (added) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/include/inttypes.h (added) * uspace/lib/libc/arch/ia32/include/istate.h (added) * uspace/lib/libc/arch/ia32/include/limits.h (modified) * uspace/lib/libc/arch/ia32/include/syscall.h (modified) * uspace/lib/libc/arch/ia32/include/tls.h (modified) * uspace/lib/libc/arch/ia32/include/types.h (modified) * uspace/lib/libc/arch/ia32/src/stacktrace.S (deleted) * uspace/lib/libc/arch/ia32/src/stacktrace.c (added) * uspace/lib/libc/arch/ia32/src/stacktrace_asm.S (added) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/include/ddi.h (modified) * uspace/lib/libc/arch/ia64/include/faddr.h (modified) * uspace/lib/libc/arch/ia64/include/fibril.h (modified) * uspace/lib/libc/arch/ia64/include/inttypes.h (added) * uspace/lib/libc/arch/ia64/include/istate.h (added) * uspace/lib/libc/arch/ia64/include/limits.h (modified) * uspace/lib/libc/arch/ia64/include/types.h (modified) * uspace/lib/libc/arch/ia64/src/stacktrace.c (added) * uspace/lib/libc/arch/ia64/src/stacktrace_asm.S (added) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/include/inttypes.h (added) * uspace/lib/libc/arch/mips32/include/istate.h (added) * uspace/lib/libc/arch/mips32/include/limits.h (modified) * uspace/lib/libc/arch/mips32/include/types.h (modified) * uspace/lib/libc/arch/mips32/src/stacktrace.c (added) * uspace/lib/libc/arch/mips32/src/stacktrace_asm.S (moved) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/mips32eb/include/inttypes.h (added) * uspace/lib/libc/arch/mips32eb/include/istate.h (added) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/include/inttypes.h (added) * uspace/lib/libc/arch/ppc32/include/istate.h (added) * uspace/lib/libc/arch/ppc32/include/limits.h (modified) * uspace/lib/libc/arch/ppc32/include/types.h (modified) * uspace/lib/libc/arch/ppc32/src/entry.s (modified) * uspace/lib/libc/arch/ppc32/src/stacktrace.c (added) * uspace/lib/libc/arch/ppc32/src/stacktrace_asm.S (moved) * uspace/lib/libc/arch/ppc32/src/thread_entry.s (modified) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/include/ddi.h (modified) * uspace/lib/libc/arch/sparc64/include/fibril.h (modified) * uspace/lib/libc/arch/sparc64/include/inttypes.h (added) * uspace/lib/libc/arch/sparc64/include/istate.h (added) * uspace/lib/libc/arch/sparc64/include/limits.h (modified) * uspace/lib/libc/arch/sparc64/include/types.h (modified) * uspace/lib/libc/arch/sparc64/src/stacktrace.S (deleted) * uspace/lib/libc/arch/sparc64/src/stacktrace.c (added) * uspace/lib/libc/arch/sparc64/src/stacktrace_asm.S (moved) * uspace/lib/libc/generic/adt/hash_table.c (modified) * uspace/lib/libc/generic/async.c (modified) * uspace/lib/libc/generic/clipboard.c (modified) * uspace/lib/libc/generic/fibril.c (modified) * uspace/lib/libc/generic/io/io.c (modified) * uspace/lib/libc/generic/ipc.c (modified) * uspace/lib/libc/generic/malloc.c (modified) * uspace/lib/libc/generic/mman.c (modified) * uspace/lib/libc/generic/stacktrace.c (modified) * uspace/lib/libc/generic/udebug.c (modified) * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/lib/libc/include/adt/hash_table.h (modified) * uspace/lib/libc/include/assert.h (modified) * uspace/lib/libc/include/async.h (modified) * uspace/lib/libc/include/fibril.h (modified) * uspace/lib/libc/include/inttypes.h (added) * uspace/lib/libc/include/ipc/adb.h (added) * uspace/lib/libc/include/ipc/bd.h (modified) * uspace/lib/libc/include/ipc/clipboard.h (modified) * uspace/lib/libc/include/ipc/vfs.h (modified) * uspace/lib/libc/include/limits.h (modified) * uspace/lib/libc/include/macros.h (modified) * uspace/lib/libc/include/stacktrace.h (modified) * uspace/lib/libc/include/stdio.h (modified) * uspace/lib/libc/include/stdlib.h (modified) * uspace/lib/libc/include/sys/mman.h (modified) * uspace/lib/libc/include/sys/stat.h (modified) * uspace/lib/libc/include/sys/time.h (modified) * uspace/lib/libc/include/sys/typefmt.h (added) * uspace/lib/libc/include/sys/types.h (modified) * uspace/lib/libc/include/udebug.h (modified) * uspace/lib/libc/include/unistd.h (modified) * uspace/lib/libc/include/vfs/vfs.h (modified) * uspace/lib/libfs/Makefile (modified) * uspace/lib/libfs/Makefile.build (deleted) * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/lib/libpci/COPYING (moved) * uspace/lib/libpci/Makefile (moved) * uspace/lib/libpci/Makefile.build (moved) * uspace/lib/libpci/Makefile.common (moved) * uspace/lib/libpci/VERSION (moved) * uspace/lib/libpci/access.c (moved) * uspace/lib/libpci/generic.c (moved) * uspace/lib/libpci/header.h (moved) * uspace/lib/libpci/i386-ports.c (moved) * uspace/lib/libpci/internal.h (moved) * uspace/lib/libpci/names.c (moved) * uspace/lib/libpci/pci.h (moved) * uspace/lib/libpci/pci_ids.h (moved) * uspace/lib/libpci/sysdep.h (moved) * uspace/lib/libpci/types.h (moved) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softint/Makefile (modified) * uspace/lib/softint/Makefile.build (deleted) * uspace/srv/Makefile.common (moved) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/ata_bd/Makefile.build (deleted) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/file_bd/Makefile.build (deleted) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile.build (deleted) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/Makefile (added) * uspace/srv/bd/part/guid_part/gpt.h (added) * uspace/srv/bd/part/guid_part/guid_part.c (added) * uspace/srv/bd/part/mbr_part/Makefile (added) * uspace/srv/bd/part/mbr_part/Makefile.build (moved) * uspace/srv/bd/part/mbr_part/Makefile.common (moved) * uspace/srv/bd/part/mbr_part/mbr_part.c (moved) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/bd/rd/Makefile.build (deleted) * uspace/srv/bd/rd/Makefile.common (deleted) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/clip/Makefile (modified) * uspace/srv/clip/Makefile.build (deleted) * uspace/srv/clip/Makefile.common (deleted) * uspace/srv/clip/clip.c (modified) * uspace/srv/console/Makefile (deleted) * uspace/srv/console/Makefile.common (deleted) * uspace/srv/devmap/Makefile (modified) * uspace/srv/devmap/Makefile.build (deleted) * uspace/srv/devmap/Makefile.common (deleted) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/fb/Makefile (deleted) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/devfs/Makefile.build (deleted) * uspace/srv/fs/devfs/Makefile.common (deleted) * uspace/srv/fs/devfs/devfs.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/fs/devfs/devfs_ops.h (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/Makefile.build (deleted) * uspace/srv/fs/fat/Makefile.common (deleted) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile.build (deleted) * uspace/srv/fs/tmpfs/Makefile.common (deleted) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * 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/char_mouse/Makefile (moved) * uspace/srv/hid/char_mouse/Makefile.build (moved) * uspace/srv/hid/char_mouse/Makefile.common (moved) * uspace/srv/hid/char_mouse/char_mouse.c (moved) * uspace/srv/hid/char_mouse/chardev.c (moved) * uspace/srv/hid/char_mouse/include/char_mouse.h (moved) * uspace/srv/hid/char_mouse/include/mouse_port.h (moved) * uspace/srv/hid/char_mouse/include/mouse_proto.h (moved) * uspace/srv/hid/char_mouse/proto/ps2.c (moved) * uspace/srv/hid/console/Makefile (moved) * uspace/srv/hid/console/Makefile.build (moved) * uspace/srv/hid/console/Makefile.common (moved) * uspace/srv/hid/console/console.c (moved) * uspace/srv/hid/console/console.h (moved) * uspace/srv/hid/console/gcons.c (moved) * uspace/srv/hid/console/gcons.h (moved) * uspace/srv/hid/console/gfx/anim_1.ppm (moved) * uspace/srv/hid/console/gfx/anim_2.ppm (moved) * uspace/srv/hid/console/gfx/anim_3.ppm (moved) * uspace/srv/hid/console/gfx/anim_4.ppm (moved) * uspace/srv/hid/console/gfx/cons_has_data.ppm (moved) * uspace/srv/hid/console/gfx/cons_idle.ppm (moved) * uspace/srv/hid/console/gfx/cons_kernel.ppm (moved) * uspace/srv/hid/console/gfx/cons_selected.ppm (moved) * uspace/srv/hid/console/gfx/helenos.ppm (moved) * uspace/srv/hid/console/gfx/nameic.ppm (moved) * uspace/srv/hid/console/keybuffer.c (moved) * uspace/srv/hid/console/keybuffer.h (moved) * uspace/srv/hid/console/screenbuffer.c (moved) * uspace/srv/hid/console/screenbuffer.h (moved) * uspace/srv/hid/fb/Makefile (moved) * uspace/srv/hid/fb/Makefile.build (moved) * uspace/srv/hid/fb/Makefile.common (moved) * uspace/srv/hid/fb/ega.c (moved) * uspace/srv/hid/fb/ega.h (moved) * uspace/srv/hid/fb/fb.c (moved) * uspace/srv/hid/fb/fb.h (moved) * uspace/srv/hid/fb/font-8x16.c (moved) * uspace/srv/hid/fb/font-8x16.h (moved) * uspace/srv/hid/fb/main.c (moved) * uspace/srv/hid/fb/main.h (moved) * uspace/srv/hid/fb/msim.c (moved) * uspace/srv/hid/fb/msim.h (moved) * uspace/srv/hid/fb/pointer.xbm (moved) * uspace/srv/hid/fb/pointer_mask.xbm (moved) * uspace/srv/hid/fb/ppm.c (moved) * uspace/srv/hid/fb/ppm.h (moved) * uspace/srv/hid/fb/serial_console.c (moved) * uspace/srv/hid/fb/serial_console.h (moved) * uspace/srv/hid/fb/sgcn.c (moved) * uspace/srv/hid/fb/sgcn.h (moved) * uspace/srv/hid/fb/ski.c (moved) * uspace/srv/hid/fb/ski.h (moved) * uspace/srv/hid/kbd/Makefile (moved) * uspace/srv/hid/kbd/Makefile.build (moved) * uspace/srv/hid/kbd/Makefile.common (moved) * uspace/srv/hid/kbd/ctl/apple.c (added) * uspace/srv/hid/kbd/ctl/gxe_fb.c (moved) * uspace/srv/hid/kbd/ctl/pc.c (moved) * uspace/srv/hid/kbd/ctl/pl050.c (moved) * uspace/srv/hid/kbd/ctl/stty.c (moved) * uspace/srv/hid/kbd/ctl/sun.c (moved) * uspace/srv/hid/kbd/genarch/gsp.c (moved) * uspace/srv/hid/kbd/genarch/stroke.c (moved) * uspace/srv/hid/kbd/generic/kbd.c (moved) * uspace/srv/hid/kbd/include/gsp.h (moved) * uspace/srv/hid/kbd/include/kbd.h (moved) * uspace/srv/hid/kbd/include/kbd_ctl.h (moved) * uspace/srv/hid/kbd/include/kbd_port.h (moved) * uspace/srv/hid/kbd/include/layout.h (moved) * uspace/srv/hid/kbd/include/stroke.h (moved) * uspace/srv/hid/kbd/include/sun.h (moved) * uspace/srv/hid/kbd/layout/cz.c (moved) * uspace/srv/hid/kbd/layout/us_dvorak.c (moved) * uspace/srv/hid/kbd/layout/us_qwerty.c (moved) * uspace/srv/hid/kbd/port/adb.c (added) * uspace/srv/hid/kbd/port/chardev.c (moved) * uspace/srv/hid/kbd/port/dummy.c (moved) * uspace/srv/hid/kbd/port/gxemul.c (moved) * uspace/srv/hid/kbd/port/msim.c (moved) * uspace/srv/hid/kbd/port/ns16550.c (moved) * uspace/srv/hid/kbd/port/pl050.c (moved) * uspace/srv/hid/kbd/port/sgcn.c (moved) * uspace/srv/hid/kbd/port/ski.c (moved) * uspace/srv/hid/kbd/port/sun.c (moved) * uspace/srv/hid/kbd/port/z8530.c (moved) * uspace/srv/hw/bus/cuda_adb/Makefile (moved) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (added) * uspace/srv/hw/bus/cuda_adb/cuda_adb.h (added) * uspace/srv/hw/bus/pci/Makefile (moved) * uspace/srv/hw/bus/pci/Makefile.build (moved) * uspace/srv/hw/bus/pci/Makefile.common (moved) * uspace/srv/hw/bus/pci/pci.c (moved) * uspace/srv/hw/bus/pci/update-ids (moved) * uspace/srv/hw/char/i8042/Makefile (moved) * uspace/srv/hw/char/i8042/Makefile.build (moved) * uspace/srv/hw/char/i8042/Makefile.common (moved) * uspace/srv/hw/char/i8042/i8042.c (moved) * uspace/srv/hw/char/i8042/i8042.h (moved) * uspace/srv/hw/cir/fhc/Makefile (moved) * uspace/srv/hw/cir/fhc/Makefile.build (moved) * uspace/srv/hw/cir/fhc/Makefile.common (moved) * uspace/srv/hw/cir/fhc/fhc.c (moved) * uspace/srv/hw/cir/obio/Makefile (moved) * uspace/srv/hw/cir/obio/Makefile.build (moved) * uspace/srv/hw/cir/obio/Makefile.common (moved) * uspace/srv/hw/cir/obio/obio.c (moved) * uspace/srv/kbd/Makefile (deleted) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/Makefile.common (deleted) * uspace/srv/loader/arch/amd64/Makefile.inc (modified) * uspace/srv/loader/arch/arm32/Makefile.inc (modified) * uspace/srv/loader/arch/ia32/Makefile.inc (modified) * uspace/srv/loader/arch/ia64/Makefile.inc (modified) * uspace/srv/loader/arch/mips32/Makefile.inc (modified) * uspace/srv/loader/arch/ppc32/Makefile.inc (modified) * uspace/srv/loader/arch/sparc64/Makefile.inc (modified) * uspace/srv/loader/elf_load.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/mouse/c_mouse/Makefile (deleted) * uspace/srv/ns/Makefile (modified) * uspace/srv/ns/Makefile.build (deleted) * uspace/srv/part/mbr_part/Makefile (deleted) * uspace/srv/pci/Makefile (deleted) * uspace/srv/pci/libpci/Makefile (deleted) * uspace/srv/taskmon/Makefile (moved) * uspace/srv/taskmon/taskmon.c (added) * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/Makefile.build (deleted) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Merged the actual head Fri, 12 Feb 2010 13:50:47 GMT Lukas Mejdrech [918e9910] * uspace/srv/net/checksum.c (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/include/checksum.h (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/udp/udp.c (modified) * zero IP checksum flip fix Fri, 12 Feb 2010 13:50:40 GMT Lukas Mejdrech [4be390b] * uspace/srv/net/app/ping/ping.c (modified) * spelling fix Fri, 12 Feb 2010 13:47:50 GMT Lukas Mejdrech [f1848d6] * uspace/srv/net/il/ip/ip_client.c (modified) * range warning fix Fri, 12 Feb 2010 13:46:08 GMT Lukas Mejdrech [04729b1] * uspace/srv/net/netif/dp8390/dp8390.c (modified) * type-punned conversion fix Thu, 11 Feb 2010 18:15:27 GMT Jakub Jermar [e70edd1] * uspace/lib/libc/generic/malloc.c (modified) Check for heap wrap-around when growing the heap.