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
3128 5865 d 15 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 5866 d 13 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 5866 d 13 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 5866 d 14 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 5866 d 20 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 5867 d 1 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 5867 d 16 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 5867 d 16 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 5869 d 18 h jermar /trunk/ Simple support for cscope.  
/trunk/Makefile
3119 5869 d 20 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 5869 d 20 h jermar /trunk/kernel/test/mm/ Fix formatter.  
/trunk/kernel/test/mm/slab1.c
3117 5869 d 21 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 5869 d 21 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 5869 d 21 h decky /trunk/uspace/app/klog/ wait until console is initiated  
/trunk/uspace/app/klog/klog.c
3114 5869 d 21 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 5870 d 11 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
3112 5870 d 11 h decky /trunk/uspace/ uspace klog  
/trunk/uspace/app/init/init.c
/trunk/uspace/app/klog/klog.c
/trunk/uspace/lib/libc/generic/io/stream.c
/trunk/uspace/lib/libc/include/io/stream.h
/trunk/uspace/lib/libc/include/stdio.h
3111 5870 d 14 h jermar /trunk/uspace/srv/fs/fat/ Put a frequently used construct into a function.  
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_idx.c
3110 5870 d 14 h jermar /trunk/uspace/srv/fs/fat/ Initialize global FAT IDX structures when the FAT server starts and initialize
per-file system FAT IDX structures when a file system gets mounted.
 
/trunk/uspace/srv/fs/fat/fat.c
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_idx.c
/trunk/uspace/srv/fs/fat/fat_ops.c
3109 5870 d 19 h jermar /trunk/uspace/srv/ Split the 'mount another filesystem here' and 'you are being mounted and the
device is this' mount semantics. Add VFS_MOUNTED VFS operation that corresponds
to the latter and reserve VFS_MOUNT only for the former. Because of this
change, the VFS server does not maintain the mr_node VFS node for the name space
root anymore and the VFS_LOOKUP operation is now not meant to be used on
unmounted file system, not even for looking up the root node of unmounted file
systems. In the light of these changes, TMPFS is now initialized from
tmpfs_mounted() function.
 
/trunk/uspace/srv/fs/tmpfs/tmpfs.c
/trunk/uspace/srv/fs/tmpfs/tmpfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
/trunk/uspace/srv/vfs/vfs.h
/trunk/uspace/srv/vfs/vfs_lookup.c
/trunk/uspace/srv/vfs/vfs_ops.c

Show All