Subversion Repositories HelenOS-historic

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1574 6553 d 5 h palkovsky /uspace/trunk/console/ Don't let processes connect to kernel console.  
/uspace/trunk/console/console.c
1567 6553 d 7 h palkovsky /uspace/trunk/ Fixed errors made by last commit.  
/uspace/trunk/console/console.c
/uspace/trunk/fb/fb.c
1563 6553 d 8 h palkovsky /uspace/trunk/console/ Small untested fixes in console.  
/uspace/trunk/console/console.c
1560 6553 d 10 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
1555 6554 d 0 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
1552 6554 d 5 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 8 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
1533 6555 d 0 h palkovsky /uspace/trunk/ Tetris is working :-) Milstone completed!  
/uspace/trunk/console/console.c
/uspace/trunk/tetris/input.c
/uspace/trunk/tetris/screen.c
1528 6555 d 3 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 6555 d 4 h cejka /uspace/trunk/console/ Some doxygen comments added.  
/uspace/trunk/console/console.c
/uspace/trunk/console/screenbuffer.c
1525 6555 d 5 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
1523 6555 d 5 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
1522 6555 d 5 h palkovsky /uspace/trunk/console/ Added slighyly graphical console.  
/uspace/trunk/console/gcons.h
/uspace/trunk/console/Makefile
/uspace/trunk/console/console.c
/uspace/trunk/console/gcons.c
1521 6555 d 6 h cejka /uspace/trunk/console/ Console sends its size now.  
/uspace/trunk/console/console.c
/uspace/trunk/console/console.h
1520 6555 d 6 h cejka /uspace/trunk/console/ Fixed bugs in console.  
/uspace/trunk/console/console.c
1518 6555 d 6 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
1517 6555 d 7 h cejka /uspace/trunk/console/ Support for switch to kernel console.  
/uspace/trunk/console/console.c
1516 6555 d 7 h cejka /uspace/trunk/console/ Fixed bugs in shared buffer.  
/uspace/trunk/console/console.c
1514 6555 d 7 h cejka /uspace/trunk/console/ Inserted forgotten FB_SET_STYLE.  
/uspace/trunk/console/console.c
1512 6555 d 8 h cejka /uspace/trunk/console/ Console support for communication with fb via shared memory.  
/uspace/trunk/console/console.c

Show All