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
2931 5886 d 16 h svoboda /branches/dynload/kernel/generic/src/syscall/ Fix format specifier when printing unknown syscall id  
/branches/dynload/kernel/generic/src/syscall/syscall.c
2930 5886 d 17 h svoboda /branches/tracing/uspace/app/ Revert c2928 so that iloader is only in dynload branch  
/branches/tracing/uspace/app/iloader
2929 5886 d 17 h svoboda /branches/dynload/uspace/app/iloader/ Merge iloader (c2928) from tracing to dynload  
/branches/dynload/uspace/app/iloader
2928 5886 d 18 h svoboda /branches/tracing/uspace/app/iloader/ Add Initial Loader (iloader), a program that can load a statically-linked ELF image from VFS into its address space and run it.  
/branches/tracing/uspace/app/iloader
/branches/tracing/uspace/app/iloader/Makefile
/branches/tracing/uspace/app/iloader/arch
/branches/tracing/uspace/app/iloader/arch/ia32
/branches/tracing/uspace/app/iloader/arch/ia32/_link.ld.in
/branches/tracing/uspace/app/iloader/elf.c
/branches/tracing/uspace/app/iloader/elf.h
/branches/tracing/uspace/app/iloader/main.c
2927 5886 d 19 h decky /branches/dynload/ added dynload branch  
/branches/dynload
2925 5886 d 19 h svoboda /branches/tracing/ Merged latest trunk changes to tracing branch  
/branches/tracing/uspace/lib/libc/arch/amd64/include/byteorder.h
/branches/tracing/uspace/lib/libc/arch/arm32/include/byteorder.h
/branches/tracing/uspace/lib/libc/arch/ia32/include/byteorder.h
/branches/tracing/uspace/lib/libc/arch/ia64/include/byteorder.h
/branches/tracing/uspace/lib/libc/arch/mips32/include/byteorder.h
/branches/tracing/uspace/lib/libc/arch/mips32eb/include/byteorder.h
/branches/tracing/uspace/lib/libc/arch/ppc32/include/byteorder.h
/branches/tracing/uspace/lib/libc/arch/ppc64/include/byteorder.h
/branches/tracing/uspace/lib/libc/arch/sparc64/include/byteorder.h
/branches/tracing/uspace/lib/libc/include/byteorder.h
/branches/tracing/uspace/srv/fs/fat/fat_idx.c
/branches/tracing/tools/build
/branches/tracing/uspace/lib/libc/arch/amd64/include/endian.h
/branches/tracing/uspace/lib/libc/arch/arm32/include/endian.h
/branches/tracing/uspace/lib/libc/arch/ia32/include/endian.h
/branches/tracing/uspace/lib/libc/arch/ia64/include/endian.h
/branches/tracing/uspace/lib/libc/arch/mips32/include/endian.h
/branches/tracing/uspace/lib/libc/arch/mips32eb/include/endian.h
/branches/tracing/uspace/lib/libc/arch/ppc32/include/endian.h
/branches/tracing/uspace/lib/libc/arch/ppc64/include/context_offset.h
/branches/tracing/uspace/lib/libc/arch/ppc64/include/endian.h
/branches/tracing/uspace/lib/libc/arch/sparc64/include/context_offset.h
/branches/tracing/uspace/lib/libc/arch/sparc64/include/endian.h
/branches/tracing/uspace/lib/libc/include/endian.h
/branches/tracing/HelenOS.config
/branches/tracing/boot/boot.config
/branches/tracing/kernel/arch/amd64/include/byteorder.h
/branches/tracing/kernel/arch/arm32/include/byteorder.h
/branches/tracing/kernel/arch/ia32/include/byteorder.h
/branches/tracing/kernel/arch/ia64/include/byteorder.h
/branches/tracing/kernel/arch/mips32/include/byteorder.h
/branches/tracing/kernel/arch/mips32/src/drivers/arc.c
/branches/tracing/kernel/arch/ppc32/include/byteorder.h
/branches/tracing/kernel/arch/ppc32/include/context_offset.h
/branches/tracing/kernel/arch/ppc64/include/byteorder.h
/branches/tracing/kernel/arch/ppc64/include/context_offset.h
/branches/tracing/kernel/arch/ppc64/src/context.S
/branches/tracing/kernel/arch/sparc64/include/byteorder.h
/branches/tracing/kernel/arch/sparc64/include/context_offset.h
/branches/tracing/kernel/arch/sparc64/src/context.S
/branches/tracing/kernel/generic/include/byteorder.h
/branches/tracing/kernel/generic/src/debug/symtab.c
/branches/tracing/kernel/generic/src/lib/rd.c
/branches/tracing/kernel/generic/src/proc/thread.c
/branches/tracing/kernel/generic/src/synch/waitq.c
/branches/tracing/kernel/generic/src/time/timeout.c
/branches/tracing/kernel/kernel.config
/branches/tracing/tools/config.py
/branches/tracing/tools/cygwin_symlink_patch.sh
/branches/tracing/uspace/app/tester/ipc/connect.c
/branches/tracing/uspace/app/tester/ipc/send_async.c
/branches/tracing/uspace/app/tester/ipc/send_sync.c
/branches/tracing/uspace/app/tester/tester.c
/branches/tracing/uspace/app/tester/vfs/vfs1.c
/branches/tracing/uspace/lib/libc/arch/ppc64/src/fibril.S
/branches/tracing/uspace/lib/libc/arch/sparc64/src/fibril.S
/branches/tracing/uspace/lib/libc/generic/ipc.c
/branches/tracing/uspace/lib/libc/include/libadt/list.h
/branches/tracing/uspace/lib/libfs/libfs.c
/branches/tracing/uspace/lib/libfs/libfs.h
/branches/tracing/uspace/lib/softfloat/include/sftypes.h
/branches/tracing/uspace/srv/fs/fat/Makefile
/branches/tracing/uspace/srv/fs/fat/fat.h
/branches/tracing/uspace/srv/fs/fat/fat_ops.c
/branches/tracing/uspace/srv/fs/tmpfs/tmpfs_ops.c
/branches/tracing/uspace/srv/vfs/vfs.h
/branches/tracing/uspace/srv/vfs/vfs_ops.c
/branches/tracing/uspace/uspace.config
2924 5887 d 9 h svoboda /branches/tracing/ Preliminary mips32 breakpoint support for udebug/debugger. (You must write-enable code segments for it to work, yet)  
/branches/tracing/uspace/app/debug/arch/mips32
/branches/tracing/uspace/app/debug/arch/mips32/Makefile.inc
/branches/tracing/uspace/app/debug/arch/mips32/include
/branches/tracing/uspace/app/debug/arch/mips32/include/types.h
/branches/tracing/uspace/app/debug/arch/mips32/src
/branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c
/branches/tracing/uspace/app/debug/include/arch
/branches/tracing/kernel/arch/mips32/src/exception.c
/branches/tracing/uspace/app/debug/Makefile
/branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c
/branches/tracing/uspace/app/debug/main.c
2923 5888 d 16 h svoboda /branches/tracing/uspace/app/debug/ Isolate ia32-dependent code from debugger into arch/ia32 subdirectory  
/branches/tracing/uspace/app/debug/arch
/branches/tracing/uspace/app/debug/arch/ia32
/branches/tracing/uspace/app/debug/arch/ia32/Makefile.inc
/branches/tracing/uspace/app/debug/arch/ia32/include
/branches/tracing/uspace/app/debug/arch/ia32/include/types.h
/branches/tracing/uspace/app/debug/arch/ia32/src
/branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c
/branches/tracing/uspace/app/debug/include
/branches/tracing/uspace/app/debug/include/arch
/branches/tracing/uspace/app/debug/include/arch.h
/branches/tracing/uspace/app/debug/Makefile
/branches/tracing/uspace/app/debug/cmd.c
/branches/tracing/uspace/app/debug/main.c
/branches/tracing/uspace/app/debug/main.h
2922 5888 d 19 h svoboda /branches/tracing/uspace/app/debug/ Crude test in 'debug' allowing multiple breakpoints to be set  
/branches/tracing/uspace/app/debug/cmd.c
/branches/tracing/uspace/app/debug/main.c
/branches/tracing/uspace/app/debug/main.h
2921 5888 d 20 h svoboda /branches/tracing/kernel/ Add TRAP debug event. Support on ia32/amd64.  
/branches/tracing/kernel/arch/amd64/src/debugger.c
/branches/tracing/kernel/arch/ia32/include/cpu.h
/branches/tracing/kernel/generic/include/udebug/udebug.h
/branches/tracing/kernel/generic/src/udebug/udebug.c
2920 5888 d 20 h svoboda /branches/tracing/uspace/lib/libc/ Add wrappers for reading and writing registers to libc  
/branches/tracing/uspace/lib/libc/generic/udebug.c
/branches/tracing/uspace/lib/libc/include/udebug.h
2919 5888 d 20 h svoboda /branches/tracing/kernel/generic/ Simlify and fix REGS_READ and REGS_WRITE operations  
/branches/tracing/kernel/generic/include/udebug/udebug.h
/branches/tracing/kernel/generic/include/udebug/udebug_ops.h
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
/branches/tracing/kernel/generic/src/udebug/udebug_ops.c
2918 5889 d 6 h svoboda /branches/tracing/ Add support for INT3 breakpoints on IA32 to kernel. UDEBUG_EVENT_BREAKPOINT  
/branches/tracing/kernel/arch/ia32/include/breakpoint.h
/branches/tracing/kernel/arch/ia32/src/breakpoint.c
/branches/tracing/kernel/arch/ia32/Makefile.inc
/branches/tracing/kernel/arch/ia32/include/interrupt.h
/branches/tracing/kernel/arch/ia32/src/ia32.c
/branches/tracing/kernel/arch/ia32/src/pm.c
/branches/tracing/kernel/generic/include/udebug/udebug.h
/branches/tracing/kernel/generic/src/udebug/udebug.c
/branches/tracing/uspace/app/debug/main.c
2917 5889 d 7 h svoboda /branches/tracing/kernel/generic/src/udebug/ Fix: Must drop missed wakeups when waiting for go  
/branches/tracing/kernel/generic/src/udebug/udebug.c
2915 5889 d 10 h svoboda /branches/tracing/uspace/app/debug/ Hexdumping memory and setting IA32 breakpoints in debugger  
/branches/tracing/uspace/app/debug/main.h
/branches/tracing/uspace/app/debug/cmd.c
/branches/tracing/uspace/app/debug/main.c
2913 5889 d 11 h svoboda /branches/tracing/kernel/generic/src/ Print less debugging messages to make things go faster  
/branches/tracing/kernel/generic/src/ipc/ipc.c
/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
2912 5889 d 11 h svoboda /branches/tracing/uspace/lib/libc/ Add udebug_mem_write() libc wrapper  
/branches/tracing/uspace/lib/libc/generic/udebug.c
/branches/tracing/uspace/lib/libc/include/udebug.h
2911 5889 d 11 h svoboda /branches/tracing/ Add 'debug' program - the foundation of a breakpoint debugger  
/branches/tracing/uspace/app/debug
/branches/tracing/uspace/app/debug/Makefile
/branches/tracing/uspace/app/debug/cmd.c
/branches/tracing/uspace/app/debug/cmd.h
/branches/tracing/uspace/app/debug/main.c
/branches/tracing/boot/arch/ia32/Makefile.inc
/branches/tracing/boot/arch/ia32/grub/menu.lst
/branches/tracing/uspace/Makefile
2908 5889 d 13 h svoboda /branches/tracing/kernel/generic/src/udebug/ Don't wait for another GO in THREAD_E event, terminate debugging of this thread instead  
/branches/tracing/kernel/generic/src/udebug/udebug.c
2906 5889 d 16 h svoboda /branches/tracing/uspace/app/sctrace/ Remove obsolete debug_api.x from sctrace  
/branches/tracing/uspace/app/sctrace/debug_api.c
/branches/tracing/uspace/app/sctrace/debug_api.h

Show All