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
3475 5736 d 11 h svoboda /trunk/uspace/ Fix bugs in getting task ID from loader (was breaking ppc32).  
/trunk/uspace/lib/libc/generic/loader.c
/trunk/uspace/lib/libc/include/loader/loader.h
/trunk/uspace/srv/loader/main.c
3474 5736 d 12 h svoboda /branches/dynload/ Merge latest trunk changes into dynload.  
/branches/dynload/uspace/lib/libc/generic/loader.c
/branches/dynload/uspace/lib/libc/include/loader/loader.h
/branches/dynload/boot/arch/sparc64/loader/Makefile
/branches/dynload/kernel/arch/sparc64/include/trap/syscall.h
/branches/dynload/kernel/arch/sparc64/src/trap/trap_table.S
/branches/dynload/kernel/generic/src/console/cmd.c
/branches/dynload/kernel/generic/src/ipc/ipc.c
/branches/dynload/kernel/generic/src/ipc/sysipc.c
/branches/dynload/kernel/generic/src/udebug/udebug.c
/branches/dynload/kernel/generic/src/udebug/udebug_ipc.c
/branches/dynload/kernel/generic/src/udebug/udebug_ops.c
/branches/dynload/uspace/app/bdsh/exec.c
/branches/dynload/uspace/app/bdsh/util.c
/branches/dynload/uspace/app/dltest/dltest.c
/branches/dynload/uspace/app/trace/ipcp.c
/branches/dynload/uspace/app/trace/proto.c
/branches/dynload/uspace/app/trace/proto.h
/branches/dynload/uspace/app/trace/syscalls.c
/branches/dynload/uspace/app/trace/syscalls.h
/branches/dynload/uspace/app/trace/trace.c
/branches/dynload/uspace/app/trace/trace.h
/branches/dynload/uspace/lib/libc/Makefile
/branches/dynload/uspace/lib/libc/generic/task.c
/branches/dynload/uspace/lib/libc/generic/udebug.c
/branches/dynload/uspace/lib/libc/generic/vfs/vfs.c
/branches/dynload/uspace/lib/libc/include/ipc/loader.h
/branches/dynload/uspace/lib/libc/include/loader/pcb.h
/branches/dynload/uspace/lib/libc/include/task.h
/branches/dynload/uspace/srv/loader/main.c
3473 5736 d 14 h svoboda /branches/tracing/uspace/app/trace/ Revert accidental change (oops).  
/branches/tracing/uspace/app/trace/trace.c
3472 5736 d 14 h svoboda /branches/tracing/uspace/app/ Port execute-and-debug feature to the debugger application.  
/branches/tracing/uspace/app/debug/main.c
/branches/tracing/uspace/app/trace/trace.c
3471 5736 d 14 h svoboda /branches/tracing/ Merge latest trunk changes into tracing.  
/branches/tracing/kernel/generic/include/ipc/kbox.h
/branches/tracing/kernel/generic/src/ipc/kbox.c
/branches/tracing/uspace/app/trace/trace.h
/branches/tracing/uspace/lib/libc/generic/loader.c
/branches/tracing/uspace/lib/libc/include/loader/loader.h
/branches/tracing/kernel/generic/include/ipc/ipc_kbox.h
/branches/tracing/kernel/generic/src/ipc/ipc_kbox.c
/branches/tracing/boot/arch/sparc64/loader/Makefile
/branches/tracing/kernel/Makefile
/branches/tracing/kernel/arch/sparc64/include/trap/syscall.h
/branches/tracing/kernel/arch/sparc64/src/trap/trap_table.S
/branches/tracing/kernel/generic/src/console/cmd.c
/branches/tracing/kernel/generic/src/ipc/ipc.c
/branches/tracing/kernel/generic/src/ipc/sysipc.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
/branches/tracing/uspace/app/bdsh/exec.c
/branches/tracing/uspace/app/bdsh/util.c
/branches/tracing/uspace/app/trace/ipcp.c
/branches/tracing/uspace/app/trace/proto.c
/branches/tracing/uspace/app/trace/proto.h
/branches/tracing/uspace/app/trace/syscalls.c
/branches/tracing/uspace/app/trace/syscalls.h
/branches/tracing/uspace/app/trace/trace.c
/branches/tracing/uspace/lib/libc/Makefile
/branches/tracing/uspace/lib/libc/generic/task.c
/branches/tracing/uspace/lib/libc/generic/udebug.c
/branches/tracing/uspace/lib/libc/generic/vfs/vfs.c
/branches/tracing/uspace/lib/libc/include/ipc/loader.h
/branches/tracing/uspace/lib/libc/include/loader/pcb.h
/branches/tracing/uspace/lib/libc/include/task.h
/branches/tracing/uspace/srv/loader/main.c
3470 5736 d 17 h svoboda /trunk/uspace/ Separate load and run commands for loader. Update tracer - no events get missed on startup anymore.  
/trunk/uspace/app/trace/trace.c
/trunk/uspace/lib/libc/generic/loader.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/ipc/loader.h
/trunk/uspace/lib/libc/include/loader/loader.h
/trunk/uspace/srv/loader/main.c
3469 5736 d 20 h svoboda /trunk/uspace/lib/libc/ Introduce loader API in C library.  
/trunk/uspace/lib/libc/generic/loader.c
/trunk/uspace/lib/libc/include/loader/loader.h
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/ipc/loader.h
/trunk/uspace/lib/libc/include/loader/pcb.h
3468 5736 d 20 h svoboda /trunk/kernel/generic/src/udebug/ Document functions in udebug_ipc.c  
/trunk/kernel/generic/src/udebug/udebug.c
/trunk/kernel/generic/src/udebug/udebug_ipc.c
3467 5738 d 6 h rimsky /branches/sparc/ SMP and CPU initialiation modified to work even with Serengeti OFW tree layout; support for output to the Simics CLI console added (see my blog); some header files modified to conform US-III definition. Now HelenOS (on the sample configuration - usiii.simics) is able to run some userspace tasks.  
/branches/sparc/kernel/arch/sparc64/include/cpu_node.h
/branches/sparc/kernel/arch/sparc64/include/drivers/simics_output.h
/branches/sparc/kernel/arch/sparc64/src/drivers/simics_output.c
/branches/sparc/usiii.simics
/branches/sparc/boot/arch/ppc32/Makefile.inc
/branches/sparc/boot/arch/ppc64/Makefile.inc
/branches/sparc/boot/arch/sparc64/loader/ofwarch.c
/branches/sparc/boot/genarch/ofw_tree.c
/branches/sparc/kernel/arch/sparc64/Makefile.inc
/branches/sparc/kernel/arch/sparc64/include/mm/cache_spec.h
/branches/sparc/kernel/arch/sparc64/include/mm/tte.h
/branches/sparc/kernel/arch/sparc64/src/cpu/cpu.c
/branches/sparc/kernel/arch/sparc64/src/smp/smp.c
/branches/sparc/kernel/arch/sparc64/src/sparc64.c
/branches/sparc/kernel/generic/src/main/main.c
3466 5739 d 11 h mejdrech /branches/network/ networking - basic modules and configurable build architecture  
/branches/network/uspace/srv/net
/branches/network/uspace/srv/net/arp
/branches/network/uspace/srv/net/drivers
/branches/network/uspace/srv/net/ethernet
/branches/network/uspace/srv/net/icmp
/branches/network/uspace/srv/net/ip
/branches/network/uspace/srv/net/ip/Makefile
/branches/network/uspace/srv/net/ip/ip.c
/branches/network/uspace/srv/net/ip/ip.h
/branches/network/uspace/srv/net/ip/ip_module.c
/branches/network/uspace/srv/net/messages.h
/branches/network/uspace/srv/net/modules.c
/branches/network/uspace/srv/net/modules.h
/branches/network/uspace/srv/net/networking
/branches/network/uspace/srv/net/networking/Makefile
/branches/network/uspace/srv/net/networking/networking.c
/branches/network/uspace/srv/net/rarp
/branches/network/uspace/srv/net/socket
/branches/network/uspace/srv/net/tcp
/branches/network/uspace/srv/net/tcp/Makefile
/branches/network/uspace/srv/net/tcp/tcp.c
/branches/network/uspace/srv/net/tcp/tcp.h
/branches/network/uspace/srv/net/tcp/tcp_module.c
/branches/network/uspace/srv/net/udp
/branches/network/HelenOS.config
/branches/network/Makefile
/branches/network/boot/arch/ia32/Makefile.inc
/branches/network/uspace/Makefile
/branches/network/uspace/app/init/init.c
/branches/network/uspace/doc/doxygroups.h
/branches/network/uspace/lib/libc/include/ipc/services.h
3465 5740 d 7 h trochtova /branches/dd/ wiki url added to readme.txt  
/branches/dd/readme.txt
3464 5740 d 12 h jermar /trunk/uspace/lib/libc/generic/vfs/ chdir() must always return a value.  
/trunk/uspace/lib/libc/generic/vfs/vfs.c
3463 5740 d 12 h jermar /trunk/kernel/arch/sparc64/ Populate all sparc64 trap table slots belonging to trap_instruction_n.  
/trunk/kernel/arch/sparc64/include/trap/syscall.h
/trunk/kernel/arch/sparc64/src/trap/trap_table.S
3462 5740 d 16 h svoboda /trunk/ Include trace on sparc64 ramdisk. Assorted fixes.  
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/uspace/app/trace/ipcp.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/generic/udebug.c
/trunk/uspace/lib/libc/include/task.h
3461 5740 d 19 h post /trunk/uspace/app/bdsh/ Fix prompt (AGAIN), sorry!  
/trunk/uspace/app/bdsh/util.c
3460 5740 d 19 h post /trunk/uspace/app/bdsh/ exec.c: try_access() should not be unsigned, found should be static  
/trunk/uspace/app/bdsh/exec.c
3459 5740 d 20 h post /trunk/uspace/app/bdsh/ Fix prompt (whoops!)  
/trunk/uspace/app/bdsh/util.c
3458 5741 d 7 h jermar /trunk/kernel/arch/sparc64/src/trap/ Add sparc64 trap table entries so that the maximum syscall number is 0x40.  
/trunk/kernel/arch/sparc64/src/trap/trap_table.S
3457 5741 d 8 h svoboda /trunk/kernel/generic/src/udebug/ Document functions in udebug.c and udebug_ops.c  
/trunk/kernel/generic/src/udebug/udebug.c
/trunk/kernel/generic/src/udebug/udebug_ipc.c
/trunk/kernel/generic/src/udebug/udebug_ops.c
3456 5741 d 10 h svoboda /trunk/uspace/app/trace/ Fix null pointer dereference  
/trunk/uspace/app/trace/ipcp.c

Show All