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
3446 5750 d 20 h svoboda /trunk/kernel/generic/include/ipc/ Fix: Rename ipc_kbox.h to kbox.h  
/trunk/kernel/generic/include/ipc/kbox.h
/trunk/kernel/generic/include/ipc/ipc_kbox.h
3445 5751 d 7 h jermar /trunk/kernel/ Rename ipc/ipc_kbox.c to ipc/kbox.c.  
/trunk/kernel/generic/src/ipc/kbox.c
/trunk/kernel/generic/src/ipc/ipc_kbox.c
/trunk/kernel/Makefile
/trunk/kernel/generic/src/ipc/ipc.c
/trunk/kernel/generic/src/ipc/sysipc.c
3444 5751 d 10 h svoboda /trunk/uspace/app/trace/ trace: Command-line options to select display mode. Skeleton 'protocol-level' mode (the default)  
/trunk/uspace/app/trace/trace.h
/trunk/uspace/app/trace/ipcp.c
/trunk/uspace/app/trace/trace.c
3443 5751 d 12 h svoboda /trunk/uspace/app/trace/ trace: Fix broken 'unknown' protocol, add 'system' protocol for more elegant handling of system IPC methods.  
/trunk/uspace/app/trace/ipcp.c
/trunk/uspace/app/trace/proto.c
/trunk/uspace/app/trace/proto.h
3442 5751 d 14 h svoboda /trunk/uspace/app/trace/ trace: Prettier startup/shutdown messages.  
/trunk/uspace/app/trace/trace.c
3441 5751 d 14 h svoboda /trunk/kernel/generic/src/ Use LOG() instead of printf() for debug messages.  
/trunk/kernel/generic/src/ipc/ipc_kbox.c
/trunk/kernel/generic/src/ipc/sysipc.c
/trunk/kernel/generic/src/udebug/udebug.c
/trunk/kernel/generic/src/udebug/udebug_ipc.c
/trunk/kernel/generic/src/udebug/udebug_ops.c
3440 5751 d 15 h rimsky /branches/sparc/kernel/arch/sparc64/ TLB modifications in order to make functions tlb_print and tlb_invalidate_all work correctly in US-III.  
/branches/sparc/kernel/arch/sparc64/include/mm/tlb.h
/branches/sparc/kernel/arch/sparc64/include/mm/tte.h
/branches/sparc/kernel/arch/sparc64/src/mm/tlb.c
3439 5751 d 15 h svoboda /trunk/uspace/app/trace/ Let trace display advice when udebug is not compiled in.  
/trunk/uspace/app/trace/trace.c
3438 5751 d 16 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
3437 5751 d 18 h svoboda /branches/tracing/uspace/ Merge latest trunk changes into tracing  
/branches/tracing/uspace/app/bdsh/config.h
/branches/tracing/uspace/lib/libc/generic/string.c
/branches/tracing/uspace/lib/libc/include/string.h
3436 5751 d 18 h svoboda /branches/tracing/uspace/app/trace/ Rename 'sctrace' to 'trace', part two.  
/branches/tracing/uspace/app/trace/trace.c
/branches/tracing/uspace/app/trace/sctrace.c
/branches/tracing/uspace/app/trace/Makefile
3435 5751 d 18 h svoboda /branches/tracing/ Rename 'sctrace' to 'trace', part one.  
/branches/tracing/uspace/app/trace
/branches/tracing/uspace/app/sctrace
/branches/tracing/boot/arch/amd64/Makefile.inc
/branches/tracing/boot/arch/arm32/loader/Makefile
/branches/tracing/boot/arch/ia32/Makefile.inc
/branches/tracing/boot/arch/ia32xen/Makefile.inc
/branches/tracing/boot/arch/ia32xen/grub/menu.lst
/branches/tracing/boot/arch/ia64/loader/Makefile
/branches/tracing/boot/arch/mips32/loader/Makefile
/branches/tracing/boot/arch/ppc32/loader/Makefile
/branches/tracing/boot/arch/ppc64/loader/Makefile
/branches/tracing/boot/arch/sparc64/loader/Makefile
/branches/tracing/uspace/Makefile
/branches/tracing/uspace/app/trace/Makefile
/branches/tracing/uspace/app/trace/errors.c
/branches/tracing/uspace/app/trace/errors.h
/branches/tracing/uspace/app/trace/ipc_desc.c
/branches/tracing/uspace/app/trace/ipc_desc.h
/branches/tracing/uspace/app/trace/ipcp.c
/branches/tracing/uspace/app/trace/ipcp.h
/branches/tracing/uspace/app/trace/proto.c
/branches/tracing/uspace/app/trace/proto.h
/branches/tracing/uspace/app/trace/sctrace.c
/branches/tracing/uspace/app/trace/syscalls.c
/branches/tracing/uspace/app/trace/syscalls.h
3434 5751 d 22 h post /trunk/uspace/app/bdsh/ Drop references to __HELENOS__ in config.h  
/trunk/uspace/app/bdsh/config.h
3433 5752 d 6 h svoboda /branches/tracing/kernel/ Move kbox handling code into a separate module.  
/branches/tracing/kernel/generic/include/ipc/ipc_kbox.h
/branches/tracing/kernel/generic/src/ipc/ipc_kbox.c
/branches/tracing/kernel/Makefile
/branches/tracing/kernel/generic/include/ipc/ipc.h
/branches/tracing/kernel/generic/src/ipc/ipc.c
/branches/tracing/kernel/generic/src/ipc/sysipc.c
3432 5752 d 7 h svoboda /branches/tracing/kernel/arch/arm32/src/mm/ Remove unneeded return statement.  
/branches/tracing/kernel/arch/arm32/src/mm/page_fault.c
3431 5752 d 7 h svoboda /branches/tracing/kernel/ Add configuration option CONFIG_UDEBUG to compile udebug in the kernel or not.  
/branches/tracing/kernel/Makefile
/branches/tracing/kernel/arch/amd64/src/debugger.c
/branches/tracing/kernel/arch/arm32/src/mm/page_fault.c
/branches/tracing/kernel/arch/ia32/Makefile.inc
/branches/tracing/kernel/arch/ia32/src/ia32.c
/branches/tracing/kernel/arch/mips32/src/exception.c
/branches/tracing/kernel/arch/ppc32/src/interrupt.c
/branches/tracing/kernel/generic/include/mm/as.h
/branches/tracing/kernel/generic/include/proc/task.h
/branches/tracing/kernel/generic/include/proc/thread.h
/branches/tracing/kernel/generic/src/interrupt/interrupt.c
/branches/tracing/kernel/generic/src/ipc/ipc.c
/branches/tracing/kernel/generic/src/ipc/sysipc.c
/branches/tracing/kernel/generic/src/main/uinit.c
/branches/tracing/kernel/generic/src/mm/as.c
/branches/tracing/kernel/generic/src/proc/task.c
/branches/tracing/kernel/generic/src/proc/thread.c
/branches/tracing/kernel/generic/src/syscall/syscall.c
/branches/tracing/kernel/generic/src/time/clock.c
/branches/tracing/kernel/kernel.config
3430 5752 d 8 h svoboda /branches/tracing/kernel/arch/ia32/src/ Do not enable interrupts in ia32 breakpoint exception handler.  
/branches/tracing/kernel/arch/ia32/src/breakpoint.c
3429 5752 d 17 h svoboda /branches/tracing/uspace/app/debug/ debug: pass task ID as a command-line argument  
/branches/tracing/uspace/app/debug/main.c
3428 5752 d 17 h svoboda /branches/tracing/ sctrace: pass task ID as a command-line argument  
/branches/tracing/kernel/generic/src/udebug/udebug.c
/branches/tracing/uspace/app/sctrace/sctrace.c
3427 5752 d 18 h post /trunk/uspace/lib/libc/ Added strtok() and strtok_r() to userspace libc  
/trunk/uspace/lib/libc/generic/string.c
/trunk/uspace/lib/libc/include/string.h

Show All