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
3561 5669 d 23 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
3535 5676 d 0 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
3516 5681 d 4 h jermar /trunk/uspace/srv/fs/fat/ Pass the buffer holding the boot sector to the internal functions so that it
doesn't have to be block_get()'ed in each function. The idea is that the boot
block should be read by the top-level functions in fat_ops.c and passed down the
call chain.
 
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3513 5681 d 21 h jermar /trunk/uspace/srv/fs/fat/ Implementation of fat_append_clusters().  
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3506 5682 d 3 h jermar /trunk/uspace/srv/fs/fat/ Move functionality related to manipulatings file allocation tables to fat_fat.c.  
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3504 5682 d 4 h jermar /trunk/uspace/srv/fs/fat/ Prepare to break fat_ops.c into multiple files.  
/trunk/uspace/srv/fs/fat/fat_dentry.c
/trunk/uspace/srv/fs/fat/fat_dentry.h
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_fat.h
/trunk/uspace/srv/fs/fat/Makefile