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
3485 5715 d 0 h jermar /trunk/ Support for SYSENTER on ia32.  
/trunk/kernel/arch/ia32/include/syscall.h
/trunk/kernel/arch/ia32/src/syscall.c
/trunk/kernel/arch/amd64/include/syscall.h
/trunk/kernel/arch/ia32/Makefile.inc
/trunk/kernel/arch/ia32/include/asm.h
/trunk/kernel/arch/ia32/include/cpu.h
/trunk/kernel/arch/ia32/src/asm.S
/trunk/kernel/arch/ia32/src/cpu/cpu.c
/trunk/kernel/arch/ia32/src/proc/scheduler.c
/trunk/uspace/app/trace/trace.c
/trunk/uspace/lib/libc/arch/amd64/include/syscall.h
/trunk/uspace/lib/libc/arch/arm32/include/syscall.h
/trunk/uspace/lib/libc/arch/ia32/include/syscall.h
/trunk/uspace/lib/libc/arch/ia32/src/syscall.S
/trunk/uspace/lib/libc/arch/ia64/include/syscall.h
/trunk/uspace/lib/libc/arch/mips32/include/syscall.h
/trunk/uspace/lib/libc/arch/ppc32/include/syscall.h
/trunk/uspace/lib/libc/arch/ppc64/include/syscall.h
/trunk/uspace/lib/libc/arch/sparc64/include/syscall.h
/trunk/uspace/lib/libc/generic/udebug.c
/trunk/uspace/lib/libc/include/libc.h
/trunk/uspace/lib/libc/include/syscall.h
3484 5717 d 7 h pillai /branches/arm/boot/arch/arm32/loader/ Reserve stack space for boot code  
/branches/arm/boot/arch/arm32/loader/_link.ld.in
/branches/arm/boot/arch/arm32/loader/boot.S
/branches/arm/boot/arch/arm32/loader/print/gxemul.c
3483 5717 d 12 h post /trunk/uspace/app/bdsh/ Eliminate unused functions in util.c  
/trunk/uspace/app/bdsh/util.c
/trunk/uspace/app/bdsh/util.h
3482 5718 d 1 h jermar /trunk/kernel/arch/sparc64/ Do not allocate full page for the uspace window buffer.
Instead, allocate only the bare minimum to fit NWINDOWS - 1
uspace windows and to satisfy alignment requirements.
 
/trunk/kernel/arch/sparc64/include/trap/regwin.h
/trunk/kernel/arch/sparc64/src/proc/thread.c
/trunk/kernel/arch/sparc64/src/trap/trap_table.S
3481 5718 d 12 h post /trunk/uspace/app/bdsh/ More housecleaning in util.c, get rid of cli_psprintf() in favor of asprintf() before getting attached to the first.  
/trunk/uspace/app/bdsh/util.c
/trunk/uspace/app/bdsh/util.h
3480 5718 d 14 h post /trunk/uspace/app/bdsh/ cli_redup() should be size_t and return as such to avoid undefined behavior with large strings.  
/trunk/uspace/app/bdsh/util.c
/trunk/uspace/app/bdsh/util.h
3479 5721 d 7 h rimsky /branches/sparc/ Names containing 'UPA' replaced with strings containing more general 'ICBUS'. SMART_FIRMWARE option replaced with CPU autodetection + new option CONFIG_A_OUT_ISOFS_B.  
/branches/sparc/boot/arch/ppc32/Makefile.inc
/branches/sparc/boot/arch/sparc64/Makefile.inc
/branches/sparc/boot/arch/sparc64/loader/asm.S
/branches/sparc/boot/arch/sparc64/loader/ofwarch.c
/branches/sparc/boot/arch/sparc64/loader/register.h
/branches/sparc/boot/boot.config
/branches/sparc/boot/genarch/balloc.h
/branches/sparc/boot/genarch/ofw_tree.c
/branches/sparc/kernel/arch/sparc64/include/arch.h
/branches/sparc/kernel/arch/sparc64/include/asm.h
/branches/sparc/kernel/arch/sparc64/include/cpu.h
/branches/sparc/kernel/arch/sparc64/include/regdef.h
/branches/sparc/kernel/arch/sparc64/include/register.h
/branches/sparc/kernel/arch/sparc64/src/cpu/cpu.c
/branches/sparc/kernel/arch/sparc64/src/start.S
3478 5723 d 10 h decky /branches/arm/ new arm branch  
/branches/arm
3477 5725 d 2 h rimsky /branches/sparc/kernel/arch/sparc64/ comments  
/branches/sparc/kernel/arch/sparc64/include/arch.h
/branches/sparc/kernel/arch/sparc64/include/asm.h
/branches/sparc/kernel/arch/sparc64/include/cpu.h
/branches/sparc/kernel/arch/sparc64/include/regdef.h
/branches/sparc/kernel/arch/sparc64/include/register.h
/branches/sparc/kernel/arch/sparc64/src/drivers/simics_output.c
3476 5725 d 3 h jermar /trunk/kernel/generic/src/ipc/ Add comments documenting our treatment of the task's active call counter.  
/trunk/kernel/generic/src/ipc/ipc.c
/trunk/kernel/generic/src/ipc/sysipc.c
3475 5726 d 5 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 5726 d 6 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 5726 d 8 h svoboda /branches/tracing/uspace/app/trace/ Revert accidental change (oops).  
/branches/tracing/uspace/app/trace/trace.c
3472 5726 d 8 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 5726 d 8 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 5726 d 11 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 5726 d 14 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 5726 d 14 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 5728 d 0 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 5729 d 5 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

Show All