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
4659 5441 d 0 h svoboda /trunk/uspace/app/trace/ Use bool type.  
/trunk/uspace/app/trace/trace.c
4658 5441 d 1 h svoboda /trunk/uspace/app/trace/ Wait for app to exit before returning from tracer.  
/trunk/uspace/app/trace/trace.c
4657 5441 d 1 h svoboda /trunk/uspace/app/trace/ Remove accidentally commited debugging messages.  
/trunk/uspace/app/trace/trace.c
4656 5441 d 2 h svoboda /trunk/uspace/app/trace/ Use a dedicated fibril to wait for console events so that we can quit the tracer as soon as the app exits. (Need to wait for two different things.)  
/trunk/uspace/app/trace/trace.c
4655 5441 d 3 h svoboda /trunk/uspace/app/trace/ Let application inherit tracer's std. files.  
/trunk/uspace/app/trace/trace.c
4654 5441 d 3 h svoboda /trunk/uspace/app/trace/ Make use of fibril sync primitives.  
/trunk/uspace/app/trace/trace.c
4653 5441 d 4 h svoboda /trunk/uspace/app/trace/ Read keys directly from console in tracer. This works around the current inability to write to stdout while blocked in getchar().  
/trunk/uspace/app/trace/trace.c
4652 5445 d 5 h pillai /branches/arm/kernel/arch/arm32/src/ Fixed a logical error in checking the processor mode before enabling interrupts  
/branches/arm/kernel/arch/arm32/src/interrupt.c
4651 5445 d 7 h pillai /branches/arm/ Generic framework for arm architecture
Support for integratorcp
pl050 keyboard controller driver in kernel and userland.
 
/branches/arm/boot/arch/arm32/loader/print/print.c
/branches/arm/kernel/arch/arm32/include/mach
/branches/arm/kernel/arch/arm32/include/mach/integratorcp
/branches/arm/kernel/arch/arm32/include/mach/integratorcp/integratorcp.h
/branches/arm/kernel/arch/arm32/include/mach/testarm
/branches/arm/kernel/arch/arm32/include/mach/testarm/testarm.h
/branches/arm/kernel/arch/arm32/include/machine_func.h
/branches/arm/kernel/arch/arm32/src/mach
/branches/arm/kernel/arch/arm32/src/mach/integratorcp
/branches/arm/kernel/arch/arm32/src/mach/integratorcp/integratorcp.c
/branches/arm/kernel/arch/arm32/src/mach/testarm
/branches/arm/kernel/arch/arm32/src/mach/testarm/testarm.c
/branches/arm/kernel/arch/arm32/src/machine_func.c
/branches/arm/kernel/genarch/include/drivers/pl050
/branches/arm/kernel/genarch/include/drivers/pl050/pl050.h
/branches/arm/kernel/genarch/include/kbrd/scanc_pl050.h
/branches/arm/kernel/genarch/src/drivers/pl050
/branches/arm/kernel/genarch/src/drivers/pl050/pl050.c
/branches/arm/kernel/genarch/src/kbrd/kbrd_pl050.c
/branches/arm/kernel/genarch/src/kbrd/scanc_pl050.c
/branches/arm/uspace/srv/kbd/ctl/pl050.c
/branches/arm/uspace/srv/kbd/port/pl050.c
/branches/arm/boot/arch/arm32/loader/print/gxemul.c
/branches/arm/kernel/arch/arm32/include/drivers/gxemul.h
/branches/arm/kernel/arch/arm32/src/drivers/gxemul.c
/branches/arm/HelenOS.config
/branches/arm/boot/arch/arm32/Makefile.inc
/branches/arm/boot/arch/arm32/loader/Makefile
/branches/arm/boot/arch/arm32/loader/_link.ld.in
/branches/arm/boot/arch/arm32/loader/boot.S
/branches/arm/boot/arch/arm32/loader/main.c
/branches/arm/kernel/Makefile
/branches/arm/kernel/arch/arm32/Makefile.inc
/branches/arm/kernel/arch/arm32/src/arm32.c
/branches/arm/kernel/arch/arm32/src/exception.c
/branches/arm/kernel/arch/arm32/src/interrupt.c
/branches/arm/kernel/arch/arm32/src/mm/frame.c
/branches/arm/kernel/genarch/Makefile.inc
/branches/arm/kernel/genarch/src/fb/fb.c
/branches/arm/uspace/srv/fb/fb.c
/branches/arm/uspace/srv/kbd/Makefile
4650 5446 d 14 h jermar /trunk/kernel/arch/sparc64/include/ Fix sparc64 non-debug build.  
/trunk/kernel/arch/sparc64/include/atomic.h
4649 5447 d 1 h svoboda /trunk/uspace/srv/kbd/layout/ Fix comments.  
/trunk/uspace/srv/kbd/layout/cz.c
/trunk/uspace/srv/kbd/layout/us_qwerty.c
4648 5447 d 3 h jermar /trunk/uspace/app/bdsh/ Fix a couple of memory leaks and an improper use of sizeof().  
/trunk/uspace/app/bdsh/util.c
4647 5447 d 4 h jermar /branches/arm/ Branch out a new arm branch.  
/branches/arm
4646 5447 d 4 h jermar /branches/ Rename the arm branch to arm.old so that a fresh new one can be branched out.  
/branches/arm.old
/branches/arm
4645 5448 d 1 h svoboda /trunk/contrib/conf/ Revert accidently commited change.  
/trunk/contrib/conf/mips32-gx.sh
4644 5448 d 1 h svoboda /trunk/ Method for getting console color capabilities. Use to fix invisible tetris pieces.  
/trunk/contrib/conf/mips32-gx.sh
/trunk/uspace/app/tetris/screen.c
/trunk/uspace/lib/libc/generic/io/console.c
/trunk/uspace/lib/libc/include/io/console.h
/trunk/uspace/lib/libc/include/ipc/console.h
/trunk/uspace/lib/libc/include/ipc/fb.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/fb/ega.c
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/fb/serial_console.c
4643 5448 d 15 h jermar /trunk/uspace/lib/libc/generic/ realloc() should really check whether the next block is indeed free.  
/trunk/uspace/lib/libc/generic/malloc.c
4642 5449 d 1 h svoboda /trunk/uspace/lib/libc/generic/ Fix alignment errors in realloc().  
/trunk/uspace/lib/libc/generic/malloc.c
4641 5449 d 3 h jermar /trunk/kernel/arch/sparc64/src/ Adhere to the sparc64 ABI and provide stack space for procedure arguments.  
/trunk/kernel/arch/sparc64/src/asm.S
4640 5449 d 3 h jermar /trunk/kernel/generic/include/ Improve comment.  
/trunk/kernel/generic/include/context.h

Show All