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
3620 5672 d 6 h svoboda /trunk/kernel/generic/ Move stuff related to kbox to a separate struct.  
/trunk/kernel/generic/include/ipc/kbox.h
/trunk/kernel/generic/include/proc/task.h
/trunk/kernel/generic/src/ipc/kbox.c
/trunk/kernel/generic/src/proc/task.c
/trunk/kernel/generic/src/udebug/udebug_ipc.c
3619 5672 d 8 h vana /trunk/kernel/arch/ia64/src/smp/ IA64:smp.c Remove not important logs  
/trunk/kernel/arch/ia64/src/smp/smp.c
3618 5672 d 18 h rimsky /branches/sparc/ Support for framebuffers, where the first pixel is mapped to a different address than the OBP 'reg' property claims. Cleanup, comments, C-style.  
/branches/sparc/boot/arch/sparc64/loader/main.c
/branches/sparc/boot/genarch/ofw.c
/branches/sparc/boot/genarch/ofw_tree.c
/branches/sparc/kernel/arch/sparc64/include/mm/cache_spec.h
/branches/sparc/kernel/arch/sparc64/include/mm/tlb.h
/branches/sparc/kernel/arch/sparc64/src/console.c
/branches/sparc/kernel/arch/sparc64/src/cpu/cpu.c
/branches/sparc/kernel/arch/sparc64/src/drivers/scr.c
/branches/sparc/kernel/arch/sparc64/src/drivers/sgcn.c
/branches/sparc/kernel/arch/sparc64/src/mm/tlb.c
/branches/sparc/kernel/arch/sparc64/src/smp/smp.c
/branches/sparc/kernel/arch/sparc64/src/start.S
/branches/sparc/kernel/genarch/include/fb/fb.h
/branches/sparc/kernel/genarch/src/fb/fb.c
/branches/sparc/kernel/genarch/src/ofw/ofw_tree.c
/branches/sparc/usiii.simics
/branches/sparc/uspace/srv/fb/serial_console.c
/branches/sparc/uspace/srv/fb/serial_console.h
/branches/sparc/uspace/srv/fb/sgcn.c
/branches/sparc/uspace/srv/kbd/arch/sparc64/src/sgcn.c
3617 5673 d 0 h svoboda /trunk/kernel/generic/ Fix race that allowed Udebug to report THREAD_B events for threads already reported with THREAD_READ.  
/trunk/kernel/generic/include/udebug/udebug.h
/trunk/kernel/generic/src/proc/thread.c
/trunk/kernel/generic/src/udebug/udebug.c
3616 5673 d 0 h vana /trunk/ IA64 correctly find CPU wakeup vector from SAL & EFI memory map support  
/trunk/boot/arch/ia64/loader/gefi/HelenOS/hello.c
/trunk/kernel/arch/ia64/include/bootinfo.h
/trunk/kernel/arch/ia64/src/mm/frame.c
3615 5673 d 5 h jermar /trunk/uspace/srv/fs/fat/ Add implementation of fat_idx_destroy().  
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_idx.c
3614 5673 d 5 h svoboda /trunk/kernel/generic/src/syscall/ Add another stopping point.  
/trunk/kernel/generic/src/syscall/syscall.c
3613 5673 d 5 h svoboda /trunk/kernel/generic/ Merge feature from tracing: correct stopping of CPU-intensive tasks in udebug.  
/trunk/kernel/generic/include/udebug/udebug.h
/trunk/kernel/generic/src/interrupt/interrupt.c
/trunk/kernel/generic/src/time/clock.c
/trunk/kernel/generic/src/udebug/udebug.c
3612 5673 d 6 h svoboda /branches/tracing/uspace/ Merge latest trunk changes into tracing.  
/branches/tracing/uspace/app/tester/loop
/branches/tracing/uspace/app/tester/loop/loop1.c
/branches/tracing/uspace/app/tester/loop/loop1.def
/branches/tracing/uspace/app/tester/Makefile
/branches/tracing/uspace/app/tester/tester.c
/branches/tracing/uspace/app/tester/tester.h
/branches/tracing/uspace/srv/fs/fat/fat.h
/branches/tracing/uspace/srv/fs/fat/fat_ops.c
3611 5673 d 6 h svoboda /branches/tracing/kernel/generic/src/udebug/ Use LOG instead of print.  
/branches/tracing/kernel/generic/src/udebug/udebug.c
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
/branches/tracing/kernel/generic/src/udebug/udebug_ops.c
3610 5673 d 6 h svoboda /branches/tracing/kernel/generic/src/time/ Correct condition for running udebug_before_thread_runs().  
/branches/tracing/kernel/generic/src/time/clock.c
3609 5673 d 6 h jermar /trunk/uspace/srv/fs/fat/ Implementation of fat_create_node().  
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3608 5673 d 6 h svoboda /trunk/uspace/app/tester/ Add endless loop test.  
/trunk/uspace/app/tester/loop
/trunk/uspace/app/tester/loop/loop1.c
/trunk/uspace/app/tester/loop/loop1.def
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tester/tester.c
/trunk/uspace/app/tester/tester.h
3607 5673 d 17 h rimsky /branches/sparc/ Cleanup and minor fixes.  
/branches/sparc/kernel/arch/sparc64/include/drivers/simics_output.h
/branches/sparc/kernel/arch/sparc64/src/drivers/simics_output.c
/branches/sparc/boot/arch/sparc64/loader/ofwarch.c
/branches/sparc/boot/genarch/balloc.h
/branches/sparc/boot/genarch/ofw.c
/branches/sparc/kernel/arch/sparc64/Makefile.inc
/branches/sparc/kernel/arch/sparc64/include/mm/tlb.h
/branches/sparc/kernel/generic/src/main/main.c
/branches/sparc/uspace/app/init/init.c
/branches/sparc/uspace/srv/kbd/arch/sparc64/src/sgcn.c
3606 5673 d 18 h svoboda /branches/tracing/ Merge latest trunk changes into tracing.  
/branches/tracing/kernel/generic/include/udebug/udebug.h
/branches/tracing/kernel/generic/src/ipc/sysipc.c
/branches/tracing/kernel/generic/src/synch/futex.c
/branches/tracing/kernel/generic/src/syscall/syscall.c
/branches/tracing/kernel/generic/src/udebug/udebug.c
/branches/tracing/kernel/generic/src/udebug/udebug_ops.c
/branches/tracing/uspace/app/trace/trace.c
/branches/tracing/uspace/srv/console/console.c
3605 5673 d 18 h svoboda /trunk/uspace/app/trace/ Display hint on keyboard controls.  
/trunk/uspace/app/trace/trace.c
3604 5673 d 18 h svoboda /trunk/kernel/generic/ Get rid of int_lock from udebug_thread_t, as is flawed.  
/trunk/kernel/generic/include/udebug/udebug.h
/trunk/kernel/generic/src/udebug/udebug.c
3603 5673 d 19 h svoboda /trunk/ Stoppability sections must be much smaller (design error). Also fix deadlock in udebug_stop(). Fix pause functionality in tracer.  
/trunk/kernel/generic/src/ipc/sysipc.c
/trunk/kernel/generic/src/synch/futex.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/kernel/generic/src/udebug/udebug_ops.c
/trunk/uspace/app/trace/trace.c
3602 5673 d 21 h rimsky /branches/sparc/ Merge latest trunk changes into the sparc branch.  
/branches/sparc/kernel/arch/ppc32/src/mm/tlb.c
/branches/sparc/kernel/generic/include/udebug/udebug.h
/branches/sparc/kernel/generic/src/udebug/udebug.c
/branches/sparc/kernel/generic/src/udebug/udebug_ops.c
/branches/sparc/uspace/lib/libblock/libblock.c
/branches/sparc/uspace/lib/libblock/libblock.h
/branches/sparc/uspace/srv/console/console.c
/branches/sparc/uspace/srv/fs/fat/fat_fat.c
/branches/sparc/uspace/srv/fs/fat/fat_fat.h
/branches/sparc/uspace/srv/fs/fat/fat_ops.c
3601 5674 d 2 h svoboda /trunk/kernel/generic/ Replace 'stop' in udebug_thread_t with 'go' for consistency with nomenclature.  
/trunk/kernel/generic/include/udebug/udebug.h
/trunk/kernel/generic/src/udebug/udebug.c
/trunk/kernel/generic/src/udebug/udebug_ops.c

Show All