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
1476 6547 d 14 h cejka /uspace/trunk/ Fixed some bugs.  
/uspace/trunk/console/console.c
/uspace/trunk/console/console.h
/uspace/trunk/fb/fb.c
/uspace/trunk/kbd/generic/key_buffer.c
/uspace/trunk/kbd/include/key_buffer.h
/uspace/trunk/libc/generic/io/stream.c
1472 6547 d 20 h palkovsky /uspace/trunk/ More things to make tetris helenos compatibile.  
/uspace/trunk/libc/generic/err.c
/uspace/trunk/libc/generic/stdlib.c
/uspace/trunk/libc/include/err.h
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/generic/string.c
/uspace/trunk/libc/include/async.h
/uspace/trunk/libc/include/stdlib.h
/uspace/trunk/libc/include/string.h
/uspace/trunk/tetris/screen.c
/uspace/trunk/tetris/tetris.c
1470 6547 d 22 h palkovsky /uspace/trunk/libc/generic/ Removed workaround for gcc 4.1.0  
/uspace/trunk/libc/generic/async.c
1469 6547 d 22 h palkovsky /uspace/trunk/tetris/ Modified tetris input to be helenos-friendly.  
/uspace/trunk/tetris/input.c
1466 6547 d 23 h palkovsky /uspace/trunk/ Fix incorrect timeout handling in async framework.
Start tweak the tetris code.
 
/uspace/trunk/console/console.c
/uspace/trunk/libc/generic/async.c
/uspace/trunk/tetris/Makefile
/uspace/trunk/tetris/input.c
/uspace/trunk/tetris/scores.c
/uspace/trunk/tetris/scores.h
1465 6547 d 23 h cejka /uspace/trunk/ Support for reading from stdin.
Getchar() implemented.
 
/uspace/trunk/console/console.c
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/io/io.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/include/io/io.h
/uspace/trunk/libc/include/io/stream.h
/uspace/trunk/libc/include/stdio.h
/uspace/trunk/libc/include/unistd.h
1464 6548 d 0 h palkovsky /uspace/trunk/libc/include/ Added pseudo-synchronous message sending.  
/uspace/trunk/libc/include/async.h
1463 6548 d 0 h palkovsky /uspace/trunk/libc/ Added asynchronous waiting on ipc_async_send, when kernel limits
are reached. It works better in test_time.
 
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/ipc.c
/uspace/trunk/libc/include/async.h
1462 6548 d 1 h palkovsky /uspace/trunk/ Changed according to as_area_send/recv change.  
/uspace/trunk/libc/generic/time.c
/uspace/trunk/ns/ns.c
1459 6548 d 15 h palkovsky /uspace/trunk/console/ Fix bad answering in console.  
/uspace/trunk/console/console.c
1453 6548 d 21 h palkovsky /uspace/trunk/ Modified console to use new async framework.  
/uspace/trunk/console/console.c
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/time.c
1452 6548 d 21 h palkovsky /uspace/trunk/libc/ Added some additional functionality.  
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/generic/time.c
/uspace/trunk/libc/include/async.h
/uspace/trunk/libc/include/unistd.h
1451 6549 d 4 h cejka /uspace/trunk/ Basic support for console driver.
Does not provide separate screens yet.
TODO: fix many unhandled states.
 
/uspace/trunk/console/console.h
/uspace/trunk/console/Makefile
/uspace/trunk/console/console.c
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/fb.h
/uspace/trunk/kbd/Makefile
/uspace/trunk/kbd/arch/ia32/include/kbd.h
/uspace/trunk/kbd/arch/ia32/src/kbd.c
/uspace/trunk/kbd/arch/mips32/include/kbd.h
/uspace/trunk/kbd/arch/mips32/src/kbd.c
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/kbd/generic/key_buffer.c
/uspace/trunk/kbd/include/kbd.h
/uspace/trunk/kbd/include/key_buffer.h
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/include/io/stream.h
1449 6549 d 22 h palkovsky /uspace/trunk/ Started porting tetris.  
/uspace/trunk/libc/include/sys/time.h
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/time.c
/uspace/trunk/libc/include/async.h
/uspace/trunk/libc/include/time.h
/uspace/trunk/tetris/Makefile
/uspace/trunk/tetris/tetris.c
/uspace/trunk/tetris/tetris.h
1447 6550 d 1 h cejka /uspace/trunk/ Removed printf calls from fb.  
/uspace/trunk/console/console.c
/uspace/trunk/fb/fb.c
/uspace/trunk/kbd/generic/kbd.c
1445 6550 d 1 h cejka /uspace/trunk/ First attempt to uspace console. Not working yet.  
/uspace/trunk/console
/uspace/trunk/console/Makefile
/uspace/trunk/console/console.c
/uspace/trunk/Makefile
/uspace/trunk/fb/fb.c
/uspace/trunk/init/init.c
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/kbd/include/kbd.h
/uspace/trunk/libc/include/ipc/services.h
1444 6550 d 1 h cejka /uspace/trunk/libc/generic/io/ Fixed wrong doxygen formating.  
/uspace/trunk/libc/generic/io/printf_core.c
1443 6550 d 2 h palkovsky /uspace/trunk/libc/generic/ Allow NULL callback on async call.  
/uspace/trunk/libc/generic/ipc.c
1442 6550 d 9 h palkovsky /uspace/trunk/libc/generic/ Fixed bad order when reading time.  
/uspace/trunk/libc/generic/time.c
1441 6550 d 15 h palkovsky /uspace/trunk/ Added support for async_wait_timeout.  
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/time.c
/uspace/trunk/libc/include/async.h

Show All