Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
Reverse Diff
Changes in
/
[6c69d19:00c2de63]
in mainline
Files:
18 added
5 deleted
74 edited
HelenOS.config
(modified)
(
view diffs
)
boot/Makefile
(modified)
(
view diffs
)
boot/Makefile.common
(modified)
(
view diffs
)
kernel/generic/include/lib/elf.h
(modified)
(
view diffs
)
kernel/generic/include/lib/elf_load.h
(added)
kernel/generic/include/mm/as.h
(modified)
(
view diffs
)
kernel/generic/src/lib/elf.c
(modified)
(
view diffs
)
kernel/generic/src/proc/program.c
(modified)
(
view diffs
)
tools/imgutil.py
(added)
tools/mkext2.py
(added)
tools/mkfat.py
(modified)
(
view diffs
)
tools/mktmpfs.py
(modified)
(
view diffs
)
tools/xstruct.py
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/modules/cp/cp.c
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/modules/ls/ls.c
(modified)
(
view diffs
)
uspace/app/bdsh/compl.c
(modified)
(
view diffs
)
uspace/app/bdsh/exec.c
(modified)
(
view diffs
)
uspace/app/bdsh/input.c
(modified)
(
view diffs
)
uspace/app/init/init.c
(modified)
(
view diffs
)
uspace/app/taskdump/elf_core.c
(modified)
(
view diffs
)
uspace/app/taskdump/include/elf.h
(deleted)
uspace/app/taskdump/include/elf_core.h
(modified)
(
view diffs
)
uspace/app/taskdump/include/symtab.h
(modified)
(
view diffs
)
uspace/app/taskdump/symtab.c
(modified)
(
view diffs
)
uspace/app/taskdump/taskdump.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbmast/bo_trans.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbmast/bo_trans.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbmast/cmdw.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbmast/scsi_ms.c
(modified)
(
view diffs
)
uspace/lib/block/libblock.c
(modified)
(
view diffs
)
uspace/lib/c/Makefile
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/include/elf_linux.h
(added)
uspace/lib/c/arch/amd64/include/elf_linux.h
(added)
uspace/lib/c/arch/arm32/include/elf_linux.h
(added)
uspace/lib/c/arch/ia32/include/elf_linux.h
(added)
uspace/lib/c/arch/ia64/include/elf_linux.h
(added)
uspace/lib/c/arch/mips32/include/elf_linux.h
(added)
uspace/lib/c/arch/mips32eb/include/elf_linux.h
(added)
uspace/lib/c/arch/mips64/include/elf_linux.h
(added)
uspace/lib/c/arch/ppc32/include/elf_linux.h
(added)
uspace/lib/c/arch/sparc64/include/elf_linux.h
(added)
uspace/lib/c/generic/elf/elf_load.c
(added)
uspace/lib/c/generic/io/io.c
(modified)
(
view diffs
)
uspace/lib/c/generic/rtld/elf_load.c
(deleted)
uspace/lib/c/generic/rtld/module.c
(modified)
(
view diffs
)
uspace/lib/c/generic/rtld/rtld.c
(modified)
(
view diffs
)
uspace/lib/c/generic/rtld/symbol.c
(modified)
(
view diffs
)
uspace/lib/c/generic/vfs/vfs.c
(modified)
(
view diffs
)
uspace/lib/c/include/elf/elf.h
(added)
uspace/lib/c/include/elf/elf_linux.h
(added)
uspace/lib/c/include/elf/elf_load.h
(added)
uspace/lib/c/include/rtld/elf_dyn.h
(modified)
(
view diffs
)
uspace/lib/c/include/rtld/rtld.h
(modified)
(
view diffs
)
uspace/lib/c/include/rtld/symbol.h
(modified)
(
view diffs
)
uspace/lib/c/include/typedefs.h
(added)
uspace/lib/c/include/unistd.h
(modified)
(
view diffs
)
uspace/lib/fs/libfs.c
(modified)
(
view diffs
)
uspace/lib/fs/libfs.h
(modified)
(
view diffs
)
uspace/lib/posix/assert.h
(modified)
(
view diffs
)
uspace/lib/posix/ctype.c
(modified)
(
view diffs
)
uspace/lib/posix/fnmatch.c
(modified)
(
view diffs
)
uspace/lib/posix/internal/common.h
(modified)
(
view diffs
)
uspace/lib/posix/pwd.c
(modified)
(
view diffs
)
uspace/lib/posix/pwd.h
(modified)
(
view diffs
)
uspace/lib/posix/signal.c
(modified)
(
view diffs
)
uspace/lib/posix/stdio.c
(modified)
(
view diffs
)
uspace/lib/posix/stdio.h
(modified)
(
view diffs
)
uspace/lib/posix/sys/wait.c
(modified)
(
view diffs
)
uspace/lib/posix/sys/wait.h
(modified)
(
view diffs
)
uspace/lib/posix/unistd.c
(modified)
(
view diffs
)
uspace/lib/posix/unistd.h
(modified)
(
view diffs
)
uspace/lib/scsi/include/scsi/sbc.h
(modified)
(
view diffs
)
uspace/lib/scsi/include/scsi/spc.h
(modified)
(
view diffs
)
uspace/lib/scsi/src/spc.c
(modified)
(
view diffs
)
uspace/srv/devman/devman.c
(modified)
(
view diffs
)
uspace/srv/devman/util.c
(modified)
(
view diffs
)
uspace/srv/devman/util.h
(modified)
(
view diffs
)
uspace/srv/fs/devfs/devfs.c
(modified)
(
view diffs
)
uspace/srv/fs/devfs/devfs.h
(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/ext2fs/ext2fs.c
(modified)
(
view diffs
)
uspace/srv/fs/ext2fs/ext2fs.h
(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.h
(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/hw/irc/apic/apic.c
(modified)
(
view diffs
)
uspace/srv/loader/Makefile
(modified)
(
view diffs
)
uspace/srv/loader/elf_load.c
(deleted)
uspace/srv/loader/include/elf.h
(deleted)
uspace/srv/loader/include/elf_load.h
(deleted)
uspace/srv/loader/main.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_ops.c
(modified)
(
view diffs
)
Changeset view not shown
, since the total size (1.1 MB) exceeds
976.6 KB
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive