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
1596 6541 d 17 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
1592 6542 d 1 h palkovsky /uspace/trunk/console/ Added correct disconnect handling.  
/uspace/trunk/console/console.c
/uspace/trunk/console/gcons.c
/uspace/trunk/console/gcons.h
1590 6542 d 4 h cejka /uspace/trunk/tetris/ Tetris has now a new menu.
Hiscore table added.
 
/uspace/trunk/tetris/scores.c
/uspace/trunk/tetris/scores.h
/uspace/trunk/tetris/screen.c
/uspace/trunk/tetris/screen.h
/uspace/trunk/tetris/tetris.c
1584 6542 d 11 h cejka /uspace/trunk/tetris/ Tetris end improved.  
/uspace/trunk/tetris/tetris.c
1578 6543 d 3 h cejka /uspace/trunk/console/ Fixed and improved dummy console switch.  
/uspace/trunk/console/console.c
1577 6543 d 4 h cejka /uspace/trunk/fb/ Added missing break.  
/uspace/trunk/fb/ega.c
1575 6543 d 6 h cejka /uspace/trunk/ Support for console show/hide cursor.
Tetris without cursor.
 
/uspace/trunk/console/console.c
/uspace/trunk/console/console.h
/uspace/trunk/console/screenbuffer.c
/uspace/trunk/console/screenbuffer.h
/uspace/trunk/tetris/screen.c
1574 6543 d 6 h palkovsky /uspace/trunk/console/ Don't let processes connect to kernel console.  
/uspace/trunk/console/console.c
1572 6543 d 7 h palkovsky /uspace/trunk/console/ Move slyly kernel console to F12.  
/uspace/trunk/console/console.h
1569 6543 d 7 h vana /uspace/trunk/kbd/arch/ia64/src/ Ia64 function keys support  
/uspace/trunk/kbd/arch/ia64/src/kbd.c
1567 6543 d 9 h palkovsky /uspace/trunk/ Fixed errors made by last commit.  
/uspace/trunk/console/console.c
/uspace/trunk/fb/fb.c
1566 6543 d 9 h cejka /uspace/trunk/kbd/arch/ia32/src/ Fixed problem with big chars on ia32.  
/uspace/trunk/kbd/arch/ia32/src/kbd.c
1565 6543 d 9 h vana /uspace/trunk/fb/ Next some coding style changes  
/uspace/trunk/fb/ega.c
1564 6543 d 9 h vana /uspace/trunk/fb/ Coding style repair  
/uspace/trunk/fb/ega.c
1563 6543 d 10 h palkovsky /uspace/trunk/console/ Small untested fixes in console.  
/uspace/trunk/console/console.c
1562 6543 d 10 h vana /uspace/trunk/fb/ Ega scrolling and screen saving  
/uspace/trunk/fb/ega.c
/uspace/trunk/fb/fb.c
1561 6543 d 12 h palkovsky /uspace/trunk/fb/ Fixed incorrect compiling of fb for different archs.  
/uspace/trunk/fb/Makefile
/uspace/trunk/fb/main.c
1560 6543 d 12 h vana /uspace/trunk/ fb make changes neaded by ega driver and console switching by function keys  
/uspace/trunk/console/console.c
/uspace/trunk/fb/Makefile
/uspace/trunk/fb/main.c
/uspace/trunk/kbd/arch/ia32/src/kbd.c
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/kbd/generic/key_buffer.c
/uspace/trunk/kbd/include/key_buffer.h
1559 6543 d 12 h palkovsky /uspace/trunk/fb/ Fixed error in FB on scrolling.  
/uspace/trunk/fb/fb.c
1558 6543 d 13 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
1557 6544 d 1 h palkovsky /uspace/trunk/console/ Fixed bad state changing.  
/uspace/trunk/console/gcons.c
1556 6544 d 1 h palkovsky /uspace/trunk/console/ Changed kernel icon.  
/uspace/trunk/console/cons_kernel.ppm
1555 6544 d 2 h palkovsky /uspace/trunk/ Completed graphical console.  
/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/Makefile
/uspace/trunk/console/console.c
/uspace/trunk/console/console.h
/uspace/trunk/console/gcons.c
/uspace/trunk/console/gcons.h
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/ppm.c
/uspace/trunk/fb/ppm.h
1553 6544 d 7 h palkovsky /uspace/trunk/console/ Fix forgotten define change.  
/uspace/trunk/console/screenbuffer.c
1552 6544 d 7 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
1551 6544 d 8 h vana /uspace/trunk/ Ega cursor movement support  
/uspace/trunk/fb/ega.c
/uspace/trunk/tetris/screen.c
1547 6544 d 9 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
1542 6544 d 15 h palkovsky /uspace/trunk/fb/ Fix sysio until unaligned copy_to_uspace works.  
/uspace/trunk/fb/sysio.c
1538 6544 d 23 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 6545 d 0 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
1535 6545 d 1 h palkovsky /uspace/trunk/fb/ Fix styling for sysio.  
/uspace/trunk/fb/sysio.c
1534 6545 d 1 h palkovsky /uspace/trunk/fb/ Added support for styles for ega framebuffer.  
/uspace/trunk/fb/ega.c
/uspace/trunk/fb/sysio.c
1533 6545 d 2 h palkovsky /uspace/trunk/ Tetris is working :-) Milstone completed!  
/uspace/trunk/console/console.c
/uspace/trunk/tetris/input.c
/uspace/trunk/tetris/screen.c
1532 6545 d 3 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 6545 d 5 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 6545 d 5 h palkovsky /uspace/trunk/ Some fixes, tetris still not working.  
/uspace/trunk/fb/ega.c
/uspace/trunk/libc/generic/string.c
1528 6545 d 5 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
1526 6545 d 6 h cejka /uspace/trunk/console/ Some doxygen comments added.  
/uspace/trunk/console/console.c
/uspace/trunk/console/screenbuffer.c
1525 6545 d 7 h cejka /uspace/trunk/console/ Added doxygen comments.
Console now supports SET_STYLE call.
 
/uspace/trunk/console/console.c
/uspace/trunk/console/console.h
/uspace/trunk/console/screenbuffer.c
/uspace/trunk/console/screenbuffer.h
1524 6545 d 7 h palkovsky /uspace/trunk/tetris/ More porting, awaiting 2 functions of console.  
/uspace/trunk/tetris/screen.c
/uspace/trunk/tetris/screen.h
/uspace/trunk/tetris/tetris.c