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
3438 5727 d 0 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 5729 d 22 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 5730 d 0 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 5730 d 0 h jermar /trunk/boot/arch/sparc64/loader/ Prevent gcc from generating FPU code for the sparc64 loader.  
/trunk/boot/arch/sparc64/loader/Makefile
3405 5730 d 1 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 5730 d 22 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 5736 d 6 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 5737 d 15 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 5739 d 1 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 5747 d 19 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 5747 d 20 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 5753 d 1 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 5753 d 3 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 5759 d 19 h jermar /trunk/boot/arch/sparc64/loader/ Boot support for FAT16 on sparc64.  
/trunk/boot/arch/sparc64/loader/Makefile
3323 5759 d 19 h jermar /trunk/boot/arch/ppc32/loader/ Boot support for FAT16 on ppc32. Currently breaks the system.  
/trunk/boot/arch/ppc32/loader/Makefile
3322 5759 d 20 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
3321 5759 d 20 h jermar /trunk/boot/arch/arm32/loader/ Boot support for FAT16 on arm32.  
/trunk/boot/arch/arm32/loader/Makefile
3320 5759 d 21 h jermar /trunk/boot/arch/ia32/ Enable booting from FAT on ia32.  
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/ia32/grub/menu.lst
3274 5764 d 21 h jermar /trunk/ memcpy(), memmove() and similar functions return dst instead of src.
Fix all implementations, including those in assembly. ppc32 assembly
version didn't seem to be affected by this.
 
/trunk/boot/arch/arm32/loader/asm.S
/trunk/boot/arch/mips32/loader/asm.S
/trunk/boot/arch/sparc64/loader/asm.S
/trunk/kernel/arch/amd64/src/asm_utils.S
/trunk/kernel/arch/arm32/src/asm.S
/trunk/kernel/arch/ia32/src/asm.S
/trunk/kernel/arch/ia32xen/src/asm.S
/trunk/kernel/arch/ia64/src/asm.S
/trunk/kernel/arch/mips32/src/asm.S
/trunk/kernel/arch/sparc64/src/asm.S
/trunk/kernel/generic/src/lib/memstr.c
/trunk/uspace/lib/libc/generic/string.c
3258 5765 d 18 h decky /trunk/boot/arch/ use less cryptic filenames  
/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

Show All