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
3515 5668 d 18 h pillai /branches/arm/ Infrastructure for qemu port  
/branches/arm/boot/arch/arm32/loader/print/write.c
/branches/arm/boot/arch/arm32/loader/print/gxemul.c
/branches/arm/HelenOS.config
/branches/arm/Makefile
/branches/arm/boot/arch/arm32/Makefile.inc
/branches/arm/boot/arch/arm32/loader/Makefile
/branches/arm/kernel/arch/arm32/Makefile.inc
/branches/arm/kernel/arch/arm32/include/machine.h
3484 5692 d 16 h pillai /branches/arm/boot/arch/arm32/loader/ Reserve stack space for boot code  
/branches/arm/boot/arch/arm32/loader/_link.ld.in
/branches/arm/boot/arch/arm32/loader/boot.S
/branches/arm/boot/arch/arm32/loader/print/gxemul.c
3478 5698 d 19 h decky /branches/arm/ new arm branch  
/branches/arm
3462 5705 d 19 h svoboda /trunk/ Include trace on sparc64 ramdisk. Assorted fixes.  
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/uspace/app/trace/ipcp.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/generic/udebug.c
/trunk/uspace/lib/libc/include/task.h
3438 5708 d 18 h svoboda /trunk/ Merge syscall tracer (trace) and relevant part of udebug interface from tracing to trunk.  
/trunk/kernel/generic/include/ipc/ipc_kbox.h
/trunk/kernel/generic/include/udebug
/trunk/kernel/generic/include/udebug/udebug.h
/trunk/kernel/generic/include/udebug/udebug_ipc.h
/trunk/kernel/generic/include/udebug/udebug_ops.h
/trunk/kernel/generic/src/ipc/ipc_kbox.c
/trunk/kernel/generic/src/udebug
/trunk/kernel/generic/src/udebug/udebug.c
/trunk/kernel/generic/src/udebug/udebug_ipc.c
/trunk/kernel/generic/src/udebug/udebug_ops.c
/trunk/uspace/app/trace
/trunk/uspace/app/trace/Makefile
/trunk/uspace/app/trace/errors.c
/trunk/uspace/app/trace/errors.h
/trunk/uspace/app/trace/ipc_desc.c
/trunk/uspace/app/trace/ipc_desc.h
/trunk/uspace/app/trace/ipcp.c
/trunk/uspace/app/trace/ipcp.h
/trunk/uspace/app/trace/proto.c
/trunk/uspace/app/trace/proto.h
/trunk/uspace/app/trace/syscalls.c
/trunk/uspace/app/trace/syscalls.h
/trunk/uspace/app/trace/trace.c
/trunk/uspace/lib/libc/generic/udebug.c
/trunk/uspace/lib/libc/include/udebug.h
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/ppc64/loader/Makefile
/trunk/kernel/Makefile
/trunk/kernel/generic/include/ipc/ipc.h
/trunk/kernel/generic/include/ipc/sysipc.h
/trunk/kernel/generic/include/proc/task.h
/trunk/kernel/generic/include/proc/thread.h
/trunk/kernel/generic/include/syscall/syscall.h
/trunk/kernel/generic/src/ipc/ipc.c
/trunk/kernel/generic/src/ipc/sysipc.c
/trunk/kernel/generic/src/main/uinit.c
/trunk/kernel/generic/src/proc/task.c
/trunk/kernel/generic/src/proc/thread.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/kernel/kernel.config
/trunk/uspace/Makefile
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/generic/ipc.c
/trunk/uspace/lib/libc/include/ipc/ipc.h
3410 5711 d 16 h svoboda /trunk/ Introduce directories '/app' and '/srv' on ramdisk instead of '/sbin' to mirror source tree.  
/trunk/uspace/dist/app
/trunk/uspace/dist/srv
/trunk/uspace/dist/sbin
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/uspace/app/bdsh/config.h
/trunk/uspace/app/init/init.c
3408 5711 d 19 h jermar /trunk/boot/arch/sparc64/loader/ Use memmove() instead of memcpy() to copy the ramdisk image in the sparc64 loader.  
/trunk/boot/arch/sparc64/loader/main.c
3407 5711 d 19 h jermar /trunk/boot/arch/sparc64/loader/ Prevent gcc from generating FPU code for the sparc64 loader.  
/trunk/boot/arch/sparc64/loader/Makefile
3405 5711 d 20 h jermar /trunk/boot/generic/ Implement memmove() for the use in the boot component.  
/trunk/boot/generic/string.c
/trunk/boot/generic/string.h
3399 5712 d 16 h jermar /trunk/boot/arch/sparc64/ Support for ramdisks external to image.boot on sparc64.

