Subversion Repositories HelenOS-historic

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1617 6551 d 15 h cejka /uspace/trunk/libc/generic/io/ Printf return value fix ported from kernel to uspace.  
/uspace/trunk/libc/generic/io/printf_core.c
/uspace/trunk/libc/generic/io/vsnprintf.c
1616 6551 d 15 h palkovsky /uspace/trunk/ Fixed console disconnect.
Added serialization to printf.
 
/uspace/trunk/console/console.c
/uspace/trunk/klog/klog.c
/uspace/trunk/libc/generic/io/printf_core.c
1614 6551 d 15 h palkovsky /uspace/trunk/libc/generic/ Fixed bad TLS BSS initialization.  
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/psthread.c
/uspace/trunk/libc/generic/thread.c
1610 6551 d 16 h palkovsky /uspace/trunk/ Revised ipc. Now it is preferrable to use only functions from async.h, they
take care of correct buffering, waiting for answers etc.
 
/uspace/trunk/fb/helenos.xbm
/uspace/trunk/console/console.c
/uspace/trunk/console/gcons.c
/uspace/trunk/fb/fb.c
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/klog/klog.c
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/generic/ipc.c
/uspace/trunk/libc/generic/psthread.c
/uspace/trunk/libc/include/async.h
/uspace/trunk/libc/include/ipc/ipc.h
/uspace/trunk/libc/include/psthread.h
/uspace/trunk/tetris/screen.c
1596 6552 d 0 h palkovsky /uspace/trunk/ Added basic klog.
Added ipc tester.
TODO: add serializing functions to psthread, so that the lines in klog won't intermix.
 
/uspace/trunk/ipcc
/uspace/trunk/ipcc/Makefile
/uspace/trunk/ipcc/ipcc.c
/uspace/trunk/klog
/uspace/trunk/klog/Makefile
/uspace/trunk/klog/klog.c
/uspace/trunk/Makefile
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/time.c
/uspace/trunk/libc/include/async.h
/uspace/trunk/libc/include/ipc/services.h
/uspace/trunk/ns/ns.c
1558 6553 d 20 h palkovsky /uspace/trunk/ Console graphics update.
Slight speed improvement on console redraw.
 
/uspace/trunk/console/cons_has_data.ppm
/uspace/trunk/console/cons_idle.ppm
/uspace/trunk/console/cons_kernel.ppm
/uspace/trunk/console/cons_selected.ppm
/uspace/trunk/console/gcons.c
/uspace/trunk/fb/fb.c
/uspace/trunk/libc/include/ipc/fb.h
1552 6554 d 14 h palkovsky /uspace/trunk/ Added nice kernel console switching, currently works on fb devices.  
/uspace/trunk/console/console.c
/uspace/trunk/console/gcons.c
/uspace/trunk/console/gcons.h
/uspace/trunk/console/screenbuffer.h
/uspace/trunk/fb/fb.c
/uspace/trunk/libc/include/async.h
/uspace/trunk/libc/include/ipc/fb.h
1547 6554 d 16 h palkovsky /uspace/trunk/ AS_AREA_CACHEABLE not needed anymore for sharing.
Added icons to console.
 
/uspace/trunk/console/helenos.ppm
/uspace/trunk/console/nameic.ppm
/uspace/trunk/fb/ppm.c
/uspace/trunk/fb/ppm.h
/uspace/trunk/kbd/arch/mips32eb
/uspace/trunk/console/Makefile
/uspace/trunk/console/console.c
/uspace/trunk/console/gcons.c
/uspace/trunk/fb/Makefile
/uspace/trunk/fb/ega.c
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/main.c
/uspace/trunk/fb/main.h
/uspace/trunk/libc/arch/amd64/Makefile.inc
/uspace/trunk/libc/arch/ia32/Makefile.inc
/uspace/trunk/libc/arch/ia64/Makefile.inc
/uspace/trunk/libc/arch/mips32/Makefile.inc
/uspace/trunk/libc/arch/mips32eb/Makefile.inc
/uspace/trunk/libc/arch/ppc32/Makefile.inc
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/mmap.c
/uspace/trunk/libc/generic/time.c
/uspace/trunk/libc/include/async.h
/uspace/trunk/libc/include/ipc/fb.h
/uspace/trunk/libc/include/sys/mman.h
/uspace/trunk/ns/ns.c
1538 6555 d 6 h palkovsky /uspace/trunk/ Tetris now works on mips on gxemul on both console & framebuffer.
It doesn't work in msim, but it seems to be msim bug this time.
 
/uspace/trunk/libc/generic/string.c
/uspace/trunk/tetris/tetris.c
1536 6555 d 7 h palkovsky /uspace/trunk/ Fixed some weird bugs (I wonder how this COULD even work on the other platforms).  
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/tetris/Makefile
1532 6555 d 9 h palkovsky /uspace/trunk/ Small changes to tetris.  
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/include/sys/time.h
/uspace/trunk/tetris/input.c
/uspace/trunk/tetris/screen.c
1531 6555 d 12 h jermar /uspace/trunk/ Cleanup of uspace.  
/uspace/trunk/init/init.c
/uspace/trunk/libc/include/ipc/ns.h
/uspace/trunk/libc/include/ipc/services.h
/uspace/trunk/ns/ns.c
1530 6555 d 12 h palkovsky /uspace/trunk/ Some fixes, tetris still not working.  
/uspace/trunk/fb/ega.c
/uspace/trunk/libc/generic/string.c
1528 6555 d 12 h palkovsky /uspace/trunk/ Made tetris compile and somewhat run.
Slightly better console.
 
/uspace/trunk/Makefile
/uspace/trunk/console/console.c
/uspace/trunk/console/gcons.c
/uspace/trunk/console/gcons.h
/uspace/trunk/libc/include/err.h
/uspace/trunk/libc/include/io/stream.h
/uspace/trunk/tetris/screen.c
/uspace/trunk/tetris/tetris.c
1523 6555 d 14 h cejka /uspace/trunk/ Console support for flush.  
/uspace/trunk/console/console.c
/uspace/trunk/console/console.h
/uspace/trunk/libc/include/ipc/fb.h
1519 6555 d 15 h palkovsky /uspace/trunk/ Slowly porting tetris screen... not yet done.  
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/include/io/stream.h
/uspace/trunk/tetris/screen.c
1518 6555 d 15 h palkovsky /uspace/trunk/ Changed recommended way of asynchronous communication.  
/uspace/trunk/console/gcons.c
/uspace/trunk/console/console.c
/uspace/trunk/console/console.h
/uspace/trunk/init/init.c
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/generic/ipc.c
/uspace/trunk/libc/generic/mmap.c
/uspace/trunk/libc/include/ipc/ipc.h
1510 6555 d 17 h palkovsky /uspace/trunk/libc/generic/ mmap workaroung  
/uspace/trunk/libc/generic/mmap.c
1509 6555 d 17 h palkovsky /uspace/trunk/ Reworked styles in framebuffer.  
/uspace/trunk/console/screenbuffer.h
/uspace/trunk/fb/fb.c
/uspace/trunk/libc/generic/as.c
1508 6555 d 17 h vana /uspace/trunk/ Ia64 uspace keuboard uspace part  
/uspace/trunk/kbd/arch/ia64
/uspace/trunk/kbd/arch/ia64/include
/uspace/trunk/kbd/arch/ia64/include/kbd.h
/uspace/trunk/kbd/arch/ia64/src
/uspace/trunk/kbd/arch/ia64/src/kbd.c
/uspace/trunk/Makefile
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/include/stdio.h

Show All