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
3132 5859 d 23 h svoboda /branches/dynload/ Fix unintended mips32 makefile modification introduced in r2996. Fix mips32.s in iloader.  
/branches/dynload/boot/arch/mips32/loader/Makefile
/branches/dynload/uspace/app/iloader/arch/mips32/mips32.s
/branches/dynload/uspace/lib/libc/arch/mips32/Makefile.inc
3131 5860 d 4 h svoboda /branches/dynload/uspace/app/iloader/ Add per-arch assembler routines for jumping to program entry point, making ia64 finally work.  
/branches/dynload/uspace/app/iloader/arch/amd64/amd64.s
/branches/dynload/uspace/app/iloader/arch/arm32/arm32.s
/branches/dynload/uspace/app/iloader/arch/ia32/ia32.s
/branches/dynload/uspace/app/iloader/arch/ia64/ia64.s
/branches/dynload/uspace/app/iloader/arch/mips32/mips32.s
/branches/dynload/uspace/app/iloader/arch/ppc32/ppc32.s
/branches/dynload/uspace/app/iloader/include/arch.h
/branches/dynload/uspace/app/iloader/Makefile
/branches/dynload/uspace/app/iloader/arch/amd64/Makefile.inc
/branches/dynload/uspace/app/iloader/arch/arm32/Makefile.inc
/branches/dynload/uspace/app/iloader/arch/ia32/Makefile.inc
/branches/dynload/uspace/app/iloader/arch/ia64/Makefile.inc
/branches/dynload/uspace/app/iloader/arch/mips32/Makefile.inc
/branches/dynload/uspace/app/iloader/arch/ppc32/Makefile.inc
/branches/dynload/uspace/app/iloader/elf_load.c
3130 5860 d 8 h jermar /trunk/kernel/generic/src/mm/ Add a comment explaining the reason for a memory barrier after page table update in detail.  
/trunk/kernel/generic/src/mm/page.c
3129 5860 d 20 h svoboda /branches/dynload/ initial ia64 support in iloader (broken)  
/branches/dynload/uspace/app/iloader/arch/ia64
/branches/dynload/uspace/app/iloader/arch/ia64/Makefile.inc
/branches/dynload/uspace/app/iloader/arch/ia64/_link.ld.in
/branches/dynload/uspace/app/iloader/arch/ia64/include
/branches/dynload/uspace/app/iloader/arch/ia64/include/pcb.h
/branches/dynload/boot/arch/ia64/loader/Makefile
/branches/dynload/kernel/generic/src/mm/as.c
/branches/dynload/uspace/app/iloader/arch/amd64/_link.ld.in
/branches/dynload/uspace/app/iloader/elf_load.c
3128 5860 d 21 h jermar /trunk/kernel/generic/src/mm/ Issue a memory barrier after modifying a page table mapping in order to
prevent memory prefetching.
 
/trunk/kernel/generic/src/mm/page.c
3127 5861 d 18 h svoboda /branches/tracing/kernel/generic/src/ Fix rounding error in as_debug_write() - prevent panic when writing on page boundary  
/branches/tracing/kernel/generic/src/mm/as.c
/branches/tracing/kernel/generic/src/udebug/udebug_ops.c
3126 5861 d 18 h svoboda /branches/tracing/uspace/app/debug/arch/arm32/src/ Add support for frequent 'mov pc, lr' instr. on arm32  
/branches/tracing/uspace/app/debug/arch/arm32/src/arm32.c
3125 5861 d 19 h svoboda /branches/tracing/kernel/arch/arm32/src/ ARM bkpt causes prefetch abort, not data abort  
/branches/tracing/kernel/arch/arm32/src/exception.c
/branches/tracing/kernel/arch/arm32/src/mm/page_fault.c
3124 5862 d 1 h svoboda /branches/tracing/uspace/app/debug/arch/arm32/ Add basic arm32 support to debugger.  
/branches/tracing/uspace/app/debug/arch/arm32
/branches/tracing/uspace/app/debug/arch/arm32/Makefile.inc
/branches/tracing/uspace/app/debug/arch/arm32/include
/branches/tracing/uspace/app/debug/arch/arm32/include/arch.h
/branches/tracing/uspace/app/debug/arch/arm32/include/types.h
/branches/tracing/uspace/app/debug/arch/arm32/src
/branches/tracing/uspace/app/debug/arch/arm32/src/arm32.c
3123 5862 d 6 h svoboda /branches/tracing/kernel/arch/arm32/src/ Generating breakpoint events on arm32. (GXemul must be patched to support ARM BKPT instruction.)  
/branches/tracing/kernel/arch/arm32/src/exception.c
3122 5862 d 21 h svoboda /branches/tracing/kernel/arch/arm32/include/ Add missing include of arch/exception.h to arm32/arch/interrupt.h  
/branches/tracing/kernel/arch/arm32/include/interrupt.h
3121 5862 d 21 h svoboda /branches/tracing/uspace/app/ Add initial ppc32 support to debugger. (Won't work yet because of missing IMBs and such).  
/branches/tracing/uspace/app/debug/arch/ppc32
/branches/tracing/uspace/app/debug/arch/ppc32/Makefile.inc
/branches/tracing/uspace/app/debug/arch/ppc32/include
/branches/tracing/uspace/app/debug/arch/ppc32/include/arch.h
/branches/tracing/uspace/app/debug/arch/ppc32/include/types.h
/branches/tracing/uspace/app/debug/arch/ppc32/src
/branches/tracing/uspace/app/debug/arch/ppc32/src/ppc32.c
/branches/tracing/uspace/app/debug/genarch/Makefile.inc
/branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c
/branches/tracing/uspace/app/tester/debug/debug1.c
3120 5864 d 23 h jermar /trunk/ Simple support for cscope.  
/trunk/Makefile
3119 5865 d 1 h jermar /trunk/uspace/srv/fs/fat/ Initialize in-core FAT root directory node during mount.  
/trunk/uspace/srv/fs/fat/fat_ops.c
3118 5865 d 1 h jermar /trunk/kernel/test/mm/ Fix formatter.  
/trunk/kernel/test/mm/slab1.c
3117 5865 d 2 h svoboda /trunk/uspace/ Make getchar() and tester behave sanely when there's no console.  
/trunk/uspace/app/tester/tester.c
/trunk/uspace/lib/libc/generic/io/stream.c
3116 5865 d 2 h svoboda /branches/tracing/kernel/arch/ppc32/ Generating udebug breakpoint events on ppc32  
/branches/tracing/kernel/arch/ppc32/include/interrupt.h
/branches/tracing/kernel/arch/ppc32/include/regutils.h
/branches/tracing/kernel/arch/ppc32/src/interrupt.c
3115 5865 d 2 h decky /trunk/uspace/app/klog/ wait until console is initiated  
/trunk/uspace/app/klog/klog.c
3114 5865 d 3 h svoboda /branches/tracing/kernel/arch/ppc32/include/ ppc32: fix swapped msr bits in renames.h. Implement istate_from_uspace()  
/branches/tracing/kernel/arch/ppc32/include/regutils.h
/branches/tracing/kernel/arch/ppc32/include/asm/regname.h
/branches/tracing/kernel/arch/ppc32/include/exception.h
3113 5865 d 16 h decky /trunk/kernel/generic/ rename SYS_IO to SYS_KLOG
do not notify uspace klog with every single character, introduce some latency
 
/trunk/kernel/generic/include/syscall/syscall.h
/trunk/kernel/generic/src/console/console.c
/trunk/kernel/generic/src/syscall/syscall.c

Show All