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
3579 5708 d 3 h vana /trunk/boot/arch/ia64/loader/gefi/HelenOS/ IA64 Bootloader Makefile fix  
/trunk/boot/arch/ia64/loader/gefi/HelenOS/Makefile
3578 5708 d 3 h vana /trunk/ Alfa of SMP support on IA64  
/trunk/kernel/arch/ia64/src/smp
/trunk/kernel/arch/ia64/src/smp/smp.c
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/ia64/loader/asm.S
/trunk/boot/arch/ia64/loader/boot.S
/trunk/boot/arch/ia64/loader/gefi/HelenOS/Makefile
/trunk/boot/arch/ia64/loader/gefi/HelenOS/hello.c
/trunk/boot/arch/ia64/loader/gefi/apps/Makefile
/trunk/boot/arch/ia64/loader/main.c
/trunk/boot/arch/ia64/loader/main.h
/trunk/kernel/arch/ia64/Makefile.inc
/trunk/kernel/arch/ia64/include/atomic.h
/trunk/kernel/arch/ia64/include/bootinfo.h
/trunk/kernel/arch/ia64/include/cpu.h
/trunk/kernel/arch/ia64/include/mm/page.h
/trunk/kernel/arch/ia64/src/drivers/it.c
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/ia64/src/mm/frame.c
/trunk/kernel/arch/ia64/src/mm/page.c
/trunk/kernel/arch/ia64/src/start.S
/trunk/kernel/generic/include/synch/spinlock.h
/trunk/kernel/generic/src/mm/tlb.c
/trunk/kernel/generic/src/proc/thread.c
3577 5708 d 3 h vana /trunk/kernel/ Support for serial port console on IA64 as a compensation for keyboard - based on SPARC ns16550 driver  
/trunk/kernel/arch/ia64/include/asm.h
/trunk/kernel/arch/sparc64/include/asm.h
/trunk/kernel/arch/sparc64/include/drivers/ns16550.h
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/genarch/include/kbd/ns16550.h
/trunk/kernel/genarch/src/kbd/key.c
/trunk/kernel/genarch/src/kbd/ns16550.c
/trunk/kernel/kernel.config
3576 5708 d 4 h vana /trunk/kernel/generic/src/main/ On Itanium there is nead to preserve at least gp when switching APs to separate stack. Safer way is to save all context and to do it on all platforms.  
/trunk/kernel/generic/src/main/main.c
3575 5709 d 13 h jermar /trunk/uspace/ libfs create operation should take the device handle as argument.  
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
3574 5709 d 14 h jermar /trunk/uspace/srv/fs/fat/ Move common code to dedicated functions so that it can be easily reused.  
/trunk/uspace/srv/fs/fat/fat_idx.c
/trunk/uspace/srv/fs/fat/fat_ops.c
3573 5709 d 16 h jermar /trunk/uspace/srv/fs/fat/ VFS_WRITE has two return arguments on success.  
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_ops.c
3572 5709 d 18 h jermar /trunk/uspace/srv/fs/fat/ Finish implementation of fat_truncate() and fix several warnings.  
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3571 5709 d 21 h jermar /trunk/uspace/ Simplify the fat_cluster_walk() interface.
Introduce the bn_t type for holding block offsets.
 
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_fat.h
3570 5711 d 0 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 5711 d 0 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
3568 5711 d 0 h svoboda /trunk/uspace/ Always include Makefile.config instead of passing ARCH and COMPILER to child make on the command line. Allows running make on individual apps and allows more configuration options.  
/trunk/uspace/Makefile
/trunk/uspace/app/klog/Makefile
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tetris/Makefile
/trunk/uspace/app/trace/Makefile
/trunk/uspace/lib/libblock/Makefile
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libfs/Makefile
/trunk/uspace/lib/softfloat/Makefile
/trunk/uspace/lib/softint/Makefile
/trunk/uspace/srv/console/Makefile
/trunk/uspace/srv/devmap/Makefile
/trunk/uspace/srv/fb/Makefile
/trunk/uspace/srv/fs/fat/Makefile
/trunk/uspace/srv/fs/tmpfs/Makefile
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/loader/Makefile
/trunk/uspace/srv/ns/Makefile
/trunk/uspace/srv/pci/Makefile
/trunk/uspace/srv/rd/Makefile
/trunk/uspace/srv/vfs/Makefile
3567 5711 d 1 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
3566 5711 d 1 h svoboda /trunk/ Set meaningful names for loaded programs. Now 'tasks' kconsole command is much less obscure.  
/trunk/kernel/generic/include/proc/program.h
/trunk/kernel/generic/include/proc/task.h
/trunk/kernel/generic/src/main/kinit.c
/trunk/kernel/generic/src/proc/program.c
/trunk/kernel/generic/src/proc/task.c
/trunk/kernel/generic/src/proc/thread.c
/trunk/uspace/app/trace/trace.c
/trunk/uspace/lib/libc/generic/loader.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/loader/loader.h
3565 5711 d 12 h svoboda /trunk/ Fix sys_thread_create(): could fail when passed name was at end of mapping, could crash if provided name was not null-terminated.  
/trunk/kernel/generic/include/proc/thread.h
/trunk/kernel/generic/src/proc/thread.c
/trunk/uspace/lib/libc/generic/thread.c
3564 5711 d 14 h svoboda /branches/dynload/ Get rid of warning.  
/branches/dynload/kernel/arch/ia32/include/barrier.h
/branches/dynload/uspace/lib/libc/Makefile
3563 5711 d 14 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 5711 d 16 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 5711 d 17 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 5712 d 12 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
3559 5712 d 12 h svoboda /trunk/uspace/srv/loader/ Fix: Quit loader when caller hangs up (was leaking VCs).  
/trunk/uspace/srv/loader/main.c
3558 5712 d 13 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 5712 d 13 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 5712 d 13 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 5712 d 13 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 5712 d 13 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 5712 d 14 h svoboda /branches/dynload/uspace/lib/rtld/ Fix bug in handling modules with zero dependencies.  
/branches/dynload/uspace/lib/rtld/module.c
3552 5713 d 12 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
3551 5713 d 12 h jermar /trunk/uspace/srv/fs/fat/ Need to initialize the lcl variable via a call to fat_cluster_walk().  
/trunk/uspace/srv/fs/fat/fat_fat.c
3550 5713 d 12 h jermar /trunk/uspace/srv/fs/fat/ Extend _fat_blcks_get() to fat_cluster_walk(). Use fat_cluster_walk() to
implement fat_clusters_get() and _fat_block_get().
 
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3549 5714 d 11 h rimsky /branches/sparc/ Implemented uspace Serengeti drivers for kbd and fb. Integrated with other parts of HelenOS. Now it is possible to play Tetris on a simulated Serengeti machine (usiii.simics).  
/branches/sparc/uspace/srv/fb/sgcn.c
/branches/sparc/uspace/srv/fb/sgcn.h
/branches/sparc/uspace/srv/kbd/arch/sparc64/include/sgcn.h
/branches/sparc/uspace/srv/kbd/arch/sparc64/src/sgcn.c
/branches/sparc/uspace/srv/kbd/genarch/include/nofb.h
/branches/sparc/uspace/srv/kbd/genarch/src/nofb.c
/branches/sparc/boot/arch/sparc64/loader/asm.S
/branches/sparc/kernel/Makefile
/branches/sparc/kernel/arch/sparc64/Makefile.inc
/branches/sparc/kernel/arch/sparc64/include/drivers/kbd.h
/branches/sparc/kernel/arch/sparc64/include/drivers/sgcn.h
/branches/sparc/kernel/arch/sparc64/src/console.c
/branches/sparc/kernel/arch/sparc64/src/drivers/sgcn.c
/branches/sparc/kernel/arch/sparc64/src/sparc64.c
/branches/sparc/kernel/generic/src/main/kinit.c
/branches/sparc/kernel/generic/src/proc/thread.c
/branches/sparc/kernel/kernel.config
/branches/sparc/usiii.simics
/branches/sparc/uspace/srv/console/console.c
/branches/sparc/uspace/srv/fb/Makefile
/branches/sparc/uspace/srv/fb/main.c
/branches/sparc/uspace/srv/kbd/Makefile
/branches/sparc/uspace/srv/kbd/arch/mips32/src/kbd.c
/branches/sparc/uspace/srv/kbd/arch/sparc64/src/kbd.c
3548 5714 d 12 h jermar /trunk/uspace/srv/fs/fat/ More fat_truncate() bits.  
/trunk/uspace/srv/fs/fat/fat_ops.c
3547 5714 d 12 h jermar /trunk/uspace/srv/fs/fat/ Enable fat_write().  
/trunk/uspace/srv/fs/fat/fat_ops.c
3546 5714 d 12 h jermar /trunk/uspace/srv/fs/fat/ Start implementing fat_truncate().  
/trunk/uspace/srv/fs/fat/fat.c
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3545 5715 d 11 h decky /trunk/tools/ skip .svn also during calculation of filesystem size
use cluster as small as a sector
 
/trunk/tools/mkfat.py
3544 5716 d 15 h jermar /trunk/uspace/lib/libblock/ Dirty blocks will be synced only before being recycled.  
/trunk/uspace/lib/libblock/libblock.c
3543 5716 d 15 h jermar /trunk/uspace/lib/libblock/ Implementation of block_put().  
/trunk/uspace/lib/libblock/libblock.c
3542 5716 d 17 h jermar /trunk/uspace/ Do not use/pass the superfluous block size argument to block_get().  
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h
/trunk/uspace/srv/fs/fat/fat_fat.c
3541 5716 d 17 h svoboda /trunk/tools/ Do not add .svn directories to initial ramdisk.  
/trunk/tools/mkfat.py
/trunk/tools/mktmpfs.py
3540 5716 d 19 h jermar /trunk/uspace/lib/libblock/ Enable the block cache for block_get().
Boot from FAT is now much faster.
 
/trunk/uspace/lib/libblock/libblock.c