Subversion Repositories HelenOS-historic

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
1018 6615 d 2 h decky /boot/trunk/ boot loader for msim  
/boot/trunk/arch/mips32
/boot/trunk/arch/mips32/Makefile.inc
/boot/trunk/arch/mips32/loader
/boot/trunk/arch/mips32/loader/Makefile
/boot/trunk/arch/mips32/loader/_link.ld
/boot/trunk/arch/mips32/loader/asm.S
/boot/trunk/arch/mips32/loader/asm.h
/boot/trunk/arch/mips32/loader/boot.S
/boot/trunk/arch/mips32/loader/main.c
/boot/trunk/arch/mips32/loader/main.h
/boot/trunk/arch/mips32/loader/msim.c
/boot/trunk/arch/mips32/loader/msim.h
/boot/trunk/arch/mips32/loader/printf.c
/boot/trunk/arch/mips32/loader/printf.h
/boot/trunk/arch/mips32/loader/regname.h
/boot/trunk/boot.config
1017 6615 d 2 h decky /kernel/trunk/ mips: remove load.bin
remove arch/boot infrastructure
 
/kernel/trunk/arch/mips32/boot
/kernel/trunk/Makefile
/kernel/trunk/contrib/conf/msim.conf
1016 6615 d 2 h jermar /kernel/trunk/arch/ia32/src/ Improved ia32 interrupt handlers.  
/kernel/trunk/arch/ia32/src/asm.S
1015 6615 d 2 h decky /uspace/trunk/libc/ make it the proper way  
/uspace/trunk/libc/Makefile
1014 6615 d 3 h palkovsky /uspace/trunk/ Init now build on library change.
Fix weird symlink.
 
/uspace/trunk/init/Makefile
/uspace/trunk/libc/Makefile
1013 6615 d 4 h palkovsky /uspace/trunk/ Allow correct rebuilding based on boot architecture.  
/uspace/trunk/Makefile
1012 6615 d 4 h palkovsky /kernel/trunk/ Allow correct rebuilding based on boot architecture.  
/kernel/trunk/Makefile
1011 6615 d 4 h palkovsky /boot/trunk/ Build correctly uspace and kernel based on boot architecture.  
/boot/trunk/Makefile
1010 6615 d 4 h cejka /uspace/trunk/libc/ Fixed problem with stackarg/stdarg for 64-bit platforms.  
/uspace/trunk/libc/arch/amd64/include/stackarg.h
/uspace/trunk/libc/arch/ia32/include/stackarg.h
/uspace/trunk/libc/arch/ia64/include/stackarg.h
/uspace/trunk/libc/arch/mips32/include/stackarg.h
/uspace/trunk/libc/generic/io/io.c
/uspace/trunk/libc/generic/io/print.c
/uspace/trunk/libc/include/stdarg.h
1009 6615 d 4 h cejka /boot/trunk/arch/amd64/ Uspace included to rebuild image.boot  
/boot/trunk/arch/amd64/Makefile.inc
1008 6615 d 4 h jermar /kernel/trunk/ Fix bug in ia32 interrupt handlers.
Handlers for interrupts greater than 31 wrapped the shift around and thus failed to correctly identify
the need to emulate error word.
 
/kernel/trunk/arch/ia32/src/asm.S
/kernel/trunk/arch/ia32/src/interrupt.c
/kernel/trunk/generic/src/mm/tlb.c
1007 6615 d 5 h decky /kernel/trunk/ ppc32: preemptive scheduling works now
FPU context saving disabled for now
 
/kernel/trunk/arch/ppc32/include/asm.h
/kernel/trunk/arch/ppc32/include/context.h
/kernel/trunk/arch/ppc32/include/interrupt.h
/kernel/trunk/arch/ppc32/src/asm.S
/kernel/trunk/arch/ppc32/src/boot/boot.S
/kernel/trunk/arch/ppc32/src/dummy.s
/kernel/trunk/arch/ppc32/src/fpu_context.S
/kernel/trunk/arch/ppc32/src/interrupt.c
/kernel/trunk/arch/ppc32/src/ppc32.c
/kernel/trunk/generic/src/proc/scheduler.c
1006 6615 d 5 h palkovsky /uspace/trunk/libipc/ Added support for taskid source identification.  
/uspace/trunk/libipc/generic/ipc.c
/uspace/trunk/libipc/include/ipc.h
1005 6615 d 5 h palkovsky /kernel/trunk/generic/ Added support for taskid.  
/kernel/trunk/generic/include/ipc/ipc.h
/kernel/trunk/generic/include/proc/task.h
/kernel/trunk/generic/include/syscall/syscall.h
/kernel/trunk/generic/include/typedefs.h
/kernel/trunk/generic/src/ipc/ipc.c
/kernel/trunk/generic/src/proc/task.c
/kernel/trunk/generic/src/syscall/syscall.c
1004 6615 d 16 h decky /kernel/trunk/ ppc32: basic exception and interrupt handling  
/kernel/trunk/arch/ppc32/src/interrupt.c
/kernel/trunk/arch/amd64/src/dummy.s
/kernel/trunk/arch/ppc32/include/asm/spr.h
/kernel/trunk/arch/amd64/Makefile.inc
/kernel/trunk/arch/ppc32/Makefile.inc
/kernel/trunk/arch/ppc32/include/asm/regname.h
/kernel/trunk/arch/ppc32/include/drivers/cuda.h
/kernel/trunk/arch/ppc32/include/interrupt.h
/kernel/trunk/arch/ppc32/src/asm.S
/kernel/trunk/arch/ppc32/src/boot/boot.S
/kernel/trunk/arch/ppc32/src/drivers/cuda.c
/kernel/trunk/arch/ppc32/src/exception.S
/kernel/trunk/arch/ppc32/src/ppc32.c
/kernel/trunk/arch/ppc32/src/proc/scheduler.c
/kernel/trunk/kernel.config
1003 6615 d 16 h decky /boot/trunk/arch/ppc32/loader/ simplify register names  
/boot/trunk/arch/ppc32/loader/spr.h
/boot/trunk/arch/ppc32/loader/asm.S
/boot/trunk/arch/ppc32/loader/regname.h
1002 6615 d 16 h jermar /kernel/trunk/generic/ More lightweighed TLB shootdown implementation.  
/kernel/trunk/generic/include/cpu.h
/kernel/trunk/generic/include/mm/tlb.h
/kernel/trunk/generic/src/mm/tlb.c
1001 6615 d 17 h decky /kernel/trunk/arch/ppc32/include/ fix semantics  
/kernel/trunk/arch/ppc32/include/atomic.h
1000 6615 d 17 h decky /kernel/trunk/arch/ppc32/include/ add atomic_pre/post_inc/dec  
/kernel/trunk/arch/ppc32/include/atomic.h
999 6615 d 17 h palkovsky /uspace/trunk/ Completed asynchronous IPC.
Fixed sbrk.
Cleared some unnecessary defines in malloc.
Changed __u8 * to char * in list.
 
/uspace/trunk/libc/generic/string.c
/uspace/trunk/init/Makefile
/uspace/trunk/init/init.c
/uspace/trunk/libadt/include/list.h
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/generic/mmap.c
/uspace/trunk/libc/include/string.h
/uspace/trunk/libc/malloc/malloc.c
/uspace/trunk/libipc/Makefile
/uspace/trunk/libipc/generic/ipc.c
/uspace/trunk/libipc/include/ipc.h

Show All