Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3009 5855 d 3 h svoboda /branches/dynload/ Merged latest trunk changes into dynload  
/branches/dynload/kernel/generic/src/lib/elf.c
/branches/dynload/kernel/generic/src/mm/backend_elf.c
/branches/dynload/uspace/lib/libc/arch/amd64/_link.ld.in
/branches/dynload/uspace/lib/libc/arch/arm32/_link.ld.in
/branches/dynload/uspace/lib/libc/arch/ia32/_link.ld.in
/branches/dynload/uspace/lib/libc/arch/ia64/_link.ld.in
/branches/dynload/uspace/lib/libc/arch/mips32/_link.ld.in
/branches/dynload/uspace/lib/libc/arch/ppc32/_link.ld.in
/branches/dynload/uspace/lib/libc/arch/ppc64/_link.ld.in
/branches/dynload/uspace/lib/libc/arch/sparc64/_link.ld.in
/branches/dynload/uspace/lib/libfs/libfs.c
/branches/dynload/uspace/srv/fs/fat/fat.h
/branches/dynload/uspace/srv/fs/fat/fat_idx.c
/branches/dynload/uspace/srv/fs/fat/fat_ops.c
/branches/dynload/uspace/srv/fs/tmpfs/tmpfs.c
/branches/dynload/uspace/srv/fs/tmpfs/tmpfs.h
/branches/dynload/uspace/srv/fs/tmpfs/tmpfs_ops.c
/branches/dynload/uspace/srv/vfs/vfs_ops.c
3004 5855 d 9 h svoboda /branches/dynload/ A crude task_spawn() libc function to run a program. A tiny command-line application 'cli' to test it.  
/branches/dynload/uspace/app/cli
/branches/dynload/uspace/app/cli/Makefile
/branches/dynload/uspace/app/cli/cli.c
/branches/dynload/uspace/app/iloader/interp.s
/branches/dynload/boot/arch/ia32/Makefile.inc
/branches/dynload/boot/arch/ia32/grub/menu.lst
/branches/dynload/kernel/generic/include/proc/task.h
/branches/dynload/kernel/generic/src/proc/task.c
/branches/dynload/uspace/Makefile
/branches/dynload/uspace/app/dltest/arch/ia32/_link.ld.in
/branches/dynload/uspace/app/iloader/Makefile
/branches/dynload/uspace/app/iloader/arch/ia32/_link.ld.in
/branches/dynload/uspace/app/iloader/elf_load.c
/branches/dynload/uspace/app/iloader/include/elf_load.h
/branches/dynload/uspace/app/iloader/main.c
/branches/dynload/uspace/app/iramfs/Makefile
/branches/dynload/uspace/app/iramfs/data.h
/branches/dynload/uspace/app/iramfs/main.c
/branches/dynload/uspace/lib/libc/generic/task.c
/branches/dynload/uspace/lib/libc/include/task.h
/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/arch/ppc32/src/bootstrap.c
/branches/dynload/uspace/lib/rtld/arch/ppc32/src/runtime.c
3001 5856 d 10 h svoboda /branches/dynload/kernel/generic/ Kernel support for running programs from userspace.  
/branches/dynload/kernel/generic/include/lib/elf.h
/branches/dynload/kernel/generic/include/mm/as.h
/branches/dynload/kernel/generic/include/proc/task.h
/branches/dynload/kernel/generic/include/syscall/syscall.h
/branches/dynload/kernel/generic/src/lib/elf.c
/branches/dynload/kernel/generic/src/main/kinit.c
/branches/dynload/kernel/generic/src/proc/task.c
/branches/dynload/kernel/generic/src/syscall/syscall.c
2986 5859 d 9 h svoboda /branches/dynload/kernel/generic/src/mm/ Declare old_frame as uintptr_t instead of int  
/branches/dynload/kernel/generic/src/mm/as.c
2985 5859 d 10 h svoboda /branches/dynload/ Fix as_area_change_flags() and use it in elf_loader.c  
/branches/dynload/kernel/generic/src/mm/as.c
/branches/dynload/uspace/app/iloader/elf_load.c
/branches/dynload/uspace/lib/libc/generic/as.c
2984 5859 d 11 h svoboda /branches/dynload/ Add as_area_change_flags() syscall and libc wrapper. Implementation limited to non-shared areas of anonymous memory.  
/branches/dynload/kernel/generic/include/mm/as.h
/branches/dynload/kernel/generic/include/syscall/syscall.h
/branches/dynload/kernel/generic/src/mm/as.c
/branches/dynload/kernel/generic/src/syscall/syscall.c
/branches/dynload/uspace/lib/libc/generic/as.c
/branches/dynload/uspace/lib/libc/include/as.h
2955 5863 d 11 h svoboda /branches/dynload/ Build a position-independent libc  
/branches/dynload/kernel/arch/ia32/include/barrier.h
/branches/dynload/uspace/lib/libc/Makefile
2952 5864 d 4 h svoboda /branches/dynload/ Load rtld.so with iloader and make it write to console with a stripped-down version of the C library  
/branches/dynload/uspace/lib/rtld/syscall.S
/branches/dynload/uspace/lib/rtld/ulibc.c
/branches/dynload/kernel/generic/include/syscall/syscall.h
/branches/dynload/kernel/generic/src/syscall/syscall.c
/branches/dynload/uspace/app/iramfs/Makefile
/branches/dynload/uspace/lib/rtld/Makefile
/branches/dynload/uspace/lib/rtld/arch/ia32/bootstrap.c
/branches/dynload/uspace/lib/rtld/rtld.c
2948 5864 d 5 h svoboda /branches/dynload/ Merged latest trunk changes into dynload  
/branches/dynload/kernel/generic/src/ipc/sysipc.c
/branches/dynload/uspace/app/tester/vfs/vfs1.c
/branches/dynload/uspace/srv/fs/fat/fat_idx.c
2931 5866 d 12 h svoboda /branches/dynload/kernel/generic/src/syscall/ Fix format specifier when printing unknown syscall id  
/branches/dynload/kernel/generic/src/syscall/syscall.c
2927 5866 d 15 h decky /branches/dynload/ added dynload branch  
/branches/dynload
2916 5869 d 6 h jermar /trunk/kernel/generic/src/ More formatting changes.  
/trunk/kernel/generic/src/synch/waitq.c
/trunk/kernel/generic/src/time/timeout.c
2914 5869 d 6 h jermar /trunk/kernel/generic/src/synch/ Formatting improvements.  
/trunk/kernel/generic/src/synch/waitq.c
2909 5869 d 9 h jermar /trunk/kernel/generic/src/synch/ timeouted vs. timed out  
/trunk/kernel/generic/src/synch/waitq.c
2907 5869 d 9 h jermar /trunk/kernel/generic/src/proc/ Improve comment for thread_create().  
/trunk/kernel/generic/src/proc/thread.c
2861 5895 d 5 h cejka /trunk/ Used common macro for context saving on ppc64.  
/trunk/uspace/lib/libc/arch/ppc64/include/context_offset.h
/trunk/kernel/arch/ppc32/include/context_offset.h
/trunk/kernel/arch/ppc64/include/context_offset.h
/trunk/kernel/arch/ppc64/src/context.S
/trunk/uspace/lib/libc/arch/ppc64/src/fibril.S
2860 5896 d 5 h cejka /trunk/ Context handling unified for sparc64.  
/trunk/uspace/lib/libc/arch/sparc64/include/context_offset.h
/trunk/kernel/arch/sparc64/include/context_offset.h
/trunk/kernel/arch/sparc64/src/context.S
/trunk/uspace/lib/libc/arch/sparc64/src/fibril.S
2830 5902 d 8 h jermar /trunk/ Add (c) and the modified BSD license to the config system.  
/trunk/HelenOS.config
/trunk/boot/boot.config
/trunk/kernel/kernel.config
/trunk/tools/config.py
/trunk/uspace/uspace.config
2802 5906 d 14 h jermar /trunk/kernel/generic/ Fix initialization of answerbox->task in ipc_answerbox_init.
Contributed by Jiri Svoboda.
 
/trunk/kernel/generic/include/ipc/ipc.h
/trunk/kernel/generic/src/ipc/ipc.c
/trunk/kernel/generic/src/proc/task.c
2797 5908 d 5 h jermar /trunk/kernel/ Each architecture should only announce its endianity.
The conversion macros should be defined only once.
 
/trunk/kernel/arch/amd64/include/byteorder.h
/trunk/kernel/arch/arm32/include/byteorder.h
/trunk/kernel/arch/ia32/include/byteorder.h
/trunk/kernel/arch/ia64/include/byteorder.h
/trunk/kernel/arch/mips32/include/byteorder.h
/trunk/kernel/arch/mips32/src/drivers/arc.c
/trunk/kernel/arch/ppc32/include/byteorder.h
/trunk/kernel/arch/ppc64/include/byteorder.h
/trunk/kernel/arch/sparc64/include/byteorder.h
/trunk/kernel/generic/include/byteorder.h
/trunk/kernel/generic/src/debug/symtab.c
/trunk/kernel/generic/src/lib/rd.c

Show All