Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3570 5677 d 4 h svoboda /branches/dynload/uspace/ Configuration option to enable/disable linking againts shared C library.  
/branches/dynload/uspace/lib/libc/Makefile.app
/branches/dynload/uspace/srv/pci/Makefile
/branches/dynload/uspace/uspace.config
3569 5677 d 4 h svoboda /branches/dynload/ Merge latest trunk changes into dynload.  
/branches/dynload/kernel/generic/include/proc/program.h
/branches/dynload/kernel/generic/include/proc/task.h
/branches/dynload/kernel/generic/include/proc/thread.h
/branches/dynload/kernel/generic/src/main/kinit.c
/branches/dynload/kernel/generic/src/proc/program.c
/branches/dynload/kernel/generic/src/proc/task.c
/branches/dynload/kernel/generic/src/proc/thread.c
/branches/dynload/uspace/Makefile
/branches/dynload/uspace/app/klog/Makefile
/branches/dynload/uspace/app/tester/Makefile
/branches/dynload/uspace/app/tetris/Makefile
/branches/dynload/uspace/app/trace/Makefile
/branches/dynload/uspace/app/trace/trace.c
/branches/dynload/uspace/lib/libblock/Makefile
/branches/dynload/uspace/lib/libc/Makefile
/branches/dynload/uspace/lib/libc/generic/loader.c
/branches/dynload/uspace/lib/libc/generic/task.c
/branches/dynload/uspace/lib/libc/generic/thread.c
/branches/dynload/uspace/lib/libc/include/loader/loader.h
/branches/dynload/uspace/lib/libfs/Makefile
/branches/dynload/uspace/lib/softfloat/Makefile
/branches/dynload/uspace/lib/softint/Makefile
/branches/dynload/uspace/srv/console/Makefile
/branches/dynload/uspace/srv/devmap/Makefile
/branches/dynload/uspace/srv/fb/Makefile
/branches/dynload/uspace/srv/fs/fat/Makefile
/branches/dynload/uspace/srv/fs/tmpfs/Makefile
/branches/dynload/uspace/srv/kbd/Makefile
/branches/dynload/uspace/srv/loader/Makefile
/branches/dynload/uspace/srv/ns/Makefile
/branches/dynload/uspace/srv/pci/Makefile
/branches/dynload/uspace/srv/rd/Makefile
/branches/dynload/uspace/srv/vfs/Makefile
3567 5677 d 5 h svoboda /branches/dynload/uspace/lib/ Get rid of superfluous alignment in libc.so and rtld.  
/branches/dynload/uspace/lib/libc/shared/arch/ia32/_lib.ld.in
/branches/dynload/uspace/lib/rtld/arch/ia32/_link.ld.in
3564 5677 d 18 h svoboda /branches/dynload/ Get rid of warning.  
/branches/dynload/kernel/arch/ia32/include/barrier.h
/branches/dynload/uspace/lib/libc/Makefile
3563 5677 d 18 h svoboda /branches/dynload/uspace/ Use shared libc with everything we can except console and fb which break.  
/branches/dynload/uspace/app/bdsh/Makefile
/branches/dynload/uspace/lib/libc/arch/ia32/src/syscall.S
/branches/dynload/uspace/srv/kbd/Makefile
/branches/dynload/uspace/srv/pci/Makefile
3562 5677 d 21 h svoboda /branches/dynload/uspace/ Use macros for debug output in rtld and disable it. Close console connection before running program.  
/branches/dynload/uspace/lib/rtld/arch/ia32/src/reloc.c
/branches/dynload/uspace/lib/rtld/dynamic.c
/branches/dynload/uspace/lib/rtld/include/rtld.h
/branches/dynload/uspace/lib/rtld/module.c
/branches/dynload/uspace/lib/rtld/rtld.c
/branches/dynload/uspace/lib/rtld/symbol.c
/branches/dynload/uspace/srv/loader/elf_load.c
3561 5677 d 21 h svoboda /branches/dynload/ Merge latest trunk changes to dynload.  
/branches/dynload/tools/mkfat.py
/branches/dynload/tools/mktmpfs.py
/branches/dynload/uspace/lib/libblock/libblock.c
/branches/dynload/uspace/lib/libblock/libblock.h
/branches/dynload/uspace/srv/fs/fat/fat.c
/branches/dynload/uspace/srv/fs/fat/fat.h
/branches/dynload/uspace/srv/fs/fat/fat_fat.c
/branches/dynload/uspace/srv/fs/fat/fat_fat.h
/branches/dynload/uspace/srv/fs/fat/fat_ops.c
/branches/dynload/uspace/srv/fs/tmpfs/tmpfs_dump.c
/branches/dynload/uspace/srv/loader/main.c
3560 5678 d 16 h svoboda /branches/dynload/uspace/ Link more apps dynamically.  
/branches/dynload/uspace/lib/libc/Makefile.app
/branches/dynload/uspace/app/dltest/Makefile
/branches/dynload/uspace/app/klog/Makefile
/branches/dynload/uspace/app/klog/klog.c
/branches/dynload/uspace/app/tester/Makefile
/branches/dynload/uspace/app/tetris/Makefile
/branches/dynload/uspace/app/trace/Makefile
/branches/dynload/uspace/lib/rtld/arch/ia32/_link.ld.in
3558 5678 d 17 h svoboda /branches/dynload/uspace/lib/libc/shared/ Cut down size of dynamically-linked binaries by fixing alignment in ia32 linker script.  
/branches/dynload/uspace/lib/libc/shared/Makefile
/branches/dynload/uspace/lib/libc/shared/arch/ia32/_link.ld.in
3557 5678 d 17 h svoboda /branches/dynload/ Move libc-shared to libc/shared, part 2.  
/branches/dynload/boot/arch/ia32/Makefile.inc
/branches/dynload/boot/arch/ppc32/loader/Makefile
/branches/dynload/uspace/app/dltest/Makefile
/branches/dynload/uspace/lib/libc/shared/Makefile
3556 5678 d 18 h svoboda /branches/dynload/uspace/ Move libc-shared to libc/shared, part 1.  
/branches/dynload/uspace/lib/libc/shared
/branches/dynload/uspace/app/dltest/arch
/branches/dynload/uspace/lib/libc-shared
/branches/dynload/uspace/Makefile
/branches/dynload/uspace/app/dltest/Makefile
3555 5678 d 18 h svoboda /branches/dynload/uspace/ Move build files for dynamic linking under libc-shared, instead of dltest.  
/branches/dynload/uspace/lib/libc-shared/arch/ia32/_lib.ld.in
/branches/dynload/uspace/lib/libc-shared/arch/ppc32/_lib.ld.in
/branches/dynload/uspace/app/dltest/arch/ia32/_link.ld.in
/branches/dynload/uspace/app/dltest/arch/ppc32/_link.ld.in
/branches/dynload/uspace/app/dltest/Makefile
/branches/dynload/uspace/lib/libc-shared/Makefile
/branches/dynload/uspace/lib/rtld/arch/ia32/src/bootstrap.c
3554 5678 d 18 h svoboda /branches/dynload/ Sync ppc32 rtld.  
/branches/dynload/boot/arch/ppc32/loader/Makefile
/branches/dynload/uspace/lib/rtld/arch/ppc32/_link.ld.in
/branches/dynload/uspace/lib/rtld/arch/ppc32/src/bootstrap.c
/branches/dynload/uspace/srv/loader/main.c
3553 5678 d 18 h svoboda /branches/dynload/uspace/lib/rtld/ Fix bug in handling modules with zero dependencies.  
/branches/dynload/uspace/lib/rtld/module.c
3552 5679 d 16 h svoboda /branches/dynload/ Make rtld a static executable instead of a dynamic library. Brings dltest back on ia32.  
/branches/dynload/boot/arch/ia32/Makefile.inc
/branches/dynload/uspace/app/dltest/Makefile
/branches/dynload/uspace/app/dltest/dltest.c
/branches/dynload/uspace/lib/libc-shared/Makefile
/branches/dynload/uspace/lib/libc/arch/ia32/src/tls.c
/branches/dynload/uspace/lib/rtld/Makefile
/branches/dynload/uspace/lib/rtld/arch/ia32/_link.ld.in
/branches/dynload/uspace/lib/rtld/arch/ia32/src/bootstrap.c
/branches/dynload/uspace/lib/rtld/arch/ia32/src/runtime.c
/branches/dynload/uspace/lib/rtld/module.c
/branches/dynload/uspace/lib/rtld/rtld.c
/branches/dynload/uspace/srv/loader/elf_load.c
/branches/dynload/uspace/srv/loader/include/elf_load.h
/branches/dynload/uspace/srv/loader/main.c
3535 5683 d 22 h svoboda /branches/dynload/ Merge latest trunk changes into dynload.  
/branches/dynload/kernel/arch/ia32/include/syscall.h
/branches/dynload/kernel/arch/ia32/src/syscall.c
/branches/dynload/uspace/lib/libblock
/branches/dynload/uspace/srv/fs/fat/fat_dentry.c
/branches/dynload/uspace/srv/fs/fat/fat_dentry.h
/branches/dynload/uspace/srv/fs/fat/fat_fat.c
/branches/dynload/uspace/srv/fs/fat/fat_fat.h
/branches/dynload/tools/mkfat.sh
/branches/dynload/boot/arch/amd64/Makefile.inc
/branches/dynload/boot/arch/arm32/loader/Makefile
/branches/dynload/boot/arch/ia32/Makefile.inc
/branches/dynload/boot/arch/ia64/loader/Makefile
/branches/dynload/boot/arch/mips32/loader/Makefile
/branches/dynload/boot/arch/ppc32/loader/Makefile
/branches/dynload/boot/arch/ppc64/loader/Makefile
/branches/dynload/boot/arch/sparc64/Makefile.inc
/branches/dynload/boot/arch/sparc64/loader/Makefile
/branches/dynload/boot/boot.config
/branches/dynload/kernel/Makefile
/branches/dynload/kernel/arch/amd64/include/syscall.h
/branches/dynload/kernel/arch/ia32/Makefile.inc
/branches/dynload/kernel/arch/ia32/include/asm.h
/branches/dynload/kernel/arch/ia32/include/cpu.h
/branches/dynload/kernel/arch/ia32/src/asm.S
/branches/dynload/kernel/arch/ia32/src/cpu/cpu.c
/branches/dynload/kernel/arch/ia32/src/proc/scheduler.c
/branches/dynload/kernel/arch/ia64/include/asm.h
/branches/dynload/kernel/arch/sparc64/include/trap/regwin.h
/branches/dynload/kernel/arch/sparc64/src/proc/thread.c
/branches/dynload/kernel/arch/sparc64/src/trap/trap_table.S
/branches/dynload/kernel/generic/include/stdarg.h
/branches/dynload/kernel/generic/src/ipc/ipc.c
/branches/dynload/kernel/generic/src/ipc/kbox.c
/branches/dynload/kernel/generic/src/ipc/sysipc.c
/branches/dynload/tools/mkfat.py
/branches/dynload/uspace/Makefile
/branches/dynload/uspace/app/bdsh/cmds/modules/cat/cat.c
/branches/dynload/uspace/app/bdsh/exec.c
/branches/dynload/uspace/app/bdsh/util.c
/branches/dynload/uspace/app/bdsh/util.h
/branches/dynload/uspace/app/tester/ipc/send_sync.c
/branches/dynload/uspace/app/tester/tester.c
/branches/dynload/uspace/app/trace/trace.c
/branches/dynload/uspace/lib/libc/Makefile
/branches/dynload/uspace/lib/libc/Makefile.toolchain
/branches/dynload/uspace/lib/libc/arch/amd64/include/syscall.h
/branches/dynload/uspace/lib/libc/arch/arm32/include/syscall.h
/branches/dynload/uspace/lib/libc/arch/ia32/include/syscall.h
/branches/dynload/uspace/lib/libc/arch/ia32/src/syscall.S
/branches/dynload/uspace/lib/libc/arch/ia64/include/syscall.h
/branches/dynload/uspace/lib/libc/arch/mips32/include/syscall.h
/branches/dynload/uspace/lib/libc/arch/ppc32/include/syscall.h
/branches/dynload/uspace/lib/libc/arch/ppc64/include/syscall.h
/branches/dynload/uspace/lib/libc/arch/sparc64/include/syscall.h
/branches/dynload/uspace/lib/libc/generic/ipc.c
/branches/dynload/uspace/lib/libc/generic/loader.c
/branches/dynload/uspace/lib/libc/generic/smc.c
/branches/dynload/uspace/lib/libc/generic/time.c
/branches/dynload/uspace/lib/libc/generic/tls.c
/branches/dynload/uspace/lib/libc/generic/udebug.c
/branches/dynload/uspace/lib/libc/generic/vfs/canonify.c
/branches/dynload/uspace/lib/libc/generic/vfs/vfs.c
/branches/dynload/uspace/lib/libc/include/align.h
/branches/dynload/uspace/lib/libc/include/byteorder.h
/branches/dynload/uspace/lib/libc/include/errno.h
/branches/dynload/uspace/lib/libc/include/ipc/ipc.h
/branches/dynload/uspace/lib/libc/include/libc.h
/branches/dynload/uspace/lib/libc/include/loader/loader.h
/branches/dynload/uspace/lib/libc/include/syscall.h
/branches/dynload/uspace/lib/libfs/Makefile
/branches/dynload/uspace/lib/libfs/libfs.c
/branches/dynload/uspace/lib/libfs/libfs.h
/branches/dynload/uspace/lib/softfloat/Makefile
/branches/dynload/uspace/lib/softint/Makefile
/branches/dynload/uspace/srv/fs/fat/Makefile
/branches/dynload/uspace/srv/fs/fat/fat.c
/branches/dynload/uspace/srv/fs/fat/fat.h
/branches/dynload/uspace/srv/fs/fat/fat_ops.c
/branches/dynload/uspace/srv/fs/tmpfs/Makefile
/branches/dynload/uspace/srv/fs/tmpfs/tmpfs_dump.c
/branches/dynload/uspace/srv/loader/main.c
/branches/dynload/uspace/srv/vfs/vfs.c
/branches/dynload/uspace/srv/vfs/vfs_ops.c
3474 5722 d 0 h svoboda /branches/dynload/ Merge latest trunk changes into dynload.  
/branches/dynload/uspace/lib/libc/generic/loader.c
/branches/dynload/uspace/lib/libc/include/loader/loader.h
/branches/dynload/boot/arch/sparc64/loader/Makefile
/branches/dynload/kernel/arch/sparc64/include/trap/syscall.h
/branches/dynload/kernel/arch/sparc64/src/trap/trap_table.S
/branches/dynload/kernel/generic/src/console/cmd.c
/branches/dynload/kernel/generic/src/ipc/ipc.c
/branches/dynload/kernel/generic/src/ipc/sysipc.c
/branches/dynload/kernel/generic/src/udebug/udebug.c
/branches/dynload/kernel/generic/src/udebug/udebug_ipc.c
/branches/dynload/kernel/generic/src/udebug/udebug_ops.c
/branches/dynload/uspace/app/bdsh/exec.c
/branches/dynload/uspace/app/bdsh/util.c
/branches/dynload/uspace/app/dltest/dltest.c
/branches/dynload/uspace/app/trace/ipcp.c
/branches/dynload/uspace/app/trace/proto.c
/branches/dynload/uspace/app/trace/proto.h
/branches/dynload/uspace/app/trace/syscalls.c
/branches/dynload/uspace/app/trace/syscalls.h
/branches/dynload/uspace/app/trace/trace.c
/branches/dynload/uspace/app/trace/trace.h
/branches/dynload/uspace/lib/libc/Makefile
/branches/dynload/uspace/lib/libc/generic/task.c
/branches/dynload/uspace/lib/libc/generic/udebug.c
/branches/dynload/uspace/lib/libc/generic/vfs/vfs.c
/branches/dynload/uspace/lib/libc/include/ipc/loader.h
/branches/dynload/uspace/lib/libc/include/loader/pcb.h
/branches/dynload/uspace/lib/libc/include/task.h
/branches/dynload/uspace/srv/loader/main.c
3448 5728 d 6 h svoboda /branches/dynload/ Merge latest trunk changes into dynload  
/branches/dynload/kernel/generic/include/ipc/kbox.h
/branches/dynload/kernel/generic/include/udebug
/branches/dynload/kernel/generic/src/ipc/kbox.c
/branches/dynload/kernel/generic/src/udebug
/branches/dynload/uspace/app/bdsh/cmds/modules/cp
/branches/dynload/uspace/app/bdsh/cmds/modules/sleep
/branches/dynload/uspace/app/trace
/branches/dynload/uspace/dist/app
/branches/dynload/uspace/dist/cfg
/branches/dynload/uspace/dist/srv
/branches/dynload/uspace/lib/libc/generic/udebug.c
/branches/dynload/uspace/lib/libc/include/udebug.h
/branches/dynload/uspace/dist/etc
/branches/dynload/uspace/dist/sbin
/branches/dynload/boot/arch/amd64/Makefile.inc
/branches/dynload/boot/arch/arm32/loader/Makefile
/branches/dynload/boot/arch/ia32/Makefile.inc
/branches/dynload/boot/arch/ia64/loader/Makefile
/branches/dynload/boot/arch/mips32/loader/Makefile
/branches/dynload/boot/arch/ppc32/loader/Makefile
/branches/dynload/boot/arch/ppc64/loader/Makefile
/branches/dynload/boot/arch/sparc64/loader/Makefile
/branches/dynload/kernel/Makefile
/branches/dynload/kernel/arch/arm32/include/interrupt.h
/branches/dynload/kernel/generic/include/ipc/ipc.h
/branches/dynload/kernel/generic/include/ipc/sysipc.h
/branches/dynload/kernel/generic/include/proc/task.h
/branches/dynload/kernel/generic/include/proc/thread.h
/branches/dynload/kernel/generic/include/syscall/syscall.h
/branches/dynload/kernel/generic/src/ipc/ipc.c
/branches/dynload/kernel/generic/src/ipc/sysipc.c
/branches/dynload/kernel/generic/src/main/uinit.c
/branches/dynload/kernel/generic/src/mm/as.c
/branches/dynload/kernel/generic/src/proc/task.c
/branches/dynload/kernel/generic/src/proc/thread.c
/branches/dynload/kernel/generic/src/syscall/syscall.c
/branches/dynload/kernel/kernel.config
/branches/dynload/uspace/Makefile
/branches/dynload/uspace/app/bdsh/Makefile
/branches/dynload/uspace/app/bdsh/README
/branches/dynload/uspace/app/bdsh/cmds/builtins/cd/cd.c
/branches/dynload/uspace/app/bdsh/cmds/builtins/cd/entry.h
/branches/dynload/uspace/app/bdsh/cmds/cmds.h
/branches/dynload/uspace/app/bdsh/cmds/mknewcmd
/branches/dynload/uspace/app/bdsh/cmds/modules/cat/cat.c
/branches/dynload/uspace/app/bdsh/cmds/modules/cat/entry.h
/branches/dynload/uspace/app/bdsh/cmds/modules/help/entry.h
/branches/dynload/uspace/app/bdsh/cmds/modules/help/help.c
/branches/dynload/uspace/app/bdsh/cmds/modules/ls/entry.h
/branches/dynload/uspace/app/bdsh/cmds/modules/ls/ls.c
/branches/dynload/uspace/app/bdsh/cmds/modules/mkdir/entry.h
/branches/dynload/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/branches/dynload/uspace/app/bdsh/cmds/modules/modules.h
/branches/dynload/uspace/app/bdsh/cmds/modules/pwd/entry.h
/branches/dynload/uspace/app/bdsh/cmds/modules/pwd/pwd.c
/branches/dynload/uspace/app/bdsh/cmds/modules/quit/entry.h
/branches/dynload/uspace/app/bdsh/cmds/modules/quit/quit.c
/branches/dynload/uspace/app/bdsh/cmds/modules/rm/entry.h
/branches/dynload/uspace/app/bdsh/cmds/modules/rm/rm.c
/branches/dynload/uspace/app/bdsh/cmds/modules/touch/entry.h
/branches/dynload/uspace/app/bdsh/cmds/modules/touch/touch.c
/branches/dynload/uspace/app/bdsh/config.h
/branches/dynload/uspace/app/bdsh/scli.c
/branches/dynload/uspace/app/bdsh/util.c
/branches/dynload/uspace/app/init/init.c
/branches/dynload/uspace/app/tester/tester.c
/branches/dynload/uspace/lib/libc/Makefile
/branches/dynload/uspace/lib/libc/generic/ipc.c
/branches/dynload/uspace/lib/libc/generic/string.c
/branches/dynload/uspace/lib/libc/generic/task.c
/branches/dynload/uspace/lib/libc/include/ipc/ipc.h
/branches/dynload/uspace/lib/libc/include/ipc/loader.h
/branches/dynload/uspace/lib/libc/include/string.h
/branches/dynload/uspace/srv/loader/main.c
3423 5730 d 18 h svoboda /branches/dynload/uspace/ ppc32 rtld/dltest fixes. dltest now runs, but no console output.  
/branches/dynload/uspace/app/dltest/arch/ppc32/_link.ld.in
/branches/dynload/uspace/app/dltest/dltest.c
/branches/dynload/uspace/lib/rtld/arch/ppc32/Makefile.inc
3409 5732 d 3 h svoboda /branches/dynload/ Merge latest trunk changes into dynload  
/branches/dynload/kernel/arch/ppc32/include/regutils.h
/branches/dynload/boot/generic/string.c
/branches/dynload/boot/generic/string.h
/branches/dynload/kernel/arch/ppc32/include/asm/regname.h
/branches/dynload/kernel/arch/ppc32/include/exception.h
/branches/dynload/kernel/generic/src/lib/memstr.c

Show All