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
3438 5730 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
3434 5730 d 22 h post /trunk/uspace/app/bdsh/ Drop references to __HELENOS__ in config.h  
/trunk/uspace/app/bdsh/config.h
3427 5731 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
3422 5733 d 7 h jermar /trunk/kernel/generic/src/mm/ as_area_resize() should use as instead of AS.  
/trunk/kernel/generic/src/mm/as.c
3421 5733 d 7 h jermar /trunk/uspace/dist/ Hm, maybe cfg is better than conf. :-)  
/trunk/uspace/dist/cfg
/trunk/uspace/dist/conf
3420 5733 d 11 h post /trunk/uspace/app/bdsh/ Add skeletal sleep and cp commands (not yet working)  
/trunk/uspace/app/bdsh/cmds/modules/cp
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.h
/trunk/uspace/app/bdsh/cmds/modules/cp/cp_def.h
/trunk/uspace/app/bdsh/cmds/modules/cp/entry.h
/trunk/uspace/app/bdsh/cmds/modules/sleep
/trunk/uspace/app/bdsh/cmds/modules/sleep/entry.h
/trunk/uspace/app/bdsh/cmds/modules/sleep/sleep.c
/trunk/uspace/app/bdsh/cmds/modules/sleep/sleep.h
/trunk/uspace/app/bdsh/cmds/modules/sleep/sleep_def.h
/trunk/uspace/app/bdsh/Makefile
/trunk/uspace/app/bdsh/cmds/modules/modules.h
/trunk/uspace/app/bdsh/util.c
3419 5733 d 11 h post /trunk/uspace/app/bdsh/cmds/ Fix bug in mknewcmd (incorrectly prototyping entry points)  
/trunk/uspace/app/bdsh/cmds/mknewcmd
3418 5733 d 11 h post /trunk/uspace/app/bdsh/ cstyle  
/trunk/uspace/app/bdsh/scli.c
3417 5733 d 11 h post /trunk/uspace/app/bdsh/ Fix quirks in config.h  
/trunk/uspace/app/bdsh/config.h
3416 5733 d 12 h svoboda /trunk/kernel/arch/arm32/include/ Merge changeset 3122 from tracing to trunk. (Add missing include)  
/trunk/kernel/arch/arm32/include/interrupt.h
3415 5733 d 12 h svoboda /trunk/uspace/app/tester/ Fix off-by-one error in tester.  
/trunk/uspace/app/tester/tester.c
3414 5733 d 12 h post /trunk/uspace/app/bdsh/ Update README and mknewcmd to reflect changes in command entry points  
/trunk/uspace/app/bdsh/README
/trunk/uspace/app/bdsh/cmds/mknewcmd
3413 5733 d 12 h post /trunk/uspace/app/bdsh/cmds/ Simplify entry types (and return values) for commands  
/trunk/uspace/app/bdsh/cmds/builtins/cd/cd.c
/trunk/uspace/app/bdsh/cmds/builtins/cd/entry.h
/trunk/uspace/app/bdsh/cmds/cmds.h
/trunk/uspace/app/bdsh/cmds/modules/cat/cat.c
/trunk/uspace/app/bdsh/cmds/modules/cat/entry.h
/trunk/uspace/app/bdsh/cmds/modules/help/entry.h
/trunk/uspace/app/bdsh/cmds/modules/help/help.c
/trunk/uspace/app/bdsh/cmds/modules/ls/entry.h
/trunk/uspace/app/bdsh/cmds/modules/ls/ls.c
/trunk/uspace/app/bdsh/cmds/modules/mkdir/entry.h
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/trunk/uspace/app/bdsh/cmds/modules/pwd/entry.h
/trunk/uspace/app/bdsh/cmds/modules/pwd/pwd.c
/trunk/uspace/app/bdsh/cmds/modules/quit/entry.h
/trunk/uspace/app/bdsh/cmds/modules/quit/quit.c
/trunk/uspace/app/bdsh/cmds/modules/rm/entry.h
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.c
/trunk/uspace/app/bdsh/cmds/modules/touch/entry.h
/trunk/uspace/app/bdsh/cmds/modules/touch/touch.c
3412 5733 d 13 h jermar /trunk/uspace/dist/ Replace /etc with /conf  
/trunk/uspace/dist/conf
/trunk/uspace/dist/etc
3411 5733 d 13 h post /trunk/uspace/app/bdsh/cmds/modules/cat/ Take debug printfs out of cat  
/trunk/uspace/app/bdsh/cmds/modules/cat/cat.c
3410 5733 d 13 h svoboda /trunk/ Introduce directories '/app' and '/srv' on ramdisk instead of '/sbin' to mirror source tree.  
/trunk/uspace/dist/app
/trunk/uspace/dist/srv
/trunk/uspace/dist/sbin
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/uspace/app/bdsh/config.h
/trunk/uspace/app/init/init.c
3408 5733 d 16 h jermar /trunk/boot/arch/sparc64/loader/ Use memmove() instead of memcpy() to copy the ramdisk image in the sparc64 loader.  
/trunk/boot/arch/sparc64/loader/main.c
3407 5733 d 16 h jermar /trunk/boot/arch/sparc64/loader/ Prevent gcc from generating FPU code for the sparc64 loader.  
/trunk/boot/arch/sparc64/loader/Makefile
3406 5733 d 17 h svoboda /trunk/kernel/arch/ppc32/include/ Merge changeset 3114 from tracing into trunk. (implementation of istate_from_uspace() for ppc32)  
/trunk/kernel/arch/ppc32/include/regutils.h
/trunk/kernel/arch/ppc32/include/asm/regname.h
/trunk/kernel/arch/ppc32/include/exception.h
3405 5733 d 17 h jermar /trunk/boot/generic/ Implement memmove() for the use in the boot component.  
/trunk/boot/generic/string.c
/trunk/boot/generic/string.h

Show All