The sparc64 port can now boot from a ramdisk which is not part of image.boot.
This allows us to use larger ramdisks with SILO.
 
/trunk/boot/arch/sparc64/Makefile.inc
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/boot/arch/sparc64/loader/main.c
/trunk/boot/arch/sparc64/silo/silo.conf
3391 5718 d 0 h jermar /trunk/ Remove ia64 legacy init address and init size macros.
Remove now unneeded vmaxlma.c.
 
/trunk/boot/tools/ia64
/trunk/boot/arch/ia64/Makefile.inc
/trunk/kernel/arch/ia64/Makefile.inc
3388 5719 d 9 h jermar /trunk/boot/arch/sparc64/loader/ Be aware of the ramdisk passed by SILO.  
/trunk/boot/arch/sparc64/loader/boot.S
/trunk/boot/arch/sparc64/loader/main.c
/trunk/boot/arch/sparc64/loader/main.h
3387 5720 d 19 h decky /trunk/ ppc32 updates  
/trunk/boot/arch/ppc32/loader/main.c
/trunk/boot/arch/ppc32/loader/ofwarch.c
/trunk/contrib/toolchain/toolchain.ppc32.sh
3369 5729 d 13 h decky /trunk/ configurable cross-compiler prefix (using CROSS_PREFIX)  
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/ppc64/loader/Makefile
/trunk/contrib/toolchain/toolchain.amd64.sh
/trunk/contrib/toolchain/toolchain.arm32.sh
/trunk/contrib/toolchain/toolchain.ia32.sh
/trunk/contrib/toolchain/toolchain.ia64.sh
/trunk/contrib/toolchain/toolchain.mipseb32.sh
/trunk/contrib/toolchain/toolchain.mipsel32.sh
/trunk/contrib/toolchain/toolchain.ppc32.sh
/trunk/contrib/toolchain/toolchain.ppc64.sh
/trunk/kernel/arch/amd64/Makefile.inc
/trunk/kernel/arch/arm32/Makefile.inc
/trunk/kernel/arch/ia32/Makefile.inc
/trunk/kernel/arch/ia32xen/Makefile.inc
/trunk/kernel/arch/ia64/Makefile.inc
/trunk/kernel/arch/mips32/Makefile.inc
/trunk/kernel/arch/ppc32/Makefile.inc
/trunk/kernel/arch/ppc64/Makefile.inc
/trunk/uspace/lib/libc/arch/amd64/Makefile.inc
/trunk/uspace/lib/libc/arch/arm32/Makefile.inc
/trunk/uspace/lib/libc/arch/ia32/Makefile.inc
/trunk/uspace/lib/libc/arch/ia64/Makefile.inc
/trunk/uspace/lib/libc/arch/mips32/Makefile.inc
/trunk/uspace/lib/libc/arch/mips32eb/Makefile.inc
/trunk/uspace/lib/libc/arch/ppc32/Makefile.inc
/trunk/uspace/lib/libc/arch/ppc64/Makefile.inc
3368 5729 d 14 h decky /trunk/ configurable cross-compiler prefix (using CROSS_PREFIX)  
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/contrib/toolchain/toolchain.sparc64.sh
/trunk/kernel/arch/sparc64/Makefile.inc
/trunk/uspace/lib/libc/arch/sparc64/Makefile.inc
3349 5734 d 19 h jermar /trunk/ Enable bdsh in most of the architectures, remove cli and simplify init.  
/trunk/uspace/app/cli
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/uspace/Makefile
/trunk/uspace/app/init/init.c
3346 5734 d 21 h post /trunk/ Merge with shell @ 3241 for bdsh  
/trunk/uspace/app/bdsh
/trunk/uspace/lib/libc/generic/getopt.c
/trunk/uspace/lib/libc/include/getopt.h
/trunk/boot/arch/ia32/Makefile.inc
/trunk/uspace/Makefile
/trunk/uspace/app/init/init.c
/trunk/uspace/lib/libc/Makefile
3324 5741 d 14 h jermar /trunk/boot/arch/sparc64/loader/ Boot support for FAT16 on sparc64.  
/trunk/boot/arch/sparc64/loader/Makefile
3323 5741 d 14 h jermar /trunk/boot/arch/ppc32/loader/ Boot support for FAT16 on ppc32. Currently breaks the system.  
/trunk/boot/arch/ppc32/loader/Makefile
3322 5741 d 14 h jermar /trunk/boot/arch/mips32/loader/ Boot support for FAT16 on mips32.
Not fully functional, but probably for another reason than on arm32.
 
/trunk/boot/arch/mips32/loader/Makefile

Show All